Build Information
Failed to build Shout with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Einstore/Shout.git
Reference: 0.5.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/Einstore/Shout
* tag 0.5.1 -> FETCH_HEAD
HEAD is now at 04fc627 Upload data and string
Cloned https://github.com/Einstore/Shout.git
Revision (git rev-parse @):
04fc627d6d320a5acaf1308d7a501040df7615a2
SUCCESS checkout https://github.com/Einstore/Shout.git at 0.5.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/jakeheis/CSSH
Fetching https://github.com/IBM-Swift/BlueSocket
[1/26] Fetching cssh
[27/2968] Fetching cssh, bluesocket
Fetched https://github.com/jakeheis/CSSH (0.36s)
Fetched https://github.com/IBM-Swift/BlueSocket (0.36s)
Computing version for https://github.com/jakeheis/CSSH
Computed https://github.com/jakeheis/CSSH at 1.0.3 (0.34s)
Computing version for https://github.com/IBM-Swift/BlueSocket
Computed https://github.com/IBM-Swift/BlueSocket at 1.0.46 (0.97s)
Creating working copy for https://github.com/IBM-Swift/BlueSocket
Working copy of https://github.com/IBM-Swift/BlueSocket resolved at 1.0.46
Creating working copy for https://github.com/jakeheis/CSSH
Working copy of https://github.com/jakeheis/CSSH resolved at 1.0.3
warning: 'cssh': ignoring declared target(s) 'CSSH' in the system package
warning: 'spi-builder-workspace': dependency 'cssh' is not used by any target
warning: you may be able to install libssh2 using your system-packager:
apt-get install libssh2-1-dev
Building for debugging...
[1/4] Compiling Socket SocketProtocols.swift
[2/4] Compiling Socket SocketUtils.swift
[3/4] Compiling Socket Socket.swift
[4/4] Emitting module Socket
[7/15] Compiling Shout SSHAuthMethod.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[8/16] Compiling Shout SFTP.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[9/16] Compiling Shout ReadWrite.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[10/16] Compiling Shout SSHError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[11/16] Compiling Shout FilePermissions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[12/16] Compiling Shout Agent.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[13/16] Compiling Shout Channel.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/16] Emitting module Shout
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[15/16] Compiling Shout SSH.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[16/16] Compiling Shout Session.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
error: fatalError
warning: 'cssh': ignoring declared target(s) 'CSSH' in the system package
warning: 'spi-builder-workspace': dependency 'cssh' is not used by any target
warning: you may be able to install libssh2 using your system-packager:
apt-get install libssh2-1-dev
[0/1] Planning build
Building for debugging...
[1/1] Emitting module Socket
[4/12] Compiling Shout SSHError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[5/12] Compiling Shout SSHAuthMethod.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[6/13] Compiling Shout SSH.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[7/13] Compiling Shout ReadWrite.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[8/13] Compiling Shout SFTP.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/13] Emitting module Shout
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[10/13] Compiling Shout FilePermissions.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[11/13] Compiling Shout Agent.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[12/13] Compiling Shout Channel.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
[13/13] Compiling Shout Session.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "shim.h"
^
/host/spi-builder-workspace/.build/checkouts/CSSH/shim.h:4:10: error: 'libssh2.h' file not found
#include <libssh2.h>
^
/host/spi-builder-workspace/Sources/Shout/Agent.swift:8:8: error: could not build C module 'CSSH'
import CSSH
^
error: fatalError
BUILD FAILURE 5.9 linux