Build Information
Failed to build Kitura-net, reference 3.0.1 (645f09
), with Swift 6.1 for Linux on 26 Apr 2025 15:09:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Kitura-net.git
Reference: 3.0.1
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-net
* tag 3.0.1 -> FETCH_HEAD
HEAD is now at 645f09e Update package dependencies (#323)
Cloned https://github.com/Kitura/Kitura-net.git
Revision (git rev-parse @):
645f09e6c6ca7f399a9625e25686e8152e21bee4
SUCCESS checkout https://github.com/Kitura/Kitura-net.git at 3.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Kitura/Kitura-net.git
https://github.com/Kitura/Kitura-net.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "loggerapi",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/LoggerAPI.git"
},
{
"identity" : "bluesocket",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/BlueSocket.git"
},
{
"identity" : "bluesslservice",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/BlueSSLService.git"
},
{
"identity" : "bluesignals",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/BlueSignals.git"
}
],
"manifest_display_name" : "Kitura-net",
"name" : "Kitura-net",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "KituraNet",
"targets" : [
"KituraNet"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KituraNetTests",
"module_type" : "SwiftTarget",
"name" : "KituraNetTests",
"path" : "Tests/KituraNetTests",
"sources" : [
"BufferListTests.swift",
"ClientE2ETests.swift",
"ClientRequestTests.swift",
"FastCGIProtocolTests.swift",
"FastCGIRequestTests.swift",
"HTTPResponseTests.swift",
"HTTPStatusCodeTests.swift",
"KituraNetTest.swift",
"LargePayloadTests.swift",
"LifecycleListenerTests.swift",
"MiscellaneousTests.swift",
"MonitoringTests.swift",
"ParserTests.swift",
"PrintLogger.swift",
"RegressionTests.swift",
"SocketManagerTests.swift",
"TestIncomingSocketProcessor.swift",
"UnixSocketTests.swift",
"UpgradeTests.swift",
"VerifyLinuxTestCount.swift",
"types.swift"
],
"target_dependencies" : [
"KituraNet"
],
"type" : "test"
},
{
"c99name" : "KituraNet",
"module_type" : "SwiftTarget",
"name" : "KituraNet",
"path" : "Sources/KituraNet",
"product_dependencies" : [
"LoggerAPI",
"Socket",
"SSLService",
"Signals"
],
"product_memberships" : [
"KituraNet"
],
"sources" : [
"BufferList.swift",
"ClientRequest.swift",
"ClientResponse.swift",
"ConnectionUpgradeFactory.swift",
"ConnectionUpgrader.swift",
"Error.swift",
"FastCGI/FastCGI.swift",
"FastCGI/FastCGIRecordCreate.swift",
"FastCGI/FastCGIRecordParser.swift",
"FastCGI/FastCGIServer.swift",
"FastCGI/FastCGIServerRequest.swift",
"FastCGI/FastCGIServerResponse.swift",
"HTTP/HTTP.swift",
"HTTP/HTTPServer.swift",
"HTTP/HTTPServerRequest.swift",
"HTTP/HTTPServerResponse.swift",
"HTTP/IncomingHTTPSocketProcessor.swift",
"HTTP/KeepAliveState.swift",
"HTTPParser/HTTPParser.swift",
"HTTPParser/HTTPParserStatus.swift",
"HTTPParser/ParseResults.swift",
"HTTPParser/URLParser.swift",
"HeadersContainer.swift",
"IncomingSocketHandler.swift",
"IncomingSocketManager.swift",
"IncomingSocketProcessor.swift",
"IncomingSocketProcessorCreator.swift",
"ListenerGroup.swift",
"SPIUtils.swift",
"Server/Server.swift",
"Server/ServerDelegate.swift",
"Server/ServerLifecycleListener.swift",
"Server/ServerMonitor.swift",
"Server/ServerState.swift",
"ServerOptions.swift",
"ServerRequest.swift",
"ServerResponse.swift"
],
"target_dependencies" : [
"CHTTPParser",
"CCurl",
"CEpoll"
],
"type" : "library"
},
{
"c99name" : "CHTTPParser",
"module_type" : "ClangTarget",
"name" : "CHTTPParser",
"path" : "Sources/CHTTPParser",
"product_memberships" : [
"KituraNet"
],
"sources" : [
"http_parser.c",
"utils.c"
],
"type" : "library"
},
{
"c99name" : "CEpoll",
"module_type" : "SystemLibraryTarget",
"name" : "CEpoll",
"path" : "Sources/CEpoll",
"product_memberships" : [
"KituraNet"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "CCurl",
"module_type" : "SystemLibraryTarget",
"name" : "CCurl",
"path" : "Sources/CCurl",
"product_memberships" : [
"KituraNet"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/Kitura/LoggerAPI.git
Fetching https://github.com/Kitura/BlueSocket.git
Fetching https://github.com/Kitura/BlueSignals.git
Fetching https://github.com/Kitura/BlueSSLService.git
[1/771] Fetching loggerapi
[294/1425] Fetching loggerapi, bluesignals
[1256/3502] Fetching loggerapi, bluesignals, bluesslservice
[3288/6444] Fetching loggerapi, bluesignals, bluesslservice, bluesocket
Fetched https://github.com/Kitura/BlueSignals.git from cache (0.32s)
Fetched https://github.com/Kitura/BlueSSLService.git from cache (0.32s)
[2940/3713] Fetching loggerapi, bluesocket
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.43s)
Fetched https://github.com/Kitura/BlueSocket.git from cache (0.44s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (1.85s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
Computing version for https://github.com/Kitura/BlueSSLService.git
Computed https://github.com/Kitura/BlueSSLService.git at 2.0.2 (1.20s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.21s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (3.23s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 2.0.4 (0.87s)
Computing version for https://github.com/Kitura/BlueSignals.git
Computed https://github.com/Kitura/BlueSignals.git at 2.1.1 (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.54s)
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 2.0.0
Creating working copy for https://github.com/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.1
Creating working copy for https://github.com/Kitura/BlueSocket.git
Working copy of https://github.com/Kitura/BlueSocket.git resolved at 2.0.4
Creating working copy for https://github.com/Kitura/BlueSSLService.git
Working copy of https://github.com/Kitura/BlueSSLService.git resolved at 2.0.2
Creating working copy for https://github.com/Kitura/BlueSignals.git
Working copy of https://github.com/Kitura/BlueSignals.git resolved at 2.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/9] Write sources
[6/9] Compiling CHTTPParser http_parser.c
[7/9] Compiling CHTTPParser utils.c
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/24] Emitting module Socket
[11/24] Compiling Logging LogHandler.swift
[12/24] Compiling Logging MetadataProvider.swift
[13/24] Emitting module Logging
[14/24] Compiling Logging Locks.swift
[15/24] Compiling Logging Logging.swift
[17/25] Emitting module Signals
[18/27] Compiling Signals SignalWatch.swift
[19/27] Compiling Signals SignalWatchHandler.swift
[20/27] Compiling Signals Signals.swift
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:94:30: error: cannot find 'SIGINFO' in scope
92 | return Int32(SIGWINCH)
93 | case .info:
94 | return Int32(SIGINFO)
| `- error: cannot find 'SIGINFO' in scope
95 | case .user(let sig):
96 | return Int32(sig)
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:120:22: error: cannot find 'SIGINFO' in scope
118 | case Int(SIGPROF): self = .prof
119 | case Int(SIGWINCH): self = .winch
120 | case Int(SIGINFO): self = .info
| `- error: cannot find 'SIGINFO' in scope
121 |
122 | default:
[21/27] Compiling Socket Socket+Hashable.swift
[22/27] Compiling Socket Socket.swift
[23/27] Compiling Socket SocketProtocols.swift
[24/27] Compiling Socket SocketUtils.swift
[25/27] Compiling Socket Socket+Equatable.swift
[26/28] Emitting module LoggerAPI
[27/28] Compiling LoggerAPI Logger.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling Signals Signals.swift
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:94:30: error: cannot find 'SIGINFO' in scope
92 | return Int32(SIGWINCH)
93 | case .info:
94 | return Int32(SIGINFO)
| `- error: cannot find 'SIGINFO' in scope
95 | case .user(let sig):
96 | return Int32(sig)
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:120:22: error: cannot find 'SIGINFO' in scope
118 | case Int(SIGPROF): self = .prof
119 | case Int(SIGWINCH): self = .winch
120 | case Int(SIGINFO): self = .info
| `- error: cannot find 'SIGINFO' in scope
121 |
122 | default:
[3/16] Compiling Signals SignalWatchHandler.swift
[4/16] Compiling Signals SignalWatch.swift
[5/16] Emitting module Signals
[6/16] Compiling Socket Socket+Equatable.swift
[7/16] Compiling Socket Socket+Hashable.swift
[8/16] Compiling Logging LogHandler.swift
BUILD FAILURE 6.1 linux