Skip to content

Merge pull request #4 from ikvmnet/support-class-version-70 #204

Merge pull request #4 from ikvmnet/support-class-version-70

Merge pull request #4 from ikvmnet/support-class-version-70 #204

Triggered via push July 18, 2026 14:24
Status Failure
Total duration 10m 15s
Artifacts 22
Matrix: test
Release
0s
Release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 47 warnings
Test (IKVM.ByteCode.Tests:net10.0:osx-x64)
Failed to CreateArtifact: Failed to make request after 5 attempts: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact
Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, gittools/actions/gitversion/execute@v3, gittools/actions/gitversion/setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build: src/IKVM.ByteCode/AttributeName.g.cs#L23
Missing XML comment for publicly visible type or member 'AttributeName.SourceFile'
Build: src/IKVM.ByteCode/AttributeName.g.cs#L21
Missing XML comment for publicly visible type or member 'AttributeName.Signature'
Build: src/IKVM.ByteCode/AttributeName.g.cs#L19
Missing XML comment for publicly visible type or member 'AttributeName.Synthetic'
Build: src/IKVM.ByteCode/AttributeName.g.cs#L17
Missing XML comment for publicly visible type or member 'AttributeName.EnclosingMethod'
Build: src/IKVM.ByteCode/AttributeName.g.cs#L15
Missing XML comment for publicly visible type or member 'AttributeName.InnerClasses'
Build: src/IKVM.ByteCode/AttributeName.g.cs#L13
Missing XML comment for publicly visible type or member 'AttributeName.Exceptions'
Build: src/IKVM.ByteCode/AttributeName.g.cs#L11
Missing XML comment for publicly visible type or member 'AttributeName.StackMapTable'
Build: src/IKVM.ByteCode/AttributeName.g.cs#L9
Missing XML comment for publicly visible type or member 'AttributeName.Code'
Build: src/IKVM.ByteCode/AttributeName.g.cs#L7
Missing XML comment for publicly visible type or member 'AttributeName.ConstantValue'
Build: src/IKVM.ByteCode/ByteCodeException.cs#L58
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Test (IKVM.ByteCode.Tests:net8.0:linux-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net472:linux-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net10.0:win-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net10.0:linux-arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net9.0:linux-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net9.0:win-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net10.0:linux-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net472:osx-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net472:osx-x64)
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
Test (IKVM.ByteCode.Tests:net472:osx-x64)
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.
Test (IKVM.ByteCode.Tests:net472:osx-x64)
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.
Test (IKVM.ByteCode.Tests:net8.0:win-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net472:linux-arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net9.0:linux-arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net8.0:linux-arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net472:win-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net472:osx-arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net472:osx-arm64)
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
Test (IKVM.ByteCode.Tests:net8.0:osx-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net8.0:osx-x64)
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
Test (IKVM.ByteCode.Tests:net8.0:osx-x64)
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.
Test (IKVM.ByteCode.Tests:net8.0:osx-x64)
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.
Test (IKVM.ByteCode.Tests:net8.0:osx-arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net8.0:osx-arm64)
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
Test (IKVM.ByteCode.Tests:net9.0:osx-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net9.0:osx-x64)
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
Test (IKVM.ByteCode.Tests:net9.0:osx-x64)
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.
Test (IKVM.ByteCode.Tests:net9.0:osx-x64)
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.
Test (IKVM.ByteCode.Tests:net10.0:osx-arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net10.0:osx-arm64)
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
Test (IKVM.ByteCode.Tests:net9.0:osx-arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net9.0:osx-arm64)
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
Test (IKVM.ByteCode.Tests:net10.0:osx-x64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@v4, actions/github-script@v7, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (IKVM.ByteCode.Tests:net10.0:osx-x64)
The following taps are not trusted: aws/tap Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required. Untap them with: brew untap aws/tap Trust specific formulae, casks and commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> Whole-tap trust is broader and includes all current and future formulae, casks and commands from the listed taps. Trust whole taps with: brew trust aws/tap To disable trust checks: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release. For more information, see: https://docs.brew.sh/Tap-Trust
Test (IKVM.ByteCode.Tests:net10.0:osx-x64)
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.
Test (IKVM.ByteCode.Tests:net10.0:osx-x64)
Skipping aws/tap because it is not trusted. Run `brew trust aws/tap` to trust it.

Artifacts

Produced during runtime
Name Size Digest
TestResults--IKVM.ByteCode.Tests--net10.0--linux-arm64
12.5 KB
sha256:16ee3f400e916dd3e2741a1a59930a8e602ed1c6c13c7b0a0a2ec7bc6b9f87d6
TestResults--IKVM.ByteCode.Tests--net10.0--linux-x64
12.3 KB
sha256:a296e2106e0f79201363f36e956412924373e55b0bb67ad3b03435ffe291e2c9
TestResults--IKVM.ByteCode.Tests--net10.0--osx-arm64
12.3 KB
sha256:0a60293f30723495654433c39ae65ee8e3b4f4a4edc607b2fff38d60bd711d3e
TestResults--IKVM.ByteCode.Tests--net10.0--win-x64
12.1 KB
sha256:02bd79816c5be4eb61513881995b817d46b3b666ff9556c4627ee7d648885bc3
TestResults--IKVM.ByteCode.Tests--net472--linux-arm64
12.9 KB
sha256:a99f34d744ff4f6bb2ae3b1f4f5814f2b327cc1df804c0394937ad1c192f4447
TestResults--IKVM.ByteCode.Tests--net472--linux-x64
12.5 KB
sha256:632e548532088f71c29825ac30ff55f95fcf2daa95f8bd2c4d514f40e57254f1
TestResults--IKVM.ByteCode.Tests--net472--osx-arm64
12.7 KB
sha256:0e49f8026d970e50b422ad6adc8791c53573af035207d4320192adea07ac4e2b
TestResults--IKVM.ByteCode.Tests--net472--osx-x64
12.8 KB
sha256:8583517cbc3e02c5194fbb4d8c6c9aaa66057edccb9ab23e8cc9119fa992603d
TestResults--IKVM.ByteCode.Tests--net472--win-x64
11.9 KB
sha256:96aa43afe8558d58abce29c7d4b24caac7d44ee6bea62537194161d1d0b41522
TestResults--IKVM.ByteCode.Tests--net8.0--linux-arm64
12.5 KB
sha256:ea81776272af0bc639f95049b4f91a254adcaa22d248dfae4db000d8bb1e3d11
TestResults--IKVM.ByteCode.Tests--net8.0--linux-x64
12.3 KB
sha256:5167ce7a96a0062a0ccbc2177918b18b7a882b5766f184ebedcfeed8f5a541b1
TestResults--IKVM.ByteCode.Tests--net8.0--osx-arm64
12.5 KB
sha256:2b584f222ada01f940e8f84a6ff2be0e92696000ad6b264ee1b4829854564b08
TestResults--IKVM.ByteCode.Tests--net8.0--osx-x64
12.7 KB
sha256:e92a91ae5a12794054b52177deb9c3203199e73f7e44a9eff406cfe14792fb92
TestResults--IKVM.ByteCode.Tests--net8.0--win-x64
12.2 KB
sha256:7837a368ab0ec7f01a4bca6eb664c3261f3e2d89ec1969ec65dc3c1c74713b41
TestResults--IKVM.ByteCode.Tests--net9.0--linux-arm64
12.3 KB
sha256:bec98fd99ca6a77dd0ada170d132eb3811d3ed84d90834e655b16136bfd069a1
TestResults--IKVM.ByteCode.Tests--net9.0--linux-x64
12.4 KB
sha256:728c8d9d785124809aa3b8cb84c1290b2506e6c2f0314fc772035f603c4713b5
TestResults--IKVM.ByteCode.Tests--net9.0--osx-arm64
12.6 KB
sha256:211f566b9642807a80df4655deb2cc995417a97a607badc8f1b3fa5974ab5a61
TestResults--IKVM.ByteCode.Tests--net9.0--osx-x64
12.5 KB
sha256:e3ec4dc7531741b333359a731c9d2df5b84f485d7fdbb058140cb08c8966a609
TestResults--IKVM.ByteCode.Tests--net9.0--win-x64
12.1 KB
sha256:19488a957d95a34050198deec1a0d99824152a494e72abbb65e977603b19ee89
msbuild.binlog
1.48 MB
sha256:ad97328b1fbc8da16de230d3e65dbf2dc8530544709ada3d7bfda747fc1b5d07
nuget
2.76 MB
sha256:6de7e90929a9452d0db626663f578f103eeda5f45ac4afe446ecaf5d13e3f332
tests
50.7 MB
sha256:ec82343f15a816c114c7b207e24c24f88146dd027783b9a2d10eb4f9712de33b