Build Information
Failed to build gRPC, reference main (78593d
), with Swift 6.0 for Linux on 25 Apr 2025 14:05:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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/grpc/grpc-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/grpc/grpc-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 78593d1 update ios deployment target to 15.0
Cloned https://github.com/grpc/grpc-ios.git
Revision (git rev-parse @):
78593d170eb3cb04a9966572eae73884bc9b7e81
SUCCESS checkout https://github.com/grpc/grpc-ios.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/grpc/grpc-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/firebase/boringssl-SwiftPM.git
Fetching https://github.com/firebase/abseil-cpp-SwiftPM.git
[1/8166] Fetching boringssl-swiftpm
[655/12284] Fetching boringssl-swiftpm, abseil-cpp-swiftpm
Fetched https://github.com/firebase/abseil-cpp-SwiftPM.git from cache (2.33s)
Fetched https://github.com/firebase/boringssl-SwiftPM.git from cache (2.38s)
Computing version for https://github.com/firebase/boringssl-SwiftPM.git
Computed https://github.com/firebase/boringssl-SwiftPM.git at 0.32.1 (0.55s)
Computing version for https://github.com/firebase/abseil-cpp-SwiftPM.git
Computed https://github.com/firebase/abseil-cpp-SwiftPM.git at 0.20240722.2 (0.60s)
Creating working copy for https://github.com/firebase/boringssl-SwiftPM.git
Working copy of https://github.com/firebase/boringssl-SwiftPM.git resolved at 0.32.1
Creating working copy for https://github.com/firebase/abseil-cpp-SwiftPM.git
Working copy of https://github.com/firebase/abseil-cpp-SwiftPM.git resolved at 0.20240722.2
warning: 'spi-builder-workspace': ignoring target 'build-test' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
[0/1011] Copying PrivacyInfo.xcprivacy
[0/1011] Copying Info.plist
[2/1011] Compiling endpoint_cfstream.cc
[3/1011] Compiling uncompr.c
[4/1011] Compiling zutil.c
[5/1011] Compiling trees.c
[6/1011] Compiling tap.upbdefs.c
[7/1011] Compiling time_cc.cc
[8/1011] Compiling status.cc
[9/1011] Compiling string_ref.cc
[10/1011] Compiling byte_buffer_cc.cc
In file included from /host/spi-builder-workspace/src/cpp/server/xds_server_credentials.cc:21:
In file included from /host/spi-builder-workspace/spm-cpp-include/grpcpp/security/server_credentials.h:25:
In file included from /host/spi-builder-workspace/spm-cpp-include/grpcpp/security/tls_credentials_options.h:25:
In file included from /host/spi-builder-workspace/spm-cpp-include/grpcpp/security/tls_certificate_provider.h:31:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/statusor.h:51:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/internal/statusor_internal.h:24:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/status.h:66:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/internal/status_internal.h:27:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/cord.h:81:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/crc/internal/crc_cord_state.h:23:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/crc/crc32c.h:32:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/str_format.h:83:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/internal/str_format/arg.h:35:
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:1182:1: error: redundant #include of module 'abseil' appears within namespace 'absl::lts_20240722' [-Wmodules-import-nested-redundant]
1182 | #include "absl/numeric/int128_have_intrinsic.inc" // IWYU pragma: export
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:557:1: note: namespace 'absl::lts_20240722' begins here
557 | ABSL_NAMESPACE_BEGIN
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/base/config.h:181:3: note: expanded from macro 'ABSL_NAMESPACE_BEGIN'
181 | inline namespace ABSL_OPTION_INLINE_NAMESPACE_NAME {
| ^
1 error generated.
[11/1011] Compiling xds_server_credentials.cc
In file included from /host/spi-builder-workspace/src/core/call/request_buffer.cc:15:
In file included from /host/spi-builder-workspace/src/core/call/request_buffer.h:20:
In file included from /host/spi-builder-workspace/src/core/lib/transport/call_spine.h:21:
In file included from /host/spi-builder-workspace/src/core/lib/promise/detail/status.h:23:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/status.h:66:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/internal/status_internal.h:27:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/cord.h:81:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/crc/internal/crc_cord_state.h:23:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/crc/crc32c.h:32:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/str_format.h:83:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/internal/str_format/arg.h:35:
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:1182:1: error: redundant #include of module 'abseil' appears within namespace 'absl::lts_20240722' [-Wmodules-import-nested-redundant]
1182 | #include "absl/numeric/int128_have_intrinsic.inc" // IWYU pragma: export
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:557:1: note: namespace 'absl::lts_20240722' begins here
557 | ABSL_NAMESPACE_BEGIN
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/base/config.h:181:3: note: expanded from macro 'ABSL_NAMESPACE_BEGIN'
181 | inline namespace ABSL_OPTION_INLINE_NAMESPACE_NAME {
| ^
[11/1011] Compiling request_buffer.cc
In file included from /host/spi-builder-workspace/src/core/client_channel/backup_poller.cc:27:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/status.h:66:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/internal/status_internal.h:27:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/cord.h:81:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/crc/internal/crc_cord_state.h:23:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/crc/crc32c.h:32:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/str_format.h:83:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/internal/str_format/arg.h:35:
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:1182:1: error: redundant #include of module 'abseil' appears within namespace 'absl::lts_20240722' [-Wmodules-import-nested-redundant]
1182 | #include "absl/numeric/int128_have_intrinsic.inc" // IWYU pragma: export
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:557:1: note: namespace 'absl::lts_20240722' begins here
557 | ABSL_NAMESPACE_BEGIN
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/base/config.h:181:3: note: expanded from macro 'ABSL_NAMESPACE_BEGIN'
181 | inline namespace ABSL_OPTION_INLINE_NAMESPACE_NAME {
| ^
[11/1011] Compiling backup_poller.cc
In file included from /host/spi-builder-workspace/src/core/call/security_context.cc:17:
In file included from /host/spi-builder-workspace/src/core/call/security_context.h:31:
In file included from /host/spi-builder-workspace/src/core/credentials/call/call_credentials.h:32:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/statusor.h:51:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/internal/statusor_internal.h:24:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/status.h:66:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/internal/status_internal.h:27:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/cord.h:81:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/crc/internal/crc_cord_state.h:23:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/crc/crc32c.h:32:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/str_format.h:83:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/internal/str_format/arg.h:35:
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:1182:1: error: redundant #include of module 'abseil' appears within namespace 'absl::lts_20240722' [-Wmodules-import-nested-redundant]
1182 | #include "absl/numeric/int128_have_intrinsic.inc" // IWYU pragma: export
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:557:1: note: namespace 'absl::lts_20240722' begins here
557 | ABSL_NAMESPACE_BEGIN
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/base/config.h:181:3: note: expanded from macro 'ABSL_NAMESPACE_BEGIN'
181 | inline namespace ABSL_OPTION_INLINE_NAMESPACE_NAME {
| ^
[11/1011] Compiling security_context.cc
In file included from /host/spi-builder-workspace/src/cpp/thread_manager/thread_manager.cc:19:
In file included from /host/spi-builder-workspace/src/cpp/thread_manager/thread_manager.h:24:
In file included from /host/spi-builder-workspace/src/core/lib/resource_quota/api.h:23:
In file included from /host/spi-builder-workspace/src/core/config/core_configuration.h:24:
In file included from /host/spi-builder-workspace/src/core/credentials/transport/channel_creds_registry.h:28:
In file included from /host/spi-builder-workspace/src/core/util/json/json.h:20:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/support/json.h:29:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/str_cat.h:110:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/numbers.h:48:
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:1182:1: error: redundant #include of module 'abseil' appears within namespace 'absl::lts_20240722' [-Wmodules-import-nested-redundant]
1182 | #include "absl/numeric/int128_have_intrinsic.inc" // IWYU pragma: export
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:557:1: note: namespace 'absl::lts_20240722' begins here
557 | ABSL_NAMESPACE_BEGIN
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/base/config.h:181:3: note: expanded from macro 'ABSL_NAMESPACE_BEGIN'
181 | inline namespace ABSL_OPTION_INLINE_NAMESPACE_NAME {
| ^
[11/1011] Compiling thread_manager.cc
In file included from /host/spi-builder-workspace/src/cpp/server/xds_server_builder.cc:21:
In file included from /host/spi-builder-workspace/spm-cpp-include/grpcpp/server_builder.h:23:
In file included from /host/spi-builder-workspace/spm-core-include/grpc/event_engine/event_engine.h:27:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/status.h:66:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/internal/status_internal.h:27:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/cord.h:81:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/crc/internal/crc_cord_state.h:23:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/crc/crc32c.h:32:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/str_format.h:83:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/internal/str_format/arg.h:35:
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:1182:1: error: redundant #include of module 'abseil' appears within namespace 'absl::lts_20240722' [-Wmodules-import-nested-redundant]
1182 | #include "absl/numeric/int128_have_intrinsic.inc" // IWYU pragma: export
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:557:1: note: namespace 'absl::lts_20240722' begins here
557 | ABSL_NAMESPACE_BEGIN
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/base/config.h:181:3: note: expanded from macro 'ABSL_NAMESPACE_BEGIN'
181 | inline namespace ABSL_OPTION_INLINE_NAMESPACE_NAME {
| ^
[11/1011] Compiling xds_server_builder.cc
In file included from /host/spi-builder-workspace/src/core/client_channel/client_channel.cc:15:
In file included from /host/spi-builder-workspace/src/core/client_channel/client_channel.h:22:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/status.h:66:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/status/internal/status_internal.h:27:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/cord.h:81:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/crc/internal/crc_cord_state.h:23:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/crc/crc32c.h:32:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/str_format.h:83:
In file included from /host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/strings/internal/str_format/arg.h:35:
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:1182:1: error: redundant #include of module 'abseil' appears within namespace 'absl::lts_20240722' [-Wmodules-import-nested-redundant]
1182 | #include "absl/numeric/int128_have_intrinsic.inc" // IWYU pragma: export
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/numeric/int128.h:557:1: note: namespace 'absl::lts_20240722' begins here
557 | ABSL_NAMESPACE_BEGIN
| ^
/host/spi-builder-workspace/.build/checkouts/abseil-cpp-SwiftPM/absl/base/config.h:181:3: note: expanded from macro 'ABSL_NAMESPACE_BEGIN'
181 | inline namespace ABSL_OPTION_INLINE_NAMESPACE_NAME {
| ^
[11/1011] Compiling client_channel.cc
[11/1011] Compiling server_posix.cc
BUILD FAILURE 6.0 linux