The Swift Package Index logo.Swift Package Index

Build Information

Failed to build IORingSwift with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/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.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/IORingSwift.git
Reference: 0.0.5
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/PADL/IORingSwift
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at ed798fd fix regression after moving to SystemPackage errno: ensure errors are positive
Cloned https://github.com/PADL/IORingSwift.git
Revision (git rev-parse @):
ed798fdd5c7170ad9fc7a228403287fd287134bc
SUCCESS checkout https://github.com/PADL/IORingSwift.git at 0.0.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/PADL/IORingSwift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/lhoward/AsyncExtensions
[1/487] Fetching asyncextensions
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.23s)
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-system
Fetching https://github.com/dfed/swift-async-queue
[1/794] Fetching swift-async-queue
[795/3958] Fetching swift-async-queue, swift-system
[859/8211] Fetching swift-async-queue, swift-system, swift-async-algorithms
[1991/11384] Fetching swift-async-queue, swift-system, swift-async-algorithms, swift-log
[9077/25129] Fetching swift-async-queue, swift-system, swift-async-algorithms, swift-log, swift-collections
Fetched https://github.com/apple/swift-async-algorithms from cache (0.40s)
[10018/20876] Fetching swift-async-queue, swift-system, swift-log, swift-collections
Fetched https://github.com/apple/swift-log from cache (0.41s)
[7532/17703] Fetching swift-async-queue, swift-system, swift-collections
Fetched https://github.com/dfed/swift-async-queue from cache (1.01s)
Fetched https://github.com/apple/swift-system from cache (1.01s)
Fetched https://github.com/apple/swift-collections.git from cache (1.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.4 (0.45s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.2.1 (0.42s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.5.4 (2.15s)
Computing version for https://github.com/dfed/swift-async-queue
Computed https://github.com/dfed/swift-async-queue at 0.4.0 (0.38s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 0.1.0 (0.45s)
Creating working copy for https://github.com/lhoward/AsyncExtensions
Working copy of https://github.com/lhoward/AsyncExtensions resolved at linux (2218eaa)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.5.4
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 0.1.0
Creating working copy for https://github.com/dfed/swift-async-queue
Working copy of https://github.com/dfed/swift-async-queue resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.2.1
Building for debugging...
[0/52] Write sources
In file included from /host/spi-builder-workspace/Sources/CIORingShims/BackDeploy.cpp:24:
/host/spi-builder-workspace/Sources/CIORingShims/include/CIORingShims.h:20:10: fatal error: 'liburing.h' file not found
#include <liburing.h>
         ^~~~~~~~~~~~
1 error generated.
[17/52] Compiling CIORingShims BackDeploy.cpp
In file included from /host/spi-builder-workspace/Sources/CIORingShims/DispatchCQHandler.cpp:17:
/host/spi-builder-workspace/Sources/CIORingShims/CQHandlerInternal.hpp:19:10: fatal error: 'liburing.h' file not found
#include <liburing.h>
         ^~~~~~~~~~~~
[17/52] Compiling CIORingShims DispatchCQHandler.cpp
In file included from /host/spi-builder-workspace/Sources/CIORingShims/PthreadCQHandler.cpp:17:
/host/spi-builder-workspace/Sources/CIORingShims/CQHandlerInternal.hpp:19:10: fatal error: 'liburing.h' file not found
#include <liburing.h>
         ^~~~~~~~~~~~
[17/52] Compiling CIORingShims PthreadCQHandler.cpp
[17/52] Compiling CSystem shims.c
In file included from /host/spi-builder-workspace/Sources/CIORingShims/CQHandler.cpp:17:
/host/spi-builder-workspace/Sources/CIORingShims/CQHandlerInternal.hpp:19:10: fatal error: 'liburing.h' file not found
#include <liburing.h>
         ^~~~~~~~~~~~
[17/52] Compiling CIORingShims CQHandler.cpp
In file included from /host/spi-builder-workspace/Sources/CIORingShims/Message.cpp:20:
/host/spi-builder-workspace/Sources/CIORingShims/include/CIORingShims.h:20:10: fatal error: 'liburing.h' file not found
#include <liburing.h>
         ^~~~~~~~~~~~
1 error generated.
[17/52] Compiling CIORingShims Message.cpp
[17/52] Write swift-version-24593BA9C3E375BF.txt
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/CIORingShims/BackDeploy.cpp:24:
/host/spi-builder-workspace/Sources/CIORingShims/include/CIORingShims.h:20:10: fatal error: 'liburing.h' file not found
#include <liburing.h>
         ^~~~~~~~~~~~
1 error generated.
[0/35] Compiling CIORingShims BackDeploy.cpp
[0/35] Compiling CIORingShims Message.cpp
In file included from /host/spi-builder-workspace/Sources/CIORingShims/CQHandler.cpp:17:
/host/spi-builder-workspace/Sources/CIORingShims/CQHandlerInternal.hpp:19:10: fatal error: 'liburing.h' file not found
#include <liburing.h>
         ^~~~~~~~~~~~
[0/35] Compiling CIORingShims CQHandler.cpp
In file included from /host/spi-builder-workspace/Sources/CIORingShims/DispatchCQHandler.cpp:17:
/host/spi-builder-workspace/Sources/CIORingShims/CQHandlerInternal.hpp:19:10: fatal error: 'liburing.h' file not found
#include <liburing.h>
         ^~~~~~~~~~~~
[0/35] Compiling CIORingShims DispatchCQHandler.cpp
In file included from /host/spi-builder-workspace/Sources/CIORingShims/PthreadCQHandler.cpp:17:
/host/spi-builder-workspace/Sources/CIORingShims/CQHandlerInternal.hpp:19:10: fatal error: 'liburing.h' file not found
#include <liburing.h>
         ^~~~~~~~~~~~
[0/35] Compiling CIORingShims PthreadCQHandler.cpp
[0/35] Compiling CSystem shims.c
[0/35] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 5.10 linux

Build Machine: Linux 1