Build Information
Failed to build yubatake, reference 4.0.1 (36585b
), with Swift 6.1 for Android on 28 May 2025 00:30:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rb-de0/yubatake.git
Reference: 4.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/rb-de0/yubatake
* tag 4.0.1 -> FETCH_HEAD
HEAD is now at 36585bc Merge pull request #138 from rb-de0/add-redis-flag
Cloned https://github.com/rb-de0/yubatake.git
Revision (git rev-parse @):
36585bc5a213d9d88948c5be3b9533ea517bd5ec
SUCCESS checkout https://github.com/rb-de0/yubatake.git at 4.0.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/rb-de0/yubatake.git
https://github.com/rb-de0/yubatake.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "poppo",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/rb-de0/Poppo.git"
},
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
},
{
"identity" : "markdown",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor-community/markdown.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
},
{
"identity" : "fluent-mysql-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-mysql-driver.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "redis",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/redis.git"
},
{
"identity" : "csrf",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor-community/CSRF.git"
},
{
"identity" : "swiftyjson",
"requirement" : {
"branch" : [
"rename-nsnumber-comparison-operators"
]
},
"type" : "sourceControl",
"url" : "https://github.com/diskshima/SwiftyJSON.git"
},
{
"identity" : "vaporsecurityheaders",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brokenhandsio/VaporSecurityHeaders.git"
}
],
"manifest_display_name" : "yubatake",
"name" : "yubatake",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Run",
"targets" : [
"Run"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "YubatakeTests",
"module_type" : "SwiftTarget",
"name" : "YubatakeTests",
"path" : "Tests/YubatakeTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"TestCases/API/APIFileControllerTests.swift",
"TestCases/API/APIImageControllerTests.swift",
"TestCases/API/APIThemeControllerTests.swift",
"TestCases/Controllers/Admin/AdminCategoryControllerTests.swift",
"TestCases/Controllers/Admin/AdminImageControllerTests.swift",
"TestCases/Controllers/Admin/AdminPostControllerTests.swift",
"TestCases/Controllers/Admin/AdminSiteInfoControllerTests.swift",
"TestCases/Controllers/Admin/AdminTagControllerTests.swift",
"TestCases/Controllers/Admin/AdminThemeControllerTests.swift",
"TestCases/Controllers/Admin/AdminUserControllerTests.swift",
"TestCases/Controllers/Admin/LoginControllerTests.swift",
"TestCases/Controllers/Middleware/PublicFileMiddlewareTests.swift",
"TestCases/Controllers/Public/PostControllerTests.swift",
"TestCases/Repository/ImageRepositoryTests.swift",
"TestCases/Routing/RoutingSecureGuardTests.swift",
"TestServices/TestImageFileRepository.swift",
"TestTools/AlwaysAuthMiddleware.swift",
"TestTools/ApplicationBuilder.swift",
"TestTools/ControllerTestCase.swift",
"TestTools/DataMaker.swift",
"TestTools/DatabaseUtil.swift",
"TestTools/TestViewDecorator.swift"
],
"target_dependencies" : [
"App"
],
"type" : "test"
},
{
"c99name" : "Run",
"module_type" : "SwiftTarget",
"name" : "Run",
"path" : "Sources/Run",
"product_memberships" : [
"Run"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"App"
],
"type" : "executable"
},
{
"c99name" : "App",
"module_type" : "SwiftTarget",
"name" : "App",
"path" : "Sources/App",
"product_dependencies" : [
"Fluent",
"FluentMySQLDriver",
"Vapor",
"Leaf",
"Redis",
"CSRF",
"Poppo",
"SwiftSoup",
"SwiftyJSON",
"VaporSecurityHeaders",
"SwiftMarkdown"
],
"product_memberships" : [
"Run"
],
"sources" : [
"Application/ApplicationError.swift",
"Application/LifeCycle/InitialDataProvider.swift",
"Application/Services/Core/EncodableWrapper.swift",
"Application/Services/Core/PageResponse.swift",
"Application/Services/Core/ResponseContent.swift",
"Application/Services/Helper/ImageNameGenerator.swift",
"Application/Services/Helper/StupidPasswordHasher.swift",
"Application/Services/Repository/CSRFViewDecorator.swift",
"Application/Services/Repository/FileRepository.swift",
"Application/Services/Repository/ImageRepository.swift",
"Application/Services/Repository/TwitterRepository.swift",
"Application/Services/View/LeafDataEncoder.swift",
"Application/Services/View/ViewCreator.swift",
"Application/Services/View/ViewDecorator.swift",
"Config/ConfigJSONLoader.swift",
"Config/Configs/ApplicationConfig.swift",
"Config/Configs/CSPConfig.swift",
"Config/Configs/FileConfig.swift",
"Config/Configs/MySQLDatabaseConfig.swift",
"Controllers/API/API+FileController.swift",
"Controllers/API/API+ImageController.swift",
"Controllers/API/API+ThemeController.swift",
"Controllers/API/APINameSpace.swift",
"Controllers/Admin/AdminCategoryController.swift",
"Controllers/Admin/AdminImageController.swift",
"Controllers/Admin/AdminPostController.swift",
"Controllers/Admin/AdminSiteInfoController.swift",
"Controllers/Admin/AdminTagController.swift",
"Controllers/Admin/AdminThemeController.swift",
"Controllers/Admin/AdminUserController.swift",
"Controllers/Admin/LoginController.swift",
"Controllers/Admin/LogoutController.swift",
"Controllers/Public/PostController.swift",
"Extension/Array+Util.swift",
"Extension/FileManager+Util.swift",
"Extension/String+Markdown.swift",
"Extension/String+Util.swift",
"Middleware/AuthErrorMiddleware.swift",
"Middleware/MessageDeliveryMiddleware.swift",
"Middleware/PublicFileMiddleware.swift",
"Models/Dto/EditableFile.swift",
"Models/Dto/ImageGroup.swift",
"Models/Dto/Theme.swift",
"Models/Form/CategoryForm.swift",
"Models/Form/DestoryItemForm.swift",
"Models/Form/EditableFileForm.swift",
"Models/Form/EditableFileUpdateForm.swift",
"Models/Form/ImageForm.swift",
"Models/Form/ImageUploadForm.swift",
"Models/Form/LoginForm.swift",
"Models/Form/PostForm.swift",
"Models/Form/Protocol/Form.swift",
"Models/Form/SiteInfoForm.swift",
"Models/Form/TagForm.swift",
"Models/Form/ThemeForm.swift",
"Models/Form/UserForm.swift",
"Models/Scheme/Category.swift",
"Models/Scheme/Image.swift",
"Models/Scheme/Post.swift",
"Models/Scheme/PostTag.swift",
"Models/Scheme/SiteInfo.swift",
"Models/Scheme/Tag.swift",
"Models/Scheme/User.swift",
"Routes/APIRoutes.swift",
"Routes/AdminRoutes.swift",
"Routes/PublicRoutes.swift",
"Views/Admin/AdminMenuType.swift",
"Views/Admin/AdminViewContext.swift",
"Views/Error/FormError.swift",
"Views/Public/PublicViewContext.swift",
"Views/Tags/LeafTags.swift",
"configure.swift",
"routes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/diskshima/SwiftyJSON.git
[1/3270] Fetching swiftyjson
Fetched https://github.com/diskshima/SwiftyJSON.git from cache (0.77s)
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor-community/CSRF.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/redis.git
Fetching https://github.com/brokenhandsio/VaporSecurityHeaders.git
Fetching https://github.com/vapor/fluent-mysql-driver.git
[3/214] Fetching csrf
[42/3965] Fetching csrf, redis
[628/17386] Fetching csrf, redis, fluent
[1235/18455] Fetching csrf, redis, fluent, vaporsecurityheaders
[3598/21229] Fetching csrf, redis, fluent, vaporsecurityheaders, fluent-mysql-driver
Fetched https://github.com/vapor/fluent-mysql-driver.git from cache (0.39s)
Fetching https://github.com/vapor/leaf.git
[10403/18455] Fetching csrf, redis, fluent, vaporsecurityheaders
[17517/92833] Fetching csrf, redis, fluent, vaporsecurityheaders, vapor
[19944/96789] Fetching csrf, redis, fluent, vaporsecurityheaders, vapor, leaf
Fetched https://github.com/vapor/fluent.git from cache (0.70s)
[17172/83368] Fetching csrf, redis, vaporsecurityheaders, vapor, leaf
Fetching https://github.com/vapor-community/markdown.git
Fetched https://github.com/vapor/leaf.git from cache (0.31s)
[14704/79412] Fetching csrf, redis, vaporsecurityheaders, vapor
Fetching https://github.com/scinfu/SwiftSoup.git
[20655/79658] Fetching csrf, redis, vaporsecurityheaders, vapor, markdown
[23108/83566] Fetching csrf, redis, vaporsecurityheaders, vapor, markdown, swiftsoup
Fetched https://github.com/vapor-community/markdown.git from cache (0.32s)
Fetching https://github.com/rb-de0/Poppo.git
[24019/83320] Fetching csrf, redis, vaporsecurityheaders, vapor, swiftsoup
[36463/83471] Fetching csrf, redis, vaporsecurityheaders, vapor, swiftsoup, poppo
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.53s)
[40851/79563] Fetching csrf, redis, vaporsecurityheaders, vapor, poppo
Fetched https://github.com/rb-de0/Poppo.git from cache (0.24s)
[45199/79412] Fetching csrf, redis, vaporsecurityheaders, vapor
Fetched https://github.com/vapor-community/CSRF.git from cache (2.38s)
Fetched https://github.com/brokenhandsio/VaporSecurityHeaders.git from cache (2.38s)
Fetched https://github.com/vapor/redis.git from cache (2.39s)
Fetched https://github.com/vapor/vapor.git from cache (2.43s)
Computing version for https://github.com/rb-de0/Poppo.git
Computed https://github.com/rb-de0/Poppo.git at 1.1.0 (3.01s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/1654] Fetching bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.41s)
Computing version for https://github.com/brokenhandsio/VaporSecurityHeaders.git
Computed https://github.com/brokenhandsio/VaporSecurityHeaders.git at 3.2.0 (0.97s)
Computing version for https://github.com/vapor-community/CSRF.git
Computed https://github.com/vapor-community/CSRF.git at 3.1.1 (2.05s)
Computing version for https://github.com/vapor-community/markdown.git
Computed https://github.com/vapor-community/markdown.git at 0.7.1 (0.61s)
Fetching https://github.com/brokenhandsio/cmark-gfm.git
[1/12300] Fetching cmark-gfm
Fetched https://github.com/brokenhandsio/cmark-gfm.git from cache (0.84s)
Computing version for https://github.com/brokenhandsio/cmark-gfm.git
Computed https://github.com/brokenhandsio/cmark-gfm.git at 2.1.0 (1.47s)
Computing version for https://github.com/vapor/fluent-mysql-driver.git
Computed https://github.com/vapor/fluent-mysql-driver.git at 4.7.1 (0.59s)
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/mysql-kit.git
[1/3836] Fetching swift-log
[577/8987] Fetching swift-log, mysql-kit
[8834/22315] Fetching swift-log, mysql-kit, fluent-kit
Fetched https://github.com/apple/swift-log.git from cache (0.63s)
Fetched https://github.com/vapor/mysql-kit.git from cache (0.63s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.18s)
Computing version for https://github.com/vapor/mysql-kit.git
Computed https://github.com/vapor/mysql-kit.git at 4.10.0 (0.58s)
Fetching https://github.com/vapor/mysql-nio.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2217] Fetching mysql-nio
[1886/8200] Fetching mysql-nio, sql-kit
[2354/10570] Fetching mysql-nio, sql-kit, async-kit
[9973/24506] Fetching mysql-nio, sql-kit, async-kit, swift-crypto
Fetched https://github.com/vapor/mysql-nio.git from cache (0.37s)
[9329/22289] Fetching sql-kit, async-kit, swift-crypto
[9609/37132] Fetching sql-kit, async-kit, swift-crypto, swift-nio-ssl
[13508/113187] Fetching sql-kit, async-kit, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (3.21s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.24s)
Fetched https://github.com/vapor/async-kit.git from cache (4.66s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.69s)
Fetched https://github.com/apple/swift-nio.git from cache (4.76s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (5.83s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (2.04s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.66s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.42s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.13s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.02s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[1677/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Fetched https://github.com/apple/swift-system.git from cache (0.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.13s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.75s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.63s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.86s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.70s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 4.11.1 (0.71s)
Fetching https://github.com/swift-server/RediStack.git
[1/4703] Fetching redistack
Fetched https://github.com/swift-server/RediStack.git from cache (0.45s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (1.26s)
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.52s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (1.33s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (2.03s)
Fetching https://github.com/vapor/leaf-kit.git
[1/4938] Fetching leaf-kit
Fetched https://github.com/vapor/leaf-kit.git from cache (0.43s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.29s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
[1/3319] Fetching multipart-kit
[1097/9233] Fetching multipart-kit, swift-nio-extras
[1571/10296] Fetching multipart-kit, swift-nio-extras, swift-service-context
[2383/12905] Fetching multipart-kit, swift-nio-extras, swift-service-context, websocket-kit
[5412/17879] Fetching multipart-kit, swift-nio-extras, swift-service-context, websocket-kit, swift-distributed-tracing
[12934/29406] Fetching multipart-kit, swift-nio-extras, swift-service-context, websocket-kit, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/apple/swift-service-context.git from cache (1.40s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.40s)
Fetching https://github.com/vapor/console-kit.git
[21179/23369] Fetching multipart-kit, swift-nio-extras, websocket-kit, swift-nio-http2
[23370/28946] Fetching multipart-kit, swift-nio-extras, websocket-kit, swift-nio-http2, console-kit
[23649/49673] Fetching multipart-kit, swift-nio-extras, websocket-kit, swift-nio-http2, console-kit, routing-kit
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.84s)
[38578/43759] Fetching multipart-kit, websocket-kit, swift-nio-http2, console-kit, routing-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (1.85s)
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.87s)
Fetched https://github.com/vapor/console-kit.git from cache (0.48s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.91s)
[16168/20727] Fetching routing-kit
[20728/34741] Fetching routing-kit, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.00s)
[11072/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.00s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (3.51s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.58s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.52s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.67s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.74s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.49s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.12s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.93s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
[1/1141] Fetching swift-http-structured-headers
[469/2731] Fetching swift-http-structured-headers, swift-asn1
[1702/7716] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms
[2087/13871] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-certificates
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.71s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.72s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.72s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.72s)
[1/2426] Fetching swift-service-lifecycle
[1724/3330] Fetching swift-service-lifecycle, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.40s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.41s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.70s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.69s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.92s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.90s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.71s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.09s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.59s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.63s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.65s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.56s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.62s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.59s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.66s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.27s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (2.93s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 1.7.5 (2.30s)
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.27.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.8.0
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.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
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.200
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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.4.0
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.0
Creating working copy for https://github.com/vapor/mysql-nio.git
Working copy of https://github.com/vapor/mysql-nio.git resolved at 1.7.2
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 1.7.5
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
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.26.1
Creating working copy for https://github.com/rb-de0/Poppo.git
Working copy of https://github.com/rb-de0/Poppo.git resolved at 1.1.0
Creating working copy for https://github.com/swift-server/RediStack.git
Working copy of https://github.com/swift-server/RediStack.git resolved at 1.6.2
Creating working copy for https://github.com/vapor/redis.git
Working copy of https://github.com/vapor/redis.git resolved at 4.11.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
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.36.0
Creating working copy for https://github.com/brokenhandsio/VaporSecurityHeaders.git
Working copy of https://github.com/brokenhandsio/VaporSecurityHeaders.git resolved at 3.2.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/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
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
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/brokenhandsio/cmark-gfm.git
Working copy of https://github.com/brokenhandsio/cmark-gfm.git resolved at 2.1.0
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.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.0.3
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.31.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor-community/CSRF.git
Working copy of https://github.com/vapor-community/CSRF.git resolved at 3.1.1
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
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.24.0
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.3.0
Creating working copy for https://github.com/diskshima/SwiftyJSON.git
Working copy of https://github.com/diskshima/SwiftyJSON.git resolved at rename-nsnumber-comparison-operators (329922b)
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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/mysql-kit.git
Working copy of https://github.com/vapor/mysql-kit.git resolved at 4.10.0
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.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.2.0
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.0
Creating working copy for https://github.com/vapor/fluent-mysql-driver.git
Working copy of https://github.com/vapor/fluent-mysql-driver.git resolved at 4.7.1
Creating working copy for https://github.com/vapor-community/markdown.git
Working copy of https://github.com/vapor-community/markdown.git resolved at 0.7.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
Building for debugging...
[0/956] Write sources
[12/956] Compiling ghash-ssse3-x86_64-linux.S
[13/956] Compiling ghash-x86-apple.S
[14/956] Compiling sha512-armv8-apple.S
[15/956] Compiling sha512-armv4-linux.S
[16/956] Compiling cmark xml.c
[17/956] Compiling cmark tasklist.c
[18/956] Compiling cmark table.c
[19/956] Compiling cmark tagfilter.c
[20/956] Write swift-version-24593BA9C3E375BF.txt
[21/956] Compiling cmark syntax_extension.c
[22/956] Compiling cmark utf8.c
[23/956] Compiling cmark strikethrough.c
[24/956] Compiling cmark render.c
[25/956] Compiling cmark registry.c
[26/956] Compiling cmark references.c
[27/958] Compiling cmark plugin.c
[28/958] Compiling cmark plaintext.c
[29/980] Compiling cmark map.c
[30/987] Compiling tasn_enc.cc
[31/1001] Compiling blake2.cc
[32/1008] Compiling cmark man.c
[33/1008] Compiling cmark linked_list.c
[34/1008] Compiling cmark node.c
[35/1008] Compiling cmark scanners.c
[36/1008] Compiling cmark iterator.c
[37/1008] Compiling cmark latex.c
[38/1008] Compiling cmark houdini_html_e.c
[39/1008] Compiling cmark html.c
[40/1008] Compiling cmark houdini_href_e.c
[41/1008] Compiling cmark footnotes.c
[42/1008] Compiling cmark inlines.c
[43/1008] Compiling cmark houdini_html_u.c
[44/1008] Compiling cmark core-extensions.c
[45/1008] Compiling cmark ext_scanners.c
[46/1008] Compiling cmark cmark_ctype.c
[47/1008] Compiling cmark cmark.c
[48/1008] Compiling cmark commonmark.c
[49/1008] Write sources
[50/1008] Compiling cmark arena.c
[51/1008] Write sources
[55/1008] Compiling cmark autolink.c
[56/1008] Compiling cmark blocks.c
[57/1008] Compiling _AtomicsShims.c
[58/1008] Write sources
[63/1008] Compiling cmark buffer.c
[64/1008] Write sources
[66/1008] Compiling _NumericsShims _NumericsShims.c
[66/1008] Write sources
[75/1008] Compiling rsa_asn1.cc
[75/1008] Write sources
[101/1008] Compiling CVaporBcrypt blf.c
[101/1012] Compiling CVaporBcrypt bcrypt.c
[110/1029] Compiling CSystem shims.c
[112/1029] Emitting module ServiceContextModule
[113/1034] Emitting module RealModule
[114/1035] Compiling RealModule RealFunctions.swift
[115/1035] Compiling RealModule Real.swift
[116/1035] Compiling _NIOBase64 Base64.swift
[117/1035] Emitting module _NIOBase64
[119/1036] Compiling RealModule ElementaryFunctions.swift
[120/1036] Compiling RealModule Float16+Real.swift
[121/1036] Compiling RealModule Float+Real.swift
[122/1036] Compiling _NIODataStructures PriorityQueue.swift
[123/1036] Compiling _NIODataStructures _TinyArray.swift
[124/1036] Compiling RealModule Float80+Real.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[125/1036] Emitting module SwiftMarkdown
/host/spi-builder-workspace/.build/checkouts/markdown/Sources/SwiftMarkdown/SwiftMarkdown.swift:3:8: error: no such module 'Glibc'
1 | import cmark
2 | #if os(Android) || os(Linux)
3 | import Glibc
| `- error: no such module 'Glibc'
4 | #endif
5 |
[126/1036] Compiling SwiftMarkdown SwiftMarkdown.swift
/host/spi-builder-workspace/.build/checkouts/markdown/Sources/SwiftMarkdown/SwiftMarkdown.swift:3:8: error: no such module 'Glibc'
1 | import cmark
2 | #if os(Android) || os(Linux)
3 | import Glibc
| `- error: no such module 'Glibc'
4 | #endif
5 |
[127/1036] Compiling _NIODataStructures Heap.swift
[128/1036] Emitting module _NIODataStructures
[129/1036] Compiling ServiceContextModule ServiceContext.swift
[130/1036] Compiling ServiceContextModule ServiceContextKey.swift
[131/1037] Compiling RealModule AugmentedArithmetic.swift
[132/1037] Compiling RealModule Double+Real.swift
[133/1037] Compiling RealModule AlgebraicField.swift
[134/1037] Compiling RealModule ApproximateEquality.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
[0/1] Planning build
Building for debugging...
[0/845] Write sources
[2/846] Compiling CNIOWindows shim.c
[2/846] Compiling CNIOWindows WSAStartup.c
[3/846] Compiling CNIOLLHTTP c_nio_http.c
[5/846] Compiling CNIOLinux liburing_shims.c
[6/846] Compiling CNIOExtrasZlib empty.c
[7/846] Compiling CNIOWASI CNIOWASI.c
[8/846] Compiling CNIODarwin shim.c
[9/846] Compiling CNIOSHA1 c_nio_sha1.c
[10/846] Compiling CNIOLLHTTP c_nio_api.c
[11/846] Compiling fiat_p256_adx_sqr.S
[12/846] Compiling CNIOLinux shim.c
[13/846] Compiling fiat_p256_adx_mul.S
[14/846] Compiling fiat_curve25519_adx_square.S
[15/846] Compiling fiat_curve25519_adx_mul.S
[16/846] Compiling CNIOLLHTTP c_nio_llhttp.c
[17/846] Write swift-version-24593BA9C3E375BF.txt
[18/846] Compiling CNIOBoringSSLShims shims.c
[20/850] Emitting module _NIODataStructures
[21/850] Compiling _NIODataStructures PriorityQueue.swift
[22/850] Compiling _NIODataStructures Heap.swift
[23/850] Compiling _NIODataStructures _TinyArray.swift
[24/851] Compiling tls_record.cc
[25/851] Compiling t1_enc.cc
[26/851] Compiling tls_method.cc
[27/869] Compiling tls13_client.cc
[28/873] Compiling tls13_both.cc
[29/895] Compiling tls13_server.cc
[31/933] Emitting module SwiftyJSON
[31/933] Compiling tls13_enc.cc
[33/953] Emitting module _NIOBase64
[34/953] Compiling ServiceContextModule ServiceContextKey.swift
[35/953] Compiling SwiftMarkdown SwiftMarkdown.swift
/host/spi-builder-workspace/.build/checkouts/markdown/Sources/SwiftMarkdown/SwiftMarkdown.swift:3:8: error: no such module 'Glibc'
1 | import cmark
2 | #if os(Android) || os(Linux)
3 | import Glibc
| `- error: no such module 'Glibc'
4 | #endif
5 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/953] Emitting module SwiftMarkdown
/host/spi-builder-workspace/.build/checkouts/markdown/Sources/SwiftMarkdown/SwiftMarkdown.swift:3:8: error: no such module 'Glibc'
1 | import cmark
2 | #if os(Android) || os(Linux)
3 | import Glibc
| `- error: no such module 'Glibc'
4 | #endif
5 |
[37/953] Compiling ServiceContextModule ServiceContext.swift
[38/953] Emitting module ServiceContextModule
BUILD FAILURE 6.1 android