Adding dora-rerun
as a visualization tool
#2618
ci.yml
on: pull_request
ROS2 Bridge Examples
9m 21s
Clippy
2m 39s
Formatting
11s
License Checks
32s
Matrix: Bench
Matrix: CLI Test
Matrix: Examples
Matrix: Test
Annotations
1 error and 58 warnings
ROS2 Bridge Examples
System.IO.IOException: No space left on device : '/home/runner/runners/2.315.0/_diag/Worker_20240422-094151-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
at GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
System.IO.IOException: No space left on device : '/home/runner/runners/2.315.0/_diag/Worker_20240422-094151-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
at GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
at GitHub.Runner.Common.Tracing.Error(Exception exception)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/runners/2.315.0/_diag/Worker_20240422-094151-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at System.Diagnostics.TraceSource.Flush()
at GitHub.Runner.Common.TraceManager.Dispose(Boolean disposing)
at GitHub.Runner.Common.TraceManager.Dispose()
at GitHub.Runner.Common.HostContext.Dispose(Boolean disposing)
at GitHub.Runner.Common.HostContext.Dispose()
at GitHub.Runner.Worker.Program.Main(String[] args)
|
Formatting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
License Checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy:
tool_nodes/dora-rerun/src/main.rs#L34
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
Clippy:
tool_nodes/dora-rerun/src/main.rs#L68
useless conversion to the same type: `rerun::TensorBuffer`
|
Bench (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
CLI Test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
CLI Test (ubuntu-latest)
unused variable: `data`
|
CLI Test (ubuntu-latest)
unused variable: `output_sender`
|
CLI Test (ubuntu-latest)
field `example_field` is never read
|
CLI Test (ubuntu-latest)
unused variable: `data`
|
CLI Test (ubuntu-latest)
unused variable: `output_sender`
|
CLI Test (ubuntu-latest)
field `example_field` is never read
|
CLI Test (ubuntu-latest)
unused variable: `node`
|
CLI Test (ubuntu-latest)
unused variable: `metadata`
|
CLI Test (ubuntu-latest)
variable does not need to be mutable
|
CLI Test (ubuntu-latest):
libraries/extensions/ros2-bridge/build.rs#L1
unused import: `std::path::PathBuf`
|
Bench (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Bench (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ROS2 Bridge Examples:
libraries/extensions/ros2-bridge/build.rs#L1
unused import: `std::path::PathBuf`
|
ROS2 Bridge Examples:
libraries/extensions/ros2-bridge/build.rs#L1
unused import: `std::path::PathBuf`
|
Examples (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected], actions/setup-python@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Examples (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Examples (ubuntu-latest):
libraries/extensions/ros2-bridge/build.rs#L1
unused import: `std::path::PathBuf`
|
Examples (ubuntu-latest):
libraries/extensions/ros2-bridge/build.rs#L1
unused import: `std::path::PathBuf`
|
Examples (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected], actions/setup-python@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Examples (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Examples (macos-latest):
libraries/extensions/ros2-bridge/build.rs#L1
unused import: `std::path::PathBuf`
|
Examples (macos-latest):
libraries/extensions/ros2-bridge/build.rs#L1
unused import: `std::path::PathBuf`
|
CLI Test (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
CLI Test (windows-latest)
unused variable: `data`
|
CLI Test (windows-latest)
unused variable: `output_sender`
|
CLI Test (windows-latest)
field `example_field` is never read
|
CLI Test (windows-latest)
unused variable: `data`
|
CLI Test (windows-latest)
unused variable: `output_sender`
|
CLI Test (windows-latest)
field `example_field` is never read
|
CLI Test (windows-latest)
unused variable: `node`
|
CLI Test (windows-latest)
unused variable: `metadata`
|
CLI Test (windows-latest)
variable does not need to be mutable
|
CLI Test (windows-latest):
libraries/extensions/ros2-bridge/build.rs#L1
unused import: `std::path::PathBuf`
|
Test (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
CLI Test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
CLI Test (macos-latest)
unused variable: `data`
|
CLI Test (macos-latest)
unused variable: `output_sender`
|
CLI Test (macos-latest)
field `example_field` is never read
|
CLI Test (macos-latest)
unused variable: `data`
|
CLI Test (macos-latest)
unused variable: `output_sender`
|
CLI Test (macos-latest)
field `example_field` is never read
|
CLI Test (macos-latest)
unused variable: `node`
|
CLI Test (macos-latest)
unused variable: `metadata`
|
CLI Test (macos-latest)
variable does not need to be mutable
|
CLI Test (macos-latest):
libraries/extensions/ros2-bridge/build.rs#L1
unused import: `std::path::PathBuf`
|
Examples (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r7kamura/[email protected], actions/setup-python@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Examples (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Examples (windows-latest):
libraries/extensions/ros2-bridge/build.rs#L1
unused import: `std::path::PathBuf`
|
Examples (windows-latest):
libraries/extensions/ros2-bridge/build.rs#L1
unused import: `std::path::PathBuf`
|