Build Information
Failed to build YoutubeDL-iOS, reference main (64d907
), with Swift 6.1 for Android on 29 May 2025 01:54:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/kewlbear/YoutubeDL-iOS.git
Reference: main
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/kewlbear/YoutubeDL-iOS
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 64d9072 Fix ffmpeg not installed
Cloned https://github.com/kewlbear/YoutubeDL-iOS.git
Revision (git rev-parse @):
64d9072cc33d2698b555d68cecf3d71f2f49b8dd
SUCCESS checkout https://github.com/kewlbear/YoutubeDL-iOS.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/kewlbear/YoutubeDL-iOS.git
https://github.com/kewlbear/YoutubeDL-iOS.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "ffmpeg-ios-lame",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.6-b20230730-000000",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kewlbear/FFmpeg-iOS-Lame"
},
{
"identity" : "pythonkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pvieito/PythonKit.git"
},
{
"identity" : "python-ios",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.1-b",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kewlbear/Python-iOS.git"
}
],
"manifest_display_name" : "YoutubeDL-iOS",
"name" : "YoutubeDL-iOS",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "YoutubeDL",
"targets" : [
"YoutubeDL"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YoutubeDL_iOSTests",
"module_type" : "SwiftTarget",
"name" : "YoutubeDL_iOSTests",
"path" : "Tests/YoutubeDL_iOSTests",
"sources" : [
"XCTestManifests.swift",
"YoutubeDLTests.swift"
],
"target_dependencies" : [
"YoutubeDL"
],
"type" : "test"
},
{
"c99name" : "YoutubeDL",
"module_type" : "SwiftTarget",
"name" : "YoutubeDL",
"path" : "Sources/YoutubeDL",
"product_dependencies" : [
"Python-iOS",
"PythonKit",
"FFmpeg-iOS-Lame"
],
"product_memberships" : [
"YoutubeDL"
],
"sources" : [
"Downloader.swift",
"HTTPRange.swift",
"PythonDecoder.swift",
"Transcoder.swift",
"YoutubeDL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/kewlbear/Python-iOS.git
Fetching https://github.com/kewlbear/FFmpeg-iOS-Lame
Fetching https://github.com/pvieito/PythonKit.git
[1/32] Fetching ffmpeg-ios-lame
[33/1675] Fetching ffmpeg-ios-lame, pythonkit
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame from cache (0.21s)
[296/1643] Fetching pythonkit
Fetched https://github.com/pvieito/PythonKit.git from cache (0.27s)
[1/1568] Fetching python-ios
Fetched https://github.com/kewlbear/Python-iOS.git from cache (11.29s)
Computing version for https://github.com/pvieito/PythonKit.git
Computed https://github.com/pvieito/PythonKit.git at 0.5.1 (13.29s)
Computing version for https://github.com/kewlbear/FFmpeg-iOS-Lame
Computed https://github.com/kewlbear/FFmpeg-iOS-Lame at 0.0.6-b20230730-000000 (0.53s)
Fetching https://github.com/kewlbear/FFmpeg-iOS-Support
[1/36] Fetching ffmpeg-ios-support
Fetched https://github.com/kewlbear/FFmpeg-iOS-Support from cache (0.52s)
Computing version for https://github.com/kewlbear/FFmpeg-iOS-Support
Computed https://github.com/kewlbear/FFmpeg-iOS-Support at 0.0.2 (1.16s)
Computing version for https://github.com/kewlbear/Python-iOS.git
Computed https://github.com/kewlbear/Python-iOS.git at 0.1.1-b20230423-090254 (0.56s)
Creating working copy for https://github.com/kewlbear/FFmpeg-iOS-Lame
Working copy of https://github.com/kewlbear/FFmpeg-iOS-Lame resolved at 0.0.6-b20230730-000000
Creating working copy for https://github.com/kewlbear/Python-iOS.git
Working copy of https://github.com/kewlbear/Python-iOS.git resolved at 0.1.1-b20230423-090254
Creating working copy for https://github.com/kewlbear/FFmpeg-iOS-Support
Working copy of https://github.com/kewlbear/FFmpeg-iOS-Support resolved at 0.0.2
Creating working copy for https://github.com/pvieito/PythonKit.git
Working copy of https://github.com/pvieito/PythonKit.git resolved at 0.5.1
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip
[1369/6577116] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
[82981/14280801] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip
[3298225/36350471] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip
[3625616/37902472] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip
[3654848/38860538] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
[3671230/43721281] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip
[3759947/43796452] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip
[7391741/44512784] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip
[9715494/44437613] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip (0.82s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip (0.90s)
[17189354/43479547] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip (0.91s)
[16538558/42763215] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip (1.17s)
FoundationNetworking/EasyHandle.swift:293: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=libcurl.Easy Code=43 "(null)"
*** Signal 4: Backtracing from 0x7fafbe2d8788... done ***
*** Program crashed: Illegal instruction at 0x00007fafbe2d8788 ***
Thread 0 "swift-build":
0 0x00007fafbc80580a <unknown> in libc.so.6
Thread 1:
0 0x00007fafbc8dc17e <unknown> in libc.so.6
Thread 2:
0 0x00007fafbc8e8e2e <unknown> in libc.so.6
Thread 3:
0 0x00007fafbc854117 <unknown> in libc.so.6
Thread 4 crashed:
0 0x00007fafbe2d8788 _assertionFailure(_:_:file:line:flags:) + 264 in libswiftCore.so
1 [ra] 0x00007fafbe30cae6 swift_unexpectedError + 805 in libswiftCore.so
2 [ra] 0x00007fafbce6fd74 _HTTPURLProtocol.configureEasyHandle(for:body:) + 8163 in libFoundationNetworking.so
Thread 5:
0 0x00007fafbc8e188d <unknown> in libc.so.6
Thread 6:
0 0x00007fafbc8e188d <unknown> in libc.so.6
Thread 7:
0 0x00007fafbc854117 <unknown> in libc.so.6
Thread 8:
0 0x00007fafbc854117 <unknown> in libc.so.6
Thread 9:
0 0x00007fafbc854117 <unknown> in libc.so.6
Thread 10:
0 0x00007fafbe3082a8 _ContiguousArrayStorage.__deallocating_deinit + 24 in libswiftCore.so
1 [ra] 0x00007fafbe434780 _swift_release_dealloc + 15 in libswiftCore.so
2 [ra] 0x00007fafbe43508f bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1> >::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 366 in libswiftCore.so
3 [ra] [system] 0x0000559cf66969f6 specialized InternalSHA256.process(_:hash:) + 885 in swift-package at //<compiler-generated>
4 [ra] [inlined] [system] 0x0000559cf6696b7b InternalSHA256.process(_:hash:) in swift-package at //<compiler-generated>
5 [ra] 0x0000559cf6696b7b specialized InternalSHA256.hash(_:) + 314 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:96:13
6 [ra] [inlined] 0x0000559cf6695fe1 SHA256.hash(_:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:49:25
7 [ra] [thunk] 0x0000559cf6695fe1 protocol witness for HashAlgorithm.hash(_:) in conformance SHA256 + 48 in swift-package at //<compiler-generated>:48:17
8 [ra] 0x0000559cf67b1a94 specialized static Workspace.BinaryArtifactsManager.checksum(forBinaryArtifactAt:hashAlgorithm:archiver:fileSystem:) + 467 in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:545:34
9 [ra] [inlined] [system] 0x0000559cf67ab51d Workspace.BinaryArtifactsManager.checksum(forBinaryArtifactAt:) in swift-package at //<compiler-generated>
10 [ra] [inlined] 0x0000559cf67ab51d static Workspace.BinaryArtifactsManager.checksum(forBinaryArtifactAt:hashAlgorithm:archiver:fileSystem:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:271:54
11 [ra] 0x0000559cf67ab51d closure #4 in closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) + 76 in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:549:22
12 [ra] [thunk] 0x0000559cf67b3625 partial apply for closure #4 in closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) + 20 in swift-package at //<compiler-generated>
13 [ra] 0x0000559cf544fa2a DiagnosticsEmitterProtocol.trap<A>(_:) + 41 in swift-package at /home/build-user/swiftpm/Sources/Basics/Observability.swift:243:24
14 [ra] 0x0000559cf67a939c closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) + 171 in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:271:38
15 [async] [thunk] 0x0000559cf67b33e0 partial apply for closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) in swift-package at //<compiler-generated>
16 [async] [system] 0x0000559cf67b0f40 specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package at //<compiler-generated>
17 [async] [thunk] 0x0000559cf67b5560 partial apply for specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package
18 [async] [system] 0x00007fafbdfd13b0 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) in libswift_Concurrency.so
Thread 11:
0 0x00007fafbc854117 <unknown> in libc.so.6
Thread 12:
0 0x00007fafbc854117 <unknown> in libc.so.6
Thread 13:
0 0x00007fafbc8d781c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x0000559cf54070d4 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra] 0x0000559cf54070d4 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra] 0x0000559cf540c167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] 0x0000559cf66c86b8 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Thread 14:
0 0x00007fafbc8d781c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x0000559cf540756e AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra] 0x0000559cf540756e closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra] 0x0000559cf540c167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] 0x0000559cf66c86b8 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Thread 15:
0 0x00007fafbc8d781c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x0000559cf54070d4 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra] 0x0000559cf54070d4 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra] 0x0000559cf540c167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] 0x0000559cf66c86b8 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Thread 16:
0 0x00007fafbc8d781c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x0000559cf540756e AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra] 0x0000559cf540756e closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra] 0x0000559cf540c167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] 0x0000559cf66c86b8 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Registers:
rax 0x0000000200000003 8589934595
rdx 0x0000000000000002 2
rcx 0xfffffffe00000000 18446744065119617024
rbx 0x0000000000000003 3
rsi 0x00007faf90001bd8 03 00 00 00 00 00 00 00 90 00 00 00 00 00 00 80 ················
rdi 0x00007fafac0008e0 04 00 01 00 02 00 06 00 01 00 07 00 07 00 07 00 ················
rbp 0x00007fafb5bcdfe0 90 e0 bc b5 af 7f 00 00 e6 ca 30 be af 7f 00 00 ·à¼µ¯···æÊ0¾¯···
rsp 0x00007fafb5bcdf70 80 df bc b5 af 7f 00 00 4b f8 1f be af 7f 00 00 ·ß¼µ¯···Kø·¾¯···
r8 0x00007faf78d4f710 4f c1 f7 56 a8 7f 00 00 76 9e 2d 02 f9 9e bf 69 OÁ÷V¨···v·-·ù·¿i
r9 0x00007fafb5bcdc50 73 73 69 6f 6e 20 75 6e 65 78 70 65 63 74 65 64 ssion unexpected
r10 0x0000000000000000 0
r11 0x69bf9ef9022d9e76 7619983886854758006
r12 0x00007faf90001bd0 c8 63 5a be af 7f 00 00 03 00 00 00 00 00 00 00 ÈcZ¾¯···········
r13 0x00007fafb5bce058 5a 00 00 00 00 00 00 f0 d0 1b 00 90 af 7f 00 00 Z······ðз··¯···
r14 0x0000000000000000 0
r15 0x000000000000005a 90
rip 0x00007fafbe2d8788 0f 0b 48 8d 35 4f 5c fb ff 48 8d 55 a0 45 31 e4 ··H·5O\ûÿH·U E1ä
rflags 0x0000000000010202
cs 0x0033 fs 0x0000 gs 0x0000
Images (67 omitted):
0x0000559cf518c000–0x0000559cf7358280 ca509131bd385cb56a0d110b8f8d5889cca34182 swift-package /usr/bin/swift-package
0x00007fafbc7c3000–0x00007fafbc97f341 cd410b710f0f094c6832edd95931006d883af48e libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007fafbcdc6000–0x00007fafbcec90f8 8937021eaaca913192c71363aa86ab9f12ff9ba4 libFoundationNetworking.so /usr/lib/swift/linux/libFoundationNetworking.so
0x00007fafbdf66000–0x00007fafbdfeb838 2ddcd1b199f2f24b5d166840bae5360a8f00474c libswift_Concurrency.so /usr/lib/swift/linux/libswift_Concurrency.so
0x00007fafbdffc000–0x00007fafbe58a8c0 e0daad81442ed488d8b83fd10c171fcb90baba85 libswiftCore.so /usr/lib/swift/linux/libswiftCore.so
Backtrace took 69.19s
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip
[1369/47987586] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
[97001/49707248] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip
[175052/54567991] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip
[268957/54765553] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip
[350584/56317554] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip
[627668/64021239] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip
[963811/64096410] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip
[1110304/65054476] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip (0.96s)
[8773090/64856914] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip (1.17s)
[37054819/64781743] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip (1.25s)
[42740167/63062081] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip (1.34s)
[56621124/61510080] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
[47987586/47987586] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip (1.38s)
FoundationNetworking/EasyHandle.swift:293: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=libcurl.Easy Code=43 "(null)"
*** Signal 4: Backtracing from 0x7f0dec850788... done ***
*** Program crashed: Illegal instruction at 0x00007f0dec850788 ***
Thread 0 "swift-build":
0 0x00007f0dead7d80a <unknown> in libc.so.6
Thread 1:
0 0x00007f0deadcc117 <unknown> in libc.so.6
Thread 2:
0 0x00007f0deae60e2e <unknown> in libc.so.6
Thread 3:
0 0x00007f0deadcc117 <unknown> in libc.so.6
Thread 4:
0 0x00007f0deadcc117 <unknown> in libc.so.6
Thread 5:
0 0x00007f0deae5988d <unknown> in libc.so.6
Thread 6:
0 0x00007f0deae5417e <unknown> in libc.so.6
Thread 7:
0 0x00007f0deadcc117 <unknown> in libc.so.6
Thread 8:
0 0x00007f0deadcc117 <unknown> in libc.so.6
Thread 9 crashed:
0 0x00007f0dec850788 _assertionFailure(_:_:file:line:flags:) + 264 in libswiftCore.so
1 [ra] 0x00007f0dec884ae6 swift_unexpectedError + 805 in libswiftCore.so
2 [ra] 0x00007f0deb3e7d74 _HTTPURLProtocol.configureEasyHandle(for:body:) + 8163 in libFoundationNetworking.so
Thread 10:
0 0x00007f0deadcc117 <unknown> in libc.so.6
Thread 11:
0 0x00007f0deae5417e <unknown> in libc.so.6
Thread 12:
0 0x00007f0deadcc117 <unknown> in libc.so.6
Thread 13:
0 0x00007f0deadcc117 <unknown> in libc.so.6
Thread 14:
0 0x00007f0deae4f81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000055ac402070d4 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra] 0x000055ac402070d4 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra] 0x000055ac4020c167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] 0x000055ac414c86b8 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Thread 15:
0 0x00007f0deae4f81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000055ac4020756e AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra] 0x000055ac4020756e closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra] 0x000055ac4020c167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] 0x000055ac414c86b8 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Registers:
rax 0x0000000200000003 8589934595
rdx 0x0000000000000002 2
rcx 0xfffffffe00000000 18446744065119617024
rbx 0x0000000000000003 3
rsi 0x00007f0da802ede8 03 00 00 00 00 00 00 00 90 00 00 00 00 00 00 80 ················
rdi 0x00007f0da80008e0 03 00 01 00 07 00 06 00 01 00 07 00 07 00 07 00 ················
rbp 0x00007f0dc1c17fe0 90 80 c1 c1 0d 7f 00 00 e6 4a 88 ec 0d 7f 00 00 ··ÁÁ····æJ·ì····
rsp 0x00007f0dc1c17f70 80 7f c1 c1 0d 7f 00 00 4b 78 77 ec 0d 7f 00 00 ··ÁÁ····Kxwì····
r8 0x00007f0dd4542ff0 62 32 dc 58 0a 7f 00 00 0e 98 0f a3 a1 3b d6 cc b2ÜX·······£¡;ÖÌ
r9 0x00007f0dc1c17c50 73 73 69 6f 6e 20 75 6e 65 78 70 65 63 74 65 64 ssion unexpected
r10 0x0000000000000000 0
r11 0xccd63ba1a30f980e 14760050394164860942
r12 0x00007f0da802ede0 c8 e3 b1 ec 0d 7f 00 00 03 00 00 00 00 00 00 00 Èã±ì············
r13 0x00007f0dc1c18058 5a 00 00 00 00 00 00 f0 e0 ed 02 a8 0d 7f 00 00 Z······ðàí·¨····
r14 0x0000000000000000 0
r15 0x000000000000005a 90
rip 0x00007f0dec850788 0f 0b 48 8d 35 4f 5c fb ff 48 8d 55 a0 45 31 e4 ··H·5O\ûÿH·U E1ä
rflags 0x0000000000010202
cs 0x0033 fs 0x0000 gs 0x0000
Images (68 omitted):
0x000055ac3ff8c000–0x000055ac42158280 ca509131bd385cb56a0d110b8f8d5889cca34182 swift-package /usr/bin/swift-package
0x00007f0dead3b000–0x00007f0deaef7341 cd410b710f0f094c6832edd95931006d883af48e libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007f0deb33e000–0x00007f0deb4410f8 8937021eaaca913192c71363aa86ab9f12ff9ba4 libFoundationNetworking.so /usr/lib/swift/linux/libFoundationNetworking.so
0x00007f0dec574000–0x00007f0decb028c0 e0daad81442ed488d8b83fd10c171fcb90baba85 libswiftCore.so /usr/lib/swift/linux/libswiftCore.so
Backtrace took 33.18s
BUILD FAILURE 6.1 android