Build Information
Failed to build ProrsumNet, reference 0.1.3 (941e0c
), with Swift 6.1 for Linux on 25 Apr 2025 22:48:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noppoMan/ProrsumNet.git
Reference: 0.1.3
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/noppoMan/ProrsumNet
* tag 0.1.3 -> FETCH_HEAD
HEAD is now at 941e0c6 Merge pull request #4 from noppoMan/avoid-crash
Cloned https://github.com/noppoMan/ProrsumNet.git
Revision (git rev-parse @):
941e0c65df620467130e9eb2496a3c1275c1d307
SUCCESS checkout https://github.com/noppoMan/ProrsumNet.git at 0.1.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/noppoMan/ProrsumNet.git
https://github.com/noppoMan/ProrsumNet.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "clibressl",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/clibressl.git"
}
],
"manifest_display_name" : "ProrsumNet",
"name" : "ProrsumNet",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ProrsumNet",
"targets" : [
"ProrsumNet"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ProrsumNetTests",
"module_type" : "SwiftTarget",
"name" : "ProrsumNetTests",
"path" : "Tests/ProrsumNetTests",
"sources" : [
"SocketTests.swift",
"TCPTests.swift",
"UDPTests.swift"
],
"target_dependencies" : [
"ProrsumNet"
],
"type" : "test"
},
{
"c99name" : "ProrsumNet",
"module_type" : "SwiftTarget",
"name" : "ProrsumNet",
"path" : "Sources/ProrsumNet",
"product_dependencies" : [
"CLibreSSL"
],
"product_memberships" : [
"ProrsumNet"
],
"sources" : [
"Net/Address.swift",
"Net/Net.swift",
"Net/SSLTCPStream.swift",
"Net/Socket.swift",
"Net/Stream.swift",
"Net/TCPServer.swift",
"Net/TCPSocket.swift",
"Net/TCPStream.swift",
"Net/UDPSocket.swift",
"POSIX/SystemError.swift",
"TLS/Certificate.swift",
"TLS/Certs/mozilla_certs.swift",
"TLS/Certs/openbsd_certs.swift",
"TLS/Config.swift",
"TLS/Context.swift",
"TLS/Error.swift",
"TLS/Mode.swift",
"TLS/SSLSocket.swift",
"TLS/Utilities.swift",
"Util/CaseInsensitiveString.swift",
"Util/Data.swift",
"Util/String.swift",
"Util/URL.swift",
"Util/URandom.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/clibressl.git
[1/3365] Fetching clibressl
Fetched https://github.com/vapor/clibressl.git from cache (0.76s)
Computing version for https://github.com/vapor/clibressl.git
Computed https://github.com/vapor/clibressl.git at 1.0.1 (1.21s)
Creating working copy for https://github.com/vapor/clibressl.git
Working copy of https://github.com/vapor/clibressl.git resolved at 1.0.1
Building for debugging...
[0/618] Write sources
[1/618] Compiling CLibreSSL rc2ofb64.c
[2/618] Compiling CLibreSSL xts128.c
[3/618] Compiling CLibreSSL xcbc_enc.c
[4/618] Compiling CLibreSSL p12_init.c
[5/618] Compiling CLibreSSL x_val.c
[6/618] Compiling CLibreSSL x_spki.c
[7/618] Compiling CLibreSSL x_x509a.c
[8/618] Compiling CLibreSSL x_sig.c
[9/618] Compiling CLibreSSL aes_cfb.c
[10/618] Write swift-version-24593BA9C3E375BF.txt
[11/618] Compiling CLibreSSL x_x509.c
[12/618] Compiling CLibreSSL x_pubkey.c
[13/618] Compiling CLibreSSL x_pkey.c
[14/618] Compiling CLibreSSL x_req.c
[15/618] Compiling CLibreSSL x_nx509.c
[16/618] Compiling CLibreSSL x_name.c
[17/618] Compiling CLibreSSL x_long.c
[18/618] Compiling CLibreSSL x_info.c
[19/618] Compiling CLibreSSL x_exten.c
[20/618] Compiling CLibreSSL x_bignum.c
[21/618] Compiling CLibreSSL x_algor.c
[22/618] Compiling CLibreSSL x_attrib.c
[23/618] Compiling CLibreSSL x_all.c
[23/618] Compiling CLibreSSL x509type.c
[25/618] Compiling CLibreSSL x_crl.c
[26/618] Compiling CLibreSSL x509rset.c
[27/618] Compiling CLibreSSL x509spki.c
[28/618] Compiling CLibreSSL x509_vpm.c
[29/618] Compiling CLibreSSL x509name.c
[30/618] Compiling CLibreSSL x509_txt.c
[31/618] Compiling CLibreSSL x509cset.c
[32/618] Compiling CLibreSSL x509_v3.c
[33/618] Compiling CLibreSSL x509_trs.c
[34/618] Compiling CLibreSSL x509_set.c
[35/618] Compiling CLibreSSL x509_vfy.c
[36/618] Compiling CLibreSSL x509_req.c
[37/618] Compiling CLibreSSL x509_r2x.c
[38/618] Compiling CLibreSSL x509_obj.c
[39/618] Compiling CLibreSSL x509_err.c
[40/618] Compiling CLibreSSL x509_def.c
[41/618] Compiling CLibreSSL x509_ext.c
[42/618] Compiling CLibreSSL x509_lu.c
[43/618] Compiling CLibreSSL x509_d2.c
[44/618] Compiling CLibreSSL wp_dgst.c
[45/618] Compiling CLibreSSL wp_block.c
[46/618] Compiling CLibreSSL x509_att.c
[46/618] Compiling CLibreSSL x509_cmp.c
[48/618] Compiling CLibreSSL v3err.c
[49/618] Compiling CLibreSSL v3_utl.c
[50/618] Compiling CLibreSSL v3_skey.c
[51/618] Compiling CLibreSSL v3_purp.c
[52/618] Compiling CLibreSSL v3_sxnet.c
[53/618] Compiling CLibreSSL v3_pku.c
[54/618] Compiling CLibreSSL v3_pmaps.c
[55/618] Compiling CLibreSSL v3_prn.c
[56/618] Compiling CLibreSSL v3_pcons.c
[57/618] Compiling CLibreSSL v3_pcia.c
[58/618] Compiling CLibreSSL v3_pci.c
[59/618] Compiling CLibreSSL v3_ncons.c
[60/618] Compiling CLibreSSL v3_ocsp.c
[61/618] Compiling CLibreSSL v3_lib.c
[62/618] Compiling CLibreSSL v3_info.c
[63/618] Compiling CLibreSSL v3_genn.c
[64/618] Compiling CLibreSSL v3_int.c
[65/618] Compiling CLibreSSL v3_extku.c
[66/618] Compiling CLibreSSL v3_ia5.c
[67/618] Compiling CLibreSSL v3_crld.c
[68/618] Compiling CLibreSSL v3_enum.c
[69/618] Compiling CLibreSSL v3_bitst.c
[70/618] Compiling CLibreSSL v3_cpols.c
[71/618] Compiling CLibreSSL v3_conf.c
[72/618] Compiling CLibreSSL ui_openssl_win.c
[73/618] Compiling CLibreSSL ui_util.c
[73/618] Compiling CLibreSSL v3_akeya.c
[75/618] Compiling CLibreSSL v3_bcons.c
[76/618] Compiling CLibreSSL v3_akey.c
[77/618] Compiling CLibreSSL v3_alt.c
[78/618] Compiling CLibreSSL ui_err.c
[79/618] Compiling CLibreSSL ui_openssl.c
[80/618] Compiling CLibreSSL ui_lib.c
[80/618] Compiling CLibreSSL txt_db.c
[82/618] Compiling CLibreSSL ts_verify_ctx.c
[83/618] Compiling CLibreSSL ts_rsp_utils.c
[83/618] Compiling CLibreSSL ts_lib.c
[83/618] Compiling CLibreSSL ts_req_utils.c
[84/618] Compiling CLibreSSL ts_rsp_print.c
[87/618] Compiling CLibreSSL ts_rsp_sign.c
[88/618] Compiling CLibreSSL ts_rsp_verify.c
[89/618] Compiling CLibreSSL ts_req_print.c
[90/618] Compiling CLibreSSL tls_peer.c
[91/618] Compiling CLibreSSL ts_err.c
[92/618] Compiling CLibreSSL tls_util.c
[93/618] Compiling CLibreSSL ts_asn1.c
[94/618] Compiling CLibreSSL ts_conf.c
[95/618] Compiling CLibreSSL timingsafe_memcmp.c
[96/618] Compiling CLibreSSL timingsafe_bcmp.c
[97/618] Compiling CLibreSSL timegm.c
[98/618] Compiling CLibreSSL tls_server.c
[99/618] Compiling CLibreSSL tls_conninfo.c
/host/spi-builder-workspace/.build/checkouts/clibressl/Sources/CLibreSSL/tls_verify.c:161:36: error: call to undeclared function 'getprogname'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
161 | "dNSName encoding (%d)\n", getprogname(),
| ^
/host/spi-builder-workspace/.build/checkouts/clibressl/Sources/CLibreSSL/tls_verify.c:161:36: note: did you mean 'getpeername'?
/usr/include/x86_64-linux-gnu/sys/socket.h:130:12: note: 'getpeername' declared here
130 | extern int getpeername (int __fd, __SOCKADDR_ARG __addr,
| ^
1 error generated.
[100/618] Compiling CLibreSSL tls_verify.c
[100/618] Compiling CLibreSSL tb_rsa.c
[100/618] Compiling CLibreSSL tb_rand.c
[100/618] Compiling CLibreSSL tb_store.c
[100/618] Compiling CLibreSSL tls_client.c
[100/618] Compiling CLibreSSL tb_pkmeth.c
[100/618] Compiling CLibreSSL tls.c
[100/618] Compiling CLibreSSL tls_config.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
/host/spi-builder-workspace/.build/checkouts/clibressl/Sources/CLibreSSL/tls_verify.c:161:36: error: call to undeclared function 'getprogname'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
161 | "dNSName encoding (%d)\n", getprogname(),
| ^
/host/spi-builder-workspace/.build/checkouts/clibressl/Sources/CLibreSSL/tls_verify.c:161:36: note: did you mean 'getpeername'?
/usr/include/x86_64-linux-gnu/sys/socket.h:130:12: note: 'getpeername' declared here
130 | extern int getpeername (int __fd, __SOCKADDR_ARG __addr,
| ^
1 error generated.
[0/519] Compiling CLibreSSL tls_verify.c
[0/519] Compiling CLibreSSL tb_rand.c
[0/519] Compiling CLibreSSL tb_store.c
[0/519] Compiling CLibreSSL tls.c
[0/519] Compiling CLibreSSL tls_config.c
[0/519] Compiling CLibreSSL tb_pkmeth.c
[0/519] Compiling CLibreSSL tls_client.c
[0/519] Compiling CLibreSSL tb_rsa.c
BUILD FAILURE 6.1 linux