Console Output

Branch indexing
Looking up repository moparisthebest/rusty-keys
Querying the current revision of branch master...
Current revision of branch master is e9705db5bad9fec71615e6a7180d531bdd93f722
Obtained .ci/Jenkinsfile from e9705db5bad9fec71615e6a7180d531bdd93f722
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/moparisthebest_rusty-keys_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/rusty-keys.git
 > git init /var/lib/jenkins/workspace/moparisthebest_rusty-keys_master # timeout=10
Fetching upstream changes from https://code.moparisthebest.com/moparisthebest/rusty-keys.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/rusty-keys.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://code.moparisthebest.com/moparisthebest/rusty-keys.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 e9705db5bad9fec71615e6a7180d531bdd93f722 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e9705db5bad9fec71615e6a7180d531bdd93f722 # timeout=10
Commit message: "Update systemd unit to restart always"
 > git rev-list --no-walk 10096b2709a798feb36ab8e2524339f04c33602e # 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 e9705db Update systemd unit to restart always
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build + Deploy)
[Pipeline] sh
+ mkdir -p release
+ cp keymap.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_rusty-keys_master/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
+ PATH=/var/lib/jenkins/workspace/moparisthebest_rusty-keys_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=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo x86_64-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' x86_64-unknown-linux-musl == riscv64gc-unknown-linux-gnu ']'
+ echo x86_64-unknown-linux-musl
+ grep -E '(android|solaris$)'
+ cross build --target x86_64-unknown-linux-musl --release
   Compiling proc-macro2 v1.0.29
   Compiling unicode-xid v0.2.2
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling syn v1.0.80
   Compiling autocfg v1.0.1
   Compiling serde_derive v1.0.130
   Compiling serde v1.0.130
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling getopts v0.2.21
   Compiling memoffset v0.6.4
   Compiling quote v1.0.10
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 29.76s
+ file target/x86_64-unknown-linux-musl/release/rusty-keys
target/x86_64-unknown-linux-musl/release/rusty-keys: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target x86_64-unknown-linux-musl --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/target/x86_64-unknown-linux-musl/release/rusty-keys -h`
Usage: /target/x86_64-unknown-linux-musl/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/x86_64-unknown-linux-musl/release/rusty-keys
+ mkdir -p release
+ mv target/x86_64-unknown-linux-musl/release/rusty-keys release/rusty-keys-x86_64-unknown-linux-musl
+ '[' x86_64-unknown-linux-musl == x86_64-unknown-linux-musl ']'
+ cross build --target x86_64-unknown-linux-musl --release --no-default-features
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 2.49s
+ cross build --target x86_64-unknown-linux-musl --release --no-default-features --features epoll_inotify
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 2.83s
+ cross build --target x86_64-unknown-linux-musl --release --no-default-features --features toml_serde
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 3.73s
+ 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=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo x86_64-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' x86_64-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo x86_64-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target x86_64-unknown-linux-gnu --release
Unable to find image 'rustembedded/cross:x86_64-unknown-linux-gnu-0.2.1' locally
x86_64-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Pulling fs layer
29047100b040: Pulling fs layer
15743a713c2a: Pulling fs layer
4b6bc9e29877: Pulling fs layer
1123a44ff793: Pulling fs layer
b4abb5865867: Pulling fs layer
9fdbb524b1c4: Pulling fs layer
2350ee5e55fc: Pulling fs layer
968cdcbf9025: Pulling fs layer
a35b78509a07: Pulling fs layer
0b2212848106: Pulling fs layer
1e800e929340: Pulling fs layer
03e3688a1c75: Pulling fs layer
39fbe813311d: Pulling fs layer
ca9b9e19e390: Pulling fs layer
b870dbe38f53: Pulling fs layer
a87354bc0877: Pulling fs layer
9fdbb524b1c4: Waiting
2350ee5e55fc: Waiting
968cdcbf9025: Waiting
a35b78509a07: Waiting
0b2212848106: Waiting
1e800e929340: Waiting
03e3688a1c75: Waiting
39fbe813311d: Waiting
ca9b9e19e390: Waiting
b870dbe38f53: Waiting
a87354bc0877: Waiting
4b6bc9e29877: Waiting
1123a44ff793: Waiting
15743a713c2a: Verifying Checksum
15743a713c2a: Download complete
29047100b040: Download complete
4b6bc9e29877: Verifying Checksum
4b6bc9e29877: Download complete
1123a44ff793: Verifying Checksum
1123a44ff793: Download complete
b5e173e44934: Verifying Checksum
b5e173e44934: Download complete
9fdbb524b1c4: Verifying Checksum
9fdbb524b1c4: Download complete
968cdcbf9025: Verifying Checksum
968cdcbf9025: Download complete
2350ee5e55fc: Verifying Checksum
2350ee5e55fc: Download complete
a35b78509a07: Verifying Checksum
a35b78509a07: Download complete
0b2212848106: Verifying Checksum
0b2212848106: Download complete
b4abb5865867: Verifying Checksum
b4abb5865867: Download complete
b5e173e44934: Pull complete
03e3688a1c75: Verifying Checksum
03e3688a1c75: Download complete
39fbe813311d: Verifying Checksum
39fbe813311d: Download complete
ca9b9e19e390: Download complete
1e800e929340: Verifying Checksum
1e800e929340: Download complete
a87354bc0877: Verifying Checksum
a87354bc0877: Download complete
b870dbe38f53: Verifying Checksum
b870dbe38f53: Download complete
29047100b040: Pull complete
15743a713c2a: Pull complete
4b6bc9e29877: Pull complete
1123a44ff793: Pull complete
b4abb5865867: Pull complete
9fdbb524b1c4: Pull complete
2350ee5e55fc: Pull complete
968cdcbf9025: Pull complete
a35b78509a07: Pull complete
0b2212848106: Pull complete
1e800e929340: Pull complete
03e3688a1c75: Pull complete
39fbe813311d: Pull complete
ca9b9e19e390: Pull complete
b870dbe38f53: Pull complete
a87354bc0877: Pull complete
Digest: sha256:9f368a726a8ba08559451cd64160f7d2b47f6180ad024a46e31d29cc85dd81ff
Status: Downloaded newer image for rustembedded/cross:x86_64-unknown-linux-gnu-0.2.1
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling bitflags v1.2.1
   Compiling libc v0.2.103
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 15.85s
+ file target/x86_64-unknown-linux-gnu/release/rusty-keys
target/x86_64-unknown-linux-gnu/release/rusty-keys: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=ae0617e873234c069a2232acf3c413834167892e, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target x86_64-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/linux-runner x86_64 /target/x86_64-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/x86_64-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/x86_64-unknown-linux-gnu/release/rusty-keys
+ mkdir -p release
+ mv target/x86_64-unknown-linux-gnu/release/rusty-keys release/rusty-keys-x86_64-unknown-linux-gnu
+ '[' x86_64-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i686-unknown-linux-musl'
starting build for TARGET i686-unknown-linux-musl
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo i686-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' i686-unknown-linux-musl == riscv64gc-unknown-linux-gnu ']'
+ echo i686-unknown-linux-musl
+ grep -E '(android|solaris$)'
+ cross build --target i686-unknown-linux-musl --release
Unable to find image 'rustembedded/cross:i686-unknown-linux-musl-0.2.1' locally
i686-unknown-linux-musl-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
9e1292b0052f: Pulling fs layer
b6c89f3e542c: Pulling fs layer
c77f62b18742: Pulling fs layer
41548cc802f5: Pulling fs layer
ae7c7a83482d: Pulling fs layer
3817705dbe0d: Pulling fs layer
fe845598ee32: Pulling fs layer
86869832ec07: Pulling fs layer
41548cc802f5: Waiting
ae7c7a83482d: Waiting
3817705dbe0d: Waiting
fe845598ee32: Waiting
86869832ec07: Waiting
9e1292b0052f: Download complete
c77f62b18742: Verifying Checksum
c77f62b18742: Download complete
9e1292b0052f: Pull complete
ae7c7a83482d: Verifying Checksum
ae7c7a83482d: Download complete
3817705dbe0d: Verifying Checksum
3817705dbe0d: Download complete
fe845598ee32: Verifying Checksum
fe845598ee32: Download complete
b6c89f3e542c: Verifying Checksum
b6c89f3e542c: Download complete
41548cc802f5: Verifying Checksum
41548cc802f5: Download complete
86869832ec07: Verifying Checksum
86869832ec07: Download complete
b6c89f3e542c: Pull complete
c77f62b18742: Pull complete
41548cc802f5: Pull complete
ae7c7a83482d: Pull complete
3817705dbe0d: Pull complete
fe845598ee32: Pull complete
86869832ec07: Pull complete
Digest: sha256:1e9b877c529f3829026b7d5049723b5e77a096c2198c6141590e641e4ed692b0
Status: Downloaded newer image for rustembedded/cross:i686-unknown-linux-musl-0.2.1
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 15.71s
+ file target/i686-unknown-linux-musl/release/rusty-keys
target/i686-unknown-linux-musl/release/rusty-keys: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target i686-unknown-linux-musl --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/target/i686-unknown-linux-musl/release/rusty-keys -h`
Usage: /target/i686-unknown-linux-musl/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/i686-unknown-linux-musl/release/rusty-keys
+ mkdir -p release
+ mv target/i686-unknown-linux-musl/release/rusty-keys release/rusty-keys-i686-unknown-linux-musl
+ '[' i686-unknown-linux-musl == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i686-unknown-linux-gnu'
starting build for TARGET i686-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo i686-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' i686-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo i686-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target i686-unknown-linux-gnu --release
Unable to find image 'rustembedded/cross:i686-unknown-linux-gnu-0.2.1' locally
i686-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
34ea03ff2444: Pulling fs layer
abff224518c3: Pulling fs layer
6680dabef0d0: Pulling fs layer
be74807f7b06: Pulling fs layer
66ef7ba0daf5: Pulling fs layer
d38a2c9d2ff8: Pulling fs layer
6d903a8f299e: Pulling fs layer
276f952e2bc7: Pulling fs layer
017a015267b2: Pulling fs layer
0af284a73b45: Pulling fs layer
a30b17c5c6ec: Pulling fs layer
312f77096739: Pulling fs layer
dcf4fb1eddf8: Pulling fs layer
98c5ce4a6a7e: Pulling fs layer
6d903a8f299e: Waiting
276f952e2bc7: Waiting
017a015267b2: Waiting
0af284a73b45: Waiting
a30b17c5c6ec: Waiting
312f77096739: Waiting
dcf4fb1eddf8: Waiting
be74807f7b06: Waiting
66ef7ba0daf5: Waiting
d38a2c9d2ff8: Waiting
98c5ce4a6a7e: Waiting
6680dabef0d0: Verifying Checksum
6680dabef0d0: Download complete
34ea03ff2444: Verifying Checksum
34ea03ff2444: Download complete
34ea03ff2444: Pull complete
66ef7ba0daf5: Verifying Checksum
66ef7ba0daf5: Download complete
abff224518c3: Verifying Checksum
abff224518c3: Download complete
d38a2c9d2ff8: Verifying Checksum
d38a2c9d2ff8: Download complete
be74807f7b06: Verifying Checksum
be74807f7b06: Download complete
276f952e2bc7: Verifying Checksum
276f952e2bc7: Download complete
6d903a8f299e: Verifying Checksum
6d903a8f299e: Download complete
0af284a73b45: Download complete
a30b17c5c6ec: Verifying Checksum
a30b17c5c6ec: Download complete
312f77096739: Verifying Checksum
312f77096739: Download complete
98c5ce4a6a7e: Verifying Checksum
98c5ce4a6a7e: Download complete
017a015267b2: Verifying Checksum
017a015267b2: Download complete
dcf4fb1eddf8: Verifying Checksum
dcf4fb1eddf8: Download complete
abff224518c3: Pull complete
6680dabef0d0: Pull complete
be74807f7b06: Pull complete
66ef7ba0daf5: Pull complete
d38a2c9d2ff8: Pull complete
6d903a8f299e: Pull complete
276f952e2bc7: Pull complete
017a015267b2: Pull complete
0af284a73b45: Pull complete
a30b17c5c6ec: Pull complete
312f77096739: Pull complete
dcf4fb1eddf8: Pull complete
98c5ce4a6a7e: Pull complete
Digest: sha256:e9393178d1d59be819c3e4318880ca816b3b04acc225097a4784aa1f59b41da9
Status: Downloaded newer image for rustembedded/cross:i686-unknown-linux-gnu-0.2.1
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.85s
+ file target/i686-unknown-linux-gnu/release/rusty-keys
target/i686-unknown-linux-gnu/release/rusty-keys: ELF 32-bit LSB pie executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=606689e07de11facf19f71f0fd047de2a9650019, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target i686-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `/linux-runner i686 /target/i686-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/i686-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/i686-unknown-linux-gnu/release/rusty-keys
+ mkdir -p release
+ mv target/i686-unknown-linux-gnu/release/rusty-keys release/rusty-keys-i686-unknown-linux-gnu
+ '[' i686-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i586-unknown-linux-musl'
starting build for TARGET i586-unknown-linux-musl
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo i586-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' i586-unknown-linux-musl == riscv64gc-unknown-linux-gnu ']'
+ echo i586-unknown-linux-musl
+ grep -E '(android|solaris$)'
+ cross build --target i586-unknown-linux-musl --release
Unable to find image 'rustembedded/cross:i586-unknown-linux-musl-0.2.1' locally
i586-unknown-linux-musl-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
e63172ab525c: Pulling fs layer
4d09800dd260: Pulling fs layer
26fbf751a8e6: Pulling fs layer
9a37147989b4: Pulling fs layer
9f0179f4865b: Pulling fs layer
fc8c7211df07: Pulling fs layer
b2e7628e9419: Pulling fs layer
bd520fa8df3b: Pulling fs layer
9a37147989b4: Waiting
9f0179f4865b: Waiting
fc8c7211df07: Waiting
b2e7628e9419: Waiting
bd520fa8df3b: Waiting
26fbf751a8e6: Verifying Checksum
26fbf751a8e6: Download complete
e63172ab525c: Verifying Checksum
e63172ab525c: Download complete
e63172ab525c: Pull complete
9f0179f4865b: Verifying Checksum
9f0179f4865b: Download complete
9a37147989b4: Verifying Checksum
9a37147989b4: Download complete
fc8c7211df07: Verifying Checksum
fc8c7211df07: Download complete
b2e7628e9419: Verifying Checksum
b2e7628e9419: Download complete
4d09800dd260: Verifying Checksum
4d09800dd260: Download complete
bd520fa8df3b: Verifying Checksum
bd520fa8df3b: Download complete
4d09800dd260: Pull complete
26fbf751a8e6: Pull complete
9a37147989b4: Pull complete
9f0179f4865b: Pull complete
fc8c7211df07: Pull complete
b2e7628e9419: Pull complete
bd520fa8df3b: Pull complete
Digest: sha256:536b1a28319ee2683782cbd101a3c17dbf4286ee768f98fc61969ea35a414ca0
Status: Downloaded newer image for rustembedded/cross:i586-unknown-linux-musl-0.2.1
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.37s
+ file target/i586-unknown-linux-musl/release/rusty-keys
target/i586-unknown-linux-musl/release/rusty-keys: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target i586-unknown-linux-musl --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `/target/i586-unknown-linux-musl/release/rusty-keys -h`
Usage: /target/i586-unknown-linux-musl/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/i586-unknown-linux-musl/release/rusty-keys
+ mkdir -p release
+ mv target/i586-unknown-linux-musl/release/rusty-keys release/rusty-keys-i586-unknown-linux-musl
+ '[' i586-unknown-linux-musl == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i586-unknown-linux-gnu'
starting build for TARGET i586-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo i586-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' i586-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo i586-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target i586-unknown-linux-gnu --release
Unable to find image 'rustembedded/cross:i586-unknown-linux-gnu-0.2.1' locally
i586-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
5416219c2da0: Pulling fs layer
5c4f38086bfa: Pulling fs layer
9f5dbade4aa0: Pulling fs layer
7335659966c1: Pulling fs layer
cc96550a30fd: Pulling fs layer
e6cc95ae6bc6: Pulling fs layer
d86b34d072c0: Pulling fs layer
cc96550a30fd: Waiting
e6cc95ae6bc6: Waiting
d86b34d072c0: Waiting
7335659966c1: Waiting
9f5dbade4aa0: Verifying Checksum
9f5dbade4aa0: Download complete
5416219c2da0: Download complete
5416219c2da0: Pull complete
cc96550a30fd: Download complete
7335659966c1: Verifying Checksum
7335659966c1: Download complete
e6cc95ae6bc6: Verifying Checksum
e6cc95ae6bc6: Download complete
d86b34d072c0: Verifying Checksum
d86b34d072c0: Download complete
5c4f38086bfa: Verifying Checksum
5c4f38086bfa: Download complete
5c4f38086bfa: Pull complete
9f5dbade4aa0: Pull complete
7335659966c1: Pull complete
cc96550a30fd: Pull complete
e6cc95ae6bc6: Pull complete
d86b34d072c0: Pull complete
Digest: sha256:9c657bfd0624a9b234a03dde927322a323db23614271b3a084dadf1ae9423190
Status: Downloaded newer image for rustembedded/cross:i586-unknown-linux-gnu-0.2.1
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.28s
+ file target/i586-unknown-linux-gnu/release/rusty-keys
target/i586-unknown-linux-gnu/release/rusty-keys: ELF 32-bit LSB pie executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=b22442ec22f15361c7df8bcc5b729482ead08ff9, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target i586-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/target/i586-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/i586-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/i586-unknown-linux-gnu/release/rusty-keys
+ mkdir -p release
+ mv target/i586-unknown-linux-gnu/release/rusty-keys release/rusty-keys-i586-unknown-linux-gnu
+ '[' i586-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET aarch64-unknown-linux-musl'
starting build for TARGET aarch64-unknown-linux-musl
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo aarch64-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' aarch64-unknown-linux-musl == riscv64gc-unknown-linux-gnu ']'
+ echo aarch64-unknown-linux-musl
+ grep -E '(android|solaris$)'
+ cross build --target aarch64-unknown-linux-musl --release
Unable to find image 'rustembedded/cross:aarch64-unknown-linux-musl-0.2.1' locally
aarch64-unknown-linux-musl-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
3309896b77a7: Pulling fs layer
af833190e8e3: Pulling fs layer
0bb7ebc3f25f: Pulling fs layer
5caadb555b30: Pulling fs layer
740f0631e9db: Pulling fs layer
f951724be436: Pulling fs layer
15da76a753e9: Pulling fs layer
d23edfa59240: Pulling fs layer
6eee0c18a97e: Pulling fs layer
5b8655ad3870: Pulling fs layer
fde8c8dee307: Pulling fs layer
5caadb555b30: Waiting
740f0631e9db: Waiting
f951724be436: Waiting
15da76a753e9: Waiting
d23edfa59240: Waiting
6eee0c18a97e: Waiting
5b8655ad3870: Waiting
fde8c8dee307: Waiting
0bb7ebc3f25f: Verifying Checksum
0bb7ebc3f25f: Download complete
3309896b77a7: Verifying Checksum
3309896b77a7: Download complete
3309896b77a7: Pull complete
740f0631e9db: Verifying Checksum
740f0631e9db: Download complete
5caadb555b30: Verifying Checksum
5caadb555b30: Download complete
15da76a753e9: Verifying Checksum
15da76a753e9: Download complete
af833190e8e3: Verifying Checksum
af833190e8e3: Download complete
6eee0c18a97e: Verifying Checksum
6eee0c18a97e: Download complete
d23edfa59240: Verifying Checksum
d23edfa59240: Download complete
f951724be436: Verifying Checksum
f951724be436: Download complete
fde8c8dee307: Verifying Checksum
fde8c8dee307: Download complete
5b8655ad3870: Verifying Checksum
5b8655ad3870: Download complete
af833190e8e3: Pull complete
0bb7ebc3f25f: Pull complete
5caadb555b30: Pull complete
740f0631e9db: Pull complete
f951724be436: Pull complete
15da76a753e9: Pull complete
d23edfa59240: Pull complete
6eee0c18a97e: Pull complete
5b8655ad3870: Pull complete
fde8c8dee307: Pull complete
Digest: sha256:bec3898c57efff636a667a44d91949d1a64d476238a1b7b821df6577ed86ec46
Status: Downloaded newer image for rustembedded/cross:aarch64-unknown-linux-musl-0.2.1
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 19.36s
+ file target/aarch64-unknown-linux-musl/release/rusty-keys
target/aarch64-unknown-linux-musl/release/rusty-keys: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target aarch64-unknown-linux-musl --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `qemu-aarch64 /target/aarch64-unknown-linux-musl/release/rusty-keys -h`
Usage: /target/aarch64-unknown-linux-musl/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/aarch64-unknown-linux-musl/release/rusty-keys
strip: Unable to recognise the format of the input file `target/aarch64-unknown-linux-musl/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/aarch64-unknown-linux-musl/release/rusty-keys release/rusty-keys-aarch64-unknown-linux-musl
+ '[' aarch64-unknown-linux-musl == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET aarch64-unknown-linux-gnu'
starting build for TARGET aarch64-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo aarch64-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' aarch64-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo aarch64-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target aarch64-unknown-linux-gnu --release
Unable to find image 'rustembedded/cross:aarch64-unknown-linux-gnu-0.2.1' locally
aarch64-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
45653be35864: Pulling fs layer
190d82667f73: Pulling fs layer
0999ab463a86: Pulling fs layer
1abcae387ca7: Pulling fs layer
dddd453e4629: Pulling fs layer
1316155995d7: Pulling fs layer
e4b709d5b7af: Pulling fs layer
0aebb58bbbd6: Pulling fs layer
ca33887788d7: Pulling fs layer
01194c4c0f93: Pulling fs layer
27b9ee115194: Pulling fs layer
ae083dc71cb1: Pulling fs layer
37a2a10584c8: Pulling fs layer
b6bb12e7d793: Pulling fs layer
1abcae387ca7: Waiting
dddd453e4629: Waiting
1316155995d7: Waiting
e4b709d5b7af: Waiting
0aebb58bbbd6: Waiting
ca33887788d7: Waiting
01194c4c0f93: Waiting
27b9ee115194: Waiting
ae083dc71cb1: Waiting
37a2a10584c8: Waiting
b6bb12e7d793: Waiting
45653be35864: Download complete
0999ab463a86: Download complete
45653be35864: Pull complete
dddd453e4629: Verifying Checksum
dddd453e4629: Download complete
1abcae387ca7: Verifying Checksum
1abcae387ca7: Download complete
1316155995d7: Verifying Checksum
1316155995d7: Download complete
0aebb58bbbd6: Verifying Checksum
0aebb58bbbd6: Download complete
190d82667f73: Verifying Checksum
190d82667f73: Download complete
01194c4c0f93: Verifying Checksum
01194c4c0f93: Download complete
e4b709d5b7af: Verifying Checksum
e4b709d5b7af: Download complete
27b9ee115194: Verifying Checksum
27b9ee115194: Download complete
ae083dc71cb1: Download complete
b6bb12e7d793: Verifying Checksum
b6bb12e7d793: Download complete
37a2a10584c8: Verifying Checksum
37a2a10584c8: Download complete
ca33887788d7: Verifying Checksum
ca33887788d7: Download complete
190d82667f73: Pull complete
0999ab463a86: Pull complete
1abcae387ca7: Pull complete
dddd453e4629: Pull complete
1316155995d7: Pull complete
e4b709d5b7af: Pull complete
0aebb58bbbd6: Pull complete
ca33887788d7: Pull complete
01194c4c0f93: Pull complete
27b9ee115194: Pull complete
ae083dc71cb1: Pull complete
37a2a10584c8: Pull complete
b6bb12e7d793: Pull complete
Digest: sha256:fe732b95ef5ce292cb49087a2f8c09547334e1a4118ac1fc3bae8ea794b8984b
Status: Downloaded newer image for rustembedded/cross:aarch64-unknown-linux-gnu-0.2.1
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling bitflags v1.2.1
   Compiling libc v0.2.103
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 15.97s
+ file target/aarch64-unknown-linux-gnu/release/rusty-keys
target/aarch64-unknown-linux-gnu/release/rusty-keys: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=3908a4c36898a96679ad5a317e6343e76e74fad1, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target aarch64-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/linux-runner aarch64 /target/aarch64-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/aarch64-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/aarch64-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/aarch64-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/aarch64-unknown-linux-gnu/release/rusty-keys release/rusty-keys-aarch64-unknown-linux-gnu
+ '[' aarch64-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv7-unknown-linux-gnueabihf'
starting build for TARGET armv7-unknown-linux-gnueabihf
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv7-unknown-linux-gnueabihf
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' armv7-unknown-linux-gnueabihf == riscv64gc-unknown-linux-gnu ']'
+ echo armv7-unknown-linux-gnueabihf
+ grep -E '(android|solaris$)'
+ cross build --target armv7-unknown-linux-gnueabihf --release
Unable to find image 'rustembedded/cross:armv7-unknown-linux-gnueabihf-0.2.1' locally
armv7-unknown-linux-gnueabihf-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
559d376367d7: Pulling fs layer
fe82635d5378: Pulling fs layer
174436620582: Pulling fs layer
d33460d41a73: Pulling fs layer
f1b13f2ec4f3: Pulling fs layer
9441d0142386: Pulling fs layer
10a509dd4a3e: Pulling fs layer
9d03212a345a: Pulling fs layer
74d9abb458f5: Pulling fs layer
979098aa5cf7: Pulling fs layer
eb9c819715c1: Pulling fs layer
aff0b07410ba: Pulling fs layer
8ece748773a2: Pulling fs layer
1bca4b71be4c: Pulling fs layer
d33460d41a73: Waiting
f1b13f2ec4f3: Waiting
9441d0142386: Waiting
10a509dd4a3e: Waiting
9d03212a345a: Waiting
74d9abb458f5: Waiting
aff0b07410ba: Waiting
8ece748773a2: Waiting
1bca4b71be4c: Waiting
979098aa5cf7: Waiting
eb9c819715c1: Waiting
174436620582: Verifying Checksum
174436620582: Download complete
559d376367d7: Verifying Checksum
559d376367d7: Download complete
559d376367d7: Pull complete
f1b13f2ec4f3: Verifying Checksum
f1b13f2ec4f3: Download complete
fe82635d5378: Verifying Checksum
fe82635d5378: Download complete
d33460d41a73: Verifying Checksum
d33460d41a73: Download complete
9441d0142386: Verifying Checksum
9441d0142386: Download complete
9d03212a345a: Verifying Checksum
9d03212a345a: Download complete
10a509dd4a3e: Verifying Checksum
10a509dd4a3e: Download complete
979098aa5cf7: Verifying Checksum
979098aa5cf7: Download complete
74d9abb458f5: Verifying Checksum
74d9abb458f5: Download complete
aff0b07410ba: Download complete
eb9c819715c1: Download complete
1bca4b71be4c: Verifying Checksum
1bca4b71be4c: Download complete
8ece748773a2: Verifying Checksum
8ece748773a2: Download complete
fe82635d5378: Pull complete
174436620582: Pull complete
d33460d41a73: Pull complete
f1b13f2ec4f3: Pull complete
9441d0142386: Pull complete
10a509dd4a3e: Pull complete
9d03212a345a: Pull complete
74d9abb458f5: Pull complete
979098aa5cf7: Pull complete
eb9c819715c1: Pull complete
aff0b07410ba: Pull complete
8ece748773a2: Pull complete
1bca4b71be4c: Pull complete
Digest: sha256:1fd40022f7672eed6b70de443f2879e307f29879161975908d833fa24afbb7b4
Status: Downloaded newer image for rustembedded/cross:armv7-unknown-linux-gnueabihf-0.2.1
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.65s
+ file target/armv7-unknown-linux-gnueabihf/release/rusty-keys
target/armv7-unknown-linux-gnueabihf/release/rusty-keys: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=e18d6f9503cb2d4d1e99decd3104061ae5cf9b33, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target armv7-unknown-linux-gnueabihf --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/linux-runner armv7 /target/armv7-unknown-linux-gnueabihf/release/rusty-keys -h`
Usage: /target/armv7-unknown-linux-gnueabihf/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/armv7-unknown-linux-gnueabihf/release/rusty-keys
strip: Unable to recognise the format of the input file `target/armv7-unknown-linux-gnueabihf/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/armv7-unknown-linux-gnueabihf/release/rusty-keys release/rusty-keys-armv7-unknown-linux-gnueabihf
+ '[' armv7-unknown-linux-gnueabihf == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv7-unknown-linux-musleabihf'
starting build for TARGET armv7-unknown-linux-musleabihf
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv7-unknown-linux-musleabihf
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' armv7-unknown-linux-musleabihf == riscv64gc-unknown-linux-gnu ']'
+ echo armv7-unknown-linux-musleabihf
+ grep -E '(android|solaris$)'
+ cross build --target armv7-unknown-linux-musleabihf --release
Unable to find image 'rustembedded/cross:armv7-unknown-linux-musleabihf-0.2.1' locally
armv7-unknown-linux-musleabihf-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
7eb0b0b2998f: Pulling fs layer
6c143d8391b8: Pulling fs layer
ce3f906d7fbb: Pulling fs layer
597a610b5a4a: Pulling fs layer
1d488f01afe3: Pulling fs layer
6d77266093f6: Pulling fs layer
97b437372678: Pulling fs layer
c89da66d5b47: Pulling fs layer
d8d1bba1c750: Pulling fs layer
94a1f75e1156: Pulling fs layer
7ae0965d72c9: Pulling fs layer
97b437372678: Waiting
c89da66d5b47: Waiting
d8d1bba1c750: Waiting
94a1f75e1156: Waiting
7ae0965d72c9: Waiting
1d488f01afe3: Waiting
6d77266093f6: Waiting
597a610b5a4a: Waiting
7eb0b0b2998f: Verifying Checksum
ce3f906d7fbb: Download complete
7eb0b0b2998f: Pull complete
1d488f01afe3: Verifying Checksum
1d488f01afe3: Download complete
597a610b5a4a: Verifying Checksum
597a610b5a4a: Download complete
97b437372678: Verifying Checksum
97b437372678: Download complete
6c143d8391b8: Verifying Checksum
6c143d8391b8: Download complete
d8d1bba1c750: Download complete
c89da66d5b47: Verifying Checksum
c89da66d5b47: Download complete
7ae0965d72c9: Verifying Checksum
7ae0965d72c9: Download complete
6d77266093f6: Verifying Checksum
6d77266093f6: Download complete
94a1f75e1156: Verifying Checksum
94a1f75e1156: Download complete
6c143d8391b8: Pull complete
ce3f906d7fbb: Pull complete
597a610b5a4a: Pull complete
1d488f01afe3: Pull complete
6d77266093f6: Pull complete
97b437372678: Pull complete
c89da66d5b47: Pull complete
d8d1bba1c750: Pull complete
94a1f75e1156: Pull complete
7ae0965d72c9: Pull complete
Digest: sha256:a10b3e95d652c980ad3fac0ac3c039a7bc500f2d49f515e6244383c3f438b9b7
Status: Downloaded newer image for rustembedded/cross:armv7-unknown-linux-musleabihf-0.2.1
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling serde v1.0.130
   Compiling bitflags v1.2.1
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.58s
+ file target/armv7-unknown-linux-musleabihf/release/rusty-keys
target/armv7-unknown-linux-musleabihf/release/rusty-keys: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target armv7-unknown-linux-musleabihf --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `qemu-arm /target/armv7-unknown-linux-musleabihf/release/rusty-keys -h`
Usage: /target/armv7-unknown-linux-musleabihf/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/armv7-unknown-linux-musleabihf/release/rusty-keys
strip: Unable to recognise the format of the input file `target/armv7-unknown-linux-musleabihf/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/armv7-unknown-linux-musleabihf/release/rusty-keys release/rusty-keys-armv7-unknown-linux-musleabihf
+ '[' armv7-unknown-linux-musleabihf == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-gnueabi'
starting build for TARGET arm-unknown-linux-gnueabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo arm-unknown-linux-gnueabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' arm-unknown-linux-gnueabi == riscv64gc-unknown-linux-gnu ']'
+ echo arm-unknown-linux-gnueabi
+ grep -E '(android|solaris$)'
+ cross build --target arm-unknown-linux-gnueabi --release
Unable to find image 'rustembedded/cross:arm-unknown-linux-gnueabi-0.2.1' locally
arm-unknown-linux-gnueabi-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
830723f5e0c6: Pulling fs layer
a08065183a68: Pulling fs layer
45b3d9d602a9: Pulling fs layer
e1c7941152c8: Pulling fs layer
00bc118d4a1e: Pulling fs layer
84033d57b1a9: Pulling fs layer
d1a0f5ce8cd6: Pulling fs layer
31a6615b386b: Pulling fs layer
e1c7941152c8: Waiting
00bc118d4a1e: Waiting
84033d57b1a9: Waiting
d1a0f5ce8cd6: Waiting
31a6615b386b: Waiting
830723f5e0c6: Download complete
45b3d9d602a9: Download complete
830723f5e0c6: Pull complete
00bc118d4a1e: Verifying Checksum
00bc118d4a1e: Download complete
e1c7941152c8: Verifying Checksum
e1c7941152c8: Download complete
84033d57b1a9: Verifying Checksum
84033d57b1a9: Download complete
d1a0f5ce8cd6: Verifying Checksum
d1a0f5ce8cd6: Download complete
a08065183a68: Verifying Checksum
a08065183a68: Download complete
31a6615b386b: Verifying Checksum
31a6615b386b: Download complete
a08065183a68: Pull complete
45b3d9d602a9: Pull complete
e1c7941152c8: Pull complete
00bc118d4a1e: Pull complete
84033d57b1a9: Pull complete
d1a0f5ce8cd6: Pull complete
31a6615b386b: Pull complete
Digest: sha256:37537869707b5f27527819319757b0c1d4122ad4605ce1e2c8c8fa8d0576d109
Status: Downloaded newer image for rustembedded/cross:arm-unknown-linux-gnueabi-0.2.1
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 15.87s
+ file target/arm-unknown-linux-gnueabi/release/rusty-keys
target/arm-unknown-linux-gnueabi/release/rusty-keys: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=d1a0f1bd353ac09d19bd4fe91e9117a728090c76, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target arm-unknown-linux-gnueabi --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `qemu-arm /target/arm-unknown-linux-gnueabi/release/rusty-keys -h`
Usage: /target/arm-unknown-linux-gnueabi/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/arm-unknown-linux-gnueabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-gnueabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-gnueabi/release/rusty-keys release/rusty-keys-arm-unknown-linux-gnueabi
+ '[' arm-unknown-linux-gnueabi == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-gnueabihf'
starting build for TARGET arm-unknown-linux-gnueabihf
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo arm-unknown-linux-gnueabihf
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' arm-unknown-linux-gnueabihf == riscv64gc-unknown-linux-gnu ']'
+ echo arm-unknown-linux-gnueabihf
+ grep -E '(android|solaris$)'
+ cross build --target arm-unknown-linux-gnueabihf --release
Unable to find image 'rustembedded/cross:arm-unknown-linux-gnueabihf-0.2.1' locally
arm-unknown-linux-gnueabihf-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
639ddc7dd3fc: Pulling fs layer
9a49e7d2ca16: Pulling fs layer
1aabcb8e92bb: Pulling fs layer
ab9018287ade: Pulling fs layer
1bed423ad278: Pulling fs layer
1a4e15f071d8: Pulling fs layer
2660be74f868: Pulling fs layer
beafd45442bc: Pulling fs layer
7986adfa3ce9: Pulling fs layer
1bed423ad278: Waiting
1a4e15f071d8: Waiting
2660be74f868: Waiting
beafd45442bc: Waiting
7986adfa3ce9: Waiting
ab9018287ade: Waiting
1aabcb8e92bb: Verifying Checksum
1aabcb8e92bb: Download complete
639ddc7dd3fc: Download complete
639ddc7dd3fc: Pull complete
1bed423ad278: Verifying Checksum
1bed423ad278: Download complete
ab9018287ade: Verifying Checksum
ab9018287ade: Download complete
1a4e15f071d8: Verifying Checksum
1a4e15f071d8: Download complete
beafd45442bc: Verifying Checksum
beafd45442bc: Download complete
7986adfa3ce9: Download complete
9a49e7d2ca16: Verifying Checksum
9a49e7d2ca16: Download complete
2660be74f868: Verifying Checksum
2660be74f868: Download complete
9a49e7d2ca16: Pull complete
1aabcb8e92bb: Pull complete
ab9018287ade: Pull complete
1bed423ad278: Pull complete
1a4e15f071d8: Pull complete
2660be74f868: Pull complete
beafd45442bc: Pull complete
7986adfa3ce9: Pull complete
Digest: sha256:f768323044bc57b5b38c61b7907afed3c10694e57b32101c2aad97a26718ca6f
Status: Downloaded newer image for rustembedded/cross:arm-unknown-linux-gnueabihf-0.2.1
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 15.58s
+ file target/arm-unknown-linux-gnueabihf/release/rusty-keys
target/arm-unknown-linux-gnueabihf/release/rusty-keys: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target arm-unknown-linux-gnueabihf --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `qemu-arm /target/arm-unknown-linux-gnueabihf/release/rusty-keys -h`
Usage: /target/arm-unknown-linux-gnueabihf/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/arm-unknown-linux-gnueabihf/release/rusty-keys
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-gnueabihf/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-gnueabihf/release/rusty-keys release/rusty-keys-arm-unknown-linux-gnueabihf
+ '[' arm-unknown-linux-gnueabihf == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-musleabi'
starting build for TARGET arm-unknown-linux-musleabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo arm-unknown-linux-musleabi
+ '[' arm-unknown-linux-musleabi == riscv64gc-unknown-linux-gnu ']'
+ echo arm-unknown-linux-musleabi
+ grep -E '(android|solaris$)'
+ cross build --target arm-unknown-linux-musleabi --release
Unable to find image 'rustembedded/cross:arm-unknown-linux-musleabi-0.2.1' locally
arm-unknown-linux-musleabi-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
11af0e3f0d5a: Pulling fs layer
031fd03ba34d: Pulling fs layer
c2cc7bb31e50: Pulling fs layer
c75e624a779e: Pulling fs layer
761c06f8efc1: Pulling fs layer
9b40f4fd4fe3: Pulling fs layer
adcb10893a85: Pulling fs layer
e34cc3493aa9: Pulling fs layer
383a8585e7c9: Pulling fs layer
1b2dc7eaaeb6: Pulling fs layer
b86c88fad763: Pulling fs layer
c75e624a779e: Waiting
761c06f8efc1: Waiting
9b40f4fd4fe3: Waiting
adcb10893a85: Waiting
e34cc3493aa9: Waiting
383a8585e7c9: Waiting
1b2dc7eaaeb6: Waiting
b86c88fad763: Waiting
c2cc7bb31e50: Verifying Checksum
c2cc7bb31e50: Download complete
11af0e3f0d5a: Verifying Checksum
11af0e3f0d5a: Download complete
11af0e3f0d5a: Pull complete
761c06f8efc1: Verifying Checksum
761c06f8efc1: Download complete
c75e624a779e: Verifying Checksum
c75e624a779e: Download complete
adcb10893a85: Verifying Checksum
adcb10893a85: Download complete
031fd03ba34d: Verifying Checksum
031fd03ba34d: Download complete
383a8585e7c9: Verifying Checksum
383a8585e7c9: Download complete
9b40f4fd4fe3: Verifying Checksum
9b40f4fd4fe3: Download complete
b86c88fad763: Verifying Checksum
b86c88fad763: Download complete
1b2dc7eaaeb6: Verifying Checksum
1b2dc7eaaeb6: Download complete
e34cc3493aa9: Verifying Checksum
e34cc3493aa9: Download complete
031fd03ba34d: Pull complete
c2cc7bb31e50: Pull complete
c75e624a779e: Pull complete
761c06f8efc1: Pull complete
9b40f4fd4fe3: Pull complete
adcb10893a85: Pull complete
e34cc3493aa9: Pull complete
383a8585e7c9: Pull complete
1b2dc7eaaeb6: Pull complete
b86c88fad763: Pull complete
Digest: sha256:c397b2fe6d799f3412bcc03f6647de0a393e0d79af4ead6bdd9455425bc55c3d
Status: Downloaded newer image for rustembedded/cross:arm-unknown-linux-musleabi-0.2.1
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.08s
+ file target/arm-unknown-linux-musleabi/release/rusty-keys
target/arm-unknown-linux-musleabi/release/rusty-keys: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target arm-unknown-linux-musleabi --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `qemu-arm /target/arm-unknown-linux-musleabi/release/rusty-keys -h`
Usage: /target/arm-unknown-linux-musleabi/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/arm-unknown-linux-musleabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-musleabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-musleabi/release/rusty-keys release/rusty-keys-arm-unknown-linux-musleabi
+ '[' arm-unknown-linux-musleabi == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-musleabihf'
starting build for TARGET arm-unknown-linux-musleabihf
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo arm-unknown-linux-musleabihf
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' arm-unknown-linux-musleabihf == riscv64gc-unknown-linux-gnu ']'
+ echo arm-unknown-linux-musleabihf
+ grep -E '(android|solaris$)'
+ cross build --target arm-unknown-linux-musleabihf --release
Unable to find image 'rustembedded/cross:arm-unknown-linux-musleabihf-0.2.1' locally
arm-unknown-linux-musleabihf-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
f8b839e0ac06: Pulling fs layer
bcc32deffd79: Pulling fs layer
f158e98ae078: Pulling fs layer
dc7c49c76749: Pulling fs layer
030a0423c132: Pulling fs layer
e4f2759738ad: Pulling fs layer
858502ed08f8: Pulling fs layer
b666926e9291: Pulling fs layer
4631e3f1cd10: Pulling fs layer
d297fe8a4cd9: Pulling fs layer
019a8a2c9fb4: Pulling fs layer
dc7c49c76749: Waiting
030a0423c132: Waiting
e4f2759738ad: Waiting
858502ed08f8: Waiting
b666926e9291: Waiting
4631e3f1cd10: Waiting
d297fe8a4cd9: Waiting
019a8a2c9fb4: Waiting
f8b839e0ac06: Verifying Checksum
f8b839e0ac06: Download complete
f158e98ae078: Verifying Checksum
f158e98ae078: Download complete
f8b839e0ac06: Pull complete
030a0423c132: Verifying Checksum
030a0423c132: Download complete
dc7c49c76749: Verifying Checksum
dc7c49c76749: Download complete
858502ed08f8: Verifying Checksum
858502ed08f8: Download complete
e4f2759738ad: Verifying Checksum
e4f2759738ad: Download complete
4631e3f1cd10: Verifying Checksum
4631e3f1cd10: Download complete
bcc32deffd79: Download complete
019a8a2c9fb4: Verifying Checksum
019a8a2c9fb4: Download complete
b666926e9291: Verifying Checksum
b666926e9291: Download complete
d297fe8a4cd9: Verifying Checksum
d297fe8a4cd9: Download complete
bcc32deffd79: Pull complete
f158e98ae078: Pull complete
dc7c49c76749: Pull complete
030a0423c132: Pull complete
e4f2759738ad: Pull complete
858502ed08f8: Pull complete
b666926e9291: Pull complete
4631e3f1cd10: Pull complete
d297fe8a4cd9: Pull complete
019a8a2c9fb4: Pull complete
Digest: sha256:3288b4192052e9e12c0dc0cd594159d1e30662a0f08a018e20ad01aafee71213
Status: Downloaded newer image for rustembedded/cross:arm-unknown-linux-musleabihf-0.2.1
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 15.57s
+ file target/arm-unknown-linux-musleabihf/release/rusty-keys
target/arm-unknown-linux-musleabihf/release/rusty-keys: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target arm-unknown-linux-musleabihf --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.02s
     Running `qemu-arm /target/arm-unknown-linux-musleabihf/release/rusty-keys -h`
Usage: /target/arm-unknown-linux-musleabihf/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/arm-unknown-linux-musleabihf/release/rusty-keys
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-musleabihf/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-musleabihf/release/rusty-keys release/rusty-keys-arm-unknown-linux-musleabihf
+ '[' arm-unknown-linux-musleabihf == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv5te-unknown-linux-gnueabi'
starting build for TARGET armv5te-unknown-linux-gnueabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv5te-unknown-linux-gnueabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' armv5te-unknown-linux-gnueabi == riscv64gc-unknown-linux-gnu ']'
+ echo armv5te-unknown-linux-gnueabi
+ grep -E '(android|solaris$)'
+ cross build --target armv5te-unknown-linux-gnueabi --release
Unable to find image 'rustembedded/cross:armv5te-unknown-linux-gnueabi-0.2.1' locally
armv5te-unknown-linux-gnueabi-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
7bebc75e7aea: Pulling fs layer
e7b5f3293739: Pulling fs layer
0508113b904f: Pulling fs layer
e19f68e4867c: Pulling fs layer
2af7761ba622: Pulling fs layer
4d98e143720f: Pulling fs layer
84d5a157a917: Pulling fs layer
d2c8630e60b7: Pulling fs layer
2af7761ba622: Waiting
4d98e143720f: Waiting
84d5a157a917: Waiting
d2c8630e60b7: Waiting
e19f68e4867c: Waiting
0508113b904f: Verifying Checksum
0508113b904f: Download complete
7bebc75e7aea: Verifying Checksum
7bebc75e7aea: Download complete
7bebc75e7aea: Pull complete
2af7761ba622: Verifying Checksum
2af7761ba622: Download complete
e19f68e4867c: Verifying Checksum
e19f68e4867c: Download complete
84d5a157a917: Verifying Checksum
84d5a157a917: Download complete
4d98e143720f: Verifying Checksum
4d98e143720f: Download complete
e7b5f3293739: Verifying Checksum
e7b5f3293739: Download complete
d2c8630e60b7: Verifying Checksum
d2c8630e60b7: Download complete
e7b5f3293739: Pull complete
0508113b904f: Pull complete
e19f68e4867c: Pull complete
2af7761ba622: Pull complete
4d98e143720f: Pull complete
84d5a157a917: Pull complete
d2c8630e60b7: Pull complete
Digest: sha256:3578244990fcd7ae1210be78c5669329bbc9ab3c963700fb2a31a1ba7e6fb183
Status: Downloaded newer image for rustembedded/cross:armv5te-unknown-linux-gnueabi-0.2.1
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 15.35s
+ file target/armv5te-unknown-linux-gnueabi/release/rusty-keys
target/armv5te-unknown-linux-gnueabi/release/rusty-keys: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=eb8b9d5fb5b1a1e9ea4b2e2334831d4d8476bf2c, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target armv5te-unknown-linux-gnueabi --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `qemu-arm /target/armv5te-unknown-linux-gnueabi/release/rusty-keys -h`
Usage: /target/armv5te-unknown-linux-gnueabi/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/armv5te-unknown-linux-gnueabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/armv5te-unknown-linux-gnueabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/armv5te-unknown-linux-gnueabi/release/rusty-keys release/rusty-keys-armv5te-unknown-linux-gnueabi
+ '[' armv5te-unknown-linux-gnueabi == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv5te-unknown-linux-musleabi'
starting build for TARGET armv5te-unknown-linux-musleabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv5te-unknown-linux-musleabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' armv5te-unknown-linux-musleabi == riscv64gc-unknown-linux-gnu ']'
+ echo armv5te-unknown-linux-musleabi
+ grep -E '(android|solaris$)'
+ cross build --target armv5te-unknown-linux-musleabi --release
Unable to find image 'rustembedded/cross:armv5te-unknown-linux-musleabi-0.2.1' locally
armv5te-unknown-linux-musleabi-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
2391df8a0294: Pulling fs layer
a02293beb33f: Pulling fs layer
c2c52821d66b: Pulling fs layer
f1eaf350f0da: Pulling fs layer
84d5f34624f7: Pulling fs layer
812c1060656b: Pulling fs layer
ddacd62d4e16: Pulling fs layer
b18b28c2174e: Pulling fs layer
c1f9b056352e: Pulling fs layer
06a9a6003e2f: Pulling fs layer
3d24f50432c8: Pulling fs layer
f1eaf350f0da: Waiting
84d5f34624f7: Waiting
812c1060656b: Waiting
ddacd62d4e16: Waiting
b18b28c2174e: Waiting
c1f9b056352e: Waiting
06a9a6003e2f: Waiting
3d24f50432c8: Waiting
c2c52821d66b: Verifying Checksum
c2c52821d66b: Download complete
2391df8a0294: Download complete
2391df8a0294: Pull complete
84d5f34624f7: Verifying Checksum
84d5f34624f7: Download complete
f1eaf350f0da: Verifying Checksum
f1eaf350f0da: Download complete
ddacd62d4e16: Verifying Checksum
ddacd62d4e16: Download complete
a02293beb33f: Verifying Checksum
a02293beb33f: Download complete
c1f9b056352e: Verifying Checksum
c1f9b056352e: Download complete
b18b28c2174e: Verifying Checksum
b18b28c2174e: Download complete
3d24f50432c8: Verifying Checksum
3d24f50432c8: Download complete
812c1060656b: Verifying Checksum
812c1060656b: Download complete
06a9a6003e2f: Verifying Checksum
06a9a6003e2f: Download complete
a02293beb33f: Pull complete
c2c52821d66b: Pull complete
f1eaf350f0da: Pull complete
84d5f34624f7: Pull complete
812c1060656b: Pull complete
ddacd62d4e16: Pull complete
b18b28c2174e: Pull complete
c1f9b056352e: Pull complete
06a9a6003e2f: Pull complete
3d24f50432c8: Pull complete
Digest: sha256:d9b3f6a3401b75b912d94b3c8da83dd807db5a873efa57448f9b939b8389624e
Status: Downloaded newer image for rustembedded/cross:armv5te-unknown-linux-musleabi-0.2.1
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 15.39s
+ file target/armv5te-unknown-linux-musleabi/release/rusty-keys
target/armv5te-unknown-linux-musleabi/release/rusty-keys: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target armv5te-unknown-linux-musleabi --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `qemu-arm /target/armv5te-unknown-linux-musleabi/release/rusty-keys -h`
Usage: /target/armv5te-unknown-linux-musleabi/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/armv5te-unknown-linux-musleabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/armv5te-unknown-linux-musleabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/armv5te-unknown-linux-musleabi/release/rusty-keys release/rusty-keys-armv5te-unknown-linux-musleabi
+ '[' armv5te-unknown-linux-musleabi == x86_64-unknown-linux-musl ']'
+ 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
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo x86_64-pc-windows-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ SUFFIX=.exe
+ '[' x86_64-pc-windows-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo x86_64-pc-windows-gnu
+ grep -E '(android|solaris$)'
+ cross build --target x86_64-pc-windows-gnu --release
Unable to find image 'rustembedded/cross:x86_64-pc-windows-gnu-0.2.1' locally
x86_64-pc-windows-gnu-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
d7bf0568dabc: Pulling fs layer
981aecd3bf48: Pulling fs layer
6697c741376d: Pulling fs layer
cc1566a6c043: Pulling fs layer
7e4da0436841: Pulling fs layer
6a8d255df934: Pulling fs layer
8928e758bdd0: Pulling fs layer
f5186e3ba9b6: Pulling fs layer
8f352a8fa374: Pulling fs layer
4ad1b6ba757d: Pulling fs layer
cc1566a6c043: Waiting
7e4da0436841: Waiting
6a8d255df934: Waiting
8928e758bdd0: Waiting
f5186e3ba9b6: Waiting
8f352a8fa374: Waiting
4ad1b6ba757d: Waiting
d7bf0568dabc: Verifying Checksum
d7bf0568dabc: Download complete
6697c741376d: Download complete
d7bf0568dabc: Pull complete
7e4da0436841: Download complete
cc1566a6c043: Verifying Checksum
cc1566a6c043: Download complete
6a8d255df934: Verifying Checksum
6a8d255df934: Download complete
981aecd3bf48: Verifying Checksum
981aecd3bf48: Download complete
8f352a8fa374: Verifying Checksum
8f352a8fa374: Download complete
4ad1b6ba757d: Verifying Checksum
4ad1b6ba757d: Download complete
8928e758bdd0: Verifying Checksum
8928e758bdd0: Download complete
f5186e3ba9b6: Verifying Checksum
f5186e3ba9b6: Download complete
981aecd3bf48: Pull complete
6697c741376d: Pull complete
cc1566a6c043: Pull complete
7e4da0436841: Pull complete
6a8d255df934: Pull complete
8928e758bdd0: Pull complete
f5186e3ba9b6: Pull complete
8f352a8fa374: Pull complete
4ad1b6ba757d: Pull complete
Digest: sha256:5b195dffc3876e155bb95aac347be1440d1cd5bc85fb46c7d9b3feeed2b16d8c
Status: Downloaded newer image for rustembedded/cross:x86_64-pc-windows-gnu-0.2.1
   Compiling winapi-x86_64-pc-windows-gnu v0.4.0
   Compiling winapi v0.3.9
   Compiling unicode-width v0.1.9
   Compiling lazy_static v1.4.0
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 14.33s
+ file target/x86_64-pc-windows-gnu/release/rusty-keys.exe
target/x86_64-pc-windows-gnu/release/rusty-keys.exe: PE32+ executable (console) x86-64, for MS Windows
+ '[' 0 -ne 1 ']'
+ cross run --target x86_64-pc-windows-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `wine /target/x86_64-pc-windows-gnu/release/rusty-keys.exe -h`
Usage: Z:\target\x86_64-pc-windows-gnu\release\rusty-keys.exe [options] [keymap.toml]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default in
                        order: ["C:\\users\\971\\keymap.toml",
                        "C:\\users\\971\\Application Data\\keymap.toml",
                        "keymap.toml"])

+ strip target/x86_64-pc-windows-gnu/release/rusty-keys.exe
+ mkdir -p release
+ mv target/x86_64-pc-windows-gnu/release/rusty-keys.exe release/rusty-keys-x86_64-pc-windows-gnu.exe
+ '[' x86_64-pc-windows-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-linux-android'
starting build for TARGET x86_64-linux-android
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo x86_64-linux-android
+ '[' x86_64-linux-android == riscv64gc-unknown-linux-gnu ']'
+ echo x86_64-linux-android
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target x86_64-linux-android --release
Unable to find image 'rustembedded/cross:x86_64-linux-android-0.2.1' locally
x86_64-linux-android-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
14f0271b9c26: Pulling fs layer
500358ddba66: Pulling fs layer
4d5c4f22d6df: Pulling fs layer
07e44ebe619e: Pulling fs layer
03409c5ca53d: Pulling fs layer
6cdbbcc02d01: Pulling fs layer
6948d7346529: Pulling fs layer
4dc940112479: Pulling fs layer
ccbae09243e3: Pulling fs layer
710c4a75ac97: Pulling fs layer
27a1c9701cdc: Pulling fs layer
20130ad43ac9: Pulling fs layer
99aa4eb3f923: Pulling fs layer
6948d7346529: Waiting
4dc940112479: Waiting
ccbae09243e3: Waiting
710c4a75ac97: Waiting
27a1c9701cdc: Waiting
20130ad43ac9: Waiting
99aa4eb3f923: Waiting
03409c5ca53d: Waiting
07e44ebe619e: Waiting
6cdbbcc02d01: Waiting
4d5c4f22d6df: Verifying Checksum
4d5c4f22d6df: Download complete
14f0271b9c26: Verifying Checksum
14f0271b9c26: Pull complete
03409c5ca53d: Download complete
6cdbbcc02d01: Verifying Checksum
6cdbbcc02d01: Download complete
6948d7346529: Download complete
500358ddba66: Verifying Checksum
500358ddba66: Download complete
ccbae09243e3: Verifying Checksum
ccbae09243e3: Download complete
07e44ebe619e: Verifying Checksum
07e44ebe619e: Download complete
27a1c9701cdc: Verifying Checksum
27a1c9701cdc: Download complete
710c4a75ac97: Verifying Checksum
710c4a75ac97: Download complete
99aa4eb3f923: Verifying Checksum
99aa4eb3f923: Download complete
20130ad43ac9: Download complete
4dc940112479: Verifying Checksum
4dc940112479: Download complete
500358ddba66: Pull complete
4d5c4f22d6df: Pull complete
07e44ebe619e: Pull complete
03409c5ca53d: Pull complete
6cdbbcc02d01: Pull complete
6948d7346529: Pull complete
4dc940112479: Pull complete
ccbae09243e3: Pull complete
710c4a75ac97: Pull complete
27a1c9701cdc: Pull complete
20130ad43ac9: Pull complete
99aa4eb3f923: Pull complete
Digest: sha256:1431db0098de69d13e5293467cfb055edfeaf3a807832c204e54de0bd03ea079
Status: Downloaded newer image for rustembedded/cross:x86_64-linux-android-0.2.1
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 11.58s
+ file target/x86_64-linux-android/release/rusty-keys
target/x86_64-linux-android/release/rusty-keys: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker64, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/x86_64-linux-android/release/rusty-keys
+ mkdir -p release
+ mv target/x86_64-linux-android/release/rusty-keys release/rusty-keys-x86_64-linux-android
+ '[' x86_64-linux-android == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i686-linux-android'
starting build for TARGET i686-linux-android
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo i686-linux-android
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' i686-linux-android == riscv64gc-unknown-linux-gnu ']'
+ echo i686-linux-android
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target i686-linux-android --release
Unable to find image 'rustembedded/cross:i686-linux-android-0.2.1' locally
i686-linux-android-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
2edeada5d5ab: Pulling fs layer
02d03ed7a574: Pulling fs layer
d7694dc06f7d: Pulling fs layer
aaac3fc1622e: Pulling fs layer
286f5f6797ea: Pulling fs layer
e9e90454eb72: Pulling fs layer
0241790a578b: Pulling fs layer
b9cd0f2bc723: Pulling fs layer
621e2dabeee0: Pulling fs layer
41703e14fefc: Pulling fs layer
11e7363f6867: Pulling fs layer
bda1b6ad1f03: Pulling fs layer
86533112845a: Pulling fs layer
e9e90454eb72: Waiting
0241790a578b: Waiting
b9cd0f2bc723: Waiting
621e2dabeee0: Waiting
41703e14fefc: Waiting
11e7363f6867: Waiting
bda1b6ad1f03: Waiting
86533112845a: Waiting
aaac3fc1622e: Waiting
286f5f6797ea: Waiting
2edeada5d5ab: Verifying Checksum
d7694dc06f7d: Verifying Checksum
d7694dc06f7d: Download complete
2edeada5d5ab: Pull complete
286f5f6797ea: Download complete
aaac3fc1622e: Verifying Checksum
aaac3fc1622e: Download complete
0241790a578b: Verifying Checksum
0241790a578b: Download complete
e9e90454eb72: Verifying Checksum
e9e90454eb72: Download complete
621e2dabeee0: Verifying Checksum
621e2dabeee0: Download complete
02d03ed7a574: Verifying Checksum
02d03ed7a574: Download complete
41703e14fefc: Verifying Checksum
41703e14fefc: Download complete
11e7363f6867: Verifying Checksum
11e7363f6867: Download complete
86533112845a: Verifying Checksum
86533112845a: Download complete
bda1b6ad1f03: Download complete
b9cd0f2bc723: Verifying Checksum
b9cd0f2bc723: Download complete
02d03ed7a574: Pull complete
d7694dc06f7d: Pull complete
aaac3fc1622e: Pull complete
286f5f6797ea: Pull complete
e9e90454eb72: Pull complete
0241790a578b: Pull complete
b9cd0f2bc723: Pull complete
621e2dabeee0: Pull complete
41703e14fefc: Pull complete
11e7363f6867: Pull complete
bda1b6ad1f03: Pull complete
86533112845a: Pull complete
Digest: sha256:b946f0f00286649a970993ffcf94d33677a63d0160240d636dcbc080610b3a58
Status: Downloaded newer image for rustembedded/cross:i686-linux-android-0.2.1
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 12.00s
+ file target/i686-linux-android/release/rusty-keys
target/i686-linux-android/release/rusty-keys: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/i686-linux-android/release/rusty-keys
+ mkdir -p release
+ mv target/i686-linux-android/release/rusty-keys release/rusty-keys-i686-linux-android
+ '[' i686-linux-android == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET aarch64-linux-android'
starting build for TARGET aarch64-linux-android
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo aarch64-linux-android
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' aarch64-linux-android == riscv64gc-unknown-linux-gnu ']'
+ echo aarch64-linux-android
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target aarch64-linux-android --release
Unable to find image 'rustembedded/cross:aarch64-linux-android-0.2.1' locally
aarch64-linux-android-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
0422916c8e6b: Pulling fs layer
67677f83ce0d: Pulling fs layer
62cb661d495a: Pulling fs layer
a53220b1a6c5: Pulling fs layer
6b8c3074bda8: Pulling fs layer
c629af18a311: Pulling fs layer
40fa516ec816: Pulling fs layer
d93262b79dc5: Pulling fs layer
dc15cc359714: Pulling fs layer
006c77785316: Pulling fs layer
bb274c655fef: Pulling fs layer
9c4e19a16aa5: Pulling fs layer
227086a1cf22: Pulling fs layer
a53220b1a6c5: Waiting
6b8c3074bda8: Waiting
c629af18a311: Waiting
40fa516ec816: Waiting
dc15cc359714: Waiting
006c77785316: Waiting
bb274c655fef: Waiting
9c4e19a16aa5: Waiting
227086a1cf22: Waiting
d93262b79dc5: Waiting
67677f83ce0d: Verifying Checksum
67677f83ce0d: Download complete
a53220b1a6c5: Verifying Checksum
a53220b1a6c5: Download complete
6b8c3074bda8: Verifying Checksum
6b8c3074bda8: Download complete
0422916c8e6b: Download complete
62cb661d495a: Verifying Checksum
62cb661d495a: Download complete
0422916c8e6b: Pull complete
40fa516ec816: Verifying Checksum
40fa516ec816: Download complete
c629af18a311: Verifying Checksum
c629af18a311: Download complete
dc15cc359714: Verifying Checksum
dc15cc359714: Download complete
006c77785316: Verifying Checksum
006c77785316: Download complete
bb274c655fef: Verifying Checksum
bb274c655fef: Download complete
227086a1cf22: Verifying Checksum
227086a1cf22: Download complete
9c4e19a16aa5: Verifying Checksum
9c4e19a16aa5: Download complete
d93262b79dc5: Verifying Checksum
d93262b79dc5: Download complete
67677f83ce0d: Pull complete
62cb661d495a: Pull complete
a53220b1a6c5: Pull complete
6b8c3074bda8: Pull complete
c629af18a311: Pull complete
40fa516ec816: Pull complete
d93262b79dc5: Pull complete
dc15cc359714: Pull complete
006c77785316: Pull complete
bb274c655fef: Pull complete
9c4e19a16aa5: Pull complete
227086a1cf22: Pull complete
Digest: sha256:f82305a7c2ee3ef69d48b75cde70310230294d65e28f43f19b7b819ff50876ce
Status: Downloaded newer image for rustembedded/cross:aarch64-linux-android-0.2.1
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 12.03s
+ file target/aarch64-linux-android/release/rusty-keys
target/aarch64-linux-android/release/rusty-keys: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker64, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/aarch64-linux-android/release/rusty-keys
strip: Unable to recognise the format of the input file `target/aarch64-linux-android/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/aarch64-linux-android/release/rusty-keys release/rusty-keys-aarch64-linux-android
+ '[' aarch64-linux-android == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv7-linux-androideabi'
starting build for TARGET armv7-linux-androideabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv7-linux-androideabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' armv7-linux-androideabi == riscv64gc-unknown-linux-gnu ']'
+ echo armv7-linux-androideabi
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target armv7-linux-androideabi --release
Unable to find image 'rustembedded/cross:armv7-linux-androideabi-0.2.1' locally
armv7-linux-androideabi-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
1a522a44cbe4: Pulling fs layer
c867edf3b803: Pulling fs layer
50e99b9adb79: Pulling fs layer
782b5dcb631b: Pulling fs layer
bab789abde13: Pulling fs layer
ea90421a163f: Pulling fs layer
f2459e8249b1: Pulling fs layer
65f82994481d: Pulling fs layer
3616a125cabe: Pulling fs layer
230594c069ef: Pulling fs layer
55dba4cb8527: Pulling fs layer
b4685b9592f5: Pulling fs layer
b312041e9957: Pulling fs layer
782b5dcb631b: Waiting
bab789abde13: Waiting
ea90421a163f: Waiting
f2459e8249b1: Waiting
65f82994481d: Waiting
3616a125cabe: Waiting
230594c069ef: Waiting
55dba4cb8527: Waiting
b4685b9592f5: Waiting
b312041e9957: Waiting
1a522a44cbe4: Download complete
50e99b9adb79: Verifying Checksum
50e99b9adb79: Download complete
1a522a44cbe4: Pull complete
bab789abde13: Download complete
782b5dcb631b: Verifying Checksum
782b5dcb631b: Download complete
f2459e8249b1: Verifying Checksum
f2459e8249b1: Download complete
ea90421a163f: Verifying Checksum
ea90421a163f: Download complete
c867edf3b803: Verifying Checksum
c867edf3b803: Download complete
3616a125cabe: Verifying Checksum
3616a125cabe: Download complete
230594c069ef: Verifying Checksum
230594c069ef: Download complete
55dba4cb8527: Verifying Checksum
55dba4cb8527: Download complete
b312041e9957: Verifying Checksum
b312041e9957: Download complete
b4685b9592f5: Verifying Checksum
b4685b9592f5: Download complete
65f82994481d: Verifying Checksum
65f82994481d: Download complete
c867edf3b803: Pull complete
50e99b9adb79: Pull complete
782b5dcb631b: Pull complete
bab789abde13: Pull complete
ea90421a163f: Pull complete
f2459e8249b1: Pull complete
65f82994481d: Pull complete
3616a125cabe: Pull complete
230594c069ef: Pull complete
55dba4cb8527: Pull complete
b4685b9592f5: Pull complete
b312041e9957: Pull complete
Digest: sha256:decbbaf0012616fbdc46e11dca21cf59782465b7c940f5aca1cf536ff3229026
Status: Downloaded newer image for rustembedded/cross:armv7-linux-androideabi-0.2.1
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 11.64s
+ file target/armv7-linux-androideabi/release/rusty-keys
target/armv7-linux-androideabi/release/rusty-keys: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/armv7-linux-androideabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/armv7-linux-androideabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/armv7-linux-androideabi/release/rusty-keys release/rusty-keys-armv7-linux-androideabi
+ '[' armv7-linux-androideabi == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-linux-androideabi'
starting build for TARGET arm-linux-androideabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo arm-linux-androideabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' arm-linux-androideabi == riscv64gc-unknown-linux-gnu ']'
+ grep -E '(android|solaris$)'
+ echo arm-linux-androideabi
+ DISABLE_TESTS=1
+ cross build --target arm-linux-androideabi --release
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: Pulling fs layer
a3896b226b7e: Pulling fs layer
24193297848c: Pulling fs layer
b4cf83e4ea6f: Pulling fs layer
5801ed45ef6c: Pulling fs layer
239d2c898aee: Pulling fs layer
be843956d4f1: Pulling fs layer
e9f6001b53b8: Pulling fs layer
94d4ff397e57: Pulling fs layer
4ab0925902b2: Pulling fs layer
43be25c22024: Pulling fs layer
a85dbdc10a44: Pulling fs layer
95935cdc4a7e: Pulling fs layer
5801ed45ef6c: Waiting
239d2c898aee: Waiting
be843956d4f1: Waiting
e9f6001b53b8: Waiting
94d4ff397e57: Waiting
4ab0925902b2: Waiting
43be25c22024: Waiting
a85dbdc10a44: Waiting
95935cdc4a7e: Waiting
b4cf83e4ea6f: Waiting
332043fc930e: Verifying Checksum
24193297848c: Verifying Checksum
24193297848c: Download complete
332043fc930e: Pull complete
5801ed45ef6c: Download complete
239d2c898aee: Verifying Checksum
239d2c898aee: Download complete
b4cf83e4ea6f: Verifying Checksum
b4cf83e4ea6f: Download complete
be843956d4f1: Verifying Checksum
be843956d4f1: Download complete
94d4ff397e57: Download complete
a3896b226b7e: Verifying Checksum
a3896b226b7e: Download complete
4ab0925902b2: Verifying Checksum
4ab0925902b2: Download complete
43be25c22024: Verifying Checksum
43be25c22024: Download complete
95935cdc4a7e: Verifying Checksum
95935cdc4a7e: Download complete
a85dbdc10a44: Verifying Checksum
a85dbdc10a44: Download complete
e9f6001b53b8: Verifying Checksum
e9f6001b53b8: Download complete
a3896b226b7e: Pull complete
24193297848c: Pull complete
b4cf83e4ea6f: Pull complete
5801ed45ef6c: Pull complete
239d2c898aee: Pull complete
be843956d4f1: Pull complete
e9f6001b53b8: Pull complete
94d4ff397e57: Pull complete
4ab0925902b2: Pull complete
43be25c22024: Pull complete
a85dbdc10a44: Pull complete
95935cdc4a7e: Pull complete
Digest: sha256:5b444c1ac193b814398b57788b63677c9c5b46417933d01bcb43d38d904046e9
Status: Downloaded newer image for rustembedded/cross:arm-linux-androideabi-0.2.1
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 11.58s
+ file target/arm-linux-androideabi/release/rusty-keys
target/arm-linux-androideabi/release/rusty-keys: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/arm-linux-androideabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/arm-linux-androideabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/arm-linux-androideabi/release/rusty-keys release/rusty-keys-arm-linux-androideabi
+ '[' arm-linux-androideabi == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips64el-unknown-linux-gnuabi64'
starting build for TARGET mips64el-unknown-linux-gnuabi64
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips64el-unknown-linux-gnuabi64
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mips64el-unknown-linux-gnuabi64 == riscv64gc-unknown-linux-gnu ']'
+ echo mips64el-unknown-linux-gnuabi64
+ grep -E '(android|solaris$)'
+ cross build --target mips64el-unknown-linux-gnuabi64 --release
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: Pulling fs layer
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
81afed0c2793: Waiting
ddd02e1f9ab4: Waiting
4c2e41964a96: Waiting
639311473c34: Waiting
e0bb0da63050: Waiting
0572e73b1344: Waiting
4b2ef77e69ef: Waiting
d4c1233bc0eb: Waiting
37335e5b2f4a: Waiting
d38c123630a8: Waiting
ccff2ad10130: Waiting
0b210dbde3f9: Download complete
c0275d5d9e20: Verifying Checksum
c0275d5d9e20: Download complete
c0275d5d9e20: Pull complete
ddd02e1f9ab4: Verifying Checksum
ddd02e1f9ab4: Download complete
81afed0c2793: Verifying Checksum
81afed0c2793: Download complete
4c2e41964a96: Verifying Checksum
4c2e41964a96: Download complete
e0bb0da63050: Verifying Checksum
e0bb0da63050: Download complete
639311473c34: Verifying Checksum
639311473c34: Download complete
0572e73b1344: Verifying Checksum
0572e73b1344: Download complete
ac4ef6d811d9: Download complete
4b2ef77e69ef: Verifying Checksum
4b2ef77e69ef: Download complete
37335e5b2f4a: Verifying Checksum
37335e5b2f4a: Download complete
d4c1233bc0eb: Verifying Checksum
d4c1233bc0eb: Download complete
ccff2ad10130: Verifying Checksum
ccff2ad10130: Download complete
d38c123630a8: Verifying Checksum
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 cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling serde v1.0.130
   Compiling bitflags v1.2.1
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.37s
+ file target/mips64el-unknown-linux-gnuabi64/release/rusty-keys
target/mips64el-unknown-linux-gnuabi64/release/rusty-keys: ELF 64-bit LSB pie executable, MIPS, MIPS64 rel2 version 1 (SYSV), dynamically linked, interpreter /lib64/ld.so.1, BuildID[sha1]=f7bf75458dff23f083e271a9b2a45f784e20af04, for GNU/Linux 3.2.0, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mips64el-unknown-linux-gnuabi64 --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/linux-runner mips64el /target/mips64el-unknown-linux-gnuabi64/release/rusty-keys -h`
Usage: /target/mips64el-unknown-linux-gnuabi64/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/mips64el-unknown-linux-gnuabi64/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mips64el-unknown-linux-gnuabi64/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mips64el-unknown-linux-gnuabi64/release/rusty-keys release/rusty-keys-mips64el-unknown-linux-gnuabi64
+ '[' mips64el-unknown-linux-gnuabi64 == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips64-unknown-linux-gnuabi64'
starting build for TARGET mips64-unknown-linux-gnuabi64
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips64-unknown-linux-gnuabi64
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mips64-unknown-linux-gnuabi64 == riscv64gc-unknown-linux-gnu ']'
+ echo mips64-unknown-linux-gnuabi64
+ grep -E '(android|solaris$)'
+ cross build --target mips64-unknown-linux-gnuabi64 --release
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: Pulling fs layer
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
eaecb4e0a1db: Waiting
1b949b53e5de: Waiting
3038fe6857b7: Waiting
02759934edb7: Waiting
b1613972303d: Waiting
aa9a445dd8c0: Verifying Checksum
aa9a445dd8c0: Download complete
7b45b7e1677c: Verifying Checksum
7b45b7e1677c: Download complete
aa9a445dd8c0: Pull complete
eaecb4e0a1db: Verifying Checksum
eaecb4e0a1db: Download complete
b1613972303d: Verifying Checksum
3038fe6857b7: Verifying Checksum
3038fe6857b7: Download complete
9c814ad38763: Download complete
02759934edb7: Verifying Checksum
02759934edb7: Download complete
1b949b53e5de: Verifying Checksum
1b949b53e5de: 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 unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling serde v1.0.130
   Compiling bitflags v1.2.1
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.23s
+ file target/mips64-unknown-linux-gnuabi64/release/rusty-keys
target/mips64-unknown-linux-gnuabi64/release/rusty-keys: ELF 64-bit MSB pie executable, MIPS, MIPS64 rel2 version 1 (SYSV), dynamically linked, interpreter /lib64/ld.so.1, BuildID[sha1]=6fec3e0cd8b95715fd3aab12cbd29e02ab9614c2, for GNU/Linux 3.2.0, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mips64-unknown-linux-gnuabi64 --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `qemu-mips64 /target/mips64-unknown-linux-gnuabi64/release/rusty-keys -h`
Usage: /target/mips64-unknown-linux-gnuabi64/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/mips64-unknown-linux-gnuabi64/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mips64-unknown-linux-gnuabi64/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mips64-unknown-linux-gnuabi64/release/rusty-keys release/rusty-keys-mips64-unknown-linux-gnuabi64
+ '[' mips64-unknown-linux-gnuabi64 == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mipsel-unknown-linux-gnu'
starting build for TARGET mipsel-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mipsel-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mipsel-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo mipsel-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target mipsel-unknown-linux-gnu --release
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: Pulling fs layer
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
9cfa4c59937b: Pulling fs layer
12d1467eb6f9: Pulling fs layer
62d4289405bf: Pulling fs layer
6a7676f1589b: Waiting
4ffe9cbe6f58: Waiting
99204f1faac0: Waiting
bc587cdb2348: Waiting
d77b6e996d7d: Waiting
13ab61e4af1b: Waiting
cc62a4c39cde: Waiting
9cfa4c59937b: Waiting
12d1467eb6f9: Waiting
62d4289405bf: Waiting
d46dbf6b2df6: Waiting
deb77dff31cc: Verifying Checksum
deb77dff31cc: Download complete
8040f85713ad: Verifying Checksum
8040f85713ad: Download complete
8040f85713ad: Pull complete
6a7676f1589b: Verifying Checksum
6a7676f1589b: Download complete
d46dbf6b2df6: Verifying Checksum
d46dbf6b2df6: Download complete
4ffe9cbe6f58: Verifying Checksum
4ffe9cbe6f58: Download complete
bc587cdb2348: Download complete
4f5828961006: Verifying Checksum
99204f1faac0: Verifying Checksum
99204f1faac0: Download complete
cc62a4c39cde: Verifying Checksum
cc62a4c39cde: Download complete
13ab61e4af1b: Verifying Checksum
13ab61e4af1b: Download complete
9cfa4c59937b: Verifying Checksum
9cfa4c59937b: Download complete
12d1467eb6f9: Verifying Checksum
12d1467eb6f9: Download complete
62d4289405bf: Verifying Checksum
62d4289405bf: Download complete
d77b6e996d7d: Verifying Checksum
d77b6e996d7d: 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: Downloaded newer image for rustembedded/cross:mipsel-unknown-linux-gnu-0.2.1
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.14s
+ file target/mipsel-unknown-linux-gnu/release/rusty-keys
target/mipsel-unknown-linux-gnu/release/rusty-keys: ELF 32-bit LSB pie executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, interpreter /lib/ld.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=fe57d9d0746059f2a862336d4b98004846d683a9, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mipsel-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/linux-runner mipsel /target/mipsel-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/mipsel-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/mipsel-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mipsel-unknown-linux-gnu/release/rusty-keys release/rusty-keys-mipsel-unknown-linux-gnu
+ '[' mipsel-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mipsel-unknown-linux-musl'
starting build for TARGET mipsel-unknown-linux-musl
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mipsel-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mipsel-unknown-linux-musl == riscv64gc-unknown-linux-gnu ']'
+ echo mipsel-unknown-linux-musl
+ grep -E '(android|solaris$)'
+ cross build --target mipsel-unknown-linux-musl --release
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: Pulling fs layer
809e75e4676f: Pulling fs layer
fe60fd859605: Pulling fs layer
059092eeffde: Pulling fs layer
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
12ea4eab47ed: Waiting
5ee6ada2a325: Waiting
bb48c2454d85: Waiting
b8b0ea291885: Waiting
1a312e6074ab: Waiting
059092eeffde: Waiting
e8b02642191f: Waiting
dff471837f4b: Waiting
fe60fd859605: Download complete
adf4a47dd8bf: Verifying Checksum
adf4a47dd8bf: Download complete
adf4a47dd8bf: Pull complete
e8b02642191f: Download complete
059092eeffde: Verifying Checksum
059092eeffde: Download complete
dff471837f4b: Verifying Checksum
dff471837f4b: Download complete
12ea4eab47ed: Download complete
809e75e4676f: Verifying Checksum
809e75e4676f: Download complete
bb48c2454d85: Download complete
5ee6ada2a325: Verifying Checksum
5ee6ada2a325: Download complete
1a312e6074ab: Verifying Checksum
1a312e6074ab: Download complete
b8b0ea291885: Verifying Checksum
b8b0ea291885: Download complete
809e75e4676f: Pull 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 unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 15.58s
+ file target/mipsel-unknown-linux-musl/release/rusty-keys
target/mipsel-unknown-linux-musl/release/rusty-keys: ELF 32-bit LSB pie executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-mipsel-sf.so.1, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mipsel-unknown-linux-musl --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `qemu-mipsel /target/mipsel-unknown-linux-musl/release/rusty-keys -h`
Usage: /target/mipsel-unknown-linux-musl/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/mipsel-unknown-linux-musl/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-musl/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mipsel-unknown-linux-musl/release/rusty-keys release/rusty-keys-mipsel-unknown-linux-musl
+ '[' mipsel-unknown-linux-musl == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips-unknown-linux-gnu'
starting build for TARGET mips-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mips-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo mips-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target mips-unknown-linux-gnu --release
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: Pulling fs layer
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
ed4f1c588bb1: Waiting
d0a94772135b: Waiting
f2edcc8b3ff3: Waiting
2af6051a3fcc: Waiting
7fda702f8715: Waiting
353c9cc5cb2d: Waiting
4b9a0d2cca7c: Waiting
ae5279fe5017: Waiting
928312e5d912: Waiting
60351300051f: Waiting
806c617e0744: Waiting
cbeb2520272a: Verifying Checksum
cbeb2520272a: Download complete
db945a63c556: Verifying Checksum
db945a63c556: Download complete
db945a63c556: Pull complete
353c9cc5cb2d: Download complete
f2edcc8b3ff3: Verifying Checksum
f2edcc8b3ff3: Download complete
928312e5d912: Verifying Checksum
928312e5d912: Download complete
60351300051f: Verifying Checksum
60351300051f: Download complete
b04708158d4f: Verifying Checksum
b04708158d4f: Download complete
806c617e0744: Verifying Checksum
806c617e0744: Download complete
d0a94772135b: Verifying Checksum
d0a94772135b: Download complete
2af6051a3fcc: Verifying Checksum
2af6051a3fcc: Download complete
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 cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.23s
+ file target/mips-unknown-linux-gnu/release/rusty-keys
target/mips-unknown-linux-gnu/release/rusty-keys: ELF 32-bit MSB pie executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, interpreter /lib/ld.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=7c53161989a2018620456c7477f6d365545f2029, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mips-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/linux-runner mips /target/mips-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/mips-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/mips-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mips-unknown-linux-gnu/release/rusty-keys release/rusty-keys-mips-unknown-linux-gnu
+ '[' mips-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips-unknown-linux-musl'
starting build for TARGET mips-unknown-linux-musl
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mips-unknown-linux-musl == riscv64gc-unknown-linux-gnu ']'
+ echo mips-unknown-linux-musl
+ grep -E '(android|solaris$)'
+ cross build --target mips-unknown-linux-musl --release
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: Pulling fs layer
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
0e3b48ec49f7: Waiting
33bf99e5bd57: Waiting
a2899619fb6f: Waiting
a79b5c252e08: Waiting
7db0f570a1db: Waiting
2b9edadaa038: Waiting
9f4f2c64ae1b: Waiting
5ae500ec37f5: Waiting
fa65f13522d2: Verifying Checksum
fa65f13522d2: Download complete
8a323b5a743e: Verifying Checksum
8a323b5a743e: Download complete
8a323b5a743e: Pull complete
9f4f2c64ae1b: Verifying Checksum
9f4f2c64ae1b: Download complete
5ae500ec37f5: Verifying Checksum
5ae500ec37f5: Download complete
0e3b48ec49f7: Verifying Checksum
0e3b48ec49f7: Download complete
a79b5c252e08: Download complete
5604734a6980: Verifying Checksum
5604734a6980: Download complete
a2899619fb6f: Verifying Checksum
a2899619fb6f: Download complete
2b9edadaa038: Verifying Checksum
2b9edadaa038: Download complete
7db0f570a1db: Verifying Checksum
7db0f570a1db: Download complete
5604734a6980: Pull complete
fa65f13522d2: Pull 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: Downloaded newer image for rustembedded/cross:mips-unknown-linux-musl-0.2.1
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 15.50s
+ file target/mips-unknown-linux-musl/release/rusty-keys
target/mips-unknown-linux-musl/release/rusty-keys: ELF 32-bit MSB pie executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-mips-sf.so.1, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mips-unknown-linux-musl --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `qemu-mips /target/mips-unknown-linux-musl/release/rusty-keys -h`
Usage: /target/mips-unknown-linux-musl/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/mips-unknown-linux-musl/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-musl/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mips-unknown-linux-musl/release/rusty-keys release/rusty-keys-mips-unknown-linux-musl
+ '[' mips-unknown-linux-musl == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET powerpc64le-unknown-linux-gnu'
starting build for TARGET powerpc64le-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo powerpc64le-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' powerpc64le-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo powerpc64le-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target powerpc64le-unknown-linux-gnu --release
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: Pulling fs layer
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
290ea83fcd39: Waiting
a7ccdab30cef: Waiting
8d8bd36915dc: Waiting
e1ee30a4176a: Waiting
6b0eab5b03f1: Waiting
8b779fe51a12: Waiting
6afe9cec76e4: Waiting
f793791efd81: Waiting
ab356eaebd71: Waiting
335488777539: Waiting
78c7234a9faa: Waiting
b5935476e188: Verifying Checksum
b5935476e188: Download complete
93397d17dc91: Verifying Checksum
93397d17dc91: Download complete
93397d17dc91: Pull complete
a7ccdab30cef: Verifying Checksum
a7ccdab30cef: Download complete
290ea83fcd39: Verifying Checksum
290ea83fcd39: Download complete
8d8bd36915dc: Verifying Checksum
8d8bd36915dc: Download complete
b7fa0d575fa5: Download complete
e1ee30a4176a: Verifying Checksum
e1ee30a4176a: Download complete
6b0eab5b03f1: Verifying Checksum
6b0eab5b03f1: Download complete
6afe9cec76e4: Verifying Checksum
6afe9cec76e4: Download complete
8b779fe51a12: Verifying Checksum
8b779fe51a12: Download complete
ab356eaebd71: Verifying Checksum
ab356eaebd71: Download complete
f793791efd81: Verifying Checksum
f793791efd81: 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: Downloaded newer image for rustembedded/cross:powerpc64le-unknown-linux-gnu-0.2.1
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.11s
+ file target/powerpc64le-unknown-linux-gnu/release/rusty-keys
target/powerpc64le-unknown-linux-gnu/release/rusty-keys: ELF 64-bit LSB pie executable, 64-bit PowerPC or cisco 7500, OpenPOWER ELF V2 ABI, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=cf58abefbaa08b3ae74b7804f941ea71764c37f4, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target powerpc64le-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/linux-runner powerpc64le /target/powerpc64le-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/powerpc64le-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/powerpc64le-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/powerpc64le-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/powerpc64le-unknown-linux-gnu/release/rusty-keys release/rusty-keys-powerpc64le-unknown-linux-gnu
+ '[' powerpc64le-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET powerpc-unknown-linux-gnu'
starting build for TARGET powerpc-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo powerpc-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' powerpc-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo powerpc-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target powerpc-unknown-linux-gnu --release
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: Pulling fs layer
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
e738b9dc8290: Waiting
7256d74c0895: Waiting
b118407f980a: Waiting
41a572e2befc: Waiting
abe414049b76: Waiting
50a3ddd8e1e3: Waiting
6da7cf764e44: Waiting
e92333bf4901: Waiting
97ce17d63f4c: Waiting
7c8f7c144539: Waiting
7bb90c26360b: Waiting
e1a25f209399: Verifying Checksum
e1a25f209399: Download complete
1dca71e855a2: Verifying Checksum
1dca71e855a2: Download complete
e1a25f209399: Pull complete
7256d74c0895: Verifying Checksum
7256d74c0895: Download complete
e738b9dc8290: Verifying Checksum
e738b9dc8290: Download complete
b118407f980a: Verifying Checksum
b118407f980a: Download complete
abe414049b76: Verifying Checksum
abe414049b76: Download complete
6107dc5023df: Download complete
41a572e2befc: Verifying Checksum
41a572e2befc: Download complete
6da7cf764e44: Verifying Checksum
6da7cf764e44: Download complete
e92333bf4901: Verifying Checksum
e92333bf4901: Download complete
50a3ddd8e1e3: Verifying Checksum
97ce17d63f4c: Verifying Checksum
97ce17d63f4c: Download complete
50a3ddd8e1e3: Download complete
7bb90c26360b: Verifying Checksum
7bb90c26360b: Download complete
7c8f7c144539: Verifying Checksum
7c8f7c144539: 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 cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 15.96s
+ file target/powerpc-unknown-linux-gnu/release/rusty-keys
target/powerpc-unknown-linux-gnu/release/rusty-keys: ELF 32-bit MSB pie executable, PowerPC or cisco 4500, version 1 (SYSV), dynamically linked, interpreter /lib/ld.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=0bc3244f0a671e794435560afa0c9db70a8bb1f8, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target powerpc-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `/linux-runner powerpc /target/powerpc-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/powerpc-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

Options:
    -h, --help          prints this help message
    -v, --version       prints the version
    -c, --config FILE   specify the keymap config file to use (default:
                        /etc/rusty-keys/keymap.toml)

+ strip target/powerpc-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/powerpc-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/powerpc-unknown-linux-gnu/release/rusty-keys release/rusty-keys-powerpc-unknown-linux-gnu
+ '[' powerpc-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET riscv64gc-unknown-linux-gnu'
starting build for TARGET riscv64gc-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo riscv64gc-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' riscv64gc-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo 'riscv64gc-unknown-linux-gnu is not yet supported by inotify, skipping build...'
riscv64gc-unknown-linux-gnu is not yet supported by inotify, skipping build...
+ exit 0
+ echo 'starting build for TARGET s390x-unknown-linux-gnu'
starting build for TARGET s390x-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo s390x-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' s390x-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo s390x-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target s390x-unknown-linux-gnu --release
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: Pulling fs layer
d2970c8ad5ae: Pulling fs layer
ce8f93caa2df: Pulling fs layer
8715910007fb: Pulling fs layer
20caf1660d37: Pulling fs layer
f09360d348cc: Pulling fs layer
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
85af39bd06f6: Waiting
c0ecf0cd72bc: Waiting
c3d572726856: Waiting
3de15d786617: Waiting
8715910007fb: Waiting
20caf1660d37: Waiting
f09360d348cc: Waiting
6f5a72e24aca: Waiting
ad20a1607b31: Waiting
a675f7e12dcc: Waiting
ad1023c1c836: Waiting
ce8f93caa2df: Verifying Checksum
ce8f93caa2df: Download complete
a8218300f0ad: Verifying Checksum
a8218300f0ad: Download complete
a8218300f0ad: Pull complete
20caf1660d37: Verifying Checksum
20caf1660d37: Download complete
8715910007fb: Verifying Checksum
8715910007fb: Download complete
f09360d348cc: Verifying Checksum
f09360d348cc: Download complete
ad1023c1c836: Verifying Checksum
ad1023c1c836: Download complete
d2970c8ad5ae: Verifying Checksum
d2970c8ad5ae: Download complete
ad20a1607b31: Verifying Checksum
ad20a1607b31: Download complete
85af39bd06f6: Verifying Checksum
85af39bd06f6: Download complete
c0ecf0cd72bc: Verifying Checksum
c0ecf0cd72bc: Download complete
c3d572726856: Verifying Checksum
c3d572726856: Download complete
3de15d786617: Verifying Checksum
3de15d786617: Download complete
6f5a72e24aca: Verifying Checksum
6f5a72e24aca: Download complete
a675f7e12dcc: Verifying Checksum
a675f7e12dcc: Download complete
d2970c8ad5ae: Pull complete
ce8f93caa2df: Pull complete
8715910007fb: Pull complete
20caf1660d37: Pull complete
f09360d348cc: Pull 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: Downloaded newer image for rustembedded/cross:s390x-unknown-linux-gnu-0.2.1
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling bitflags v1.2.1
   Compiling libc v0.2.103
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 18.46s
+ file target/s390x-unknown-linux-gnu/release/rusty-keys
target/s390x-unknown-linux-gnu/release/rusty-keys: ELF 64-bit MSB pie executable, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=f8224e7849499aa3665fbfa2a55e7a1a596c54c4, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/s390x-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/s390x-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/s390x-unknown-linux-gnu/release/rusty-keys release/rusty-keys-s390x-unknown-linux-gnu
+ '[' s390x-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-sun-solaris'
starting build for TARGET x86_64-sun-solaris
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-sun-solaris
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' x86_64-sun-solaris == riscv64gc-unknown-linux-gnu ']'
+ echo x86_64-sun-solaris
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target x86_64-sun-solaris --release
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
519ed32ab821: Waiting
ccb5c5eb4669: Waiting
9f1fff54d10f: Waiting
3c43118b453e: Waiting
3a465184a531: Waiting
a50c650c8ad9: Verifying Checksum
a50c650c8ad9: Download complete
4647ab9f0034: Verifying Checksum
4647ab9f0034: Download complete
a50c650c8ad9: Pull complete
519ed32ab821: Verifying Checksum
519ed32ab821: Download complete
3a465184a531: Verifying Checksum
3a465184a531: Download complete
9f1fff54d10f: Verifying Checksum
9f1fff54d10f: Download complete
ccb5c5eb4669: Verifying Checksum
ccb5c5eb4669: 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: Downloaded newer image for rustembedded/cross:x86_64-sun-solaris-0.2.1
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 12.16s
+ file target/x86_64-sun-solaris/release/rusty-keys
target/x86_64-sun-solaris/release/rusty-keys: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/amd64/ld.so.1, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/x86_64-sun-solaris/release/rusty-keys
+ mkdir -p release
+ mv target/x86_64-sun-solaris/release/rusty-keys release/rusty-keys-x86_64-sun-solaris
+ '[' x86_64-sun-solaris == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET sparcv9-sun-solaris'
starting build for TARGET sparcv9-sun-solaris
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo sparcv9-sun-solaris
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' sparcv9-sun-solaris == riscv64gc-unknown-linux-gnu ']'
+ echo sparcv9-sun-solaris
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target sparcv9-sun-solaris --release
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: Download complete
c94d552bc325: Pull complete
40faefb929c7: Download complete
ade488c90781: Verifying Checksum
ade488c90781: Download complete
fbcbf24cd10a: Verifying Checksum
fbcbf24cd10a: Download complete
334241450989: Download complete
411209a89920: Verifying Checksum
411209a89920: Download complete
334241450989: Pull complete
ac52c98c2dd0: Verifying Checksum
ac52c98c2dd0: Download complete
1566cd21c275: Pull complete
fbcbf24cd10a: Pull complete
40faefb929c7: Pull complete
ade488c90781: Pull complete
411209a89920: Pull complete
ac52c98c2dd0: Pull complete
Digest: sha256:baeb0815fb77b5329133046bc2cfd5536cf1c0f9b630563411ab4a0a40ed704f
Status: Downloaded newer image for rustembedded/cross:sparcv9-sun-solaris-0.2.1
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 11.56s
+ file target/sparcv9-sun-solaris/release/rusty-keys
target/sparcv9-sun-solaris/release/rusty-keys: ELF 64-bit MSB executable, SPARC V9, total store ordering, version 1 (SYSV), dynamically linked, interpreter /usr/lib/sparcv9/ld.so.1, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/sparcv9-sun-solaris/release/rusty-keys
strip: Unable to recognise the format of the input file `target/sparcv9-sun-solaris/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/sparcv9-sun-solaris/release/rusty-keys release/rusty-keys-sparcv9-sun-solaris
+ '[' sparcv9-sun-solaris == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-unknown-netbsd'
starting build for TARGET x86_64-unknown-netbsd
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-unknown-netbsd
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' x86_64-unknown-netbsd == riscv64gc-unknown-linux-gnu ']'
+ echo x86_64-unknown-netbsd
+ grep -E '(android|solaris$)'
+ cross build --target x86_64-unknown-netbsd --release
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
ccdb6870467e: Waiting
773ecf159581: Waiting
a48b406785f7: Waiting
aa6f04f1aea9: Waiting
8560820a4800: Waiting
5a8818f38bf2: Download complete
57612c9a303f: Download complete
5a8818f38bf2: Pull complete
8560820a4800: Verifying Checksum
8560820a4800: Download complete
aa6f04f1aea9: Verifying Checksum
aa6f04f1aea9: Download complete
773ecf159581: Verifying Checksum
773ecf159581: Download complete
2be12f463f5e: Verifying Checksum
2be12f463f5e: Download complete
ccdb6870467e: Verifying Checksum
ccdb6870467e: Download complete
a48b406785f7: Verifying Checksum
a48b406785f7: Download complete
2be12f463f5e: Pull complete
57612c9a303f: Pull complete
aa6f04f1aea9: Pull complete
8560820a4800: Pull complete
ccdb6870467e: Pull complete
773ecf159581: Pull complete
a48b406785f7: Pull complete
Digest: sha256:a0866fd1ed428dca4d5d96799ce870fad8ae14f10df1b0532fe2138d05040f26
Status: Downloaded newer image for rustembedded/cross:x86_64-unknown-netbsd-0.2.1
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 12.00s
+ file target/x86_64-unknown-netbsd/release/rusty-keys
target/x86_64-unknown-netbsd/release/rusty-keys: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /usr/libexec/ld.elf_so, for NetBSD 7.0, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/x86_64-unknown-netbsd/release/rusty-keys
+ mkdir -p release
+ mv target/x86_64-unknown-netbsd/release/rusty-keys release/rusty-keys-x86_64-unknown-netbsd
+ '[' x86_64-unknown-netbsd == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ '[' -e .ci/release.sh ']'
+ '[' -d release ']'
+ ci-release-helper.sh standard_pre_release
Everything up-to-date
Everything up-to-date
+ cd release
+ find -type f '!' -path ./sha256sum.txt -print0
+ xargs -0 sha256sum
+ gpg --clearsign sha256sum.txt
+ ci-release-helper.sh standard_multi_release sha256sum.txt text/plain
all tags:
+ ci-release-helper.sh standard_multi_release sha256sum.txt.asc text/plain
all tags:
+ rm -f sha256sum.txt sha256sum.txt.asc
+ find -type f -print0
+ xargs -0n1 -I '{}' ci-release-helper.sh standard_multi_release '{}' application/octet-stream
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
all tags:
+ 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