Console Output

Skipping 190 KB.. Full Log
thread '<unnamed>' panicked at 'cannot wrap with tls: Error("the handshake failed: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:ssl/record/rec_layer_s3.c:1544:SSL alert number 48")', src/syncmod.rs:180:64
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at 'error running proxy_client: Error("the handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1915:: self signed certificate")', src/bin/udp-test.rs:285:111
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
thread 'main' panicked at 'recv function failed first round: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }', src/bin/udp-test.rs:64:17
+ true
+ cross run --target mips64-unknown-linux-gnuabi64 --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
    Finished release [optimized] target(s) in 0.09s
     Running `qemu-mips64 /target/mips64-unknown-linux-gnuabi64/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
waiting: 5s for wireguard-proxy client to come up.....
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ strip target/mips64-unknown-linux-gnuabi64/release/wireguard-proxy
strip: Unable to recognise the format of the input file `target/mips64-unknown-linux-gnuabi64/release/wireguard-proxy'
+ true
+ mkdir -p release
+ mv target/mips64-unknown-linux-gnuabi64/release/wireguard-proxy release/wireguard-proxy-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=wireguard-proxy
+ CRATE_NAME=wireguard-proxy
+ export OPENSSL_STATIC=1
+ OPENSSL_STATIC=1
+ export CARGO_FEATURES=async
+ CARGO_FEATURES=async
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mipsel-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ grep -E '^(s390x|powerpc|mips)'
+ echo mipsel-unknown-linux-gnu
+ CARGO_FEATURES=openssl_vendored
+ grep -E '(^riscv64gc|solaris$)'
+ echo mipsel-unknown-linux-gnu
+ cross rustc --bin wireguard-proxy --target mipsel-unknown-linux-gnu --release --no-default-features --features openssl_vendored
   Compiling foreign-types-shared v0.1.1
   Compiling lazy_static v1.4.0
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.73
   Compiling bitflags v1.2.1
   Compiling openssl-sys v0.9.53
   Compiling foreign-types v0.3.2
   Compiling openssl v0.10.26
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 2m 08s
+ cross rustc --bin udp-test --target mipsel-unknown-linux-gnu --release --no-default-features --features openssl_vendored
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 3.40s
+ file target/mipsel-unknown-linux-gnu/release/wireguard-proxy target/mipsel-unknown-linux-gnu/release/udp-test
target/mipsel-unknown-linux-gnu/release/wireguard-proxy: 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]=243b59857afff4b614d578a1ec3dec212e9cbbff, with debug_info, not stripped
target/mipsel-unknown-linux-gnu/release/udp-test:        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]=01122284ec18bc5b099077df6f0a254d6f671730, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mipsel-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test
    Finished release [optimized] target(s) in 0.04s
     Running `/linux-runner mipsel /target/mipsel-unknown-linux-gnu/release/udp-test`
udp_host: 127.0.0.1:51820, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
udp got len: 246 from src_addr: 127.0.0.1:51820
udp got len: 246
success! received back exactly what we sent both ways!
+ cross run --target mipsel-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is
    Finished release [optimized] target(s) in 0.13s
     Running `/linux-runner mipsel /target/mipsel-unknown-linux-gnu/release/udp-test -is`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822'
waiting: 5s for wireguard-proxy server to come up.....
Listening for connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555
waiting: 5s for wireguard-proxy client to come up.....
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ '[' openssl_vendored '!=' verbose ']'
+ cross run --target mipsel-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem
    Finished release [optimized] target(s) in 0.04s
     Running `/linux-runner mipsel /target/mipsel-unknown-linux-gnu/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls
waiting: 5s for wireguard-proxy client to come up.....
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ cross run --target mipsel-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=
    Finished release [optimized] target(s) in 0.07s
     Running `/linux-runner mipsel /target/mipsel-unknown-linux-gnu/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=
waiting: 5s for wireguard-proxy client to come up.....
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
ERROR: pubkey match not found!
thread '<unnamed>' panicked at 'cannot wrap with tls: Error("the handshake failed: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:ssl/record/rec_layer_s3.c:1544:SSL alert number 48")', src/syncmod.rs:180:64
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at 'error running proxy_client: Error("the handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1915:: self signed certificate")', src/bin/udp-test.rs:285:111
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
thread 'main' panicked at 'recv function failed first round: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }', src/bin/udp-test.rs:64:17
+ true
+ cross run --target mipsel-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
    Finished release [optimized] target(s) in 0.06s
     Running `/linux-runner mipsel /target/mipsel-unknown-linux-gnu/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
waiting: 5s for wireguard-proxy client to come up.....
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ strip target/mipsel-unknown-linux-gnu/release/wireguard-proxy
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-gnu/release/wireguard-proxy'
+ true
+ mkdir -p release
+ mv target/mipsel-unknown-linux-gnu/release/wireguard-proxy release/wireguard-proxy-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=wireguard-proxy
+ CRATE_NAME=wireguard-proxy
+ export OPENSSL_STATIC=1
+ OPENSSL_STATIC=1
+ export CARGO_FEATURES=async
+ CARGO_FEATURES=async
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mipsel-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo mipsel-unknown-linux-musl
+ grep -E '^(s390x|powerpc|mips)'
+ CARGO_FEATURES=openssl_vendored
+ echo mipsel-unknown-linux-musl
+ grep -E '(^riscv64gc|solaris$)'
+ cross rustc --bin wireguard-proxy --target mipsel-unknown-linux-musl --release --no-default-features --features openssl_vendored
   Compiling foreign-types-shared v0.1.1
   Compiling cfg-if v0.1.10
   Compiling lazy_static v1.4.0
   Compiling bitflags v1.2.1
   Compiling libc v0.2.73
   Compiling openssl-sys v0.9.53
   Compiling foreign-types v0.3.2
   Compiling openssl v0.10.26
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 1m 59s
+ cross rustc --bin udp-test --target mipsel-unknown-linux-musl --release --no-default-features --features openssl_vendored
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 3.47s
+ file target/mipsel-unknown-linux-musl/release/wireguard-proxy target/mipsel-unknown-linux-musl/release/udp-test
target/mipsel-unknown-linux-musl/release/wireguard-proxy: 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
target/mipsel-unknown-linux-musl/release/udp-test:        ELF 32-bit LSB pie executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-mipsel-sf.so.1, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mipsel-unknown-linux-musl --release --no-default-features --features openssl_vendored --bin udp-test
    Finished release [optimized] target(s) in 0.15s
     Running `qemu-mipsel /target/mipsel-unknown-linux-musl/release/udp-test`
udp_host: 127.0.0.1:51820, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
udp got len: 246 from src_addr: 127.0.0.1:51820
udp got len: 246
success! received back exactly what we sent both ways!
+ cross run --target mipsel-unknown-linux-musl --release --no-default-features --features openssl_vendored --bin udp-test -- -is
    Finished release [optimized] target(s) in 0.11s
     Running `qemu-mipsel /target/mipsel-unknown-linux-musl/release/udp-test -is`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822'
waiting: 5s for wireguard-proxy server to come up.....
Listening for connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555
waiting: 5s for wireguard-proxy client to come up.....
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ '[' openssl_vendored '!=' verbose ']'
+ cross run --target mipsel-unknown-linux-musl --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem
    Finished release [optimized] target(s) in 0.05s
     Running `qemu-mipsel /target/mipsel-unknown-linux-musl/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls
waiting: 5s for wireguard-proxy client to come up.....
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ cross run --target mipsel-unknown-linux-musl --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=
    Finished release [optimized] target(s) in 0.12s
     Running `qemu-mipsel /target/mipsel-unknown-linux-musl/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=
waiting: 5s for wireguard-proxy client to come up.....
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
ERROR: pubkey match not found!
thread 'thread '<unnamed><unnamed>' panicked at 'error running proxy_client: Error("the handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1915:: self signed certificate")' panicked at '', cannot wrap with tls: Error("the handshake failed: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:ssl/record/rec_layer_s3.c:1544:SSL alert number 48")', src/bin/udp-test.rssrc/syncmod.rs:285:180::111
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
64
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
thread 'main' panicked at 'recv function failed first round: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }', src/bin/udp-test.rs:64:17
+ true
+ cross run --target mipsel-unknown-linux-musl --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
    Finished release [optimized] target(s) in 0.11s
     Running `qemu-mipsel /target/mipsel-unknown-linux-musl/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
waiting: 5s for wireguard-proxy client to come up.....
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ strip target/mipsel-unknown-linux-musl/release/wireguard-proxy
strip: Unable to recognise the format of the input file `target/mipsel-unknown-linux-musl/release/wireguard-proxy'
+ true
+ mkdir -p release
+ mv target/mipsel-unknown-linux-musl/release/wireguard-proxy release/wireguard-proxy-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=wireguard-proxy
+ CRATE_NAME=wireguard-proxy
+ export OPENSSL_STATIC=1
+ OPENSSL_STATIC=1
+ export CARGO_FEATURES=async
+ CARGO_FEATURES=async
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo mips-unknown-linux-gnu
+ grep -E '^(s390x|powerpc|mips)'
+ CARGO_FEATURES=openssl_vendored
+ echo mips-unknown-linux-gnu
+ grep -E '(^riscv64gc|solaris$)'
+ cross rustc --bin wireguard-proxy --target mips-unknown-linux-gnu --release --no-default-features --features openssl_vendored
   Compiling foreign-types-shared v0.1.1
   Compiling cfg-if v0.1.10
   Compiling lazy_static v1.4.0
   Compiling bitflags v1.2.1
   Compiling libc v0.2.73
   Compiling openssl-sys v0.9.53
   Compiling foreign-types v0.3.2
   Compiling openssl v0.10.26
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 1m 54s
+ cross rustc --bin udp-test --target mips-unknown-linux-gnu --release --no-default-features --features openssl_vendored
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 3.19s
+ file target/mips-unknown-linux-gnu/release/wireguard-proxy target/mips-unknown-linux-gnu/release/udp-test
target/mips-unknown-linux-gnu/release/wireguard-proxy: 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]=592ec48f85540daab3b1ae96f6c4176bc56ac208, with debug_info, not stripped
target/mips-unknown-linux-gnu/release/udp-test:        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]=2fbc852449cd1926a07c542fe4741293de80519e, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mips-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test
    Finished release [optimized] target(s) in 0.11s
     Running `/linux-runner mips /target/mips-unknown-linux-gnu/release/udp-test`
udp_host: 127.0.0.1:51820, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
udp got len: 246 from src_addr: 127.0.0.1:51820
udp got len: 246
success! received back exactly what we sent both ways!
+ cross run --target mips-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is
    Finished release [optimized] target(s) in 0.07s
     Running `/linux-runner mips /target/mips-unknown-linux-gnu/release/udp-test -is`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822'
waiting: 5s for wireguard-proxy server to come up.....
Listening for connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555
waiting: 5s for wireguard-proxy client to come up.....
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ '[' openssl_vendored '!=' verbose ']'
+ cross run --target mips-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem
    Finished release [optimized] target(s) in 0.07s
     Running `/linux-runner mips /target/mips-unknown-linux-gnu/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls
waiting: 5s for wireguard-proxy client to come up.....
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ cross run --target mips-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=
    Finished release [optimized] target(s) in 0.10s
     Running `/linux-runner mips /target/mips-unknown-linux-gnu/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=
waiting: 5s for wireguard-proxy client to come up.....
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
ERROR: pubkey match not found!
thread '<unnamed>' panicked at 'cannot wrap with tls: Error("the handshake failed: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:ssl/record/rec_layer_s3.c:1544:SSL alert number 48")', src/syncmod.rs:180:64
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at 'error running proxy_client: Error("the handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1915:: self signed certificate")', src/bin/udp-test.rs:285:111
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
thread 'main' panicked at 'recv function failed first round: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }', src/bin/udp-test.rs:64:17
+ true
+ cross run --target mips-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
    Finished release [optimized] target(s) in 0.13s
     Running `/linux-runner mips /target/mips-unknown-linux-gnu/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
waiting: 5s for wireguard-proxy client to come up.....
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ strip target/mips-unknown-linux-gnu/release/wireguard-proxy
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-gnu/release/wireguard-proxy'
+ true
+ mkdir -p release
+ mv target/mips-unknown-linux-gnu/release/wireguard-proxy release/wireguard-proxy-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=wireguard-proxy
+ CRATE_NAME=wireguard-proxy
+ export OPENSSL_STATIC=1
+ OPENSSL_STATIC=1
+ export CARGO_FEATURES=async
+ CARGO_FEATURES=async
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo mips-unknown-linux-musl
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo mips-unknown-linux-musl
+ grep -E '^(s390x|powerpc|mips)'
+ CARGO_FEATURES=openssl_vendored
+ echo mips-unknown-linux-musl
+ grep -E '(^riscv64gc|solaris$)'
+ cross rustc --bin wireguard-proxy --target mips-unknown-linux-musl --release --no-default-features --features openssl_vendored
   Compiling foreign-types-shared v0.1.1
   Compiling lazy_static v1.4.0
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.73
   Compiling bitflags v1.2.1
   Compiling openssl-sys v0.9.53
   Compiling foreign-types v0.3.2
   Compiling openssl v0.10.26
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 2m 09s
+ cross rustc --bin udp-test --target mips-unknown-linux-musl --release --no-default-features --features openssl_vendored
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 3.74s
+ file target/mips-unknown-linux-musl/release/wireguard-proxy target/mips-unknown-linux-musl/release/udp-test
target/mips-unknown-linux-musl/release/wireguard-proxy: 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
target/mips-unknown-linux-musl/release/udp-test:        ELF 32-bit MSB pie executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-mips-sf.so.1, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target mips-unknown-linux-musl --release --no-default-features --features openssl_vendored --bin udp-test
    Finished release [optimized] target(s) in 0.05s
     Running `qemu-mips /target/mips-unknown-linux-musl/release/udp-test`
udp_host: 127.0.0.1:51820, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
udp got len: 246 from src_addr: 127.0.0.1:51820
udp got len: 246
success! received back exactly what we sent both ways!
+ cross run --target mips-unknown-linux-musl --release --no-default-features --features openssl_vendored --bin udp-test -- -is
    Finished release [optimized] target(s) in 0.10s
     Running `qemu-mips /target/mips-unknown-linux-musl/release/udp-test -is`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822'
waiting: 5s for wireguard-proxy server to come up.....
Listening for connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555
waiting: 5s for wireguard-proxy client to come up.....
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ '[' openssl_vendored '!=' verbose ']'
+ cross run --target mips-unknown-linux-musl --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem
    Finished release [optimized] target(s) in 0.09s
     Running `qemu-mips /target/mips-unknown-linux-musl/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls
waiting: 5s for wireguard-proxy client to come up.....
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ cross run --target mips-unknown-linux-musl --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=
    Finished release [optimized] target(s) in 0.07s
     Running `qemu-mips /target/mips-unknown-linux-musl/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=
waiting: 5s for wireguard-proxy client to come up.....
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
ERROR: pubkey match not found!
thread '<unnamed>' panicked at 'cannot wrap with tls: Error("the handshake failed: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:ssl/record/rec_layer_s3.c:1544:SSL alert number 48")', src/syncmod.rs:180:64
thread 'note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
<unnamed>' panicked at 'error running proxy_client: Error("the handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1915:: self signed certificate")', src/bin/udp-test.rs:285:111
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
thread 'main' panicked at 'recv function failed first round: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }', src/bin/udp-test.rs:64:17
+ true
+ cross run --target mips-unknown-linux-musl --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
    Finished release [optimized] target(s) in 0.09s
     Running `qemu-mips /target/mips-unknown-linux-musl/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
waiting: 5s for wireguard-proxy client to come up.....
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ strip target/mips-unknown-linux-musl/release/wireguard-proxy
strip: Unable to recognise the format of the input file `target/mips-unknown-linux-musl/release/wireguard-proxy'
+ true
+ mkdir -p release
+ mv target/mips-unknown-linux-musl/release/wireguard-proxy release/wireguard-proxy-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=wireguard-proxy
+ CRATE_NAME=wireguard-proxy
+ export OPENSSL_STATIC=1
+ OPENSSL_STATIC=1
+ export CARGO_FEATURES=async
+ CARGO_FEATURES=async
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo powerpc64le-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ grep -E '^(s390x|powerpc|mips)'
+ echo powerpc64le-unknown-linux-gnu
+ CARGO_FEATURES=openssl_vendored
+ echo powerpc64le-unknown-linux-gnu
+ grep -E '(^riscv64gc|solaris$)'
+ cross rustc --bin wireguard-proxy --target powerpc64le-unknown-linux-gnu --release --no-default-features --features openssl_vendored
   Compiling foreign-types-shared v0.1.1
   Compiling lazy_static v1.4.0
   Compiling cfg-if v0.1.10
   Compiling bitflags v1.2.1
   Compiling libc v0.2.73
   Compiling openssl-sys v0.9.53
   Compiling foreign-types v0.3.2
   Compiling openssl v0.10.26
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 2m 13s
+ cross rustc --bin udp-test --target powerpc64le-unknown-linux-gnu --release --no-default-features --features openssl_vendored
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 4.31s
+ file target/powerpc64le-unknown-linux-gnu/release/wireguard-proxy target/powerpc64le-unknown-linux-gnu/release/udp-test
target/powerpc64le-unknown-linux-gnu/release/wireguard-proxy: 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]=801a6b5bb0b7e1cc93e030097e8a7c580873db15, with debug_info, not stripped
target/powerpc64le-unknown-linux-gnu/release/udp-test:        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]=f1260bf21e8aaa718c67397619456e32f9b7e33b, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target powerpc64le-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test
    Finished release [optimized] target(s) in 0.09s
     Running `/linux-runner powerpc64le /target/powerpc64le-unknown-linux-gnu/release/udp-test`
udp_host: 127.0.0.1:51820, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
udp got len: 246 from src_addr: 127.0.0.1:51820
udp got len: 246
success! received back exactly what we sent both ways!
+ cross run --target powerpc64le-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is
    Finished release [optimized] target(s) in 0.14s
     Running `/linux-runner powerpc64le /target/powerpc64le-unknown-linux-gnu/release/udp-test -is`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822'
waiting: 5s for wireguard-proxy server to come up.....
Listening for connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555
waiting: 5s for wireguard-proxy client to come up.....
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ '[' openssl_vendored '!=' verbose ']'
+ cross run --target powerpc64le-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem
    Finished release [optimized] target(s) in 0.10s
     Running `/linux-runner powerpc64le /target/powerpc64le-unknown-linux-gnu/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls
waiting: 5s for wireguard-proxy client to come up.....
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ cross run --target powerpc64le-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=
    Finished release [optimized] target(s) in 0.10s
     Running `/linux-runner powerpc64le /target/powerpc64le-unknown-linux-gnu/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=
waiting: 5s for wireguard-proxy client to come up.....
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
ERROR: pubkey match not found!
thread '<unnamed>' panicked at 'cannot wrap with tls: Error("the handshake failed: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:ssl/record/rec_layer_s3.c:1544:SSL alert number 48")', src/syncmod.rs:180:64
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at 'error running proxy_client: Error("the handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1915:: self signed certificate")', src/bin/udp-test.rs:285:111
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
thread 'main' panicked at 'recv function failed first round: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }', src/bin/udp-test.rs:64:17
+ true
+ cross run --target powerpc64le-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
    Finished release [optimized] target(s) in 0.08s
     Running `/linux-runner powerpc64le /target/powerpc64le-unknown-linux-gnu/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
waiting: 5s for wireguard-proxy client to come up.....
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ strip target/powerpc64le-unknown-linux-gnu/release/wireguard-proxy
strip: Unable to recognise the format of the input file `target/powerpc64le-unknown-linux-gnu/release/wireguard-proxy'
+ true
+ mkdir -p release
+ mv target/powerpc64le-unknown-linux-gnu/release/wireguard-proxy release/wireguard-proxy-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=wireguard-proxy
+ CRATE_NAME=wireguard-proxy
+ export OPENSSL_STATIC=1
+ OPENSSL_STATIC=1
+ export CARGO_FEATURES=async
+ CARGO_FEATURES=async
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo powerpc-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ grep -E '^(s390x|powerpc|mips)'
+ echo powerpc-unknown-linux-gnu
+ CARGO_FEATURES=openssl_vendored
+ echo powerpc-unknown-linux-gnu
+ grep -E '(^riscv64gc|solaris$)'
+ cross rustc --bin wireguard-proxy --target powerpc-unknown-linux-gnu --release --no-default-features --features openssl_vendored
   Compiling foreign-types-shared v0.1.1
   Compiling lazy_static v1.4.0
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.73
   Compiling bitflags v1.2.1
   Compiling openssl-sys v0.9.53
   Compiling foreign-types v0.3.2
   Compiling openssl v0.10.26
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 2m 12s
+ cross rustc --bin udp-test --target powerpc-unknown-linux-gnu --release --no-default-features --features openssl_vendored
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 3.72s
+ file target/powerpc-unknown-linux-gnu/release/wireguard-proxy target/powerpc-unknown-linux-gnu/release/udp-test
target/powerpc-unknown-linux-gnu/release/wireguard-proxy: 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]=d946b11316c8799420c10424a491df96a4af2124, with debug_info, not stripped
target/powerpc-unknown-linux-gnu/release/udp-test:        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]=816b7019873668b03080b26ddd1c59cd1c3ee0e2, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target powerpc-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test
    Finished release [optimized] target(s) in 0.12s
     Running `/linux-runner powerpc /target/powerpc-unknown-linux-gnu/release/udp-test`
udp_host: 127.0.0.1:51820, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
udp got len: 246 from src_addr: 127.0.0.1:51820
udp got len: 246
success! received back exactly what we sent both ways!
+ cross run --target powerpc-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is
    Finished release [optimized] target(s) in 0.16s
     Running `/linux-runner powerpc /target/powerpc-unknown-linux-gnu/release/udp-test -is`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822'
waiting: 5s for wireguard-proxy server to come up.....
Listening for connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555
waiting: 5s for wireguard-proxy client to come up.....
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ '[' openssl_vendored '!=' verbose ']'
+ cross run --target powerpc-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem
    Finished release [optimized] target(s) in 0.06s
     Running `/linux-runner powerpc /target/powerpc-unknown-linux-gnu/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls
waiting: 5s for wireguard-proxy client to come up.....
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ cross run --target powerpc-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=
    Finished release [optimized] target(s) in 0.11s
     Running `/linux-runner powerpc /target/powerpc-unknown-linux-gnu/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4de=
waiting: 5s for wireguard-proxy client to come up.....
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
ERROR: pubkey match not found!
thread '<unnamed>' panicked at 'cannot wrap with tls: Error("the handshake failed: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:ssl/record/rec_layer_s3.c:1544:SSL alert number 48")', src/syncmod.rs:180:64
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at 'error running proxy_client: Error("the handshake failed: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1915:: self signed certificate")', src/bin/udp-test.rs:285:111
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
thread 'main' panicked at 'recv function failed first round: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }', src/bin/udp-test.rs:64:17
+ true
+ cross run --target powerpc-unknown-linux-gnu --release --no-default-features --features openssl_vendored --bin udp-test -- -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
    Finished release [optimized] target(s) in 0.10s
     Running `/linux-runner powerpc /target/powerpc-unknown-linux-gnu/release/udp-test -is --tls-key ci/cert.key --tls-cert ci/cert.pem --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822' -tk 'ci/cert.key' -tc 'ci/cert.pem'
waiting: 5s for wireguard-proxy server to come up.....
Listening for TLS connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555 --tls --pinnedpubkey sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
waiting: 5s for wireguard-proxy client to come up.....
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
pubkey from cert: sha256//BEyQeSjwwUBLXXNuCILHRWyV1gLmY31CdMHNA4VH4dE=
SUCCESS: pubkey match found!
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
success! received back exactly what we sent both ways!
+ strip target/powerpc-unknown-linux-gnu/release/wireguard-proxy
strip: Unable to recognise the format of the input file `target/powerpc-unknown-linux-gnu/release/wireguard-proxy'
+ true
+ mkdir -p release
+ mv target/powerpc-unknown-linux-gnu/release/wireguard-proxy release/wireguard-proxy-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=wireguard-proxy
+ CRATE_NAME=wireguard-proxy
+ export OPENSSL_STATIC=1
+ OPENSSL_STATIC=1
+ export CARGO_FEATURES=async
+ CARGO_FEATURES=async
+ DISABLE_TESTS=0
+ SUFFIX=
+ echo riscv64gc-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo riscv64gc-unknown-linux-gnu
+ grep -E '^(s390x|powerpc|mips)'
+ grep -E '(^riscv64gc|solaris$)'
+ echo riscv64gc-unknown-linux-gnu
+ CARGO_FEATURES=verbose
+ cross rustc --bin wireguard-proxy --target riscv64gc-unknown-linux-gnu --release --no-default-features --features verbose
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 3.96s
+ cross rustc --bin udp-test --target riscv64gc-unknown-linux-gnu --release --no-default-features --features verbose
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 1.94s
+ file target/riscv64gc-unknown-linux-gnu/release/wireguard-proxy target/riscv64gc-unknown-linux-gnu/release/udp-test
target/riscv64gc-unknown-linux-gnu/release/wireguard-proxy: 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]=97e7e38500ec621faca6d913324a80f548484c34, with debug_info, not stripped
target/riscv64gc-unknown-linux-gnu/release/udp-test:        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]=702990fb106fbf1296efcceb78aaa9f085f65de7, with debug_info, not stripped
+ '[' 0 -ne 1 ']'
+ cross run --target riscv64gc-unknown-linux-gnu --release --no-default-features --features verbose --bin udp-test
    Finished release [optimized] target(s) in 0.03s
     Running `/linux-runner riscv64 /target/riscv64gc-unknown-linux-gnu/release/udp-test`
udp_host: 127.0.0.1:51820, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
udp got len: 246 from src_addr: 127.0.0.1:51820
udp got len: 246
success! received back exactly what we sent both ways!
+ cross run --target riscv64gc-unknown-linux-gnu --release --no-default-features --features verbose --bin udp-test -- -is
    Finished release [optimized] target(s) in 0.04s
     Running `/linux-runner riscv64 /target/riscv64gc-unknown-linux-gnu/release/udp-test -is`
udp_target: 127.0.0.1:51822, udp_bind_host_range: 127.0.0.1:30000-30100, socket_timeout: None
executing: wireguard-proxy -th '127.0.0.1:5555' -ut '127.0.0.1:51822'
waiting: 5s for wireguard-proxy server to come up.....
Listening for connections on 127.0.0.1:5555
udp_host: 127.0.0.1:51820, tcp_target: 127.0.0.1:5555, socket_timeout: Some(15s)
executing: wireguard-proxy -tt 127.0.0.1:5555
waiting: 5s for wireguard-proxy client to come up.....
udp_host: 127.0.0.1:51822, udp_target: 127.0.0.1:51820, socket_timeout: Some(10s)
first packet from 127.0.0.1:51822, connecting to that
udp got len: 246
tcp expecting len: 246
tcp got len: 246
udp got len: 246 from src_addr: 127.0.0.1:30000
udp got len: 246
tcp expecting len: 246
tcp got len: 246
udp got len: 246
success! received back exactly what we sent both ways!
+ '[' verbose '!=' verbose ']'
+ strip target/riscv64gc-unknown-linux-gnu/release/wireguard-proxy
strip: Unable to recognise the format of the input file `target/riscv64gc-unknown-linux-gnu/release/wireguard-proxy'
+ true
+ mkdir -p release
+ mv target/riscv64gc-unknown-linux-gnu/release/wireguard-proxy release/wireguard-proxy-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=wireguard-proxy
+ CRATE_NAME=wireguard-proxy
+ export OPENSSL_STATIC=1
+ OPENSSL_STATIC=1
+ export CARGO_FEATURES=async
+ CARGO_FEATURES=async
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo s390x-unknown-linux-gnu
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo s390x-unknown-linux-gnu
+ grep -E '^(s390x|powerpc|mips)'
+ CARGO_FEATURES=openssl_vendored
+ echo s390x-unknown-linux-gnu
+ grep -E '(^riscv64gc|solaris$)'
+ cross rustc --bin wireguard-proxy --target s390x-unknown-linux-gnu --release --no-default-features --features openssl_vendored
   Compiling foreign-types-shared v0.1.1
   Compiling lazy_static v1.4.0
   Compiling cfg-if v0.1.10
   Compiling libc v0.2.73
   Compiling bitflags v1.2.1
   Compiling openssl-sys v0.9.53
   Compiling foreign-types v0.3.2
   Compiling openssl v0.10.26
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 1m 53s
+ cross rustc --bin udp-test --target s390x-unknown-linux-gnu --release --no-default-features --features openssl_vendored
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 3.48s
+ file target/s390x-unknown-linux-gnu/release/wireguard-proxy target/s390x-unknown-linux-gnu/release/udp-test
target/s390x-unknown-linux-gnu/release/wireguard-proxy: 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]=4e13bc5bc5cabc52a4105602e9f8768f6aa3b6fb, with debug_info, not stripped
target/s390x-unknown-linux-gnu/release/udp-test:        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]=034cbc83d58c4c2809bd851708bc25461f672294, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/s390x-unknown-linux-gnu/release/wireguard-proxy
strip: Unable to recognise the format of the input file `target/s390x-unknown-linux-gnu/release/wireguard-proxy'
+ true
+ mkdir -p release
+ mv target/s390x-unknown-linux-gnu/release/wireguard-proxy release/wireguard-proxy-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=wireguard-proxy
+ CRATE_NAME=wireguard-proxy
+ export OPENSSL_STATIC=1
+ OPENSSL_STATIC=1
+ export CARGO_FEATURES=async
+ CARGO_FEATURES=async
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-sun-solaris
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo x86_64-sun-solaris
+ grep -E '^(s390x|powerpc|mips)'
+ echo x86_64-sun-solaris
+ grep -E '(^riscv64gc|solaris$)'
+ CARGO_FEATURES=verbose
+ cross rustc --bin wireguard-proxy --target x86_64-sun-solaris --release --no-default-features --features verbose
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 4.42s
+ cross rustc --bin udp-test --target x86_64-sun-solaris --release --no-default-features --features verbose
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 2.96s
+ file target/x86_64-sun-solaris/release/wireguard-proxy target/x86_64-sun-solaris/release/udp-test
target/x86_64-sun-solaris/release/wireguard-proxy: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/amd64/ld.so.1, with debug_info, not stripped
target/x86_64-sun-solaris/release/udp-test:        ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/amd64/ld.so.1, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/x86_64-sun-solaris/release/wireguard-proxy
+ mkdir -p release
+ mv target/x86_64-sun-solaris/release/wireguard-proxy release/wireguard-proxy-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=wireguard-proxy
+ CRATE_NAME=wireguard-proxy
+ export OPENSSL_STATIC=1
+ OPENSSL_STATIC=1
+ export CARGO_FEATURES=async
+ CARGO_FEATURES=async
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo sparcv9-sun-solaris
+ grep -E '^x86_64-pc-windows-gnu$'
+ echo sparcv9-sun-solaris
+ grep -E '^(s390x|powerpc|mips)'
+ echo sparcv9-sun-solaris
+ grep -E '(^riscv64gc|solaris$)'
+ CARGO_FEATURES=verbose
+ cross rustc --bin wireguard-proxy --target sparcv9-sun-solaris --release --no-default-features --features verbose
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 3.96s
+ cross rustc --bin udp-test --target sparcv9-sun-solaris --release --no-default-features --features verbose
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 2.56s
+ file target/sparcv9-sun-solaris/release/wireguard-proxy target/sparcv9-sun-solaris/release/udp-test
target/sparcv9-sun-solaris/release/wireguard-proxy: 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
target/sparcv9-sun-solaris/release/udp-test:        ELF 64-bit MSB executable, SPARC V9, total store ordering, version 1 (SYSV), dynamically linked, interpreter /usr/lib/sparcv9/ld.so.1, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/sparcv9-sun-solaris/release/wireguard-proxy
strip: Unable to recognise the format of the input file `target/sparcv9-sun-solaris/release/wireguard-proxy'
+ true
+ mkdir -p release
+ mv target/sparcv9-sun-solaris/release/wireguard-proxy release/wireguard-proxy-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=wireguard-proxy
+ CRATE_NAME=wireguard-proxy
+ export OPENSSL_STATIC=1
+ OPENSSL_STATIC=1
+ export CARGO_FEATURES=async
+ CARGO_FEATURES=async
+ DISABLE_TESTS=1
+ SUFFIX=
+ echo x86_64-unknown-netbsd
+ grep -E '^x86_64-pc-windows-gnu$'
+ grep -E '^(s390x|powerpc|mips)'
+ echo x86_64-unknown-netbsd
+ echo x86_64-unknown-netbsd
+ grep -E '(^riscv64gc|solaris$)'
+ cross rustc --bin wireguard-proxy --target x86_64-unknown-netbsd --release --no-default-features --features async
   Compiling cfg-if v0.1.10
   Compiling once_cell v1.4.0
   Compiling spin v0.5.2
   Compiling untrusted v0.7.1
   Compiling slab v0.4.2
   Compiling base64 v0.12.3
   Compiling pin-project-lite v0.1.7
   Compiling lazy_static v1.4.0
   Compiling bytes v0.5.6
   Compiling futures-core v0.3.5
   Compiling libc v0.2.73
   Compiling log v0.4.11
   Compiling memchr v2.3.3
   Compiling ring v0.16.15
   Compiling net2 v0.2.34
   Compiling iovec v0.1.4
   Compiling num_cpus v1.13.0
   Compiling mio v0.6.22
   Compiling mio-uds v0.6.8
   Compiling tokio v0.2.22
   Compiling sct v0.6.0
   Compiling webpki v0.21.3
   Compiling rustls v0.18.0
   Compiling tokio-rustls v0.14.0
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 1m 27s
+ cross rustc --bin udp-test --target x86_64-unknown-netbsd --release --no-default-features --features async
   Compiling wireguard-proxy v0.1.0 (/project)
    Finished release [optimized] target(s) in 3.20s
+ file target/x86_64-unknown-netbsd/release/wireguard-proxy target/x86_64-unknown-netbsd/release/udp-test
target/x86_64-unknown-netbsd/release/wireguard-proxy: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /usr/libexec/ld.elf_so, for NetBSD 7.0, with debug_info, not stripped
target/x86_64-unknown-netbsd/release/udp-test:        ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /usr/libexec/ld.elf_so, for NetBSD 7.0, with debug_info, not stripped
+ '[' 1 -ne 1 ']'
+ strip target/x86_64-unknown-netbsd/release/wireguard-proxy
+ mkdir -p release
+ mv target/x86_64-unknown-netbsd/release/wireguard-proxy release/wireguard-proxy-x86_64-unknown-netbsd
+ echo 'build success!'
build success!
+ exit 0
+ '[' -e .ci/release.sh ']'
+ '[' -d release ']'
+ ci-release-helper.sh standard_pre_release
Everything up-to-date
Everything up-to-date
deleting github release_id: 41334592
deleting gitea release_id: 347216
+ 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/wireguard-proxy/releases/43404577",
  "assets_url": "https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/43404577/assets",
  "upload_url": "https://uploads.github.com/repos/moparisthebest/wireguard-proxy/releases/43404577/assets{?name,label}",
  "html_url": "https://github.com/moparisthebest/wireguard-proxy/releases/tag/beta",
  "id": 43404577,
  "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": "MDc6UmVsZWFzZTQzNDA0NTc3",
  "tag_name": "beta",
  "target_commitish": "master",
  "name": null,
  "draft": false,
  "prerelease": false,
  "created_at": "2020-11-26T23:51:57Z",
  "published_at": "2021-05-22T06:31:14Z",
  "assets": [

  ],
  "tarball_url": "https://api.github.com/repos/moparisthebest/wireguard-proxy/tarball/beta",
  "zipball_url": "https://api.github.com/repos/moparisthebest/wireguard-proxy/zipball/beta",
  "body": null
}
uploading file to github release_id: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329605","id":37329605,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjA1","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":3833,"download_count":0,"created_at":"2021-05-22T06:31:15Z","updated_at":"2021-05-22T06:31:15Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/sha256sum.txt"}{"id":347216,"tag_name":"beta","target_commitish":"","name":"","body":"","url":"https://code.moparisthebest.com/api/v1/repos/moparisthebest/wireguard-proxy/releases/347216","html_url":"https://code.moparisthebest.com/moparisthebest/wireguard-proxy/releases/tag/beta","tarball_url":"https://code.moparisthebest.com/moparisthebest/wireguard-proxy/archive/beta.tar.gz","zipball_url":"https://code.moparisthebest.com/moparisthebest/wireguard-proxy/archive/beta.zip","draft":false,"prerelease":false,"created_at":"2020-11-26T18:51:57-05:00","published_at":"2020-11-26T18:51:57-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: 347216
{"id":2420,"name":"sha256sum.txt","size":3833,"download_count":0,"created_at":"2021-05-22T02:31:15-04:00","uuid":"a7661e92-3c39-44b5-8695-66bf75349a64","browser_download_url":"https://code.moparisthebest.com/attachments/a7661e92-3c39-44b5-8695-66bf75349a64"}+ 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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329607","id":37329607,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjA3","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":4110,"download_count":0,"created_at":"2021-05-22T06:31:16Z","updated_at":"2021-05-22T06:31:16Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/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: 347216
{"id":2421,"name":"sha256sum.txt.asc","size":4110,"download_count":0,"created_at":"2021-05-22T02:31:17-04:00","uuid":"a1e6cae6-55cc-45a6-b215-590fa4441988","browser_download_url":"https://code.moparisthebest.com/attachments/a1e6cae6-55cc-45a6-b215-590fa4441988"}+ 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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329608","id":37329608,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjA4","name":"wireguard-proxy-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":2004648,"download_count":0,"created_at":"2021-05-22T06:31:17Z","updated_at":"2021-05-22T06:31:18Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-x86_64-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2422,"name":"wireguard-proxy-x86_64-unknown-linux-musl","size":2004648,"download_count":0,"created_at":"2021-05-22T02:31:18-04:00","uuid":"01de1644-2c5c-45e4-8f14-af048be3c4eb","browser_download_url":"https://code.moparisthebest.com/attachments/01de1644-2c5c-45e4-8f14-af048be3c4eb"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329609","id":37329609,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjA5","name":"wireguard-proxy-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":2058752,"download_count":0,"created_at":"2021-05-22T06:31:19Z","updated_at":"2021-05-22T06:31:20Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-x86_64-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2423,"name":"wireguard-proxy-x86_64-unknown-linux-gnu","size":2058752,"download_count":0,"created_at":"2021-05-22T02:31:20-04:00","uuid":"2efd4cd3-c6fb-46d3-8f9f-a0a99f76c0ae","browser_download_url":"https://code.moparisthebest.com/attachments/2efd4cd3-c6fb-46d3-8f9f-a0a99f76c0ae"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329613","id":37329613,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjEz","name":"wireguard-proxy-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":1999972,"download_count":0,"created_at":"2021-05-22T06:31:21Z","updated_at":"2021-05-22T06:31:21Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-i686-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2424,"name":"wireguard-proxy-i686-unknown-linux-musl","size":1999972,"download_count":0,"created_at":"2021-05-22T02:31:22-04:00","uuid":"cf067f1d-9365-4c64-95f9-9b652e7dbb9f","browser_download_url":"https://code.moparisthebest.com/attachments/cf067f1d-9365-4c64-95f9-9b652e7dbb9f"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329616","id":37329616,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjE2","name":"wireguard-proxy-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":2184872,"download_count":0,"created_at":"2021-05-22T06:31:22Z","updated_at":"2021-05-22T06:31:23Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-i686-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2425,"name":"wireguard-proxy-i686-unknown-linux-gnu","size":2184872,"download_count":0,"created_at":"2021-05-22T02:31:24-04:00","uuid":"ad521556-51b3-4ad6-8b57-6adf689b41a5","browser_download_url":"https://code.moparisthebest.com/attachments/ad521556-51b3-4ad6-8b57-6adf689b41a5"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329619","id":37329619,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjE5","name":"wireguard-proxy-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":2008164,"download_count":0,"created_at":"2021-05-22T06:31:24Z","updated_at":"2021-05-22T06:31:25Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-i586-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2426,"name":"wireguard-proxy-i586-unknown-linux-musl","size":2008164,"download_count":0,"created_at":"2021-05-22T02:31:25-04:00","uuid":"3f4adca4-aa14-4ce4-b435-3cde860b3450","browser_download_url":"https://code.moparisthebest.com/attachments/3f4adca4-aa14-4ce4-b435-3cde860b3450"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329623","id":37329623,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjIz","name":"wireguard-proxy-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":2205352,"download_count":0,"created_at":"2021-05-22T06:31:26Z","updated_at":"2021-05-22T06:31:27Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-i586-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2427,"name":"wireguard-proxy-i586-unknown-linux-gnu","size":2205352,"download_count":0,"created_at":"2021-05-22T02:31:27-04:00","uuid":"0eaf3a47-5d9a-4566-9173-a3f3310d11d2","browser_download_url":"https://code.moparisthebest.com/attachments/0eaf3a47-5d9a-4566-9173-a3f3310d11d2"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329624","id":37329624,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjI0","name":"wireguard-proxy-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":6321680,"download_count":0,"created_at":"2021-05-22T06:31:28Z","updated_at":"2021-05-22T06:31:29Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-aarch64-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2428,"name":"wireguard-proxy-aarch64-unknown-linux-musl","size":6321680,"download_count":0,"created_at":"2021-05-22T02:31:29-04:00","uuid":"48ea7ba7-d026-436a-90af-1042d0641620","browser_download_url":"https://code.moparisthebest.com/attachments/48ea7ba7-d026-436a-90af-1042d0641620"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329626","id":37329626,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjI2","name":"wireguard-proxy-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":5831280,"download_count":0,"created_at":"2021-05-22T06:31:30Z","updated_at":"2021-05-22T06:31:31Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-aarch64-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2429,"name":"wireguard-proxy-aarch64-unknown-linux-gnu","size":5831280,"download_count":0,"created_at":"2021-05-22T02:31:31-04:00","uuid":"6c175617-a0fc-4fc5-a225-140f2c49bc1a","browser_download_url":"https://code.moparisthebest.com/attachments/6c175617-a0fc-4fc5-a225-140f2c49bc1a"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329628","id":37329628,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjI4","name":"wireguard-proxy-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":5630316,"download_count":0,"created_at":"2021-05-22T06:31:32Z","updated_at":"2021-05-22T06:31:33Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-armv7-unknown-linux-gnueabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2430,"name":"wireguard-proxy-armv7-unknown-linux-gnueabihf","size":5630316,"download_count":0,"created_at":"2021-05-22T02:31:34-04:00","uuid":"8fc50868-f207-44cb-8d4e-f7f678929c68","browser_download_url":"https://code.moparisthebest.com/attachments/8fc50868-f207-44cb-8d4e-f7f678929c68"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329633","id":37329633,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjMz","name":"wireguard-proxy-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":6126672,"download_count":0,"created_at":"2021-05-22T06:31:34Z","updated_at":"2021-05-22T06:31:35Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-armv7-unknown-linux-musleabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2431,"name":"wireguard-proxy-armv7-unknown-linux-musleabihf","size":6126672,"download_count":0,"created_at":"2021-05-22T02:31:36-04:00","uuid":"cd3862c6-fb00-49d8-9945-3c68c6877f29","browser_download_url":"https://code.moparisthebest.com/attachments/cd3862c6-fb00-49d8-9945-3c68c6877f29"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329634","id":37329634,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjM0","name":"wireguard-proxy-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":5623992,"download_count":0,"created_at":"2021-05-22T06:31:36Z","updated_at":"2021-05-22T06:31:37Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-arm-unknown-linux-gnueabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2432,"name":"wireguard-proxy-arm-unknown-linux-gnueabi","size":5623992,"download_count":0,"created_at":"2021-05-22T02:31:38-04:00","uuid":"e5bc735f-ee9b-44e5-9a48-12363571d4de","browser_download_url":"https://code.moparisthebest.com/attachments/e5bc735f-ee9b-44e5-9a48-12363571d4de"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329635","id":37329635,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjM1","name":"wireguard-proxy-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":6013224,"download_count":0,"created_at":"2021-05-22T06:31:39Z","updated_at":"2021-05-22T06:31:40Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-arm-unknown-linux-gnueabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2433,"name":"wireguard-proxy-arm-unknown-linux-gnueabihf","size":6013224,"download_count":0,"created_at":"2021-05-22T02:31:40-04:00","uuid":"c65b6fcb-fe45-4e8d-9d2d-cb6562d3a89d","browser_download_url":"https://code.moparisthebest.com/attachments/c65b6fcb-fe45-4e8d-9d2d-cb6562d3a89d"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329636","id":37329636,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjM2","name":"wireguard-proxy-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":6154408,"download_count":0,"created_at":"2021-05-22T06:31:41Z","updated_at":"2021-05-22T06:31:42Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-arm-unknown-linux-musleabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2434,"name":"wireguard-proxy-arm-unknown-linux-musleabi","size":6154408,"download_count":0,"created_at":"2021-05-22T02:31:42-04:00","uuid":"2bc1c7e3-a4ca-48a8-92a4-48ab5a58f73d","browser_download_url":"https://code.moparisthebest.com/attachments/2bc1c7e3-a4ca-48a8-92a4-48ab5a58f73d"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329639","id":37329639,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjM5","name":"wireguard-proxy-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":6137284,"download_count":0,"created_at":"2021-05-22T06:31:43Z","updated_at":"2021-05-22T06:31:44Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-arm-unknown-linux-musleabihf"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2435,"name":"wireguard-proxy-arm-unknown-linux-musleabihf","size":6137284,"download_count":0,"created_at":"2021-05-22T02:31:44-04:00","uuid":"ae824add-72b3-415a-a9a4-415151505167","browser_download_url":"https://code.moparisthebest.com/attachments/ae824add-72b3-415a-a9a4-415151505167"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329640","id":37329640,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjQw","name":"wireguard-proxy-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":5624492,"download_count":0,"created_at":"2021-05-22T06:31:45Z","updated_at":"2021-05-22T06:31:47Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-armv5te-unknown-linux-gnueabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2436,"name":"wireguard-proxy-armv5te-unknown-linux-gnueabi","size":5624492,"download_count":0,"created_at":"2021-05-22T02:31:47-04:00","uuid":"9f2cf274-775a-45aa-ad51-9eb70f004bd0","browser_download_url":"https://code.moparisthebest.com/attachments/9f2cf274-775a-45aa-ad51-9eb70f004bd0"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329642","id":37329642,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjQy","name":"wireguard-proxy-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":6225760,"download_count":0,"created_at":"2021-05-22T06:31:48Z","updated_at":"2021-05-22T06:31:49Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-armv5te-unknown-linux-musleabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2437,"name":"wireguard-proxy-armv5te-unknown-linux-musleabi","size":6225760,"download_count":0,"created_at":"2021-05-22T02:31:49-04:00","uuid":"95d1ff36-6b22-4128-aa0b-880db2bf9aa1","browser_download_url":"https://code.moparisthebest.com/attachments/95d1ff36-6b22-4128-aa0b-880db2bf9aa1"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329644","id":37329644,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjQ0","name":"wireguard-proxy-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":4062208,"download_count":0,"created_at":"2021-05-22T06:31:50Z","updated_at":"2021-05-22T06:31:51Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-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: 347216
{"id":2438,"name":"wireguard-proxy-x86_64-pc-windows-gnu.exe","size":4062208,"download_count":0,"created_at":"2021-05-22T02:31:51-04:00","uuid":"652fd8b9-1897-4d83-9ab4-6ca0521aea5f","browser_download_url":"https://code.moparisthebest.com/attachments/652fd8b9-1897-4d83-9ab4-6ca0521aea5f"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329645","id":37329645,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjQ1","name":"wireguard-proxy-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":1985000,"download_count":0,"created_at":"2021-05-22T06:31:52Z","updated_at":"2021-05-22T06:31:52Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-x86_64-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2439,"name":"wireguard-proxy-x86_64-linux-android","size":1985000,"download_count":0,"created_at":"2021-05-22T02:31:53-04:00","uuid":"ab8466cc-7dad-4d90-9a82-1001a12a5488","browser_download_url":"https://code.moparisthebest.com/attachments/ab8466cc-7dad-4d90-9a82-1001a12a5488"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329647","id":37329647,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjQ3","name":"wireguard-proxy-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":2184848,"download_count":0,"created_at":"2021-05-22T06:31:53Z","updated_at":"2021-05-22T06:31:54Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-i686-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2440,"name":"wireguard-proxy-i686-linux-android","size":2184848,"download_count":0,"created_at":"2021-05-22T02:31:55-04:00","uuid":"ed5961ed-946b-4ef7-9445-a8ce208ab352","browser_download_url":"https://code.moparisthebest.com/attachments/ed5961ed-946b-4ef7-9445-a8ce208ab352"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329648","id":37329648,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjQ4","name":"wireguard-proxy-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":6015176,"download_count":0,"created_at":"2021-05-22T06:31:55Z","updated_at":"2021-05-22T06:31:56Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-aarch64-linux-android"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2441,"name":"wireguard-proxy-aarch64-linux-android","size":6015176,"download_count":0,"created_at":"2021-05-22T02:31:56-04:00","uuid":"b984d0d6-d896-4f25-8235-27465f2d9db2","browser_download_url":"https://code.moparisthebest.com/attachments/b984d0d6-d896-4f25-8235-27465f2d9db2"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329649","id":37329649,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjQ5","name":"wireguard-proxy-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":5134132,"download_count":0,"created_at":"2021-05-22T06:31:57Z","updated_at":"2021-05-22T06:31:58Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-armv7-linux-androideabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2442,"name":"wireguard-proxy-armv7-linux-androideabi","size":5134132,"download_count":0,"created_at":"2021-05-22T02:31:58-04:00","uuid":"5bfe7c1b-a5f4-4c9b-ab43-64db61c13340","browser_download_url":"https://code.moparisthebest.com/attachments/5bfe7c1b-a5f4-4c9b-ab43-64db61c13340"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329651","id":37329651,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjUx","name":"wireguard-proxy-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":5622472,"download_count":0,"created_at":"2021-05-22T06:31:59Z","updated_at":"2021-05-22T06:32:01Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-arm-linux-androideabi"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2443,"name":"wireguard-proxy-arm-linux-androideabi","size":5622472,"download_count":0,"created_at":"2021-05-22T02:32:01-04:00","uuid":"2e6895af-386b-4122-8f9b-a98c731ca91c","browser_download_url":"https://code.moparisthebest.com/attachments/2e6895af-386b-4122-8f9b-a98c731ca91c"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329653","id":37329653,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjUz","name":"wireguard-proxy-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":6451336,"download_count":0,"created_at":"2021-05-22T06:32:02Z","updated_at":"2021-05-22T06:32:03Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-mips64el-unknown-linux-gnuabi64"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2444,"name":"wireguard-proxy-mips64el-unknown-linux-gnuabi64","size":6451336,"download_count":0,"created_at":"2021-05-22T02:32:03-04:00","uuid":"1faa8c6b-d42b-452d-af8d-4719b4f4cbe7","browser_download_url":"https://code.moparisthebest.com/attachments/1faa8c6b-d42b-452d-af8d-4719b4f4cbe7"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329654","id":37329654,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjU0","name":"wireguard-proxy-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":6437360,"download_count":0,"created_at":"2021-05-22T06:32:04Z","updated_at":"2021-05-22T06:32:05Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-mips64-unknown-linux-gnuabi64"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2445,"name":"wireguard-proxy-mips64-unknown-linux-gnuabi64","size":6437360,"download_count":0,"created_at":"2021-05-22T02:32:05-04:00","uuid":"2b14e163-29b0-4794-a2de-f8170382fe51","browser_download_url":"https://code.moparisthebest.com/attachments/2b14e163-29b0-4794-a2de-f8170382fe51"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329660","id":37329660,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjYw","name":"wireguard-proxy-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":5814456,"download_count":0,"created_at":"2021-05-22T06:32:06Z","updated_at":"2021-05-22T06:32:08Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-mipsel-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2446,"name":"wireguard-proxy-mipsel-unknown-linux-gnu","size":5814456,"download_count":0,"created_at":"2021-05-22T02:32:08-04:00","uuid":"f957eae7-e8ff-42dd-bf9e-d607db578a3e","browser_download_url":"https://code.moparisthebest.com/attachments/f957eae7-e8ff-42dd-bf9e-d607db578a3e"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329665","id":37329665,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NjY1","name":"wireguard-proxy-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":5822644,"download_count":0,"created_at":"2021-05-22T06:32:09Z","updated_at":"2021-05-22T06:32:10Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-mipsel-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2447,"name":"wireguard-proxy-mipsel-unknown-linux-musl","size":5822644,"download_count":0,"created_at":"2021-05-22T02:32:10-04:00","uuid":"f6093e1b-9a9e-49ea-a8c5-dd067abaa6de","browser_download_url":"https://code.moparisthebest.com/attachments/f6093e1b-9a9e-49ea-a8c5-dd067abaa6de"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329671","id":37329671,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5Njcx","name":"wireguard-proxy-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":5773216,"download_count":0,"created_at":"2021-05-22T06:32:11Z","updated_at":"2021-05-22T06:32:12Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-mips-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2448,"name":"wireguard-proxy-mips-unknown-linux-gnu","size":5773216,"download_count":0,"created_at":"2021-05-22T02:32:12-04:00","uuid":"3b9d631f-3643-49e2-9b95-7971f9c1593a","browser_download_url":"https://code.moparisthebest.com/attachments/3b9d631f-3643-49e2-9b95-7971f9c1593a"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329679","id":37329679,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5Njc5","name":"wireguard-proxy-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":5794300,"download_count":0,"created_at":"2021-05-22T06:32:13Z","updated_at":"2021-05-22T06:32:14Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-mips-unknown-linux-musl"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2449,"name":"wireguard-proxy-mips-unknown-linux-musl","size":5794300,"download_count":0,"created_at":"2021-05-22T02:32:15-04:00","uuid":"4d7651dd-8e24-4e43-9c25-42876888c570","browser_download_url":"https://code.moparisthebest.com/attachments/4d7651dd-8e24-4e43-9c25-42876888c570"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329690","id":37329690,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5Njkw","name":"wireguard-proxy-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":6691752,"download_count":0,"created_at":"2021-05-22T06:32:16Z","updated_at":"2021-05-22T06:32:17Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-powerpc64le-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2450,"name":"wireguard-proxy-powerpc64le-unknown-linux-gnu","size":6691752,"download_count":0,"created_at":"2021-05-22T02:32:17-04:00","uuid":"bcb24f31-ebd3-46ca-ac9f-10652fb272cf","browser_download_url":"https://code.moparisthebest.com/attachments/bcb24f31-ebd3-46ca-ac9f-10652fb272cf"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329700","id":37329700,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NzAw","name":"wireguard-proxy-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":5829556,"download_count":0,"created_at":"2021-05-22T06:32:18Z","updated_at":"2021-05-22T06:32:19Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-powerpc-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2451,"name":"wireguard-proxy-powerpc-unknown-linux-gnu","size":5829556,"download_count":0,"created_at":"2021-05-22T02:32:19-04:00","uuid":"f0cc051d-ed6a-4094-bfa1-4b9254adfa6b","browser_download_url":"https://code.moparisthebest.com/attachments/f0cc051d-ed6a-4094-bfa1-4b9254adfa6b"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329710","id":37329710,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NzEw","name":"wireguard-proxy-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":4190896,"download_count":0,"created_at":"2021-05-22T06:32:20Z","updated_at":"2021-05-22T06:32:21Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-riscv64gc-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2452,"name":"wireguard-proxy-riscv64gc-unknown-linux-gnu","size":4190896,"download_count":0,"created_at":"2021-05-22T02:32:21-04:00","uuid":"fb413d9b-3533-4a84-9bc0-6f27dcc2f819","browser_download_url":"https://code.moparisthebest.com/attachments/fb413d9b-3533-4a84-9bc0-6f27dcc2f819"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329718","id":37329718,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NzE4","name":"wireguard-proxy-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":8586376,"download_count":0,"created_at":"2021-05-22T06:32:22Z","updated_at":"2021-05-22T06:32:23Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-s390x-unknown-linux-gnu"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2453,"name":"wireguard-proxy-s390x-unknown-linux-gnu","size":8586376,"download_count":0,"created_at":"2021-05-22T02:32:24-04:00","uuid":"489c6874-36a1-442b-bf75-4d700e33b259","browser_download_url":"https://code.moparisthebest.com/attachments/489c6874-36a1-442b-bf75-4d700e33b259"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329726","id":37329726,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NzI2","name":"wireguard-proxy-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":1152280,"download_count":0,"created_at":"2021-05-22T06:32:24Z","updated_at":"2021-05-22T06:32:25Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-x86_64-sun-solaris"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2454,"name":"wireguard-proxy-x86_64-sun-solaris","size":1152280,"download_count":0,"created_at":"2021-05-22T02:32:25-04:00","uuid":"2136494b-c62d-4080-8721-fe367c0bd30e","browser_download_url":"https://code.moparisthebest.com/attachments/2136494b-c62d-4080-8721-fe367c0bd30e"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329734","id":37329734,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NzM0","name":"wireguard-proxy-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":4918928,"download_count":0,"created_at":"2021-05-22T06:32:26Z","updated_at":"2021-05-22T06:32:27Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-sparcv9-sun-solaris"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2455,"name":"wireguard-proxy-sparcv9-sun-solaris","size":4918928,"download_count":0,"created_at":"2021-05-22T02:32:27-04:00","uuid":"6581dc8f-0bae-4229-a177-408b84793da1","browser_download_url":"https://code.moparisthebest.com/attachments/6581dc8f-0bae-4229-a177-408b84793da1"}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: 43404577
{"url":"https://api.github.com/repos/moparisthebest/wireguard-proxy/releases/assets/37329735","id":37329735,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI5NzM1","name":"wireguard-proxy-x86_64-unknown-netbsd","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":2059504,"download_count":0,"created_at":"2021-05-22T06:32:28Z","updated_at":"2021-05-22T06:32:29Z","browser_download_url":"https://github.com/moparisthebest/wireguard-proxy/releases/download/beta/wireguard-proxy-x86_64-unknown-netbsd"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347216
{"id":2456,"name":"wireguard-proxy-x86_64-unknown-netbsd","size":2059504,"download_count":0,"created_at":"2021-05-22T02:32:30-04:00","uuid":"76af3b05-418c-4f19-b025-f49dafd3e553","browser_download_url":"https://code.moparisthebest.com/attachments/76af3b05-418c-4f19-b025-f49dafd3e553"}+ 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