Console Output

Branch indexing
Looking up repository moparisthebest/xmpp-proxy
Querying the current revision of branch master...
Current revision of branch master is 387198a509c220da68eb32a1137891e429b62b73
Obtained .ci/Jenkinsfile from 387198a509c220da68eb32a1137891e429b62b73
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/moparisthebest_xmpp-proxy_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
My branch is: master
[Pipeline] checkout
The recommended git tool is: NONE
using credential c6ea0d71-5fe1-48ba-ad49-f6dd0c20363a
Cloning the remote Git repository
Cloning repository https://code.moparisthebest.com/moparisthebest/xmpp-proxy.git
 > git init /var/lib/jenkins/workspace/moparisthebest_xmpp-proxy_master # timeout=10
Fetching upstream changes from https://code.moparisthebest.com/moparisthebest/xmpp-proxy.git
 > git --version # timeout=10
 > git --version # 'git version 2.35.1'
using GIT_ASKPASS to set credentials jenkins @ code.moparisthebest.com
 > git fetch --tags --force --progress -- https://code.moparisthebest.com/moparisthebest/xmpp-proxy.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://code.moparisthebest.com/moparisthebest/xmpp-proxy.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 387198a509c220da68eb32a1137891e429b62b73 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 387198a509c220da68eb32a1137891e429b62b73 # timeout=10
Commit message: "Make mod_s2s_outgoing_proxy compatible with prosody 0.12"
 > git rev-list --no-walk 14fd674e456659152bdba43b82ac65e15f9e945d # timeout=10
[Gitea] Notifying branch build status: PENDING Build started...
[Gitea] Notified
[Pipeline] sh
+ set -euxo pipefail
+ git checkout master --
Switched to a new branch 'master'
branch 'master' set up to track 'origin/master'.
+ git reset --hard origin/master
HEAD is now at 387198a Make mod_s2s_outgoing_proxy compatible with prosody 0.12
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build + Deploy)
[Pipeline] sh
+ mkdir -p release
+ cp xmpp-proxy.toml release
+ curl --compressed -sL https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/build-ci.sh
+ bash
build-ci.sh: BUILD_LANG=rust RELEASE_SCRIPT=.ci/release.sh BUILD_SCRIPT=.ci/build.sh remaining args:
+ mkdir -p bin
+ cd bin
+ curl --compressed -sL -O https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/ci-release-helper.sh -O https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/rust/build.sh
+ chmod +x ci-release-helper.sh build.sh
+ cd ..
++ pwd
+ export PATH=/var/lib/jenkins/workspace/moparisthebest_xmpp-proxy_master/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
+ PATH=/var/lib/jenkins/workspace/moparisthebest_xmpp-proxy_master/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
+ export BRANCH_NAME=master
+ BRANCH_NAME=master
+ export BUILD_UID=971
+ BUILD_UID=971
++ id -g
+ export BUILD_GID=971
+ BUILD_GID=971
+ build.sh .ci/build.sh
+ echo 'starting build for TARGET x86_64-unknown-linux-musl'
starting build for TARGET x86_64-unknown-linux-musl
+ export CRATE_NAME=xmpp-proxy
+ CRATE_NAME=xmpp-proxy
+ SUFFIX=
+ echo x86_64-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo x86_64-unknown-linux-musl
+ grep -E '^(s390x|powerpc|mips|riscv64gc|.*solaris$)'
+ echo x86_64-unknown-linux-musl
+ grep -E '^x86_64-unknown-netbsd$'
+ cross build --target x86_64-unknown-linux-musl --release
Unable to find image 'rustembedded/cross:x86_64-unknown-linux-musl-0.2.1' locally
x86_64-unknown-linux-musl-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Pulling fs layer
131f805ec7fd: Pulling fs layer
322ed380e680: Pulling fs layer
6ac240b13098: Pulling fs layer
64a715cd0a53: Pulling fs layer
6dd11a4cf760: Pulling fs layer
1914c0932fa8: Pulling fs layer
0f453323eca7: Pulling fs layer
d8b3882bf295: Pulling fs layer
1f4170793a2e: Pulling fs layer
b01bc4f3cef7: Pulling fs layer
f4e0966a43d2: Pulling fs layer
6dd11a4cf760: Waiting
1914c0932fa8: Waiting
0f453323eca7: Waiting
d8b3882bf295: Waiting
1f4170793a2e: Waiting
b01bc4f3cef7: Waiting
f4e0966a43d2: Waiting
6ac240b13098: Waiting
64a715cd0a53: Waiting
131f805ec7fd: Download complete
322ed380e680: Verifying Checksum
322ed380e680: Download complete
d7c3167c320d: Download complete
6ac240b13098: Verifying Checksum
6ac240b13098: Download complete
64a715cd0a53: Verifying Checksum
1914c0932fa8: Verifying Checksum
1914c0932fa8: Download complete
d8b3882bf295: Verifying Checksum
d8b3882bf295: Download complete
0f453323eca7: Verifying Checksum
0f453323eca7: Download complete
1f4170793a2e: Verifying Checksum
1f4170793a2e: Download complete
d7c3167c320d: Pull complete
b01bc4f3cef7: Verifying Checksum
131f805ec7fd: Pull complete
322ed380e680: Pull complete
6ac240b13098: Pull complete
64a715cd0a53: Pull complete
6dd11a4cf760: Verifying Checksum
6dd11a4cf760: Download complete
f4e0966a43d2: Verifying Checksum
f4e0966a43d2: Download complete
6dd11a4cf760: Pull complete
1914c0932fa8: Pull complete
0f453323eca7: Pull complete
d8b3882bf295: Pull complete
1f4170793a2e: Pull complete
b01bc4f3cef7: Pull complete
f4e0966a43d2: Pull complete
Digest: sha256:e906258406a86a350339146feb8f33614d880151481eb303c9270d9db26aaa60
Status: Downloaded newer image for rustembedded/cross:x86_64-unknown-linux-musl-0.2.1
    Updating crates.io index
 Downloading crates ...
error: failed to download `rustls v0.20.4`

Caused by:
  unable to get packages from source

Caused by:
  failed to parse manifest at `/cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.20.4/Cargo.toml`

Caused by:
  feature `resolver` is required

  this Cargo does not support nightly features, but if you
  switch to nightly channel you can add
  `cargo-features = ["resolver"]` to enable this feature
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Email)
[Pipeline] step
Sending e-mails to: admin.jenkins@moparisthebest.com
[Pipeline] }
[Pipeline] // stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
[Gitea] Notifying branch build status: FAILURE There was a failure building this commit
[Gitea] Notified
Finished: FAILURE