Console Output

Branch indexing
Querying the current revision of branch master...
Current revision of branch master is 0c52f365627335813385f3421a7780dcafc3e6b8
Obtained .ci/Jenkinsfile from 0c52f365627335813385f3421a7780dcafc3e6b8
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Running on Jenkins in /var/lib/jenkins/workspace/moparisthebest_die_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/die.git
 > git init /var/lib/jenkins/workspace/moparisthebest_die_master # timeout=10
Fetching upstream changes from https://code.moparisthebest.com/moparisthebest/die.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials jenkins @ code.moparisthebest.com
 > git fetch --tags --force --progress -- https://code.moparisthebest.com/moparisthebest/die.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://code.moparisthebest.com/moparisthebest/die.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 0c52f365627335813385f3421a7780dcafc3e6b8 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0c52f365627335813385f3421a7780dcafc3e6b8 # timeout=10
Commit message: "Fix attribute warning"
First time build. Skipping changelog.
[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 remote branch 'master' from 'origin'.
+ git reset --hard origin/master
HEAD is now at 0c52f36 Fix attribute warning
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build + Deploy)
[Pipeline] sh
+ 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_die_master/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
+ PATH=/var/lib/jenkins/workspace/moparisthebest_die_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
+ DISABLE_TESTS=0
+ cross build --target x86_64-unknown-linux-musl
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.78s
+ '[' 0 -ne 1 ']'
+ cross test --target x86_64-unknown-linux-musl
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.75s
     Running /target/x86_64-unknown-linux-musl/debug/deps/die-a322779771158efc

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ 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
+ DISABLE_TESTS=0
+ cross build --target x86_64-unknown-linux-gnu
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.25s
+ '[' 0 -ne 1 ']'
+ cross test --target x86_64-unknown-linux-gnu
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.68s
     Running /target/x86_64-unknown-linux-gnu/debug/deps/die-403556c3bcd40001
   Doc-tests die

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out


running 11 tests
test src/lib.rs - Die::die (line 107) ... ok
test src/lib.rs - Die::die_code (line 139) ... ok
test src/lib.rs - Die::die (line 102) ... ok
test src/lib.rs - Die::die_code (line 134) ... ok
test src/lib.rs - die (line 24) ... ok
test src/lib.rs - die (line 29) ... ok
test src/lib.rs - die (line 34) ... ok
test src/lib.rs - die (line 44) ... ok
test src/lib.rs - die (line 39) ... ok
test src/lib.rs - die (line 49) ... ok
test src/lib.rs - die (line 54) ... ok

test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i686-unknown-linux-musl'
starting build for TARGET i686-unknown-linux-musl
+ DISABLE_TESTS=0
+ cross build --target i686-unknown-linux-musl
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.70s
+ '[' 0 -ne 1 ']'
+ cross test --target i686-unknown-linux-musl
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.78s

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

     Running /target/i686-unknown-linux-musl/debug/deps/die-d1cd83bdcc5a0116
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i686-unknown-linux-gnu'
starting build for TARGET i686-unknown-linux-gnu
+ DISABLE_TESTS=0
+ cross build --target i686-unknown-linux-gnu
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.24s
+ '[' 0 -ne 1 ']'
+ cross test --target i686-unknown-linux-gnu
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 1.00s
     Running /target/i686-unknown-linux-gnu/debug/deps/die-05352c598ea5a262

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i586-unknown-linux-musl'
starting build for TARGET i586-unknown-linux-musl
+ DISABLE_TESTS=0
+ cross build --target i586-unknown-linux-musl
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.24s
+ '[' 0 -ne 1 ']'
+ cross test --target i586-unknown-linux-musl
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.70s
     Running /target/i586-unknown-linux-musl/debug/deps/die-dbf18755622661da

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i586-unknown-linux-gnu'
starting build for TARGET i586-unknown-linux-gnu
+ DISABLE_TESTS=0
+ cross build --target i586-unknown-linux-gnu
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.84s
+ '[' 0 -ne 1 ']'
+ cross test --target i586-unknown-linux-gnu
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.78s
     Running /target/i586-unknown-linux-gnu/debug/deps/die-c610988ad1408f43

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET aarch64-unknown-linux-musl'
starting build for TARGET aarch64-unknown-linux-musl
+ DISABLE_TESTS=0
+ cross build --target aarch64-unknown-linux-musl
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.51s
+ '[' 0 -ne 1 ']'
+ cross test --target aarch64-unknown-linux-musl
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.79s
     Running /target/aarch64-unknown-linux-musl/debug/deps/die-95ef818b5dee0fae

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET aarch64-unknown-linux-gnu'
starting build for TARGET aarch64-unknown-linux-gnu
+ DISABLE_TESTS=0
+ cross build --target aarch64-unknown-linux-gnu
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.57s
+ '[' 0 -ne 1 ']'
+ cross test --target aarch64-unknown-linux-gnu
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.93s
     Running /target/aarch64-unknown-linux-gnu/debug/deps/die-b10073bb825150dd

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv7-unknown-linux-gnueabihf'
starting build for TARGET armv7-unknown-linux-gnueabihf
+ DISABLE_TESTS=0
+ cross build --target armv7-unknown-linux-gnueabihf
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.70s
+ '[' 0 -ne 1 ']'
+ cross test --target armv7-unknown-linux-gnueabihf
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 1.10s
     Running /target/armv7-unknown-linux-gnueabihf/debug/deps/die-9eec24b89b160b55

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv7-unknown-linux-musleabihf'
starting build for TARGET armv7-unknown-linux-musleabihf
+ DISABLE_TESTS=0
+ cross build --target armv7-unknown-linux-musleabihf
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.89s
+ '[' 0 -ne 1 ']'
+ cross test --target armv7-unknown-linux-musleabihf
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.90s
     Running /target/armv7-unknown-linux-musleabihf/debug/deps/die-5d2399a156bac240

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-gnueabi'
starting build for TARGET arm-unknown-linux-gnueabi
+ DISABLE_TESTS=0
+ cross build --target arm-unknown-linux-gnueabi
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.61s
+ '[' 0 -ne 1 ']'
+ cross test --target arm-unknown-linux-gnueabi
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.88s
     Running /target/arm-unknown-linux-gnueabi/debug/deps/die-a419e0b24dd9ad7f

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-gnueabihf'
starting build for TARGET arm-unknown-linux-gnueabihf
+ DISABLE_TESTS=0
+ cross build --target arm-unknown-linux-gnueabihf
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.38s
+ '[' 0 -ne 1 ']'
+ cross test --target arm-unknown-linux-gnueabihf
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.84s
     Running /target/arm-unknown-linux-gnueabihf/debug/deps/die-af6c04fee10a9b1e

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-musleabi'
starting build for TARGET arm-unknown-linux-musleabi
+ DISABLE_TESTS=0
+ cross build --target arm-unknown-linux-musleabi
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.66s
+ '[' 0 -ne 1 ']'
+ cross test --target arm-unknown-linux-musleabi
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 1.15s
     Running /target/arm-unknown-linux-musleabi/debug/deps/die-0512af2b5510da23

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-musleabihf'
starting build for TARGET arm-unknown-linux-musleabihf
+ DISABLE_TESTS=0
+ cross build --target arm-unknown-linux-musleabihf
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.73s
+ '[' 0 -ne 1 ']'
+ cross test --target arm-unknown-linux-musleabihf
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.83s
     Running /target/arm-unknown-linux-musleabihf/debug/deps/die-2ea29978a2ff2207

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv5te-unknown-linux-gnueabi'
starting build for TARGET armv5te-unknown-linux-gnueabi
+ DISABLE_TESTS=0
+ cross build --target armv5te-unknown-linux-gnueabi
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.27s
+ '[' 0 -ne 1 ']'
+ cross test --target armv5te-unknown-linux-gnueabi
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.88s
     Running /target/armv5te-unknown-linux-gnueabi/debug/deps/die-36c177873c50f819

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv5te-unknown-linux-musleabi'
starting build for TARGET armv5te-unknown-linux-musleabi
+ DISABLE_TESTS=0
+ cross build --target armv5te-unknown-linux-musleabi
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.31s
+ '[' 0 -ne 1 ']'
+ cross test --target armv5te-unknown-linux-musleabi
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.79s
     Running /target/armv5te-unknown-linux-musleabi/debug/deps/die-9ec7e199c7c8b610

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-pc-windows-gnu'
starting build for TARGET x86_64-pc-windows-gnu
+ DISABLE_TESTS=0
+ cross build --target x86_64-pc-windows-gnu
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.34s
+ '[' 0 -ne 1 ']'
+ cross test --target x86_64-pc-windows-gnu
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.82s
     Running /target/x86_64-pc-windows-gnu/debug/deps/die-ef6daa89d9da503d.exe

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-linux-android'
starting build for TARGET x86_64-linux-android
+ DISABLE_TESTS=0
+ cross build --target x86_64-linux-android
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.31s
+ '[' 0 -ne 1 ']'
+ cross test --target x86_64-linux-android
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.56s
     Running /target/x86_64-linux-android/debug/deps/die-42e62d7c56db3491

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i686-linux-android'
starting build for TARGET i686-linux-android
+ DISABLE_TESTS=0
+ cross build --target i686-linux-android
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.39s
+ '[' 0 -ne 1 ']'
+ cross test --target i686-linux-android
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 1.14s
     Running /target/i686-linux-android/debug/deps/die-83c29ba9c5cca65e

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET aarch64-linux-android'
starting build for TARGET aarch64-linux-android
+ DISABLE_TESTS=0
+ cross build --target aarch64-linux-android
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.29s
+ '[' 0 -ne 1 ']'
+ cross test --target aarch64-linux-android
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.78s
     Running /target/aarch64-linux-android/debug/deps/die-0c3de965b667f8c7

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv7-linux-androideabi'
starting build for TARGET armv7-linux-androideabi
+ DISABLE_TESTS=0
+ cross build --target armv7-linux-androideabi
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.27s
+ '[' 0 -ne 1 ']'
+ cross test --target armv7-linux-androideabi
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.49s
     Running /target/armv7-linux-androideabi/debug/deps/die-d47d1cc253dba1f2

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-linux-androideabi'
starting build for TARGET arm-linux-androideabi
+ DISABLE_TESTS=0
+ cross build --target arm-linux-androideabi
Unable to find image 'rustembedded/cross:arm-linux-androideabi-0.2.1' locally
arm-linux-androideabi-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
332043fc930e: Already exists
a3896b226b7e: Already exists
24193297848c: Already exists
b4cf83e4ea6f: Already exists
5801ed45ef6c: Already exists
239d2c898aee: Already exists
be843956d4f1: Already exists
e9f6001b53b8: Already exists
94d4ff397e57: Already exists
4ab0925902b2: Already exists
43be25c22024: Already exists
a85dbdc10a44: Pulling fs layer
95935cdc4a7e: Pulling fs layer
95935cdc4a7e: Download complete
a85dbdc10a44: Pull complete
95935cdc4a7e: Pull complete
Digest: sha256:5b444c1ac193b814398b57788b63677c9c5b46417933d01bcb43d38d904046e9
Status: Image is up to date for rustembedded/cross:arm-linux-androideabi-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.23s
+ '[' 0 -ne 1 ']'
+ cross test --target arm-linux-androideabi
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.40s
     Running /target/arm-linux-androideabi/debug/deps/die-f661d28ad90eba54

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips64el-unknown-linux-gnuabi64'
starting build for TARGET mips64el-unknown-linux-gnuabi64
+ DISABLE_TESTS=0
+ cross build --target mips64el-unknown-linux-gnuabi64
Unable to find image 'rustembedded/cross:mips64el-unknown-linux-gnuabi64-0.2.1' locally
mips64el-unknown-linux-gnuabi64-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
c0275d5d9e20: Already exists
ac4ef6d811d9: Pulling fs layer
0b210dbde3f9: Pulling fs layer
81afed0c2793: Pulling fs layer
ddd02e1f9ab4: Pulling fs layer
4c2e41964a96: Pulling fs layer
639311473c34: Pulling fs layer
e0bb0da63050: Pulling fs layer
0572e73b1344: Pulling fs layer
4b2ef77e69ef: Pulling fs layer
d4c1233bc0eb: Pulling fs layer
37335e5b2f4a: Pulling fs layer
d38c123630a8: Pulling fs layer
ccff2ad10130: Pulling fs layer
ccff2ad10130: Waiting
0b210dbde3f9: Download complete
ddd02e1f9ab4: Download complete
4c2e41964a96: Waiting
639311473c34: Waiting
e0bb0da63050: Waiting
0572e73b1344: Waiting
4b2ef77e69ef: Waiting
d4c1233bc0eb: Waiting
37335e5b2f4a: Waiting
d38c123630a8: Waiting
4c2e41964a96: Verifying Checksum
4c2e41964a96: Download complete
81afed0c2793: Download complete
e0bb0da63050: Verifying Checksum
e0bb0da63050: Download complete
ac4ef6d811d9: Verifying Checksum
ac4ef6d811d9: Download complete
4b2ef77e69ef: Verifying Checksum
4b2ef77e69ef: Download complete
d4c1233bc0eb: Download complete
639311473c34: Verifying Checksum
639311473c34: Download complete
37335e5b2f4a: Verifying Checksum
37335e5b2f4a: Download complete
ccff2ad10130: Verifying Checksum
ccff2ad10130: Download complete
0572e73b1344: Verifying Checksum
0572e73b1344: Download complete
d38c123630a8: Download complete
ac4ef6d811d9: Pull complete
0b210dbde3f9: Pull complete
81afed0c2793: Pull complete
ddd02e1f9ab4: Pull complete
4c2e41964a96: Pull complete
639311473c34: Pull complete
e0bb0da63050: Pull complete
0572e73b1344: Pull complete
4b2ef77e69ef: Pull complete
d4c1233bc0eb: Pull complete
37335e5b2f4a: Pull complete
d38c123630a8: Pull complete
ccff2ad10130: Pull complete
Digest: sha256:20df10e8f4a077e76d8476df63c32460f299b75a32db5d104e6390de66372f76
Status: Downloaded newer image for rustembedded/cross:mips64el-unknown-linux-gnuabi64-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.34s
+ '[' 0 -ne 1 ']'
+ cross test --target mips64el-unknown-linux-gnuabi64
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.86s
     Running /target/mips64el-unknown-linux-gnuabi64/debug/deps/die-d9f6f47cf1b1d615

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips64-unknown-linux-gnuabi64'
starting build for TARGET mips64-unknown-linux-gnuabi64
+ DISABLE_TESTS=0
+ cross build --target mips64-unknown-linux-gnuabi64
Unable to find image 'rustembedded/cross:mips64-unknown-linux-gnuabi64-0.2.1' locally
mips64-unknown-linux-gnuabi64-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
aa9a445dd8c0: Already exists
9c814ad38763: Pulling fs layer
7b45b7e1677c: Pulling fs layer
b1613972303d: Pulling fs layer
eaecb4e0a1db: Pulling fs layer
1b949b53e5de: Pulling fs layer
3038fe6857b7: Pulling fs layer
02759934edb7: Pulling fs layer
7b45b7e1677c: Download complete
b1613972303d: Download complete
eaecb4e0a1db: Download complete
1b949b53e5de: Download complete
3038fe6857b7: Download complete
02759934edb7: Verifying Checksum
02759934edb7: Download complete
9c814ad38763: Verifying Checksum
9c814ad38763: Download complete
9c814ad38763: Pull complete
7b45b7e1677c: Pull complete
b1613972303d: Pull complete
eaecb4e0a1db: Pull complete
1b949b53e5de: Pull complete
3038fe6857b7: Pull complete
02759934edb7: Pull complete
Digest: sha256:dfd27939ae4d097ef9d3afe42c945b1f1905b63821ebaafc5ec8a2b45af4e2bc
Status: Downloaded newer image for rustembedded/cross:mips64-unknown-linux-gnuabi64-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.63s
+ '[' 0 -ne 1 ']'
+ cross test --target mips64-unknown-linux-gnuabi64
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.89s
     Running /target/mips64-unknown-linux-gnuabi64/debug/deps/die-6e512310c1880144

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mipsel-unknown-linux-gnu'
starting build for TARGET mipsel-unknown-linux-gnu
+ DISABLE_TESTS=0
+ cross build --target mipsel-unknown-linux-gnu
Unable to find image 'rustembedded/cross:mipsel-unknown-linux-gnu-0.2.1' locally
mipsel-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
8040f85713ad: Already exists
4f5828961006: Pulling fs layer
deb77dff31cc: Pulling fs layer
d46dbf6b2df6: Pulling fs layer
6a7676f1589b: Pulling fs layer
4ffe9cbe6f58: Pulling fs layer
99204f1faac0: Pulling fs layer
bc587cdb2348: Pulling fs layer
d77b6e996d7d: Pulling fs layer
13ab61e4af1b: Pulling fs layer
cc62a4c39cde: Pulling fs layer
bc587cdb2348: Waiting
9cfa4c59937b: Pulling fs layer
12d1467eb6f9: Pulling fs layer
99204f1faac0: Waiting
62d4289405bf: Pulling fs layer
4ffe9cbe6f58: Waiting
d46dbf6b2df6: Waiting
6a7676f1589b: Waiting
deb77dff31cc: Download complete
62d4289405bf: Waiting
9cfa4c59937b: Waiting
cc62a4c39cde: Waiting
12d1467eb6f9: Waiting
d77b6e996d7d: Waiting
13ab61e4af1b: Waiting
6a7676f1589b: Verifying Checksum
6a7676f1589b: Download complete
d46dbf6b2df6: Verifying Checksum
d46dbf6b2df6: Download complete
4ffe9cbe6f58: Verifying Checksum
4ffe9cbe6f58: Download complete
bc587cdb2348: Verifying Checksum
bc587cdb2348: Download complete
4f5828961006: Verifying Checksum
4f5828961006: Download complete
99204f1faac0: Verifying Checksum
99204f1faac0: Download complete
13ab61e4af1b: Verifying Checksum
13ab61e4af1b: Download complete
cc62a4c39cde: Verifying Checksum
cc62a4c39cde: Download complete
9cfa4c59937b: Verifying Checksum
9cfa4c59937b: Download complete
62d4289405bf: Verifying Checksum
62d4289405bf: Download complete
d77b6e996d7d: Verifying Checksum
d77b6e996d7d: Download complete
12d1467eb6f9: Download complete
4f5828961006: Pull complete
deb77dff31cc: Pull complete
d46dbf6b2df6: Pull complete
6a7676f1589b: Pull complete
4ffe9cbe6f58: Pull complete
99204f1faac0: Pull complete
bc587cdb2348: Pull complete
d77b6e996d7d: Pull complete
13ab61e4af1b: Pull complete
cc62a4c39cde: Pull complete
9cfa4c59937b: Pull complete
12d1467eb6f9: Pull complete
62d4289405bf: Pull complete
Digest: sha256:813d3369019ce1d654275f0637818e74b8562f3bd66c8ed7c2919dbd4a8dd3b1
Status: Image is up to date for rustembedded/cross:mipsel-unknown-linux-gnu-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.26s
+ '[' 0 -ne 1 ']'
+ cross test --target mipsel-unknown-linux-gnu
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.72s
     Running /target/mipsel-unknown-linux-gnu/debug/deps/die-56f77a2b604a38c6

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mipsel-unknown-linux-musl'
starting build for TARGET mipsel-unknown-linux-musl
+ DISABLE_TESTS=0
+ cross build --target mipsel-unknown-linux-musl
Unable to find image 'rustembedded/cross:mipsel-unknown-linux-musl-0.2.1' locally
mipsel-unknown-linux-musl-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
adf4a47dd8bf: Already exists
809e75e4676f: Pulling fs layer
fe60fd859605: Pulling fs layer
059092eeffde: Pulling fs layer
fe60fd859605: Download complete
e8b02642191f: Pulling fs layer
dff471837f4b: Pulling fs layer
12ea4eab47ed: Pulling fs layer
5ee6ada2a325: Pulling fs layer
bb48c2454d85: Pulling fs layer
b8b0ea291885: Pulling fs layer
1a312e6074ab: Pulling fs layer
1a312e6074ab: Waiting
e8b02642191f: Download complete
5ee6ada2a325: Waiting
dff471837f4b: Waiting
12ea4eab47ed: Waiting
bb48c2454d85: Waiting
b8b0ea291885: Waiting
059092eeffde: Verifying Checksum
059092eeffde: Download complete
12ea4eab47ed: Verifying Checksum
12ea4eab47ed: Download complete
dff471837f4b: Verifying Checksum
dff471837f4b: Download complete
bb48c2454d85: Verifying Checksum
bb48c2454d85: Download complete
809e75e4676f: Download complete
1a312e6074ab: Verifying Checksum
1a312e6074ab: Download complete
5ee6ada2a325: Verifying Checksum
5ee6ada2a325: Download complete
809e75e4676f: Pull complete
b8b0ea291885: Verifying Checksum
b8b0ea291885: Download complete
fe60fd859605: Pull complete
059092eeffde: Pull complete
e8b02642191f: Pull complete
dff471837f4b: Pull complete
12ea4eab47ed: Pull complete
5ee6ada2a325: Pull complete
bb48c2454d85: Pull complete
b8b0ea291885: Pull complete
1a312e6074ab: Pull complete
Digest: sha256:2b5ffc071315fb4dc15d9e23453f553da6d66f9627591bd089a9ad103f120384
Status: Downloaded newer image for rustembedded/cross:mipsel-unknown-linux-musl-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.27s
+ '[' 0 -ne 1 ']'
+ cross test --target mipsel-unknown-linux-musl
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.84s
     Running /target/mipsel-unknown-linux-musl/debug/deps/die-e2ad0e706d19805e

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips-unknown-linux-gnu'
starting build for TARGET mips-unknown-linux-gnu
+ DISABLE_TESTS=0
+ cross build --target mips-unknown-linux-gnu
Unable to find image 'rustembedded/cross:mips-unknown-linux-gnu-0.2.1' locally
mips-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
db945a63c556: Already exists
b04708158d4f: Pulling fs layer
cbeb2520272a: Pulling fs layer
f2edcc8b3ff3: Pulling fs layer
353c9cc5cb2d: Pulling fs layer
928312e5d912: Pulling fs layer
60351300051f: Pulling fs layer
806c617e0744: Pulling fs layer
ed4f1c588bb1: Pulling fs layer
d0a94772135b: Pulling fs layer
2af6051a3fcc: Pulling fs layer
7fda702f8715: Pulling fs layer
4b9a0d2cca7c: Pulling fs layer
ae5279fe5017: Pulling fs layer
ae5279fe5017: Waiting
cbeb2520272a: Download complete
353c9cc5cb2d: Download complete
60351300051f: Waiting
806c617e0744: Waiting
ed4f1c588bb1: Waiting
d0a94772135b: Waiting
2af6051a3fcc: Waiting
7fda702f8715: Waiting
4b9a0d2cca7c: Waiting
f2edcc8b3ff3: Verifying Checksum
f2edcc8b3ff3: Download complete
928312e5d912: Download complete
806c617e0744: Download complete
b04708158d4f: Verifying Checksum
b04708158d4f: Download complete
60351300051f: Verifying Checksum
60351300051f: Download complete
d0a94772135b: Verifying Checksum
d0a94772135b: Download complete
2af6051a3fcc: Verifying Checksum
2af6051a3fcc: Download complete
7fda702f8715: Verifying Checksum
7fda702f8715: Download complete
ed4f1c588bb1: Verifying Checksum
ed4f1c588bb1: Download complete
ae5279fe5017: Verifying Checksum
ae5279fe5017: Download complete
4b9a0d2cca7c: Verifying Checksum
4b9a0d2cca7c: Download complete
b04708158d4f: Pull complete
cbeb2520272a: Pull complete
f2edcc8b3ff3: Pull complete
353c9cc5cb2d: Pull complete
928312e5d912: Pull complete
60351300051f: Pull complete
806c617e0744: Pull complete
ed4f1c588bb1: Pull complete
d0a94772135b: Pull complete
2af6051a3fcc: Pull complete
7fda702f8715: Pull complete
4b9a0d2cca7c: Pull complete
ae5279fe5017: Pull complete
Digest: sha256:e1ac4d99d6b50e4e4e73e579819b4d01069f774f9e97fc6f13f55c689f6de49c
Status: Downloaded newer image for rustembedded/cross:mips-unknown-linux-gnu-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.63s
+ '[' 0 -ne 1 ']'
+ cross test --target mips-unknown-linux-gnu
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.79s
     Running /target/mips-unknown-linux-gnu/debug/deps/die-caa644a708c51c3e

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips-unknown-linux-musl'
starting build for TARGET mips-unknown-linux-musl
+ DISABLE_TESTS=0
+ cross build --target mips-unknown-linux-musl
Unable to find image 'rustembedded/cross:mips-unknown-linux-musl-0.2.1' locally
mips-unknown-linux-musl-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
8a323b5a743e: Already exists
5604734a6980: Pulling fs layer
fa65f13522d2: Pulling fs layer
5ae500ec37f5: Pulling fs layer
9f4f2c64ae1b: Pulling fs layer
0e3b48ec49f7: Pulling fs layer
33bf99e5bd57: Pulling fs layer
a2899619fb6f: Pulling fs layer
a79b5c252e08: Pulling fs layer
7db0f570a1db: Pulling fs layer
2b9edadaa038: Pulling fs layer
5ae500ec37f5: Waiting
2b9edadaa038: Waiting
9f4f2c64ae1b: Download complete
0e3b48ec49f7: Waiting
33bf99e5bd57: Waiting
a2899619fb6f: Waiting
a79b5c252e08: Waiting
7db0f570a1db: Waiting
fa65f13522d2: Download complete
5ae500ec37f5: Verifying Checksum
5ae500ec37f5: Download complete
33bf99e5bd57: Verifying Checksum
33bf99e5bd57: Download complete
0e3b48ec49f7: Verifying Checksum
0e3b48ec49f7: Download complete
a79b5c252e08: Verifying Checksum
a79b5c252e08: Download complete
5604734a6980: Verifying Checksum
5604734a6980: Download complete
2b9edadaa038: Verifying Checksum
2b9edadaa038: Download complete
a2899619fb6f: Verifying Checksum
a2899619fb6f: Download complete
5604734a6980: Pull complete
fa65f13522d2: Pull complete
7db0f570a1db: Verifying Checksum
7db0f570a1db: Download complete
5ae500ec37f5: Pull complete
9f4f2c64ae1b: Pull complete
0e3b48ec49f7: Pull complete
33bf99e5bd57: Pull complete
a2899619fb6f: Pull complete
a79b5c252e08: Pull complete
7db0f570a1db: Pull complete
2b9edadaa038: Pull complete
Digest: sha256:7490c6addc2f787faa73f6284f91bb4ba0db4c0d4d705c6e86b959bb6f7a5df3
Status: Image is up to date for rustembedded/cross:mips-unknown-linux-musl-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.23s
+ '[' 0 -ne 1 ']'
+ cross test --target mips-unknown-linux-musl
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.77s
     Running /target/mips-unknown-linux-musl/debug/deps/die-a330df7401941013

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET powerpc64le-unknown-linux-gnu'
starting build for TARGET powerpc64le-unknown-linux-gnu
+ DISABLE_TESTS=0
+ cross build --target powerpc64le-unknown-linux-gnu
Unable to find image 'rustembedded/cross:powerpc64le-unknown-linux-gnu-0.2.1' locally
powerpc64le-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
93397d17dc91: Already exists
b7fa0d575fa5: Pulling fs layer
b5935476e188: Pulling fs layer
290ea83fcd39: Pulling fs layer
a7ccdab30cef: Pulling fs layer
8d8bd36915dc: Pulling fs layer
e1ee30a4176a: Pulling fs layer
6b0eab5b03f1: Pulling fs layer
8b779fe51a12: Pulling fs layer
6afe9cec76e4: Pulling fs layer
f793791efd81: Pulling fs layer
ab356eaebd71: Pulling fs layer
335488777539: Pulling fs layer
78c7234a9faa: Pulling fs layer
a7ccdab30cef: Download complete
8b779fe51a12: Waiting
78c7234a9faa: Waiting
6afe9cec76e4: Waiting
f793791efd81: Waiting
e1ee30a4176a: Waiting
6b0eab5b03f1: Waiting
ab356eaebd71: Waiting
b5935476e188: Download complete
335488777539: Waiting
290ea83fcd39: Download complete
8d8bd36915dc: Verifying Checksum
8d8bd36915dc: Download complete
b7fa0d575fa5: Download complete
6b0eab5b03f1: Verifying Checksum
6b0eab5b03f1: Download complete
6afe9cec76e4: Verifying Checksum
6afe9cec76e4: Download complete
e1ee30a4176a: Verifying Checksum
e1ee30a4176a: Download complete
8b779fe51a12: Verifying Checksum
8b779fe51a12: Download complete
f793791efd81: Verifying Checksum
f793791efd81: Download complete
ab356eaebd71: Verifying Checksum
ab356eaebd71: Download complete
78c7234a9faa: Verifying Checksum
78c7234a9faa: Download complete
335488777539: Verifying Checksum
335488777539: Download complete
b7fa0d575fa5: Pull complete
b5935476e188: Pull complete
290ea83fcd39: Pull complete
a7ccdab30cef: Pull complete
8d8bd36915dc: Pull complete
e1ee30a4176a: Pull complete
6b0eab5b03f1: Pull complete
8b779fe51a12: Pull complete
6afe9cec76e4: Pull complete
f793791efd81: Pull complete
ab356eaebd71: Pull complete
335488777539: Pull complete
78c7234a9faa: Pull complete
Digest: sha256:a5e4bbca797a6e00ea65377b82384056ca07a7b334c578b168a1764299069fcd
Status: Image is up to date for rustembedded/cross:powerpc64le-unknown-linux-gnu-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.20s
+ '[' 0 -ne 1 ']'
+ cross test --target powerpc64le-unknown-linux-gnu
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.75s
     Running /target/powerpc64le-unknown-linux-gnu/debug/deps/die-faa096f4a320f0b2

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET powerpc-unknown-linux-gnu'
starting build for TARGET powerpc-unknown-linux-gnu
+ DISABLE_TESTS=0
+ cross build --target powerpc-unknown-linux-gnu
Unable to find image 'rustembedded/cross:powerpc-unknown-linux-gnu-0.2.1' locally
powerpc-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
e1a25f209399: Already exists
6107dc5023df: Pulling fs layer
1dca71e855a2: Pulling fs layer
e738b9dc8290: Pulling fs layer
7256d74c0895: Pulling fs layer
b118407f980a: Pulling fs layer
41a572e2befc: Pulling fs layer
abe414049b76: Pulling fs layer
50a3ddd8e1e3: Pulling fs layer
6da7cf764e44: Pulling fs layer
e92333bf4901: Pulling fs layer
97ce17d63f4c: Pulling fs layer
7c8f7c144539: Pulling fs layer
7bb90c26360b: Pulling fs layer
7bb90c26360b: Waiting
1dca71e855a2: Download complete
7256d74c0895: Download complete
b118407f980a: Waiting
41a572e2befc: Waiting
abe414049b76: Waiting
50a3ddd8e1e3: Waiting
6da7cf764e44: Waiting
e92333bf4901: Waiting
97ce17d63f4c: Waiting
7c8f7c144539: Waiting
e738b9dc8290: Download complete
b118407f980a: Download complete
abe414049b76: Verifying Checksum
abe414049b76: Download complete
41a572e2befc: Verifying Checksum
41a572e2befc: Download complete
6da7cf764e44: Verifying Checksum
6da7cf764e44: Download complete
50a3ddd8e1e3: Download complete
e92333bf4901: Download complete
97ce17d63f4c: Verifying Checksum
97ce17d63f4c: Download complete
7bb90c26360b: Verifying Checksum
7bb90c26360b: Download complete
7c8f7c144539: Verifying Checksum
7c8f7c144539: Download complete
6107dc5023df: Download complete
6107dc5023df: Pull complete
1dca71e855a2: Pull complete
e738b9dc8290: Pull complete
7256d74c0895: Pull complete
b118407f980a: Pull complete
41a572e2befc: Pull complete
abe414049b76: Pull complete
50a3ddd8e1e3: Pull complete
6da7cf764e44: Pull complete
e92333bf4901: Pull complete
97ce17d63f4c: Pull complete
7c8f7c144539: Pull complete
7bb90c26360b: Pull complete
Digest: sha256:265727901296630a8eda959f9ed04479db1a581a4ac35a7ee4be8d7ec5a73786
Status: Downloaded newer image for rustembedded/cross:powerpc-unknown-linux-gnu-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.66s
+ '[' 0 -ne 1 ']'
+ cross test --target powerpc-unknown-linux-gnu
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.76s
     Running /target/powerpc-unknown-linux-gnu/debug/deps/die-57c221e2ada7a2ae

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET riscv64gc-unknown-linux-gnu'
starting build for TARGET riscv64gc-unknown-linux-gnu
+ DISABLE_TESTS=0
+ cross build --target riscv64gc-unknown-linux-gnu
Unable to find image 'rustembedded/cross:riscv64gc-unknown-linux-gnu-0.2.1' locally
riscv64gc-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
5321935131da: Already exists
a7c42fb334b1: Pulling fs layer
0934656fa088: Pulling fs layer
f5f469f90130: Pulling fs layer
93629a387c07: Pulling fs layer
4bebf7a72a03: Pulling fs layer
b7dd3ee4902e: Pulling fs layer
294d2af51e57: Pulling fs layer
294d2af51e57: Waiting
f5f469f90130: Waiting
0934656fa088: Download complete
4bebf7a72a03: Waiting
93629a387c07: Waiting
b7dd3ee4902e: Waiting
f5f469f90130: Verifying Checksum
f5f469f90130: Download complete
4bebf7a72a03: Download complete
93629a387c07: Verifying Checksum
93629a387c07: Download complete
294d2af51e57: Verifying Checksum
294d2af51e57: Download complete
b7dd3ee4902e: Verifying Checksum
b7dd3ee4902e: Download complete
a7c42fb334b1: Verifying Checksum
a7c42fb334b1: Download complete
a7c42fb334b1: Pull complete
0934656fa088: Pull complete
f5f469f90130: Pull complete
93629a387c07: Pull complete
4bebf7a72a03: Pull complete
b7dd3ee4902e: Pull complete
294d2af51e57: Pull complete
Digest: sha256:3bc65b1023d5f428b734411991fe723b1f225a9ddf0d07f501a545c95910c2ea
Status: Image is up to date for rustembedded/cross:riscv64gc-unknown-linux-gnu-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.72s
+ '[' 0 -ne 1 ']'
+ cross test --target riscv64gc-unknown-linux-gnu
   Compiling die v0.2.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 0.58s
     Running /target/riscv64gc-unknown-linux-gnu/debug/deps/die-b9add741cec26207

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET s390x-unknown-linux-gnu'
starting build for TARGET s390x-unknown-linux-gnu
+ DISABLE_TESTS=1
+ cross build --target s390x-unknown-linux-gnu
Unable to find image 'rustembedded/cross:s390x-unknown-linux-gnu-0.2.1' locally
s390x-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
a8218300f0ad: Already exists
d2970c8ad5ae: Already exists
ce8f93caa2df: Already exists
8715910007fb: Already exists
20caf1660d37: Already exists
f09360d348cc: Already exists
ad20a1607b31: Pulling fs layer
ad1023c1c836: Pulling fs layer
85af39bd06f6: Pulling fs layer
c0ecf0cd72bc: Pulling fs layer
c3d572726856: Pulling fs layer
3de15d786617: Pulling fs layer
6f5a72e24aca: Pulling fs layer
a675f7e12dcc: Pulling fs layer
a675f7e12dcc: Download complete
c0ecf0cd72bc: Download complete
ad1023c1c836: Download complete
85af39bd06f6: Download complete
3de15d786617: Download complete
c3d572726856: Download complete
6f5a72e24aca: Download complete
ad20a1607b31: Pull complete
ad1023c1c836: Pull complete
85af39bd06f6: Pull complete
c0ecf0cd72bc: Pull complete
c3d572726856: Pull complete
3de15d786617: Pull complete
6f5a72e24aca: Pull complete
a675f7e12dcc: Pull complete
Digest: sha256:a231731a93492bda6b9db007237ff0c2a53f17795036f504d67b43b7aa87bf7d
Status: Image is up to date for rustembedded/cross:s390x-unknown-linux-gnu-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.21s
+ '[' 1 -ne 1 ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-sun-solaris'
starting build for TARGET x86_64-sun-solaris
+ DISABLE_TESTS=1
+ cross build --target x86_64-sun-solaris
Unable to find image 'rustembedded/cross:x86_64-sun-solaris-0.2.1' locally
x86_64-sun-solaris-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
a50c650c8ad9: Pulling fs layer
0d34eabb9420: Pulling fs layer
4647ab9f0034: Pulling fs layer
3a465184a531: Pulling fs layer
519ed32ab821: Pulling fs layer
ccb5c5eb4669: Pulling fs layer
9f1fff54d10f: Pulling fs layer
3c43118b453e: Pulling fs layer
3a465184a531: Waiting
519ed32ab821: Waiting
ccb5c5eb4669: Waiting
9f1fff54d10f: Waiting
3c43118b453e: Waiting
4647ab9f0034: Verifying Checksum
4647ab9f0034: Download complete
a50c650c8ad9: Verifying Checksum
a50c650c8ad9: Download complete
a50c650c8ad9: Pull complete
519ed32ab821: Verifying Checksum
519ed32ab821: Download complete
3a465184a531: Download complete
ccb5c5eb4669: Verifying Checksum
ccb5c5eb4669: Download complete
9f1fff54d10f: Verifying Checksum
9f1fff54d10f: Download complete
0d34eabb9420: Verifying Checksum
0d34eabb9420: Download complete
3c43118b453e: Verifying Checksum
3c43118b453e: Download complete
0d34eabb9420: Pull complete
4647ab9f0034: Pull complete
3a465184a531: Pull complete
519ed32ab821: Pull complete
ccb5c5eb4669: Pull complete
9f1fff54d10f: Pull complete
3c43118b453e: Pull complete
Digest: sha256:4d1a03c31e17ef9de89c4faec79261b7e523c40ec5bff2563f9c219aaa65ad2c
Status: Image is up to date for rustembedded/cross:x86_64-sun-solaris-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.30s
+ '[' 1 -ne 1 ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET sparcv9-sun-solaris'
starting build for TARGET sparcv9-sun-solaris
+ DISABLE_TESTS=1
+ cross build --target sparcv9-sun-solaris
Unable to find image 'rustembedded/cross:sparcv9-sun-solaris-0.2.1' locally
sparcv9-sun-solaris-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
c94d552bc325: Pulling fs layer
334241450989: Pulling fs layer
1566cd21c275: Pulling fs layer
fbcbf24cd10a: Pulling fs layer
40faefb929c7: Pulling fs layer
ade488c90781: Pulling fs layer
411209a89920: Pulling fs layer
ac52c98c2dd0: Pulling fs layer
fbcbf24cd10a: Waiting
40faefb929c7: Waiting
ade488c90781: Waiting
411209a89920: Waiting
ac52c98c2dd0: Waiting
1566cd21c275: Verifying Checksum
1566cd21c275: Download complete
c94d552bc325: Verifying Checksum
c94d552bc325: Pull complete
40faefb929c7: Verifying Checksum
40faefb929c7: Download complete
fbcbf24cd10a: Verifying Checksum
fbcbf24cd10a: Download complete
411209a89920: Verifying Checksum
411209a89920: Download complete
334241450989: Verifying Checksum
334241450989: Download complete
ade488c90781: Verifying Checksum
ade488c90781: Download complete
ac52c98c2dd0: Verifying Checksum
ac52c98c2dd0: Download complete
334241450989: Pull complete
1566cd21c275: Pull complete
fbcbf24cd10a: Pull complete
40faefb929c7: Pull complete
ade488c90781: Pull complete
411209a89920: Pull complete
ac52c98c2dd0: Pull complete
Digest: sha256:baeb0815fb77b5329133046bc2cfd5536cf1c0f9b630563411ab4a0a40ed704f
Status: Image is up to date for rustembedded/cross:sparcv9-sun-solaris-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.28s
+ '[' 1 -ne 1 ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-unknown-netbsd'
starting build for TARGET x86_64-unknown-netbsd
+ DISABLE_TESTS=1
+ cross build --target x86_64-unknown-netbsd
Unable to find image 'rustembedded/cross:x86_64-unknown-netbsd-0.2.1' locally
x86_64-unknown-netbsd-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
5a8818f38bf2: Pulling fs layer
2be12f463f5e: Pulling fs layer
57612c9a303f: Pulling fs layer
aa6f04f1aea9: Pulling fs layer
8560820a4800: Pulling fs layer
ccdb6870467e: Pulling fs layer
773ecf159581: Pulling fs layer
a48b406785f7: Pulling fs layer
aa6f04f1aea9: Waiting
8560820a4800: Waiting
ccdb6870467e: Waiting
773ecf159581: Waiting
a48b406785f7: Waiting
57612c9a303f: Verifying Checksum
57612c9a303f: Download complete
5a8818f38bf2: Download complete
5a8818f38bf2: Pull complete
8560820a4800: Verifying Checksum
8560820a4800: Download complete
ccdb6870467e: Verifying Checksum
ccdb6870467e: Download complete
773ecf159581: Download complete
2be12f463f5e: Verifying Checksum
2be12f463f5e: Download complete
a48b406785f7: Verifying Checksum
a48b406785f7: Download complete
2be12f463f5e: Pull complete
aa6f04f1aea9: Verifying Checksum
aa6f04f1aea9: Download complete
57612c9a303f: Pull complete
aa6f04f1aea9: Pull complete
8560820a4800: Pull complete
ccdb6870467e: Pull complete
773ecf159581: Pull complete
a48b406785f7: Pull complete
Digest: sha256:a0866fd1ed428dca4d5d96799ce870fad8ae14f10df1b0532fe2138d05040f26
Status: Image is up to date for rustembedded/cross:x86_64-unknown-netbsd-0.2.1
   Compiling die v0.2.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 0.38s
+ '[' 1 -ne 1 ']'
+ echo 'build success!'
build success!
+ exit 0
+ '[' -e .ci/release.sh ']'
+ '[' -d release ']'
+ exit 0
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Email)
[Pipeline] step
[Pipeline] }
[Pipeline] // stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
[Gitea] Notifying branch build status: SUCCESS This commit looks good
[Gitea] Notified
Finished: SUCCESS