Skip to content

Remove Ros2Value encapsulation of ArrayData #2263

Remove Ros2Value encapsulation of ArrayData

Remove Ros2Value encapsulation of ArrayData #2263

Triggered via pull request October 6, 2023 07:05
Status Failure
Total duration 42m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: Bench
Matrix: CLI Test
Matrix: Examples
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 73 warnings
Examples (ubuntu-latest)
System.IO.IOException: No space left on device : '/home/runner/runners/2.309.0/_diag/Worker_20231006-070608-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.309.0/_diag/Worker_20231006-070608-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.309.0/_diag/Worker_20231006-070608-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)
Test (windows-latest)
Process completed with exit code 1.
ROS2 Bridge Examples
Process completed with exit code 1.
CLI Test (windows-latest)
The job running on runner GitHub Actions 10 has exceeded the maximum execution time of 30 minutes.
CLI Test (windows-latest)
The operation was canceled.
Clippy: libraries/message/src/lib.rs#L57
unsafe function's docs miss `# Safety` section
Clippy: libraries/shared-memory-server/src/lib.rs#L17
unsafe function's docs miss `# Safety` section
Clippy: libraries/shared-memory-server/src/lib.rs#L56
unsafe function's docs miss `# Safety` section
Clippy: libraries/extensions/ros2-bridge/msg-gen/src/parser/literal.rs#L112
very complex type used. Consider factoring parts into `type` definitions
Clippy: libraries/extensions/ros2-bridge/msg-gen/src/parser/types.rs#L57
use Option::map_or_else instead of an if let/else
Clippy: libraries/extensions/ros2-bridge/msg-gen/src/types/constant.rs#L28
unnecessary structure name repetition
Clippy: libraries/extensions/ros2-bridge/msg-gen/src/types/constant.rs#L32
unnecessary structure name repetition
Clippy: libraries/extensions/ros2-bridge/msg-gen/src/types/constant.rs#L41
unnecessary structure name repetition
Clippy: libraries/extensions/ros2-bridge/msg-gen/src/types/constant.rs#L46
unnecessary structure name repetition
Clippy: libraries/extensions/ros2-bridge/src/_core/string.rs#L32
method `from_str` can be confused for the standard trait method `std::str::FromStr::from_str`
Examples (ubuntu-latest)
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 24 MB
Examples (ubuntu-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (ubuntu-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (ubuntu-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (ubuntu-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (ubuntu-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (ubuntu-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (ubuntu-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (ubuntu-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (windows-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (windows-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (windows-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (windows-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (windows-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Bench (ubuntu-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Bench (macos-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
ROS2 Bridge Examples
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/
ROS2 Bridge Examples: binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
ROS2 Bridge Examples: binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Bench (windows-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
CLI Test (ubuntu-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
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 (macos-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
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 (windows-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
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
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): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (macos-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (macos-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (macos-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (macos-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (macos-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (macos-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (macos-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (macos-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (macos-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (macos-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`
Examples (macos-latest): binaries/runtime/src/operator/mod.rs#L22
unused variable: `dataflow_descriptor`