Skip to content

Rewrite ChunkedMemoryStream #4660

Rewrite ChunkedMemoryStream

Rewrite ChunkedMemoryStream #4660

Triggered via pull request October 22, 2024 09:18
Status Failure
Total duration 2m 45s
Artifacts

build-and-test.yml

on: pull_request
Matrix: Build
Publish
0s
Publish
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 23 warnings
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/IO/BufferedStreams.cs#L22
The type or namespace name 'ChunkedMemoryStream' could not be found (are you missing a using directive or an assembly reference?)
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/IO/BufferedStreams.cs#L23
The type or namespace name 'ChunkedMemoryStream' could not be found (are you missing a using directive or an assembly reference?)
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/IO/BufferedStreams.cs#L22
The type or namespace name 'ChunkedMemoryStream' could not be found (are you missing a using directive or an assembly reference?)
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/IO/BufferedStreams.cs#L23
The type or namespace name 'ChunkedMemoryStream' could not be found (are you missing a using directive or an assembly reference?)
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false)
Process completed with exit code 1.
Build (false, ubuntu-latest, net7.0, 7.0.x, true, -x64, false)
The job was canceled because "false_ubuntu-latest_net6_" failed.
Build (false, ubuntu-latest, net7.0, 7.0.x, true, -x64, false): tests/ImageSharp.Benchmarks/General/IO/BufferedStreams.cs#L22
The type or namespace name 'ChunkedMemoryStream' could not be found (are you missing a using directive or an assembly reference?)
Build (false, ubuntu-latest, net7.0, 7.0.x, true, -x64, false): tests/ImageSharp.Benchmarks/General/IO/BufferedStreams.cs#L23
The type or namespace name 'ChunkedMemoryStream' could not be found (are you missing a using directive or an assembly reference?)
Build (false, ubuntu-latest, net7.0, 7.0.x, true, -x64, false): tests/ImageSharp.Benchmarks/General/IO/BufferedStreams.cs#L22
The type or namespace name 'ChunkedMemoryStream' could not be found (are you missing a using directive or an assembly reference?)
Build (false, ubuntu-latest, net7.0, 7.0.x, true, -x64, false): tests/ImageSharp.Benchmarks/General/IO/BufferedStreams.cs#L23
The type or namespace name 'ChunkedMemoryStream' could not be found (are you missing a using directive or an assembly reference?)
Build (false, ubuntu-latest, net7.0, 7.0.x, true, -x64, false)
The operation was canceled.
Build (false, macos-13, net6.0, 6.0.x, -x64, false)
The job was canceled because "false_ubuntu-latest_net6_" failed.
Build (false, macos-13, net6.0, 6.0.x, -x64, false)
The operation was canceled.
Build (false, windows-latest, net7.0, 7.0.x, true, -x64, false)
The job was canceled because "false_ubuntu-latest_net6_" failed.
Build (false, windows-latest, net7.0, 7.0.x, true, -x64, false)
The operation was canceled.
Build (false, windows-latest, net6.0, 6.0.x, -x64, false)
The job was canceled because "false_ubuntu-latest_net6_" failed.
Build (false, windows-latest, net6.0, 6.0.x, -x64, false)
The operation was canceled.
Build (false, macos-13, net7.0, 7.0.x, true, -x64, false)
The job was canceled because "false_ubuntu-latest_net6_" failed.
Build (false, macos-13, net7.0, 7.0.x, true, -x64, false)
The operation was canceled.
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, NuGet/setup-nuget@v1, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false)
No files were found with the provided path: tests/Images/ActualOutput/. No artifacts will be uploaded.
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false): tests/ImageSharp.Tests/TestFormat.cs#L179
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false): tests/ImageSharp.Tests/Image/MockImageFormatDetector.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false): tests/ImageSharp.Tests/Common/NumericsTests.cs#L14
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false): tests/ImageSharp.Tests/Memory/Allocators/BufferTestSuite.cs#L24
Implement the equality operators and make their behavior identical to that of the Equals method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2231)
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false): tests/ImageSharp.Tests/Memory/Allocators/BufferTestSuite.cs#L26
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, ubuntu-latest, net6.0, 6.0.x, -x64, false): tests/ImageSharp.Tests/Memory/Allocators/BufferTestSuite.cs#L28
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, ubuntu-latest, net7.0, 7.0.x, true, -x64, false)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Build (false, ubuntu-latest, net7.0, 7.0.x, true, -x64, false): tests/ImageSharp.Tests/TestFormat.cs#L179
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (false, ubuntu-latest, net7.0, 7.0.x, true, -x64, false): tests/ImageSharp.Tests/Image/MockImageFormatDetector.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (false, ubuntu-latest, net7.0, 7.0.x, true, -x64, false): tests/ImageSharp.Tests/Memory/Allocators/BufferTestSuite.cs#L26
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, ubuntu-latest, net7.0, 7.0.x, true, -x64, false): tests/ImageSharp.Tests/Memory/Allocators/BufferTestSuite.cs#L24
Implement the equality operators and make their behavior identical to that of the Equals method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2231)
Build (false, ubuntu-latest, net7.0, 7.0.x, true, -x64, false): tests/ImageSharp.Tests/Memory/Allocators/BufferTestSuite.cs#L28
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, ubuntu-latest, net7.0, 7.0.x, true, -x64, false): tests/ImageSharp.Tests/Memory/Allocators/BufferTestSuite.cs#L30
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, macos-13, net7.0, 7.0.x, true, -x64, false)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.