Skip to content

Efuse read implementation #21

Efuse read implementation

Efuse read implementation #21

Triggered via push May 24, 2024 00:23
Status Failure
Total duration 52s
Artifacts

continuous.yml

on: push
ubuntu-latest
43s
ubuntu-latest
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
ubuntu-latest
/usr/share/dotnet/packs/Microsoft.Android.Sdk.Linux/34.0.95/tools/Xamarin.Android.Tooling.targets(70,5): error XA5300: The Android SDK directory could not be found. Install the Android SDK by following the instructions at: https://aka.ms/dotnet-android-install-sdk [/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812auNet.csproj::TargetFramework=net8.0-android]
ubuntu-latest
/usr/share/dotnet/packs/Microsoft.Android.Sdk.Linux/34.0.95/tools/Xamarin.Android.Tooling.targets(70,5): error XA5300: To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. [/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812auNet.csproj::TargetFramework=net8.0-android]
ubuntu-latest
Target "Publish" has thrown an exception
ubuntu-latest
Process completed with exit code 255.
ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ubuntu-latest
/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/ParsedRadioPacket.cs(8,26): warning CS8618: Non-nullable property 'Attr' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812auNet.csproj::TargetFramework=net8.0-windows]
ubuntu-latest
/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/WiFiDriver.cs(39,16): warning CS8602: Dereference of a possibly null reference. [/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812auNet.csproj::TargetFramework=net8.0-windows]
ubuntu-latest
/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812au/Rtl8812aDevice.cs(21,14): warning CS8618: Non-nullable field '_readTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. [/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812auNet.csproj::TargetFramework=net8.0-windows]
ubuntu-latest
/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812au/Rtl8812aDevice.cs(21,14): warning CS8618: Non-nullable field '_packetProcessor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. [/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812auNet.csproj::TargetFramework=net8.0-windows]
ubuntu-latest
/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812au/Modules/RadioManagementModule.cs(100,17): warning CS0162: Unreachable code detected [/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812auNet.csproj::TargetFramework=net8.0-windows]
ubuntu-latest
/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812au/Modules/HalModule.cs(1488,21): warning CS0162: Unreachable code detected [/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812auNet.csproj::TargetFramework=net8.0-windows]
ubuntu-latest
/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812au/Modules/HalModule.cs(1497,9): warning CS0162: Unreachable code detected [/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812auNet.csproj::TargetFramework=net8.0-windows]
ubuntu-latest
/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812au/Modules/FirmwareManager.cs(95,14): warning CS0219: The variable 'ret' is assigned but its value is never used [/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812auNet.csproj::TargetFramework=net8.0-windows]
ubuntu-latest
/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812au/Modules/EepromManager.cs(162,48): warning CS0472: The result of the expression is always 'false' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812auNet.csproj::TargetFramework=net8.0-windows]
ubuntu-latest
/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812au/Modules/EepromManager.cs(164,51): warning CS0472: The result of the expression is always 'false' since a value of type 'bool' is never equal to 'null' of type 'bool?' [/home/runner/work/WiFiDriver/WiFiDriver/src/Rtl8812auNet/Rtl8812auNet.csproj::TargetFramework=net8.0-windows]