Console Output

Branch indexing
Querying the current revision of branch master...
Current revision of branch master is 16dda9a8c7bad9539193443f0c1d9dafa5be701a
Obtained .ci/Jenkinsfile from 16dda9a8c7bad9539193443f0c1d9dafa5be701a
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Running on Jenkins in /var/lib/jenkins/workspace/risthebest_phone-mnemonic_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
My branch is: master
[Pipeline] checkout
The recommended git tool is: NONE
using credential c6ea0d71-5fe1-48ba-ad49-f6dd0c20363a
Cloning the remote Git repository
Cloning repository https://code.moparisthebest.com/moparisthebest/phone-mnemonic.git
 > git init /var/lib/jenkins/workspace/risthebest_phone-mnemonic_master # timeout=10
Fetching upstream changes from https://code.moparisthebest.com/moparisthebest/phone-mnemonic.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials jenkins @ code.moparisthebest.com
 > git fetch --tags --force --progress -- https://code.moparisthebest.com/moparisthebest/phone-mnemonic.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://code.moparisthebest.com/moparisthebest/phone-mnemonic.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 16dda9a8c7bad9539193443f0c1d9dafa5be701a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 16dda9a8c7bad9539193443f0c1d9dafa5be701a # timeout=10
Commit message: "Update readme, add ci builds"
First time build. Skipping changelog.
[Gitea] Notifying branch build status: PENDING Build started...
[Gitea] Notified
[Pipeline] sh
+ set -euxo pipefail
+ git checkout master --
Switched to a new branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
+ git reset --hard origin/master
HEAD is now at 16dda9a Update readme, add ci builds
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build + Deploy)
[Pipeline] sh
+ curl --compressed -sL https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/build-ci.sh
+ bash
build-ci.sh: BUILD_LANG=rust RELEASE_SCRIPT=.ci/release.sh BUILD_SCRIPT=.ci/build.sh remaining args:
+ mkdir -p bin
+ cd bin
+ curl --compressed -sL -O https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/ci-release-helper.sh -O https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/rust/build.sh
+ chmod +x ci-release-helper.sh build.sh
+ cd ..
++ pwd
+ export PATH=/var/lib/jenkins/workspace/risthebest_phone-mnemonic_master/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
+ PATH=/var/lib/jenkins/workspace/risthebest_phone-mnemonic_master/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
+ export BRANCH_NAME=master
+ BRANCH_NAME=master
+ export BUILD_UID=971
+ BUILD_UID=971
++ id -g
+ export BUILD_GID=971
+ BUILD_GID=971
+ build.sh .ci/build.sh
+ echo 'starting build for TARGET x86_64-unknown-linux-musl'
starting build for TARGET x86_64-unknown-linux-musl
+ export CRATE_NAME=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target x86_64-unknown-linux-musl --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.48s
+ file target/x86_64-unknown-linux-musl/release/phone-mnemonic
target/x86_64-unknown-linux-musl/release/phone-mnemonic: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/x86_64-unknown-linux-musl/release/phone-mnemonic
+ mkdir -p release
+ mv target/x86_64-unknown-linux-musl/release/phone-mnemonic release/phone-mnemonic-x86_64-unknown-linux-musl
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET x86_64-unknown-linux-gnu'
starting build for TARGET x86_64-unknown-linux-gnu
+ export CRATE_NAME=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target x86_64-unknown-linux-gnu --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.50s
+ file target/x86_64-unknown-linux-gnu/release/phone-mnemonic
target/x86_64-unknown-linux-gnu/release/phone-mnemonic: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=006799e5ee3415e4d269b8df3940cfbfdafc6049, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/x86_64-unknown-linux-gnu/release/phone-mnemonic
+ mkdir -p release
+ mv target/x86_64-unknown-linux-gnu/release/phone-mnemonic release/phone-mnemonic-x86_64-unknown-linux-gnu
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i686-unknown-linux-musl'
starting build for TARGET i686-unknown-linux-musl
+ export CRATE_NAME=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo i686-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target i686-unknown-linux-musl --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.90s
+ file target/i686-unknown-linux-musl/release/phone-mnemonic
target/i686-unknown-linux-musl/release/phone-mnemonic: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/i686-unknown-linux-musl/release/phone-mnemonic
+ mkdir -p release
+ mv target/i686-unknown-linux-musl/release/phone-mnemonic release/phone-mnemonic-i686-unknown-linux-musl
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i686-unknown-linux-gnu'
starting build for TARGET i686-unknown-linux-gnu
+ export CRATE_NAME=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo i686-unknown-linux-gnu
+ cross rustc --bin phone-mnemonic --target i686-unknown-linux-gnu --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 2.35s
+ file target/i686-unknown-linux-gnu/release/phone-mnemonic
target/i686-unknown-linux-gnu/release/phone-mnemonic: ELF 32-bit LSB pie executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=5bc75f9b8c3544f6d2398b00c8bd2b33ec875d1f, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/i686-unknown-linux-gnu/release/phone-mnemonic
+ mkdir -p release
+ mv target/i686-unknown-linux-gnu/release/phone-mnemonic release/phone-mnemonic-i686-unknown-linux-gnu
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i586-unknown-linux-musl'
starting build for TARGET i586-unknown-linux-musl
+ export CRATE_NAME=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo i586-unknown-linux-musl
+ cross rustc --bin phone-mnemonic --target i586-unknown-linux-musl --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.97s
+ file target/i586-unknown-linux-musl/release/phone-mnemonic
target/i586-unknown-linux-musl/release/phone-mnemonic: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/i586-unknown-linux-musl/release/phone-mnemonic
+ mkdir -p release
+ mv target/i586-unknown-linux-musl/release/phone-mnemonic release/phone-mnemonic-i586-unknown-linux-musl
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET i586-unknown-linux-gnu'
starting build for TARGET i586-unknown-linux-gnu
+ export CRATE_NAME=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo i586-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target i586-unknown-linux-gnu --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.83s
+ file target/i586-unknown-linux-gnu/release/phone-mnemonic
target/i586-unknown-linux-gnu/release/phone-mnemonic: ELF 32-bit LSB pie executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=9c8cb1ded0f19902b57b1c846291e6f0b0f786df, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/i586-unknown-linux-gnu/release/phone-mnemonic
+ mkdir -p release
+ mv target/i586-unknown-linux-gnu/release/phone-mnemonic release/phone-mnemonic-i586-unknown-linux-gnu
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET aarch64-unknown-linux-musl'
starting build for TARGET aarch64-unknown-linux-musl
+ export CRATE_NAME=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo aarch64-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target aarch64-unknown-linux-musl --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.85s
+ file target/aarch64-unknown-linux-musl/release/phone-mnemonic
target/aarch64-unknown-linux-musl/release/phone-mnemonic: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/aarch64-unknown-linux-musl/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/aarch64-unknown-linux-musl/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/aarch64-unknown-linux-musl/release/phone-mnemonic release/phone-mnemonic-aarch64-unknown-linux-musl
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET aarch64-unknown-linux-gnu'
starting build for TARGET aarch64-unknown-linux-gnu
+ export CRATE_NAME=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo aarch64-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target aarch64-unknown-linux-gnu --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.37s
+ file target/aarch64-unknown-linux-gnu/release/phone-mnemonic
target/aarch64-unknown-linux-gnu/release/phone-mnemonic: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=da4b86acb11d8621537c1cf4ed00d95638073383, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/aarch64-unknown-linux-gnu/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/aarch64-unknown-linux-gnu/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/aarch64-unknown-linux-gnu/release/phone-mnemonic release/phone-mnemonic-aarch64-unknown-linux-gnu
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv7-unknown-linux-gnueabihf'
starting build for TARGET armv7-unknown-linux-gnueabihf
+ export CRATE_NAME=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo armv7-unknown-linux-gnueabihf
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target armv7-unknown-linux-gnueabihf --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.57s
+ file target/armv7-unknown-linux-gnueabihf/release/phone-mnemonic
target/armv7-unknown-linux-gnueabihf/release/phone-mnemonic: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=c27eff7b839f1fa57332877b22648b529cb64c07, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/armv7-unknown-linux-gnueabihf/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/armv7-unknown-linux-gnueabihf/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/armv7-unknown-linux-gnueabihf/release/phone-mnemonic release/phone-mnemonic-armv7-unknown-linux-gnueabihf
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET armv7-unknown-linux-musleabihf'
starting build for TARGET armv7-unknown-linux-musleabihf
+ export CRATE_NAME=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo armv7-unknown-linux-musleabihf
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target armv7-unknown-linux-musleabihf --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.71s
+ file target/armv7-unknown-linux-musleabihf/release/phone-mnemonic
target/armv7-unknown-linux-musleabihf/release/phone-mnemonic: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/armv7-unknown-linux-musleabihf/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/armv7-unknown-linux-musleabihf/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/armv7-unknown-linux-musleabihf/release/phone-mnemonic release/phone-mnemonic-armv7-unknown-linux-musleabihf
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-gnueabi'
starting build for TARGET arm-unknown-linux-gnueabi
+ export CRATE_NAME=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo arm-unknown-linux-gnueabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target arm-unknown-linux-gnueabi --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.45s
+ file target/arm-unknown-linux-gnueabi/release/phone-mnemonic
target/arm-unknown-linux-gnueabi/release/phone-mnemonic: 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]=c69b39721cf67283c98e2a45fd68d6ca93d41b87, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/arm-unknown-linux-gnueabi/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-gnueabi/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-gnueabi/release/phone-mnemonic release/phone-mnemonic-arm-unknown-linux-gnueabi
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET arm-unknown-linux-gnueabihf'
starting build for TARGET arm-unknown-linux-gnueabihf
+ export CRATE_NAME=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo arm-unknown-linux-gnueabihf
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target arm-unknown-linux-gnueabihf --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.81s
+ file target/arm-unknown-linux-gnueabihf/release/phone-mnemonic
target/arm-unknown-linux-gnueabihf/release/phone-mnemonic: 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
+ '[' 1 -ne 1 ']'
+ strip target/arm-unknown-linux-gnueabihf/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-gnueabihf/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-gnueabihf/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo arm-unknown-linux-musleabi
+ cross rustc --bin phone-mnemonic --target arm-unknown-linux-musleabi --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.95s
+ file target/arm-unknown-linux-musleabi/release/phone-mnemonic
target/arm-unknown-linux-musleabi/release/phone-mnemonic: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/arm-unknown-linux-musleabi/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-musleabi/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-musleabi/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo arm-unknown-linux-musleabihf
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target arm-unknown-linux-musleabihf --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 2.49s
+ file target/arm-unknown-linux-musleabihf/release/phone-mnemonic
target/arm-unknown-linux-musleabihf/release/phone-mnemonic: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/arm-unknown-linux-musleabihf/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-musleabihf/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/arm-unknown-linux-musleabihf/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo armv5te-unknown-linux-gnueabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target armv5te-unknown-linux-gnueabi --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 2.74s
+ file target/armv5te-unknown-linux-gnueabi/release/phone-mnemonic
target/armv5te-unknown-linux-gnueabi/release/phone-mnemonic: 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]=1d4012a02b4d66f982aedeae7606184ec90ec369, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/armv5te-unknown-linux-gnueabi/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/armv5te-unknown-linux-gnueabi/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/armv5te-unknown-linux-gnueabi/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo armv5te-unknown-linux-musleabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target armv5te-unknown-linux-musleabi --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 2.58s
+ file target/armv5te-unknown-linux-musleabi/release/phone-mnemonic
target/armv5te-unknown-linux-musleabi/release/phone-mnemonic: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/armv5te-unknown-linux-musleabi/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/armv5te-unknown-linux-musleabi/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/armv5te-unknown-linux-musleabi/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-pc-windows-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ SUFFIX=.exe
+ cross rustc --bin phone-mnemonic --target x86_64-pc-windows-gnu --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 2.29s
+ file target/x86_64-pc-windows-gnu/release/phone-mnemonic.exe
target/x86_64-pc-windows-gnu/release/phone-mnemonic.exe: PE32+ executable (console) x86-64, for MS Windows
+ '[' 1 -ne 1 ']'
+ strip target/x86_64-pc-windows-gnu/release/phone-mnemonic.exe
+ mkdir -p release
+ mv target/x86_64-pc-windows-gnu/release/phone-mnemonic.exe release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-linux-android
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target x86_64-linux-android --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 2.12s
+ file target/x86_64-linux-android/release/phone-mnemonic
target/x86_64-linux-android/release/phone-mnemonic: 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/phone-mnemonic
+ mkdir -p release
+ mv target/x86_64-linux-android/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo i686-linux-android
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target i686-linux-android --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.58s
+ file target/i686-linux-android/release/phone-mnemonic
target/i686-linux-android/release/phone-mnemonic: 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/phone-mnemonic
+ mkdir -p release
+ mv target/i686-linux-android/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo aarch64-linux-android
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target aarch64-linux-android --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.94s
+ file target/aarch64-linux-android/release/phone-mnemonic
target/aarch64-linux-android/release/phone-mnemonic: 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/phone-mnemonic
strip: Unable to recognise the format of the input file `target/aarch64-linux-android/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/aarch64-linux-android/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo armv7-linux-androideabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target armv7-linux-androideabi --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.87s
+ file target/armv7-linux-androideabi/release/phone-mnemonic
target/armv7-linux-androideabi/release/phone-mnemonic: 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/phone-mnemonic
strip: Unable to recognise the format of the input file `target/armv7-linux-androideabi/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/armv7-linux-androideabi/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo arm-linux-androideabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target arm-linux-androideabi --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.91s
+ file target/arm-linux-androideabi/release/phone-mnemonic
target/arm-linux-androideabi/release/phone-mnemonic: 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/phone-mnemonic
strip: Unable to recognise the format of the input file `target/arm-linux-androideabi/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/arm-linux-androideabi/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo mips64el-unknown-linux-gnuabi64
+ cross rustc --bin phone-mnemonic --target mips64el-unknown-linux-gnuabi64 --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.91s
+ file target/mips64el-unknown-linux-gnuabi64/release/phone-mnemonic
target/mips64el-unknown-linux-gnuabi64/release/phone-mnemonic: ELF 64-bit LSB pie executable, MIPS, MIPS64 rel2 version 1 (SYSV), dynamically linked, interpreter /lib64/ld.so.1, BuildID[sha1]=8af385af2e322833ee259154bdc9c555afe6e2e2, for GNU/Linux 3.2.0, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/mips64el-unknown-linux-gnuabi64/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/mips64el-unknown-linux-gnuabi64/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/mips64el-unknown-linux-gnuabi64/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo mips64-unknown-linux-gnuabi64
+ cross rustc --bin phone-mnemonic --target mips64-unknown-linux-gnuabi64 --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.68s
+ file target/mips64-unknown-linux-gnuabi64/release/phone-mnemonic
target/mips64-unknown-linux-gnuabi64/release/phone-mnemonic: ELF 64-bit MSB pie executable, MIPS, MIPS64 rel2 version 1 (SYSV), dynamically linked, interpreter /lib64/ld.so.1, BuildID[sha1]=57fcc3f9b02235331035172113b82b06f03a9300, for GNU/Linux 3.2.0, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/mips64-unknown-linux-gnuabi64/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/mips64-unknown-linux-gnuabi64/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/mips64-unknown-linux-gnuabi64/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo mipsel-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target mipsel-unknown-linux-gnu --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.66s
+ file target/mipsel-unknown-linux-gnu/release/phone-mnemonic
target/mipsel-unknown-linux-gnu/release/phone-mnemonic: 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]=ff172f2c4f7754f2a24bd55547f30d7c30efc112, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/mipsel-unknown-linux-gnu/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-gnu/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/mipsel-unknown-linux-gnu/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo mipsel-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target mipsel-unknown-linux-musl --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.75s
+ file target/mipsel-unknown-linux-musl/release/phone-mnemonic
target/mipsel-unknown-linux-musl/release/phone-mnemonic: 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
+ '[' 1 -ne 1 ']'
+ strip target/mipsel-unknown-linux-musl/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-musl/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/mipsel-unknown-linux-musl/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo mips-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target mips-unknown-linux-gnu --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.62s
+ file target/mips-unknown-linux-gnu/release/phone-mnemonic
target/mips-unknown-linux-gnu/release/phone-mnemonic: 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]=7aea48fa1572ae66a9cacb4c847611f8abdc55b9, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/mips-unknown-linux-gnu/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-gnu/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/mips-unknown-linux-gnu/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo mips-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target mips-unknown-linux-musl --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.50s
+ file target/mips-unknown-linux-musl/release/phone-mnemonic
target/mips-unknown-linux-musl/release/phone-mnemonic: 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
+ '[' 1 -ne 1 ']'
+ strip target/mips-unknown-linux-musl/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-musl/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/mips-unknown-linux-musl/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo powerpc64le-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target powerpc64le-unknown-linux-gnu --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.55s
+ file target/powerpc64le-unknown-linux-gnu/release/phone-mnemonic
target/powerpc64le-unknown-linux-gnu/release/phone-mnemonic: 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]=f32cbb4a0adae54bfce834677626bb088df9b07d, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/powerpc64le-unknown-linux-gnu/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/powerpc64le-unknown-linux-gnu/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/powerpc64le-unknown-linux-gnu/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo powerpc-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target powerpc-unknown-linux-gnu --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.70s
+ file target/powerpc-unknown-linux-gnu/release/phone-mnemonic
target/powerpc-unknown-linux-gnu/release/phone-mnemonic: 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]=8f7b8021fb2b2248c71181fbc4e0faef35805cb5, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/powerpc-unknown-linux-gnu/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/powerpc-unknown-linux-gnu/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/powerpc-unknown-linux-gnu/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo riscv64gc-unknown-linux-gnu
+ cross rustc --bin phone-mnemonic --target riscv64gc-unknown-linux-gnu --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.70s
+ file target/riscv64gc-unknown-linux-gnu/release/phone-mnemonic
target/riscv64gc-unknown-linux-gnu/release/phone-mnemonic: ELF 64-bit LSB pie executable, UCB RISC-V, RVC, double-float ABI, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-riscv64-lp64d.so.1, for GNU/Linux 4.15.0, BuildID[sha1]=bf6c3fdd41092dbb2ab391061e8815a4f0f01c77, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/riscv64gc-unknown-linux-gnu/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/riscv64gc-unknown-linux-gnu/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/riscv64gc-unknown-linux-gnu/release/phone-mnemonic release/phone-mnemonic-riscv64gc-unknown-linux-gnu
+ echo 'build success!'
build success!
+ exit 0
+ echo 'starting build for TARGET s390x-unknown-linux-gnu'
starting build for TARGET s390x-unknown-linux-gnu
+ export CRATE_NAME=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo s390x-unknown-linux-gnu
+ cross rustc --bin phone-mnemonic --target s390x-unknown-linux-gnu --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.47s
+ file target/s390x-unknown-linux-gnu/release/phone-mnemonic
target/s390x-unknown-linux-gnu/release/phone-mnemonic: 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]=e1e3a1eeb8a387323544d177abad25bb68a5aa20, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/s390x-unknown-linux-gnu/release/phone-mnemonic
strip: Unable to recognise the format of the input file `target/s390x-unknown-linux-gnu/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/s390x-unknown-linux-gnu/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-sun-solaris
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target x86_64-sun-solaris --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.44s
+ file target/x86_64-sun-solaris/release/phone-mnemonic
target/x86_64-sun-solaris/release/phone-mnemonic: 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/phone-mnemonic
+ mkdir -p release
+ mv target/x86_64-sun-solaris/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo sparcv9-sun-solaris
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross rustc --bin phone-mnemonic --target sparcv9-sun-solaris --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.65s
+ file target/sparcv9-sun-solaris/release/phone-mnemonic
target/sparcv9-sun-solaris/release/phone-mnemonic: 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/phone-mnemonic
strip: Unable to recognise the format of the input file `target/sparcv9-sun-solaris/release/phone-mnemonic'
+ true
+ mkdir -p release
+ mv target/sparcv9-sun-solaris/release/phone-mnemonic release/phone-mnemonic-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=phone-mnemonic
+ CRATE_NAME=phone-mnemonic
+ DISABLE_TESTS=1
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo x86_64-unknown-netbsd
+ cross rustc --bin phone-mnemonic --target x86_64-unknown-netbsd --release
   Compiling phone-mnemonic v1.0.0 (/project)
    Finished release [optimized] target(s) in 1.31s
+ file target/x86_64-unknown-netbsd/release/phone-mnemonic
target/x86_64-unknown-netbsd/release/phone-mnemonic: 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/phone-mnemonic
+ mkdir -p release
+ mv target/x86_64-unknown-netbsd/release/phone-mnemonic release/phone-mnemonic-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: 41331708
deleting gitea release_id: 347222
+ 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/phone-mnemonic/releases/43403582",
  "assets_url": "https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/43403582/assets",
  "upload_url": "https://uploads.github.com/repos/moparisthebest/phone-mnemonic/releases/43403582/assets{?name,label}",
  "html_url": "https://github.com/moparisthebest/phone-mnemonic/releases/tag/beta",
  "id": 43403582,
  "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": "MDc6UmVsZWFzZTQzNDAzNTgy",
  "tag_name": "beta",
  "target_commitish": "master",
  "name": null,
  "draft": false,
  "prerelease": false,
  "created_at": "2020-11-26T23:29:20Z",
  "published_at": "2021-05-22T04:58:30Z",
  "assets": [

  ],
  "tarball_url": "https://api.github.com/repos/moparisthebest/phone-mnemonic/tarball/beta",
  "zipball_url": "https://api.github.com/repos/moparisthebest/phone-mnemonic/zipball/beta",
  "body": null
}
uploading file to github release_id: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327413","id":37327413,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDEz","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":3798,"download_count":0,"created_at":"2021-05-22T04:58:30Z","updated_at":"2021-05-22T04:58:30Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/sha256sum.txt"}{"id":347222,"tag_name":"beta","target_commitish":"","name":"","body":"","url":"https://code.moparisthebest.com/api/v1/repos/moparisthebest/phone-mnemonic/releases/347222","html_url":"https://code.moparisthebest.com/moparisthebest/phone-mnemonic/releases/tag/beta","tarball_url":"https://code.moparisthebest.com/moparisthebest/phone-mnemonic/archive/beta.tar.gz","zipball_url":"https://code.moparisthebest.com/moparisthebest/phone-mnemonic/archive/beta.zip","draft":false,"prerelease":false,"created_at":"2020-11-26T18:29:20-05:00","published_at":"2020-11-26T18:29:20-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: 347222
{"id":2346,"name":"sha256sum.txt","size":3798,"download_count":0,"created_at":"2021-05-22T00:58:31-04:00","uuid":"4bc8a28e-43a5-4863-8915-b826e1349314","browser_download_url":"https://code.moparisthebest.com/attachments/4bc8a28e-43a5-4863-8915-b826e1349314"}+ 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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327414","id":37327414,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDE0","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":4075,"download_count":0,"created_at":"2021-05-22T04:58:31Z","updated_at":"2021-05-22T04:58:32Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/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: 347222
{"id":2347,"name":"sha256sum.txt.asc","size":4075,"download_count":0,"created_at":"2021-05-22T00:58:32-04:00","uuid":"0386c542-dcaa-40b3-be73-583b7f573f57","browser_download_url":"https://code.moparisthebest.com/attachments/0386c542-dcaa-40b3-be73-583b7f573f57"}+ 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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327415","id":37327415,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDE1","name":"phone-mnemonic-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":365984,"download_count":0,"created_at":"2021-05-22T04:58:33Z","updated_at":"2021-05-22T04:58:33Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-x86_64-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2348,"name":"phone-mnemonic-x86_64-unknown-linux-musl","size":365984,"download_count":0,"created_at":"2021-05-22T00:58:33-04:00","uuid":"13936b46-9984-4ecb-9c87-ca9e846fcd68","browser_download_url":"https://code.moparisthebest.com/attachments/13936b46-9984-4ecb-9c87-ca9e846fcd68"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327416","id":37327416,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDE2","name":"phone-mnemonic-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":309504,"download_count":0,"created_at":"2021-05-22T04:58:34Z","updated_at":"2021-05-22T04:58:35Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-x86_64-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2349,"name":"phone-mnemonic-x86_64-unknown-linux-gnu","size":309504,"download_count":0,"created_at":"2021-05-22T00:58:35-04:00","uuid":"5e0d3e1f-67fc-4fa6-aab7-c5e4f205fc24","browser_download_url":"https://code.moparisthebest.com/attachments/5e0d3e1f-67fc-4fa6-aab7-c5e4f205fc24"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327417","id":37327417,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDE3","name":"phone-mnemonic-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":386012,"download_count":0,"created_at":"2021-05-22T04:58:36Z","updated_at":"2021-05-22T04:58:36Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-i686-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2350,"name":"phone-mnemonic-i686-unknown-linux-musl","size":386012,"download_count":0,"created_at":"2021-05-22T00:58:37-04:00","uuid":"458300a9-a92d-4af4-a877-98bb66af6e9b","browser_download_url":"https://code.moparisthebest.com/attachments/458300a9-a92d-4af4-a877-98bb66af6e9b"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327418","id":37327418,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDE4","name":"phone-mnemonic-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":321048,"download_count":0,"created_at":"2021-05-22T04:58:38Z","updated_at":"2021-05-22T04:58:38Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-i686-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2351,"name":"phone-mnemonic-i686-unknown-linux-gnu","size":321048,"download_count":0,"created_at":"2021-05-22T00:58:38-04:00","uuid":"f448c8d4-3028-49b6-a2d0-01eb85027355","browser_download_url":"https://code.moparisthebest.com/attachments/f448c8d4-3028-49b6-a2d0-01eb85027355"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327420","id":37327420,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDIw","name":"phone-mnemonic-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":381916,"download_count":0,"created_at":"2021-05-22T04:58:39Z","updated_at":"2021-05-22T04:58:40Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-i586-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2352,"name":"phone-mnemonic-i586-unknown-linux-musl","size":381916,"download_count":0,"created_at":"2021-05-22T00:58:40-04:00","uuid":"11a27428-eb6a-421a-9608-b895cc128208","browser_download_url":"https://code.moparisthebest.com/attachments/11a27428-eb6a-421a-9608-b895cc128208"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327422","id":37327422,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDIy","name":"phone-mnemonic-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":321048,"download_count":0,"created_at":"2021-05-22T04:58:41Z","updated_at":"2021-05-22T04:58:41Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-i586-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2353,"name":"phone-mnemonic-i586-unknown-linux-gnu","size":321048,"download_count":0,"created_at":"2021-05-22T00:58:41-04:00","uuid":"2482a69f-1d2d-4464-8190-7356e5ca6ae6","browser_download_url":"https://code.moparisthebest.com/attachments/2482a69f-1d2d-4464-8190-7356e5ca6ae6"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327423","id":37327423,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDIz","name":"phone-mnemonic-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":3923288,"download_count":0,"created_at":"2021-05-22T04:58:42Z","updated_at":"2021-05-22T04:58:43Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-aarch64-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2354,"name":"phone-mnemonic-aarch64-unknown-linux-musl","size":3923288,"download_count":0,"created_at":"2021-05-22T00:58:44-04:00","uuid":"0d42aa24-d856-4168-ba84-170788fb1952","browser_download_url":"https://code.moparisthebest.com/attachments/0d42aa24-d856-4168-ba84-170788fb1952"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327425","id":37327425,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDI1","name":"phone-mnemonic-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":3393072,"download_count":0,"created_at":"2021-05-22T04:58:44Z","updated_at":"2021-05-22T04:58:45Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-aarch64-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2355,"name":"phone-mnemonic-aarch64-unknown-linux-gnu","size":3393072,"download_count":0,"created_at":"2021-05-22T00:58:45-04:00","uuid":"3218ccc8-33c6-46ee-a4b1-2da828cbccbd","browser_download_url":"https://code.moparisthebest.com/attachments/3218ccc8-33c6-46ee-a4b1-2da828cbccbd"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327430","id":37327430,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDMw","name":"phone-mnemonic-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":3222176,"download_count":0,"created_at":"2021-05-22T04:58:46Z","updated_at":"2021-05-22T04:58:47Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-armv7-unknown-linux-gnueabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2356,"name":"phone-mnemonic-armv7-unknown-linux-gnueabihf","size":3222176,"download_count":0,"created_at":"2021-05-22T00:58:47-04:00","uuid":"39f54579-2400-4e7a-97b6-67c316751a64","browser_download_url":"https://code.moparisthebest.com/attachments/39f54579-2400-4e7a-97b6-67c316751a64"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327431","id":37327431,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDMx","name":"phone-mnemonic-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":3596620,"download_count":0,"created_at":"2021-05-22T04:58:48Z","updated_at":"2021-05-22T04:58:49Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-armv7-unknown-linux-musleabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2357,"name":"phone-mnemonic-armv7-unknown-linux-musleabihf","size":3596620,"download_count":0,"created_at":"2021-05-22T00:58:49-04:00","uuid":"d2b67c56-f914-454d-9c56-c4bf48a51ae8","browser_download_url":"https://code.moparisthebest.com/attachments/d2b67c56-f914-454d-9c56-c4bf48a51ae8"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327432","id":37327432,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDMy","name":"phone-mnemonic-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":3260008,"download_count":0,"created_at":"2021-05-22T04:58:50Z","updated_at":"2021-05-22T04:58:51Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-arm-unknown-linux-gnueabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2358,"name":"phone-mnemonic-arm-unknown-linux-gnueabi","size":3260008,"download_count":0,"created_at":"2021-05-22T00:58:51-04:00","uuid":"5e14cadf-6b4a-495a-839e-c4faab3941ce","browser_download_url":"https://code.moparisthebest.com/attachments/5e14cadf-6b4a-495a-839e-c4faab3941ce"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327433","id":37327433,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDMz","name":"phone-mnemonic-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":3218580,"download_count":0,"created_at":"2021-05-22T04:58:52Z","updated_at":"2021-05-22T04:58:53Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-arm-unknown-linux-gnueabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2359,"name":"phone-mnemonic-arm-unknown-linux-gnueabihf","size":3218580,"download_count":0,"created_at":"2021-05-22T00:58:53-04:00","uuid":"068ef56f-4309-4bbc-bafc-0cf13807b02e","browser_download_url":"https://code.moparisthebest.com/attachments/068ef56f-4309-4bbc-bafc-0cf13807b02e"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327435","id":37327435,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDM1","name":"phone-mnemonic-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":3611116,"download_count":0,"created_at":"2021-05-22T04:58:54Z","updated_at":"2021-05-22T04:58:54Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-arm-unknown-linux-musleabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2360,"name":"phone-mnemonic-arm-unknown-linux-musleabi","size":3611116,"download_count":0,"created_at":"2021-05-22T00:58:55-04:00","uuid":"b6af2f4a-5ae4-47f0-9ae9-aac79cc0594a","browser_download_url":"https://code.moparisthebest.com/attachments/b6af2f4a-5ae4-47f0-9ae9-aac79cc0594a"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327436","id":37327436,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDM2","name":"phone-mnemonic-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":3610316,"download_count":0,"created_at":"2021-05-22T04:58:56Z","updated_at":"2021-05-22T04:58:56Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-arm-unknown-linux-musleabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2361,"name":"phone-mnemonic-arm-unknown-linux-musleabihf","size":3610316,"download_count":0,"created_at":"2021-05-22T00:58:57-04:00","uuid":"951f4fdd-ee2f-4f76-897f-756eb5f0412a","browser_download_url":"https://code.moparisthebest.com/attachments/951f4fdd-ee2f-4f76-897f-756eb5f0412a"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327437","id":37327437,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDM3","name":"phone-mnemonic-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":3290976,"download_count":0,"created_at":"2021-05-22T04:58:57Z","updated_at":"2021-05-22T04:58:58Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-armv5te-unknown-linux-gnueabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2362,"name":"phone-mnemonic-armv5te-unknown-linux-gnueabi","size":3290976,"download_count":0,"created_at":"2021-05-22T00:58:59-04:00","uuid":"0eeb5a46-28d4-47dd-b013-5edcf953b59f","browser_download_url":"https://code.moparisthebest.com/attachments/0eeb5a46-28d4-47dd-b013-5edcf953b59f"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327438","id":37327438,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDM4","name":"phone-mnemonic-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":3634772,"download_count":0,"created_at":"2021-05-22T04:58:59Z","updated_at":"2021-05-22T04:59:00Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-armv5te-unknown-linux-musleabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2363,"name":"phone-mnemonic-armv5te-unknown-linux-musleabi","size":3634772,"download_count":0,"created_at":"2021-05-22T00:59:00-04:00","uuid":"aca61c38-5276-4fc4-8196-be22a35e0459","browser_download_url":"https://code.moparisthebest.com/attachments/aca61c38-5276-4fc4-8196-be22a35e0459"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327439","id":37327439,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDM5","name":"phone-mnemonic-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":1017344,"download_count":0,"created_at":"2021-05-22T04:59:01Z","updated_at":"2021-05-22T04:59:02Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-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: 347222
{"id":2364,"name":"phone-mnemonic-x86_64-pc-windows-gnu.exe","size":1017344,"download_count":0,"created_at":"2021-05-22T00:59:02-04:00","uuid":"efd35c20-0737-472b-9562-80c0a3ce41d3","browser_download_url":"https://code.moparisthebest.com/attachments/efd35c20-0737-472b-9562-80c0a3ce41d3"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327440","id":37327440,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDQw","name":"phone-mnemonic-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":305376,"download_count":0,"created_at":"2021-05-22T04:59:03Z","updated_at":"2021-05-22T04:59:03Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-x86_64-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2365,"name":"phone-mnemonic-x86_64-linux-android","size":305376,"download_count":0,"created_at":"2021-05-22T00:59:04-04:00","uuid":"776302e1-d77c-4194-a3bd-05365d44a2e6","browser_download_url":"https://code.moparisthebest.com/attachments/776302e1-d77c-4194-a3bd-05365d44a2e6"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327441","id":37327441,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDQx","name":"phone-mnemonic-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":329232,"download_count":0,"created_at":"2021-05-22T04:59:04Z","updated_at":"2021-05-22T04:59:06Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-i686-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2366,"name":"phone-mnemonic-i686-linux-android","size":329232,"download_count":0,"created_at":"2021-05-22T00:59:06-04:00","uuid":"ac6b2060-c040-45ab-91ac-08a798247cd7","browser_download_url":"https://code.moparisthebest.com/attachments/ac6b2060-c040-45ab-91ac-08a798247cd7"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327442","id":37327442,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDQy","name":"phone-mnemonic-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":3507600,"download_count":0,"created_at":"2021-05-22T04:59:07Z","updated_at":"2021-05-22T04:59:08Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-aarch64-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2367,"name":"phone-mnemonic-aarch64-linux-android","size":3507600,"download_count":0,"created_at":"2021-05-22T00:59:08-04:00","uuid":"8db97991-94b4-4400-ac47-03a3affe3fd6","browser_download_url":"https://code.moparisthebest.com/attachments/8db97991-94b4-4400-ac47-03a3affe3fd6"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327443","id":37327443,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDQz","name":"phone-mnemonic-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":3085264,"download_count":0,"created_at":"2021-05-22T04:59:09Z","updated_at":"2021-05-22T04:59:10Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-armv7-linux-androideabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2368,"name":"phone-mnemonic-armv7-linux-androideabi","size":3085264,"download_count":0,"created_at":"2021-05-22T00:59:10-04:00","uuid":"3f9d6ec0-f806-4569-ac19-1233606e50e7","browser_download_url":"https://code.moparisthebest.com/attachments/3f9d6ec0-f806-4569-ac19-1233606e50e7"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327444","id":37327444,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDQ0","name":"phone-mnemonic-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":3246660,"download_count":0,"created_at":"2021-05-22T04:59:11Z","updated_at":"2021-05-22T04:59:12Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-arm-linux-androideabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2369,"name":"phone-mnemonic-arm-linux-androideabi","size":3246660,"download_count":0,"created_at":"2021-05-22T00:59:12-04:00","uuid":"eefdb214-6d44-459c-8f4c-49ea6fe803ec","browser_download_url":"https://code.moparisthebest.com/attachments/eefdb214-6d44-459c-8f4c-49ea6fe803ec"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327445","id":37327445,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDQ1","name":"phone-mnemonic-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":3715376,"download_count":0,"created_at":"2021-05-22T04:59:13Z","updated_at":"2021-05-22T04:59:14Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-mips64el-unknown-linux-gnuabi64"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2370,"name":"phone-mnemonic-mips64el-unknown-linux-gnuabi64","size":3715376,"download_count":0,"created_at":"2021-05-22T00:59:14-04:00","uuid":"6ae1d983-4a2c-49ae-a387-8233b70c469c","browser_download_url":"https://code.moparisthebest.com/attachments/6ae1d983-4a2c-49ae-a387-8233b70c469c"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327447","id":37327447,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDQ3","name":"phone-mnemonic-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":3701248,"download_count":0,"created_at":"2021-05-22T04:59:15Z","updated_at":"2021-05-22T04:59:16Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-mips64-unknown-linux-gnuabi64"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2371,"name":"phone-mnemonic-mips64-unknown-linux-gnuabi64","size":3701248,"download_count":0,"created_at":"2021-05-22T00:59:16-04:00","uuid":"9d6e1fb9-949b-4fb6-8abf-40fc2d9dcb24","browser_download_url":"https://code.moparisthebest.com/attachments/9d6e1fb9-949b-4fb6-8abf-40fc2d9dcb24"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327451","id":37327451,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDUx","name":"phone-mnemonic-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":3304496,"download_count":0,"created_at":"2021-05-22T04:59:17Z","updated_at":"2021-05-22T04:59:17Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-mipsel-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2372,"name":"phone-mnemonic-mipsel-unknown-linux-gnu","size":3304496,"download_count":0,"created_at":"2021-05-22T00:59:18-04:00","uuid":"d988345a-613a-41d0-8cf5-458e10657dfc","browser_download_url":"https://code.moparisthebest.com/attachments/d988345a-613a-41d0-8cf5-458e10657dfc"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327452","id":37327452,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDUy","name":"phone-mnemonic-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":3365020,"download_count":0,"created_at":"2021-05-22T04:59:18Z","updated_at":"2021-05-22T04:59:19Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-mipsel-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2373,"name":"phone-mnemonic-mipsel-unknown-linux-musl","size":3365020,"download_count":0,"created_at":"2021-05-22T00:59:20-04:00","uuid":"3337be67-b440-4059-8771-5ae20e39a11c","browser_download_url":"https://code.moparisthebest.com/attachments/3337be67-b440-4059-8771-5ae20e39a11c"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327453","id":37327453,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDUz","name":"phone-mnemonic-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":3305604,"download_count":0,"created_at":"2021-05-22T04:59:20Z","updated_at":"2021-05-22T04:59:21Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-mips-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2374,"name":"phone-mnemonic-mips-unknown-linux-gnu","size":3305604,"download_count":0,"created_at":"2021-05-22T00:59:22-04:00","uuid":"d1e18e0b-3f22-45b5-b45e-3cbc1fc87f8d","browser_download_url":"https://code.moparisthebest.com/attachments/d1e18e0b-3f22-45b5-b45e-3cbc1fc87f8d"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327454","id":37327454,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDU0","name":"phone-mnemonic-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":3361288,"download_count":0,"created_at":"2021-05-22T04:59:22Z","updated_at":"2021-05-22T04:59:23Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-mips-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2375,"name":"phone-mnemonic-mips-unknown-linux-musl","size":3361288,"download_count":0,"created_at":"2021-05-22T00:59:24-04:00","uuid":"1e70d328-a418-4006-b113-24957e583c61","browser_download_url":"https://code.moparisthebest.com/attachments/1e70d328-a418-4006-b113-24957e583c61"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327455","id":37327455,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDU1","name":"phone-mnemonic-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":3820896,"download_count":0,"created_at":"2021-05-22T04:59:24Z","updated_at":"2021-05-22T04:59:25Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-powerpc64le-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2376,"name":"phone-mnemonic-powerpc64le-unknown-linux-gnu","size":3820896,"download_count":0,"created_at":"2021-05-22T00:59:25-04:00","uuid":"0cc549cc-624f-48eb-89af-1cade0fced27","browser_download_url":"https://code.moparisthebest.com/attachments/0cc549cc-624f-48eb-89af-1cade0fced27"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327456","id":37327456,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDU2","name":"phone-mnemonic-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":3402380,"download_count":0,"created_at":"2021-05-22T04:59:26Z","updated_at":"2021-05-22T04:59:27Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-powerpc-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2377,"name":"phone-mnemonic-powerpc-unknown-linux-gnu","size":3402380,"download_count":0,"created_at":"2021-05-22T00:59:27-04:00","uuid":"8b5d4c7a-9e67-432a-8419-f99eea33ebfc","browser_download_url":"https://code.moparisthebest.com/attachments/8b5d4c7a-9e67-432a-8419-f99eea33ebfc"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327458","id":37327458,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDU4","name":"phone-mnemonic-riscv64gc-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":4069320,"download_count":0,"created_at":"2021-05-22T04:59:28Z","updated_at":"2021-05-22T04:59:29Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-riscv64gc-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2378,"name":"phone-mnemonic-riscv64gc-unknown-linux-gnu","size":4069320,"download_count":0,"created_at":"2021-05-22T00:59:29-04:00","uuid":"5f9341b5-6b99-4615-adf0-39f81e04181b","browser_download_url":"https://code.moparisthebest.com/attachments/5f9341b5-6b99-4615-adf0-39f81e04181b"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327459","id":37327459,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDU5","name":"phone-mnemonic-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":5984552,"download_count":0,"created_at":"2021-05-22T04:59:30Z","updated_at":"2021-05-22T04:59:31Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-s390x-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2379,"name":"phone-mnemonic-s390x-unknown-linux-gnu","size":5984552,"download_count":0,"created_at":"2021-05-22T00:59:32-04:00","uuid":"8e06b51b-36c3-4bb4-8058-0b385da8967e","browser_download_url":"https://code.moparisthebest.com/attachments/8e06b51b-36c3-4bb4-8058-0b385da8967e"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327460","id":37327460,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDYw","name":"phone-mnemonic-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":1101896,"download_count":0,"created_at":"2021-05-22T04:59:32Z","updated_at":"2021-05-22T04:59:33Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-x86_64-sun-solaris"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2380,"name":"phone-mnemonic-x86_64-sun-solaris","size":1101896,"download_count":0,"created_at":"2021-05-22T00:59:33-04:00","uuid":"342f1887-8bea-4699-bc9c-bf85821478b4","browser_download_url":"https://code.moparisthebest.com/attachments/342f1887-8bea-4699-bc9c-bf85821478b4"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327461","id":37327461,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDYx","name":"phone-mnemonic-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":4835520,"download_count":0,"created_at":"2021-05-22T04:59:34Z","updated_at":"2021-05-22T04:59:35Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-sparcv9-sun-solaris"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2381,"name":"phone-mnemonic-sparcv9-sun-solaris","size":4835520,"download_count":0,"created_at":"2021-05-22T00:59:36-04:00","uuid":"2e8d96b1-01d4-43e8-8b66-c270f114a5e5","browser_download_url":"https://code.moparisthebest.com/attachments/2e8d96b1-01d4-43e8-8b66-c270f114a5e5"}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: 43403582
{"url":"https://api.github.com/repos/moparisthebest/phone-mnemonic/releases/assets/37327465","id":37327465,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI3NDY1","name":"phone-mnemonic-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":314328,"download_count":0,"created_at":"2021-05-22T04:59:36Z","updated_at":"2021-05-22T04:59:37Z","browser_download_url":"https://github.com/moparisthebest/phone-mnemonic/releases/download/beta/phone-mnemonic-x86_64-unknown-netbsd"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347222
{"id":2382,"name":"phone-mnemonic-x86_64-unknown-netbsd","size":314328,"download_count":0,"created_at":"2021-05-22T00:59:37-04:00","uuid":"943ff8c5-c473-4870-9cfa-1846c6a6d45f","browser_download_url":"https://code.moparisthebest.com/attachments/943ff8c5-c473-4870-9cfa-1846c6a6d45f"}+ 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