Console Output

Push event to branch master
Looking up repository moparisthebest/xmpp-proxy
Querying the current revision of branch master...
Current revision of branch master is 63aa229f92db8e75315ecc837117592720a26634
Obtained .ci/Jenkinsfile from 63aa229f92db8e75315ecc837117592720a26634
[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 63aa229f92db8e75315ecc837117592720a26634 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 63aa229f92db8e75315ecc837117592720a26634 # timeout=10
Commit message: "Reload cert/key on SIGHUP"
 > git rev-list --no-walk fe2697c98dcbff4fa5e976bf29b05503f349fbf5 # 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 63aa229 Reload cert/key on SIGHUP
[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
    Updating crates.io index
 Downloading crates ...
  Downloaded trust-dns-proto v0.20.4
  Downloaded trust-dns-resolver v0.20.4
  Downloaded futures-macro v0.3.21
  Downloaded futures-task v0.3.21
  Downloaded signal-hook-registry v1.4.0
  Downloaded futures-channel v0.3.21
  Downloaded serde v1.0.136
  Downloaded futures-io v0.3.21
  Downloaded httparse v1.6.0
  Downloaded futures-executor v0.3.21
  Downloaded termcolor v1.1.3
  Downloaded rustls v0.20.4
error: 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