Skip to content

Expand Elm app build to model packages as separate compilation units #3633

Expand Elm app build to model packages as separate compilation units

Expand Elm app build to model packages as separate compilation units #3633

Triggered via push January 31, 2025 19:20
Status Failure
Total duration 3m 36s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 39 warnings
build (ubuntu-24.04)
Process completed with exit code 134.
build (macos-13)
Process completed with exit code 134.
build (windows-2022)
Process completed with exit code 1.
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)
Could not find any files for ./implement/**/TestResults/**/*.xml, ./implement/**/TestResults/**/*.trx, ./implement/**/TestResults/**/*.json
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/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/ReusedInstances.cs#L688
Dereference of a possibly null reference.
build (ubuntu-24.04): implement/Pine.Core/ReusedInstances.cs#L690
Dereference of a possibly null reference.
build (ubuntu-24.04)
No files were found with the provided path: ./implement/**/TestResults. No artifacts will be uploaded.
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)
Could not find any files for ./implement/**/TestResults/**/*.xml, ./implement/**/TestResults/**/*.trx, ./implement/**/TestResults/**/*.json
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)
No files were found with the provided path: ./implement/**/TestResults. No artifacts will be uploaded.
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)
Could not find any files for ./implement/**/TestResults/**/*.xml, ./implement/**/TestResults/**/*.trx, ./implement/**/TestResults/**/*.json
build (windows-2022)
No files were found with the provided path: ./implement/**/TestResults. No artifacts will be uploaded.
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/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/ReusedInstances.cs#L175
Possible null reference argument for parameter 'entries' in 'PineListValueReusedInstances ReusedInstances.LoadFromPrebuilt(IReadOnlyList<ListEntry> entries)'.
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/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#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.