Console Output

Started by user Travis Burtrum
Looking up repository moparisthebest/xmpp-proxy
Querying the current revision of branch master...
Current revision of branch master is 96ece34fdc8d9ea43e4ae6dc74680c753197df82
Obtained .ci/Jenkinsfile from 96ece34fdc8d9ea43e4ae6dc74680c753197df82
[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 96ece34fdc8d9ea43e4ae6dc74680c753197df82 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 96ece34fdc8d9ea43e4ae6dc74680c753197df82 # timeout=10
Commit message: "Update dependencies"
 > git rev-list --no-walk 797c58df02265f5e406825694ad64fb7f90b2208 # 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 96ece34 Update dependencies
[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 'ghcr.io/cross-rs/x86_64-unknown-linux-musl:main' locally
main: Pulling from cross-rs/x86_64-unknown-linux-musl
d7bfe07ed847: Pulling fs layer
a39dd3c6255a: Pulling fs layer
60dada5beddf: Pulling fs layer
5cd4d557a87a: Pulling fs layer
4bc1fe41adc9: Pulling fs layer
1f7270b26586: Pulling fs layer
cc5633f11f77: Pulling fs layer
c14c3b32b1be: Pulling fs layer
20a6b2ca7710: Pulling fs layer
1f7270b26586: Waiting
cc5633f11f77: Waiting
5cd4d557a87a: Waiting
4bc1fe41adc9: Waiting
c14c3b32b1be: Waiting
20a6b2ca7710: Waiting
a39dd3c6255a: Verifying Checksum
a39dd3c6255a: Download complete
5cd4d557a87a: Verifying Checksum
5cd4d557a87a: Download complete
d7bfe07ed847: Download complete
1f7270b26586: Verifying Checksum
1f7270b26586: Download complete
4bc1fe41adc9: Verifying Checksum
4bc1fe41adc9: Download complete
c14c3b32b1be: Verifying Checksum
c14c3b32b1be: Download complete
cc5633f11f77: Verifying Checksum
cc5633f11f77: Download complete
d7bfe07ed847: Pull complete
a39dd3c6255a: Pull complete
60dada5beddf: Verifying Checksum
20a6b2ca7710: Verifying Checksum
20a6b2ca7710: Download complete
60dada5beddf: Pull complete
5cd4d557a87a: Pull complete
4bc1fe41adc9: Pull complete
1f7270b26586: Pull complete
cc5633f11f77: Pull complete
c14c3b32b1be: Pull complete
Sending interrupt signal to process
Aborted by Travis Burtrum
Error: 
   0: Cargo process terminated by signal
script returned exit code 1
[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: ERROR Something is wrong with the build of this commit
[Gitea] Notified
Finished: ABORTED