Skip to content

[OpCode Benchmark] add benchmark files #10824

[OpCode Benchmark] add benchmark files

[OpCode Benchmark] add benchmark files #10824

Triggered via pull request December 20, 2024 03:32
Status Failure
Total duration 4m 28s
Artifacts

main.yml

on: pull_request
Matrix: Test
Test-Everything
59s
Test-Everything
PublishPackage
0s
PublishPackage
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 33 warnings
Test-Everything
Process completed with exit code 1.
Test (windows-latest)
Process completed with exit code 1.
Test (ubuntu-latest)
The job was canceled because "windows-latest" failed.
Test (ubuntu-latest)
The operation was canceled.
Format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test-Everything
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test-Everything: src/Neo.VM/ReferenceCounter/ReferenceCounterV2.cs#L38
Cannot convert null literal to non-nullable reference type.
Test-Everything: src/Neo.VM/ReferenceCounter/ReferenceCounterV2.cs#L38
Cannot convert null literal to non-nullable reference type.
Test-Everything: benchmarks/Neo.VM.Benchmarks/obj/Debug/net9.0/TestPlatformEntryPoint.cs#L10
The entry point of the program is global code; ignoring 'TestingPlatformEntryPoint.Main(string[])' entry point.
Test-Everything: benchmarks/Neo.VM.Benchmarks/NativeContract/CryptoLib/CryptoLib.RIPEMD160.cs#L20
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test-Everything: benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.GE.cs#L20
Non-nullable field '_script' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test-Everything: benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.GE.cs#L21
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test-Everything: benchmarks/Neo.VM.Benchmarks/VMTypes/Benchmarks_Convert.cs#L22
Non-nullable field 'testItemsByType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test-Everything: benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.LT.cs#L22
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test-Everything: benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.GT.cs#L22
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test-Everything: benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.LE.cs#L22
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (macos-latest): src/Neo.VM/ReferenceCounter/ReferenceCounterV2.cs#L38
Cannot convert null literal to non-nullable reference type.
Test (macos-latest): src/Neo.VM/ReferenceCounter/ReferenceCounterV2.cs#L38
Cannot convert null literal to non-nullable reference type.
Test (macos-latest): benchmarks/Neo.VM.Benchmarks/obj/Debug/net9.0/TestPlatformEntryPoint.cs#L10
The entry point of the program is global code; ignoring 'TestingPlatformEntryPoint.Main(string[])' entry point.
Test (macos-latest): benchmarks/Neo.VM.Benchmarks/VMTypes/Benchmarks_Convert.cs#L22
Non-nullable field 'testItemsByType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (macos-latest): benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.GT.cs#L22
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (macos-latest): benchmarks/Neo.VM.Benchmarks/NativeContract/CryptoLib/CryptoLib.RIPEMD160.cs#L20
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (macos-latest): benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.LT.cs#L22
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (macos-latest): benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.POW.cs#L20
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (macos-latest): benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.GE.cs#L20
Non-nullable field '_script' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (macos-latest): benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.GE.cs#L21
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (windows-latest): src/Neo.VM/ReferenceCounter/ReferenceCounterV2.cs#L38
Cannot convert null literal to non-nullable reference type.
Test (windows-latest): src/Neo.VM/ReferenceCounter/ReferenceCounterV2.cs#L38
Cannot convert null literal to non-nullable reference type.
Test (windows-latest): benchmarks/Neo.VM.Benchmarks/obj/Debug/net9.0/TestPlatformEntryPoint.cs#L10
The entry point of the program is global code; ignoring 'TestingPlatformEntryPoint.Main(string[])' entry point.
Test (windows-latest): benchmarks/Neo.VM.Benchmarks/VMTypes/Benchmarks_Convert.cs#L22
Non-nullable field 'testItemsByType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (windows-latest): benchmarks/Neo.VM.Benchmarks/NativeContract/CryptoLib/CryptoLib.RIPEMD160.cs#L20
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (windows-latest): benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.GE.cs#L20
Non-nullable field '_script' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (windows-latest): benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.GE.cs#L21
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (windows-latest): benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.GT.cs#L22
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (windows-latest): benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.LE.cs#L22
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (windows-latest): benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.LT.cs#L22
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test (ubuntu-latest): src/Neo.VM/ReferenceCounter/ReferenceCounterV2.cs#L38
Cannot convert null literal to non-nullable reference type.