Console Output

Skipping 4 KB.. Full Log
 > git rev-list --no-walk d785d341cb5bc3527d1ade5296f28ef13f18808b # 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 remote branch 'master' from 'origin'.
+ git reset --hard origin/master
HEAD is now at 9317d31 update readme
[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.18
   Compiling unicode-xid v0.2.1
   Compiling libc v0.2.72
   Compiling syn v1.0.33
   Compiling bitflags v1.2.1
   Compiling serde_derive v1.0.114
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling cfg-if v0.1.10
   Compiling void v1.0.2
   Compiling unicode-width v0.1.8
   Compiling getopts v0.2.21
   Compiling quote v1.0.7
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 39.91s
+ 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.03s
     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
+ 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
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling void v1.0.2
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 25.99s
+ 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]=b8d1e82559488c75e651d564299e3e12ff17f2ea, 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.06s
     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
+ 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
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling cfg-if v0.1.10
   Compiling bitflags v1.2.1
   Compiling libc v0.2.72
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 24.23s
+ 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
+ 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
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling void v1.0.2
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 26.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]=d33570a1a9ef8d6c46a6a933e8b2ed14cd3f05f9, 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.09s
     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
+ 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
   Compiling cfg-if v0.1.10
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 23.07s
+ 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.04s
     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
+ 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
   Compiling cfg-if v0.1.10
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 26.38s
+ 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]=058e03b755e3fef6f00ae0f0bce5ad77e8f7170c, 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.03s
     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
+ 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
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling void v1.0.2
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling nix v0.17.0
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 24.22s
+ 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.03s
     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
+ 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
   Compiling cfg-if v0.1.10
   Compiling void v1.0.2
   Compiling unicode-width v0.1.8
   Compiling libc v0.2.72
   Compiling nix v0.17.0
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 30.23s
+ 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]=18951ceed9a539ed48fb1a559067d7616aaca662, 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.09s
     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
+ 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
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling nix v0.17.0
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 23.03s
+ 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]=90357c277d7c619225bbc2fd3bcf575fb6de8673, 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.03s
     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
+ 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
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling void v1.0.2
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 25.79s
+ 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
+ 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
   Compiling void v1.0.2
   Compiling cfg-if v0.1.10
   Compiling unicode-width v0.1.8
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 24.67s
+ 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]=437b2168a6ec2c43672d6c7e0b41d6fe9490377b, 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.07s
     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
+ 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
   Compiling void v1.0.2
   Compiling cfg-if v0.1.10
   Compiling unicode-width v0.1.8
   Compiling libc v0.2.72
   Compiling serde v1.0.114
   Compiling bitflags v1.2.1
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 26.59s
+ 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
+ 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=
+ echo arm-unknown-linux-musleabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' 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
   Compiling cfg-if v0.1.10
   Compiling void v1.0.2
   Compiling unicode-width v0.1.8
   Compiling bitflags v1.2.1
   Compiling nix v0.17.0
   Compiling libc v0.2.72
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 24.03s
+ 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.05s
     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
+ 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
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling void v1.0.2
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 22.20s
+ 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
+ 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
   Compiling cfg-if v0.1.10
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling libc v0.2.72
   Compiling serde v1.0.114
   Compiling bitflags v1.2.1
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 27.09s
+ 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]=8fd2609d5a875d9e8068482f7bef0a98dfd62a49, 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.06s
     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
+ 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 ']'
+ grep -E '(android|solaris$)'
+ echo armv5te-unknown-linux-musleabi
+ cross build --target armv5te-unknown-linux-musleabi --release
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling void v1.0.2
   Compiling serde v1.0.114
   Compiling bitflags v1.2.1
   Compiling libc v0.2.72
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 24.21s
+ 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.08s
     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
+ 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
   Compiling winapi-x86_64-pc-windows-gnu v0.4.0
   Compiling winapi v0.3.9
   Compiling unicode-width v0.1.8
   Compiling lazy_static v1.4.0
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 20.80s
+ 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.05s
     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
+ 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=
+ echo x86_64-linux-android
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' x86_64-linux-android == riscv64gc-unknown-linux-gnu ']'
+ grep -E '(android|solaris$)'
+ echo x86_64-linux-android
+ DISABLE_TESTS=1
+ cross build --target x86_64-linux-android --release
   Compiling unicode-width v0.1.8
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.14s
+ 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
+ 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
   Compiling unicode-width v0.1.8
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 18.84s
+ 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
+ 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
   Compiling unicode-width v0.1.8
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.58s
+ 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
+ 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
   Compiling unicode-width v0.1.8
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.94s
+ 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
+ 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 ']'
+ echo arm-linux-androideabi
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target arm-linux-androideabi --release
   Compiling unicode-width v0.1.8
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.07s
+ 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
+ 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
   Compiling cfg-if v0.1.10
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling libc v0.2.72
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 23.72s
+ 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]=485341afc21fe052f28715a59fbd3c013109615f, 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
+ 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
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling void v1.0.2
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling nix v0.17.0
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 30.86s
+ 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]=5d8f1fb5708ffa9527cd63b4c41955cfe8bfbc5b, 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.04s
     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
+ 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=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo mipsel-unknown-linux-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
   Compiling cfg-if v0.1.10
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 26.08s
+ 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]=e3db523fd1c29346610e0786e282c54c4650366d, 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.10s
     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
+ 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
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.72
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling bitflags v1.2.1
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 25.11s
+ 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.03s
     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
+ 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=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo mips-unknown-linux-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
   Compiling cfg-if v0.1.10
   Compiling void v1.0.2
   Compiling unicode-width v0.1.8
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 24.47s
+ 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]=75f32272fffa98a031c9655e22a97bcbe21c673d, 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.03s
     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
+ 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 ']'
+ grep -E '(android|solaris$)'
+ echo mips-unknown-linux-musl
+ cross build --target mips-unknown-linux-musl --release
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling void v1.0.2
   Compiling bitflags v1.2.1
   Compiling libc v0.2.72
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 25.43s
+ 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.03s
     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
+ 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
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 27.09s
+ 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]=82ad212a80af6b3704c523e876d46f2ca61d7c24, 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.02s
     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
+ 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=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo powerpc-unknown-linux-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
   Compiling void v1.0.2
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 23.61s
+ 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]=55948e9b9509295eb8c523b2d4da965df28e454f, 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.04s
     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
+ 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=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo s390x-unknown-linux-gnu
+ '[' s390x-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ grep -E '(android|solaris$)'
+ echo s390x-unknown-linux-gnu
+ cross build --target s390x-unknown-linux-gnu --release
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling epoll v4.3.1
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 31.11s
+ 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]=8821e52bd46b669d729438a469a1bfb931fec637, 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
+ 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
   Compiling unicode-width v0.1.8
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.58s
+ 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
+ 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
   Compiling unicode-width v0.1.8
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.53s
+ 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
+ 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
   Compiling unicode-width v0.1.8
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.17s
+ 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
+ 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
deleting github release_id: 50057812
deleting gitea release_id: 347217
+ 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:
beta
{
  "url": "https://api.github.com/repos/moparisthebest/rusty-keys/releases/50179376",
  "assets_url": "https://api.github.com/repos/moparisthebest/rusty-keys/releases/50179376/assets",
  "upload_url": "https://uploads.github.com/repos/moparisthebest/rusty-keys/releases/50179376/assets{?name,label}",
  "html_url": "https://github.com/moparisthebest/rusty-keys/releases/tag/beta",
  "id": 50179376,
  "author": {
    "login": "moparisthebest",
    "id": 363760,
    "node_id": "MDQ6VXNlcjM2Mzc2MA==",
    "avatar_url": "https://avatars.githubusercontent.com/u/363760?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/moparisthebest",
    "html_url": "https://github.com/moparisthebest",
    "followers_url": "https://api.github.com/users/moparisthebest/followers",
    "following_url": "https://api.github.com/users/moparisthebest/following{/other_user}",
    "gists_url": "https://api.github.com/users/moparisthebest/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/moparisthebest/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/moparisthebest/subscriptions",
    "organizations_url": "https://api.github.com/users/moparisthebest/orgs",
    "repos_url": "https://api.github.com/users/moparisthebest/repos",
    "events_url": "https://api.github.com/users/moparisthebest/events{/privacy}",
    "received_events_url": "https://api.github.com/users/moparisthebest/received_events",
    "type": "User",
    "site_admin": false
  },
  "node_id": "RE_kwDOBhWEzs4C_a0w",
  "tag_name": "beta",
  "target_commitish": "master",
  "name": null,
  "draft": false,
  "prerelease": false,
  "created_at": "2021-09-24T03:29:56Z",
  "published_at": "2021-09-24T03:55:27Z",
  "assets": [

  ],
  "tarball_url": "https://api.github.com/repos/moparisthebest/rusty-keys/tarball/beta",
  "zipball_url": "https://api.github.com/repos/moparisthebest/rusty-keys/zipball/beta",
  "body": null
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501639","id":45501639,"node_id":"RA_kwDOBhWEzs4CtkzH","name":"sha256sum.txt","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"text/plain","state":"uploaded","size":3631,"download_count":0,"created_at":"2021-09-24T03:55:28Z","updated_at":"2021-09-24T03:55:28Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/sha256sum.txt"}{"id":347217,"tag_name":"beta","target_commitish":"","name":"","body":"","url":"https://code.moparisthebest.com/api/v1/repos/moparisthebest/rusty-keys/releases/347217","html_url":"https://code.moparisthebest.com/moparisthebest/rusty-keys/releases/tag/beta","tarball_url":"https://code.moparisthebest.com/moparisthebest/rusty-keys/archive/beta.tar.gz","zipball_url":"https://code.moparisthebest.com/moparisthebest/rusty-keys/archive/beta.zip","draft":false,"prerelease":false,"created_at":"2021-09-23T23:29:56-04:00","published_at":"2021-09-23T23:29:56-04:00","author":{"id":1,"login":"moparisthebest","full_name":"Travis Burtrum","email":"admin.code@moparisthebest.com","avatar_url":"https://code.moparisthebest.com/user/avatar/moparisthebest/-1","language":"en-US","is_admin":true,"last_login":"2021-09-03T07:48:05-04:00","created":"2018-07-01T22:04:44-04:00","username":"moparisthebest"},"assets":[]}uploading file to gitea release_id: 347217
{"id":2820,"name":"sha256sum.txt","size":3631,"download_count":0,"created_at":"2021-09-23T23:55:29-04:00","uuid":"34441874-12ee-44a0-81bb-0adc5033d963","browser_download_url":"https://code.moparisthebest.com/attachments/34441874-12ee-44a0-81bb-0adc5033d963"}+ ci-release-helper.sh standard_multi_release sha256sum.txt.asc text/plain
all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501640","id":45501640,"node_id":"RA_kwDOBhWEzs4CtkzI","name":"sha256sum.txt.asc","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"text/plain","state":"uploaded","size":3908,"download_count":0,"created_at":"2021-09-24T03:55:29Z","updated_at":"2021-09-24T03:55:29Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/sha256sum.txt.asc"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2821,"name":"sha256sum.txt.asc","size":3908,"download_count":0,"created_at":"2021-09-23T23:55:30-04:00","uuid":"7d17b209-b5af-47a1-b6c4-513ed2636a29","browser_download_url":"https://code.moparisthebest.com/attachments/7d17b209-b5af-47a1-b6c4-513ed2636a29"}+ 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:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501642","id":45501642,"node_id":"RA_kwDOBhWEzs4CtkzK","name":"keymap.toml","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3685,"download_count":0,"created_at":"2021-09-24T03:55:30Z","updated_at":"2021-09-24T03:55:31Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/keymap.toml"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2822,"name":"keymap.toml","size":3685,"download_count":0,"created_at":"2021-09-23T23:55:31-04:00","uuid":"0b6232b8-53d2-494e-ad4a-a2f8b83e3f38","browser_download_url":"https://code.moparisthebest.com/attachments/0b6232b8-53d2-494e-ad4a-a2f8b83e3f38"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501643","id":45501643,"node_id":"RA_kwDOBhWEzs4CtkzL","name":"rusty-keys-x86_64-unknown-linux-musl","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":714144,"download_count":0,"created_at":"2021-09-24T03:55:32Z","updated_at":"2021-09-24T03:55:32Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-x86_64-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2823,"name":"rusty-keys-x86_64-unknown-linux-musl","size":714144,"download_count":0,"created_at":"2021-09-23T23:55:32-04:00","uuid":"d4a0f441-1a4e-4be2-a32d-432ad4c31724","browser_download_url":"https://code.moparisthebest.com/attachments/d4a0f441-1a4e-4be2-a32d-432ad4c31724"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501644","id":45501644,"node_id":"RA_kwDOBhWEzs4CtkzM","name":"rusty-keys-x86_64-unknown-linux-gnu","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":694528,"download_count":0,"created_at":"2021-09-24T03:55:33Z","updated_at":"2021-09-24T03:55:34Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-x86_64-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2824,"name":"rusty-keys-x86_64-unknown-linux-gnu","size":694528,"download_count":0,"created_at":"2021-09-23T23:55:34-04:00","uuid":"aafe22a7-6a45-4dfc-897c-035b2ef92532","browser_download_url":"https://code.moparisthebest.com/attachments/aafe22a7-6a45-4dfc-897c-035b2ef92532"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501645","id":45501645,"node_id":"RA_kwDOBhWEzs4CtkzN","name":"rusty-keys-i686-unknown-linux-musl","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":725980,"download_count":0,"created_at":"2021-09-24T03:55:35Z","updated_at":"2021-09-24T03:55:35Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-i686-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2825,"name":"rusty-keys-i686-unknown-linux-musl","size":725980,"download_count":0,"created_at":"2021-09-23T23:55:36-04:00","uuid":"ec89d024-175c-40e6-ad41-2a48404982be","browser_download_url":"https://code.moparisthebest.com/attachments/ec89d024-175c-40e6-ad41-2a48404982be"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501646","id":45501646,"node_id":"RA_kwDOBhWEzs4CtkzO","name":"rusty-keys-i686-unknown-linux-gnu","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":714264,"download_count":0,"created_at":"2021-09-24T03:55:36Z","updated_at":"2021-09-24T03:55:37Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-i686-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2826,"name":"rusty-keys-i686-unknown-linux-gnu","size":714264,"download_count":0,"created_at":"2021-09-23T23:55:37-04:00","uuid":"bc9d5e51-ccd9-4ba9-b2a7-f72f040baaa1","browser_download_url":"https://code.moparisthebest.com/attachments/bc9d5e51-ccd9-4ba9-b2a7-f72f040baaa1"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501650","id":45501650,"node_id":"RA_kwDOBhWEzs4CtkzS","name":"rusty-keys-i586-unknown-linux-musl","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":721884,"download_count":0,"created_at":"2021-09-24T03:55:38Z","updated_at":"2021-09-24T03:55:39Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-i586-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2827,"name":"rusty-keys-i586-unknown-linux-musl","size":721884,"download_count":0,"created_at":"2021-09-23T23:55:39-04:00","uuid":"bc72f568-630d-42b9-869b-fd69e9d1430f","browser_download_url":"https://code.moparisthebest.com/attachments/bc72f568-630d-42b9-869b-fd69e9d1430f"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501651","id":45501651,"node_id":"RA_kwDOBhWEzs4CtkzT","name":"rusty-keys-i586-unknown-linux-gnu","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":714264,"download_count":0,"created_at":"2021-09-24T03:55:40Z","updated_at":"2021-09-24T03:55:40Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-i586-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2828,"name":"rusty-keys-i586-unknown-linux-gnu","size":714264,"download_count":0,"created_at":"2021-09-23T23:55:41-04:00","uuid":"31a91eca-a167-42ae-b098-80e8f2f4a5af","browser_download_url":"https://code.moparisthebest.com/attachments/31a91eca-a167-42ae-b098-80e8f2f4a5af"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501655","id":45501655,"node_id":"RA_kwDOBhWEzs4CtkzX","name":"rusty-keys-aarch64-unknown-linux-musl","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":4352176,"download_count":0,"created_at":"2021-09-24T03:55:41Z","updated_at":"2021-09-24T03:55:42Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-aarch64-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2829,"name":"rusty-keys-aarch64-unknown-linux-musl","size":4352176,"download_count":0,"created_at":"2021-09-23T23:55:42-04:00","uuid":"afd4b94b-3824-4259-acf6-35da6b44d9ec","browser_download_url":"https://code.moparisthebest.com/attachments/afd4b94b-3824-4259-acf6-35da6b44d9ec"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501656","id":45501656,"node_id":"RA_kwDOBhWEzs4CtkzY","name":"rusty-keys-aarch64-unknown-linux-gnu","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3839728,"download_count":0,"created_at":"2021-09-24T03:55:43Z","updated_at":"2021-09-24T03:55:44Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-aarch64-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2830,"name":"rusty-keys-aarch64-unknown-linux-gnu","size":3839728,"download_count":0,"created_at":"2021-09-23T23:55:44-04:00","uuid":"1dcfed49-3501-478c-a836-fc319dc228d9","browser_download_url":"https://code.moparisthebest.com/attachments/1dcfed49-3501-478c-a836-fc319dc228d9"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501657","id":45501657,"node_id":"RA_kwDOBhWEzs4CtkzZ","name":"rusty-keys-armv7-unknown-linux-gnueabihf","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3640824,"download_count":0,"created_at":"2021-09-24T03:55:45Z","updated_at":"2021-09-24T03:55:45Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-armv7-unknown-linux-gnueabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2831,"name":"rusty-keys-armv7-unknown-linux-gnueabihf","size":3640824,"download_count":0,"created_at":"2021-09-23T23:55:46-04:00","uuid":"ed4c9114-59a2-43cb-895b-06f3e5a3d8bf","browser_download_url":"https://code.moparisthebest.com/attachments/ed4c9114-59a2-43cb-895b-06f3e5a3d8bf"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501658","id":45501658,"node_id":"RA_kwDOBhWEzs4Ctkza","name":"rusty-keys-armv7-unknown-linux-musleabihf","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":4068988,"download_count":0,"created_at":"2021-09-24T03:55:47Z","updated_at":"2021-09-24T03:55:48Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-armv7-unknown-linux-musleabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2832,"name":"rusty-keys-armv7-unknown-linux-musleabihf","size":4068988,"download_count":0,"created_at":"2021-09-23T23:55:48-04:00","uuid":"de5172ab-118f-4f5d-b2bc-b525df742f20","browser_download_url":"https://code.moparisthebest.com/attachments/de5172ab-118f-4f5d-b2bc-b525df742f20"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501663","id":45501663,"node_id":"RA_kwDOBhWEzs4Ctkzf","name":"rusty-keys-arm-unknown-linux-gnueabi","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3684656,"download_count":0,"created_at":"2021-09-24T03:55:49Z","updated_at":"2021-09-24T03:55:49Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-arm-unknown-linux-gnueabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2833,"name":"rusty-keys-arm-unknown-linux-gnueabi","size":3684656,"download_count":0,"created_at":"2021-09-23T23:55:50-04:00","uuid":"fbb8f2bf-447c-442b-b91f-739703843f1f","browser_download_url":"https://code.moparisthebest.com/attachments/fbb8f2bf-447c-442b-b91f-739703843f1f"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501665","id":45501665,"node_id":"RA_kwDOBhWEzs4Ctkzh","name":"rusty-keys-arm-unknown-linux-gnueabihf","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3637944,"download_count":0,"created_at":"2021-09-24T03:55:51Z","updated_at":"2021-09-24T03:55:51Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-arm-unknown-linux-gnueabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2834,"name":"rusty-keys-arm-unknown-linux-gnueabihf","size":3637944,"download_count":0,"created_at":"2021-09-23T23:55:52-04:00","uuid":"3d9561d0-ffea-459f-9246-28d6b32551ba","browser_download_url":"https://code.moparisthebest.com/attachments/3d9561d0-ffea-459f-9246-28d6b32551ba"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501666","id":45501666,"node_id":"RA_kwDOBhWEzs4Ctkzi","name":"rusty-keys-arm-unknown-linux-musleabi","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":4100656,"download_count":0,"created_at":"2021-09-24T03:55:52Z","updated_at":"2021-09-24T03:55:53Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-arm-unknown-linux-musleabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2835,"name":"rusty-keys-arm-unknown-linux-musleabi","size":4100656,"download_count":0,"created_at":"2021-09-23T23:55:54-04:00","uuid":"0a279625-bd49-4eb0-97be-b54587fd0a00","browser_download_url":"https://code.moparisthebest.com/attachments/0a279625-bd49-4eb0-97be-b54587fd0a00"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501667","id":45501667,"node_id":"RA_kwDOBhWEzs4Ctkzj","name":"rusty-keys-arm-unknown-linux-musleabihf","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":4084468,"download_count":0,"created_at":"2021-09-24T03:55:54Z","updated_at":"2021-09-24T03:55:55Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-arm-unknown-linux-musleabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2836,"name":"rusty-keys-arm-unknown-linux-musleabihf","size":4084468,"download_count":0,"created_at":"2021-09-23T23:55:56-04:00","uuid":"c3717549-8a02-4596-be8e-9e6efd9a3cde","browser_download_url":"https://code.moparisthebest.com/attachments/c3717549-8a02-4596-be8e-9e6efd9a3cde"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501668","id":45501668,"node_id":"RA_kwDOBhWEzs4Ctkzk","name":"rusty-keys-armv5te-unknown-linux-gnueabi","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3711520,"download_count":0,"created_at":"2021-09-24T03:55:56Z","updated_at":"2021-09-24T03:55:57Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-armv5te-unknown-linux-gnueabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2837,"name":"rusty-keys-armv5te-unknown-linux-gnueabi","size":3711520,"download_count":0,"created_at":"2021-09-23T23:55:58-04:00","uuid":"37ed17ec-d506-4f32-bc8c-67a5c2c8ab31","browser_download_url":"https://code.moparisthebest.com/attachments/37ed17ec-d506-4f32-bc8c-67a5c2c8ab31"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501670","id":45501670,"node_id":"RA_kwDOBhWEzs4Ctkzm","name":"rusty-keys-armv5te-unknown-linux-musleabi","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":4123492,"download_count":0,"created_at":"2021-09-24T03:55:58Z","updated_at":"2021-09-24T03:55:59Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-armv5te-unknown-linux-musleabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2838,"name":"rusty-keys-armv5te-unknown-linux-musleabi","size":4123492,"download_count":0,"created_at":"2021-09-23T23:56:00-04:00","uuid":"96ec3130-30c0-4c50-851c-d4c0b28cea74","browser_download_url":"https://code.moparisthebest.com/attachments/96ec3130-30c0-4c50-851c-d4c0b28cea74"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501671","id":45501671,"node_id":"RA_kwDOBhWEzs4Ctkzn","name":"rusty-keys-x86_64-pc-windows-gnu.exe","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":1466368,"download_count":0,"created_at":"2021-09-24T03:56:00Z","updated_at":"2021-09-24T03:56:00Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-x86_64-pc-windows-gnu.exe"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2839,"name":"rusty-keys-x86_64-pc-windows-gnu.exe","size":1466368,"download_count":0,"created_at":"2021-09-23T23:56:01-04:00","uuid":"1e429eaf-419f-4f82-8b74-fcca9856928a","browser_download_url":"https://code.moparisthebest.com/attachments/1e429eaf-419f-4f82-8b74-fcca9856928a"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501672","id":45501672,"node_id":"RA_kwDOBhWEzs4Ctkzo","name":"rusty-keys-x86_64-linux-android","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":280800,"download_count":0,"created_at":"2021-09-24T03:56:02Z","updated_at":"2021-09-24T03:56:02Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-x86_64-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2840,"name":"rusty-keys-x86_64-linux-android","size":280800,"download_count":0,"created_at":"2021-09-23T23:56:02-04:00","uuid":"cc276959-7d20-45a6-bb2d-a50e11ff21f0","browser_download_url":"https://code.moparisthebest.com/attachments/cc276959-7d20-45a6-bb2d-a50e11ff21f0"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501673","id":45501673,"node_id":"RA_kwDOBhWEzs4Ctkzp","name":"rusty-keys-i686-linux-android","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":296456,"download_count":0,"created_at":"2021-09-24T03:56:03Z","updated_at":"2021-09-24T03:56:04Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-i686-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2841,"name":"rusty-keys-i686-linux-android","size":296456,"download_count":0,"created_at":"2021-09-23T23:56:04-04:00","uuid":"0a1f6f00-2a19-4041-8e0a-a5bf6388affc","browser_download_url":"https://code.moparisthebest.com/attachments/0a1f6f00-2a19-4041-8e0a-a5bf6388affc"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501674","id":45501674,"node_id":"RA_kwDOBhWEzs4Ctkzq","name":"rusty-keys-aarch64-linux-android","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3468192,"download_count":0,"created_at":"2021-09-24T03:56:05Z","updated_at":"2021-09-24T03:56:05Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-aarch64-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2842,"name":"rusty-keys-aarch64-linux-android","size":3468192,"download_count":0,"created_at":"2021-09-23T23:56:06-04:00","uuid":"94503a18-d467-4530-9b1b-cee071f67a40","browser_download_url":"https://code.moparisthebest.com/attachments/94503a18-d467-4530-9b1b-cee071f67a40"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501675","id":45501675,"node_id":"RA_kwDOBhWEzs4Ctkzr","name":"rusty-keys-armv7-linux-androideabi","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3057624,"download_count":0,"created_at":"2021-09-24T03:56:07Z","updated_at":"2021-09-24T03:56:07Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-armv7-linux-androideabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2843,"name":"rusty-keys-armv7-linux-androideabi","size":3057624,"download_count":0,"created_at":"2021-09-23T23:56:08-04:00","uuid":"b362ab44-4065-4539-b34c-8285c53db641","browser_download_url":"https://code.moparisthebest.com/attachments/b362ab44-4065-4539-b34c-8285c53db641"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501676","id":45501676,"node_id":"RA_kwDOBhWEzs4Ctkzs","name":"rusty-keys-arm-linux-androideabi","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3215044,"download_count":0,"created_at":"2021-09-24T03:56:08Z","updated_at":"2021-09-24T03:56:09Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-arm-linux-androideabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2844,"name":"rusty-keys-arm-linux-androideabi","size":3215044,"download_count":0,"created_at":"2021-09-23T23:56:10-04:00","uuid":"8ee60d28-7c85-4a9a-bd80-06a15af1fe16","browser_download_url":"https://code.moparisthebest.com/attachments/8ee60d28-7c85-4a9a-bd80-06a15af1fe16"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501679","id":45501679,"node_id":"RA_kwDOBhWEzs4Ctkzv","name":"rusty-keys-mips64el-unknown-linux-gnuabi64","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":4394208,"download_count":0,"created_at":"2021-09-24T03:56:10Z","updated_at":"2021-09-24T03:56:11Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-mips64el-unknown-linux-gnuabi64"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2845,"name":"rusty-keys-mips64el-unknown-linux-gnuabi64","size":4394208,"download_count":0,"created_at":"2021-09-23T23:56:12-04:00","uuid":"b29857f4-1ad7-4c58-871e-dba724e1f1f5","browser_download_url":"https://code.moparisthebest.com/attachments/b29857f4-1ad7-4c58-871e-dba724e1f1f5"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501680","id":45501680,"node_id":"RA_kwDOBhWEzs4Ctkzw","name":"rusty-keys-mips64-unknown-linux-gnuabi64","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":4380216,"download_count":0,"created_at":"2021-09-24T03:56:13Z","updated_at":"2021-09-24T03:56:13Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-mips64-unknown-linux-gnuabi64"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2846,"name":"rusty-keys-mips64-unknown-linux-gnuabi64","size":4380216,"download_count":0,"created_at":"2021-09-23T23:56:14-04:00","uuid":"172d3d61-f9e1-4db2-be7d-b5033e80120a","browser_download_url":"https://code.moparisthebest.com/attachments/172d3d61-f9e1-4db2-be7d-b5033e80120a"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501682","id":45501682,"node_id":"RA_kwDOBhWEzs4Ctkzy","name":"rusty-keys-mipsel-unknown-linux-gnu","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3851764,"download_count":0,"created_at":"2021-09-24T03:56:14Z","updated_at":"2021-09-24T03:56:15Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-mipsel-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2847,"name":"rusty-keys-mipsel-unknown-linux-gnu","size":3851764,"download_count":0,"created_at":"2021-09-23T23:56:16-04:00","uuid":"a021c0f1-fb26-4a94-87f6-5bd898fe1727","browser_download_url":"https://code.moparisthebest.com/attachments/a021c0f1-fb26-4a94-87f6-5bd898fe1727"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501683","id":45501683,"node_id":"RA_kwDOBhWEzs4Ctkzz","name":"rusty-keys-mipsel-unknown-linux-musl","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3905236,"download_count":0,"created_at":"2021-09-24T03:56:16Z","updated_at":"2021-09-24T03:56:17Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-mipsel-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2848,"name":"rusty-keys-mipsel-unknown-linux-musl","size":3905236,"download_count":0,"created_at":"2021-09-23T23:56:18-04:00","uuid":"a9cc6a8a-f093-42fb-b0e7-055d8b5f1253","browser_download_url":"https://code.moparisthebest.com/attachments/a9cc6a8a-f093-42fb-b0e7-055d8b5f1253"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501686","id":45501686,"node_id":"RA_kwDOBhWEzs4Ctkz2","name":"rusty-keys-mips-unknown-linux-gnu","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3848588,"download_count":0,"created_at":"2021-09-24T03:56:18Z","updated_at":"2021-09-24T03:56:19Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-mips-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2849,"name":"rusty-keys-mips-unknown-linux-gnu","size":3848588,"download_count":0,"created_at":"2021-09-23T23:56:20-04:00","uuid":"5a96ae3e-a0ab-4105-ba76-194be8972843","browser_download_url":"https://code.moparisthebest.com/attachments/5a96ae3e-a0ab-4105-ba76-194be8972843"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501687","id":45501687,"node_id":"RA_kwDOBhWEzs4Ctkz3","name":"rusty-keys-mips-unknown-linux-musl","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3901400,"download_count":0,"created_at":"2021-09-24T03:56:20Z","updated_at":"2021-09-24T03:56:21Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-mips-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2850,"name":"rusty-keys-mips-unknown-linux-musl","size":3901400,"download_count":0,"created_at":"2021-09-23T23:56:22-04:00","uuid":"90a7c373-1bd7-4e7d-8246-70c982ae918f","browser_download_url":"https://code.moparisthebest.com/attachments/90a7c373-1bd7-4e7d-8246-70c982ae918f"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501692","id":45501692,"node_id":"RA_kwDOBhWEzs4Ctkz8","name":"rusty-keys-powerpc64le-unknown-linux-gnu","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":4386928,"download_count":0,"created_at":"2021-09-24T03:56:22Z","updated_at":"2021-09-24T03:56:23Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-powerpc64le-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2851,"name":"rusty-keys-powerpc64le-unknown-linux-gnu","size":4386928,"download_count":0,"created_at":"2021-09-23T23:56:24-04:00","uuid":"7f88ad14-e96d-459f-b5e0-15d10d6809e1","browser_download_url":"https://code.moparisthebest.com/attachments/7f88ad14-e96d-459f-b5e0-15d10d6809e1"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501694","id":45501694,"node_id":"RA_kwDOBhWEzs4Ctkz-","name":"rusty-keys-powerpc-unknown-linux-gnu","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":4056736,"download_count":0,"created_at":"2021-09-24T03:56:24Z","updated_at":"2021-09-24T03:56:25Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-powerpc-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2852,"name":"rusty-keys-powerpc-unknown-linux-gnu","size":4056736,"download_count":0,"created_at":"2021-09-23T23:56:26-04:00","uuid":"8d1d3408-2fb0-40f6-bbb0-b8889c165b5e","browser_download_url":"https://code.moparisthebest.com/attachments/8d1d3408-2fb0-40f6-bbb0-b8889c165b5e"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501695","id":45501695,"node_id":"RA_kwDOBhWEzs4Ctkz_","name":"rusty-keys-s390x-unknown-linux-gnu","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":6534824,"download_count":0,"created_at":"2021-09-24T03:56:26Z","updated_at":"2021-09-24T03:56:27Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-s390x-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2853,"name":"rusty-keys-s390x-unknown-linux-gnu","size":6534824,"download_count":0,"created_at":"2021-09-23T23:56:28-04:00","uuid":"72a81459-9f40-441b-aedf-67bb1a53fca7","browser_download_url":"https://code.moparisthebest.com/attachments/72a81459-9f40-441b-aedf-67bb1a53fca7"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501697","id":45501697,"node_id":"RA_kwDOBhWEzs4Ctk0B","name":"rusty-keys-x86_64-sun-solaris","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":1090472,"download_count":0,"created_at":"2021-09-24T03:56:29Z","updated_at":"2021-09-24T03:56:29Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-x86_64-sun-solaris"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2854,"name":"rusty-keys-x86_64-sun-solaris","size":1090472,"download_count":0,"created_at":"2021-09-23T23:56:30-04:00","uuid":"89b77b9b-91cd-4d32-8893-e10c62f09dcd","browser_download_url":"https://code.moparisthebest.com/attachments/89b77b9b-91cd-4d32-8893-e10c62f09dcd"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501699","id":45501699,"node_id":"RA_kwDOBhWEzs4Ctk0D","name":"rusty-keys-sparcv9-sun-solaris","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":4808344,"download_count":0,"created_at":"2021-09-24T03:56:31Z","updated_at":"2021-09-24T03:56:32Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-sparcv9-sun-solaris"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2855,"name":"rusty-keys-sparcv9-sun-solaris","size":4808344,"download_count":0,"created_at":"2021-09-23T23:56:32-04:00","uuid":"2727cf9b-f2bd-44aa-a7b5-a0c5f418b536","browser_download_url":"https://code.moparisthebest.com/attachments/2727cf9b-f2bd-44aa-a7b5-a0c5f418b536"}all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 50179376
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/45501700","id":45501700,"node_id":"RA_kwDOBhWEzs4Ctk0E","name":"rusty-keys-x86_64-unknown-netbsd","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":281560,"download_count":0,"created_at":"2021-09-24T03:56:33Z","updated_at":"2021-09-24T03:56:33Z","browser_download_url":"https://github.com/moparisthebest/rusty-keys/releases/download/beta/rusty-keys-x86_64-unknown-netbsd"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347217
{"id":2856,"name":"rusty-keys-x86_64-unknown-netbsd","size":281560,"download_count":0,"created_at":"2021-09-23T23:56:34-04:00","uuid":"af4466ee-b50f-4e26-a61c-59df1926adb6","browser_download_url":"https://code.moparisthebest.com/attachments/af4466ee-b50f-4e26-a61c-59df1926adb6"}+ 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