Console Output

Skipping 39 KB.. Full Log
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.04s
     Running `qemu-arm /target/arm-unknown-linux-gnueabihf/release/rusty-keys -h`
Usage: /target/arm-unknown-linux-gnueabihf/release/rusty-keys [options] [device_files...]

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

+ strip target/arm-unknown-linux-gnueabihf/release/rusty-keys
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-gnueabihf/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-gnueabihf/release/rusty-keys release/rusty-keys-arm-unknown-linux-gnueabihf
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-musleabi'
starting build for TARGET arm-unknown-linux-musleabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo arm-unknown-linux-musleabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' arm-unknown-linux-musleabi == riscv64gc-unknown-linux-gnu ']'
+ echo arm-unknown-linux-musleabi
+ grep -E '(android|solaris$)'
+ cross build --target arm-unknown-linux-musleabi --release
Unable to find image 'rustembedded/cross:arm-unknown-linux-musleabi-0.2.1' locally
arm-unknown-linux-musleabi-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
11af0e3f0d5a: Already exists
031fd03ba34d: Already exists
c2cc7bb31e50: Already exists
c75e624a779e: Already exists
761c06f8efc1: Already exists
9b40f4fd4fe3: Already exists
adcb10893a85: Already exists
e34cc3493aa9: Already exists
383a8585e7c9: Already exists
1b2dc7eaaeb6: Pulling fs layer
b86c88fad763: Pulling fs layer
b86c88fad763: Download complete
1b2dc7eaaeb6: Pull complete
b86c88fad763: Pull complete
Digest: sha256:c397b2fe6d799f3412bcc03f6647de0a393e0d79af4ead6bdd9455425bc55c3d
Status: Image is up to date for rustembedded/cross:arm-unknown-linux-musleabi-0.2.1
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 47.14s
+ 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.10s
     Running `qemu-arm /target/arm-unknown-linux-musleabi/release/rusty-keys -h`
Usage: /target/arm-unknown-linux-musleabi/release/rusty-keys [options] [device_files...]

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

+ strip target/arm-unknown-linux-musleabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-musleabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-musleabi/release/rusty-keys release/rusty-keys-arm-unknown-linux-musleabi
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-musleabihf'
starting build for TARGET arm-unknown-linux-musleabihf
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo arm-unknown-linux-musleabihf
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' arm-unknown-linux-musleabihf == riscv64gc-unknown-linux-gnu ']'
+ echo arm-unknown-linux-musleabihf
+ grep -E '(android|solaris$)'
+ cross build --target arm-unknown-linux-musleabihf --release
Unable to find image 'rustembedded/cross:arm-unknown-linux-musleabihf-0.2.1' locally
arm-unknown-linux-musleabihf-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
f8b839e0ac06: Already exists
bcc32deffd79: Already exists
f158e98ae078: Already exists
dc7c49c76749: Already exists
030a0423c132: Already exists
e4f2759738ad: Already exists
858502ed08f8: Already exists
b666926e9291: Already exists
4631e3f1cd10: Already exists
d297fe8a4cd9: Pulling fs layer
019a8a2c9fb4: Pulling fs layer
019a8a2c9fb4: Download complete
d297fe8a4cd9: Pull complete
019a8a2c9fb4: Pull complete
Digest: sha256:3288b4192052e9e12c0dc0cd594159d1e30662a0f08a018e20ad01aafee71213
Status: Downloaded newer image for rustembedded/cross:arm-unknown-linux-musleabihf-0.2.1
   Compiling void v1.0.2
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling libc v0.2.72
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 39.22s
+ 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.06s
     Running `qemu-arm /target/arm-unknown-linux-musleabihf/release/rusty-keys -h`
Usage: /target/arm-unknown-linux-musleabihf/release/rusty-keys [options] [device_files...]

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

+ strip target/arm-unknown-linux-musleabihf/release/rusty-keys
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-musleabihf/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-musleabihf/release/rusty-keys release/rusty-keys-arm-unknown-linux-musleabihf
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv5te-unknown-linux-gnueabi'
starting build for TARGET armv5te-unknown-linux-gnueabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv5te-unknown-linux-gnueabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' armv5te-unknown-linux-gnueabi == riscv64gc-unknown-linux-gnu ']'
+ grep -E '(android|solaris$)'
+ echo armv5te-unknown-linux-gnueabi
+ cross build --target armv5te-unknown-linux-gnueabi --release
Unable to find image 'rustembedded/cross:armv5te-unknown-linux-gnueabi-0.2.1' locally
armv5te-unknown-linux-gnueabi-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
7bebc75e7aea: Already exists
e7b5f3293739: Already exists
0508113b904f: Already exists
e19f68e4867c: Already exists
2af7761ba622: Already exists
4d98e143720f: Already exists
84d5a157a917: Already exists
d2c8630e60b7: Pulling fs layer
d2c8630e60b7: Pull complete
Digest: sha256:3578244990fcd7ae1210be78c5669329bbc9ab3c963700fb2a31a1ba7e6fb183
Status: Image is up to date for rustembedded/cross:armv5te-unknown-linux-gnueabi-0.2.1
   Compiling void v1.0.2
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 46.79s
+ 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]=cc31f02e9444f0072ceee9a95abd19301489537f, 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.05s
     Running `qemu-arm /target/armv5te-unknown-linux-gnueabi/release/rusty-keys -h`
Usage: /target/armv5te-unknown-linux-gnueabi/release/rusty-keys [options] [device_files...]

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

+ strip target/armv5te-unknown-linux-gnueabi/release/rusty-keys
strip: Unable to recognise the format of the input file `target/armv5te-unknown-linux-gnueabi/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/armv5te-unknown-linux-gnueabi/release/rusty-keys release/rusty-keys-armv5te-unknown-linux-gnueabi
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv5te-unknown-linux-musleabi'
starting build for TARGET armv5te-unknown-linux-musleabi
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv5te-unknown-linux-musleabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' armv5te-unknown-linux-musleabi == riscv64gc-unknown-linux-gnu ']'
+ echo armv5te-unknown-linux-musleabi
+ grep -E '(android|solaris$)'
+ cross build --target armv5te-unknown-linux-musleabi --release
Unable to find image 'rustembedded/cross:armv5te-unknown-linux-musleabi-0.2.1' locally
armv5te-unknown-linux-musleabi-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
2391df8a0294: Already exists
a02293beb33f: Already exists
c2c52821d66b: Already exists
f1eaf350f0da: Already exists
84d5f34624f7: Already exists
812c1060656b: Already exists
ddacd62d4e16: Already exists
b18b28c2174e: Already exists
c1f9b056352e: Already exists
06a9a6003e2f: Pulling fs layer
3d24f50432c8: Pulling fs layer
3d24f50432c8: Download complete
06a9a6003e2f: Pull complete
3d24f50432c8: Pull complete
Digest: sha256:d9b3f6a3401b75b912d94b3c8da83dd807db5a873efa57448f9b939b8389624e
Status: Downloaded newer image for rustembedded/cross:armv5te-unknown-linux-musleabi-0.2.1
   Compiling void v1.0.2
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling nix v0.17.0
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 46.10s
+ 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.06s
     Running `qemu-arm /target/armv5te-unknown-linux-musleabi/release/rusty-keys -h`
Usage: /target/armv5te-unknown-linux-musleabi/release/rusty-keys [options] [device_files...]

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

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

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

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

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

+ strip target/mips64el-unknown-linux-gnuabi64/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mips64el-unknown-linux-gnuabi64/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mips64el-unknown-linux-gnuabi64/release/rusty-keys release/rusty-keys-mips64el-unknown-linux-gnuabi64
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips64-unknown-linux-gnuabi64'
starting build for TARGET mips64-unknown-linux-gnuabi64
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips64-unknown-linux-gnuabi64
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mips64-unknown-linux-gnuabi64 == riscv64gc-unknown-linux-gnu ']'
+ echo mips64-unknown-linux-gnuabi64
+ grep -E '(android|solaris$)'
+ cross build --target mips64-unknown-linux-gnuabi64 --release
Unable to find image 'rustembedded/cross:mips64-unknown-linux-gnuabi64-0.2.1' locally
mips64-unknown-linux-gnuabi64-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
aa9a445dd8c0: Already exists
9c814ad38763: Already exists
7b45b7e1677c: Already exists
b1613972303d: Already exists
eaecb4e0a1db: Already exists
1b949b53e5de: Already exists
3038fe6857b7: Already exists
02759934edb7: Pulling fs layer
02759934edb7: Pull complete
Digest: sha256:dfd27939ae4d097ef9d3afe42c945b1f1905b63821ebaafc5ec8a2b45af4e2bc
Status: Image is up to date for rustembedded/cross:mips64-unknown-linux-gnuabi64-0.2.1
   Compiling void v1.0.2
   Compiling cfg-if v0.1.10
   Compiling unicode-width v0.1.8
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 35.22s
+ 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]=33cfdc5bb1911cc1d5888974553cb87cef60db55, 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.06s
     Running `qemu-mips64 /target/mips64-unknown-linux-gnuabi64/release/rusty-keys -h`
Usage: /target/mips64-unknown-linux-gnuabi64/release/rusty-keys [options] [device_files...]

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

+ strip target/mips64-unknown-linux-gnuabi64/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mips64-unknown-linux-gnuabi64/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mips64-unknown-linux-gnuabi64/release/rusty-keys release/rusty-keys-mips64-unknown-linux-gnuabi64
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mipsel-unknown-linux-gnu'
starting build for TARGET mipsel-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mipsel-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mipsel-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ grep -E '(android|solaris$)'
+ echo mipsel-unknown-linux-gnu
+ cross build --target mipsel-unknown-linux-gnu --release
Unable to find image 'rustembedded/cross:mipsel-unknown-linux-gnu-0.2.1' locally
mipsel-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
8040f85713ad: Already exists
4f5828961006: Already exists
deb77dff31cc: Already exists
d46dbf6b2df6: Already exists
6a7676f1589b: Already exists
4ffe9cbe6f58: Already exists
99204f1faac0: Pulling fs layer
bc587cdb2348: Pulling fs layer
d77b6e996d7d: Pulling fs layer
13ab61e4af1b: Pulling fs layer
cc62a4c39cde: Pulling fs layer
9cfa4c59937b: Pulling fs layer
12d1467eb6f9: Pulling fs layer
62d4289405bf: Pulling fs layer
62d4289405bf: Download complete
bc587cdb2348: Download complete
d77b6e996d7d: Download complete
13ab61e4af1b: Download complete
cc62a4c39cde: Download complete
9cfa4c59937b: Download complete
12d1467eb6f9: Download complete
99204f1faac0: Pull complete
bc587cdb2348: Pull complete
d77b6e996d7d: Pull complete
13ab61e4af1b: Pull complete
cc62a4c39cde: Pull complete
9cfa4c59937b: Pull complete
12d1467eb6f9: Pull complete
62d4289405bf: Pull complete
Digest: sha256:813d3369019ce1d654275f0637818e74b8562f3bd66c8ed7c2919dbd4a8dd3b1
Status: Image is up to date for rustembedded/cross:mipsel-unknown-linux-gnu-0.2.1
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.72
   Compiling bitflags v1.2.1
   Compiling nix v0.17.0
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 34.27s
+ 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]=cb6929a183be1cd25edf4844266282514c543fab, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mipsel-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.04s
     Running `/linux-runner mipsel /target/mipsel-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/mipsel-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

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

+ strip target/mipsel-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mipsel-unknown-linux-gnu/release/rusty-keys release/rusty-keys-mipsel-unknown-linux-gnu
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mipsel-unknown-linux-musl'
starting build for TARGET mipsel-unknown-linux-musl
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mipsel-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mipsel-unknown-linux-musl == riscv64gc-unknown-linux-gnu ']'
+ echo mipsel-unknown-linux-musl
+ grep -E '(android|solaris$)'
+ cross build --target mipsel-unknown-linux-musl --release
Unable to find image 'rustembedded/cross:mipsel-unknown-linux-musl-0.2.1' locally
mipsel-unknown-linux-musl-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
adf4a47dd8bf: Already exists
809e75e4676f: Already exists
fe60fd859605: Already exists
059092eeffde: Already exists
e8b02642191f: Already exists
dff471837f4b: Already exists
12ea4eab47ed: Already exists
5ee6ada2a325: Pulling fs layer
bb48c2454d85: Pulling fs layer
b8b0ea291885: Pulling fs layer
1a312e6074ab: Pulling fs layer
1a312e6074ab: Download complete
b8b0ea291885: Download complete
bb48c2454d85: Download complete
5ee6ada2a325: Pull complete
bb48c2454d85: Pull complete
b8b0ea291885: Pull complete
1a312e6074ab: Pull complete
Digest: sha256:2b5ffc071315fb4dc15d9e23453f553da6d66f9627591bd089a9ad103f120384
Status: Image is up to date for rustembedded/cross:mipsel-unknown-linux-musl-0.2.1
   Compiling cfg-if v0.1.10
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling libc v0.2.72
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 34.49s
+ 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.10s
     Running `qemu-mipsel /target/mipsel-unknown-linux-musl/release/rusty-keys -h`
Usage: /target/mipsel-unknown-linux-musl/release/rusty-keys [options] [device_files...]

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

+ strip target/mipsel-unknown-linux-musl/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-musl/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mipsel-unknown-linux-musl/release/rusty-keys release/rusty-keys-mipsel-unknown-linux-musl
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips-unknown-linux-gnu'
starting build for TARGET mips-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mips-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo mips-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target mips-unknown-linux-gnu --release
Unable to find image 'rustembedded/cross:mips-unknown-linux-gnu-0.2.1' locally
mips-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
db945a63c556: Already exists
b04708158d4f: Already exists
cbeb2520272a: Already exists
f2edcc8b3ff3: Already exists
353c9cc5cb2d: Already exists
928312e5d912: Already exists
60351300051f: Pulling fs layer
806c617e0744: Pulling fs layer
ed4f1c588bb1: Pulling fs layer
d0a94772135b: Pulling fs layer
2af6051a3fcc: Pulling fs layer
7fda702f8715: Pulling fs layer
4b9a0d2cca7c: Pulling fs layer
ae5279fe5017: Pulling fs layer
ae5279fe5017: Download complete
d0a94772135b: Download complete
2af6051a3fcc: Download complete
ed4f1c588bb1: Download complete
7fda702f8715: Download complete
4b9a0d2cca7c: Download complete
806c617e0744: Download complete
60351300051f: Pull complete
806c617e0744: Pull complete
ed4f1c588bb1: Pull complete
d0a94772135b: Pull complete
2af6051a3fcc: Pull complete
7fda702f8715: Pull complete
4b9a0d2cca7c: Pull complete
ae5279fe5017: Pull complete
Digest: sha256:e1ac4d99d6b50e4e4e73e579819b4d01069f774f9e97fc6f13f55c689f6de49c
Status: Image is up to date for rustembedded/cross:mips-unknown-linux-gnu-0.2.1
   Compiling cfg-if v0.1.10
   Compiling void v1.0.2
   Compiling unicode-width v0.1.8
   Compiling bitflags v1.2.1
   Compiling libc v0.2.72
   Compiling nix v0.17.0
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 37.27s
+ 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]=fef7010c4f99e717313c65019c7faef5191a1dc3, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mips-unknown-linux-gnu --release --bin rusty-keys -- -h
    Finished release [optimized] target(s) in 0.03s
     Running `/linux-runner mips /target/mips-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/mips-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

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

+ strip target/mips-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mips-unknown-linux-gnu/release/rusty-keys release/rusty-keys-mips-unknown-linux-gnu
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET mips-unknown-linux-musl'
starting build for TARGET mips-unknown-linux-musl
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' mips-unknown-linux-musl == riscv64gc-unknown-linux-gnu ']'
+ echo mips-unknown-linux-musl
+ grep -E '(android|solaris$)'
+ cross build --target mips-unknown-linux-musl --release
Unable to find image 'rustembedded/cross:mips-unknown-linux-musl-0.2.1' locally
mips-unknown-linux-musl-0.2.1: Pulling from rustembedded/cross
d7c3167c320d: Already exists
131f805ec7fd: Already exists
322ed380e680: Already exists
6ac240b13098: Already exists
8a323b5a743e: Already exists
5604734a6980: Already exists
fa65f13522d2: Already exists
5ae500ec37f5: Already exists
9f4f2c64ae1b: Already exists
0e3b48ec49f7: Already exists
33bf99e5bd57: Already exists
a2899619fb6f: Pulling fs layer
a79b5c252e08: Pulling fs layer
7db0f570a1db: Pulling fs layer
2b9edadaa038: Pulling fs layer
2b9edadaa038: Download complete
a79b5c252e08: Download complete
7db0f570a1db: Download complete
a2899619fb6f: Pull complete
a79b5c252e08: Pull complete
7db0f570a1db: Pull complete
2b9edadaa038: Pull complete
Digest: sha256:7490c6addc2f787faa73f6284f91bb4ba0db4c0d4d705c6e86b959bb6f7a5df3
Status: Image is up to date for rustembedded/cross:mips-unknown-linux-musl-0.2.1
   Compiling void v1.0.2
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.72
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling bitflags v1.2.1
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 34.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.09s
     Running `qemu-mips /target/mips-unknown-linux-musl/release/rusty-keys -h`
Usage: /target/mips-unknown-linux-musl/release/rusty-keys [options] [device_files...]

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

+ strip target/mips-unknown-linux-musl/release/rusty-keys
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-musl/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/mips-unknown-linux-musl/release/rusty-keys release/rusty-keys-mips-unknown-linux-musl
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET powerpc64le-unknown-linux-gnu'
starting build for TARGET powerpc64le-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo powerpc64le-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' powerpc64le-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ grep -E '(android|solaris$)'
+ echo powerpc64le-unknown-linux-gnu
+ cross build --target powerpc64le-unknown-linux-gnu --release
Unable to find image 'rustembedded/cross:powerpc64le-unknown-linux-gnu-0.2.1' locally
powerpc64le-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
93397d17dc91: Already exists
b7fa0d575fa5: Already exists
b5935476e188: Already exists
290ea83fcd39: Already exists
a7ccdab30cef: Already exists
8d8bd36915dc: Already exists
e1ee30a4176a: Already exists
6b0eab5b03f1: Already exists
8b779fe51a12: Pulling fs layer
6afe9cec76e4: Pulling fs layer
f793791efd81: Pulling fs layer
ab356eaebd71: Pulling fs layer
335488777539: Pulling fs layer
78c7234a9faa: Pulling fs layer
78c7234a9faa: Download complete
6afe9cec76e4: Download complete
f793791efd81: Download complete
ab356eaebd71: Download complete
335488777539: Download complete
8b779fe51a12: Pull complete
6afe9cec76e4: Pull complete
f793791efd81: Pull complete
ab356eaebd71: Pull complete
335488777539: Pull complete
78c7234a9faa: Pull complete
Digest: sha256:a5e4bbca797a6e00ea65377b82384056ca07a7b334c578b168a1764299069fcd
Status: Image is up to date for rustembedded/cross:powerpc64le-unknown-linux-gnu-0.2.1
   Compiling void v1.0.2
   Compiling cfg-if v0.1.10
   Compiling unicode-width v0.1.8
   Compiling libc v0.2.72
   Compiling nix v0.17.0
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 35.76s
+ 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]=6de8afa5927db4e42f0cbf5793d56e614950a339, 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
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET powerpc-unknown-linux-gnu'
starting build for TARGET powerpc-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo powerpc-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' powerpc-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo powerpc-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target powerpc-unknown-linux-gnu --release
Unable to find image 'rustembedded/cross:powerpc-unknown-linux-gnu-0.2.1' locally
powerpc-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
e1a25f209399: Already exists
6107dc5023df: Already exists
1dca71e855a2: Already exists
e738b9dc8290: Already exists
7256d74c0895: Already exists
b118407f980a: Pulling fs layer
41a572e2befc: Pulling fs layer
abe414049b76: Pulling fs layer
50a3ddd8e1e3: Pulling fs layer
6da7cf764e44: Pulling fs layer
e92333bf4901: Pulling fs layer
97ce17d63f4c: Pulling fs layer
7c8f7c144539: Pulling fs layer
7bb90c26360b: Pulling fs layer
7bb90c26360b: Download complete
41a572e2befc: Download complete
abe414049b76: Download complete
50a3ddd8e1e3: Download complete
6da7cf764e44: Download complete
e92333bf4901: Download complete
97ce17d63f4c: Download complete
7c8f7c144539: Download complete
b118407f980a: Pull complete
41a572e2befc: Pull complete
abe414049b76: Pull complete
50a3ddd8e1e3: Pull complete
6da7cf764e44: Pull complete
e92333bf4901: Pull complete
97ce17d63f4c: Pull complete
7c8f7c144539: Pull complete
7bb90c26360b: Pull complete
Digest: sha256:265727901296630a8eda959f9ed04479db1a581a4ac35a7ee4be8d7ec5a73786
Status: Image is up to date for rustembedded/cross:powerpc-unknown-linux-gnu-0.2.1
   Compiling void v1.0.2
   Compiling unicode-width v0.1.8
   Compiling cfg-if v0.1.10
   Compiling bitflags v1.2.1
   Compiling nix v0.17.0
   Compiling libc v0.2.72
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 27.44s
+ 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]=8feed7dd1f49a3e41d9be4a9704dffd5b74b4a8a, 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.05s
     Running `/linux-runner powerpc /target/powerpc-unknown-linux-gnu/release/rusty-keys -h`
Usage: /target/powerpc-unknown-linux-gnu/release/rusty-keys [options] [device_files...]

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

+ strip target/powerpc-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/powerpc-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/powerpc-unknown-linux-gnu/release/rusty-keys release/rusty-keys-powerpc-unknown-linux-gnu
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET riscv64gc-unknown-linux-gnu'
starting build for TARGET riscv64gc-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo riscv64gc-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' riscv64gc-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo 'riscv64gc-unknown-linux-gnu is not yet supported by inotify, skipping build...'
riscv64gc-unknown-linux-gnu is not yet supported by inotify, skipping build...
+ exit 0
+ echo 'starting build for TARGET s390x-unknown-linux-gnu'
starting build for TARGET s390x-unknown-linux-gnu
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo s390x-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' s390x-unknown-linux-gnu == riscv64gc-unknown-linux-gnu ']'
+ echo s390x-unknown-linux-gnu
+ grep -E '(android|solaris$)'
+ cross build --target s390x-unknown-linux-gnu --release
Unable to find image 'rustembedded/cross:s390x-unknown-linux-gnu-0.2.1' locally
s390x-unknown-linux-gnu-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
a8218300f0ad: Pulling fs layer
d2970c8ad5ae: Pulling fs layer
ce8f93caa2df: Pulling fs layer
8715910007fb: Pulling fs layer
20caf1660d37: Pulling fs layer
f09360d348cc: Pulling fs layer
ad20a1607b31: Pulling fs layer
ad1023c1c836: Pulling fs layer
85af39bd06f6: Pulling fs layer
c0ecf0cd72bc: Pulling fs layer
c3d572726856: Pulling fs layer
3de15d786617: Pulling fs layer
6f5a72e24aca: Pulling fs layer
a675f7e12dcc: Pulling fs layer
f09360d348cc: Waiting
ad20a1607b31: Waiting
ad1023c1c836: Waiting
85af39bd06f6: Waiting
c0ecf0cd72bc: Waiting
c3d572726856: Waiting
3de15d786617: Waiting
6f5a72e24aca: Waiting
a675f7e12dcc: Waiting
8715910007fb: Waiting
20caf1660d37: Waiting
a8218300f0ad: Verifying Checksum
a8218300f0ad: Download complete
ce8f93caa2df: Verifying Checksum
ce8f93caa2df: Download complete
a8218300f0ad: Pull complete
8715910007fb: Verifying Checksum
8715910007fb: Download complete
20caf1660d37: Verifying Checksum
20caf1660d37: Download complete
ad20a1607b31: Verifying Checksum
ad20a1607b31: Download complete
f09360d348cc: Verifying Checksum
f09360d348cc: Download complete
ad1023c1c836: Verifying Checksum
ad1023c1c836: Download complete
c0ecf0cd72bc: Verifying Checksum
c0ecf0cd72bc: Download complete
d2970c8ad5ae: Verifying Checksum
d2970c8ad5ae: Download complete
c3d572726856: Download complete
85af39bd06f6: Verifying Checksum
85af39bd06f6: Download complete
3de15d786617: Verifying Checksum
3de15d786617: Download complete
a675f7e12dcc: Verifying Checksum
a675f7e12dcc: Download complete
6f5a72e24aca: Verifying Checksum
6f5a72e24aca: Download complete
d2970c8ad5ae: Pull complete
ce8f93caa2df: Pull complete
8715910007fb: Pull complete
20caf1660d37: Pull complete
f09360d348cc: Pull complete
ad20a1607b31: Pull complete
ad1023c1c836: Pull complete
85af39bd06f6: Pull complete
c0ecf0cd72bc: Pull complete
c3d572726856: Pull complete
3de15d786617: Pull complete
6f5a72e24aca: Pull complete
a675f7e12dcc: Pull complete
Digest: sha256:a231731a93492bda6b9db007237ff0c2a53f17795036f504d67b43b7aa87bf7d
Status: Image is up to date for rustembedded/cross:s390x-unknown-linux-gnu-0.2.1
   Compiling cfg-if v0.1.10
   Compiling unicode-width v0.1.8
   Compiling void v1.0.2
   Compiling bitflags v1.2.1
   Compiling serde v1.0.114
   Compiling nix v0.17.0
   Compiling libc v0.2.72
   Compiling getopts v0.2.21
   Compiling inotify-sys v0.1.3
   Compiling inotify v0.8.3
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 38.99s
+ 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]=5a2b16d5db709813e263cc53d106e4f0e6ac0506, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/s390x-unknown-linux-gnu/release/rusty-keys
strip: Unable to recognise the format of the input file `target/s390x-unknown-linux-gnu/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/s390x-unknown-linux-gnu/release/rusty-keys release/rusty-keys-s390x-unknown-linux-gnu
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-sun-solaris'
starting build for TARGET x86_64-sun-solaris
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-sun-solaris
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' x86_64-sun-solaris == riscv64gc-unknown-linux-gnu ']'
+ echo x86_64-sun-solaris
+ grep -E '(android|solaris$)'
+ DISABLE_TESTS=1
+ cross build --target x86_64-sun-solaris --release
Unable to find image 'rustembedded/cross:x86_64-sun-solaris-0.2.1' locally
x86_64-sun-solaris-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
a50c650c8ad9: Already exists
0d34eabb9420: Already exists
4647ab9f0034: Already exists
3a465184a531: Pulling fs layer
519ed32ab821: Pulling fs layer
ccb5c5eb4669: Pulling fs layer
9f1fff54d10f: Pulling fs layer
3c43118b453e: Pulling fs layer
3c43118b453e: Download complete
519ed32ab821: Download complete
ccb5c5eb4669: Download complete
9f1fff54d10f: Download complete
3a465184a531: Pull complete
519ed32ab821: Pull complete
ccb5c5eb4669: Pull complete
9f1fff54d10f: Pull complete
3c43118b453e: Pull complete
Digest: sha256:4d1a03c31e17ef9de89c4faec79261b7e523c40ec5bff2563f9c219aaa65ad2c
Status: Downloaded newer image for rustembedded/cross:x86_64-sun-solaris-0.2.1
   Compiling unicode-width v0.1.8
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 18.83s
+ file target/x86_64-sun-solaris/release/rusty-keys
target/x86_64-sun-solaris/release/rusty-keys: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/amd64/ld.so.1, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/x86_64-sun-solaris/release/rusty-keys
+ mkdir -p release
+ mv target/x86_64-sun-solaris/release/rusty-keys release/rusty-keys-x86_64-sun-solaris
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET sparcv9-sun-solaris'
starting build for TARGET sparcv9-sun-solaris
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=1
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo sparcv9-sun-solaris
+ '[' sparcv9-sun-solaris == riscv64gc-unknown-linux-gnu ']'
+ grep -E '(android|solaris$)'
+ echo sparcv9-sun-solaris
+ DISABLE_TESTS=1
+ cross build --target sparcv9-sun-solaris --release
Unable to find image 'rustembedded/cross:sparcv9-sun-solaris-0.2.1' locally
sparcv9-sun-solaris-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
c94d552bc325: Already exists
334241450989: Pulling fs layer
1566cd21c275: Pulling fs layer
fbcbf24cd10a: Pulling fs layer
40faefb929c7: Pulling fs layer
ade488c90781: Pulling fs layer
411209a89920: Pulling fs layer
ac52c98c2dd0: Pulling fs layer
1566cd21c275: Download complete
fbcbf24cd10a: Download complete
40faefb929c7: Download complete
411209a89920: Download complete
ade488c90781: Verifying Checksum
ade488c90781: Download complete
ac52c98c2dd0: Verifying Checksum
ac52c98c2dd0: Download complete
334241450989: Pull complete
1566cd21c275: Pull complete
fbcbf24cd10a: Pull complete
40faefb929c7: Pull complete
ade488c90781: Pull complete
411209a89920: Pull complete
ac52c98c2dd0: Pull complete
Digest: sha256:baeb0815fb77b5329133046bc2cfd5536cf1c0f9b630563411ab4a0a40ed704f
Status: Image is up to date for rustembedded/cross:sparcv9-sun-solaris-0.2.1
   Compiling unicode-width v0.1.8
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 18.26s
+ file target/sparcv9-sun-solaris/release/rusty-keys
target/sparcv9-sun-solaris/release/rusty-keys: ELF 64-bit MSB executable, SPARC V9, total store ordering, version 1 (SYSV), dynamically linked, interpreter /usr/lib/sparcv9/ld.so.1, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/sparcv9-sun-solaris/release/rusty-keys
strip: Unable to recognise the format of the input file `target/sparcv9-sun-solaris/release/rusty-keys'
+ true
+ mkdir -p release
+ mv target/sparcv9-sun-solaris/release/rusty-keys release/rusty-keys-sparcv9-sun-solaris
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-unknown-netbsd'
starting build for TARGET x86_64-unknown-netbsd
+ export CRATE_NAME=rusty-keys
+ CRATE_NAME=rusty-keys
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-unknown-netbsd
+ grep -E '^x86_64-pc-windows-gnu$'
+ '[' x86_64-unknown-netbsd == riscv64gc-unknown-linux-gnu ']'
+ echo x86_64-unknown-netbsd
+ grep -E '(android|solaris$)'
+ cross build --target x86_64-unknown-netbsd --release
Unable to find image 'rustembedded/cross:x86_64-unknown-netbsd-0.2.1' locally
x86_64-unknown-netbsd-0.2.1: Pulling from rustembedded/cross
b5e173e44934: Already exists
29047100b040: Already exists
15743a713c2a: Already exists
4b6bc9e29877: Already exists
5a8818f38bf2: Already exists
2be12f463f5e: Pulling fs layer
57612c9a303f: Pulling fs layer
aa6f04f1aea9: Pulling fs layer
8560820a4800: Pulling fs layer
ccdb6870467e: Pulling fs layer
57612c9a303f: Download complete
8560820a4800: Download complete
773ecf159581: Pulling fs layer
a48b406785f7: Pulling fs layer
ccdb6870467e: Download complete
773ecf159581: Download complete
a48b406785f7: Verifying Checksum
a48b406785f7: Download complete
2be12f463f5e: Pull complete
aa6f04f1aea9: Verifying Checksum
aa6f04f1aea9: Download complete
57612c9a303f: Pull complete
aa6f04f1aea9: Pull complete
8560820a4800: Pull complete
ccdb6870467e: Pull complete
773ecf159581: Pull complete
a48b406785f7: Pull complete
Digest: sha256:a0866fd1ed428dca4d5d96799ce870fad8ae14f10df1b0532fe2138d05040f26
Status: Downloaded newer image for rustembedded/cross:x86_64-unknown-netbsd-0.2.1
   Compiling unicode-width v0.1.8
   Compiling serde v1.0.114
   Compiling getopts v0.2.21
   Compiling toml v0.5.6
   Compiling rusty-keys v0.0.3 (/project)
    Finished release [optimized] target(s) in 20.31s
+ file target/x86_64-unknown-netbsd/release/rusty-keys
target/x86_64-unknown-netbsd/release/rusty-keys: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /usr/libexec/ld.elf_so, for NetBSD 7.0, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/x86_64-unknown-netbsd/release/rusty-keys
+ mkdir -p release
+ mv target/x86_64-unknown-netbsd/release/rusty-keys release/rusty-keys-x86_64-unknown-netbsd
+ echo 'build success!'
build success!
+ exit 0
+ '[' -e .ci/release.sh ']'
+ '[' -d release ']'
+ ci-release-helper.sh standard_pre_release
Everything up-to-date
Everything up-to-date
deleting github release_id: 41331689
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/43403521",
  "assets_url": "https://api.github.com/repos/moparisthebest/rusty-keys/releases/43403521/assets",
  "upload_url": "https://uploads.github.com/repos/moparisthebest/rusty-keys/releases/43403521/assets{?name,label}",
  "html_url": "https://github.com/moparisthebest/rusty-keys/releases/tag/beta",
  "id": 43403521,
  "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": "MDc6UmVsZWFzZTQzNDAzNTIx",
  "tag_name": "beta",
  "target_commitish": "master",
  "name": null,
  "draft": false,
  "prerelease": false,
  "created_at": "2021-04-03T21:15:38Z",
  "published_at": "2021-05-22T04:53:00Z",
  "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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327271","id":37327271,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3Mjcx","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-05-22T04:53:01Z","updated_at":"2021-05-22T04:53:01Z","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-03-02T23:57:26-05:00","published_at":"2021-03-02T23:57:26-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-05-12T01:04:07-04:00","created":"2018-07-01T22:04:44-04:00","username":"moparisthebest"},"assets":[]}uploading file to gitea release_id: 347217
{"id":2283,"name":"sha256sum.txt","size":3631,"download_count":0,"created_at":"2021-05-22T00:53:01-04:00","uuid":"3ecd2dcb-eab5-43a9-834c-84248ecbf92f","browser_download_url":"https://code.moparisthebest.com/attachments/3ecd2dcb-eab5-43a9-834c-84248ecbf92f"}+ 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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327273","id":37327273,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3Mjcz","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-05-22T04:53:02Z","updated_at":"2021-05-22T04:53:02Z","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":2285,"name":"sha256sum.txt.asc","size":3908,"download_count":0,"created_at":"2021-05-22T00:53:02-04:00","uuid":"486ecd41-e7a8-4bfc-b06a-f28633f3aab8","browser_download_url":"https://code.moparisthebest.com/attachments/486ecd41-e7a8-4bfc-b06a-f28633f3aab8"}+ 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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327276","id":37327276,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3Mjc2","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-05-22T04:53:03Z","updated_at":"2021-05-22T04:53:03Z","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":2286,"name":"keymap.toml","size":3685,"download_count":0,"created_at":"2021-05-22T00:53:04-04:00","uuid":"3c059785-0d3a-4072-86ad-f3fb7baea93f","browser_download_url":"https://code.moparisthebest.com/attachments/3c059785-0d3a-4072-86ad-f3fb7baea93f"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327281","id":37327281,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3Mjgx","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":742864,"download_count":0,"created_at":"2021-05-22T04:53:05Z","updated_at":"2021-05-22T04:53:06Z","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":2288,"name":"rusty-keys-x86_64-unknown-linux-musl","size":742864,"download_count":0,"created_at":"2021-05-22T00:53:06-04:00","uuid":"78f4df9b-55d1-42b6-9400-ab8b874e28c7","browser_download_url":"https://code.moparisthebest.com/attachments/78f4df9b-55d1-42b6-9400-ab8b874e28c7"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327283","id":37327283,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3Mjgz","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":719128,"download_count":0,"created_at":"2021-05-22T04:53:07Z","updated_at":"2021-05-22T04:53:07Z","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":2290,"name":"rusty-keys-x86_64-unknown-linux-gnu","size":719128,"download_count":0,"created_at":"2021-05-22T00:53:08-04:00","uuid":"13328f7d-2908-4f74-b449-6cd301a1a21c","browser_download_url":"https://code.moparisthebest.com/attachments/13328f7d-2908-4f74-b449-6cd301a1a21c"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327285","id":37327285,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3Mjg1","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":754660,"download_count":0,"created_at":"2021-05-22T04:53:08Z","updated_at":"2021-05-22T04:53:09Z","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":2292,"name":"rusty-keys-i686-unknown-linux-musl","size":754660,"download_count":0,"created_at":"2021-05-22T00:53:09-04:00","uuid":"ed98e83f-cea6-4718-bab6-77b6912ee5aa","browser_download_url":"https://code.moparisthebest.com/attachments/ed98e83f-cea6-4718-bab6-77b6912ee5aa"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327287","id":37327287,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3Mjg3","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":742948,"download_count":0,"created_at":"2021-05-22T04:53:11Z","updated_at":"2021-05-22T04:53:11Z","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":2294,"name":"rusty-keys-i686-unknown-linux-gnu","size":742948,"download_count":0,"created_at":"2021-05-22T00:53:11-04:00","uuid":"29c2bbac-d647-47fb-8aed-058c1e1c4547","browser_download_url":"https://code.moparisthebest.com/attachments/29c2bbac-d647-47fb-8aed-058c1e1c4547"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327289","id":37327289,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3Mjg5","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":746468,"download_count":0,"created_at":"2021-05-22T04:53:12Z","updated_at":"2021-05-22T04:53:13Z","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":2296,"name":"rusty-keys-i586-unknown-linux-musl","size":746468,"download_count":0,"created_at":"2021-05-22T00:53:13-04:00","uuid":"697f71a9-fa6d-494f-a980-5fe3ac012477","browser_download_url":"https://code.moparisthebest.com/attachments/697f71a9-fa6d-494f-a980-5fe3ac012477"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327291","id":37327291,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3Mjkx","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":742948,"download_count":0,"created_at":"2021-05-22T04:53:14Z","updated_at":"2021-05-22T04:53:14Z","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":2298,"name":"rusty-keys-i586-unknown-linux-gnu","size":742948,"download_count":0,"created_at":"2021-05-22T00:53:15-04:00","uuid":"f6db7a62-45bc-4ee3-8d99-6e7eb8613b2c","browser_download_url":"https://code.moparisthebest.com/attachments/f6db7a62-45bc-4ee3-8d99-6e7eb8613b2c"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327293","id":37327293,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3Mjkz","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":4398664,"download_count":0,"created_at":"2021-05-22T04:53:15Z","updated_at":"2021-05-22T04:53:17Z","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":2300,"name":"rusty-keys-aarch64-unknown-linux-musl","size":4398664,"download_count":0,"created_at":"2021-05-22T00:53:17-04:00","uuid":"d86b1d63-710e-495c-8045-b837d049dfd0","browser_download_url":"https://code.moparisthebest.com/attachments/d86b1d63-710e-495c-8045-b837d049dfd0"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327295","id":37327295,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3Mjk1","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":3880384,"download_count":0,"created_at":"2021-05-22T04:53:18Z","updated_at":"2021-05-22T04:53:19Z","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":2302,"name":"rusty-keys-aarch64-unknown-linux-gnu","size":3880384,"download_count":0,"created_at":"2021-05-22T00:53:19-04:00","uuid":"29974f3f-fa01-43c5-a625-1005e9d391bf","browser_download_url":"https://code.moparisthebest.com/attachments/29974f3f-fa01-43c5-a625-1005e9d391bf"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327298","id":37327298,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3Mjk4","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":3679948,"download_count":0,"created_at":"2021-05-22T04:53:20Z","updated_at":"2021-05-22T04:53:21Z","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":2304,"name":"rusty-keys-armv7-unknown-linux-gnueabihf","size":3679948,"download_count":0,"created_at":"2021-05-22T00:53:21-04:00","uuid":"feefbeea-ebe5-407d-a85c-17cc29d017bd","browser_download_url":"https://code.moparisthebest.com/attachments/feefbeea-ebe5-407d-a85c-17cc29d017bd"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327300","id":37327300,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzAw","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":4119136,"download_count":0,"created_at":"2021-05-22T04:53:22Z","updated_at":"2021-05-22T04:53:23Z","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":2307,"name":"rusty-keys-armv7-unknown-linux-musleabihf","size":4119136,"download_count":0,"created_at":"2021-05-22T00:53:23-04:00","uuid":"0d4db1b2-501b-4b3f-ab5c-87cdb83976f9","browser_download_url":"https://code.moparisthebest.com/attachments/0d4db1b2-501b-4b3f-ab5c-87cdb83976f9"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327303","id":37327303,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzAz","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":3723988,"download_count":0,"created_at":"2021-05-22T04:53:24Z","updated_at":"2021-05-22T04:53:25Z","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":2309,"name":"rusty-keys-arm-unknown-linux-gnueabi","size":3723988,"download_count":0,"created_at":"2021-05-22T00:53:25-04:00","uuid":"cf054253-cef6-4b3d-9bce-50155205e23a","browser_download_url":"https://code.moparisthebest.com/attachments/cf054253-cef6-4b3d-9bce-50155205e23a"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327308","id":37327308,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzA4","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":3681408,"download_count":0,"created_at":"2021-05-22T04:53:26Z","updated_at":"2021-05-22T04:53:31Z","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":2313,"name":"rusty-keys-arm-unknown-linux-gnueabihf","size":3681408,"download_count":0,"created_at":"2021-05-22T00:53:31-04:00","uuid":"e795e09f-84fd-4c12-a52d-28d1a7d806e0","browser_download_url":"https://code.moparisthebest.com/attachments/e795e09f-84fd-4c12-a52d-28d1a7d806e0"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327316","id":37327316,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzE2","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":4155756,"download_count":0,"created_at":"2021-05-22T04:53:32Z","updated_at":"2021-05-22T04:53:32Z","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":2315,"name":"rusty-keys-arm-unknown-linux-musleabi","size":4155756,"download_count":0,"created_at":"2021-05-22T00:53:33-04:00","uuid":"be3a9f7c-0477-4dd1-8be2-9111e5594295","browser_download_url":"https://code.moparisthebest.com/attachments/be3a9f7c-0477-4dd1-8be2-9111e5594295"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327318","id":37327318,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzE4","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":4139436,"download_count":0,"created_at":"2021-05-22T04:53:34Z","updated_at":"2021-05-22T04:53:35Z","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":2317,"name":"rusty-keys-arm-unknown-linux-musleabihf","size":4139436,"download_count":0,"created_at":"2021-05-22T00:53:35-04:00","uuid":"d7abac16-9a3d-4c79-83c0-945ccc679dfd","browser_download_url":"https://code.moparisthebest.com/attachments/d7abac16-9a3d-4c79-83c0-945ccc679dfd"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327320","id":37327320,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzIw","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":3751084,"download_count":0,"created_at":"2021-05-22T04:53:36Z","updated_at":"2021-05-22T04:53:37Z","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":2319,"name":"rusty-keys-armv5te-unknown-linux-gnueabi","size":3751084,"download_count":0,"created_at":"2021-05-22T00:53:37-04:00","uuid":"74342350-70db-4b03-95d5-4718406b8bfe","browser_download_url":"https://code.moparisthebest.com/attachments/74342350-70db-4b03-95d5-4718406b8bfe"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327322","id":37327322,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzIy","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":4173988,"download_count":0,"created_at":"2021-05-22T04:53:38Z","updated_at":"2021-05-22T04:53:39Z","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":2321,"name":"rusty-keys-armv5te-unknown-linux-musleabi","size":4173988,"download_count":0,"created_at":"2021-05-22T00:53:39-04:00","uuid":"9fa6b1be-7334-4d5d-9cdf-1eb8713e04ea","browser_download_url":"https://code.moparisthebest.com/attachments/9fa6b1be-7334-4d5d-9cdf-1eb8713e04ea"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327324","id":37327324,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzI0","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":1465856,"download_count":0,"created_at":"2021-05-22T04:53:40Z","updated_at":"2021-05-22T04:53:40Z","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":2323,"name":"rusty-keys-x86_64-pc-windows-gnu.exe","size":1465856,"download_count":0,"created_at":"2021-05-22T00:53:41-04:00","uuid":"a4a6e2f8-d454-4c6e-a4b7-c53902f499be","browser_download_url":"https://code.moparisthebest.com/attachments/a4a6e2f8-d454-4c6e-a4b7-c53902f499be"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327326","id":37327326,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzI2","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-05-22T04:53:41Z","updated_at":"2021-05-22T04:53:42Z","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":2325,"name":"rusty-keys-x86_64-linux-android","size":280800,"download_count":0,"created_at":"2021-05-22T00:53:42-04:00","uuid":"d3d04062-5c19-4e6c-893a-38ba9aa94420","browser_download_url":"https://code.moparisthebest.com/attachments/d3d04062-5c19-4e6c-893a-38ba9aa94420"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327328","id":37327328,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzI4","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-05-22T04:53:43Z","updated_at":"2021-05-22T04:53:43Z","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":2326,"name":"rusty-keys-i686-linux-android","size":296456,"download_count":0,"created_at":"2021-05-22T00:53:44-04:00","uuid":"9712eaed-696b-4206-87f0-e1d86969a759","browser_download_url":"https://code.moparisthebest.com/attachments/9712eaed-696b-4206-87f0-e1d86969a759"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327329","id":37327329,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzI5","name":"rusty-keys-aarch64-linux-android","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3468192,"download_count":0,"created_at":"2021-05-22T04:53:45Z","updated_at":"2021-05-22T04:53: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":2331,"name":"rusty-keys-aarch64-linux-android","size":3468192,"download_count":0,"created_at":"2021-05-22T00:53:49-04:00","uuid":"b3994c48-f520-4a23-a6ba-d521ab597345","browser_download_url":"https://code.moparisthebest.com/attachments/b3994c48-f520-4a23-a6ba-d521ab597345"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327333","id":37327333,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzMz","name":"rusty-keys-armv7-linux-androideabi","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3057624,"download_count":0,"created_at":"2021-05-22T04:53:50Z","updated_at":"2021-05-22T04:53: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":2332,"name":"rusty-keys-armv7-linux-androideabi","size":3057624,"download_count":0,"created_at":"2021-05-22T00:53:51-04:00","uuid":"6e6b649e-a1dc-4c79-a8d3-61ea3189131c","browser_download_url":"https://code.moparisthebest.com/attachments/6e6b649e-a1dc-4c79-a8d3-61ea3189131c"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327334","id":37327334,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzM0","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-05-22T04:53:52Z","updated_at":"2021-05-22T04:53: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":2333,"name":"rusty-keys-arm-linux-androideabi","size":3215044,"download_count":0,"created_at":"2021-05-22T00:53:53-04:00","uuid":"ec303595-16ee-4f91-ae78-db32f4af90a9","browser_download_url":"https://code.moparisthebest.com/attachments/ec303595-16ee-4f91-ae78-db32f4af90a9"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327335","id":37327335,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzM1","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":4450400,"download_count":0,"created_at":"2021-05-22T04:53:54Z","updated_at":"2021-05-22T04:53: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":2334,"name":"rusty-keys-mips64el-unknown-linux-gnuabi64","size":4450400,"download_count":0,"created_at":"2021-05-22T00:53:55-04:00","uuid":"b2b569a5-9808-424c-bf23-f9e836acda30","browser_download_url":"https://code.moparisthebest.com/attachments/b2b569a5-9808-424c-bf23-f9e836acda30"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327336","id":37327336,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzM2","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":4432560,"download_count":0,"created_at":"2021-05-22T04:53:56Z","updated_at":"2021-05-22T04:53: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":2335,"name":"rusty-keys-mips64-unknown-linux-gnuabi64","size":4432560,"download_count":0,"created_at":"2021-05-22T00:53:57-04:00","uuid":"14a91f91-6ee5-43d1-bdd4-644bd9f7f234","browser_download_url":"https://code.moparisthebest.com/attachments/14a91f91-6ee5-43d1-bdd4-644bd9f7f234"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327338","id":37327338,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzM4","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":3901124,"download_count":0,"created_at":"2021-05-22T04:53:58Z","updated_at":"2021-05-22T04:53: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":2336,"name":"rusty-keys-mipsel-unknown-linux-gnu","size":3901124,"download_count":0,"created_at":"2021-05-22T00:54:00-04:00","uuid":"920256de-ab2d-4959-a658-fecea997a71c","browser_download_url":"https://code.moparisthebest.com/attachments/920256de-ab2d-4959-a658-fecea997a71c"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327339","id":37327339,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzM5","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":3954972,"download_count":0,"created_at":"2021-05-22T04:54:00Z","updated_at":"2021-05-22T04:54: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":2337,"name":"rusty-keys-mipsel-unknown-linux-musl","size":3954972,"download_count":0,"created_at":"2021-05-22T00:54:02-04:00","uuid":"b42e6457-8e89-4243-b180-01a5c64cd863","browser_download_url":"https://code.moparisthebest.com/attachments/b42e6457-8e89-4243-b180-01a5c64cd863"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327340","id":37327340,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzQw","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":3898160,"download_count":0,"created_at":"2021-05-22T04:54:02Z","updated_at":"2021-05-22T04:54: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":2338,"name":"rusty-keys-mips-unknown-linux-gnu","size":3898160,"download_count":0,"created_at":"2021-05-22T00:54:04-04:00","uuid":"ef7df210-d8b2-4946-8b09-4150425ab88f","browser_download_url":"https://code.moparisthebest.com/attachments/ef7df210-d8b2-4946-8b09-4150425ab88f"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327341","id":37327341,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzQx","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":3951088,"download_count":0,"created_at":"2021-05-22T04:54:04Z","updated_at":"2021-05-22T04:54: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":2339,"name":"rusty-keys-mips-unknown-linux-musl","size":3951088,"download_count":0,"created_at":"2021-05-22T00:54:06-04:00","uuid":"53663f22-9bd4-47f6-8549-5aa45e4056c2","browser_download_url":"https://code.moparisthebest.com/attachments/53663f22-9bd4-47f6-8549-5aa45e4056c2"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327342","id":37327342,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzQy","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":4462232,"download_count":0,"created_at":"2021-05-22T04:54:07Z","updated_at":"2021-05-22T04:54:07Z","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":2340,"name":"rusty-keys-powerpc64le-unknown-linux-gnu","size":4462232,"download_count":0,"created_at":"2021-05-22T00:54:08-04:00","uuid":"938b06da-7395-4a43-8842-731bd67dda7e","browser_download_url":"https://code.moparisthebest.com/attachments/938b06da-7395-4a43-8842-731bd67dda7e"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327344","id":37327344,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzQ0","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":4131428,"download_count":0,"created_at":"2021-05-22T04:54:08Z","updated_at":"2021-05-22T04:54:09Z","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":2341,"name":"rusty-keys-powerpc-unknown-linux-gnu","size":4131428,"download_count":0,"created_at":"2021-05-22T00:54:10-04:00","uuid":"42196062-9de3-4292-a725-645dc0aef76c","browser_download_url":"https://code.moparisthebest.com/attachments/42196062-9de3-4292-a725-645dc0aef76c"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327345","id":37327345,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzQ1","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":6596504,"download_count":0,"created_at":"2021-05-22T04:54:11Z","updated_at":"2021-05-22T04:54:12Z","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":2342,"name":"rusty-keys-s390x-unknown-linux-gnu","size":6596504,"download_count":0,"created_at":"2021-05-22T00:54:12-04:00","uuid":"b2ff10fe-5b50-4b30-9b98-af9c1290ae4a","browser_download_url":"https://code.moparisthebest.com/attachments/b2ff10fe-5b50-4b30-9b98-af9c1290ae4a"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327346","id":37327346,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzQ2","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-05-22T04:54:13Z","updated_at":"2021-05-22T04:54:14Z","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":2343,"name":"rusty-keys-x86_64-sun-solaris","size":1090472,"download_count":0,"created_at":"2021-05-22T00:54:14-04:00","uuid":"c2f2274a-ffce-4497-bafc-9619ce221a26","browser_download_url":"https://code.moparisthebest.com/attachments/c2f2274a-ffce-4497-bafc-9619ce221a26"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327347","id":37327347,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzQ3","name":"rusty-keys-sparcv9-sun-solaris","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":4808344,"download_count":0,"created_at":"2021-05-22T04:54:15Z","updated_at":"2021-05-22T04:54:16Z","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":2344,"name":"rusty-keys-sparcv9-sun-solaris","size":4808344,"download_count":0,"created_at":"2021-05-22T00:54:16-04:00","uuid":"135e440a-74c5-4973-8f96-dc8c6f239f59","browser_download_url":"https://code.moparisthebest.com/attachments/135e440a-74c5-4973-8f96-dc8c6f239f59"}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: 43403521
{"url":"https://api.github.com/repos/moparisthebest/rusty-keys/releases/assets/37327348","id":37327348,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3MzQ4","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-05-22T04:54:17Z","updated_at":"2021-05-22T04:54:17Z","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":2345,"name":"rusty-keys-x86_64-unknown-netbsd","size":281560,"download_count":0,"created_at":"2021-05-22T00:54:18-04:00","uuid":"453828f7-95b3-42a2-a667-e5d15fcfecae","browser_download_url":"https://code.moparisthebest.com/attachments/453828f7-95b3-42a2-a667-e5d15fcfecae"}+ 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