Skip to content

- Add suffix to artifact name #265

- Add suffix to artifact name

- Add suffix to artifact name #265

Triggered via push December 1, 2024 13:32
Status Failure
Total duration 47s
Artifacts 4

main.yml

on: push
Matrix: build
Matrix: docker
release
0s
release
combine
0s
combine
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 31 warnings
build (linux-arm, normal)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
build (linux-x64, normal)
The job was canceled because "linux-arm_normal" failed.
build (linux-x64, normal)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
build (linux-arm64, normal)
The job was canceled because "linux-arm_normal" failed.
build (linux-arm64, normal)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
build (osx-x64, normal)
The job was canceled because "linux-arm_normal" failed.
build (linux-arm, self-contained)
The job was canceled because "linux-arm_normal" failed.
build (linux-arm, self-contained)
The operation was canceled.
build (linux-arm64, self-contained)
The job was canceled because "linux-arm_normal" failed.
build (linux-arm64, self-contained)
The operation was canceled.
build (win-x64, self-contained)
The job was canceled because "linux-arm_normal" failed.
build (win-x64, self-contained)
The operation was canceled.
build (win-x64, normal)
The job was canceled because "linux-arm_normal" failed.
build (win-x64, normal)
The operation was canceled.
build (osx-x64, self-contained)
The job was canceled because "linux-arm_normal" failed.
build (osx-x64, self-contained)
The operation was canceled.
build (linux-x64, self-contained)
The job was canceled because "linux-arm_normal" failed.
build (linux-x64, self-contained)
The operation was canceled.
build (linux-arm, normal)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build (linux-x64, normal)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build (linux-arm64, normal)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build (osx-x64, normal)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build (osx-x64, normal)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build (linux-arm, self-contained)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build (linux-arm64, self-contained)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build (win-x64, self-contained)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build (win-x64, normal)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build (osx-x64, self-contained)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build (osx-x64, self-contained): src/OpenDirectoryDownloader/Site/AmazonS3/AmazonS3Parser.cs#L66
Using member 'System.Xml.Serialization.XmlSerializer.XmlSerializer(Type)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from serialized types may be trimmed if not referenced directly.
build (osx-x64, self-contained): src/OpenDirectoryDownloader/Site/AmazonS3/AmazonS3Parser.cs#L67
Using member 'System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from deserialized types may be trimmed if not referenced directly.
build (osx-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L23
Using member 'System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync<TValue>(HttpClient, String, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (osx-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L34
Using member 'System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync<T>(HttpContent, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (osx-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L43
Using member 'System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync<TValue>(HttpClient, String, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (osx-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L52
Using member 'System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync<T>(HttpContent, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (osx-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L61
Using member 'System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync<T>(HttpContent, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (osx-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L81
Using member 'System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync<T>(HttpContent, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (osx-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L82
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (osx-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L86
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (linux-x64, self-contained)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build (linux-x64, self-contained): src/OpenDirectoryDownloader/Site/AmazonS3/AmazonS3Parser.cs#L66
Using member 'System.Xml.Serialization.XmlSerializer.XmlSerializer(Type)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from serialized types may be trimmed if not referenced directly.
build (linux-x64, self-contained): src/OpenDirectoryDownloader/Site/AmazonS3/AmazonS3Parser.cs#L67
Using member 'System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from deserialized types may be trimmed if not referenced directly.
build (linux-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L23
Using member 'System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync<TValue>(HttpClient, String, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (linux-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L34
Using member 'System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync<T>(HttpContent, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (linux-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L43
Using member 'System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync<TValue>(HttpClient, String, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (linux-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L52
Using member 'System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync<T>(HttpContent, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (linux-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L61
Using member 'System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync<T>(HttpContent, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (linux-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L81
Using member 'System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync<T>(HttpContent, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (linux-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L82
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build (linux-x64, self-contained): src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L86
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.

Artifacts

Produced during runtime
Name Size
build-artifact-linux-arm
3.32 MB
build-artifact-linux-arm64
3.33 MB
build-artifact-linux-x64
3.33 MB
build-artifact-osx-x64
3.39 MB