Build Information
Successful build of WebSocketCompression, reference master (65c73e
), with Swift 6.1 for Linux on 26 Apr 2025 03:09:18 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Kitura-WebSocket-Compression.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Kitura/Kitura-WebSocket-Compression
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 65c73ed Merge pull request #6 from fouadhatem/patch-1
Cloned https://github.com/Kitura/Kitura-WebSocket-Compression.git
Revision (git rev-parse @):
65c73eddd8763624f7fd1c94e5b99263058786fd
SUCCESS checkout https://github.com/Kitura/Kitura-WebSocket-Compression.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Kitura/Kitura-WebSocket-Compression.git
https://github.com/Kitura/Kitura-WebSocket-Compression.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "WebSocketCompression",
"name" : "WebSocketCompression",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WebSocketCompression",
"targets" : [
"WebSocketCompression"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebSocketCompressionTests",
"module_type" : "SwiftTarget",
"name" : "WebSocketCompressionTests",
"path" : "Tests/WebSocketCompressionTests",
"sources" : [
"WebSocketCompressionTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WebSocketCompression"
],
"type" : "test"
},
{
"c99name" : "WebSocketCompression",
"module_type" : "SwiftTarget",
"name" : "WebSocketCompression",
"path" : "Sources/WebSocketCompression",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOWebSocket"
],
"product_memberships" : [
"WebSocketCompression"
],
"sources" : [
"PermessageDeflate.swift",
"WebSocketCompression.swift",
"WebSocketCompressor.swift",
"WebSocketDecompressor.swift"
],
"target_dependencies" : [
"CZlib"
],
"type" : "library"
},
{
"c99name" : "CZlib",
"module_type" : "SystemLibraryTarget",
"name" : "CZlib",
"path" : "Sources/CZlib",
"product_memberships" : [
"WebSocketCompression"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (4.23s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[1706/6058] Fetching swift-atomics, swift-system
[6059/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.35s)
[6140/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
Fetched https://github.com/apple/swift-collections.git from cache (0.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.62s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
warning: you may be able to install libz using your system-packager:
apt-get install libz-dev
warning: you may be able to install libz using your system-packager:
apt-get install libz-dev
Building for debugging...
[0/28] Write sources
[13/28] Compiling CNIOWindows shim.c
[14/28] Compiling CNIOLinux liburing_shims.c
[14/28] Compiling CNIOWindows WSAStartup.c
[14/28] Compiling CNIOWASI CNIOWASI.c
[17/28] Compiling CNIODarwin shim.c
[18/28] Compiling CNIOSHA1 c_nio_sha1.c
[19/28] Compiling CNIOLLHTTP c_nio_http.c
[19/28] Write sources
[21/28] Compiling CNIOLinux shim.c
[22/28] Compiling CNIOLLHTTP c_nio_api.c
[23/28] Compiling _AtomicsShims.c
[23/28] Write swift-version-24593BA9C3E375BF.txt
[25/28] Compiling CNIOLLHTTP c_nio_llhttp.c
[27/70] Emitting module _NIOBase64
[28/70] Emitting module InternalCollectionsUtilities
[29/72] Emitting module _NIODataStructures
[29/72] Compiling c-nioatomics.c
[30/72] Compiling c-atomics.c
[32/78] Compiling _NIOBase64 Base64.swift
[33/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/81] Compiling Atomics IntegerConformances.swift
[38/81] Compiling Atomics PointerConformances.swift
[39/81] Compiling Atomics Primitives.native.swift
[40/81] Compiling _NIODataStructures PriorityQueue.swift
[41/81] Compiling _NIODataStructures _TinyArray.swift
[43/81] Compiling Atomics Primitives.shims.swift
[44/81] Compiling Atomics AtomicInteger.swift
[45/81] Compiling Atomics AtomicOptionalWrappable.swift
[46/81] Compiling Atomics AtomicMemoryOrderings.swift
[47/81] Compiling Atomics DoubleWord.swift
[48/81] Compiling Atomics AtomicReference.swift
[49/81] Compiling Atomics AtomicStorage.swift
[50/81] Compiling Atomics AtomicValue.swift
[51/81] Compiling Atomics OptionalRawRepresentable.swift
[52/81] Compiling Atomics RawRepresentable.swift
[53/81] Compiling Atomics AtomicBool.swift
[65/81] Compiling Atomics ManagedAtomic.swift
[66/81] Compiling Atomics ManagedAtomicLazyReference.swift
[67/82] Emitting module Atomics
[74/82] Compiling Atomics IntegerOperations.swift
[75/82] Compiling Atomics Unmanaged extensions.swift
[77/98] Compiling DequeModule Deque+Equatable.swift
[78/98] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[79/98] Compiling DequeModule Deque+CustomReflectable.swift
[80/98] Compiling DequeModule Deque+Descriptions.swift
[81/100] Compiling DequeModule _DequeBuffer.swift
[82/100] Compiling DequeModule _DequeBufferHeader.swift
[83/100] Compiling DequeModule Deque+Extras.swift
[84/100] Compiling DequeModule Deque+Hashable.swift
[85/100] Compiling DequeModule Deque+Testing.swift
[86/100] Compiling DequeModule Deque._Storage.swift
[87/100] Compiling _NIODataStructures Heap.swift
[88/101] Compiling DequeModule _DequeSlot.swift
[89/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/101] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[92/101] Compiling NIOConcurrencyHelpers lock.swift
[93/101] Compiling NIOConcurrencyHelpers NIOLock.swift
[94/101] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[95/101] Compiling NIOConcurrencyHelpers atomics.swift
[96/101] Emitting module NIOConcurrencyHelpers
[98/102] Compiling DequeModule Deque._UnsafeHandle.swift
[99/102] Compiling DequeModule Deque.swift
[100/102] Emitting module DequeModule
[101/102] Compiling DequeModule Deque+Codable.swift
[102/102] Compiling DequeModule Deque+Collection.swift
[104/162] Compiling NIOCore AddressedEnvelope.swift
[105/162] Compiling NIOCore AsyncAwaitSupport.swift
[106/162] Compiling NIOCore AsyncChannel.swift
[107/162] Compiling NIOCore AsyncChannelHandler.swift
[108/162] Compiling NIOCore AsyncChannelInboundStream.swift
[109/162] Compiling NIOCore AsyncChannelOutboundWriter.swift
[110/162] Compiling NIOCore NIOAsyncSequenceProducer.swift
[111/162] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[112/162] Compiling NIOCore NIOAsyncWriter.swift
[113/170] Compiling NIOCore ChannelPipeline.swift
[114/170] Compiling NIOCore CircularBuffer.swift
[115/170] Compiling NIOCore Codec.swift
[116/170] Compiling NIOCore ConvenienceOptionSupport.swift
[117/170] Compiling NIOCore DeadChannel.swift
[118/170] Compiling NIOCore DispatchQueue+WithFuture.swift
[119/170] Compiling NIOCore EventLoop+Deprecated.swift
[120/170] Compiling NIOCore EventLoop+SerialExecutor.swift
[121/170] Compiling NIOCore EventLoop.swift
[122/170] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[123/170] Compiling NIOCore EventLoopFuture+Deprecated.swift
[124/170] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[125/170] Compiling NIOCore EventLoopFuture.swift
[126/170] Compiling NIOCore FileDescriptor.swift
[127/170] Compiling NIOCore FileHandle.swift
[128/170] Compiling NIOCore FileRegion.swift
[129/170] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[130/170] Compiling NIOCore BSDSocketAPI.swift
[131/170] Compiling NIOCore ByteBuffer-aux.swift
[132/170] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[133/170] Compiling NIOCore ByteBuffer-conversions.swift
[134/170] Compiling NIOCore ByteBuffer-core.swift
[135/170] Compiling NIOCore ByteBuffer-hex.swift
[136/170] Compiling NIOCore ByteBuffer-int.swift
[137/170] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[138/170] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[139/170] Compiling NIOCore SocketAddresses.swift
[140/170] Compiling NIOCore SocketOptionProvider.swift
[141/170] Compiling NIOCore SystemCallHelpers.swift
[142/170] Compiling NIOCore TimeAmount+Duration.swift
[143/170] Compiling NIOCore TypeAssistedChannelHandler.swift
[144/170] Compiling NIOCore UniversalBootstrapSupport.swift
[145/170] Compiling NIOCore Utilities.swift
[146/170] Compiling NIOCore ByteBuffer-multi-int.swift
[147/170] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[148/170] Compiling NIOCore ByteBuffer-views.swift
[149/170] Compiling NIOCore Channel.swift
[150/170] Compiling NIOCore ChannelHandler.swift
[151/170] Compiling NIOCore ChannelHandlers.swift
[152/170] Compiling NIOCore ChannelInvoker.swift
[153/170] Compiling NIOCore ChannelOption.swift
[154/170] Compiling NIOCore GlobalSingletons.swift
[155/170] Compiling NIOCore IO.swift
[156/170] Compiling NIOCore IOData.swift
[157/170] Compiling NIOCore IPProtocol.swift
[158/170] Compiling NIOCore IntegerBitPacking.swift
[159/170] Compiling NIOCore IntegerTypes.swift
[160/170] Compiling NIOCore Interfaces.swift
[161/170] Compiling NIOCore Linux.swift
[162/170] Compiling NIOCore MarkedCircularBuffer.swift
[163/170] Compiling NIOCore MulticastChannel.swift
[164/170] Compiling NIOCore NIOAny.swift
[165/170] Compiling NIOCore NIOCloseOnErrorHandler.swift
[166/170] Compiling NIOCore NIOLoopBound.swift
[167/170] Compiling NIOCore NIOScheduledCallback.swift
[168/170] Compiling NIOCore NIOSendable.swift
[169/170] Compiling NIOCore RecvByteBufferAllocator.swift
[170/170] Emitting module NIOCore
[172/222] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[173/222] Emitting module NIOEmbedded
[174/222] Compiling NIOEmbedded AsyncTestingChannel.swift
[175/222] Compiling NIOEmbedded Embedded.swift
[177/223] Compiling NIOPosix IO.swift
[178/223] Compiling NIOPosix IntegerBitPacking.swift
[179/223] Compiling NIOPosix IntegerTypes.swift
[180/223] Compiling NIOPosix Linux.swift
[181/223] Compiling NIOPosix LinuxCPUSet.swift
[182/223] Compiling NIOPosix LinuxUring.swift
[183/223] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[184/229] Compiling NIOPosix BSDSocketAPICommon.swift
[185/229] Compiling NIOPosix BSDSocketAPIPosix.swift
[186/229] Compiling NIOPosix BSDSocketAPIWindows.swift
[187/229] Compiling NIOPosix BaseSocket.swift
[188/229] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[189/229] Compiling NIOPosix BaseSocketChannel.swift
[190/229] Compiling NIOPosix BaseStreamSocketChannel.swift
[191/229] Compiling NIOPosix ServerSocket.swift
[192/229] Compiling NIOPosix Socket.swift
[193/229] Compiling NIOPosix SocketChannel.swift
[194/229] Compiling NIOPosix SocketProtocols.swift
[195/229] Compiling NIOPosix System.swift
[196/229] Compiling NIOPosix Thread.swift
[197/229] Compiling NIOPosix Bootstrap.swift
[198/229] Compiling NIOPosix ControlMessage.swift
[199/229] Compiling NIOPosix DatagramVectorReadManager.swift
[200/229] Compiling NIOPosix Errors+Any.swift
[201/229] Compiling NIOPosix FileDescriptor.swift
[202/229] Compiling NIOPosix GetaddrinfoResolver.swift
[203/229] Compiling NIOPosix HappyEyeballs.swift
[204/229] Compiling NIOPosix SelectableChannel.swift
[205/229] Compiling NIOPosix SelectableEventLoop.swift
[206/229] Compiling NIOPosix SelectorEpoll.swift
[207/229] Compiling NIOPosix SelectorGeneric.swift
[208/229] Compiling NIOPosix SelectorKqueue.swift
[209/229] Compiling NIOPosix SelectorUring.swift
[210/229] Emitting module NIOPosix
[211/229] Compiling NIOPosix PooledRecvBufferAllocator.swift
[212/229] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[213/229] Compiling NIOPosix PosixSingletons.swift
[214/229] Compiling NIOPosix RawSocketBootstrap.swift
[215/229] Compiling NIOPosix Resolver.swift
[216/229] Compiling NIOPosix Selectable.swift
[217/229] Compiling NIOPosix NIOThreadPool.swift
[218/229] Compiling NIOPosix NonBlockingFileIO.swift
[219/229] Compiling NIOPosix PendingDatagramWritesManager.swift
[220/229] Compiling NIOPosix PendingWritesManager.swift
[221/229] Compiling NIOPosix PipeChannel.swift
[222/229] Compiling NIOPosix PipePair.swift
[223/229] Compiling NIOPosix Pool.swift
[224/229] Compiling NIOPosix ThreadPosix.swift
[225/229] Compiling NIOPosix ThreadWindows.swift
[226/229] Compiling NIOPosix UnsafeTransfer.swift
[227/229] Compiling NIOPosix Utilities.swift
[228/229] Compiling NIOPosix VsockAddress.swift
[229/229] Compiling NIOPosix VsockChannelEvents.swift
[231/232] Emitting module NIO
[232/232] Compiling NIO Exports.swift
[234/254] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[235/254] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[236/256] Emitting module NIOHTTP1
[237/256] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[238/256] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[239/256] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[240/256] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[241/256] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[242/256] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[243/256] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[244/256] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[245/256] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[246/256] Compiling NIOHTTP1 HTTPTypes.swift
[247/256] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[248/256] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[249/256] Compiling NIOHTTP1 ByteCollectionUtils.swift
[250/256] Compiling NIOHTTP1 HTTPDecoder.swift
[251/256] Compiling NIOHTTP1 HTTPEncoder.swift
[253/267] Compiling NIOWebSocket WebSocketOpcode.swift
[254/268] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[255/268] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[256/268] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[257/268] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[258/268] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[259/268] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[260/268] Emitting module NIOFoundationCompat
[261/268] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[262/269] Compiling NIOWebSocket WebSocketErrorCodes.swift
[263/269] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[264/269] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[265/269] Emitting module NIOWebSocket
[267/269] Compiling NIOWebSocket WebSocketFrame.swift
[268/269] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[269/269] Compiling NIOWebSocket SHA1.swift
[271/275] Compiling WebSocketCompression WebSocketCompressor.swift
[272/275] Compiling WebSocketCompression WebSocketCompression.swift
[273/275] Compiling WebSocketCompression WebSocketDecompressor.swift
[274/275] Compiling WebSocketCompression PermessageDeflate.swift
[275/275] Emitting module WebSocketCompression
Build complete! (32.63s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "WebSocketCompression",
"name" : "WebSocketCompression",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WebSocketCompression",
"targets" : [
"WebSocketCompression"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebSocketCompressionTests",
"module_type" : "SwiftTarget",
"name" : "WebSocketCompressionTests",
"path" : "Tests/WebSocketCompressionTests",
"sources" : [
"WebSocketCompressionTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WebSocketCompression"
],
"type" : "test"
},
{
"c99name" : "WebSocketCompression",
"module_type" : "SwiftTarget",
"name" : "WebSocketCompression",
"path" : "Sources/WebSocketCompression",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOWebSocket"
],
"product_memberships" : [
"WebSocketCompression"
],
"sources" : [
"PermessageDeflate.swift",
"WebSocketCompression.swift",
"WebSocketCompressor.swift",
"WebSocketDecompressor.swift"
],
"target_dependencies" : [
"CZlib"
],
"type" : "library"
},
{
"c99name" : "CZlib",
"module_type" : "SystemLibraryTarget",
"name" : "CZlib",
"path" : "Sources/CZlib",
"product_memberships" : [
"WebSocketCompression"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.