Skip to content

Begin migrate the web service app interface to JS-free infra #3608

Begin migrate the web service app interface to JS-free infra

Begin migrate the web service app interface to JS-free infra #3608

Triggered via push January 23, 2025 21:57
Status Failure
Total duration 30m 32s
Artifacts 7
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error, 132 warnings, and 8 notices
build (windows-2022)
Process completed with exit code 1.
build (windows-2022)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
build (windows-2022): implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
build (windows-2022): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L114
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
build (windows-2022): implement/Pine.Core/PineValueAsString.cs#L16
The type 'Pine.Core.PineValue.ListValue?' cannot be used as type parameter 'TKey' in the generic type or method 'FrozenDictionary.ToFrozenDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>?)'. Nullability of type argument 'Pine.Core.PineValue.ListValue?' doesn't match 'notnull' constraint.
build (windows-2022): implement/Pine.Core/PineValueAsString.cs#L18
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<KeyValuePair<string, PineValue>, PineValue.ListValue?>' (possibly because of nullability attributes).
build (windows-2022): implement/Pine.Core/PineValueAsString.cs#L16
Nullability of reference types in value of type 'FrozenDictionary<PineValue.ListValue?, string>' doesn't match target type 'FrozenDictionary<PineValue.ListValue, string>'.
build (windows-2022): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L166
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (windows-2022): implement/Pine.Core/ReusedInstances.cs#L175
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
build (windows-2022): implement/Pine.Core/ReusedInstances.cs#L650
Dereference of a possibly null reference.
build (windows-2022): implement/Pine.Core/ReusedInstances.cs#L652
Dereference of a possibly null reference.
build (windows-2022): implement/Pine.Core/ReusedInstances.cs#L660
Dereference of a possibly null reference.
build (windows-2022)
Dereference of a possibly null reference.
build (windows-2022)
Dereference of a possibly null reference.
build (windows-2022)
Possible null reference argument for parameter 'source' in 'int Enumerable.Sum<(int entryId, GetEntryOverviewResponseEntry entryOverview)>(IEnumerable<(int entryId, GetEntryOverviewResponseEntry entryOverview)> source, Func<(int entryId, GetEntryOverviewResponseEntry entryOverview), int> selector)'.
build (windows-2022)
Unreachable code detected
build (windows-2022)
Possible null reference argument for parameter 'a' in 'void ReusedInstancesTests.AssertPineValueListDictsAreEquivalent(IReadOnlyDictionary<ListValueStruct, ListValue> a, IReadOnlyDictionary<ListValueStruct, ListValue> b)'.
build (windows-2022)
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build (windows-2022)
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build (windows-2022)
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build (windows-2022)
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build (windows-2022)
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build (windows-2022)
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
build (windows-2022)
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
build (windows-2022)
Dereference of a possibly null reference.
build (windows-2022)
Dereference of a possibly null reference.
build (windows-2022)
Dereference of a possibly null reference.
build (windows-2022)
Dereference of a possibly null reference.
build (windows-2022)
Dereference of a possibly null reference.
build (windows-2022)
Dereference of a possibly null reference.
build (windows-2022)
Dereference of a possibly null reference.
build (windows-2022)
Dereference of a possibly null reference.
build (ubuntu-24.04)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
build (ubuntu-24.04): implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L175
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
build (ubuntu-24.04): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L114
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
build (ubuntu-24.04): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L166
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L650
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L652
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L660
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L669
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L671
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L679
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L175
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
build (ubuntu-24.04): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L114
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
build (ubuntu-24.04): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L166
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L650
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L652
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L660
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L669
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L671
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L679
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L175
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
build (ubuntu-24.04): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L114
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
build (ubuntu-24.04): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L166
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L650
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L652
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L660
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L669
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L671
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L679
Dereference of a possibly null reference.
build (ubuntu-24.04)
Possible null reference argument for parameter 'source' in 'int Enumerable.Sum<(int entryId, GetEntryOverviewResponseEntry entryOverview)>(IEnumerable<(int entryId, GetEntryOverviewResponseEntry entryOverview)> source, Func<(int entryId, GetEntryOverviewResponseEntry entryOverview), int> selector)'.
build (ubuntu-24.04)
Dereference of a possibly null reference.
build (ubuntu-24.04)
Dereference of a possibly null reference.
build (ubuntu-24.04)
Possible null reference argument for parameter 'a' in 'void ReusedInstancesTests.AssertPineValueListDictsAreEquivalent(IReadOnlyDictionary<ListValueStruct, ListValue> a, IReadOnlyDictionary<ListValueStruct, ListValue> b)'.
build (ubuntu-24.04)
Unreachable code detected
build (ubuntu-24.04)
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
build (ubuntu-24.04)
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
build (ubuntu-24.04)
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
build (ubuntu-24.04)
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build (ubuntu-24.04)
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build (ubuntu-24.04)
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
build (ubuntu-24.04)
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
build (ubuntu-24.04)
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (ubuntu-24.04)
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
build (ubuntu-24.04)
Dereference of a possibly null reference.
build (ubuntu-24.04)
Dereference of a possibly null reference.
build (ubuntu-24.04)
Dereference of a possibly null reference.
build (ubuntu-24.04)
Dereference of a possibly null reference.
build (ubuntu-24.04)
Dereference of a possibly null reference.
build (macos-13)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
build (macos-13): implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L175
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
build (macos-13): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L114
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
build (macos-13): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L166
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L650
Dereference of a possibly null reference.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L652
Dereference of a possibly null reference.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L660
Dereference of a possibly null reference.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L669
Dereference of a possibly null reference.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L671
Dereference of a possibly null reference.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L679
Dereference of a possibly null reference.
build (macos-13): implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L175
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
build (macos-13): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L114
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
build (macos-13): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L166
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L650
Dereference of a possibly null reference.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L652
Dereference of a possibly null reference.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L660
Dereference of a possibly null reference.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L669
Dereference of a possibly null reference.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L671
Dereference of a possibly null reference.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L679
Dereference of a possibly null reference.
build (macos-13)
Dereference of a possibly null reference.
build (macos-13)
Dereference of a possibly null reference.
build (macos-13)
Possible null reference argument for parameter 'source' in 'int Enumerable.Sum<(int entryId, GetEntryOverviewResponseEntry entryOverview)>(IEnumerable<(int entryId, GetEntryOverviewResponseEntry entryOverview)> source, Func<(int entryId, GetEntryOverviewResponseEntry entryOverview), int> selector)'.
build (macos-13)
Unreachable code detected
build (macos-13)
Possible null reference argument for parameter 'a' in 'void ReusedInstancesTests.AssertPineValueListDictsAreEquivalent(IReadOnlyDictionary<ListValueStruct, ListValue> a, IReadOnlyDictionary<ListValueStruct, ListValue> b)'.
build (macos-13)
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build (macos-13)
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build (macos-13)
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build (macos-13)
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build (macos-13)
Synchronously waiting on tasks or awaiters may cause deadlocks. Use await or JoinableTaskFactory.Run instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD002.md)
build (macos-13): implement/Pine.Core/Json/JsonConverterForPineValue.cs#L72
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
build (macos-13): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L114
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
build (macos-13): implement/Pine.Core/Elm/BundledElmEnvironments.cs#L166
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (macos-13): implement/Pine.Core/PineValueAsString.cs#L16
The type 'Pine.Core.PineValue.ListValue?' cannot be used as type parameter 'TKey' in the generic type or method 'FrozenDictionary.ToFrozenDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>?)'. Nullability of type argument 'Pine.Core.PineValue.ListValue?' doesn't match 'notnull' constraint.
build (macos-13): implement/Pine.Core/PineValueAsString.cs#L18
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<KeyValuePair<string, PineValue>, PineValue.ListValue?>' (possibly because of nullability attributes).
build (macos-13): implement/Pine.Core/PineValueAsString.cs#L16
Nullability of reference types in value of type 'FrozenDictionary<PineValue.ListValue?, string>' doesn't match target type 'FrozenDictionary<PineValue.ListValue, string>'.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L175
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L650
Dereference of a possibly null reference.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L652
Dereference of a possibly null reference.
build (macos-13): implement/Pine.Core/ReusedInstances.cs#L660
Dereference of a possibly null reference.
build (macos-13)
Possible null reference argument for parameter 'str' in 'PineValue PineValueAsString.ValueFromString(string str)'.
build (macos-13)
Possible null reference argument for parameter 'entries' in 'IReadOnlyDictionary<string, PineValue> PineValueCompactBuild.BuildDictionaryFromEntries(IReadOnlyList<ListEntry> entries)'.
build (macos-13)
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (macos-13)
The type 'Pine.Core.PineValue.ListValue?' cannot be used as type parameter 'TKey' in the generic type or method 'FrozenDictionary.ToFrozenDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>?)'. Nullability of type argument 'Pine.Core.PineValue.ListValue?' doesn't match 'notnull' constraint.
build (macos-13)
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<KeyValuePair<string, PineValue>, PineValue.ListValue?>' (possibly because of nullability attributes).
build (macos-13)
Nullability of reference types in value of type 'FrozenDictionary<PineValue.ListValue?, string>' doesn't match target type 'FrozenDictionary<PineValue.ListValue, string>'.
build (macos-13)
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
build (macos-13)
Dereference of a possibly null reference.
build (macos-13)
Dereference of a possibly null reference.
Web_host_limits_http_request_size_reaching_persistent_process (TestElmTime.WebServiceTests) failed: TestElmTime.WebServiceTests#L0
./implement\test-elm-time\TestResults\runneradmin_fv-az1347-875_2025-01-24_08_42_22.trx [took 7s]
2 skipped tests found
There are 2 skipped tests, see "Raw output" for the full list of skipped tests.
134 tests found
There are 134 tests, see "Raw output" for the full list of tests.
2 skipped tests found
There are 2 skipped tests, see "Raw output" for the full list of skipped tests.
134 tests found
There are 134 tests, see "Raw output" for the full list of tests.
2 skipped tests found
There are 2 skipped tests, see "Raw output" for the full list of skipped tests.
134 tests found
There are 134 tests, see "Raw output" for the full list of tests.
2 skipped tests found
There are 2 skipped tests, see "Raw output" for the full list of skipped tests.
134 tests found
There are 134 tests, see "Raw output" for the full list of tests.

Artifacts

Produced during runtime
Name Size
pine-bin-b01aea9d0b0e6add6ea2e3d6143c03e84badf7bc-linux-x64
94.8 MB
pine-bin-b01aea9d0b0e6add6ea2e3d6143c03e84badf7bc-osx-x64
96.4 MB
pine-separate-assemblies-b01aea9d0b0e6add6ea2e3d6143c03e84badf7bc-linux-x64
26.3 MB
pine-separate-assemblies-b01aea9d0b0e6add6ea2e3d6143c03e84badf7bc-osx-x64
26.3 MB
test-results-b01aea9d0b0e6add6ea2e3d6143c03e84badf7bc-macos-13
401 KB
test-results-b01aea9d0b0e6add6ea2e3d6143c03e84badf7bc-ubuntu-24.04
388 KB
test-results-b01aea9d0b0e6add6ea2e3d6143c03e84badf7bc-windows-2022
355 KB