Skip to content

Add Linux CI

Add Linux CI #155

Triggered via push May 27, 2024 00:08
Status Cancelled
Total duration 2m 30s
Artifacts

CI.yml

on: push
Matrix: build-linux
Matrix: build-windows
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 2 warnings
build-linux (8.x, linux-x64)
Assets file '/home/runner/work/WPILib/WPILib/src/Stereologue/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
build-linux (8.x, linux-x64)
Assets file '/home/runner/work/WPILib/WPILib/src/Stereologue/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
build-linux (8.x, linux-x64): dev/roboRIODev/Program.cs#L2
The type or namespace name 'Stereologue' could not be found (are you missing a using directive or an assembly reference?)
build-linux (8.x, linux-x64): dev/roboRIODev/Program.cs#L26
The type or namespace name 'GenerateLogAttribute' could not be found (are you missing a using directive or an assembly reference?)
build-linux (8.x, linux-x64): dev/roboRIODev/Program.cs#L26
The type or namespace name 'GenerateLog' could not be found (are you missing a using directive or an assembly reference?)
build-linux (8.x, linux-x64): dev/roboRIODev/Program.cs#L29
The type or namespace name 'LogAttribute' could not be found (are you missing a using directive or an assembly reference?)
build-linux (8.x, linux-x64): dev/roboRIODev/Program.cs#L29
The type or namespace name 'Log' could not be found (are you missing a using directive or an assembly reference?)
build-linux (8.x, linux-x64): dev/vbTest/Program.vb#L21
Type 'Stereologue.Log' is not defined.
build-linux (8.x, linux-x64): dev/vbTest/Program.vb#L20
Type 'Stereologue.GenerateLog' is not defined.
build-linux (8.x, linux-x64): dev/vbTest/Program.vb#L12
Type 'Stereologue.GenerateLog' is not defined.
build-windows (8.x, win-arm64)
Canceling since a higher priority waiting request for 'dotnet package-refs/heads/main' exists
build-windows (8.x, win-arm64)
The operation was canceled.
build-windows (8.x, win-x64)
Canceling since a higher priority waiting request for 'dotnet package-refs/heads/main' exists
build-windows (8.x, win-x64)
The operation was canceled.
build-linux (8.x, linux-x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-linux (8.x, linux-x64): dev/vbTest/Program.vb#L2
Namespace or type specified in the Imports 'Stereologue' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.