Console Output

Skipping 45 KB.. Full Log
+ strip target/arm-unknown-linux-musleabi/release/aaa
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-musleabi/release/aaa'
+ true
+ mkdir -p release
+ cp target/arm-unknown-linux-musleabi/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo arm-unknown-linux-musleabihf
+ cross build --target arm-unknown-linux-musleabihf --release
   Compiling rand_core v0.4.2
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 7.89s
+ cross build --target arm-unknown-linux-musleabihf --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling bitflags v0.9.1
   Compiling strsim v0.6.0
   Compiling vec_map v0.8.2
   Compiling ansi_term v0.9.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 48.28s
+ cross doc --target arm-unknown-linux-musleabihf
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/arm-unknown-linux-musleabihf/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 8.85s
+ file target/arm-unknown-linux-musleabihf/release/aaa
target/arm-unknown-linux-musleabihf/release/aaa: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target arm-unknown-linux-musleabihf
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 5.17s
     Running /target/arm-unknown-linux-musleabihf/debug/deps/adjective_adjective_animal-8c6fb5a1c1144580

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/arm-unknown-linux-musleabihf/release/aaa
strip: Unable to recognise the format of the input file `target/arm-unknown-linux-musleabihf/release/aaa'
+ true
+ mkdir -p release
+ cp target/arm-unknown-linux-musleabihf/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv5te-unknown-linux-gnueabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target armv5te-unknown-linux-gnueabi --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 5.80s
+ cross build --target armv5te-unknown-linux-gnueabi --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling vec_map v0.8.2
   Compiling strsim v0.6.0
   Compiling bitflags v0.9.1
   Compiling ansi_term v0.9.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 51.76s
+ cross doc --target armv5te-unknown-linux-gnueabi
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/armv5te-unknown-linux-gnueabi/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 12.23s
+ file target/armv5te-unknown-linux-gnueabi/release/aaa
target/armv5te-unknown-linux-gnueabi/release/aaa: 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]=11804e8a399c7d79ba65805d6452729e03d0ff6b, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target armv5te-unknown-linux-gnueabi
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 6.62s
     Running /target/armv5te-unknown-linux-gnueabi/debug/deps/adjective_adjective_animal-f6dbb42a454b7f71

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/armv5te-unknown-linux-gnueabi/release/aaa
strip: Unable to recognise the format of the input file `target/armv5te-unknown-linux-gnueabi/release/aaa'
+ true
+ mkdir -p release
+ cp target/armv5te-unknown-linux-gnueabi/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv5te-unknown-linux-musleabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target armv5te-unknown-linux-musleabi --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 7.61s
+ cross build --target armv5te-unknown-linux-musleabi --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling vec_map v0.8.2
   Compiling strsim v0.6.0
   Compiling bitflags v0.9.1
   Compiling ansi_term v0.9.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 52.27s
+ cross doc --target armv5te-unknown-linux-musleabi
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/armv5te-unknown-linux-musleabi/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 9.52s
+ file target/armv5te-unknown-linux-musleabi/release/aaa
target/armv5te-unknown-linux-musleabi/release/aaa: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target armv5te-unknown-linux-musleabi
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 5.85s
     Running /target/armv5te-unknown-linux-musleabi/debug/deps/adjective_adjective_animal-1642f14b0d9083bf

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/armv5te-unknown-linux-musleabi/release/aaa
strip: Unable to recognise the format of the input file `target/armv5te-unknown-linux-musleabi/release/aaa'
+ true
+ mkdir -p release
+ cp target/armv5te-unknown-linux-musleabi/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo x86_64-pc-windows-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ SUFFIX=.exe
+ cross build --target x86_64-pc-windows-gnu --release
   Compiling winapi-x86_64-pc-windows-gnu v0.4.0
   Compiling winapi v0.3.9
   Compiling rand_core v0.4.2
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 8.60s
+ cross build --target x86_64-pc-windows-gnu --release --manifest-path cli/Cargo.toml
   Compiling winapi v0.3.9
   Compiling unicode-width v0.1.8
   Compiling bitflags v0.9.1
   Compiling vec_map v0.8.2
   Compiling strsim v0.6.0
   Compiling ansi_term v0.9.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling rand v0.5.6
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 1m 06s
+ cross doc --target x86_64-pc-windows-gnu
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/x86_64-pc-windows-gnu/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
   Compiling winapi-x86_64-pc-windows-gnu v0.4.0
   Compiling winapi v0.3.9
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
    Checking rand_core v0.3.1
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting winapi-x86_64-pc-windows-gnu v0.4.0
 Documenting rand_core v0.3.1
 Documenting winapi v0.3.9
    Checking rand v0.5.6
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 18.91s
+ file target/x86_64-pc-windows-gnu/release/aaa.exe
target/x86_64-pc-windows-gnu/release/aaa.exe: PE32+ executable (console) x86-64, for MS Windows
+ '[' 0 -ne 1 ']'
+ cross test --target x86_64-pc-windows-gnu
   Compiling rand_core v0.4.2
   Compiling winapi-x86_64-pc-windows-gnu v0.4.0
   Compiling winapi v0.3.9
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 7.17s
     Running /target/x86_64-pc-windows-gnu/debug/deps/adjective_adjective_animal-da5efde575663107.exe

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/x86_64-pc-windows-gnu/release/aaa.exe
+ mkdir -p release
+ cp target/x86_64-pc-windows-gnu/release/aaa.exe release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo x86_64-linux-android
+ cross build --target x86_64-linux-android --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 5.81s
+ cross build --target x86_64-linux-android --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling strsim v0.6.0
   Compiling vec_map v0.8.2
   Compiling bitflags v0.9.1
   Compiling ansi_term v0.9.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 43.58s
+ cross doc --target x86_64-linux-android
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/x86_64-linux-android/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 9.72s
+ file target/x86_64-linux-android/release/aaa
target/x86_64-linux-android/release/aaa: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker64, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target x86_64-linux-android
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 5.81s
     Running /target/x86_64-linux-android/debug/deps/adjective_adjective_animal-762ab0e781aa4fd7

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/x86_64-linux-android/release/aaa
+ mkdir -p release
+ cp target/x86_64-linux-android/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo i686-linux-android
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target i686-linux-android --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 7.89s
+ cross build --target i686-linux-android --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling strsim v0.6.0
   Compiling bitflags v0.9.1
   Compiling ansi_term v0.9.0
   Compiling vec_map v0.8.2
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 52.14s
+ cross doc --target i686-linux-android
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/i686-linux-android/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 10.27s
+ file target/i686-linux-android/release/aaa
target/i686-linux-android/release/aaa: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target i686-linux-android
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 5.20s
     Running /target/i686-linux-android/debug/deps/adjective_adjective_animal-c7bac734d22a81f3

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/i686-linux-android/release/aaa
+ mkdir -p release
+ cp target/i686-linux-android/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo aarch64-linux-android
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target aarch64-linux-android --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 5.72s
+ cross build --target aarch64-linux-android --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling bitflags v0.9.1
   Compiling vec_map v0.8.2
   Compiling strsim v0.6.0
   Compiling ansi_term v0.9.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 41.72s
+ cross doc --target aarch64-linux-android
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/aarch64-linux-android/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 8.91s
+ file target/aarch64-linux-android/release/aaa
target/aarch64-linux-android/release/aaa: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker64, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target aarch64-linux-android
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 6.23s
     Running /target/aarch64-linux-android/debug/deps/adjective_adjective_animal-fcf03a7408d82b0d

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/aarch64-linux-android/release/aaa
strip: Unable to recognise the format of the input file `target/aarch64-linux-android/release/aaa'
+ true
+ mkdir -p release
+ cp target/aarch64-linux-android/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo armv7-linux-androideabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target armv7-linux-androideabi --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 7.48s
+ cross build --target armv7-linux-androideabi --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling ansi_term v0.9.0
   Compiling strsim v0.6.0
   Compiling vec_map v0.8.2
   Compiling bitflags v0.9.1
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 1m 01s
+ cross doc --target armv7-linux-androideabi
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/armv7-linux-androideabi/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 11.03s
+ file target/armv7-linux-androideabi/release/aaa
target/armv7-linux-androideabi/release/aaa: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target armv7-linux-androideabi
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 5.68s
     Running /target/armv7-linux-androideabi/debug/deps/adjective_adjective_animal-f31c264320f2d5a9

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/armv7-linux-androideabi/release/aaa
strip: Unable to recognise the format of the input file `target/armv7-linux-androideabi/release/aaa'
+ true
+ mkdir -p release
+ cp target/armv7-linux-androideabi/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo arm-linux-androideabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target arm-linux-androideabi --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 5.67s
+ cross build --target arm-linux-androideabi --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling vec_map v0.8.2
   Compiling ansi_term v0.9.0
   Compiling bitflags v0.9.1
   Compiling strsim v0.6.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 49.94s
+ cross doc --target arm-linux-androideabi
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/arm-linux-androideabi/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 10.85s
+ file target/arm-linux-androideabi/release/aaa
target/arm-linux-androideabi/release/aaa: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target arm-linux-androideabi
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 5.89s
     Running /target/arm-linux-androideabi/debug/deps/adjective_adjective_animal-b8a9ab738fe204ed

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/arm-linux-androideabi/release/aaa
strip: Unable to recognise the format of the input file `target/arm-linux-androideabi/release/aaa'
+ true
+ mkdir -p release
+ cp target/arm-linux-androideabi/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips64el-unknown-linux-gnuabi64
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target mips64el-unknown-linux-gnuabi64 --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 8.31s
+ cross build --target mips64el-unknown-linux-gnuabi64 --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling ansi_term v0.9.0
   Compiling bitflags v0.9.1
   Compiling vec_map v0.8.2
   Compiling strsim v0.6.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 55.41s
+ cross doc --target mips64el-unknown-linux-gnuabi64
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/mips64el-unknown-linux-gnuabi64/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 12.76s
+ file target/mips64el-unknown-linux-gnuabi64/release/aaa
target/mips64el-unknown-linux-gnuabi64/release/aaa: ELF 64-bit LSB pie executable, MIPS, MIPS64 rel2 version 1 (SYSV), dynamically linked, interpreter /lib64/ld.so.1, BuildID[sha1]=b4e8b9940c15dd3ea00f3336eafbd694c4276f6b, for GNU/Linux 3.2.0, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target mips64el-unknown-linux-gnuabi64
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 5.74s
     Running /target/mips64el-unknown-linux-gnuabi64/debug/deps/adjective_adjective_animal-1a784298aaa0efb3

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/mips64el-unknown-linux-gnuabi64/release/aaa
strip: Unable to recognise the format of the input file `target/mips64el-unknown-linux-gnuabi64/release/aaa'
+ true
+ mkdir -p release
+ cp target/mips64el-unknown-linux-gnuabi64/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips64-unknown-linux-gnuabi64
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target mips64-unknown-linux-gnuabi64 --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 6.13s
+ cross build --target mips64-unknown-linux-gnuabi64 --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling bitflags v0.9.1
   Compiling vec_map v0.8.2
   Compiling ansi_term v0.9.0
   Compiling strsim v0.6.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 44.69s
+ cross doc --target mips64-unknown-linux-gnuabi64
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/mips64-unknown-linux-gnuabi64/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 12.76s
+ file target/mips64-unknown-linux-gnuabi64/release/aaa
target/mips64-unknown-linux-gnuabi64/release/aaa: ELF 64-bit MSB pie executable, MIPS, MIPS64 rel2 version 1 (SYSV), dynamically linked, interpreter /lib64/ld.so.1, BuildID[sha1]=6026283832d1c3e666f6d11f91e8b3b4aab4dffb, for GNU/Linux 3.2.0, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target mips64-unknown-linux-gnuabi64
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 7.51s
     Running /target/mips64-unknown-linux-gnuabi64/debug/deps/adjective_adjective_animal-aa211a80088c8f39

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/mips64-unknown-linux-gnuabi64/release/aaa
strip: Unable to recognise the format of the input file `target/mips64-unknown-linux-gnuabi64/release/aaa'
+ true
+ mkdir -p release
+ cp target/mips64-unknown-linux-gnuabi64/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mipsel-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target mipsel-unknown-linux-gnu --release
   Compiling rand_core v0.4.2
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 8.32s
+ cross build --target mipsel-unknown-linux-gnu --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling bitflags v0.9.1
   Compiling vec_map v0.8.2
   Compiling ansi_term v0.9.0
   Compiling strsim v0.6.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 57.06s
+ cross doc --target mipsel-unknown-linux-gnu
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/mipsel-unknown-linux-gnu/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 10.31s
+ file target/mipsel-unknown-linux-gnu/release/aaa
target/mipsel-unknown-linux-gnu/release/aaa: 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]=7de7e1da4e64b833a17b5be81f726413fbe7ae9c, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target mipsel-unknown-linux-gnu
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 6.13s
     Running /target/mipsel-unknown-linux-gnu/debug/deps/adjective_adjective_animal-750918b99c058d09

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/mipsel-unknown-linux-gnu/release/aaa
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-gnu/release/aaa'
+ true
+ mkdir -p release
+ cp target/mipsel-unknown-linux-gnu/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mipsel-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target mipsel-unknown-linux-musl --release
   Compiling rand_core v0.4.2
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 6.39s
+ cross build --target mipsel-unknown-linux-musl --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling ansi_term v0.9.0
   Compiling strsim v0.6.0
   Compiling bitflags v0.9.1
   Compiling vec_map v0.8.2
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 40.60s
+ cross doc --target mipsel-unknown-linux-musl
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/mipsel-unknown-linux-musl/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 13.01s
+ file target/mipsel-unknown-linux-musl/release/aaa
target/mipsel-unknown-linux-musl/release/aaa: ELF 32-bit LSB pie executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-mipsel-sf.so.1, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target mipsel-unknown-linux-musl
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 6.91s
     Running /target/mipsel-unknown-linux-musl/debug/deps/adjective_adjective_animal-65c21855543b8888

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/mipsel-unknown-linux-musl/release/aaa
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-musl/release/aaa'
+ true
+ mkdir -p release
+ cp target/mipsel-unknown-linux-musl/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target mips-unknown-linux-gnu --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 8.33s
+ cross build --target mips-unknown-linux-gnu --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling bitflags v0.9.1
   Compiling ansi_term v0.9.0
   Compiling strsim v0.6.0
   Compiling vec_map v0.8.2
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 53.50s
+ cross doc --target mips-unknown-linux-gnu
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/mips-unknown-linux-gnu/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
 Documenting rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 10.30s
+ file target/mips-unknown-linux-gnu/release/aaa
target/mips-unknown-linux-gnu/release/aaa: 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]=a159c160f962565ca818b5296aa3b2e43873972e, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target mips-unknown-linux-gnu
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 6.18s
     Running /target/mips-unknown-linux-gnu/debug/deps/adjective_adjective_animal-8041f81341185bd1

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/mips-unknown-linux-gnu/release/aaa
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-gnu/release/aaa'
+ true
+ mkdir -p release
+ cp target/mips-unknown-linux-gnu/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target mips-unknown-linux-musl --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 5.88s
+ cross build --target mips-unknown-linux-musl --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling vec_map v0.8.2
   Compiling bitflags v0.9.1
   Compiling strsim v0.6.0
   Compiling ansi_term v0.9.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 50.77s
+ cross doc --target mips-unknown-linux-musl
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/mips-unknown-linux-musl/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling libc v0.2.94
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 12.63s
+ file target/mips-unknown-linux-musl/release/aaa
target/mips-unknown-linux-musl/release/aaa: ELF 32-bit MSB pie executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-mips-sf.so.1, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target mips-unknown-linux-musl
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 6.66s
     Running /target/mips-unknown-linux-musl/debug/deps/adjective_adjective_animal-3fdeece8b41f2340

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/mips-unknown-linux-musl/release/aaa
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-musl/release/aaa'
+ true
+ mkdir -p release
+ cp target/mips-unknown-linux-musl/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo powerpc64le-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target powerpc64le-unknown-linux-gnu --release
   Compiling rand_core v0.4.2
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 7.64s
+ cross build --target powerpc64le-unknown-linux-gnu --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling strsim v0.6.0
   Compiling ansi_term v0.9.0
   Compiling bitflags v0.9.1
   Compiling vec_map v0.8.2
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 48.67s
+ cross doc --target powerpc64le-unknown-linux-gnu
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/powerpc64le-unknown-linux-gnu/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
 Documenting rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 9.73s
+ file target/powerpc64le-unknown-linux-gnu/release/aaa
target/powerpc64le-unknown-linux-gnu/release/aaa: 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]=e21d9fa3f9edb0f8ef7e420c0e026f011ca61521, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target powerpc64le-unknown-linux-gnu
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 5.45s
     Running /target/powerpc64le-unknown-linux-gnu/debug/deps/adjective_adjective_animal-bc95d9ec8de7089e

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/powerpc64le-unknown-linux-gnu/release/aaa
strip: Unable to recognise the format of the input file `target/powerpc64le-unknown-linux-gnu/release/aaa'
+ true
+ mkdir -p release
+ cp target/powerpc64le-unknown-linux-gnu/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo powerpc-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target powerpc-unknown-linux-gnu --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 6.77s
+ cross build --target powerpc-unknown-linux-gnu --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling vec_map v0.8.2
   Compiling bitflags v0.9.1
   Compiling strsim v0.6.0
   Compiling ansi_term v0.9.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 48.52s
+ cross doc --target powerpc-unknown-linux-gnu
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/powerpc-unknown-linux-gnu/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 12.54s
+ file target/powerpc-unknown-linux-gnu/release/aaa
target/powerpc-unknown-linux-gnu/release/aaa: 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]=e2ca448096a2b2ac4787712aa648f35ad86bd5bd, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target powerpc-unknown-linux-gnu
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 6.57s
     Running /target/powerpc-unknown-linux-gnu/debug/deps/adjective_adjective_animal-183a7aa3a11fac0c

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/powerpc-unknown-linux-gnu/release/aaa
strip: Unable to recognise the format of the input file `target/powerpc-unknown-linux-gnu/release/aaa'
+ true
+ mkdir -p release
+ cp target/powerpc-unknown-linux-gnu/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo riscv64gc-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target riscv64gc-unknown-linux-gnu --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 7.55s
+ cross build --target riscv64gc-unknown-linux-gnu --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling vec_map v0.8.2
   Compiling bitflags v0.9.1
   Compiling ansi_term v0.9.0
   Compiling strsim v0.6.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 56.45s
+ cross doc --target riscv64gc-unknown-linux-gnu
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/riscv64gc-unknown-linux-gnu/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 13.04s
+ file target/riscv64gc-unknown-linux-gnu/release/aaa
target/riscv64gc-unknown-linux-gnu/release/aaa: 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]=375cd62e45da58beb8e1587c9b6323359b8bcb03, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross test --target riscv64gc-unknown-linux-gnu
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
   Compiling adjective_adjective_animal v0.1.0 (/project)
    Finished test [unoptimized + debuginfo] target(s) in 5.50s
     Running /target/riscv64gc-unknown-linux-gnu/debug/deps/adjective_adjective_animal-4628f20311f4b3e8

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out

+ strip target/riscv64gc-unknown-linux-gnu/release/aaa
strip: Unable to recognise the format of the input file `target/riscv64gc-unknown-linux-gnu/release/aaa'
+ true
+ mkdir -p release
+ cp target/riscv64gc-unknown-linux-gnu/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo s390x-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target s390x-unknown-linux-gnu --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 7.57s
+ cross build --target s390x-unknown-linux-gnu --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling vec_map v0.8.2
   Compiling ansi_term v0.9.0
   Compiling bitflags v0.9.1
   Compiling strsim v0.6.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 1m 01s
+ cross doc --target s390x-unknown-linux-gnu
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/s390x-unknown-linux-gnu/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 11.91s
+ file target/s390x-unknown-linux-gnu/release/aaa
target/s390x-unknown-linux-gnu/release/aaa: 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]=cba55790698f301b41a7bd0330cbc3e1be1ff1a8, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/s390x-unknown-linux-gnu/release/aaa
strip: Unable to recognise the format of the input file `target/s390x-unknown-linux-gnu/release/aaa'
+ true
+ mkdir -p release
+ cp target/s390x-unknown-linux-gnu/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-sun-solaris
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target x86_64-sun-solaris --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 7.38s
+ cross build --target x86_64-sun-solaris --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling strsim v0.6.0
   Compiling bitflags v0.9.1
   Compiling vec_map v0.8.2
   Compiling ansi_term v0.9.0
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 44.88s
+ cross doc --target x86_64-sun-solaris
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/x86_64-sun-solaris/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 8.13s
+ file target/x86_64-sun-solaris/release/aaa
target/x86_64-sun-solaris/release/aaa: 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/aaa
+ mkdir -p release
+ cp target/x86_64-sun-solaris/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo sparcv9-sun-solaris
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target sparcv9-sun-solaris --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 5.72s
+ cross build --target sparcv9-sun-solaris --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling strsim v0.6.0
   Compiling ansi_term v0.9.0
   Compiling bitflags v0.9.1
   Compiling vec_map v0.8.2
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 51.81s
+ cross doc --target sparcv9-sun-solaris
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/sparcv9-sun-solaris/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 10.31s
+ file target/sparcv9-sun-solaris/release/aaa
target/sparcv9-sun-solaris/release/aaa: 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/aaa
strip: Unable to recognise the format of the input file `target/sparcv9-sun-solaris/release/aaa'
+ true
+ mkdir -p release
+ cp target/sparcv9-sun-solaris/release/aaa release/aaa-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=adjective_adjective_animal
+ CRATE_NAME=adjective_adjective_animal
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-unknown-netbsd
+ grep -E '^x86_64-pc-windows-gnu$'
+ cross build --target x86_64-unknown-netbsd --release
   Compiling rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling rand_core v0.3.1
   Compiling rand v0.5.6
    Finished release [optimized] target(s) in 7.27s
+ cross build --target x86_64-unknown-netbsd --release --manifest-path cli/Cargo.toml
   Compiling unicode-width v0.1.8
   Compiling vec_map v0.8.2
   Compiling strsim v0.6.0
   Compiling ansi_term v0.9.0
   Compiling bitflags v0.9.1
   Compiling adjective_adjective_animal v0.1.0 (/project)
   Compiling textwrap v0.9.0
   Compiling atty v0.2.14
   Compiling clap v2.27.1
   Compiling adjective_adjective_animal_cli v0.1.0 (/project/cli)
    Finished release [optimized] target(s) in 51.30s
+ cross doc --target x86_64-unknown-netbsd
warning: output filename collision.
The lib target `rand_core` in package `rand_core v0.4.2` has the same output filename as the lib target `rand_core` in package `rand_core v0.3.1`.
Colliding filename is: /target/x86_64-unknown-netbsd/doc/rand_core/
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.
    Checking rand_core v0.4.2
 Documenting rand_core v0.4.2
   Compiling libc v0.2.94
   Compiling adjective_adjective_animal v0.1.0 (/project)
 Documenting libc v0.2.94
    Checking rand_core v0.3.1
    Checking rand v0.5.6
 Documenting rand_core v0.3.1
 Documenting rand v0.5.6
 Documenting adjective_adjective_animal v0.1.0 (/project)
    Finished dev [unoptimized + debuginfo] target(s) in 8.32s
+ file target/x86_64-unknown-netbsd/release/aaa
target/x86_64-unknown-netbsd/release/aaa: 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/aaa
+ mkdir -p release
+ cp target/x86_64-unknown-netbsd/release/aaa release/aaa-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: 41333518
deleting gitea release_id: 347218
+ 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/adjective-adjective-animal/releases/43404100",
  "assets_url": "https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/43404100/assets",
  "upload_url": "https://uploads.github.com/repos/moparisthebest/adjective-adjective-animal/releases/43404100/assets{?name,label}",
  "html_url": "https://github.com/moparisthebest/adjective-adjective-animal/releases/tag/beta",
  "id": 43404100,
  "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": "MDc6UmVsZWFzZTQzNDA0MTAw",
  "tag_name": "beta",
  "target_commitish": "master",
  "name": null,
  "draft": false,
  "prerelease": false,
  "created_at": "2020-11-26T23:43:31Z",
  "published_at": "2021-05-22T05:49:00Z",
  "assets": [

  ],
  "tarball_url": "https://api.github.com/repos/moparisthebest/adjective-adjective-animal/tarball/beta",
  "zipball_url": "https://api.github.com/repos/moparisthebest/adjective-adjective-animal/zipball/beta",
  "body": null
}
uploading file to github release_id: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328336","id":37328336,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4MzM2","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":3413,"download_count":0,"created_at":"2021-05-22T05:49:00Z","updated_at":"2021-05-22T05:49:00Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/sha256sum.txt"}{"id":347218,"tag_name":"beta","target_commitish":"","name":"","body":"","url":"https://code.moparisthebest.com/api/v1/repos/moparisthebest/adjective-adjective-animal/releases/347218","html_url":"https://code.moparisthebest.com/moparisthebest/adjective-adjective-animal/releases/tag/beta","tarball_url":"https://code.moparisthebest.com/moparisthebest/adjective-adjective-animal/archive/beta.tar.gz","zipball_url":"https://code.moparisthebest.com/moparisthebest/adjective-adjective-animal/archive/beta.zip","draft":false,"prerelease":false,"created_at":"2020-11-26T18:43:31-05:00","published_at":"2020-11-26T18:43:31-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: 347218
{"id":2383,"name":"sha256sum.txt","size":3413,"download_count":0,"created_at":"2021-05-22T01:49:01-04:00","uuid":"ed8a26d4-8435-452c-847a-a686152656fc","browser_download_url":"https://code.moparisthebest.com/attachments/ed8a26d4-8435-452c-847a-a686152656fc"}+ 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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328337","id":37328337,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4MzM3","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":3690,"download_count":0,"created_at":"2021-05-22T05:49:01Z","updated_at":"2021-05-22T05:49:01Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/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: 347218
{"id":2384,"name":"sha256sum.txt.asc","size":3690,"download_count":0,"created_at":"2021-05-22T01:49:02-04:00","uuid":"1bf5ca01-7a91-4216-989f-8067861f81e6","browser_download_url":"https://code.moparisthebest.com/attachments/1bf5ca01-7a91-4216-989f-8067861f81e6"}+ 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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328338","id":37328338,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4MzM4","name":"aaa-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":1312160,"download_count":0,"created_at":"2021-05-22T05:49:03Z","updated_at":"2021-05-22T05:49:03Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-x86_64-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2385,"name":"aaa-x86_64-unknown-linux-musl","size":1312160,"download_count":0,"created_at":"2021-05-22T01:49:04-04:00","uuid":"f3619804-fc4e-4f8a-933b-544cc79c62d4","browser_download_url":"https://code.moparisthebest.com/attachments/f3619804-fc4e-4f8a-933b-544cc79c62d4"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328341","id":37328341,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4MzQx","name":"aaa-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":1562880,"download_count":0,"created_at":"2021-05-22T05:49:04Z","updated_at":"2021-05-22T05:49:05Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-x86_64-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2386,"name":"aaa-x86_64-unknown-linux-gnu","size":1562880,"download_count":0,"created_at":"2021-05-22T01:49:05-04:00","uuid":"8f473f4e-8362-4247-839f-36731bf9f22e","browser_download_url":"https://code.moparisthebest.com/attachments/8f473f4e-8362-4247-839f-36731bf9f22e"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328344","id":37328344,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4MzQ0","name":"aaa-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":1201116,"download_count":0,"created_at":"2021-05-22T05:49:06Z","updated_at":"2021-05-22T05:49:07Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-i686-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2387,"name":"aaa-i686-unknown-linux-musl","size":1201116,"download_count":0,"created_at":"2021-05-22T01:49:08-04:00","uuid":"dc1f32cc-0806-4097-8acc-215e1f64dbc7","browser_download_url":"https://code.moparisthebest.com/attachments/dc1f32cc-0806-4097-8acc-215e1f64dbc7"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328353","id":37328353,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4MzUz","name":"aaa-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":1353240,"download_count":0,"created_at":"2021-05-22T05:49:09Z","updated_at":"2021-05-22T05:49:09Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-i686-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2388,"name":"aaa-i686-unknown-linux-gnu","size":1353240,"download_count":0,"created_at":"2021-05-22T01:49:09-04:00","uuid":"c96f6169-d00d-4257-abe6-db94306b8a1e","browser_download_url":"https://code.moparisthebest.com/attachments/c96f6169-d00d-4257-abe6-db94306b8a1e"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328357","id":37328357,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4MzU3","name":"aaa-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":1192924,"download_count":0,"created_at":"2021-05-22T05:49:10Z","updated_at":"2021-05-22T05:49:11Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-i586-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2389,"name":"aaa-i586-unknown-linux-musl","size":1192924,"download_count":0,"created_at":"2021-05-22T01:49:11-04:00","uuid":"d8280494-7449-4161-84fa-17a09f75b48a","browser_download_url":"https://code.moparisthebest.com/attachments/d8280494-7449-4161-84fa-17a09f75b48a"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328363","id":37328363,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4MzYz","name":"aaa-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":1353240,"download_count":0,"created_at":"2021-05-22T05:49:12Z","updated_at":"2021-05-22T05:49:12Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-i586-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2390,"name":"aaa-i586-unknown-linux-gnu","size":1353240,"download_count":0,"created_at":"2021-05-22T01:49:13-04:00","uuid":"6fd38232-7ad8-4efd-9130-26f04b9c5f67","browser_download_url":"https://code.moparisthebest.com/attachments/6fd38232-7ad8-4efd-9130-26f04b9c5f67"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328367","id":37328367,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4MzY3","name":"aaa-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":5176800,"download_count":0,"created_at":"2021-05-22T05:49:15Z","updated_at":"2021-05-22T05:49:17Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-aarch64-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2391,"name":"aaa-aarch64-unknown-linux-musl","size":5176800,"download_count":0,"created_at":"2021-05-22T01:49:18-04:00","uuid":"45984ce6-6416-42f2-a5aa-be5077be47ef","browser_download_url":"https://code.moparisthebest.com/attachments/45984ce6-6416-42f2-a5aa-be5077be47ef"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328371","id":37328371,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4Mzcx","name":"aaa-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":4933040,"download_count":0,"created_at":"2021-05-22T05:49:18Z","updated_at":"2021-05-22T05:49:19Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-aarch64-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2392,"name":"aaa-aarch64-unknown-linux-gnu","size":4933040,"download_count":0,"created_at":"2021-05-22T01:49:19-04:00","uuid":"75291129-371c-4353-8773-529a16152d99","browser_download_url":"https://code.moparisthebest.com/attachments/75291129-371c-4353-8773-529a16152d99"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328374","id":37328374,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4Mzc0","name":"aaa-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":4359724,"download_count":0,"created_at":"2021-05-22T05:49:20Z","updated_at":"2021-05-22T05:49:21Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-armv7-unknown-linux-gnueabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2393,"name":"aaa-armv7-unknown-linux-gnueabihf","size":4359724,"download_count":0,"created_at":"2021-05-22T01:49:21-04:00","uuid":"26862e5d-dead-4739-9274-b69d9abb881d","browser_download_url":"https://code.moparisthebest.com/attachments/26862e5d-dead-4739-9274-b69d9abb881d"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328377","id":37328377,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4Mzc3","name":"aaa-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":4649152,"download_count":0,"created_at":"2021-05-22T05:49:22Z","updated_at":"2021-05-22T05:49:23Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-armv7-unknown-linux-musleabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2394,"name":"aaa-armv7-unknown-linux-musleabihf","size":4649152,"download_count":0,"created_at":"2021-05-22T01:49:23-04:00","uuid":"e45a0055-5974-4b4b-a6e4-335fcaa7e8eb","browser_download_url":"https://code.moparisthebest.com/attachments/e45a0055-5974-4b4b-a6e4-335fcaa7e8eb"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328381","id":37328381,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4Mzgx","name":"aaa-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":4406124,"download_count":0,"created_at":"2021-05-22T05:49:24Z","updated_at":"2021-05-22T05:49:25Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-arm-unknown-linux-gnueabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2395,"name":"aaa-arm-unknown-linux-gnueabi","size":4406124,"download_count":0,"created_at":"2021-05-22T01:49:25-04:00","uuid":"2146ea04-6653-43da-baf6-2d47a3e58e9c","browser_download_url":"https://code.moparisthebest.com/attachments/2146ea04-6653-43da-baf6-2d47a3e58e9c"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328387","id":37328387,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4Mzg3","name":"aaa-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":4361200,"download_count":0,"created_at":"2021-05-22T05:49:26Z","updated_at":"2021-05-22T05:49:26Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-arm-unknown-linux-gnueabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2396,"name":"aaa-arm-unknown-linux-gnueabihf","size":4361200,"download_count":0,"created_at":"2021-05-22T01:49:27-04:00","uuid":"86a8e4a8-7f2f-4213-b955-552d3d7b7fc7","browser_download_url":"https://code.moparisthebest.com/attachments/86a8e4a8-7f2f-4213-b955-552d3d7b7fc7"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328396","id":37328396,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4Mzk2","name":"aaa-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":4688216,"download_count":0,"created_at":"2021-05-22T05:49:28Z","updated_at":"2021-05-22T05:49:29Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-arm-unknown-linux-musleabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2397,"name":"aaa-arm-unknown-linux-musleabi","size":4688216,"download_count":0,"created_at":"2021-05-22T01:49:29-04:00","uuid":"fdd69602-f2e1-40a6-8ff7-71cbf3f65f35","browser_download_url":"https://code.moparisthebest.com/attachments/fdd69602-f2e1-40a6-8ff7-71cbf3f65f35"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328401","id":37328401,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDAx","name":"aaa-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":4663640,"download_count":0,"created_at":"2021-05-22T05:49:30Z","updated_at":"2021-05-22T05:49:31Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-arm-unknown-linux-musleabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2398,"name":"aaa-arm-unknown-linux-musleabihf","size":4663640,"download_count":0,"created_at":"2021-05-22T01:49:31-04:00","uuid":"1b126335-3023-417a-a2fb-51287cbb43ae","browser_download_url":"https://code.moparisthebest.com/attachments/1b126335-3023-417a-a2fb-51287cbb43ae"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328404","id":37328404,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDA0","name":"aaa-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":4433636,"download_count":0,"created_at":"2021-05-22T05:49:32Z","updated_at":"2021-05-22T05:49:33Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-armv5te-unknown-linux-gnueabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2399,"name":"aaa-armv5te-unknown-linux-gnueabi","size":4433636,"download_count":0,"created_at":"2021-05-22T01:49:33-04:00","uuid":"87d56eb3-d6c4-4e4c-b6d0-24085dd69ce6","browser_download_url":"https://code.moparisthebest.com/attachments/87d56eb3-d6c4-4e4c-b6d0-24085dd69ce6"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328407","id":37328407,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDA3","name":"aaa-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":4711192,"download_count":0,"created_at":"2021-05-22T05:49:35Z","updated_at":"2021-05-22T05:49:36Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-armv5te-unknown-linux-musleabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2400,"name":"aaa-armv5te-unknown-linux-musleabi","size":4711192,"download_count":0,"created_at":"2021-05-22T01:49:36-04:00","uuid":"baa877e4-b1ee-40ef-85aa-766cfe58afd4","browser_download_url":"https://code.moparisthebest.com/attachments/baa877e4-b1ee-40ef-85aa-766cfe58afd4"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328408","id":37328408,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDA4","name":"aaa-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":2184704,"download_count":0,"created_at":"2021-05-22T05:49:37Z","updated_at":"2021-05-22T05:49:38Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-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: 347218
{"id":2401,"name":"aaa-x86_64-pc-windows-gnu.exe","size":2184704,"download_count":0,"created_at":"2021-05-22T01:49:38-04:00","uuid":"9c8ce739-e830-42ed-a8a4-b6cac2ddd519","browser_download_url":"https://code.moparisthebest.com/attachments/9c8ce739-e830-42ed-a8a4-b6cac2ddd519"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328409","id":37328409,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDA5","name":"aaa-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":1542416,"download_count":0,"created_at":"2021-05-22T05:49:39Z","updated_at":"2021-05-22T05:49:40Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-x86_64-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2402,"name":"aaa-x86_64-linux-android","size":1542416,"download_count":0,"created_at":"2021-05-22T01:49:40-04:00","uuid":"38e784ff-e3a5-40e4-a06c-3145ae21a167","browser_download_url":"https://code.moparisthebest.com/attachments/38e784ff-e3a5-40e4-a06c-3145ae21a167"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328410","id":37328410,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDEw","name":"aaa-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":1361448,"download_count":0,"created_at":"2021-05-22T05:49:40Z","updated_at":"2021-05-22T05:49:41Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-i686-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2403,"name":"aaa-i686-linux-android","size":1361448,"download_count":0,"created_at":"2021-05-22T01:49:41-04:00","uuid":"b1175c09-4b06-4d67-a5b4-ce7bfd63e0f2","browser_download_url":"https://code.moparisthebest.com/attachments/b1175c09-4b06-4d67-a5b4-ce7bfd63e0f2"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328411","id":37328411,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDEx","name":"aaa-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":5048224,"download_count":0,"created_at":"2021-05-22T05:49:42Z","updated_at":"2021-05-22T05:49:43Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-aarch64-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2404,"name":"aaa-aarch64-linux-android","size":5048224,"download_count":0,"created_at":"2021-05-22T01:49:43-04:00","uuid":"aacb6693-63e6-4f75-a4bc-81ebd4e72266","browser_download_url":"https://code.moparisthebest.com/attachments/aacb6693-63e6-4f75-a4bc-81ebd4e72266"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328412","id":37328412,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDEy","name":"aaa-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":3881228,"download_count":0,"created_at":"2021-05-22T05:49:44Z","updated_at":"2021-05-22T05:49:45Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-armv7-linux-androideabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2405,"name":"aaa-armv7-linux-androideabi","size":3881228,"download_count":0,"created_at":"2021-05-22T01:49:46-04:00","uuid":"56e4c347-e906-4a0d-ba89-0a2601e32903","browser_download_url":"https://code.moparisthebest.com/attachments/56e4c347-e906-4a0d-ba89-0a2601e32903"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328417","id":37328417,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDE3","name":"aaa-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":4221744,"download_count":0,"created_at":"2021-05-22T05:49:46Z","updated_at":"2021-05-22T05:49:47Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-arm-linux-androideabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2406,"name":"aaa-arm-linux-androideabi","size":4221744,"download_count":0,"created_at":"2021-05-22T01:49:48-04:00","uuid":"3b41c5ee-45c9-48cf-880a-7387c2ffe20e","browser_download_url":"https://code.moparisthebest.com/attachments/3b41c5ee-45c9-48cf-880a-7387c2ffe20e"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328418","id":37328418,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDE4","name":"aaa-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":5120640,"download_count":0,"created_at":"2021-05-22T05:49:48Z","updated_at":"2021-05-22T05:49:49Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-mips64el-unknown-linux-gnuabi64"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2407,"name":"aaa-mips64el-unknown-linux-gnuabi64","size":5120640,"download_count":0,"created_at":"2021-05-22T01:49:50-04:00","uuid":"ebf6c0d7-d52f-4224-ac84-0e77a4cacec2","browser_download_url":"https://code.moparisthebest.com/attachments/ebf6c0d7-d52f-4224-ac84-0e77a4cacec2"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328420","id":37328420,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDIw","name":"aaa-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":5106720,"download_count":0,"created_at":"2021-05-22T05:49:50Z","updated_at":"2021-05-22T05:49:51Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-mips64-unknown-linux-gnuabi64"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2408,"name":"aaa-mips64-unknown-linux-gnuabi64","size":5106720,"download_count":0,"created_at":"2021-05-22T01:49:51-04:00","uuid":"6b64a5ca-d602-4d61-8a48-58571085bf4f","browser_download_url":"https://code.moparisthebest.com/attachments/6b64a5ca-d602-4d61-8a48-58571085bf4f"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328421","id":37328421,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDIx","name":"aaa-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":4491880,"download_count":0,"created_at":"2021-05-22T05:49:53Z","updated_at":"2021-05-22T05:49:53Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-mipsel-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2409,"name":"aaa-mipsel-unknown-linux-gnu","size":4491880,"download_count":0,"created_at":"2021-05-22T01:49:54-04:00","uuid":"5707fcda-afaa-430b-95c7-b20c5134efc1","browser_download_url":"https://code.moparisthebest.com/attachments/5707fcda-afaa-430b-95c7-b20c5134efc1"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328423","id":37328423,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDIz","name":"aaa-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":4546996,"download_count":0,"created_at":"2021-05-22T05:49:55Z","updated_at":"2021-05-22T05:49:55Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-mipsel-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2410,"name":"aaa-mipsel-unknown-linux-musl","size":4546996,"download_count":0,"created_at":"2021-05-22T01:49:56-04:00","uuid":"22c84425-451d-417d-8d73-e7b84f648947","browser_download_url":"https://code.moparisthebest.com/attachments/22c84425-451d-417d-8d73-e7b84f648947"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328426","id":37328426,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDI2","name":"aaa-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":4489728,"download_count":0,"created_at":"2021-05-22T05:49:57Z","updated_at":"2021-05-22T05:49:57Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-mips-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2411,"name":"aaa-mips-unknown-linux-gnu","size":4489728,"download_count":0,"created_at":"2021-05-22T01:49:58-04:00","uuid":"bd591e87-f3c3-4eaa-a4c0-f16de0cda51f","browser_download_url":"https://code.moparisthebest.com/attachments/bd591e87-f3c3-4eaa-a4c0-f16de0cda51f"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328429","id":37328429,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDI5","name":"aaa-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":4543596,"download_count":0,"created_at":"2021-05-22T05:49:59Z","updated_at":"2021-05-22T05:49:59Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-mips-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2412,"name":"aaa-mips-unknown-linux-musl","size":4543596,"download_count":0,"created_at":"2021-05-22T01:50:00-04:00","uuid":"d4618f20-9cc1-4f77-8361-1d961250e972","browser_download_url":"https://code.moparisthebest.com/attachments/d4618f20-9cc1-4f77-8361-1d961250e972"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328432","id":37328432,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDMy","name":"aaa-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":5269128,"download_count":0,"created_at":"2021-05-22T05:50:01Z","updated_at":"2021-05-22T05:50:01Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-powerpc64le-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2413,"name":"aaa-powerpc64le-unknown-linux-gnu","size":5269128,"download_count":0,"created_at":"2021-05-22T01:50:02-04:00","uuid":"4c8598c0-4526-437e-b2dd-91e4421a5a90","browser_download_url":"https://code.moparisthebest.com/attachments/4c8598c0-4526-437e-b2dd-91e4421a5a90"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328437","id":37328437,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDM3","name":"aaa-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":4590748,"download_count":0,"created_at":"2021-05-22T05:50:03Z","updated_at":"2021-05-22T05:50:04Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-powerpc-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2414,"name":"aaa-powerpc-unknown-linux-gnu","size":4590748,"download_count":0,"created_at":"2021-05-22T01:50:04-04:00","uuid":"601e7ff8-18f5-4143-a87e-e15de0960d4c","browser_download_url":"https://code.moparisthebest.com/attachments/601e7ff8-18f5-4143-a87e-e15de0960d4c"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328440","id":37328440,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDQw","name":"aaa-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":5338632,"download_count":0,"created_at":"2021-05-22T05:50:05Z","updated_at":"2021-05-22T05:50:05Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-riscv64gc-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2415,"name":"aaa-riscv64gc-unknown-linux-gnu","size":5338632,"download_count":0,"created_at":"2021-05-22T01:50:06-04:00","uuid":"185ffb69-e91d-4022-990a-e8f21a7e8c95","browser_download_url":"https://code.moparisthebest.com/attachments/185ffb69-e91d-4022-990a-e8f21a7e8c95"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328444","id":37328444,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDQ0","name":"aaa-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":7406392,"download_count":0,"created_at":"2021-05-22T05:50:06Z","updated_at":"2021-05-22T05:50:08Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-s390x-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2416,"name":"aaa-s390x-unknown-linux-gnu","size":7406392,"download_count":0,"created_at":"2021-05-22T01:50:08-04:00","uuid":"a5f9b38a-e9f5-44ee-8196-b0cc15d898c6","browser_download_url":"https://code.moparisthebest.com/attachments/a5f9b38a-e9f5-44ee-8196-b0cc15d898c6"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328448","id":37328448,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDQ4","name":"aaa-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":2349336,"download_count":0,"created_at":"2021-05-22T05:50:09Z","updated_at":"2021-05-22T05:50:09Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-x86_64-sun-solaris"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2417,"name":"aaa-x86_64-sun-solaris","size":2349336,"download_count":0,"created_at":"2021-05-22T01:50:09-04:00","uuid":"041e2c3c-a6a6-401d-8121-5cd9d0c3a08b","browser_download_url":"https://code.moparisthebest.com/attachments/041e2c3c-a6a6-401d-8121-5cd9d0c3a08b"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328451","id":37328451,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDUx","name":"aaa-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":6677784,"download_count":0,"created_at":"2021-05-22T05:50:10Z","updated_at":"2021-05-22T05:50:12Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-sparcv9-sun-solaris"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2418,"name":"aaa-sparcv9-sun-solaris","size":6677784,"download_count":0,"created_at":"2021-05-22T01:50:12-04:00","uuid":"9aa9186a-d0ef-479c-b030-559083bec71e","browser_download_url":"https://code.moparisthebest.com/attachments/9aa9186a-d0ef-479c-b030-559083bec71e"}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: 43404100
{"url":"https://api.github.com/repos/moparisthebest/adjective-adjective-animal/releases/assets/37328455","id":37328455,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI4NDU1","name":"aaa-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":1559560,"download_count":0,"created_at":"2021-05-22T05:50:13Z","updated_at":"2021-05-22T05:50:14Z","browser_download_url":"https://github.com/moparisthebest/adjective-adjective-animal/releases/download/beta/aaa-x86_64-unknown-netbsd"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347218
{"id":2419,"name":"aaa-x86_64-unknown-netbsd","size":1559560,"download_count":0,"created_at":"2021-05-22T01:50:14-04:00","uuid":"1fe54f6e-5ebd-4d01-9a07-8f43f0156369","browser_download_url":"https://code.moparisthebest.com/attachments/1fe54f6e-5ebd-4d01-9a07-8f43f0156369"}+ 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