Console Output

Skipping 7 KB.. Full Log
+ BUILD_UID=971
++ id -g
+ export BUILD_GID=971
+ BUILD_GID=971
+ build.sh .ci/build.sh
+ echo 'starting build for TARGET x86_64-unknown-linux-musl'
starting build for TARGET x86_64-unknown-linux-musl
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo x86_64-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' x86_64-unknown-linux-musl == riscv64gc-unknown-linux-gnu ']'
+ echo x86_64-unknown-linux-musl
+ grep -E '(android|solaris$)'
+ cross build --target x86_64-unknown-linux-musl --release
   Compiling proc-macro2 v1.0.29
   Compiling unicode-xid v0.2.2
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling syn v1.0.80
   Compiling autocfg v1.0.1
   Compiling serde_derive v1.0.130
   Compiling serde v1.0.130
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling getopts v0.2.21
   Compiling memoffset v0.6.4
   Compiling quote v1.0.10
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 31.88s
+ 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.05s
     Running `/target/x86_64-unknown-linux-musl/release/rusty-keys -h`
Usage: /target/x86_64-unknown-linux-musl/release/rusty-keys [options] [device_files...]

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

+ strip target/x86_64-unknown-linux-musl/release/rusty-keys
+ mkdir -p release
+ mv target/x86_64-unknown-linux-musl/release/rusty-keys release/rusty-keys-x86_64-unknown-linux-musl
+ '[' x86_64-unknown-linux-musl == x86_64-unknown-linux-musl ']'
+ cross build --target x86_64-unknown-linux-musl --release --no-default-features
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 2.50s
+ cross build --target x86_64-unknown-linux-musl --release --no-default-features --features epoll_inotify
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 3.08s
+ cross build --target x86_64-unknown-linux-musl --release --no-default-features --features toml_serde
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 3.87s
+ 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.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 20.02s
+ file target/x86_64-unknown-linux-gnu/release/rusty-keys
target/x86_64-unknown-linux-gnu/release/rusty-keys: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=ae0617e873234c069a2232acf3c413834167892e, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target x86_64-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/linux-runner x86_64 /target/x86_64-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/x86_64-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

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

+ strip target/x86_64-unknown-linux-gnu/release/rusty-keys
+ mkdir -p release
+ mv target/x86_64-unknown-linux-gnu/release/rusty-keys release/rusty-keys-x86_64-unknown-linux-gnu
+ '[' x86_64-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i686-unknown-linux-musl'
starting build for TARGET i686-unknown-linux-musl
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo i686-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' i686-unknown-linux-musl == riscv64gc-unknown-linux-gnu ']'
+ echo i686-unknown-linux-musl
+ grep -E '(android|solaris$)'
+ cross build --target i686-unknown-linux-musl --release
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling bitflags v1.2.1
   Compiling libc v0.2.103
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 17.45s
+ file target/i686-unknown-linux-musl/release/rusty-keys
target/i686-unknown-linux-musl/release/rusty-keys: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target i686-unknown-linux-musl --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/target/i686-unknown-linux-musl/release/rusty-keys -h`
Usage: /target/i686-unknown-linux-musl/release/rusty-keys [options] [device_files...]

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

+ strip target/i686-unknown-linux-musl/release/rusty-keys
+ mkdir -p release
+ mv target/i686-unknown-linux-musl/release/rusty-keys release/rusty-keys-i686-unknown-linux-musl
+ '[' i686-unknown-linux-musl == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i686-unknown-linux-gnu'
starting build for TARGET i686-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo i686-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' i686-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo i686-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target i686-unknown-linux-gnu --release
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling libc v0.2.103
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 18.38s
+ file target/i686-unknown-linux-gnu/release/rusty-keys
target/i686-unknown-linux-gnu/release/rusty-keys: ELF 32-bit LSB pie executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=606689e07de11facf19f71f0fd047de2a9650019, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target i686-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `/linux-runner i686 /target/i686-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/i686-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

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

+ strip target/i686-unknown-linux-gnu/release/rusty-keys
+ mkdir -p release
+ mv target/i686-unknown-linux-gnu/release/rusty-keys release/rusty-keys-i686-unknown-linux-gnu
+ '[' i686-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i586-unknown-linux-musl'
starting build for TARGET i586-unknown-linux-musl
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo i586-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' i586-unknown-linux-musl == riscv64gc-unknown-linux-gnu ']'
+ echo i586-unknown-linux-musl
+ grep -E '(android|solaris$)'
+ cross build --target i586-unknown-linux-musl --release
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling bitflags v1.2.1
   Compiling libc v0.2.103
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 20.51s
+ 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
+ '[' i586-unknown-linux-musl == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i586-unknown-linux-gnu'
starting build for TARGET i586-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo i586-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' i586-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo i586-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target i586-unknown-linux-gnu --release
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 17.19s
+ file target/i586-unknown-linux-gnu/release/rusty-keys
target/i586-unknown-linux-gnu/release/rusty-keys: ELF 32-bit LSB pie executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=b22442ec22f15361c7df8bcc5b729482ead08ff9, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target i586-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.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
+ '[' i586-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET aarch64-unknown-linux-musl'
starting build for TARGET aarch64-unknown-linux-musl
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo aarch64-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' aarch64-unknown-linux-musl == riscv64gc-unknown-linux-gnu ']'
+ echo aarch64-unknown-linux-musl
+ grep -E '(android|solaris$)'
+ cross build --target aarch64-unknown-linux-musl --release
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 25.07s
+ 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
+ '[' aarch64-unknown-linux-musl == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET aarch64-unknown-linux-gnu'
starting build for TARGET aarch64-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo aarch64-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' aarch64-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo aarch64-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target aarch64-unknown-linux-gnu --release
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 18.60s
+ file target/aarch64-unknown-linux-gnu/release/rusty-keys
target/aarch64-unknown-linux-gnu/release/rusty-keys: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=3908a4c36898a96679ad5a317e6343e76e74fad1, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target aarch64-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `/linux-runner aarch64 /target/aarch64-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/aarch64-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

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

+ strip target/aarch64-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/aarch64-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/aarch64-unknown-linux-gnu/release/rusty-keys release/rusty-keys-aarch64-unknown-linux-gnu
+ '[' aarch64-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv7-unknown-linux-gnueabihf'
starting build for TARGET armv7-unknown-linux-gnueabihf
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv7-unknown-linux-gnueabihf
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' armv7-unknown-linux-gnueabihf == riscv64gc-unknown-linux-gnu ']'
+ grep -E '(android|solaris$)'
+ echo armv7-unknown-linux-gnueabihf
+ cross build --target armv7-unknown-linux-gnueabihf --release
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 18.37s
+ file target/armv7-unknown-linux-gnueabihf/release/rusty-keys
target/armv7-unknown-linux-gnueabihf/release/rusty-keys: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=e18d6f9503cb2d4d1e99decd3104061ae5cf9b33, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target armv7-unknown-linux-gnueabihf --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.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
+ '[' armv7-unknown-linux-gnueabihf == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv7-unknown-linux-musleabihf'
starting build for TARGET armv7-unknown-linux-musleabihf
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv7-unknown-linux-musleabihf
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' armv7-unknown-linux-musleabihf == riscv64gc-unknown-linux-gnu ']'
+ echo armv7-unknown-linux-musleabihf
+ grep -E '(android|solaris$)'
+ cross build --target armv7-unknown-linux-musleabihf --release
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 17.85s
+ file target/armv7-unknown-linux-musleabihf/release/rusty-keys
target/armv7-unknown-linux-musleabihf/release/rusty-keys: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target armv7-unknown-linux-musleabihf --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `qemu-arm /target/armv7-unknown-linux-musleabihf/release/rusty-keys -h`
Usage: /target/armv7-unknown-linux-musleabihf/release/rusty-keys [options] [device_files...]

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

+ strip target/armv7-unknown-linux-musleabihf/release/rusty-keys
strip: Unable to recognise the format of the input file `target/armv7-unknown-linux-musleabihf/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/armv7-unknown-linux-musleabihf/release/rusty-keys release/rusty-keys-armv7-unknown-linux-musleabihf
+ '[' armv7-unknown-linux-musleabihf == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-gnueabi'
starting build for TARGET arm-unknown-linux-gnueabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo arm-unknown-linux-gnueabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' arm-unknown-linux-gnueabi == riscv64gc-unknown-linux-gnu ']'
+ echo arm-unknown-linux-gnueabi
+ grep -E '(android|solaris$)'
+ cross build --target arm-unknown-linux-gnueabi --release
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 17.47s
+ file target/arm-unknown-linux-gnueabi/release/rusty-keys
target/arm-unknown-linux-gnueabi/release/rusty-keys: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=d1a0f1bd353ac09d19bd4fe91e9117a728090c76, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target arm-unknown-linux-gnueabi --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `qemu-arm /target/arm-unknown-linux-gnueabi/release/rusty-keys -h`
Usage: /target/arm-unknown-linux-gnueabi/release/rusty-keys [options] [device_files...]

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

+ strip target/arm-unknown-linux-gnueabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-gnueabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-gnueabi/release/rusty-keys release/rusty-keys-arm-unknown-linux-gnueabi
+ '[' arm-unknown-linux-gnueabi == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-gnueabihf'
starting build for TARGET arm-unknown-linux-gnueabihf
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo arm-unknown-linux-gnueabihf
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' arm-unknown-linux-gnueabihf == riscv64gc-unknown-linux-gnu ']'
+ echo arm-unknown-linux-gnueabihf
+ grep -E '(android|solaris$)'
+ cross build --target arm-unknown-linux-gnueabihf --release
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling libc v0.2.103
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 20.10s
+ file target/arm-unknown-linux-gnueabihf/release/rusty-keys
target/arm-unknown-linux-gnueabihf/release/rusty-keys: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target arm-unknown-linux-gnueabihf --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `qemu-arm /target/arm-unknown-linux-gnueabihf/release/rusty-keys -h`
Usage: /target/arm-unknown-linux-gnueabihf/release/rusty-keys [options] [device_files...]

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

+ strip target/arm-unknown-linux-gnueabihf/release/rusty-keys
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-gnueabihf/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-gnueabihf/release/rusty-keys release/rusty-keys-arm-unknown-linux-gnueabihf
+ '[' arm-unknown-linux-gnueabihf == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-musleabi'
starting build for TARGET arm-unknown-linux-musleabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ 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 unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 17.94s
+ 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.03s
     Running `qemu-arm /target/arm-unknown-linux-musleabi/release/rusty-keys -h`
Usage: /target/arm-unknown-linux-musleabi/release/rusty-keys [options] [device_files...]

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

+ strip target/arm-unknown-linux-musleabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-musleabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-musleabi/release/rusty-keys release/rusty-keys-arm-unknown-linux-musleabi
+ '[' arm-unknown-linux-musleabi == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-musleabihf'
starting build for TARGET arm-unknown-linux-musleabihf
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo arm-unknown-linux-musleabihf
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' arm-unknown-linux-musleabihf == riscv64gc-unknown-linux-gnu ']'
+ echo arm-unknown-linux-musleabihf
+ grep -E '(android|solaris$)'
+ cross build --target arm-unknown-linux-musleabihf --release
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 18.08s
+ 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.04s
     Running `qemu-arm /target/arm-unknown-linux-musleabihf/release/rusty-keys -h`
Usage: /target/arm-unknown-linux-musleabihf/release/rusty-keys [options] [device_files...]

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

+ strip target/arm-unknown-linux-musleabihf/release/rusty-keys
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-musleabihf/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-musleabihf/release/rusty-keys release/rusty-keys-arm-unknown-linux-musleabihf
+ '[' arm-unknown-linux-musleabihf == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv5te-unknown-linux-gnueabi'
starting build for TARGET armv5te-unknown-linux-gnueabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv5te-unknown-linux-gnueabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' armv5te-unknown-linux-gnueabi == riscv64gc-unknown-linux-gnu ']'
+ echo armv5te-unknown-linux-gnueabi
+ grep -E '(android|solaris$)'
+ cross build --target armv5te-unknown-linux-gnueabi --release
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 18.54s
+ file target/armv5te-unknown-linux-gnueabi/release/rusty-keys
target/armv5te-unknown-linux-gnueabi/release/rusty-keys: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=eb8b9d5fb5b1a1e9ea4b2e2334831d4d8476bf2c, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target armv5te-unknown-linux-gnueabi --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `qemu-arm /target/armv5te-unknown-linux-gnueabi/release/rusty-keys -h`
Usage: /target/armv5te-unknown-linux-gnueabi/release/rusty-keys [options] [device_files...]

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

+ strip target/armv5te-unknown-linux-gnueabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/armv5te-unknown-linux-gnueabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/armv5te-unknown-linux-gnueabi/release/rusty-keys release/rusty-keys-armv5te-unknown-linux-gnueabi
+ '[' armv5te-unknown-linux-gnueabi == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv5te-unknown-linux-musleabi'
starting build for TARGET armv5te-unknown-linux-musleabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv5te-unknown-linux-musleabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' armv5te-unknown-linux-musleabi == riscv64gc-unknown-linux-gnu ']'
+ echo armv5te-unknown-linux-musleabi
+ grep -E '(android|solaris$)'
+ cross build --target armv5te-unknown-linux-musleabi --release
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling serde v1.0.130
   Compiling bitflags v1.2.1
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 21.26s
+ file target/armv5te-unknown-linux-musleabi/release/rusty-keys
target/armv5te-unknown-linux-musleabi/release/rusty-keys: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target armv5te-unknown-linux-musleabi --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `qemu-arm /target/armv5te-unknown-linux-musleabi/release/rusty-keys -h`
Usage: /target/armv5te-unknown-linux-musleabi/release/rusty-keys [options] [device_files...]

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

+ strip target/armv5te-unknown-linux-musleabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/armv5te-unknown-linux-musleabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/armv5te-unknown-linux-musleabi/release/rusty-keys release/rusty-keys-armv5te-unknown-linux-musleabi
+ '[' armv5te-unknown-linux-musleabi == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-pc-windows-gnu'
starting build for TARGET x86_64-pc-windows-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo x86_64-pc-windows-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ SUFFIX=.exe
+ '[' x86_64-pc-windows-gnu == riscv64gc-unknown-linux-gnu ']'
+ grep -E '(android|solaris$)'
+ echo x86_64-pc-windows-gnu
+ 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.9
   Compiling lazy_static v1.4.0
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.32s
+ 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.03s
     Running `wine /target/x86_64-pc-windows-gnu/release/rusty-keys.exe -h`
Usage: Z:\target\x86_64-pc-windows-gnu\release\rusty-keys.exe [options] [keymap.toml]

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

+ strip target/x86_64-pc-windows-gnu/release/rusty-keys.exe
+ mkdir -p release
+ mv target/x86_64-pc-windows-gnu/release/rusty-keys.exe release/rusty-keys-x86_64-pc-windows-gnu.exe
+ '[' x86_64-pc-windows-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-linux-android'
starting build for TARGET x86_64-linux-android
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo x86_64-linux-android
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' x86_64-linux-android == riscv64gc-unknown-linux-gnu ']'
+ echo x86_64-linux-android
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target x86_64-linux-android --release
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 14.29s
+ file target/x86_64-linux-android/release/rusty-keys
target/x86_64-linux-android/release/rusty-keys: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker64, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/x86_64-linux-android/release/rusty-keys
+ mkdir -p release
+ mv target/x86_64-linux-android/release/rusty-keys release/rusty-keys-x86_64-linux-android
+ '[' x86_64-linux-android == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i686-linux-android'
starting build for TARGET i686-linux-android
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo i686-linux-android
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' i686-linux-android == riscv64gc-unknown-linux-gnu ']'
+ echo i686-linux-android
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target i686-linux-android --release
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 14.32s
+ file target/i686-linux-android/release/rusty-keys
target/i686-linux-android/release/rusty-keys: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/i686-linux-android/release/rusty-keys
+ mkdir -p release
+ mv target/i686-linux-android/release/rusty-keys release/rusty-keys-i686-linux-android
+ '[' i686-linux-android == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET aarch64-linux-android'
starting build for TARGET aarch64-linux-android
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo aarch64-linux-android
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' aarch64-linux-android == riscv64gc-unknown-linux-gnu ']'
+ echo aarch64-linux-android
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target aarch64-linux-android --release
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 14.06s
+ file target/aarch64-linux-android/release/rusty-keys
target/aarch64-linux-android/release/rusty-keys: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker64, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/aarch64-linux-android/release/rusty-keys
strip: Unable to recognise the format of the input file `target/aarch64-linux-android/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/aarch64-linux-android/release/rusty-keys release/rusty-keys-aarch64-linux-android
+ '[' aarch64-linux-android == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv7-linux-androideabi'
starting build for TARGET armv7-linux-androideabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv7-linux-androideabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' armv7-linux-androideabi == riscv64gc-unknown-linux-gnu ']'
+ echo armv7-linux-androideabi
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target armv7-linux-androideabi --release
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.04s
+ file target/armv7-linux-androideabi/release/rusty-keys
target/armv7-linux-androideabi/release/rusty-keys: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/armv7-linux-androideabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/armv7-linux-androideabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/armv7-linux-androideabi/release/rusty-keys release/rusty-keys-armv7-linux-androideabi
+ '[' armv7-linux-androideabi == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-linux-androideabi'
starting build for TARGET arm-linux-androideabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo arm-linux-androideabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' arm-linux-androideabi == riscv64gc-unknown-linux-gnu ']'
+ echo arm-linux-androideabi
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target arm-linux-androideabi --release
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 13.87s
+ file target/arm-linux-androideabi/release/rusty-keys
target/arm-linux-androideabi/release/rusty-keys: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/arm-linux-androideabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/arm-linux-androideabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/arm-linux-androideabi/release/rusty-keys release/rusty-keys-arm-linux-androideabi
+ '[' arm-linux-androideabi == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips64el-unknown-linux-gnuabi64'
starting build for TARGET mips64el-unknown-linux-gnuabi64
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips64el-unknown-linux-gnuabi64
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mips64el-unknown-linux-gnuabi64 == riscv64gc-unknown-linux-gnu ']'
+ echo mips64el-unknown-linux-gnuabi64
+ grep -E '(android|solaris$)'
+ cross build --target mips64el-unknown-linux-gnuabi64 --release
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling serde v1.0.130
   Compiling bitflags v1.2.1
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 18.25s
+ file target/mips64el-unknown-linux-gnuabi64/release/rusty-keys
target/mips64el-unknown-linux-gnuabi64/release/rusty-keys: ELF 64-bit LSB pie executable, MIPS, MIPS64 rel2 version 1 (SYSV), dynamically linked, interpreter /lib64/ld.so.1, BuildID[sha1]=f7bf75458dff23f083e271a9b2a45f784e20af04, for GNU/Linux 3.2.0, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mips64el-unknown-linux-gnuabi64 --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.06s
     Running `/linux-runner mips64el /target/mips64el-unknown-linux-gnuabi64/release/rusty-keys -h`
Usage: /target/mips64el-unknown-linux-gnuabi64/release/rusty-keys [options] [device_files...]

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

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

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

+ strip target/mips64-unknown-linux-gnuabi64/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mips64-unknown-linux-gnuabi64/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mips64-unknown-linux-gnuabi64/release/rusty-keys release/rusty-keys-mips64-unknown-linux-gnuabi64
+ '[' mips64-unknown-linux-gnuabi64 == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mipsel-unknown-linux-gnu'
starting build for TARGET mipsel-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mipsel-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mipsel-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo mipsel-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target mipsel-unknown-linux-gnu --release
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 19.72s
+ file target/mipsel-unknown-linux-gnu/release/rusty-keys
target/mipsel-unknown-linux-gnu/release/rusty-keys: ELF 32-bit LSB pie executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, interpreter /lib/ld.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=fe57d9d0746059f2a862336d4b98004846d683a9, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mipsel-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `/linux-runner mipsel /target/mipsel-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/mipsel-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

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

+ strip target/mipsel-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mipsel-unknown-linux-gnu/release/rusty-keys release/rusty-keys-mipsel-unknown-linux-gnu
+ '[' mipsel-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mipsel-unknown-linux-musl'
starting build for TARGET mipsel-unknown-linux-musl
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo mipsel-unknown-linux-musl
+ '[' 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 cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling serde v1.0.130
   Compiling bitflags v1.2.1
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 20.64s
+ 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.05s
     Running `qemu-mipsel /target/mipsel-unknown-linux-musl/release/rusty-keys -h`
Usage: /target/mipsel-unknown-linux-musl/release/rusty-keys [options] [device_files...]

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

+ strip target/mipsel-unknown-linux-musl/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-musl/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mipsel-unknown-linux-musl/release/rusty-keys release/rusty-keys-mipsel-unknown-linux-musl
+ '[' mipsel-unknown-linux-musl == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips-unknown-linux-gnu'
starting build for TARGET mips-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mips-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo mips-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target mips-unknown-linux-gnu --release
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 24.36s
+ file target/mips-unknown-linux-gnu/release/rusty-keys
target/mips-unknown-linux-gnu/release/rusty-keys: ELF 32-bit MSB pie executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, interpreter /lib/ld.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=7c53161989a2018620456c7477f6d365545f2029, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mips-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/linux-runner mips /target/mips-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/mips-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

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

+ strip target/mips-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mips-unknown-linux-gnu/release/rusty-keys release/rusty-keys-mips-unknown-linux-gnu
+ '[' mips-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips-unknown-linux-musl'
starting build for TARGET mips-unknown-linux-musl
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo mips-unknown-linux-musl
+ '[' mips-unknown-linux-musl == riscv64gc-unknown-linux-gnu ']'
+ echo mips-unknown-linux-musl
+ grep -E '(android|solaris$)'
+ cross build --target mips-unknown-linux-musl --release
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 17.39s
+ file target/mips-unknown-linux-musl/release/rusty-keys
target/mips-unknown-linux-musl/release/rusty-keys: ELF 32-bit MSB pie executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-mips-sf.so.1, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mips-unknown-linux-musl --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `qemu-mips /target/mips-unknown-linux-musl/release/rusty-keys -h`
Usage: /target/mips-unknown-linux-musl/release/rusty-keys [options] [device_files...]

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

+ strip target/mips-unknown-linux-musl/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-musl/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mips-unknown-linux-musl/release/rusty-keys release/rusty-keys-mips-unknown-linux-musl
+ '[' mips-unknown-linux-musl == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET powerpc64le-unknown-linux-gnu'
starting build for TARGET powerpc64le-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo powerpc64le-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' powerpc64le-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo powerpc64le-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target powerpc64le-unknown-linux-gnu --release
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 20.97s
+ file target/powerpc64le-unknown-linux-gnu/release/rusty-keys
target/powerpc64le-unknown-linux-gnu/release/rusty-keys: ELF 64-bit LSB pie executable, 64-bit PowerPC or cisco 7500, OpenPOWER ELF V2 ABI, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=cf58abefbaa08b3ae74b7804f941ea71764c37f4, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target powerpc64le-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.05s
     Running `/linux-runner powerpc64le /target/powerpc64le-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/powerpc64le-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

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

+ strip target/powerpc64le-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/powerpc64le-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/powerpc64le-unknown-linux-gnu/release/rusty-keys release/rusty-keys-powerpc64le-unknown-linux-gnu
+ '[' powerpc64le-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET powerpc-unknown-linux-gnu'
starting build for TARGET powerpc-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo powerpc-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' powerpc-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo powerpc-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target powerpc-unknown-linux-gnu --release
   Compiling cfg-if v1.0.0
   Compiling unicode-width v0.1.9
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling epoll v4.3.1
   Compiling nix v0.22.2
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 18.02s
+ file target/powerpc-unknown-linux-gnu/release/rusty-keys
target/powerpc-unknown-linux-gnu/release/rusty-keys: ELF 32-bit MSB pie executable, PowerPC or cisco 4500, version 1 (SYSV), dynamically linked, interpreter /lib/ld.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=0bc3244f0a671e794435560afa0c9db70a8bb1f8, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target powerpc-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.11s
     Running `/linux-runner powerpc /target/powerpc-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/powerpc-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

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

+ strip target/powerpc-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/powerpc-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/powerpc-unknown-linux-gnu/release/rusty-keys release/rusty-keys-powerpc-unknown-linux-gnu
+ '[' powerpc-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET riscv64gc-unknown-linux-gnu'
starting build for TARGET riscv64gc-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo riscv64gc-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' riscv64gc-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo 'riscv64gc-unknown-linux-gnu is not yet supported by inotify, skipping build...'
riscv64gc-unknown-linux-gnu is not yet supported by inotify, skipping build...
+ exit 0
+ echo 'starting build for TARGET s390x-unknown-linux-gnu'
starting build for TARGET s390x-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo s390x-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' s390x-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ grep -E '(android|solaris$)'
+ echo s390x-unknown-linux-gnu
+ cross build --target s390x-unknown-linux-gnu --release
   Compiling unicode-width v0.1.9
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.103
   Compiling bitflags v1.2.1
   Compiling serde v1.0.130
   Compiling memoffset v0.6.4
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.5
   Compiling nix v0.22.2
   Compiling epoll v4.3.1
   Compiling inotify v0.9.5
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 19.29s
+ file target/s390x-unknown-linux-gnu/release/rusty-keys
target/s390x-unknown-linux-gnu/release/rusty-keys: ELF 64-bit MSB pie executable, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=f8224e7849499aa3665fbfa2a55e7a1a596c54c4, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/s390x-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/s390x-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/s390x-unknown-linux-gnu/release/rusty-keys release/rusty-keys-s390x-unknown-linux-gnu
+ '[' s390x-unknown-linux-gnu == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-sun-solaris'
starting build for TARGET x86_64-sun-solaris
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-sun-solaris
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' x86_64-sun-solaris == riscv64gc-unknown-linux-gnu ']'
+ echo x86_64-sun-solaris
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target x86_64-sun-solaris --release
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 14.26s
+ file target/x86_64-sun-solaris/release/rusty-keys
target/x86_64-sun-solaris/release/rusty-keys: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/amd64/ld.so.1, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/x86_64-sun-solaris/release/rusty-keys
+ mkdir -p release
+ mv target/x86_64-sun-solaris/release/rusty-keys release/rusty-keys-x86_64-sun-solaris
+ '[' x86_64-sun-solaris == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET sparcv9-sun-solaris'
starting build for TARGET sparcv9-sun-solaris
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo sparcv9-sun-solaris
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' sparcv9-sun-solaris == riscv64gc-unknown-linux-gnu ']'
+ echo sparcv9-sun-solaris
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target sparcv9-sun-solaris --release
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 13.31s
+ file target/sparcv9-sun-solaris/release/rusty-keys
target/sparcv9-sun-solaris/release/rusty-keys: ELF 64-bit MSB executable, SPARC V9, total store ordering, version 1 (SYSV), dynamically linked, interpreter /usr/lib/sparcv9/ld.so.1, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/sparcv9-sun-solaris/release/rusty-keys
strip: Unable to recognise the format of the input file `target/sparcv9-sun-solaris/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/sparcv9-sun-solaris/release/rusty-keys release/rusty-keys-sparcv9-sun-solaris
+ '[' sparcv9-sun-solaris == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-unknown-netbsd'
starting build for TARGET x86_64-unknown-netbsd
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-unknown-netbsd
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' x86_64-unknown-netbsd == riscv64gc-unknown-linux-gnu ']'
+ grep -E '(android|solaris$)'
+ echo x86_64-unknown-netbsd
+ cross build --target x86_64-unknown-netbsd --release
   Compiling unicode-width v0.1.9
   Compiling serde v1.0.130
   Compiling getopts v0.2.21
   Compiling toml v0.5.8
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 16.24s
+ file target/x86_64-unknown-netbsd/release/rusty-keys
target/x86_64-unknown-netbsd/release/rusty-keys: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /usr/libexec/ld.elf_so, for NetBSD 7.0, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/x86_64-unknown-netbsd/release/rusty-keys
+ mkdir -p release
+ mv target/x86_64-unknown-netbsd/release/rusty-keys release/rusty-keys-x86_64-unknown-netbsd
+ '[' x86_64-unknown-netbsd == x86_64-unknown-linux-musl ']'
+ echo 'build success!'
build success!
+ exit 0
+ '[' -e .ci/release.sh ']'
+ '[' -d release ']'
+ ci-release-helper.sh standard_pre_release
To https://github.com/moparisthebest/rusty-keys
   e6f4653..10096b2  master -> master
To https://github.com/moparisthebest/rusty-keys
 + e6f4653...10096b2 beta -> beta (forced update)
deleting github release_id: 55183109
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/56065017",
  "assets_url": "https://api.github.com/repos/moparisthebest/rusty-keys/releases/56065017/assets",
  "upload_url": "https://uploads.github.com/repos/moparisthebest/rusty-keys/releases/56065017/assets{?name,label}",
  "html_url": "https://github.com/moparisthebest/rusty-keys/releases/tag/beta",
  "id": 56065017,
  "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_kwDOBhWEzs4DV3v5",
  "tag_name": "beta",
  "target_commitish": "master",
  "name": null,
  "draft": false,
  "prerelease": false,
  "created_at": "2021-12-28T05:21:00Z",
  "published_at": "2021-12-28T05:37:08Z",
  "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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700613","id":52700613,"node_id":"RA_kwDOBhWEzs4DJCXF","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-12-28T05:37:08Z","updated_at":"2021-12-28T05:37:08Z","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-12-28T00:21:00-05:00","published_at":"2021-12-28T00:21:00-05: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-11-16T19:25:26-05:00","created":"2018-07-01T22:04:44-04:00","username":"moparisthebest"},"assets":[]}uploading file to gitea release_id: 347217
{"id":2975,"name":"sha256sum.txt","size":3631,"download_count":0,"created_at":"2021-12-28T00:37:09-05:00","uuid":"1dfc1935-177c-438e-8165-c555d59f790f","browser_download_url":"https://code.moparisthebest.com/attachments/1dfc1935-177c-438e-8165-c555d59f790f"}+ 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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700615","id":52700615,"node_id":"RA_kwDOBhWEzs4DJCXH","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-12-28T05:37:09Z","updated_at":"2021-12-28T05:37:10Z","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":2976,"name":"sha256sum.txt.asc","size":3908,"download_count":0,"created_at":"2021-12-28T00:37:10-05:00","uuid":"a3233d23-d865-4ddc-84d5-a63f5db939ab","browser_download_url":"https://code.moparisthebest.com/attachments/a3233d23-d865-4ddc-84d5-a63f5db939ab"}+ 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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700620","id":52700620,"node_id":"RA_kwDOBhWEzs4DJCXM","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-12-28T05:37:11Z","updated_at":"2021-12-28T05:37:11Z","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":2977,"name":"keymap.toml","size":3685,"download_count":0,"created_at":"2021-12-28T00:37:11-05:00","uuid":"51d7283f-3eed-4e5b-8991-b91db5b62f49","browser_download_url":"https://code.moparisthebest.com/attachments/51d7283f-3eed-4e5b-8991-b91db5b62f49"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700622","id":52700622,"node_id":"RA_kwDOBhWEzs4DJCXO","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-12-28T05:37:12Z","updated_at":"2021-12-28T05:37:13Z","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":2978,"name":"rusty-keys-x86_64-unknown-linux-musl","size":714144,"download_count":0,"created_at":"2021-12-28T00:37:13-05:00","uuid":"fef3772b-dfa6-4138-bfb6-88b58948a30b","browser_download_url":"https://code.moparisthebest.com/attachments/fef3772b-dfa6-4138-bfb6-88b58948a30b"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700629","id":52700629,"node_id":"RA_kwDOBhWEzs4DJCXV","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":690432,"download_count":0,"created_at":"2021-12-28T05:37:14Z","updated_at":"2021-12-28T05:37:14Z","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":2979,"name":"rusty-keys-x86_64-unknown-linux-gnu","size":690432,"download_count":0,"created_at":"2021-12-28T00:37:15-05:00","uuid":"f0df35c4-67d7-4217-9e24-15bf4febaeda","browser_download_url":"https://code.moparisthebest.com/attachments/f0df35c4-67d7-4217-9e24-15bf4febaeda"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700636","id":52700636,"node_id":"RA_kwDOBhWEzs4DJCXc","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-12-28T05:37:15Z","updated_at":"2021-12-28T05:37:16Z","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":2980,"name":"rusty-keys-i686-unknown-linux-musl","size":725980,"download_count":0,"created_at":"2021-12-28T00:37:16-05:00","uuid":"4888f0c3-26d7-43a0-8803-d112d11ac386","browser_download_url":"https://code.moparisthebest.com/attachments/4888f0c3-26d7-43a0-8803-d112d11ac386"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700638","id":52700638,"node_id":"RA_kwDOBhWEzs4DJCXe","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-12-28T05:37:17Z","updated_at":"2021-12-28T05:37:18Z","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":2981,"name":"rusty-keys-i686-unknown-linux-gnu","size":714264,"download_count":0,"created_at":"2021-12-28T00:37:18-05:00","uuid":"7b8cf9c4-cfe3-4253-b3fd-30042f268a8d","browser_download_url":"https://code.moparisthebest.com/attachments/7b8cf9c4-cfe3-4253-b3fd-30042f268a8d"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700647","id":52700647,"node_id":"RA_kwDOBhWEzs4DJCXn","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-12-28T05:37:19Z","updated_at":"2021-12-28T05:37:19Z","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":2982,"name":"rusty-keys-i586-unknown-linux-musl","size":721884,"download_count":0,"created_at":"2021-12-28T00:37:20-05:00","uuid":"16fcd855-d632-4880-99c5-37f439a581a2","browser_download_url":"https://code.moparisthebest.com/attachments/16fcd855-d632-4880-99c5-37f439a581a2"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700652","id":52700652,"node_id":"RA_kwDOBhWEzs4DJCXs","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":718360,"download_count":0,"created_at":"2021-12-28T05:37:20Z","updated_at":"2021-12-28T05:37:21Z","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":2983,"name":"rusty-keys-i586-unknown-linux-gnu","size":718360,"download_count":0,"created_at":"2021-12-28T00:37:21-05:00","uuid":"6c05db2e-275d-4fda-9c93-0ae0b0d6f338","browser_download_url":"https://code.moparisthebest.com/attachments/6c05db2e-275d-4fda-9c93-0ae0b0d6f338"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700654","id":52700654,"node_id":"RA_kwDOBhWEzs4DJCXu","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":4350392,"download_count":0,"created_at":"2021-12-28T05:37:22Z","updated_at":"2021-12-28T05:37:23Z","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":2984,"name":"rusty-keys-aarch64-unknown-linux-musl","size":4350392,"download_count":0,"created_at":"2021-12-28T00:37:23-05:00","uuid":"89d7e1cb-f556-4da2-9fbd-a41ad91e9f2a","browser_download_url":"https://code.moparisthebest.com/attachments/89d7e1cb-f556-4da2-9fbd-a41ad91e9f2a"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700657","id":52700657,"node_id":"RA_kwDOBhWEzs4DJCXx","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":3837640,"download_count":0,"created_at":"2021-12-28T05:37:24Z","updated_at":"2021-12-28T05:37:25Z","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":2985,"name":"rusty-keys-aarch64-unknown-linux-gnu","size":3837640,"download_count":0,"created_at":"2021-12-28T00:37:25-05:00","uuid":"31b2c8cb-3d6c-43f5-9473-41ca8e29fdce","browser_download_url":"https://code.moparisthebest.com/attachments/31b2c8cb-3d6c-43f5-9473-41ca8e29fdce"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700660","id":52700660,"node_id":"RA_kwDOBhWEzs4DJCX0","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":3638444,"download_count":0,"created_at":"2021-12-28T05:37:26Z","updated_at":"2021-12-28T05:37:27Z","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":2986,"name":"rusty-keys-armv7-unknown-linux-gnueabihf","size":3638444,"download_count":0,"created_at":"2021-12-28T00:37:28-05:00","uuid":"2fece168-3b93-4973-859c-c4d5d4c53424","browser_download_url":"https://code.moparisthebest.com/attachments/2fece168-3b93-4973-859c-c4d5d4c53424"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700661","id":52700661,"node_id":"RA_kwDOBhWEzs4DJCX1","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":4066592,"download_count":0,"created_at":"2021-12-28T05:37:28Z","updated_at":"2021-12-28T05:37:29Z","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":2987,"name":"rusty-keys-armv7-unknown-linux-musleabihf","size":4066592,"download_count":0,"created_at":"2021-12-28T00:37:30-05:00","uuid":"e271e66c-9214-4471-a919-2032fd25f197","browser_download_url":"https://code.moparisthebest.com/attachments/e271e66c-9214-4471-a919-2032fd25f197"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700669","id":52700669,"node_id":"RA_kwDOBhWEzs4DJCX9","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":3682848,"download_count":0,"created_at":"2021-12-28T05:37:30Z","updated_at":"2021-12-28T05:37:31Z","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":2988,"name":"rusty-keys-arm-unknown-linux-gnueabi","size":3682848,"download_count":0,"created_at":"2021-12-28T00:37:32-05:00","uuid":"62c5d3e1-c256-4602-91a8-a47a28a3f2a8","browser_download_url":"https://code.moparisthebest.com/attachments/62c5d3e1-c256-4602-91a8-a47a28a3f2a8"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700675","id":52700675,"node_id":"RA_kwDOBhWEzs4DJCYD","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":3636112,"download_count":0,"created_at":"2021-12-28T05:37:32Z","updated_at":"2021-12-28T05:37:33Z","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":2989,"name":"rusty-keys-arm-unknown-linux-gnueabihf","size":3636112,"download_count":0,"created_at":"2021-12-28T00:37:34-05:00","uuid":"e36e246c-51cb-41b8-b420-5e91a5cf784d","browser_download_url":"https://code.moparisthebest.com/attachments/e36e246c-51cb-41b8-b420-5e91a5cf784d"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700677","id":52700677,"node_id":"RA_kwDOBhWEzs4DJCYF","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":4097344,"download_count":0,"created_at":"2021-12-28T05:37:34Z","updated_at":"2021-12-28T05:37:35Z","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":2990,"name":"rusty-keys-arm-unknown-linux-musleabi","size":4097344,"download_count":0,"created_at":"2021-12-28T00:37:36-05:00","uuid":"51f16ebd-24c5-45f9-88c8-f67eeee27b88","browser_download_url":"https://code.moparisthebest.com/attachments/51f16ebd-24c5-45f9-88c8-f67eeee27b88"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700679","id":52700679,"node_id":"RA_kwDOBhWEzs4DJCYH","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":4085000,"download_count":0,"created_at":"2021-12-28T05:37:37Z","updated_at":"2021-12-28T05:37:37Z","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":2991,"name":"rusty-keys-arm-unknown-linux-musleabihf","size":4085000,"download_count":0,"created_at":"2021-12-28T00:37:38-05:00","uuid":"27dec83b-ca37-4b61-a801-3715aeaa0acc","browser_download_url":"https://code.moparisthebest.com/attachments/27dec83b-ca37-4b61-a801-3715aeaa0acc"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700681","id":52700681,"node_id":"RA_kwDOBhWEzs4DJCYJ","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":3709700,"download_count":0,"created_at":"2021-12-28T05:37:39Z","updated_at":"2021-12-28T05:37:40Z","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":2992,"name":"rusty-keys-armv5te-unknown-linux-gnueabi","size":3709700,"download_count":0,"created_at":"2021-12-28T00:37:40-05:00","uuid":"9169327c-4b24-458e-98f2-e5b07f60e8f6","browser_download_url":"https://code.moparisthebest.com/attachments/9169327c-4b24-458e-98f2-e5b07f60e8f6"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700682","id":52700682,"node_id":"RA_kwDOBhWEzs4DJCYK","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":4120908,"download_count":0,"created_at":"2021-12-28T05:37:41Z","updated_at":"2021-12-28T05:37:42Z","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":2993,"name":"rusty-keys-armv5te-unknown-linux-musleabi","size":4120908,"download_count":0,"created_at":"2021-12-28T00:37:42-05:00","uuid":"f17d9b73-ebf0-4a5f-a40e-d92dace8f474","browser_download_url":"https://code.moparisthebest.com/attachments/f17d9b73-ebf0-4a5f-a40e-d92dace8f474"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700683","id":52700683,"node_id":"RA_kwDOBhWEzs4DJCYL","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":1463808,"download_count":0,"created_at":"2021-12-28T05:37:43Z","updated_at":"2021-12-28T05:37:44Z","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":2994,"name":"rusty-keys-x86_64-pc-windows-gnu.exe","size":1463808,"download_count":0,"created_at":"2021-12-28T00:37:44-05:00","uuid":"6a835134-6457-49e4-ba6f-d2ff42f3047f","browser_download_url":"https://code.moparisthebest.com/attachments/6a835134-6457-49e4-ba6f-d2ff42f3047f"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700684","id":52700684,"node_id":"RA_kwDOBhWEzs4DJCYM","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-12-28T05:37:45Z","updated_at":"2021-12-28T05:37:45Z","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":2995,"name":"rusty-keys-x86_64-linux-android","size":280800,"download_count":0,"created_at":"2021-12-28T00:37:46-05:00","uuid":"78cb8f6f-57fd-4493-a2be-e5fa22a08fa2","browser_download_url":"https://code.moparisthebest.com/attachments/78cb8f6f-57fd-4493-a2be-e5fa22a08fa2"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700685","id":52700685,"node_id":"RA_kwDOBhWEzs4DJCYN","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-12-28T05:37:46Z","updated_at":"2021-12-28T05:37:47Z","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":2996,"name":"rusty-keys-i686-linux-android","size":296456,"download_count":0,"created_at":"2021-12-28T00:37:47-05:00","uuid":"a6b5c5e0-7fa6-442b-ba84-b13c30f93be6","browser_download_url":"https://code.moparisthebest.com/attachments/a6b5c5e0-7fa6-442b-ba84-b13c30f93be6"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700687","id":52700687,"node_id":"RA_kwDOBhWEzs4DJCYP","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":3468200,"download_count":0,"created_at":"2021-12-28T05:37:48Z","updated_at":"2021-12-28T05:37:49Z","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":2997,"name":"rusty-keys-aarch64-linux-android","size":3468200,"download_count":0,"created_at":"2021-12-28T00:37:49-05:00","uuid":"354928cc-0364-4017-8b30-23389c90da9d","browser_download_url":"https://code.moparisthebest.com/attachments/354928cc-0364-4017-8b30-23389c90da9d"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700689","id":52700689,"node_id":"RA_kwDOBhWEzs4DJCYR","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":3057620,"download_count":0,"created_at":"2021-12-28T05:37:50Z","updated_at":"2021-12-28T05:37:51Z","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":2998,"name":"rusty-keys-armv7-linux-androideabi","size":3057620,"download_count":0,"created_at":"2021-12-28T00:37:51-05:00","uuid":"57f31999-6e35-422b-a8c3-a0a6fb572dfb","browser_download_url":"https://code.moparisthebest.com/attachments/57f31999-6e35-422b-a8c3-a0a6fb572dfb"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700694","id":52700694,"node_id":"RA_kwDOBhWEzs4DJCYW","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-12-28T05:37:52Z","updated_at":"2021-12-28T05:37:53Z","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":2999,"name":"rusty-keys-arm-linux-androideabi","size":3215044,"download_count":0,"created_at":"2021-12-28T00:37:53-05:00","uuid":"bb5017cc-f5b3-4ead-aea0-ead449a96a51","browser_download_url":"https://code.moparisthebest.com/attachments/bb5017cc-f5b3-4ead-aea0-ead449a96a51"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700695","id":52700695,"node_id":"RA_kwDOBhWEzs4DJCYX","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":4392552,"download_count":0,"created_at":"2021-12-28T05:37:54Z","updated_at":"2021-12-28T05:37:55Z","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":3000,"name":"rusty-keys-mips64el-unknown-linux-gnuabi64","size":4392552,"download_count":0,"created_at":"2021-12-28T00:37:55-05:00","uuid":"a3a5d4d0-310f-45f1-ab44-216e8ac32e77","browser_download_url":"https://code.moparisthebest.com/attachments/a3a5d4d0-310f-45f1-ab44-216e8ac32e77"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700696","id":52700696,"node_id":"RA_kwDOBhWEzs4DJCYY","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":4378496,"download_count":0,"created_at":"2021-12-28T05:37:56Z","updated_at":"2021-12-28T05:37:57Z","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":3001,"name":"rusty-keys-mips64-unknown-linux-gnuabi64","size":4378496,"download_count":0,"created_at":"2021-12-28T00:37:57-05:00","uuid":"6689f8fb-caad-4409-821f-b64ac06d73ee","browser_download_url":"https://code.moparisthebest.com/attachments/6689f8fb-caad-4409-821f-b64ac06d73ee"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700697","id":52700697,"node_id":"RA_kwDOBhWEzs4DJCYZ","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":3849100,"download_count":0,"created_at":"2021-12-28T05:37:58Z","updated_at":"2021-12-28T05:37:59Z","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":3002,"name":"rusty-keys-mipsel-unknown-linux-gnu","size":3849100,"download_count":0,"created_at":"2021-12-28T00:37:59-05:00","uuid":"87f9ac31-add0-495e-8601-19f2f44db02c","browser_download_url":"https://code.moparisthebest.com/attachments/87f9ac31-add0-495e-8601-19f2f44db02c"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700698","id":52700698,"node_id":"RA_kwDOBhWEzs4DJCYa","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":3903588,"download_count":0,"created_at":"2021-12-28T05:38:00Z","updated_at":"2021-12-28T05:38:01Z","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":3003,"name":"rusty-keys-mipsel-unknown-linux-musl","size":3903588,"download_count":0,"created_at":"2021-12-28T00:38:01-05:00","uuid":"70a44c43-28f7-4d34-8e00-d3ddaebde566","browser_download_url":"https://code.moparisthebest.com/attachments/70a44c43-28f7-4d34-8e00-d3ddaebde566"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700699","id":52700699,"node_id":"RA_kwDOBhWEzs4DJCYb","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":3845916,"download_count":0,"created_at":"2021-12-28T05:38:02Z","updated_at":"2021-12-28T05:38:03Z","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":3004,"name":"rusty-keys-mips-unknown-linux-gnu","size":3845916,"download_count":0,"created_at":"2021-12-28T00:38:04-05:00","uuid":"f6b99bca-d246-4820-9836-e1bf267a1b3f","browser_download_url":"https://code.moparisthebest.com/attachments/f6b99bca-d246-4820-9836-e1bf267a1b3f"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700704","id":52700704,"node_id":"RA_kwDOBhWEzs4DJCYg","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":3903788,"download_count":0,"created_at":"2021-12-28T05:38:05Z","updated_at":"2021-12-28T05:38:06Z","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":3005,"name":"rusty-keys-mips-unknown-linux-musl","size":3903788,"download_count":0,"created_at":"2021-12-28T00:38:06-05:00","uuid":"a551c0b0-d6c9-4586-8b61-87f8418f21fd","browser_download_url":"https://code.moparisthebest.com/attachments/a551c0b0-d6c9-4586-8b61-87f8418f21fd"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700711","id":52700711,"node_id":"RA_kwDOBhWEzs4DJCYn","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":4386072,"download_count":0,"created_at":"2021-12-28T05:38:07Z","updated_at":"2021-12-28T05:38:08Z","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":3006,"name":"rusty-keys-powerpc64le-unknown-linux-gnu","size":4386072,"download_count":0,"created_at":"2021-12-28T00:38:09-05:00","uuid":"db77af4f-405b-440e-ac22-58b3fd860730","browser_download_url":"https://code.moparisthebest.com/attachments/db77af4f-405b-440e-ac22-58b3fd860730"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700717","id":52700717,"node_id":"RA_kwDOBhWEzs4DJCYt","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":4056196,"download_count":0,"created_at":"2021-12-28T05:38:09Z","updated_at":"2021-12-28T05:38:10Z","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":3007,"name":"rusty-keys-powerpc-unknown-linux-gnu","size":4056196,"download_count":0,"created_at":"2021-12-28T00:38:11-05:00","uuid":"22a1b4da-9489-4a3c-a309-d2f6d692798c","browser_download_url":"https://code.moparisthebest.com/attachments/22a1b4da-9489-4a3c-a309-d2f6d692798c"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700718","id":52700718,"node_id":"RA_kwDOBhWEzs4DJCYu","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":6541128,"download_count":0,"created_at":"2021-12-28T05:38:12Z","updated_at":"2021-12-28T05:38:13Z","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":3008,"name":"rusty-keys-s390x-unknown-linux-gnu","size":6541128,"download_count":0,"created_at":"2021-12-28T00:38:13-05:00","uuid":"c718a653-4e79-476a-bab9-32966ea4fff7","browser_download_url":"https://code.moparisthebest.com/attachments/c718a653-4e79-476a-bab9-32966ea4fff7"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700719","id":52700719,"node_id":"RA_kwDOBhWEzs4DJCYv","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-12-28T05:38:14Z","updated_at":"2021-12-28T05:38:15Z","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":3009,"name":"rusty-keys-x86_64-sun-solaris","size":1090472,"download_count":0,"created_at":"2021-12-28T00:38:15-05:00","uuid":"cc6e3333-90f9-4f24-b30f-2242f88b88d4","browser_download_url":"https://code.moparisthebest.com/attachments/cc6e3333-90f9-4f24-b30f-2242f88b88d4"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700720","id":52700720,"node_id":"RA_kwDOBhWEzs4DJCYw","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":4808352,"download_count":0,"created_at":"2021-12-28T05:38:16Z","updated_at":"2021-12-28T05:38:17Z","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":3010,"name":"rusty-keys-sparcv9-sun-solaris","size":4808352,"download_count":0,"created_at":"2021-12-28T00:38:17-05:00","uuid":"4ff2d46e-c014-4a8e-9701-eb1b8d3084a5","browser_download_url":"https://code.moparisthebest.com/attachments/4ff2d46e-c014-4a8e-9701-eb1b8d3084a5"}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: 56065017
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/52700731","id":52700731,"node_id":"RA_kwDOBhWEzs4DJCY7","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-12-28T05:38:18Z","updated_at":"2021-12-28T05:38:18Z","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":3011,"name":"rusty-keys-x86_64-unknown-netbsd","size":281560,"download_count":0,"created_at":"2021-12-28T00:38:19-05:00","uuid":"6e70f231-9e15-4988-9f01-2cc8e953fc95","browser_download_url":"https://code.moparisthebest.com/attachments/6e70f231-9e15-4988-9f01-2cc8e953fc95"}+ 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