Build Information
Failed to build SwiftEccodes, reference v1.0.1 (fe6ffe
), with Swift 5.10 for Linux on 26 Jun 2024 02:04:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" 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.43.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/patrick-zippenfenig/SwiftEccodes.git
Reference: v1.0.1
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/patrick-zippenfenig/SwiftEccodes
* tag v1.0.1 -> FETCH_HEAD
HEAD is now at fe6ffe2 fix: should return nil on missing long attribute
Cloned https://github.com/patrick-zippenfenig/SwiftEccodes.git
Revision (git rev-parse @):
fe6ffe28080dde2625e772e3666c5bafcc546936
SUCCESS checkout https://github.com/patrick-zippenfenig/SwiftEccodes.git at v1.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/patrick-zippenfenig/SwiftEccodes.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" 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: Already exists
031194576cad: Already exists
f49f3db6a794: Pulling fs layer
099074009041: Pulling fs layer
967b2b9ffcbb: Pulling fs layer
83bb830d47d8: Pulling fs layer
83bb830d47d8: Waiting
099074009041: Verifying Checksum
099074009041: Download complete
83bb830d47d8: Download complete
967b2b9ffcbb: Verifying Checksum
967b2b9ffcbb: Download complete
f49f3db6a794: Verifying Checksum
f49f3db6a794: Download complete
f49f3db6a794: Pull complete
099074009041: Pull complete
967b2b9ffcbb: Pull complete
83bb830d47d8: Pull complete
Digest: sha256:ad7d89f73d56840dc701ca7cebc6a2b940dd6cd1021b272e36eba4b329a2df61
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
warning: you may be able to install eccodes using your system-packager:
apt-get install libeccodes-dev
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module SwiftEccodes
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CEccodes/shim.h:1:10: error: 'eccodes.h' file not found
#include <eccodes.h>
^
/host/spi-builder-workspace/Sources/SwiftEccodes/SwiftEccodes.swift:1:29: error: could not build C module 'CEccodes'
@_implementationOnly import CEccodes
^
[4/5] Compiling SwiftEccodes Lock.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CEccodes/shim.h:1:10: error: 'eccodes.h' file not found
#include <eccodes.h>
^
/host/spi-builder-workspace/Sources/SwiftEccodes/SwiftEccodes.swift:1:29: error: could not build C module 'CEccodes'
@_implementationOnly import CEccodes
^
[5/5] Compiling SwiftEccodes SwiftEccodes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/Sources/CEccodes/shim.h:1:10: error: 'eccodes.h' file not found
#include <eccodes.h>
^
/host/spi-builder-workspace/Sources/SwiftEccodes/SwiftEccodes.swift:1:29: error: could not build C module 'CEccodes'
@_implementationOnly import CEccodes
^
error: fatalError
BUILD FAILURE 5.10 linux