Build Information
Failed to build scipio-s3-storage, reference 3.0.0 (42fbe9), with Swift 6.1 for Linux on 24 Dec 2025 11:35:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/scipio-s3-storage.git
Reference: 3.0.0
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/giginet/scipio-s3-storage
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at 42fbe94 Merge pull request #5 from Ryu0118/migrate-scipio-cache-storage
Cloned https://github.com/giginet/scipio-s3-storage.git
Revision (git rev-parse @):
42fbe94661e2e14eb64d316481538d00d96473ef
SUCCESS checkout https://github.com/giginet/scipio-s3-storage.git at 3.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/giginet/scipio-s3-storage.git
https://github.com/giginet/scipio-s3-storage.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "soto-codegenerator",
"requirement" : {
"range" : [
{
"lower_bound" : "7.1.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/soto-project/soto-codegenerator"
},
{
"identity" : "soto-core",
"requirement" : {
"range" : [
{
"lower_bound" : "7.3.2",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/soto-project/soto-core.git"
},
{
"identity" : "scipio",
"requirement" : {
"range" : [
{
"lower_bound" : "0.32.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/giginet/Scipio.git"
}
],
"manifest_display_name" : "scipio-s3-storage",
"name" : "scipio-s3-storage",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ScipioS3Storage",
"targets" : [
"ScipioS3Storage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "ScipioS3StorageTests",
"module_type" : "SwiftTarget",
"name" : "ScipioS3StorageTests",
"path" : "Tests/ScipioS3StorageTests",
"sources" : [
"AARArchiverTests.swift",
"CompressorTests.swift"
],
"target_dependencies" : [
"ScipioS3Storage"
],
"type" : "test"
},
{
"c99name" : "ScipioS3Storage",
"module_type" : "SwiftTarget",
"name" : "ScipioS3Storage",
"path" : "Sources/ScipioS3Storage",
"product_dependencies" : [
"ScipioCacheStorage",
"SotoCore",
"SotoCodeGeneratorPlugin"
],
"product_memberships" : [
"ScipioS3Storage"
],
"sources" : [
"AARArchiver.swift",
"Compressor.swift",
"S3Client.swift",
"S3Storage.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/soto-project/soto-core.git
Fetching https://github.com/giginet/Scipio.git
Fetching https://github.com/soto-project/soto-codegenerator
[1/3620] Fetching soto-codegenerator
[1268/14027] Fetching soto-codegenerator, scipio
[11929/77479] Fetching soto-codegenerator, scipio, soto-core
Fetched https://github.com/giginet/Scipio.git from cache (1.71s)
[55651/67072] Fetching soto-codegenerator, soto-core
Fetched https://github.com/soto-project/soto-codegenerator from cache (1.73s)
[55204/63452] Fetching soto-core
Fetched https://github.com/soto-project/soto-core.git from cache (3.19s)
Computing version for https://github.com/giginet/Scipio.git
Computed https://github.com/giginet/Scipio.git at 0.32.0 (8.17s)
Fetching https://github.com/mtj0928/swift-async-operations.git
Fetching https://github.com/giginet/PackageManifestKit
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[1/189] Fetching packagemanifestkit
[43/1601] Fetching packagemanifestkit, rainbow
[1602/7814] Fetching packagemanifestkit, rainbow, swiftyjson
[3031/13858] Fetching packagemanifestkit, rainbow, swiftyjson, swift-algorithms
[3217/30845] Fetching packagemanifestkit, rainbow, swiftyjson, swift-algorithms, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (0.37s)
[8118/29433] Fetching packagemanifestkit, swiftyjson, swift-algorithms, swift-argument-parser
Fetching https://github.com/apple/swift-collections
[15905/30448] Fetching packagemanifestkit, swiftyjson, swift-algorithms, swift-argument-parser, swift-async-operations
Fetched https://github.com/mtj0928/swift-async-operations.git from cache (0.56s)
Fetching https://github.com/apple/swift-log.git
[18562/29433] Fetching packagemanifestkit, swiftyjson, swift-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-algorithms.git from cache (0.64s)
[20502/23389] Fetching packagemanifestkit, swiftyjson, swift-argument-parser
Fetched https://github.com/giginet/PackageManifestKit from cache (0.66s)
[22861/23200] Fetching swiftyjson, swift-argument-parser
[23201/41604] Fetching swiftyjson, swift-argument-parser, swift-collections
[23386/47362] Fetching swiftyjson, swift-argument-parser, swift-collections, swift-log
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (0.96s)
[27346/41149] Fetching swift-argument-parser, swift-collections, swift-log
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.97s)
[11096/24162] Fetching swift-collections, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
[7730/18404] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.70s)
Computing version for https://github.com/mtj0928/swift-async-operations.git
Computed https://github.com/mtj0928/swift-async-operations.git at 0.4.0 (2.74s)
Computing version for https://github.com/giginet/PackageManifestKit
Computed https://github.com/giginet/PackageManifestKit at 0.2.0 (0.61s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (3.23s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (2.71s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.96s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.46s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.10.0 (0.82s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/jmespath/jmespath.swift.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2809] Fetching swift-nio-transport-services
[619/3462] Fetching swift-nio-transport-services, jmespath.swift
[1734/6030] Fetching swift-nio-transport-services, jmespath.swift, swift-service-lifecycle
[1883/8535] Fetching swift-nio-transport-services, jmespath.swift, swift-service-lifecycle, swift-metrics
[8536/23038] Fetching swift-nio-transport-services, jmespath.swift, swift-service-lifecycle, swift-metrics, async-http-client
[9117/38334] Fetching swift-nio-transport-services, jmespath.swift, swift-service-lifecycle, swift-metrics, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.60s)
Fetched https://github.com/jmespath/jmespath.swift.git from cache (0.60s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.60s)
[5768/32304] Fetching swift-metrics, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[19046/37925] Fetching swift-metrics, async-http-client, swift-nio-ssl, swift-distributed-tracing
[26923/55385] Fetching swift-metrics, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-crypto
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.82s)
[25224/49764] Fetching swift-metrics, async-http-client, swift-nio-ssl, swift-crypto
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/swift-server/async-http-client.git from cache (1.66s)
[15091/35261] Fetching swift-metrics, swift-nio-ssl, swift-crypto
[16183/116207] Fetching swift-metrics, swift-nio-ssl, swift-crypto, swift-nio
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-metrics.git from cache (7.42s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.46s)
Fetched https://github.com/apple/swift-crypto.git from cache (6.87s)
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-nio.git from cache (7.15s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.20s)
Computing version for https://github.com/jmespath/jmespath.swift.git
Computed https://github.com/jmespath/jmespath.swift.git at 1.0.3 (9.68s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.59s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.67s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.26s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5851] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.44s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.2 (1.12s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/6364] Fetching swift-nio-extras
[3693/18082] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.51s)
[2696/11718] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (1.87s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.59s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.62s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.67s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.74s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.67s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.66s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (0.69s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1692] Fetching swift-asn1
[441/2643] Fetching swift-asn1, swift-http-types
[2644/3847] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[2669/10927] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.63s)
[2380/9976] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.63s)
[1325/8284] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.75s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.97s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (1.77s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.96s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.60s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.99s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (0.81s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.0 (1.41s)
Fetching https://github.com/apple/swift-system.git
[1/5230] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.53s)
Computing version for https://github.com/soto-project/soto-codegenerator
Computed https://github.com/soto-project/soto-codegenerator at 7.8.3 (0.77s)
Fetching https://github.com/hummingbird-project/swift-mustache.git
Fetching https://github.com/soto-project/soto-smithy.git
[1/1900] Fetching swift-mustache
[115/3745] Fetching swift-mustache, soto-smithy
Fetched https://github.com/soto-project/soto-smithy.git from cache (0.43s)
Fetched https://github.com/hummingbird-project/swift-mustache.git from cache (0.44s)
Computing version for https://github.com/soto-project/soto-smithy.git
Computed https://github.com/soto-project/soto-smithy.git at 0.4.8 (1.42s)
Computing version for https://github.com/hummingbird-project/swift-mustache.git
Computed https://github.com/hummingbird-project/swift-mustache.git at 2.0.2 (0.72s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (0.81s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (1.30s)
Creating working copy for https://github.com/soto-project/soto-codegenerator
Working copy of https://github.com/soto-project/soto-codegenerator resolved at 7.8.3
Creating working copy for https://github.com/mtj0928/swift-async-operations.git
Working copy of https://github.com/mtj0928/swift-async-operations.git resolved at 0.4.0
Creating working copy for https://github.com/giginet/PackageManifestKit
Working copy of https://github.com/giginet/PackageManifestKit resolved at 0.2.0
Creating working copy for https://github.com/jmespath/jmespath.swift.git
Working copy of https://github.com/jmespath/jmespath.swift.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/soto-project/soto-smithy.git
Working copy of https://github.com/soto-project/soto-smithy.git resolved at 0.4.8
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.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.6.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/giginet/Scipio.git
Working copy of https://github.com/giginet/Scipio.git resolved at 0.32.0
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/hummingbird-project/swift-mustache.git
Working copy of https://github.com/hummingbird-project/swift-mustache.git resolved at 2.0.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.30.2
Creating working copy for https://github.com/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 7.10.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.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.92.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.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.8.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
[0/19] Write sources
[8/19] Write swift-version-24593BA9C3E375BF.txt
[10/82] Emitting module ArgumentParserToolInfo
[11/82] Emitting module SotoSmithy
[12/87] Compiling SotoSmithy Document.swift
[13/87] Compiling SotoSmithy Errors.swift
[14/89] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/90] Compiling SotoSmithy SingleValueTrait.swift
[16/90] Compiling SotoSmithy StaticTrait.swift
[17/90] Compiling SotoSmithy Trait.swift
[18/90] Compiling SotoSmithy TraitList.swift
[19/90] Compiling SotoSmithy AuthenticationTraits.swift
[20/90] Compiling SotoSmithy BehaviourTraits.swift
[21/90] Compiling SotoSmithy ConstraintTraits.swift
[22/90] Compiling SotoSmithy DocumentationTraits.swift
[23/90] Compiling SotoSmithy EndpointTraits.swift
[24/90] Compiling SotoSmithy HttpProtocolBindingTraits.swift
[25/90] Compiling SotoSmithy HttpProtocolComplianceTraits.swift
[26/90] Compiling SotoSmithy MqttProtocolBindingTraits.swift
[27/90] Compiling SotoSmithy ProtocolTraits.swift
[28/90] Compiling SotoSmithy ResourceTraits.swift
[29/90] Compiling SotoSmithy RulesTraits.swift
[30/90] Compiling SotoSmithy DecodableShape.swift
[31/90] Compiling SotoSmithy ServiceShapes.swift
[32/90] Compiling Mustache Template.swift
[33/90] Compiling Mustache Transform.swift
[34/90] Compiling SotoSmithy CustomTrait.swift
[36/90] Compiling SotoSmithy LogicalSelectors.swift
[37/90] Compiling SotoSmithy Selector.swift
[38/90] Compiling SotoSmithy SelectorParser.swift
[39/90] Compiling SotoSmithy AggregateShapes.swift
[40/90] Compiling SotoSmithy ApplyShape.swift
[40/90] Wrapping AST for ArgumentParserToolInfo for debugging
[42/136] Compiling ArgumentParser EnumerableFlag.swift
[43/136] Compiling ArgumentParser ExpressibleByArgument.swift
[44/136] Emitting module Logging
[45/136] Compiling Logging MetadataProvider.swift
[46/136] Compiling ArgumentParser SequenceExtensions.swift
[47/136] Compiling ArgumentParser StringExtensions.swift
[48/136] Compiling ArgumentParser SwiftExtensions.swift
[49/136] Compiling ArgumentParser InputOrigin.swift
[50/136] Compiling ArgumentParser Name.swift
[51/136] Compiling Logging Locks.swift
[52/136] Compiling Logging LogHandler.swift
[53/136] Compiling Logging Logging.swift
[54/137] Compiling ArgumentParser ArgumentHelp.swift
[55/137] Compiling ArgumentParser ArgumentVisibility.swift
[56/137] Compiling ArgumentParser CompletionKind.swift
[57/137] Compiling ArgumentParser Errors.swift
[58/137] Compiling ArgumentParser Flag.swift
[59/137] Emitting module Mustache
[60/137] Compiling ArgumentParser ParentCommand.swift
[61/137] Compiling ArgumentParser AsyncParsableCommand.swift
[62/137] Compiling ArgumentParser CommandConfiguration.swift
[63/137] Compiling ArgumentParser CommandGroup.swift
[64/137] Compiling ArgumentParser NameSpecification.swift
[65/137] Compiling ArgumentParser Option.swift
[66/137] Compiling ArgumentParser OptionGroup.swift
[71/137] Compiling ArgumentParser BashCompletionsGenerator.swift
[72/137] Compiling ArgumentParser CompletionsGenerator.swift
[73/137] Compiling ArgumentParser FishCompletionsGenerator.swift
[74/137] Compiling ArgumentParser ZshCompletionsGenerator.swift
[75/137] Compiling ArgumentParser Argument.swift
[76/137] Compiling ArgumentParser ArgumentDiscussion.swift
[82/137] Wrapping AST for Logging for debugging
[84/139] Compiling ArgumentParser Foundation.swift
[85/139] Compiling ArgumentParser Mutex.swift
[86/139] Compiling ArgumentParser Platform.swift
[97/145] Compiling ArgumentParser ParsableArguments.swift
[98/145] Wrapping AST for Mustache for debugging
[99/145] Wrapping AST for SotoSmithy for debugging
[101/153] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[102/154] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[110/154] Compiling SotoSmithyAWS AwsS3Traits.swift
[111/154] Compiling ArgumentParser Tree.swift
[112/154] Compiling ArgumentParser CodingKeyValidator.swift
[113/154] Compiling ArgumentParser NonsenseFlagsValidator.swift
[114/154] Compiling ArgumentParser ParsableArgumentsValidation.swift
[115/154] Compiling ArgumentParser PositionalArgumentsValidator.swift
[116/154] Compiling ArgumentParser UniqueNamesValidator.swift
[124/154] Emitting module ArgumentParser
[125/154] Compiling SotoSmithyAWS AwsIAMTraits.swift
[126/154] Compiling SotoSmithyAWS Smithy.swift
[127/154] Emitting module SotoSmithyAWS
[128/154] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[129/154] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[130/154] Compiling SotoSmithyAWS AwsCoreTraits.swift
[134/155] Compiling ArgumentParser Parsed.swift
[135/155] Compiling ArgumentParser ParsedValues.swift
[136/155] Compiling ArgumentParser ParserError.swift
[137/155] Compiling ArgumentParser SplitArguments.swift
[138/155] Compiling ArgumentParser DumpHelpGenerator.swift
[139/155] Compiling ArgumentParser HelpCommand.swift
[140/155] Compiling ArgumentParser HelpGenerator.swift
[141/155] Compiling ArgumentParser MessageInfo.swift
[142/155] Compiling ArgumentParser UsageGenerator.swift
[143/155] Compiling ArgumentParser CollectionExtensions.swift
[144/155] Compiling ArgumentParser ParsableCommand.swift
[145/155] Compiling ArgumentParser ArgumentDecoder.swift
[146/155] Compiling ArgumentParser ArgumentDefinition.swift
[147/155] Compiling ArgumentParser ArgumentSet.swift
[148/155] Compiling ArgumentParser CommandParser.swift
[149/155] Compiling ArgumentParser InputKey.swift
[150/156] Wrapping AST for SotoSmithyAWS for debugging
[152/178] Compiling SotoCodeGeneratorLib error.swift
[153/178] Compiling SotoCodeGeneratorLib header.swift
[154/178] Compiling SotoCodeGeneratorLib paginators.swift
[155/181] Compiling SotoCodeGeneratorLib shapes.swift
[156/181] Compiling SotoCodeGeneratorLib struct.swift
[157/181] Compiling SotoCodeGeneratorLib waiters.swift
[158/181] Emitting module SotoCodeGeneratorLib
[158/181] Wrapping AST for ArgumentParser for debugging
[160/181] Compiling SotoCodeGeneratorLib Glob.swift
[161/181] Compiling SotoCodeGeneratorLib Model+Patch.swift
[162/181] Compiling SotoCodeGeneratorLib Patch.swift
[163/181] Compiling SotoCodeGeneratorLib String.swift
[164/181] Compiling SotoCodeGeneratorLib Templates.swift
[165/181] Compiling SotoCodeGeneratorLib api.swift
[166/181] Compiling SotoCodeGeneratorLib comment.swift
[167/181] Compiling SotoCodeGeneratorLib enum.swift
[168/181] Compiling SotoCodeGeneratorLib enumWithValues.swift
[169/181] Compiling SotoCodeGeneratorLib Smithy+CodeGeneration.swift
[170/181] Compiling SotoCodeGeneratorLib SotoCodeGen.swift
[171/181] Compiling SotoCodeGeneratorLib SotoTraits.swift
[172/181] Compiling SotoCodeGeneratorLib AwsService+paginators.swift
[173/181] Compiling SotoCodeGeneratorLib AwsService+shapes.swift
[174/181] Compiling SotoCodeGeneratorLib AwsService+waiters.swift
[175/181] Compiling SotoCodeGeneratorLib AwsService.swift
[176/181] Compiling SotoCodeGeneratorLib ConfigFile.swift
[177/181] Compiling SotoCodeGeneratorLib Endpoints.swift
[178/182] Wrapping AST for SotoCodeGeneratorLib for debugging
[180/184] Compiling SotoCodeGenerator SotoCodeGenerator.swift
[181/184] Emitting module SotoCodeGenerator
[182/185] Wrapping AST for SotoCodeGenerator for debugging
[183/185] Write Objects.LinkFileList
[184/185] Linking SotoCodeGenerator-tool
error: posix_spawn error: No such file or directory (2), `["/bin/zsh"]`
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/11] Write swift-version-24593BA9C3E375BF.txt
[2/74] Compiling Logging MetadataProvider.swift
[3/74] Compiling Mustache Sequence.swift
[4/74] Compiling Mustache SequenceContext.swift
[5/76] Compiling Logging Locks.swift
[6/76] Emitting module Mustache
[7/76] Compiling Mustache NSLock+Backport.swift
[8/76] Compiling Mustache Parent.swift
[9/76] Compiling Mustache Parser.swift
[10/76] Emitting module Logging
[11/76] Compiling Mustache CustomRenderable.swift
[12/76] Compiling Mustache Deprecations.swift
[13/76] Compiling Mustache Lambda.swift
[14/76] Compiling Mustache AnyOptional.swift
[15/76] Compiling Mustache ContentType.swift
[16/76] Compiling Mustache Context.swift
[17/76] Compiling Mustache Library+FileSystem.swift
[18/76] Compiling Mustache Library.swift
[19/76] Compiling Mustache Mirror.swift
[20/76] Compiling Mustache Template.swift
[21/76] Compiling Mustache Transform.swift
[22/76] Compiling SotoSmithy HttpProtocolComplianceTraits.swift
[23/76] Compiling SotoSmithy MqttProtocolBindingTraits.swift
[24/76] Compiling SotoSmithy ProtocolTraits.swift
[25/76] Compiling SotoSmithy ResourceTraits.swift
[26/76] Compiling SotoSmithy RulesTraits.swift
[27/81] Compiling Logging LogHandler.swift
[28/81] Compiling Logging Logging.swift
[30/82] Emitting module ArgumentParserToolInfo
[31/82] Compiling ArgumentParserToolInfo ToolInfo.swift
[33/82] Emitting module SotoSmithy
[34/82] Compiling Mustache String.swift
[35/82] Compiling Mustache Template+FileSystem.swift
[36/82] Compiling Mustache Template+Parser.swift
[37/82] Compiling Mustache Template+Render.swift
[39/127] Compiling ArgumentParser NameSpecification.swift
[40/127] Compiling ArgumentParser Option.swift
[41/127] Compiling ArgumentParser OptionGroup.swift
[42/127] Compiling ArgumentParser ParentCommand.swift
[43/127] Compiling ArgumentParser AsyncParsableCommand.swift
[44/127] Compiling ArgumentParser CommandConfiguration.swift
[45/127] Compiling ArgumentParser CommandGroup.swift
[46/127] Compiling ArgumentParser EnumerableFlag.swift
[47/127] Compiling ArgumentParser ExpressibleByArgument.swift
[48/127] Compiling ArgumentParser ParsableArguments.swift
[49/127] Compiling ArgumentParser InputKey.swift
[50/127] Compiling ArgumentParser InputOrigin.swift
[51/127] Compiling ArgumentParser Name.swift
[52/127] Compiling ArgumentParser Parsed.swift
[53/127] Compiling ArgumentParser ParsedValues.swift
[54/127] Compiling ArgumentParser ParsableCommand.swift
[55/127] Compiling ArgumentParser ArgumentDecoder.swift
[56/127] Compiling ArgumentParser ArgumentDefinition.swift
[57/127] Compiling ArgumentParser ArgumentSet.swift
[58/127] Compiling ArgumentParser CommandParser.swift
[59/127] Compiling ArgumentParser BashCompletionsGenerator.swift
[60/127] Compiling ArgumentParser CompletionsGenerator.swift
[61/127] Compiling ArgumentParser FishCompletionsGenerator.swift
[62/127] Compiling ArgumentParser ZshCompletionsGenerator.swift
[63/127] Compiling ArgumentParser Argument.swift
[64/127] Compiling ArgumentParser ArgumentDiscussion.swift
[65/127] Compiling ArgumentParser ArgumentHelp.swift
[66/127] Compiling ArgumentParser ArgumentVisibility.swift
[67/127] Compiling ArgumentParser CompletionKind.swift
[68/127] Compiling ArgumentParser Errors.swift
[69/127] Compiling ArgumentParser Flag.swift
[70/127] Compiling ArgumentParser MessageInfo.swift
[71/127] Compiling ArgumentParser UsageGenerator.swift
[72/127] Compiling ArgumentParser CollectionExtensions.swift
[73/127] Compiling ArgumentParser Foundation.swift
[74/127] Compiling ArgumentParser Mutex.swift
[76/128] Emitting module ArgumentParser
[77/141] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[78/142] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[79/142] Emitting module SotoSmithyAWS
[80/142] Compiling SotoSmithyAWS AwsIAMTraits.swift
[81/142] Compiling SotoSmithyAWS Smithy.swift
[82/142] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[83/142] Compiling SotoSmithyAWS AwsS3Traits.swift
[84/142] Compiling SotoSmithyAWS AwsCoreTraits.swift
[85/142] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[87/143] Compiling ArgumentParser Tree.swift
[88/143] Compiling ArgumentParser CodingKeyValidator.swift
[89/143] Compiling ArgumentParser NonsenseFlagsValidator.swift
[90/143] Compiling ArgumentParser ParsableArgumentsValidation.swift
[91/143] Compiling ArgumentParser PositionalArgumentsValidator.swift
[92/143] Compiling ArgumentParser UniqueNamesValidator.swift
[95/143] Compiling ArgumentParser Platform.swift
[96/143] Compiling ArgumentParser SequenceExtensions.swift
[97/143] Compiling ArgumentParser StringExtensions.swift
[98/143] Compiling ArgumentParser SwiftExtensions.swift
[99/164] Emitting module SotoCodeGeneratorLib
[104/167] Compiling ArgumentParser ParserError.swift
[105/167] Compiling ArgumentParser SplitArguments.swift
[106/167] Compiling ArgumentParser DumpHelpGenerator.swift
[107/167] Compiling ArgumentParser HelpCommand.swift
[108/167] Compiling ArgumentParser HelpGenerator.swift
[112/167] Compiling SotoCodeGeneratorLib shapes.swift
[113/167] Compiling SotoCodeGeneratorLib struct.swift
[114/167] Compiling SotoCodeGeneratorLib waiters.swift
[115/167] Compiling SotoCodeGeneratorLib String.swift
[116/167] Compiling SotoCodeGeneratorLib Templates.swift
[117/167] Compiling SotoCodeGeneratorLib api.swift
[118/167] Compiling SotoCodeGeneratorLib error.swift
[119/167] Compiling SotoCodeGeneratorLib header.swift
[120/167] Compiling SotoCodeGeneratorLib paginators.swift
[121/167] Compiling SotoCodeGeneratorLib comment.swift
[122/167] Compiling SotoCodeGeneratorLib enum.swift
[123/167] Compiling SotoCodeGeneratorLib enumWithValues.swift
[137/167] Compiling SotoCodeGeneratorLib Smithy+CodeGeneration.swift
[138/167] Compiling SotoCodeGeneratorLib SotoCodeGen.swift
[139/167] Compiling SotoCodeGeneratorLib SotoTraits.swift
[140/167] Compiling SotoCodeGeneratorLib AwsService+paginators.swift
[141/167] Compiling SotoCodeGeneratorLib AwsService+shapes.swift
[142/167] Compiling SotoCodeGeneratorLib AwsService+waiters.swift
[143/167] Compiling SotoCodeGeneratorLib ConfigFile.swift
[144/167] Compiling SotoCodeGeneratorLib Endpoints.swift
[153/167] Compiling SotoCodeGeneratorLib Glob.swift
[154/167] Compiling SotoCodeGeneratorLib Model+Patch.swift
[155/167] Compiling SotoCodeGeneratorLib Patch.swift
[156/167] Compiling SotoCodeGeneratorLib AwsService.swift
[165/169] Compiling SotoCodeGenerator SotoCodeGenerator.swift
[166/169] Emitting module SotoCodeGenerator
[167/169] Write Objects.LinkFileList
[168/169] Linking SotoCodeGenerator-tool
error: posix_spawn error: No such file or directory (2), `["/bin/zsh"]`
BUILD FAILURE 6.1 linux