Build Information
Failed to build yubatake, reference master (36585b
), with Swift 6.1 for Android on 28 May 2025 00:30:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 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/rb-de0/yubatake
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-0":/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.38s)
Fetching https://github.com/vapor/fluent-mysql-driver.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/brokenhandsio/VaporSecurityHeaders.git
Fetching https://github.com/vapor/redis.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor-community/CSRF.git
[1/2774] Fetching fluent-mysql-driver
[362/6525] Fetching fluent-mysql-driver, redis
[2293/19946] Fetching fluent-mysql-driver, redis, fluent
[2772/21015] Fetching fluent-mysql-driver, redis, fluent, vaporsecurityheaders
[6585/21229] Fetching fluent-mysql-driver, redis, fluent, vaporsecurityheaders, csrf
[13044/95607] Fetching fluent-mysql-driver, redis, fluent, vaporsecurityheaders, csrf, vapor
Fetched https://github.com/vapor-community/CSRF.git from cache (3.78s)
Fetched https://github.com/brokenhandsio/VaporSecurityHeaders.git from cache (3.78s)
Fetched https://github.com/vapor/fluent-mysql-driver.git from cache (3.78s)
Fetched https://github.com/vapor/redis.git from cache (3.78s)
Fetching https://github.com/vapor-community/markdown.git
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/rb-de0/Poppo.git
Fetching https://github.com/scinfu/SwiftSoup.git
Fetched https://github.com/vapor/fluent.git from cache (3.80s)
Fetched https://github.com/vapor/vapor.git from cache (3.83s)
[1/151] Fetching poppo
[121/4107] Fetching poppo, leaf
[4077/4353] Fetching poppo, leaf, markdown
[4323/8261] Fetching poppo, leaf, markdown, swiftsoup
Fetched https://github.com/vapor-community/markdown.git from cache (0.51s)
Fetched https://github.com/rb-de0/Poppo.git from cache (0.51s)
Fetched https://github.com/vapor/leaf.git from cache (0.51s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.51s)
Computing version for https://github.com/rb-de0/Poppo.git
Computed https://github.com/rb-de0/Poppo.git at 1.1.0 (5.07s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/1654] Fetching bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.40s)
Computing version for https://github.com/brokenhandsio/VaporSecurityHeaders.git
Computed https://github.com/brokenhandsio/VaporSecurityHeaders.git at 3.2.0 (1.21s)
Computing version for https://github.com/vapor-community/CSRF.git
Computed https://github.com/vapor-community/CSRF.git at 3.1.1 (0.76s)
Computing version for https://github.com/vapor-community/markdown.git
Computed https://github.com/vapor-community/markdown.git at 0.7.1 (0.68s)
Fetching https://github.com/brokenhandsio/cmark-gfm.git
[1/12300] Fetching cmark-gfm
Fetched https://github.com/brokenhandsio/cmark-gfm.git from cache (0.79s)
Computing version for https://github.com/brokenhandsio/cmark-gfm.git
Computed https://github.com/brokenhandsio/cmark-gfm.git at 2.1.0 (1.42s)
Computing version for https://github.com/vapor/fluent-mysql-driver.git
Computed https://github.com/vapor/fluent-mysql-driver.git at 4.7.1 (1.54s)
Fetching https://github.com/vapor/mysql-kit.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/fluent-kit.git
[1/5151] Fetching mysql-kit
[5152/8987] Fetching mysql-kit, swift-log
[7339/22315] Fetching mysql-kit, swift-log, fluent-kit
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
[16747/18479] Fetching mysql-kit, fluent-kit
Fetched https://github.com/vapor/mysql-kit.git from cache (0.67s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.40s)
Computing version for https://github.com/vapor/mysql-kit.git
Computed https://github.com/vapor/mysql-kit.git at 4.10.0 (0.53s)
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
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/mysql-nio.git
[1/2370] Fetching async-kit
[594/4587] Fetching async-kit, mysql-nio
[4588/10570] Fetching async-kit, mysql-nio, sql-kit
[6443/24506] Fetching async-kit, mysql-nio, sql-kit, swift-crypto
Fetched https://github.com/vapor/mysql-nio.git from cache (0.42s)
[9747/22289] Fetching async-kit, sql-kit, swift-crypto
[9748/98344] Fetching async-kit, sql-kit, swift-crypto, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.45s)
[4601/92361] Fetching async-kit, swift-crypto, swift-nio
[5780/107204] Fetching async-kit, swift-crypto, swift-nio, swift-nio-ssl
Fetched https://github.com/vapor/async-kit.git from cache (1.97s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.02s)
[65040/90898] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.92s)
Fetched https://github.com/apple/swift-nio.git from cache (5.98s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (8.68s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.61s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (2.26s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.67s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.45s)
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.16s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.85s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[1582/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.05s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.47s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.01s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.54s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.73s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 4.11.1 (0.54s)
Fetching https://github.com/swift-server/RediStack.git
[1/4703] Fetching redistack
Fetched https://github.com/swift-server/RediStack.git from cache (0.49s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (1.16s)
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.32s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (1.21s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (0.77s)
Fetching https://github.com/vapor/leaf-kit.git
[1/4938] Fetching leaf-kit
Fetched https://github.com/vapor/leaf-kit.git from cache (0.73s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (2.06s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/1063] Fetching swift-service-context
[735/4382] Fetching swift-service-context, multipart-kit
[2226/9356] Fetching swift-service-context, multipart-kit, swift-distributed-tracing
[2276/11965] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, websocket-kit
[5806/23492] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, websocket-kit, swift-nio-http2
[7288/29406] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, websocket-kit, swift-nio-http2, swift-nio-extras
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.05s)
[14095/24432] Fetching swift-service-context, multipart-kit, websocket-kit, swift-nio-http2, swift-nio-extras
Fetching https://github.com/vapor/routing-kit.git
[21611/45159] Fetching swift-service-context, multipart-kit, websocket-kit, swift-nio-http2, swift-nio-extras, routing-kit
Fetched https://github.com/apple/swift-service-context.git from cache (2.99s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.01s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.25s)
[10173/17419] Fetching multipart-kit, websocket-kit, swift-nio-extras, console-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (0.70s)
Fetched https://github.com/vapor/websocket-kit.git from cache (3.98s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.97s)
Fetched https://github.com/vapor/multipart-kit.git from cache (4.06s)
[1/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.47s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (6.32s)
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.71s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (3.91s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.26s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.80s)
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.75s)
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.64s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.02s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/4985] Fetching swift-async-algorithms
[1298/6575] Fetching swift-async-algorithms, swift-asn1
[4869/9001] Fetching swift-async-algorithms, swift-asn1, swift-service-lifecycle
[6939/15156] Fetching swift-async-algorithms, swift-asn1, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
[13566/13566] Fetching swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.49s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.62s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.62s)
[1/1141] Fetching swift-http-structured-headers
[424/2045] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.35s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.35s)
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.43s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.41s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.11s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.90s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.58s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.52s)
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.58s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.60s)
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.64s)
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.59s)
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.57s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.50s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.60s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.22s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (3.45s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 1.7.5 (2.35s)
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/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/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/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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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/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/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/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/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
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
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/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.0
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/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/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-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/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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
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/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/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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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/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/brokenhandsio/VaporSecurityHeaders.git
Working copy of https://github.com/brokenhandsio/VaporSecurityHeaders.git resolved at 3.2.0
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/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/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/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/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/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/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.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.2.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-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/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
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/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/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/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/vapor/mysql-nio.git
Working copy of https://github.com/vapor/mysql-nio.git resolved at 1.7.2
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 bn-586-linux.S
[13/956] Compiling armv8-mont-apple.S
[14/956] Compiling armv8-mont-win.S
[15/956] Compiling bn-586-apple.S
[16/956] Compiling armv8-mont-linux.S
[17/956] Compiling cmark xml.c
[18/956] Compiling cmark tagfilter.c
[19/956] Compiling cmark tasklist.c
[20/956] Compiling cmark table.c
[21/956] Compiling cmark syntax_extension.c
[22/956] Compiling cmark strikethrough.c
[23/956] Compiling cmark utf8.c
[24/956] Compiling cmark registry.c
[25/956] Write swift-version-24593BA9C3E375BF.txt
[26/956] Compiling cmark plugin.c
[26/956] Compiling cmark render.c
[28/956] Compiling cmark references.c
[29/956] Compiling cmark plaintext.c
[30/956] Compiling cmark node.c
[31/956] Compiling cmark man.c
[32/956] Compiling cmark linked_list.c
[33/956] Compiling cmark map.c
[34/956] Compiling cmark iterator.c
[35/959] Compiling cmark latex.c
[36/1008] Compiling windows.cc
[37/1008] Compiling cmark houdini_html_e.c
[38/1008] Compiling cmark inlines.c
[39/1008] Compiling cmark html.c
[40/1008] Compiling engine.cc
[41/1008] Compiling cmark scanners.c
[42/1008] Compiling cmark core-extensions.c
[43/1008] Compiling cmark footnotes.c
[44/1008] Compiling cmark houdini_href_e.c
[45/1008] Compiling cmark cmark_ctype.c
[46/1008] Compiling cmark houdini_html_u.c
[47/1008] Compiling cmark commonmark.c
[48/1008] Compiling cmark cmark.c
[49/1008] Write sources
[50/1008] Compiling cmark ext_scanners.c
[50/1008] Write sources
[55/1008] Compiling cmark arena.c
[56/1008] Compiling _NumericsShims _NumericsShims.c
[57/1008] Compiling _AtomicsShims.c
[57/1008] Compiling cmark buffer.c
[58/1008] Write sources
[67/1008] Compiling cmark autolink.c
[68/1008] Write sources
[91/1008] Compiling cmark blocks.c
[91/1008] Write sources
[98/1034] Emitting module SwiftSoup
[99/1041] Emitting module RealModule
[100/1041] Compiling RealModule AlgebraicField.swift
[101/1041] Compiling RealModule ApproximateEquality.swift
[102/1042] Emitting module ServiceContextModule
[103/1042] Compiling ServiceContextModule ServiceContextKey.swift
[104/1042] Compiling ServiceContextModule ServiceContext.swift
[105/1042] Compiling RealModule Real.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[106/1043] 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 |
[107/1043] 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 |
[108/1043] Emitting module SwiftyJSON
[109/1043] Emitting module _NIOBase64
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/859] Write sources
[11/860] Compiling CVaporBcrypt blf.c
[12/860] Compiling CVaporBcrypt bcrypt.c
[13/860] Compiling CNIOWASI CNIOWASI.c
[14/860] Compiling CNIOWindows shim.c
[15/860] Compiling CNIOLinux liburing_shims.c
[16/860] Compiling CNIOWindows WSAStartup.c
[17/860] Compiling CNIOSHA1 c_nio_sha1.c
[18/860] Compiling CNIODarwin shim.c
[18/860] Compiling CNIOExtrasZlib empty.c
[20/860] Compiling CSystem shims.c
[21/860] Compiling CNIOLinux shim.c
[22/860] Compiling CNIOLLHTTP c_nio_http.c
[23/860] Compiling fiat_curve25519_adx_square.S
[24/860] Compiling fiat_p256_adx_mul.S
[25/860] Compiling fiat_p256_adx_sqr.S
[26/860] Compiling CNIOLLHTTP c_nio_api.c
[27/860] Compiling fiat_curve25519_adx_mul.S
[28/860] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/860] Write swift-version-24593BA9C3E375BF.txt
[30/860] Compiling CNIOBoringSSLShims shims.c
[31/864] Compiling tls13_both.cc
[32/864] Compiling tls13_client.cc
[34/864] Compiling _NIODataStructures Heap.swift
[35/866] Compiling _NIODataStructures _TinyArray.swift
[36/866] Compiling _NIODataStructures PriorityQueue.swift
[37/866] Emitting module _NIODataStructures
[37/867] Compiling t1_enc.cc
[38/888] Compiling tls_method.cc
[40/892] Compiling tls13_server.cc
[42/895] Emitting module _NIOBase64
[42/895] Compiling tls_record.cc
[43/903] Compiling tls13_enc.cc
[45/952] Compiling _NIOBase64 Base64.swift
[47/962] Compiling ServiceContextModule ServiceContextKey.swift
[48/963] Compiling ServiceContextModule ServiceContext.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/963] 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 |
[50/963] 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 |
BUILD FAILURE 6.1 android