Build Information
Successful build of Chord, reference 0.1.6 (30e76f
), with Swift 5.10 for Linux on 29 Oct 2024 03:03:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-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/OperatorFoundation/Chord.git
Reference: 0.1.6
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/OperatorFoundation/Chord
* tag 0.1.6 -> FETCH_HEAD
HEAD is now at 30e76f8 Merge branch 'main' into release
Cloned https://github.com/OperatorFoundation/Chord.git
Revision (git rev-parse @):
30e76f8f89ebdf310a62790ff1369e2702d2db66
SUCCESS checkout https://github.com/OperatorFoundation/Chord.git at 0.1.6
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/OperatorFoundation/Chord.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
2ec76a50fe7c: Pulling fs layer
031194576cad: Pulling fs layer
f49f3db6a794: Pulling fs layer
099074009041: Pulling fs layer
e7a05c949568: Pulling fs layer
7330376639e6: Pulling fs layer
099074009041: Waiting
7330376639e6: Waiting
e7a05c949568: Waiting
2ec76a50fe7c: Verifying Checksum
2ec76a50fe7c: Download complete
099074009041: Verifying Checksum
099074009041: Download complete
2ec76a50fe7c: Pull complete
e7a05c949568: Verifying Checksum
e7a05c949568: Download complete
7330376639e6: Verifying Checksum
7330376639e6: Download complete
031194576cad: Verifying Checksum
031194576cad: Download complete
f49f3db6a794: Verifying Checksum
f49f3db6a794: Download complete
031194576cad: Pull complete
f49f3db6a794: Pull complete
099074009041: Pull complete
e7a05c949568: Pull complete
7330376639e6: Pull complete
Digest: sha256:5bb17dbcfcf8548eee753b07845b2378de013b2470bb445b58120b16b16ecc2b
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/OperatorFoundation/Datable
Fetching https://github.com/OperatorFoundation/SwiftQueue
[1/399] Fetching datable
[226/469] Fetching datable, swiftqueue
Fetched https://github.com/OperatorFoundation/SwiftQueue from cache (0.20s)
Fetched https://github.com/OperatorFoundation/Datable from cache (0.20s)
Computing version for https://github.com/OperatorFoundation/SwiftQueue
Computed https://github.com/OperatorFoundation/SwiftQueue at 0.1.3 (0.35s)
Computing version for https://github.com/OperatorFoundation/Datable
Computed https://github.com/OperatorFoundation/Datable at 4.0.1 (0.36s)
Creating working copy for https://github.com/OperatorFoundation/SwiftQueue
Working copy of https://github.com/OperatorFoundation/SwiftQueue resolved at 0.1.3
Creating working copy for https://github.com/OperatorFoundation/Datable
Working copy of https://github.com/OperatorFoundation/Datable resolved at 4.0.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/6] Compiling SwiftQueue LinkedList.swift
[5/6] Compiling SwiftQueue Queue.swift
[6/6] Emitting module SwiftQueue
[8/27] Emitting module Chord
[9/29] Compiling Chord Data+async.swift
[10/29] Compiling Chord FilteredQueue.swift
[11/29] Compiling Chord InvertedLockedCounter.swift
[12/29] Compiling Chord AsyncBufferingQueue.swift
[13/29] Compiling Chord AsyncLock.swift
[14/29] Compiling Chord AsyncQueue.swift
[15/29] Compiling Chord AsyncTimer.swift
[16/29] Compiling Chord Asynchronizer.swift
[17/29] Compiling Chord BlockingQueue.swift
[18/29] Compiling Chord Chord.swift
[19/29] Compiling Chord Collector.swift
[20/29] Compiling Chord ConcurrencyTester.swift
[21/29] Compiling Chord RepeatingTask.swift
[22/29] Compiling Chord SleepingTimer.swift
[23/29] Compiling Chord LockedCounter.swift
[24/29] Compiling Chord MultiQueue.swift
[25/29] Compiling Chord Promise.swift
[26/29] Compiling Chord Synchronizer.swift
[27/29] Compiling Chord ThreadSafeDictionary.swift
[28/29] Compiling Chord ThreadSafeSet.swift
[29/29] Compiling Chord Timeout.swift
Build complete! (7.17s)
Build complete.
Done.