Console Output

Skipping 72 KB.. Full Log
+ mkdir -p release
+ cp target/x86_64-pc-windows-gnu/release/run-script.exe release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo x86_64-linux-android
+ grep -E '^x86_64-unknown-netbsd$'
+ echo x86_64-linux-android
+ cross +nightly build --target x86_64-linux-android --release
   Compiling cfg-if v0.1.10
   Compiling subtle v2.2.3
   Compiling opaque-debug v0.2.3
   Compiling subtle v1.0.0
   Compiling byte-tools v0.3.1
   Compiling smallvec v1.4.0
   Compiling matches v0.1.8
   Compiling ppv-lite86 v0.2.8
   Compiling safemem v0.3.3
   Compiling fake-simd v0.1.2
   Compiling zeroize v1.1.0
   Compiling percent-encoding v1.0.1
   Compiling percent-encoding v2.1.0
   Compiling base64 v0.12.1
   Compiling traitobject v0.1.0
   Compiling typeable v0.1.2
   Compiling language-tags v0.2.2
   Compiling state v0.4.1
   Compiling unicode-xid v0.1.0
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-bidi v0.3.4
   Compiling serde v1.0.111
   Compiling unicode-normalization v0.1.12
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling base64 v0.9.3
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling log v0.3.9
   Compiling block-cipher-trait v0.6.2
   Compiling digest v0.8.1
   Compiling universal-hash v0.3.0
   Compiling crypto-mac v0.7.0
   Compiling block-buffer v0.7.3
   Compiling aead v0.2.0
   Compiling url v1.7.2
   Compiling rand_core v0.5.1
   Compiling mime v0.2.6
   Compiling aes-soft v0.3.3
   Compiling hmac v0.7.1
   Compiling polyval v0.3.3
   Compiling sha2 v0.8.2
   Compiling rand_chacha v0.2.2
   Compiling aes v0.3.2
   Compiling hyper v0.10.16
   Compiling hkdf v0.8.0
   Compiling toml v0.4.10
   Compiling ghash v0.2.3
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 2m 17s
+ file target/x86_64-linux-android/release/run-script
target/x86_64-linux-android/release/run-script: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker64, with debug_info, not stripped
+ strip target/x86_64-linux-android/release/run-script
+ mkdir -p release
+ cp target/x86_64-linux-android/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo i686-linux-android
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo i686-linux-android
+ grep -E '^x86_64-unknown-netbsd$'
+ cross +nightly build --target i686-linux-android --release
   Compiling cfg-if v0.1.10
   Compiling opaque-debug v0.2.3
   Compiling subtle v2.2.3
   Compiling matches v0.1.8
   Compiling subtle v1.0.0
   Compiling byte-tools v0.3.1
   Compiling smallvec v1.4.0
   Compiling ppv-lite86 v0.2.8
   Compiling safemem v0.3.3
   Compiling zeroize v1.1.0
   Compiling percent-encoding v1.0.1
   Compiling fake-simd v0.1.2
   Compiling base64 v0.12.1
   Compiling percent-encoding v2.1.0
   Compiling traitobject v0.1.0
   Compiling language-tags v0.2.2
   Compiling typeable v0.1.2
   Compiling state v0.4.1
   Compiling unicode-xid v0.1.0
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling unicode-bidi v0.3.4
   Compiling block-padding v0.1.5
   Compiling serde v1.0.111
   Compiling unicode-normalization v0.1.12
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling generic-array v0.12.3
   Compiling idna v0.1.5
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling log v0.3.9
   Compiling base64 v0.9.3
   Compiling digest v0.8.1
   Compiling universal-hash v0.3.0
   Compiling block-cipher-trait v0.6.2
   Compiling crypto-mac v0.7.0
   Compiling aead v0.2.0
   Compiling block-buffer v0.7.3
   Compiling rand_core v0.5.1
   Compiling url v1.7.2
   Compiling mime v0.2.6
   Compiling polyval v0.3.3
   Compiling aes-soft v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling rand_chacha v0.2.2
   Compiling ghash v0.2.3
   Compiling hyper v0.10.16
   Compiling toml v0.4.10
   Compiling hkdf v0.8.0
   Compiling aes v0.3.2
   Compiling rand v0.7.3
   Compiling pear v0.1.4
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 1m 24s
+ file target/i686-linux-android/release/run-script
target/i686-linux-android/release/run-script: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, with debug_info, not stripped
+ strip target/i686-linux-android/release/run-script
+ mkdir -p release
+ cp target/i686-linux-android/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo aarch64-linux-android
+ echo aarch64-linux-android
+ grep -E '^x86_64-unknown-netbsd$'
+ cross +nightly build --target aarch64-linux-android --release
   Compiling cfg-if v0.1.10
   Compiling opaque-debug v0.2.3
   Compiling subtle v2.2.3
   Compiling subtle v1.0.0
   Compiling matches v0.1.8
   Compiling byte-tools v0.3.1
   Compiling smallvec v1.4.0
   Compiling ppv-lite86 v0.2.8
   Compiling safemem v0.3.3
   Compiling zeroize v1.1.0
   Compiling fake-simd v0.1.2
   Compiling percent-encoding v1.0.1
   Compiling language-tags v0.2.2
   Compiling base64 v0.12.1
   Compiling traitobject v0.1.0
   Compiling typeable v0.1.2
   Compiling percent-encoding v2.1.0
   Compiling state v0.4.1
   Compiling unicode-xid v0.1.0
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-bidi v0.3.4
   Compiling serde v1.0.111
   Compiling unicode-normalization v0.1.12
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling base64 v0.9.3
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling log v0.3.9
   Compiling block-cipher-trait v0.6.2
   Compiling universal-hash v0.3.0
   Compiling digest v0.8.1
   Compiling crypto-mac v0.7.0
   Compiling aead v0.2.0
   Compiling block-buffer v0.7.3
   Compiling url v1.7.2
   Compiling rand_core v0.5.1
   Compiling mime v0.2.6
   Compiling aes-soft v0.3.3
   Compiling polyval v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling rand_chacha v0.2.2
   Compiling toml v0.4.10
   Compiling hyper v0.10.16
   Compiling aes v0.3.2
   Compiling ghash v0.2.3
   Compiling hkdf v0.8.0
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 1m 50s
+ file target/aarch64-linux-android/release/run-script
target/aarch64-linux-android/release/run-script: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /system/bin/linker64, with debug_info, not stripped
+ strip target/aarch64-linux-android/release/run-script
strip: Unable to recognise the format of the input file `target/aarch64-linux-android/release/run-script'
+ true
+ mkdir -p release
+ cp target/aarch64-linux-android/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo armv7-linux-androideabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo armv7-linux-androideabi
+ grep -E '^x86_64-unknown-netbsd$'
+ cross +nightly build --target armv7-linux-androideabi --release
   Compiling cfg-if v0.1.10
   Compiling opaque-debug v0.2.3
   Compiling subtle v2.2.3
   Compiling byte-tools v0.3.1
   Compiling matches v0.1.8
   Compiling subtle v1.0.0
   Compiling smallvec v1.4.0
   Compiling ppv-lite86 v0.2.8
   Compiling fake-simd v0.1.2
   Compiling safemem v0.3.3
   Compiling zeroize v1.1.0
   Compiling percent-encoding v1.0.1
   Compiling base64 v0.12.1
   Compiling traitobject v0.1.0
   Compiling percent-encoding v2.1.0
   Compiling typeable v0.1.2
   Compiling language-tags v0.2.2
   Compiling unicode-xid v0.1.0
   Compiling state v0.4.1
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-bidi v0.3.4
   Compiling unicode-normalization v0.1.12
   Compiling serde v1.0.111
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling base64 v0.9.3
   Compiling log v0.3.9
   Compiling digest v0.8.1
   Compiling universal-hash v0.3.0
   Compiling block-cipher-trait v0.6.2
   Compiling crypto-mac v0.7.0
   Compiling aead v0.2.0
   Compiling block-buffer v0.7.3
   Compiling url v1.7.2
   Compiling rand_core v0.5.1
   Compiling mime v0.2.6
   Compiling polyval v0.3.3
   Compiling aes-soft v0.3.3
   Compiling hmac v0.7.1
   Compiling toml v0.4.10
   Compiling sha2 v0.8.2
   Compiling rand_chacha v0.2.2
   Compiling ghash v0.2.3
   Compiling hyper v0.10.16
   Compiling aes v0.3.2
   Compiling hkdf v0.8.0
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 1m 47s
+ file target/armv7-linux-androideabi/release/run-script
target/armv7-linux-androideabi/release/run-script: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, with debug_info, not stripped
+ strip target/armv7-linux-androideabi/release/run-script
strip: Unable to recognise the format of the input file `target/armv7-linux-androideabi/release/run-script'
+ true
+ mkdir -p release
+ cp target/armv7-linux-androideabi/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo arm-linux-androideabi
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo arm-linux-androideabi
+ grep -E '^x86_64-unknown-netbsd$'
+ cross +nightly build --target arm-linux-androideabi --release
   Compiling cfg-if v0.1.10
   Compiling subtle v2.2.3
   Compiling opaque-debug v0.2.3
   Compiling byte-tools v0.3.1
   Compiling subtle v1.0.0
   Compiling matches v0.1.8
   Compiling smallvec v1.4.0
   Compiling ppv-lite86 v0.2.8
   Compiling percent-encoding v1.0.1
   Compiling fake-simd v0.1.2
   Compiling safemem v0.3.3
   Compiling zeroize v1.1.0
   Compiling base64 v0.12.1
   Compiling language-tags v0.2.2
   Compiling traitobject v0.1.0
   Compiling percent-encoding v2.1.0
   Compiling typeable v0.1.2
   Compiling unicode-xid v0.1.0
   Compiling state v0.4.1
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-bidi v0.3.4
   Compiling serde v1.0.111
   Compiling unicode-normalization v0.1.12
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling base64 v0.9.3
   Compiling log v0.3.9
   Compiling digest v0.8.1
   Compiling universal-hash v0.3.0
   Compiling block-cipher-trait v0.6.2
   Compiling crypto-mac v0.7.0
   Compiling block-buffer v0.7.3
   Compiling aead v0.2.0
   Compiling rand_core v0.5.1
   Compiling url v1.7.2
   Compiling mime v0.2.6
   Compiling polyval v0.3.3
   Compiling aes-soft v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling rand_chacha v0.2.2
   Compiling ghash v0.2.3
   Compiling hyper v0.10.16
   Compiling toml v0.4.10
   Compiling aes v0.3.2
   Compiling hkdf v0.8.0
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 1m 31s
+ file target/arm-linux-androideabi/release/run-script
target/arm-linux-androideabi/release/run-script: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, with debug_info, not stripped
+ strip target/arm-linux-androideabi/release/run-script
strip: Unable to recognise the format of the input file `target/arm-linux-androideabi/release/run-script'
+ true
+ mkdir -p release
+ cp target/arm-linux-androideabi/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo mips64el-unknown-linux-gnuabi64
+ grep -E '^x86_64-pc-windows-gnu$'
+ grep -E '^x86_64-unknown-netbsd$'
+ echo mips64el-unknown-linux-gnuabi64
+ cross +nightly build --target mips64el-unknown-linux-gnuabi64 --release
   Compiling cfg-if v0.1.10
   Compiling subtle v2.2.3
   Compiling opaque-debug v0.2.3
   Compiling matches v0.1.8
   Compiling smallvec v1.4.0
   Compiling byte-tools v0.3.1
   Compiling subtle v1.0.0
   Compiling ppv-lite86 v0.2.8
   Compiling safemem v0.3.3
   Compiling zeroize v1.1.0
   Compiling fake-simd v0.1.2
   Compiling percent-encoding v1.0.1
   Compiling traitobject v0.1.0
   Compiling typeable v0.1.2
   Compiling percent-encoding v2.1.0
   Compiling base64 v0.12.1
   Compiling language-tags v0.2.2
   Compiling unicode-xid v0.1.0
   Compiling state v0.4.1
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling unicode-bidi v0.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-normalization v0.1.12
   Compiling serde v1.0.111
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling base64 v0.9.3
   Compiling log v0.3.9
   Compiling url v1.7.2
   Compiling block-cipher-trait v0.6.2
   Compiling digest v0.8.1
   Compiling universal-hash v0.3.0
   Compiling crypto-mac v0.7.0
   Compiling aead v0.2.0
   Compiling block-buffer v0.7.3
   Compiling rand_core v0.5.1
   Compiling mime v0.2.6
   Compiling toml v0.4.10
   Compiling aes-soft v0.3.3
   Compiling polyval v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling rand_chacha v0.2.2
   Compiling hyper v0.10.16
   Compiling aes v0.3.2
   Compiling ghash v0.2.3
   Compiling hkdf v0.8.0
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 1m 31s
+ file target/mips64el-unknown-linux-gnuabi64/release/run-script
target/mips64el-unknown-linux-gnuabi64/release/run-script: ELF 64-bit LSB pie executable, MIPS, MIPS64 rel2 version 1 (SYSV), dynamically linked, interpreter /lib64/ld.so.1, BuildID[sha1]=d40d9339e557bf53cd6100e75b5d026814a8d5c9, for GNU/Linux 3.2.0, with debug_info, not stripped
+ strip target/mips64el-unknown-linux-gnuabi64/release/run-script
strip: Unable to recognise the format of the input file `target/mips64el-unknown-linux-gnuabi64/release/run-script'
+ true
+ mkdir -p release
+ cp target/mips64el-unknown-linux-gnuabi64/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo mips64-unknown-linux-gnuabi64
+ grep -E '^x86_64-pc-windows-gnu$'
+ grep -E '^x86_64-unknown-netbsd$'
+ echo mips64-unknown-linux-gnuabi64
+ cross +nightly build --target mips64-unknown-linux-gnuabi64 --release
   Compiling cfg-if v0.1.10
   Compiling subtle v2.2.3
   Compiling opaque-debug v0.2.3
   Compiling smallvec v1.4.0
   Compiling matches v0.1.8
   Compiling byte-tools v0.3.1
   Compiling subtle v1.0.0
   Compiling ppv-lite86 v0.2.8
   Compiling fake-simd v0.1.2
   Compiling percent-encoding v1.0.1
   Compiling safemem v0.3.3
   Compiling zeroize v1.1.0
   Compiling traitobject v0.1.0
   Compiling base64 v0.12.1
   Compiling typeable v0.1.2
   Compiling language-tags v0.2.2
   Compiling percent-encoding v2.1.0
   Compiling state v0.4.1
   Compiling unicode-xid v0.1.0
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-bidi v0.3.4
   Compiling unicode-normalization v0.1.12
   Compiling serde v1.0.111
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling base64 v0.9.3
   Compiling log v0.3.9
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling digest v0.8.1
   Compiling universal-hash v0.3.0
   Compiling block-cipher-trait v0.6.2
   Compiling crypto-mac v0.7.0
   Compiling block-buffer v0.7.3
   Compiling aead v0.2.0
   Compiling url v1.7.2
   Compiling mime v0.2.6
   Compiling rand_core v0.5.1
   Compiling polyval v0.3.3
   Compiling aes-soft v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling toml v0.4.10
   Compiling rand_chacha v0.2.2
   Compiling hyper v0.10.16
   Compiling ghash v0.2.3
   Compiling hkdf v0.8.0
   Compiling aes v0.3.2
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 1m 45s
+ file target/mips64-unknown-linux-gnuabi64/release/run-script
target/mips64-unknown-linux-gnuabi64/release/run-script: ELF 64-bit MSB pie executable, MIPS, MIPS64 rel2 version 1 (SYSV), dynamically linked, interpreter /lib64/ld.so.1, BuildID[sha1]=190f0ec755b791a645ffdb4921eeee119d08e002, for GNU/Linux 3.2.0, with debug_info, not stripped
+ strip target/mips64-unknown-linux-gnuabi64/release/run-script
strip: Unable to recognise the format of the input file `target/mips64-unknown-linux-gnuabi64/release/run-script'
+ true
+ mkdir -p release
+ cp target/mips64-unknown-linux-gnuabi64/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo mipsel-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo mipsel-unknown-linux-gnu
+ grep -E '^x86_64-unknown-netbsd$'
+ cross +nightly build --target mipsel-unknown-linux-gnu --release
   Compiling cfg-if v0.1.10
   Compiling opaque-debug v0.2.3
   Compiling subtle v2.2.3
   Compiling subtle v1.0.0
   Compiling byte-tools v0.3.1
   Compiling smallvec v1.4.0
   Compiling matches v0.1.8
   Compiling ppv-lite86 v0.2.8
   Compiling zeroize v1.1.0
   Compiling fake-simd v0.1.2
   Compiling safemem v0.3.3
   Compiling percent-encoding v1.0.1
   Compiling percent-encoding v2.1.0
   Compiling traitobject v0.1.0
   Compiling base64 v0.12.1
   Compiling typeable v0.1.2
   Compiling language-tags v0.2.2
   Compiling state v0.4.1
   Compiling unicode-xid v0.1.0
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-bidi v0.3.4
   Compiling unicode-normalization v0.1.12
   Compiling serde v1.0.111
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling log v0.3.9
   Compiling generic-array v0.12.3
   Compiling base64 v0.9.3
   Compiling rand_core v0.5.1
   Compiling url v1.7.2
   Compiling mime v0.2.6
   Compiling universal-hash v0.3.0
   Compiling block-cipher-trait v0.6.2
   Compiling digest v0.8.1
   Compiling crypto-mac v0.7.0
   Compiling block-buffer v0.7.3
   Compiling aead v0.2.0
   Compiling rand_chacha v0.2.2
   Compiling toml v0.4.10
   Compiling hyper v0.10.16
   Compiling polyval v0.3.3
   Compiling aes-soft v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling ghash v0.2.3
   Compiling aes v0.3.2
   Compiling hkdf v0.8.0
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 1m 36s
+ file target/mipsel-unknown-linux-gnu/release/run-script
target/mipsel-unknown-linux-gnu/release/run-script: 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]=f7b06751727afe2298f24d2c298eab3212fd484f, with debug_info, not stripped
+ strip target/mipsel-unknown-linux-gnu/release/run-script
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-gnu/release/run-script'
+ true
+ mkdir -p release
+ cp target/mipsel-unknown-linux-gnu/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo mipsel-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo mipsel-unknown-linux-musl
+ grep -E '^x86_64-unknown-netbsd$'
+ cross +nightly build --target mipsel-unknown-linux-musl --release
   Compiling cfg-if v0.1.10
   Compiling opaque-debug v0.2.3
   Compiling subtle v2.2.3
   Compiling subtle v1.0.0
   Compiling smallvec v1.4.0
   Compiling byte-tools v0.3.1
   Compiling matches v0.1.8
   Compiling ppv-lite86 v0.2.8
   Compiling safemem v0.3.3
   Compiling fake-simd v0.1.2
   Compiling percent-encoding v1.0.1
   Compiling zeroize v1.1.0
   Compiling percent-encoding v2.1.0
   Compiling language-tags v0.2.2
   Compiling base64 v0.12.1
   Compiling traitobject v0.1.0
   Compiling typeable v0.1.2
   Compiling unicode-xid v0.1.0
   Compiling state v0.4.1
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling block-padding v0.1.5
   Compiling serde v1.0.111
   Compiling unicode-normalization v0.1.12
   Compiling unicode-bidi v0.3.4
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling base64 v0.9.3
   Compiling log v0.3.9
   Compiling block-cipher-trait v0.6.2
   Compiling digest v0.8.1
   Compiling universal-hash v0.3.0
   Compiling crypto-mac v0.7.0
   Compiling aead v0.2.0
   Compiling block-buffer v0.7.3
   Compiling url v1.7.2
   Compiling rand_core v0.5.1
   Compiling mime v0.2.6
   Compiling aes-soft v0.3.3
   Compiling polyval v0.3.3
   Compiling hmac v0.7.1
   Compiling toml v0.4.10
   Compiling sha2 v0.8.2
   Compiling rand_chacha v0.2.2
   Compiling hyper v0.10.16
   Compiling aes v0.3.2
   Compiling ghash v0.2.3
   Compiling hkdf v0.8.0
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 1m 38s
+ file target/mipsel-unknown-linux-musl/release/run-script
target/mipsel-unknown-linux-musl/release/run-script: 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
+ strip target/mipsel-unknown-linux-musl/release/run-script
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-musl/release/run-script'
+ true
+ mkdir -p release
+ cp target/mipsel-unknown-linux-musl/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo mips-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ grep -E '^x86_64-unknown-netbsd$'
+ echo mips-unknown-linux-gnu
+ cross +nightly build --target mips-unknown-linux-gnu --release
   Compiling cfg-if v0.1.10
   Compiling subtle v2.2.3
   Compiling opaque-debug v0.2.3
   Compiling smallvec v1.4.0
   Compiling subtle v1.0.0
   Compiling byte-tools v0.3.1
   Compiling matches v0.1.8
   Compiling ppv-lite86 v0.2.8
   Compiling safemem v0.3.3
   Compiling zeroize v1.1.0
   Compiling percent-encoding v1.0.1
   Compiling fake-simd v0.1.2
   Compiling language-tags v0.2.2
   Compiling typeable v0.1.2
   Compiling traitobject v0.1.0
   Compiling percent-encoding v2.1.0
   Compiling base64 v0.12.1
   Compiling unicode-xid v0.1.0
   Compiling state v0.4.1
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-normalization v0.1.12
   Compiling unicode-bidi v0.3.4
   Compiling serde v1.0.111
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling base64 v0.9.3
   Compiling log v0.3.9
   Compiling digest v0.8.1
   Compiling universal-hash v0.3.0
   Compiling block-cipher-trait v0.6.2
   Compiling crypto-mac v0.7.0
   Compiling block-buffer v0.7.3
   Compiling aead v0.2.0
   Compiling url v1.7.2
   Compiling rand_core v0.5.1
   Compiling mime v0.2.6
   Compiling polyval v0.3.3
   Compiling aes-soft v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling rand_chacha v0.2.2
   Compiling toml v0.4.10
   Compiling ghash v0.2.3
   Compiling hyper v0.10.16
   Compiling hkdf v0.8.0
   Compiling aes v0.3.2
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 1m 59s
+ file target/mips-unknown-linux-gnu/release/run-script
target/mips-unknown-linux-gnu/release/run-script: 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]=c9dcdfba5b90a32b2d69db6c7d40614d48a12a7b, with debug_info, not stripped
+ strip target/mips-unknown-linux-gnu/release/run-script
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-gnu/release/run-script'
+ true
+ mkdir -p release
+ cp target/mips-unknown-linux-gnu/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo mips-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ grep -E '^x86_64-unknown-netbsd$'
+ echo mips-unknown-linux-musl
+ cross +nightly build --target mips-unknown-linux-musl --release
   Compiling cfg-if v0.1.10
   Compiling subtle v2.2.3
   Compiling opaque-debug v0.2.3
   Compiling byte-tools v0.3.1
   Compiling matches v0.1.8
   Compiling subtle v1.0.0
   Compiling smallvec v1.4.0
   Compiling ppv-lite86 v0.2.8
   Compiling safemem v0.3.3
   Compiling zeroize v1.1.0
   Compiling percent-encoding v1.0.1
   Compiling fake-simd v0.1.2
   Compiling language-tags v0.2.2
   Compiling traitobject v0.1.0
   Compiling percent-encoding v2.1.0
   Compiling base64 v0.12.1
   Compiling typeable v0.1.2
   Compiling state v0.4.1
   Compiling unicode-xid v0.1.0
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-bidi v0.3.4
   Compiling serde v1.0.111
   Compiling unicode-normalization v0.1.12
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling log v0.3.9
   Compiling base64 v0.9.3
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling url v1.7.2
   Compiling digest v0.8.1
   Compiling universal-hash v0.3.0
   Compiling block-cipher-trait v0.6.2
   Compiling crypto-mac v0.7.0
   Compiling block-buffer v0.7.3
   Compiling aead v0.2.0
   Compiling mime v0.2.6
   Compiling rand_core v0.5.1
   Compiling polyval v0.3.3
   Compiling aes-soft v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling hyper v0.10.16
   Compiling toml v0.4.10
   Compiling rand_chacha v0.2.2
   Compiling ghash v0.2.3
   Compiling hkdf v0.8.0
   Compiling aes v0.3.2
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 1m 53s
+ file target/mips-unknown-linux-musl/release/run-script
target/mips-unknown-linux-musl/release/run-script: 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
+ strip target/mips-unknown-linux-musl/release/run-script
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-musl/release/run-script'
+ true
+ mkdir -p release
+ cp target/mips-unknown-linux-musl/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo powerpc64le-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo powerpc64le-unknown-linux-gnu
+ grep -E '^x86_64-unknown-netbsd$'
+ cross +nightly build --target powerpc64le-unknown-linux-gnu --release
   Compiling cfg-if v0.1.10
   Compiling subtle v2.2.3
   Compiling opaque-debug v0.2.3
   Compiling subtle v1.0.0
   Compiling smallvec v1.4.0
   Compiling byte-tools v0.3.1
   Compiling matches v0.1.8
   Compiling ppv-lite86 v0.2.8
   Compiling percent-encoding v1.0.1
   Compiling fake-simd v0.1.2
   Compiling safemem v0.3.3
   Compiling zeroize v1.1.0
   Compiling typeable v0.1.2
   Compiling base64 v0.12.1
   Compiling percent-encoding v2.1.0
   Compiling traitobject v0.1.0
   Compiling language-tags v0.2.2
   Compiling unicode-xid v0.1.0
   Compiling state v0.4.1
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-bidi v0.3.4
   Compiling unicode-normalization v0.1.12
   Compiling serde v1.0.111
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling base64 v0.9.3
   Compiling log v0.3.9
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling block-cipher-trait v0.6.2
   Compiling universal-hash v0.3.0
   Compiling digest v0.8.1
   Compiling crypto-mac v0.7.0
   Compiling block-buffer v0.7.3
   Compiling aead v0.2.0
   Compiling url v1.7.2
   Compiling mime v0.2.6
   Compiling rand_core v0.5.1
   Compiling aes-soft v0.3.3
   Compiling polyval v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling rand_chacha v0.2.2
   Compiling hyper v0.10.16
   Compiling aes v0.3.2
   Compiling ghash v0.2.3
   Compiling toml v0.4.10
   Compiling hkdf v0.8.0
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 2m 18s
+ file target/powerpc64le-unknown-linux-gnu/release/run-script
target/powerpc64le-unknown-linux-gnu/release/run-script: 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]=fa7f9096cea31b9ff17ebb781860c3eac22bee2d, with debug_info, not stripped
+ strip target/powerpc64le-unknown-linux-gnu/release/run-script
strip: Unable to recognise the format of the input file `target/powerpc64le-unknown-linux-gnu/release/run-script'
+ true
+ mkdir -p release
+ cp target/powerpc64le-unknown-linux-gnu/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo powerpc-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo powerpc-unknown-linux-gnu
+ grep -E '^x86_64-unknown-netbsd$'
+ cross +nightly build --target powerpc-unknown-linux-gnu --release
   Compiling cfg-if v0.1.10
   Compiling opaque-debug v0.2.3
   Compiling subtle v2.2.3
   Compiling smallvec v1.4.0
   Compiling subtle v1.0.0
   Compiling matches v0.1.8
   Compiling byte-tools v0.3.1
   Compiling ppv-lite86 v0.2.8
   Compiling fake-simd v0.1.2
   Compiling zeroize v1.1.0
   Compiling safemem v0.3.3
   Compiling percent-encoding v1.0.1
   Compiling percent-encoding v2.1.0
   Compiling base64 v0.12.1
   Compiling language-tags v0.2.2
   Compiling traitobject v0.1.0
   Compiling typeable v0.1.2
   Compiling unicode-xid v0.1.0
   Compiling state v0.4.1
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling unicode-bidi v0.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-normalization v0.1.12
   Compiling serde v1.0.111
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling base64 v0.9.3
   Compiling log v0.3.9
   Compiling rand_core v0.5.1
   Compiling url v1.7.2
   Compiling digest v0.8.1
   Compiling block-cipher-trait v0.6.2
   Compiling universal-hash v0.3.0
   Compiling crypto-mac v0.7.0
   Compiling aead v0.2.0
   Compiling block-buffer v0.7.3
   Compiling mime v0.2.6
   Compiling rand_chacha v0.2.2
   Compiling aes-soft v0.3.3
   Compiling polyval v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling toml v0.4.10
   Compiling hyper v0.10.16
   Compiling rand v0.7.3
   Compiling pear v0.1.4
   Compiling aes v0.3.2
   Compiling ghash v0.2.3
   Compiling hkdf v0.8.0
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 2m 24s
+ file target/powerpc-unknown-linux-gnu/release/run-script
target/powerpc-unknown-linux-gnu/release/run-script: 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]=d42aae03a319bcf33ceb39ad1c30538175b069a3, with debug_info, not stripped
+ strip target/powerpc-unknown-linux-gnu/release/run-script
strip: Unable to recognise the format of the input file `target/powerpc-unknown-linux-gnu/release/run-script'
+ true
+ mkdir -p release
+ cp target/powerpc-unknown-linux-gnu/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo riscv64gc-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo riscv64gc-unknown-linux-gnu
+ grep -E '^x86_64-unknown-netbsd$'
+ cross +nightly build --target riscv64gc-unknown-linux-gnu --release
   Compiling cfg-if v0.1.10
   Compiling opaque-debug v0.2.3
   Compiling subtle v2.2.3
   Compiling smallvec v1.4.0
   Compiling matches v0.1.8
   Compiling byte-tools v0.3.1
   Compiling subtle v1.0.0
   Compiling ppv-lite86 v0.2.8
   Compiling fake-simd v0.1.2
   Compiling safemem v0.3.3
   Compiling percent-encoding v1.0.1
   Compiling zeroize v1.1.0
   Compiling base64 v0.12.1
   Compiling traitobject v0.1.0
   Compiling typeable v0.1.2
   Compiling language-tags v0.2.2
   Compiling percent-encoding v2.1.0
   Compiling unicode-xid v0.1.0
   Compiling state v0.4.1
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-bidi v0.3.4
   Compiling serde v1.0.111
   Compiling unicode-normalization v0.1.12
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling idna v0.1.5
   Compiling log v0.3.9
   Compiling generic-array v0.12.3
   Compiling base64 v0.9.3
   Compiling rand_core v0.5.1
   Compiling url v1.7.2
   Compiling mime v0.2.6
   Compiling digest v0.8.1
   Compiling block-cipher-trait v0.6.2
   Compiling universal-hash v0.3.0
   Compiling crypto-mac v0.7.0
   Compiling block-buffer v0.7.3
   Compiling aead v0.2.0
   Compiling rand_chacha v0.2.2
   Compiling aes-soft v0.3.3
   Compiling hyper v0.10.16
   Compiling polyval v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling toml v0.4.10
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes v0.3.2
   Compiling ghash v0.2.3
   Compiling hkdf v0.8.0
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 2m 14s
+ file target/riscv64gc-unknown-linux-gnu/release/run-script
target/riscv64gc-unknown-linux-gnu/release/run-script: 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]=e91d43b4950c1f1520dc5b6d1e2d35f4a509fac3, with debug_info, not stripped
+ strip target/riscv64gc-unknown-linux-gnu/release/run-script
strip: Unable to recognise the format of the input file `target/riscv64gc-unknown-linux-gnu/release/run-script'
+ true
+ mkdir -p release
+ cp target/riscv64gc-unknown-linux-gnu/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo s390x-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ grep -E '^x86_64-unknown-netbsd$'
+ echo s390x-unknown-linux-gnu
+ cross +nightly build --target s390x-unknown-linux-gnu --release
   Compiling cfg-if v0.1.10
   Compiling opaque-debug v0.2.3
   Compiling subtle v2.2.3
   Compiling smallvec v1.4.0
   Compiling byte-tools v0.3.1
   Compiling matches v0.1.8
   Compiling subtle v1.0.0
   Compiling ppv-lite86 v0.2.8
   Compiling safemem v0.3.3
   Compiling zeroize v1.1.0
   Compiling fake-simd v0.1.2
   Compiling percent-encoding v1.0.1
   Compiling traitobject v0.1.0
   Compiling typeable v0.1.2
   Compiling percent-encoding v2.1.0
   Compiling language-tags v0.2.2
   Compiling base64 v0.12.1
   Compiling state v0.4.1
   Compiling unicode-xid v0.1.0
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-bidi v0.3.4
   Compiling unicode-normalization v0.1.12
   Compiling serde v1.0.111
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling base64 v0.9.3
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling log v0.3.9
   Compiling universal-hash v0.3.0
   Compiling digest v0.8.1
   Compiling block-cipher-trait v0.6.2
   Compiling crypto-mac v0.7.0
   Compiling aead v0.2.0
   Compiling block-buffer v0.7.3
   Compiling url v1.7.2
   Compiling rand_core v0.5.1
   Compiling mime v0.2.6
   Compiling polyval v0.3.3
   Compiling aes-soft v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling toml v0.4.10
   Compiling rand_chacha v0.2.2
   Compiling ghash v0.2.3
   Compiling hyper v0.10.16
   Compiling aes v0.3.2
   Compiling hkdf v0.8.0
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 2m 37s
+ file target/s390x-unknown-linux-gnu/release/run-script
target/s390x-unknown-linux-gnu/release/run-script: 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]=57ed7964c4a1108f3abee6707269718b1fad91b9, with debug_info, not stripped
+ strip target/s390x-unknown-linux-gnu/release/run-script
strip: Unable to recognise the format of the input file `target/s390x-unknown-linux-gnu/release/run-script'
+ true
+ mkdir -p release
+ cp target/s390x-unknown-linux-gnu/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo x86_64-sun-solaris
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo x86_64-sun-solaris
+ grep -E '^x86_64-unknown-netbsd$'
+ cross +nightly build --target x86_64-sun-solaris --release
   Compiling cfg-if v0.1.10
   Compiling opaque-debug v0.2.3
   Compiling subtle v2.2.3
   Compiling smallvec v1.4.0
   Compiling subtle v1.0.0
   Compiling matches v0.1.8
   Compiling byte-tools v0.3.1
   Compiling ppv-lite86 v0.2.8
   Compiling percent-encoding v1.0.1
   Compiling fake-simd v0.1.2
   Compiling zeroize v1.1.0
   Compiling safemem v0.3.3
   Compiling traitobject v0.1.0
   Compiling percent-encoding v2.1.0
   Compiling base64 v0.12.1
   Compiling typeable v0.1.2
   Compiling language-tags v0.2.2
   Compiling state v0.4.1
   Compiling unicode-xid v0.1.0
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling unicode-bidi v0.3.4
   Compiling serde v1.0.111
   Compiling block-padding v0.1.5
   Compiling unicode-normalization v0.1.12
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling base64 v0.9.3
   Compiling log v0.3.9
   Compiling block-cipher-trait v0.6.2
   Compiling digest v0.8.1
   Compiling universal-hash v0.3.0
   Compiling crypto-mac v0.7.0
   Compiling aead v0.2.0
   Compiling block-buffer v0.7.3
   Compiling rand_core v0.5.1
   Compiling url v1.7.2
   Compiling mime v0.2.6
   Compiling aes-soft v0.3.3
   Compiling polyval v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling rand_chacha v0.2.2
   Compiling aes v0.3.2
   Compiling hyper v0.10.16
   Compiling ghash v0.2.3
   Compiling toml v0.4.10
   Compiling hkdf v0.8.0
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 2m 12s
+ file target/x86_64-sun-solaris/release/run-script
target/x86_64-sun-solaris/release/run-script: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/amd64/ld.so.1, with debug_info, not stripped
+ strip target/x86_64-sun-solaris/release/run-script
+ mkdir -p release
+ cp target/x86_64-sun-solaris/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ echo sparcv9-sun-solaris
+ grep -E '^x86_64-pc-windows-gnu$'
+ grep -E '^x86_64-unknown-netbsd$'
+ echo sparcv9-sun-solaris
+ cross +nightly build --target sparcv9-sun-solaris --release
   Compiling cfg-if v0.1.10
   Compiling subtle v2.2.3
   Compiling opaque-debug v0.2.3
   Compiling byte-tools v0.3.1
   Compiling subtle v1.0.0
   Compiling matches v0.1.8
   Compiling smallvec v1.4.0
   Compiling ppv-lite86 v0.2.8
   Compiling safemem v0.3.3
   Compiling percent-encoding v1.0.1
   Compiling fake-simd v0.1.2
   Compiling zeroize v1.1.0
   Compiling traitobject v0.1.0
   Compiling percent-encoding v2.1.0
   Compiling typeable v0.1.2
   Compiling language-tags v0.2.2
   Compiling base64 v0.12.1
   Compiling unicode-xid v0.1.0
   Compiling state v0.4.1
   Compiling yansi v0.5.0
   Compiling typenum v1.12.0
   Compiling libc v0.2.71
   Compiling byteorder v1.3.4
   Compiling getrandom v0.1.14
   Compiling log v0.4.8
   Compiling httparse v1.3.4
   Compiling block-padding v0.1.5
   Compiling unicode-bidi v0.3.4
   Compiling unicode-normalization v0.1.12
   Compiling serde v1.0.111
   Compiling memchr v2.3.3
   Compiling anyhow v1.0.31
   Compiling rocket v0.4.6
   Compiling unicase v1.4.2
   Compiling indexmap v1.4.0
   Compiling idna v0.1.5
   Compiling generic-array v0.12.3
   Compiling time v0.1.43
   Compiling num_cpus v1.13.0
   Compiling atty v0.2.14
   Compiling base64 v0.9.3
   Compiling log v0.3.9
   Compiling block-cipher-trait v0.6.2
   Compiling universal-hash v0.3.0
   Compiling digest v0.8.1
   Compiling crypto-mac v0.7.0
   Compiling aead v0.2.0
   Compiling block-buffer v0.7.3
   Compiling url v1.7.2
   Compiling rand_core v0.5.1
   Compiling mime v0.2.6
   Compiling aes-soft v0.3.3
   Compiling polyval v0.3.3
   Compiling hmac v0.7.1
   Compiling sha2 v0.8.2
   Compiling rand_chacha v0.2.2
   Compiling hyper v0.10.16
   Compiling aes v0.3.2
   Compiling ghash v0.2.3
   Compiling toml v0.4.10
   Compiling hkdf v0.8.0
   Compiling pear v0.1.4
   Compiling rand v0.7.3
   Compiling aes-gcm v0.5.0
   Compiling cookie v0.11.3
   Compiling rocket_http v0.4.6
   Compiling run-script v0.0.1 (/project)
warning: unused imports: `Cursor`, `Error`
 --> src/main.rs:6:15
  |
6 | use std::io::{Cursor, Error};
  |               ^^^^^^  ^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `rocket::response::Response`
 --> src/main.rs:7:5
  |
7 | use rocket::response::Response;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unused imports: `ContentType`, `Status`
 --> src/main.rs:8:20
  |
8 | use rocket::http::{Status, ContentType};
  |                    ^^^^^^  ^^^^^^^^^^^

warning: unused import: `Output`
  --> src/main.rs:11:29
   |
11 | use std::process::{Command, Output};
   |                             ^^^^^^

warning: unused import: `std::path::PathBuf`
  --> src/main.rs:12:5
   |
12 | use std::path::PathBuf;
   |     ^^^^^^^^^^^^^^^^^^

warning: unused import: `std::str::Utf8Error`
  --> src/main.rs:13:5
   |
13 | use std::str::Utf8Error;
   |     ^^^^^^^^^^^^^^^^^^^

warning: 6 warnings emitted

    Finished release [optimized] target(s) in 2m 11s
+ file target/sparcv9-sun-solaris/release/run-script
target/sparcv9-sun-solaris/release/run-script: 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
+ strip target/sparcv9-sun-solaris/release/run-script
strip: Unable to recognise the format of the input file `target/sparcv9-sun-solaris/release/run-script'
+ true
+ mkdir -p release
+ cp target/sparcv9-sun-solaris/release/run-script release/run-script-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=run-script
+ CRATE_NAME=run-script
+ SUFFIX=
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo x86_64-unknown-netbsd
+ grep -E '^x86_64-unknown-netbsd$'
+ echo x86_64-unknown-netbsd
+ echo 'x86_64-unknown-netbsd not supported'
x86_64-unknown-netbsd not supported
+ 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: 41338970
deleting gitea release_id: 347241
+ 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/run-script/releases/43405183",
  "assets_url": "https://api.github.com/repos/moparisthebest/run-script/releases/43405183/assets",
  "upload_url": "https://uploads.github.com/repos/moparisthebest/run-script/releases/43405183/assets{?name,label}",
  "html_url": "https://github.com/moparisthebest/run-script/releases/tag/beta",
  "id": 43405183,
  "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": "MDc6UmVsZWFzZTQzNDA1MTgz",
  "tag_name": "beta",
  "target_commitish": "master",
  "name": null,
  "draft": false,
  "prerelease": false,
  "created_at": "2020-12-01T02:02:53Z",
  "published_at": "2021-05-22T06:57:18Z",
  "assets": [

  ],
  "tarball_url": "https://api.github.com/repos/moparisthebest/run-script/tarball/beta",
  "zipball_url": "https://api.github.com/repos/moparisthebest/run-script/zipball/beta",
  "body": null
}
uploading file to github release_id: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330969","id":37330969,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTY5","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":3557,"download_count":0,"created_at":"2021-05-22T06:57:18Z","updated_at":"2021-05-22T06:57:18Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/sha256sum.txt"}{"id":347241,"tag_name":"beta","target_commitish":"","name":"","body":"","url":"https://code.moparisthebest.com/api/v1/repos/moparisthebest/run-script/releases/347241","html_url":"https://code.moparisthebest.com/moparisthebest/run-script/releases/tag/beta","tarball_url":"https://code.moparisthebest.com/moparisthebest/run-script/archive/beta.tar.gz","zipball_url":"https://code.moparisthebest.com/moparisthebest/run-script/archive/beta.zip","draft":false,"prerelease":false,"created_at":"2020-11-30T21:02:53-05:00","published_at":"2020-11-30T21:02:53-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: 347241
{"id":2457,"name":"sha256sum.txt","size":3557,"download_count":0,"created_at":"2021-05-22T02:57:19-04:00","uuid":"645e91e8-a479-4356-8d5f-a4c931d46e7d","browser_download_url":"https://code.moparisthebest.com/attachments/645e91e8-a479-4356-8d5f-a4c931d46e7d"}+ 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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330973","id":37330973,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTcz","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":3834,"download_count":0,"created_at":"2021-05-22T06:57:20Z","updated_at":"2021-05-22T06:57:20Z","browser_download_url":"https://github.com/moparisthebest/run-script/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: 347241
{"id":2458,"name":"sha256sum.txt.asc","size":3834,"download_count":0,"created_at":"2021-05-22T02:57:20-04:00","uuid":"0cd84387-c7c3-4fef-b295-6debcbde569e","browser_download_url":"https://code.moparisthebest.com/attachments/0cd84387-c7c3-4fef-b295-6debcbde569e"}+ 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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330975","id":37330975,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTc1","name":"run-script-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":1848896,"download_count":0,"created_at":"2021-05-22T06:57:21Z","updated_at":"2021-05-22T06:57:22Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-x86_64-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2459,"name":"run-script-x86_64-unknown-linux-musl","size":1848896,"download_count":0,"created_at":"2021-05-22T02:57:22-04:00","uuid":"ecb0ad9f-9159-463e-9f04-6f4e2fdbdcda","browser_download_url":"https://code.moparisthebest.com/attachments/ecb0ad9f-9159-463e-9f04-6f4e2fdbdcda"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330976","id":37330976,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTc2","name":"run-script-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":2017776,"download_count":0,"created_at":"2021-05-22T06:57:23Z","updated_at":"2021-05-22T06:57:23Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-x86_64-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2460,"name":"run-script-x86_64-unknown-linux-gnu","size":2017776,"download_count":0,"created_at":"2021-05-22T02:57:24-04:00","uuid":"ecd069d1-aa60-4dbb-9f02-38da6ce4032c","browser_download_url":"https://code.moparisthebest.com/attachments/ecd069d1-aa60-4dbb-9f02-38da6ce4032c"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330977","id":37330977,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTc3","name":"run-script-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":1766444,"download_count":0,"created_at":"2021-05-22T06:57:24Z","updated_at":"2021-05-22T06:57:25Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-i686-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2461,"name":"run-script-i686-unknown-linux-musl","size":1766444,"download_count":0,"created_at":"2021-05-22T02:57:25-04:00","uuid":"73ef2264-6d4e-4790-bf28-19c399d21f29","browser_download_url":"https://code.moparisthebest.com/attachments/73ef2264-6d4e-4790-bf28-19c399d21f29"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330978","id":37330978,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTc4","name":"run-script-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":1926824,"download_count":0,"created_at":"2021-05-22T06:57:26Z","updated_at":"2021-05-22T06:57:27Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-i686-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2462,"name":"run-script-i686-unknown-linux-gnu","size":1926824,"download_count":0,"created_at":"2021-05-22T02:57:27-04:00","uuid":"16392814-6325-4771-aa90-d8b7e6f51830","browser_download_url":"https://code.moparisthebest.com/attachments/16392814-6325-4771-aa90-d8b7e6f51830"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330979","id":37330979,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTc5","name":"run-script-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":1778732,"download_count":0,"created_at":"2021-05-22T06:57:28Z","updated_at":"2021-05-22T06:57:29Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-i586-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2463,"name":"run-script-i586-unknown-linux-musl","size":1778732,"download_count":0,"created_at":"2021-05-22T02:57:29-04:00","uuid":"61832d72-11ca-40c8-bbe3-2132a01c35f2","browser_download_url":"https://code.moparisthebest.com/attachments/61832d72-11ca-40c8-bbe3-2132a01c35f2"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330980","id":37330980,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTgw","name":"run-script-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":1955496,"download_count":0,"created_at":"2021-05-22T06:57:30Z","updated_at":"2021-05-22T06:57:30Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-i586-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2464,"name":"run-script-i586-unknown-linux-gnu","size":1955496,"download_count":0,"created_at":"2021-05-22T02:57:31-04:00","uuid":"99e41274-c0ca-4704-a278-a9f96d6dbc11","browser_download_url":"https://code.moparisthebest.com/attachments/99e41274-c0ca-4704-a278-a9f96d6dbc11"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330981","id":37330981,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTgx","name":"run-script-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":6093160,"download_count":0,"created_at":"2021-05-22T06:57:31Z","updated_at":"2021-05-22T06:57:32Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-aarch64-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2465,"name":"run-script-aarch64-unknown-linux-musl","size":6093160,"download_count":0,"created_at":"2021-05-22T02:57:33-04:00","uuid":"c88034a6-6458-4667-a4c2-0c9a90d33022","browser_download_url":"https://code.moparisthebest.com/attachments/c88034a6-6458-4667-a4c2-0c9a90d33022"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330983","id":37330983,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTgz","name":"run-script-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":5737432,"download_count":0,"created_at":"2021-05-22T06:57:33Z","updated_at":"2021-05-22T06:57:34Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-aarch64-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2466,"name":"run-script-aarch64-unknown-linux-gnu","size":5737432,"download_count":0,"created_at":"2021-05-22T02:57:35-04:00","uuid":"66420ca2-c58d-4548-97ef-36bdd0c6da30","browser_download_url":"https://code.moparisthebest.com/attachments/66420ca2-c58d-4548-97ef-36bdd0c6da30"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330984","id":37330984,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTg0","name":"run-script-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":5341352,"download_count":0,"created_at":"2021-05-22T06:57:35Z","updated_at":"2021-05-22T06:57:36Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-armv7-unknown-linux-gnueabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2467,"name":"run-script-armv7-unknown-linux-gnueabihf","size":5341352,"download_count":0,"created_at":"2021-05-22T02:57:37-04:00","uuid":"19d1c4d2-8181-4a37-b7b9-846cc53ff8ca","browser_download_url":"https://code.moparisthebest.com/attachments/19d1c4d2-8181-4a37-b7b9-846cc53ff8ca"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330985","id":37330985,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTg1","name":"run-script-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":5892308,"download_count":0,"created_at":"2021-05-22T06:57:37Z","updated_at":"2021-05-22T06:57:38Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-armv7-unknown-linux-musleabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2468,"name":"run-script-armv7-unknown-linux-musleabihf","size":5892308,"download_count":0,"created_at":"2021-05-22T02:57:39-04:00","uuid":"8f61f580-eb7a-4051-b1ab-f839aaec35a1","browser_download_url":"https://code.moparisthebest.com/attachments/8f61f580-eb7a-4051-b1ab-f839aaec35a1"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330987","id":37330987,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTg3","name":"run-script-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":5397008,"download_count":0,"created_at":"2021-05-22T06:57:40Z","updated_at":"2021-05-22T06:57:40Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-arm-unknown-linux-gnueabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2469,"name":"run-script-arm-unknown-linux-gnueabi","size":5397008,"download_count":0,"created_at":"2021-05-22T02:57:41-04:00","uuid":"197fe3bc-e314-4714-9b4d-974b50024a77","browser_download_url":"https://code.moparisthebest.com/attachments/197fe3bc-e314-4714-9b4d-974b50024a77"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330988","id":37330988,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTg4","name":"run-script-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":5355232,"download_count":0,"created_at":"2021-05-22T06:57:42Z","updated_at":"2021-05-22T06:57:43Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-arm-unknown-linux-gnueabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2470,"name":"run-script-arm-unknown-linux-gnueabihf","size":5355232,"download_count":0,"created_at":"2021-05-22T02:57:43-04:00","uuid":"8ff371fe-6402-4149-8e77-00d2474b7008","browser_download_url":"https://code.moparisthebest.com/attachments/8ff371fe-6402-4149-8e77-00d2474b7008"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330989","id":37330989,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTg5","name":"run-script-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":5963924,"download_count":0,"created_at":"2021-05-22T06:57:44Z","updated_at":"2021-05-22T06:57:45Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-arm-unknown-linux-musleabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2471,"name":"run-script-arm-unknown-linux-musleabi","size":5963924,"download_count":0,"created_at":"2021-05-22T02:57:45-04:00","uuid":"fa45f7f2-2d87-431b-b3a4-924c9838b6a4","browser_download_url":"https://code.moparisthebest.com/attachments/fa45f7f2-2d87-431b-b3a4-924c9838b6a4"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330991","id":37330991,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTkx","name":"run-script-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":5929324,"download_count":0,"created_at":"2021-05-22T06:57:46Z","updated_at":"2021-05-22T06:57:47Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-arm-unknown-linux-musleabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2472,"name":"run-script-arm-unknown-linux-musleabihf","size":5929324,"download_count":0,"created_at":"2021-05-22T02:57:47-04:00","uuid":"637d630f-ed45-47e9-9f1f-0b1262789992","browser_download_url":"https://code.moparisthebest.com/attachments/637d630f-ed45-47e9-9f1f-0b1262789992"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330993","id":37330993,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTkz","name":"run-script-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":5429656,"download_count":0,"created_at":"2021-05-22T06:57:48Z","updated_at":"2021-05-22T06:57:49Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-armv5te-unknown-linux-gnueabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2473,"name":"run-script-armv5te-unknown-linux-gnueabi","size":5429656,"download_count":0,"created_at":"2021-05-22T02:57:49-04:00","uuid":"6dfcf29e-f9e4-424c-9c79-dd05ba8cd268","browser_download_url":"https://code.moparisthebest.com/attachments/6dfcf29e-f9e4-424c-9c79-dd05ba8cd268"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330995","id":37330995,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTk1","name":"run-script-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":5986784,"download_count":0,"created_at":"2021-05-22T06:57:50Z","updated_at":"2021-05-22T06:57:51Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-armv5te-unknown-linux-musleabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2474,"name":"run-script-armv5te-unknown-linux-musleabi","size":5986784,"download_count":0,"created_at":"2021-05-22T02:57:52-04:00","uuid":"e3f077e8-a0e1-4b0d-bd5a-3b4798f7a3d1","browser_download_url":"https://code.moparisthebest.com/attachments/e3f077e8-a0e1-4b0d-bd5a-3b4798f7a3d1"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37330998","id":37330998,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMwOTk4","name":"run-script-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":3327488,"download_count":0,"created_at":"2021-05-22T06:57:52Z","updated_at":"2021-05-22T06:57:53Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-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: 347241
{"id":2475,"name":"run-script-x86_64-pc-windows-gnu.exe","size":3327488,"download_count":0,"created_at":"2021-05-22T02:57:53-04:00","uuid":"0bd37fdd-746a-4896-b9c9-4ece5743ed39","browser_download_url":"https://code.moparisthebest.com/attachments/0bd37fdd-746a-4896-b9c9-4ece5743ed39"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331000","id":37331000,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDAw","name":"run-script-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":1952112,"download_count":0,"created_at":"2021-05-22T06:57:54Z","updated_at":"2021-05-22T06:57:55Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-x86_64-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2476,"name":"run-script-x86_64-linux-android","size":1952112,"download_count":0,"created_at":"2021-05-22T02:57:55-04:00","uuid":"995ebfa3-e613-4794-a2c6-cab997a1ec08","browser_download_url":"https://code.moparisthebest.com/attachments/995ebfa3-e613-4794-a2c6-cab997a1ec08"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331002","id":37331002,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDAy","name":"run-script-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":1910352,"download_count":0,"created_at":"2021-05-22T06:57:56Z","updated_at":"2021-05-22T06:57:57Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-i686-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2477,"name":"run-script-i686-linux-android","size":1910352,"download_count":0,"created_at":"2021-05-22T02:57:57-04:00","uuid":"02d3dfb4-3320-44ae-ac76-e8298c73555f","browser_download_url":"https://code.moparisthebest.com/attachments/02d3dfb4-3320-44ae-ac76-e8298c73555f"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331003","id":37331003,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDAz","name":"run-script-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":5824024,"download_count":0,"created_at":"2021-05-22T06:57:58Z","updated_at":"2021-05-22T06:58:03Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-aarch64-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2478,"name":"run-script-aarch64-linux-android","size":5824024,"download_count":0,"created_at":"2021-05-22T02:58:04-04:00","uuid":"683cebfa-cbd7-4fd3-8c9f-e02f22b2492f","browser_download_url":"https://code.moparisthebest.com/attachments/683cebfa-cbd7-4fd3-8c9f-e02f22b2492f"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331004","id":37331004,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDA0","name":"run-script-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":4797360,"download_count":0,"created_at":"2021-05-22T06:58:05Z","updated_at":"2021-05-22T06:58:05Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-armv7-linux-androideabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2479,"name":"run-script-armv7-linux-androideabi","size":4797360,"download_count":0,"created_at":"2021-05-22T02:58:06-04:00","uuid":"dfd36b62-fbcb-45ae-9238-251e2abd1b23","browser_download_url":"https://code.moparisthebest.com/attachments/dfd36b62-fbcb-45ae-9238-251e2abd1b23"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331006","id":37331006,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDA2","name":"run-script-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":5257416,"download_count":0,"created_at":"2021-05-22T06:58:07Z","updated_at":"2021-05-22T06:58:07Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-arm-linux-androideabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2480,"name":"run-script-arm-linux-androideabi","size":5257416,"download_count":0,"created_at":"2021-05-22T02:58:08-04:00","uuid":"3846edde-be35-44d7-86c2-e0759a080114","browser_download_url":"https://code.moparisthebest.com/attachments/3846edde-be35-44d7-86c2-e0759a080114"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331007","id":37331007,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDA3","name":"run-script-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":6578320,"download_count":0,"created_at":"2021-05-22T06:58:08Z","updated_at":"2021-05-22T06:58:09Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-mips64el-unknown-linux-gnuabi64"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2481,"name":"run-script-mips64el-unknown-linux-gnuabi64","size":6578320,"download_count":0,"created_at":"2021-05-22T02:58:10-04:00","uuid":"1c55c749-7b3e-4d0a-a7e0-bc6fb28bc1b6","browser_download_url":"https://code.moparisthebest.com/attachments/1c55c749-7b3e-4d0a-a7e0-bc6fb28bc1b6"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331009","id":37331009,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDA5","name":"run-script-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":6575448,"download_count":0,"created_at":"2021-05-22T06:58:11Z","updated_at":"2021-05-22T06:58:16Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-mips64-unknown-linux-gnuabi64"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2482,"name":"run-script-mips64-unknown-linux-gnuabi64","size":6575448,"download_count":0,"created_at":"2021-05-22T02:58:17-04:00","uuid":"0defeb6c-6cc7-4760-a7dc-6bf0d250a0b5","browser_download_url":"https://code.moparisthebest.com/attachments/0defeb6c-6cc7-4760-a7dc-6bf0d250a0b5"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331014","id":37331014,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDE0","name":"run-script-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":5819768,"download_count":0,"created_at":"2021-05-22T06:58:17Z","updated_at":"2021-05-22T06:58:18Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-mipsel-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2483,"name":"run-script-mipsel-unknown-linux-gnu","size":5819768,"download_count":0,"created_at":"2021-05-22T02:58:19-04:00","uuid":"5ef99413-8792-4eac-a303-87750e07068f","browser_download_url":"https://code.moparisthebest.com/attachments/5ef99413-8792-4eac-a303-87750e07068f"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331015","id":37331015,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDE1","name":"run-script-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":5850436,"download_count":0,"created_at":"2021-05-22T06:58:19Z","updated_at":"2021-05-22T06:58:20Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-mipsel-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2484,"name":"run-script-mipsel-unknown-linux-musl","size":5850436,"download_count":0,"created_at":"2021-05-22T02:58:21-04:00","uuid":"b2876f10-ad12-4604-a30f-f20481b9fb93","browser_download_url":"https://code.moparisthebest.com/attachments/b2876f10-ad12-4604-a30f-f20481b9fb93"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331016","id":37331016,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDE2","name":"run-script-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":5801488,"download_count":0,"created_at":"2021-05-22T06:58:21Z","updated_at":"2021-05-22T06:58:22Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-mips-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2485,"name":"run-script-mips-unknown-linux-gnu","size":5801488,"download_count":0,"created_at":"2021-05-22T02:58:23-04:00","uuid":"ed313653-551a-4717-8e29-55b21886be47","browser_download_url":"https://code.moparisthebest.com/attachments/ed313653-551a-4717-8e29-55b21886be47"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331018","id":37331018,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDE4","name":"run-script-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":5833324,"download_count":0,"created_at":"2021-05-22T06:58:23Z","updated_at":"2021-05-22T06:58:25Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-mips-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2486,"name":"run-script-mips-unknown-linux-musl","size":5833324,"download_count":0,"created_at":"2021-05-22T02:58:26-04:00","uuid":"37ae3336-f164-40fa-ac37-fc5eebd2272c","browser_download_url":"https://code.moparisthebest.com/attachments/37ae3336-f164-40fa-ac37-fc5eebd2272c"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331020","id":37331020,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDIw","name":"run-script-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":6472840,"download_count":0,"created_at":"2021-05-22T06:58:27Z","updated_at":"2021-05-22T06:58:27Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-powerpc64le-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2487,"name":"run-script-powerpc64le-unknown-linux-gnu","size":6472840,"download_count":0,"created_at":"2021-05-22T02:58:28-04:00","uuid":"aca1201c-e2d8-4aeb-a26d-1551636028f9","browser_download_url":"https://code.moparisthebest.com/attachments/aca1201c-e2d8-4aeb-a26d-1551636028f9"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331021","id":37331021,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDIx","name":"run-script-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":6101676,"download_count":0,"created_at":"2021-05-22T06:58:29Z","updated_at":"2021-05-22T06:58:29Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-powerpc-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2488,"name":"run-script-powerpc-unknown-linux-gnu","size":6101676,"download_count":0,"created_at":"2021-05-22T02:58:30-04:00","uuid":"60db03b5-5a5f-49aa-be51-b812a8cf0718","browser_download_url":"https://code.moparisthebest.com/attachments/60db03b5-5a5f-49aa-be51-b812a8cf0718"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331022","id":37331022,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDIy","name":"run-script-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":6551032,"download_count":0,"created_at":"2021-05-22T06:58:31Z","updated_at":"2021-05-22T06:58:32Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-riscv64gc-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2489,"name":"run-script-riscv64gc-unknown-linux-gnu","size":6551032,"download_count":0,"created_at":"2021-05-22T02:58:32-04:00","uuid":"f0f65e58-69dc-4dca-89dd-48136c55c547","browser_download_url":"https://code.moparisthebest.com/attachments/f0f65e58-69dc-4dca-89dd-48136c55c547"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331024","id":37331024,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDI0","name":"run-script-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":10207864,"download_count":0,"created_at":"2021-05-22T06:58:33Z","updated_at":"2021-05-22T06:58:34Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-s390x-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2490,"name":"run-script-s390x-unknown-linux-gnu","size":10207864,"download_count":0,"created_at":"2021-05-22T02:58:34-04:00","uuid":"53ce964e-b6cf-4bc8-ba70-c0914638957b","browser_download_url":"https://code.moparisthebest.com/attachments/53ce964e-b6cf-4bc8-ba70-c0914638957b"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331034","id":37331034,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDM0","name":"run-script-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":3544120,"download_count":0,"created_at":"2021-05-22T06:58:35Z","updated_at":"2021-05-22T06:58:36Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-x86_64-sun-solaris"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2491,"name":"run-script-x86_64-sun-solaris","size":3544120,"download_count":0,"created_at":"2021-05-22T02:58:36-04:00","uuid":"260db7d6-9a80-4591-b2ef-e6c48a1aca18","browser_download_url":"https://code.moparisthebest.com/attachments/260db7d6-9a80-4591-b2ef-e6c48a1aca18"}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: 43405183
{"url":"https://api.github.com/repos/moparisthebest/run-script/releases/assets/37331036","id":37331036,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzMxMDM2","name":"run-script-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":9527432,"download_count":0,"created_at":"2021-05-22T06:58:37Z","updated_at":"2021-05-22T06:58:38Z","browser_download_url":"https://github.com/moparisthebest/run-script/releases/download/beta/run-script-sparcv9-sun-solaris"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347241
{"id":2492,"name":"run-script-sparcv9-sun-solaris","size":9527432,"download_count":0,"created_at":"2021-05-22T02:58:39-04:00","uuid":"d935e1cf-93b7-41d8-bd0e-aa21aea4899a","browser_download_url":"https://code.moparisthebest.com/attachments/d935e1cf-93b7-41d8-bd0e-aa21aea4899a"}+ 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