Build Information
Failed to build Citadel, reference main (a4059d
), with Swift 6.1 for Android on 11 Jun 2025 22:32:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/orlandos-nl/Citadel.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/orlandos-nl/Citadel
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a4059d8 Merge pull request #105 from newamber/main
Cloned https://github.com/orlandos-nl/Citadel.git
Revision (git rev-parse @):
a4059d8cbd58408ea5fd9941dc3c461c9334b6d9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orlandos-nl/Citadel.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/orlandos-nl/Citadel.git
https://github.com/orlandos-nl/Citadel.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio-ssh",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.2",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Joannis/swift-nio-ssh.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.2.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "colorizeswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mtynior/ColorizeSwift.git"
}
],
"manifest_display_name" : "Citadel",
"name" : "Citadel",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Citadel",
"targets" : [
"Citadel"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CitadelServerExample",
"targets" : [
"CitadelServerExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "CitadelTests",
"module_type" : "SwiftTarget",
"name" : "CitadelTests",
"path" : "Tests/CitadelTests",
"product_dependencies" : [
"NIOSSH",
"BigInt",
"Logging"
],
"sources" : [
"Citadel2Tests.swift",
"EndToEndTests.swift",
"KeyTests.swift"
],
"target_dependencies" : [
"Citadel"
],
"type" : "test"
},
{
"c99name" : "CitadelServerExample",
"module_type" : "SwiftTarget",
"name" : "CitadelServerExample",
"path" : "Sources/CitadelServerExample",
"product_dependencies" : [
"ColorizeSwift"
],
"product_memberships" : [
"CitadelServerExample"
],
"sources" : [
"EchoShell/BasicCommands.swift",
"EchoShell/EchoShell.swift",
"EchoShell/Extensions.swift",
"EchoShell/Terminal.swift",
"HostKeyFile.swift",
"Server.swift"
],
"target_dependencies" : [
"Citadel"
],
"type" : "executable"
},
{
"c99name" : "Citadel",
"module_type" : "SwiftTarget",
"name" : "Citadel",
"path" : "Sources/Citadel",
"product_dependencies" : [
"NIOSSH",
"Crypto",
"_CryptoExtras",
"BigInt",
"Logging"
],
"product_memberships" : [
"Citadel",
"CitadelServerExample"
],
"sources" : [
"Algorithms/AES.swift",
"Algorithms/DH-Helpers.swift",
"Algorithms/DiffieHellmanGroup14Sha1.swift",
"Algorithms/DiffieHellmanGroup14Sha256.swift",
"Algorithms/RSA.swift",
"BCrypt.swift",
"ByteBufferHelpers.swift",
"ChannelUnwrapper.swift",
"Client.swift",
"ClientSession.swift",
"DirectTCPIP/Client/DirectTCPIP+Client.swift",
"DirectTCPIP/Server/DirectTCPIP+Server.swift",
"Errors.swift",
"Exec/Client/ExecClient.swift",
"Exec/Server/ExecDelegate.swift",
"Exec/Server/ExecHandler.swift",
"NIOGlueHandler.swift",
"OpenSSHKey.swift",
"SFTP/Client/SFTPClient.swift",
"SFTP/Client/SFTPClientInboundHandler.swift",
"SFTP/Client/SFTPFile.swift",
"SFTP/SFTPBasicEnums.swift",
"SFTP/SFTPFileFlags.swift",
"SFTP/SFTPMessage.swift",
"SFTP/SFTPMessageParser.swift",
"SFTP/SFTPSerializer.swift",
"SFTP/Server/SFTPServer.swift",
"SFTP/Server/SFTPServerInboundHandler.swift",
"SSHAuthenticationMethod.swift",
"SSHCert.swift",
"SSHConnectionPoolSettings.swift",
"Server.swift",
"Shell/Server/ShellDelegate.swift",
"TTY/Client/TTY.swift"
],
"target_dependencies" : [
"CCitadelBcrypt"
],
"type" : "library"
},
{
"c99name" : "CCitadelBcrypt",
"module_type" : "ClangTarget",
"name" : "CCitadelBcrypt",
"path" : "Sources/CCitadelBcrypt",
"product_memberships" : [
"Citadel",
"CitadelServerExample"
],
"sources" : [
"bcrypt-kdf.c",
"bcrypt.c",
"blf.c"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-log.git
Fetching https://github.com/mtynior/ColorizeSwift.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/Joannis/swift-nio-ssh.git
Fetching https://github.com/attaswift/BigInt.git
[1/291] Fetching colorizeswift
[60/3047] Fetching colorizeswift, swift-nio-ssh
[871/7854] Fetching colorizeswift, swift-nio-ssh, bigint
[4250/11690] Fetching colorizeswift, swift-nio-ssh, bigint, swift-log
Fetched https://github.com/Joannis/swift-nio-ssh.git from cache (0.28s)
[6516/8934] Fetching colorizeswift, bigint, swift-log
[8935/23785] Fetching colorizeswift, bigint, swift-log, swift-crypto
Fetched https://github.com/mtynior/ColorizeSwift.git from cache (1.79s)
Fetched https://github.com/apple/swift-log.git from cache (1.79s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.80s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.82s)
Computing version for https://github.com/Joannis/swift-nio-ssh.git
Computed https://github.com/Joannis/swift-nio-ssh.git at 0.3.3 (2.32s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/1797] Fetching swift-atomics
[1798/78040] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.54s)
Fetched https://github.com/apple/swift-nio.git from cache (3.62s)
Computing version for https://github.com/mtynior/ColorizeSwift.git
Computed https://github.com/mtynior/ColorizeSwift.git at 1.7.0 (5.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.43s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (0.42s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.0.5 (0.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.72s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
[4429/21019] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.91s)
Fetched https://github.com/apple/swift-collections.git from cache (0.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.35s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.57s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.0.5
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/mtynior/ColorizeSwift.git
Working copy of https://github.com/mtynior/ColorizeSwift.git resolved at 1.7.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.6.0
Creating working copy for https://github.com/Joannis/swift-nio-ssh.git
Working copy of https://github.com/Joannis/swift-nio-ssh.git resolved at 0.3.3
Building for debugging...
[0/458] Write sources
[17/458] Compiling CNIOWindows shim.c
[18/458] Compiling CNIOWindows WSAStartup.c
[19/458] Compiling _AtomicsShims.c
[20/458] Compiling CNIOWASI CNIOWASI.c
[21/458] Compiling CCitadelBcrypt bcrypt.c
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt-kdf.c:44:9: warning: 'BCRYPT_WORDS' macro redefined [-Wmacro-redefined]
44 | #define BCRYPT_WORDS 8
| ^
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt.h:31:9: note: previous definition is here
31 | #define BCRYPT_WORDS 6 /* Ciphertext words */
| ^
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt-kdf.c:163:5: error: call to undeclared function 'getentropy'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
163 | getentropy(key, keylen);
| ^
1 warning and 1 error generated.
[22/458] Compiling CCitadelBcrypt bcrypt-kdf.c
[22/458] Compiling CNIOLinux liburing_shims.c
[22/458] Compiling c-nioatomics.c
[22/458] Compiling CNIODarwin shim.c
[22/458] Compiling CNIOLinux shim.c
[22/458] Compiling t_crl.c
[22/458] Compiling CCitadelBcrypt blf.c
[22/458] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[0/1] Planning build
Building for debugging...
[0/436] Compiling CNIODarwin shim.c
[1/436] Compiling CNIOLinux liburing_shims.c
[2/436] Compiling CCryptoBoringSSLShims shims.c
[3/436] Compiling v3_skey.c
[4/436] Write swift-version-24593BA9C3E375BF.txt
[4/436] Compiling CNIOLinux shim.c
[6/436] Compiling v3_purp.c
[7/436] Compiling v3_utl.c
[8/436] Compiling v3_prn.c
[8/436] Compiling v3_pcia.c
[8/436] Compiling v3_pcons.c
[10/436] Compiling v3_pmaps.c
[12/447] Compiling v3_pci.c
[13/463] Compiling v3_ocsp.c
[14/463] Compiling v3_ncons.c
[15/463] Compiling v3_lib.c
[16/463] Compiling v3_int.c
[17/463] Compiling v3_info.c
[18/463] Compiling v3_ia5.c
[19/463] Compiling v3_genn.c
[21/463] Emitting module Logging
[21/463] Compiling v3_extku.c
[22/463] Compiling c-nioatomics.c
[23/463] Compiling v3_crld.c
[24/463] Compiling v3_enum.c
[25/463] Compiling v3_conf.c
[26/463] Compiling v3_cpols.c
[28/463] Compiling _NIODataStructures PriorityQueue.swift
[28/463] Compiling v3_bitst.c
[29/463] Compiling c-atomics.c
[31/463] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[32/463] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/464] Compiling v3_bcons.c
[34/464] Emitting module _NIOBase64
[35/464] Compiling _NIOBase64 Base64.swift
[36/465] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[37/465] Compiling InternalCollectionsUtilities Integer rank.swift
[38/465] Emitting module InternalCollectionsUtilities
[39/465] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[40/465] Compiling InternalCollectionsUtilities UInt+reversed.swift
[41/465] Compiling InternalCollectionsUtilities Descriptions.swift
[42/465] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/465] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/465] Emitting module _NIODataStructures
[45/465] Compiling _NIODataStructures Heap.swift
[47/465] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/465] Compiling InternalCollectionsUtilities Debugging.swift
[49/465] Compiling _NIODataStructures _TinyArray.swift
[50/465] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[51/465] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/466] Compiling v3_akeya.c
[52/470] Compiling v3_alt.c
[55/472] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/473] Compiling v3_akey.c
[57/473] Wrapping AST for _NIOBase64 for debugging
[59/473] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[60/473] Compiling NIOConcurrencyHelpers NIOLock.swift
[60/473] Compiling pcy_node.c
[61/473] Wrapping AST for _NIODataStructures for debugging
[62/473] Compiling pcy_tree.c
[64/473] Emitting module ColorizeSwift
[65/473] Compiling NIOConcurrencyHelpers lock.swift
[65/480] Compiling pcy_map.c
[66/482] Wrapping AST for InternalCollectionsUtilities for debugging
[67/488] Compiling pcy_lib.c
[69/488] Compiling NIOConcurrencyHelpers atomics.swift
[70/488] Emitting module NIOConcurrencyHelpers
[71/488] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[71/489] Compiling pcy_data.c
[73/489] Compiling DequeModule Deque+CustomReflectable.swift
[74/489] Compiling DequeModule Deque+Descriptions.swift
[75/489] Compiling DequeModule Deque+Equatable.swift
[76/489] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[78/491] Compiling DequeModule _DequeBuffer.swift
[78/491] Compiling x_x509a.c
[80/491] Compiling DequeModule _DequeBufferHeader.swift
[80/491] Compiling x_val.c
[81/491] Compiling pcy_cache.c
[82/491] Compiling x_x509.c
[83/491] Compiling x_spki.c
[85/491] Compiling DequeModule Deque+Extras.swift
[86/491] Compiling DequeModule Deque+Hashable.swift
[86/491] Compiling x_sig.c
[87/491] Wrapping AST for NIOConcurrencyHelpers for debugging
[88/491] Compiling x_req.c
[89/491] Compiling x_pubkey.c
[90/491] Compiling x_pkey.c
[91/491] Compiling x_info.c
[92/491] Compiling x_name.c
[93/491] Compiling x_attrib.c
[94/491] Compiling x_exten.c
[96/491] Compiling DequeModule Deque+Testing.swift
[97/491] Compiling DequeModule Deque._Storage.swift
[98/491] Compiling DequeModule Deque._UnsafeHandle.swift
[99/491] Compiling DequeModule Deque.swift
[99/491] Compiling x_crl.c
[101/491] Compiling DequeModule _DequeSlot.swift
[102/491] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/491] Compiling x509spki.c
[103/491] Compiling x_algor.c
[104/491] Compiling x509rset.c
[105/491] Compiling x_all.c
[106/491] Compiling x509name.c
[107/491] Compiling x509cset.c
[109/491] Emitting module DequeModule
[110/491] Compiling DequeModule Deque+Codable.swift
[111/491] Compiling DequeModule Deque+Collection.swift
[111/492] Compiling x509_txt.c
[113/492] Compiling x509_vpm.c
[114/492] Compiling x509_v3.c
[115/492] Compiling x509_trs.c
[116/492] Compiling x509_vfy.c
[117/492] Compiling x509_set.c
[118/492] Wrapping AST for DequeModule for debugging
[119/492] Compiling x509_req.c
[120/492] Compiling x509_obj.c
[121/492] Compiling x509_def.c
[122/492] Compiling x509_lu.c
[123/492] Compiling x509_d2.c
[124/492] Compiling x509_ext.c
[126/492] Compiling Logging MetadataProvider.swift
[126/492] Compiling x509_att.c
[127/492] Compiling x509.c
[128/492] Compiling x509_cmp.c
[129/492] Compiling t_x509a.c
[130/492] Compiling t_req.c
[131/492] Compiling t_x509.c
[132/492] Compiling t_crl.c
[133/492] Compiling name_print.c
[134/492] Compiling i2d_pr.c
[135/492] Compiling rsa_pss.c
[136/492] Compiling by_file.c
[137/492] Compiling by_dir.c
[138/492] Compiling algorithm.c
[139/492] Compiling a_verify.c
[140/492] Compiling a_sign.c
[142/492] Compiling Logging Locks.swift
[143/492] Compiling Logging Logging.swift
[144/492] Compiling Logging LogHandler.swift
[144/493] Compiling asn1_gen.c
[145/493] Compiling thread_win.c
[146/493] Compiling a_digest.c
[147/493] Compiling voprf.c
[148/493] Compiling thread_pthread.c
[150/493] Compiling trust_token.c
[151/493] Compiling thread.c
[152/493] Compiling thread_none.c
[153/493] Compiling pmbtoken.c
[154/493] Compiling refcount_lock.c
[155/493] Compiling siphash.c
[156/493] Compiling rsa_print.c
[157/493] Compiling stack.c
[158/493] Compiling refcount_c11.c
[159/493] Compiling rsa_asn1.c
[160/493] Compiling windows.c
[160/493] Compiling fuchsia.c
[162/493] Compiling rand_extra.c
[162/493] Compiling rc4.c
[164/493] Compiling passive.c
[165/493] Compiling deterministic.c
[166/493] Wrapping AST for Logging for debugging
[167/493] Compiling poly1305_arm_asm.S
[168/493] Compiling forkunsafe.c
[169/493] Compiling poly1305_vec.c
[170/493] Compiling pool.c
[171/493] Compiling poly1305_arm.c
[172/493] Compiling poly1305.c
[174/493] Compiling ColorizeSwift ColorizeSwift.swift
[174/494] Compiling pkcs7.c
[176/494] Compiling pkcs8.c
[177/494] Compiling p5_pbev2.c
[178/494] Compiling pem_xaux.c
[179/494] Compiling pem_x509.c
[180/494] Compiling pkcs8_x509.c
[181/494] Compiling pkcs7_x509.c
[182/494] Compiling pem_pkey.c
[183/494] Wrapping AST for ColorizeSwift for debugging
[184/494] Compiling obj_xref.c
[185/494] Compiling pem_oth.c
[186/494] Compiling pem_pk8.c
[187/494] Compiling mem.c
[188/494] Compiling pem_info.c
[189/494] Compiling lhash.c
[190/494] Compiling pem_lib.c
[191/494] Compiling poly_rq_mul.S
[192/494] Compiling pem_all.c
[193/494] Compiling x86_64-mont5.mac.x86_64.S
[194/494] Compiling x86_64-mont5.linux.x86_64.S
[195/494] Compiling x86_64-mont.mac.x86_64.S
[196/494] Compiling hkdf.c
[197/494] Compiling x86_64-mont.linux.x86_64.S
[198/494] Compiling x86-mont.windows.x86.S
[199/494] Compiling obj.c
[200/494] Compiling hpke.c
[201/494] Compiling vpaes-x86_64.mac.x86_64.S
[202/494] Compiling x86-mont.linux.x86.S
[203/494] Compiling vpaes-x86_64.linux.x86_64.S
[204/494] Compiling vpaes-x86.linux.x86.S
[205/494] Compiling vpaes-x86.windows.x86.S
[206/494] Compiling vpaes-armv7.linux.arm.S
[207/494] Compiling vpaes-armv8.ios.aarch64.S
[208/494] Compiling vpaes-armv7.ios.arm.S
[209/494] Compiling vpaes-armv8.linux.aarch64.S
[210/494] Compiling sha512-x86_64.mac.x86_64.S
[211/494] Compiling sha512-x86_64.linux.x86_64.S
[212/494] Compiling sha512-armv8.ios.aarch64.S
[213/494] Compiling sha512-armv4.linux.arm.S
[214/494] Compiling kdf.c
[215/494] Compiling sha512-armv4.ios.arm.S
[216/494] Compiling sha512-586.windows.x86.S
[217/494] Compiling sha512-586.linux.x86.S
[218/494] Compiling sha512-armv8.linux.aarch64.S
[219/494] Compiling sha256-x86_64.mac.x86_64.S
[220/494] Compiling sha256-x86_64.linux.x86_64.S
[221/494] Compiling sha256-armv8.ios.aarch64.S
[222/494] Compiling sha256-armv4.linux.arm.S
[223/494] Compiling sha256-armv4.ios.arm.S
[224/494] Compiling sha256-586.linux.x86.S
[225/494] Compiling sha256-586.windows.x86.S
[226/494] Compiling sha1-x86_64.mac.x86_64.S
[227/494] Compiling sha256-armv8.linux.aarch64.S
[228/494] Compiling sha1-x86_64.linux.x86_64.S
[229/494] Compiling sha1-armv8.ios.aarch64.S
[230/494] Compiling sha1-armv4-large.linux.arm.S
[231/494] Compiling sha1-armv4-large.ios.arm.S
[232/494] Compiling sha1-586.windows.x86.S
[233/494] Compiling sha1-586.linux.x86.S
[234/494] Compiling sha1-armv8.linux.aarch64.S
[235/494] Compiling sha1-altivec.c
[236/494] Compiling rsaz-avx2.mac.x86_64.S
[237/494] Compiling fips.c
[238/494] Compiling sha1.c
[238/494] Compiling sha512.c
[240/494] Compiling sha256.c
[241/494] Compiling rsaz-avx2.linux.x86_64.S
[242/494] Compiling rdrand-x86_64.mac.x86_64.S
[243/494] Compiling rdrand-x86_64.linux.x86_64.S
[244/494] Compiling self_check.c
[245/494] Compiling hrss.c
[246/494] Compiling blinding.c
[247/494] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[248/494] Compiling padding.c
[249/494] Compiling rsa_impl.c
[250/494] Compiling urandom.c
[251/494] Compiling rand.c
[252/494] Compiling ctrdrbg.c
[253/494] Compiling rsa.c
[254/494] Compiling fork_detect.c
[255/494] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[256/494] Compiling p256-x86_64-asm.mac.x86_64.S
[257/494] Compiling p256-x86_64-asm.linux.x86_64.S
[258/494] Compiling ofb.c
[259/494] Compiling polyval.c
[260/494] Compiling gcm_nohw.c
[261/494] Compiling ctr.c
[262/494] Compiling cbc.c
[262/494] Compiling cfb.c
[264/494] Compiling md5-x86_64.mac.x86_64.S
[265/494] Compiling md5-x86_64.linux.x86_64.S
[266/494] Compiling gcm.c
[267/494] Compiling md5-586.windows.x86.S
[268/494] Compiling md5.c
[269/494] Compiling md5-586.linux.x86.S
[270/494] Compiling ghashv8-armx64.ios.aarch64.S
[271/494] Compiling ghashv8-armx32.linux.arm.S
[272/494] Compiling ghashv8-armx64.linux.aarch64.S
[273/494] Compiling ghashv8-armx32.ios.arm.S
[274/494] Compiling ghash-x86_64.mac.x86_64.S
[275/494] Compiling ghash-x86_64.linux.x86_64.S
[276/494] Compiling hmac.c
[277/494] Compiling ghash-x86.windows.x86.S
[278/494] Compiling ghash-x86.linux.x86.S
[279/494] Compiling md4.c
[280/494] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[281/494] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[282/494] Compiling ghash-ssse3-x86.windows.x86.S
[283/494] Compiling ghash-ssse3-x86.linux.x86.S
[284/494] Compiling fips_shared_support.c
[285/494] Compiling ghash-armv4.linux.arm.S
[286/494] Compiling ghash-neon-armv8.ios.aarch64.S
[287/494] Compiling ghash-neon-armv8.linux.aarch64.S
[288/494] Compiling ghash-armv4.ios.arm.S
[289/494] Compiling ecdh.c
[290/494] Compiling ecdsa.c
[291/494] Compiling wnaf.c
[291/494] Compiling util.c
[293/494] Compiling simple_mul.c
[294/494] Compiling scalar.c
[295/494] Compiling simple.c
[296/494] Compiling p256-x86_64.c
[297/494] Compiling oct.c
[297/494] Compiling felem.c
[299/494] Compiling p256.c
[300/494] Compiling ec_montgomery.c
[301/494] Compiling ec_key.c
[302/494] Compiling p224-64.c
[303/494] Compiling check.c
[304/494] Compiling co-586.windows.x86.S
[305/494] Compiling co-586.linux.x86.S
[306/494] Compiling digests.c
[307/494] Compiling ec.c
[308/494] Compiling digest.c
[309/494] Compiling dh.c
[310/494] Compiling bsaes-armv7.linux.arm.S
[311/494] Compiling bsaes-armv7.ios.arm.S
[312/494] Compiling aead.c
[313/494] Compiling cipher.c
[314/494] Compiling sqrt.c
[314/494] Compiling shift.c
[315/494] Compiling rsaz_exp.c
[317/494] Compiling random.c
[318/494] Compiling e_aes.c
[319/494] Compiling prime.c
[320/494] Compiling montgomery_inv.c
[321/494] Compiling jacobi.c
[322/494] Compiling montgomery.c
[323/494] Compiling mul.c
[324/494] Compiling gcd_extra.c
[325/494] Compiling gcd.c
[326/494] Compiling div_extra.c
[327/494] Compiling generic.c
[328/494] Compiling exponentiation.c
[329/494] Compiling x86_64-gcc.c
[329/494] Compiling ctx.c
[331/494] Compiling cmp.c
[332/494] Compiling div.c
[333/494] Compiling bytes.c
[334/494] Compiling bn-586.windows.x86.S
[335/494] Compiling bn.c
[336/494] Compiling bn-586.linux.x86.S
[337/494] Compiling armv8-mont.ios.aarch64.S
[338/494] Compiling add.c
[339/494] Compiling armv4-mont.linux.arm.S
[340/494] Compiling armv4-mont.ios.arm.S
[341/494] Compiling aesv8-armx64.ios.aarch64.S
[342/494] Compiling armv8-mont.linux.aarch64.S
[343/494] Compiling aesv8-armx32.linux.arm.S
[344/494] Compiling aesv8-armx64.linux.aarch64.S
[345/494] Compiling aesv8-armx32.ios.arm.S
[346/494] Compiling aesni-x86_64.mac.x86_64.S
[347/494] Compiling aesni-x86_64.linux.x86_64.S
[348/494] Compiling aesni-x86.windows.x86.S
[349/494] Compiling aesni-gcm-x86_64.mac.x86_64.S
[350/494] Compiling aesni-x86.linux.x86.S
[351/494] Compiling aesni-gcm-x86_64.linux.x86_64.S
[352/494] Compiling mode_wrappers.c
[353/494] Compiling key_wrap.c
[354/494] Compiling ex_data.c
[355/494] Compiling aes.c
[356/494] Compiling sign.c
[357/494] Compiling scrypt.c
[358/494] Compiling aes_nohw.c
[359/494] Compiling print.c
[360/494] Compiling p_x25519.c
[361/494] Compiling pbkdf.c
[362/494] Compiling p_rsa_asn1.c
[363/494] Compiling p_x25519_asn1.c
[364/494] Compiling p_ed25519.c
[365/494] Compiling p_rsa.c
[366/494] Compiling p_ed25519_asn1.c
[367/494] Compiling p_ec_asn1.c
[368/494] Compiling p_dsa_asn1.c
[369/494] Compiling err_data.c
[370/494] Compiling p_ec.c
[371/494] Compiling evp_ctx.c
[372/494] Compiling digestsign.c
[373/494] Compiling evp_asn1.c
[374/494] Compiling engine.c
[374/494] Compiling evp.c
[376/494] Compiling err.c
[377/494] Compiling ecdh_extra.c
[377/494] Compiling ecdsa_asn1.c
[379/494] Compiling ec_derive.c
[380/494] Compiling hash_to_curve.c
[381/494] Compiling dsa_asn1.c
[382/494] Compiling dh_asn1.c
[383/494] Compiling ec_asn1.c
[384/494] Compiling dsa.c
[385/494] Compiling params.c
[386/494] Compiling digest_extra.c
[387/494] Compiling cpu_ppc64le.c
[388/494] Compiling cpu_intel.c
[389/494] Compiling x25519-asm-arm.S
[390/494] Compiling spake25519.c
[391/494] Compiling crypto.c
[392/494] Compiling cpu_arm_linux.c
[393/494] Compiling cpu_aarch64_win.c
[394/494] Compiling cpu_arm.c
[395/494] Compiling cpu_aarch64_fuchsia.c
[395/494] Compiling cpu_aarch64_linux.c
[397/494] Compiling des.c
[398/494] Compiling e_rc4.c
[399/494] Compiling cpu_aarch64_apple.c
[400/494] Compiling cmac.c
[401/494] Compiling tls_cbc.c
[402/494] Compiling e_rc2.c
[403/494] Compiling e_tls.c
[403/494] Compiling curve25519.c
[405/494] Compiling conf.c
[406/494] Compiling e_null.c
[407/494] Compiling e_des.c
[408/494] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[409/494] Compiling derive_key.c
[410/494] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[411/494] Compiling e_chacha20poly1305.c
[412/494] Compiling cipher_extra.c
[413/494] Compiling e_aesctrhmac.c
[414/494] Compiling e_aesgcmsiv.c
[415/494] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[416/494] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[417/494] Compiling e_aesccm.c
[418/494] Compiling chacha-x86_64.linux.x86_64.S
[419/494] Compiling chacha-x86.windows.x86.S
[420/494] Compiling chacha-x86.linux.x86.S
[421/494] Compiling chacha-x86_64.mac.x86_64.S
[422/494] Compiling chacha-armv8.ios.aarch64.S
[423/494] Compiling chacha-armv4.linux.arm.S
[424/494] Compiling chacha-armv4.ios.arm.S
[425/494] Compiling chacha.c
[426/494] Compiling unicode.c
[427/494] Compiling chacha-armv8.linux.aarch64.S
[428/494] Compiling ber.c
[429/494] Compiling asn1_compat.c
[430/494] Compiling bn_asn1.c
[431/494] Compiling cbs.c
[432/494] Compiling cbb.c
[432/494] Compiling buf.c
[434/494] Compiling blake2.c
[435/494] Compiling convert.c
[436/494] Compiling printf.c
[437/494] Compiling socket.c
[438/494] Compiling hexdump.c
[439/494] Compiling socket_helper.c
[440/494] Compiling file.c
[441/494] Compiling pair.c
[442/494] Compiling fd.c
[443/494] Compiling bio_mem.c
[443/494] Compiling connect.c
[445/494] Compiling base64.c
[446/494] Compiling time_support.c
[447/494] Compiling bio.c
[448/494] Compiling tasn_utl.c
[449/494] Compiling tasn_typ.c
[450/494] Compiling tasn_new.c
[451/494] Compiling tasn_fre.c
[452/494] Compiling f_string.c
[453/494] Compiling f_int.c
[453/494] Compiling tasn_enc.c
[455/494] Compiling asn_pack.c
[456/494] Compiling tasn_dec.c
[457/494] Compiling asn1_par.c
[458/494] Compiling a_utf8.c
[459/494] Compiling asn1_lib.c
[460/494] Compiling a_utctm.c
[461/494] Compiling a_type.c
[462/494] Compiling a_time.c
[463/494] Compiling a_print.c
[464/494] Compiling a_strex.c
[465/494] Compiling a_strnid.c
[466/494] Compiling a_octet.c
[467/494] Compiling a_i2d_fp.c
[468/494] Compiling a_mbstr.c
[469/494] Compiling a_object.c
[470/494] Compiling a_gentm.c
[470/494] Write sources
[473/494] Compiling a_dup.c
[474/494] Compiling a_d2i_fp.c
[474/494] Compiling a_int.c
[476/494] Compiling a_bool.c
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt-kdf.c:44:9: warning: 'BCRYPT_WORDS' macro redefined [-Wmacro-redefined]
44 | #define BCRYPT_WORDS 8
| ^
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt.h:31:9: note: previous definition is here
31 | #define BCRYPT_WORDS 6 /* Ciphertext words */
| ^
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt-kdf.c:163:5: error: call to undeclared function 'getentropy'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
163 | getentropy(key, keylen);
| ^
1 warning and 1 error generated.
[477/494] Compiling CCitadelBcrypt bcrypt-kdf.c
[477/494] Compiling CCitadelBcrypt blf.c
[477/494] Compiling a_bitstr.c
BUILD FAILURE 6.1 android