Console Output

Branch indexing
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 96ece34fdc8d9ea43e4ae6dc74680c753197df82 # 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
   Compiling libc v0.2.126
   Compiling proc-macro2 v1.0.40
   Compiling quote v1.0.20
   Compiling unicode-ident v1.0.1
   Compiling syn v1.0.98
   Compiling cfg-if v1.0.0
   Compiling once_cell v1.12.0
   Compiling memchr v2.5.0
   Compiling log v0.4.17
   Compiling pin-project-lite v0.2.9
   Compiling bytes v1.1.0
   Compiling futures-core v0.3.21
   Compiling cc v1.0.73
   Compiling futures-task v0.3.21
   Compiling futures-sink v0.3.21
   Compiling futures-channel v0.3.21
   Compiling slab v0.4.6
   Compiling futures-util v0.3.21
   Compiling tinyvec_macros v0.1.0
   Compiling pin-utils v0.1.0
   Compiling spin v0.5.2
   Compiling futures-io v0.3.21
   Compiling untrusted v0.7.1
   Compiling autocfg v1.1.0
   Compiling ppv-lite86 v0.2.16
   Compiling itoa v1.0.2
   Compiling rustls v0.20.6
   Compiling matches v0.1.9
   Compiling version_check v0.9.4
   Compiling typenum v1.15.0
   Compiling base64 v0.13.0
   Compiling percent-encoding v2.1.0
   Compiling fnv v1.0.7
   Compiling serde_derive v1.0.137
   Compiling httparse v1.7.1
   Compiling unicode-bidi v0.3.8
   Compiling serde v1.0.137
   Compiling byteorder v1.4.3
   Compiling openssl-probe v0.1.5
   Compiling smallvec v1.8.0
   Compiling crc32fast v1.3.2
   Compiling parking_lot_core v0.9.3
   Compiling async-trait v0.1.56
   Compiling hashbrown v0.12.1
   Compiling adler v1.0.2
   Compiling match_cfg v0.1.0
   Compiling heck v0.4.0
   Compiling scopeguard v1.1.0
   Compiling try-lock v0.2.3
   Compiling lazy_static v1.4.0
   Compiling encoding_rs v0.8.31
   Compiling tower-service v0.3.2
   Compiling serde_json v1.0.81
   Compiling httpdate v1.0.2
   Compiling data-encoding v2.3.2
   Compiling ryu v1.0.10
   Compiling cpufeatures v0.2.2
   Compiling ipnet v2.5.0
   Compiling quick-error v1.2.3
   Compiling linked-hash-map v0.5.4
   Compiling utf-8 v0.7.6
   Compiling anyhow v1.0.58
   Compiling regex-syntax v0.6.26
   Compiling humantime v2.1.0
   Compiling termcolor v1.1.3
   Compiling mime v0.3.16
   Compiling die v0.2.0
   Compiling tracing-core v0.1.27
   Compiling tinyvec v1.6.0
   Compiling indexmap v1.9.1
   Compiling lock_api v0.4.7
   Compiling ring v0.16.20
   Compiling form_urlencoded v1.0.1
   Compiling rustls-pemfile v1.0.0
   Compiling rustls-pemfile v0.2.1
   Compiling generic-array v0.14.5
   Compiling http v0.2.8
   Compiling fxhash v0.2.1
   Compiling miniz_oxide v0.5.3
   Compiling lru-cache v0.1.2
   Compiling unicode-normalization v0.1.19
   Compiling rustls-native-certs v0.6.2
   Compiling http-body v0.4.5
   Compiling socket2 v0.4.4
   Compiling signal-hook-registry v1.4.0
   Compiling num_cpus v1.13.1
   Compiling getrandom v0.2.7
   Compiling hostname v0.3.1
   Compiling atty v0.2.14
   Compiling mio v0.8.4
   Compiling want v0.3.0
   Compiling aho-corasick v0.7.18
   Compiling idna v0.2.3
   Compiling flate2 v1.0.24
   Compiling rand_core v0.6.3
   Compiling resolv-conf v0.7.0
   Compiling regex v1.5.6
   Compiling parking_lot v0.12.1
   Compiling url v2.2.2
   Compiling crypto-common v0.1.3
   Compiling block-buffer v0.10.2
   Compiling rand_chacha v0.3.1
   Compiling sct v0.7.0
   Compiling webpki v0.22.0
   Compiling env_logger v0.9.0
   Compiling digest v0.10.3
   Compiling rand v0.8.5
   Compiling tokio-macros v1.8.0
   Compiling futures-macro v0.3.21
   Compiling tracing-attributes v0.1.21
   Compiling thiserror-impl v1.0.31
   Compiling enum-as-inner v0.4.0
   Compiling sha-1 v0.10.0
   Compiling tokio v1.19.2
   Compiling tracing v0.1.35
   Compiling thiserror v1.0.31
   Compiling quinn-proto v0.8.3
   Compiling tungstenite v0.17.2
   Compiling tokio-util v0.7.3
   Compiling tokio-rustls v0.23.4
   Compiling async-compression v0.3.14
   Compiling trust-dns-proto v0.21.2
   Compiling futures-executor v0.3.21
   Compiling serde_urlencoded v0.7.1
   Compiling toml v0.5.9
   Compiling quinn-udp v0.1.2
   Compiling h2 v0.3.13
   Compiling tokio-tungstenite v0.17.1
   Compiling futures v0.3.21
   Compiling trust-dns-resolver v0.21.2
   Compiling quinn v0.8.3
   Compiling hyper v0.14.19
   Compiling hyper-rustls v0.23.0
   Compiling reqwest v0.11.11
   Compiling xmpp-proxy v1.0.0 (/project)
    Finished release [optimized] target(s) in 2m 32s
+ file target/x86_64-unknown-linux-musl/release/xmpp-proxy
target/x86_64-unknown-linux-musl/release/xmpp-proxy: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, with debug_info, not stripped
+ strip target/x86_64-unknown-linux-musl/release/xmpp-proxy
+ mkdir -p release
+ cp target/x86_64-unknown-linux-musl/release/xmpp-proxy release/xmpp-proxy-x86_64-unknown-linux-musl
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-unknown-linux-gnu'
starting build for TARGET x86_64-unknown-linux-gnu
+ export CRATE_NAME=xmpp-proxy
+ CRATE_NAME=xmpp-proxy
+ SUFFIX=
+ echo x86_64-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo x86_64-unknown-linux-gnu
+ grep -E '^(s390x|powerpc|mips|riscv64gc|.*solaris$)'
+ echo x86_64-unknown-linux-gnu
+ grep -E '^x86_64-unknown-netbsd$'
+ cross build --target x86_64-unknown-linux-gnu --release
   Compiling cfg-if v1.0.0
   Compiling once_cell v1.12.0
   Compiling pin-project-lite v0.2.9
   Compiling bytes v1.1.0
   Compiling futures-sink v0.3.21
   Compiling slab v0.4.6
   Compiling untrusted v0.7.1
   Compiling futures-io v0.3.21
   Compiling pin-utils v0.1.0
   Compiling spin v0.5.2
   Compiling tinyvec_macros v0.1.0
   Compiling itoa v1.0.2
   Compiling ppv-lite86 v0.2.16
   Compiling matches v0.1.9
   Compiling base64 v0.13.0
   Compiling percent-encoding v2.1.0
   Compiling fnv v1.0.7
   Compiling unicode-bidi v0.3.8
   Compiling openssl-probe v0.1.5
   Compiling byteorder v1.4.3
   Compiling smallvec v1.8.0
   Compiling hashbrown v0.12.1
   Compiling adler v1.0.2
   Compiling match_cfg v0.1.0
   Compiling scopeguard v1.1.0
   Compiling try-lock v0.2.3
   Compiling lazy_static v1.4.0
   Compiling tower-service v0.3.2
   Compiling linked-hash-map v0.5.4
   Compiling data-encoding v2.3.2
   Compiling ipnet v2.5.0
   Compiling httpdate v1.0.2
   Compiling ryu v1.0.10
   Compiling cpufeatures v0.2.2
   Compiling quick-error v1.2.3
   Compiling utf-8 v0.7.6
   Compiling regex-syntax v0.6.26
   Compiling termcolor v1.1.3
   Compiling mime v0.3.16
   Compiling humantime v2.1.0
   Compiling die v0.2.0
   Compiling libc v0.2.126
error: failed to run custom build command for `libc v0.2.126`

Caused by:
  process didn't exit successfully: `/target/release/build/libc-4538e298060564c0/build-script-build` (exit status: 1)
  --- stderr
  /target/release/build/libc-4538e298060564c0/build-script-build: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by /target/release/build/libc-4538e298060564c0/build-script-build)
  /target/release/build/libc-4538e298060564c0/build-script-build: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /target/release/build/libc-4538e298060564c0/build-script-build)
warning: build failed, waiting for other jobs to finish...
[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