Build Information
Successful build of swift-prometheus, reference main (046ead
), with Swift 5.10 for Linux on 12 Nov 2024 11:56:46 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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-prometheus.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-prometheus
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 046eada Migrate to GitHub Actions (#117)
Cloned https://github.com/swift-server/swift-prometheus.git
Revision (git rev-parse @):
046eada4f6ec2a1f0e488f2416f6abd5cf9b9d02
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-prometheus.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/swift-server/swift-prometheus.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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-atomics.git
[1/2085] Fetching swift-metrics
[1336/3654] Fetching swift-metrics, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.90s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.90s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.75s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (1.20s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.0
Building for debugging...
[0/5] Write sources
[3/5] Compiling _AtomicsShims.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/27] Emitting module CoreMetrics
[7/27] Compiling Atomics UnsafeAtomic.swift
[8/27] Compiling Atomics UnsafeAtomicLazyReference.swift
[9/29] Compiling Atomics AtomicReference.swift
[10/29] Compiling Atomics AtomicStorage.swift
[11/29] Compiling Atomics AtomicValue.swift
[12/29] Compiling Atomics IntegerOperations.swift
[13/29] Compiling Atomics Unmanaged extensions.swift
[14/29] Compiling Atomics IntegerConformances.swift
[15/29] Compiling Atomics PointerConformances.swift
[16/29] Compiling Atomics Primitives.native.swift
[17/29] Compiling Atomics OptionalRawRepresentable.swift
[18/29] Compiling Atomics RawRepresentable.swift
[19/29] Compiling Atomics AtomicBool.swift
[20/29] Compiling Atomics Primitives.shims.swift
[21/29] Compiling Atomics AtomicInteger.swift
[22/29] Compiling Atomics AtomicOptionalWrappable.swift
[23/29] Emitting module Atomics
[24/29] Compiling CoreMetrics Metrics.swift
[25/29] Compiling Atomics AtomicMemoryOrderings.swift
[26/29] Compiling Atomics DoubleWord.swift
[27/29] Compiling Atomics ManagedAtomic.swift
[28/29] Compiling Atomics ManagedAtomicLazyReference.swift
[30/30] Compiling CoreMetrics Locks.swift
[32/39] Compiling Prometheus NIOLockedValueBox.swift
[33/39] Emitting module Prometheus
[34/39] Compiling Prometheus Counter.swift
[35/39] Compiling Prometheus PrometheusMetricsFactory.swift
[36/39] Compiling Prometheus NIOLock.swift
[37/39] Compiling Prometheus Gauge.swift
[38/39] Compiling Prometheus Histogram.swift
[39/39] Compiling Prometheus PrometheusCollectorRegistry.swift
Build complete! (9.83s)
Build complete.
Done.