Build Information
Successful build of swift-backtrace, reference main (f01e34
), with Swift 5.9 for Linux on 28 Oct 2024 17:52: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-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-backtrace.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/swift-server/swift-backtrace
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f01e340 Update README.md for archiving
Cloned https://github.com/swift-server/swift-backtrace.git
Revision (git rev-parse @):
f01e3400ae083e9c28be5c86f53d7b7b0b0478da
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-backtrace.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/swift-server/swift-backtrace.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:5a47d9d39a5702cbfa0ba55458353b9ccb6eb7cde0581792bc757a518ca63386
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (0.32s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.42s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3152] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.39s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/17] Compiling CBacktrace fileline.c
[3/17] Compiling CBacktrace sort.c
[4/17] Compiling CBacktrace mmap.c
[5/17] Compiling CBacktrace mmapio.c
[6/17] Compiling CBacktrace state.c
[7/17] Compiling CBacktrace simple.c
[8/17] Compiling CBacktrace print.c
[9/17] Compiling CBacktrace posix.c
[10/17] Compiling CBacktrace backtrace.c
[11/17] Compiling CBacktrace atomic.c
[12/17] Compiling CBacktrace dwarf.c
[13/17] Compiling CBacktrace elf.c
[15/20] Emitting module Backtrace
[16/20] Compiling Backtrace Backtrace.swift
[17/20] Compiling Backtrace Demangle.swift
[19/22] Wrapping AST for Backtrace for debugging
[21/24] Compiling Sample main.swift
[22/24] Emitting module Sample
[24/26] Wrapping AST for Sample for debugging
[25/26] Linking Sample
Build complete! (16.44s)
Build complete.
Done.