Skip to content

remove old workflow

remove old workflow #5

Triggered via push March 23, 2024 20:25
Status Failure
Total duration 9m 20s
Artifacts
tor from Ubuntu LTS repo
2m 11s
tor from Ubuntu LTS repo
tor from sources
9m 10s
tor from sources
Fit to window
Zoom out
Zoom in

Annotations

1 error
tor from sources
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y golang git build-essential automake libevent-dev libssl-dev zlib1g-dev libzstd-dev liblzma-dev curl libc6 libcap2 liblzma5 libseccomp2 libssl3 libsystemd0 libzstd1 zlib1g adduser lsb-base && echo go version && mkdir -p ~/git && cd ~/git && git clone https://gitlab.torproject.org/tpo/core/tor.git && git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel.git && git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git && git clone https://gitlab.com/yawning/obfs4.git && cd ~/git/tor && git fetch --tags && torLatestTag=$(git describe --tags \"$(git rev-list --tags --max-count=1)\") && git checkout $torLatestTag && ./autogen.sh && ./configure --disable-asciidoc && make && make install && cd ~/git/webtunnel/main/client && webtunnelCommitHash=$(git rev-parse --short HEAD) && go get && go build && cp client /usr/bin/webtunnel && chmod +x /usr/bin/webtunnel && cd ~/git/snowflake/client && snowflakeCommitHash=$(git rev-parse --short HEAD) && go get && go build && cp client /usr/bin/snowflake && chmod +x /usr/bin/snowflake && cd ~/git/obfs4 && git fetch --tags && obfs4LatestTag=$(git describe --tags \"$(git rev-list --tags --max-count=1)\") && git checkout $obfs4LatestTag && cd ~/git/obfs4/obfs4proxy && go get && go build && cp obfs4proxy /usr/bin/obfs4proxy && chmod +x /usr/bin/obfs4proxy && sed \"1s/^/SocksPort 0.0.0.0:9050\\n/\" /usr/local/etc/tor/torrc.sample > /usr/local/etc/tor/torrc && ubuntu_version=$(cat /etc/os-release | grep VERSION_ID | awk -F '\"' '{print $2}') && torLatestTag=$(echo $torLatestTag | sed 's/.*-//') && obfs4LatestTag=$(echo $obfs4LatestTag | sed 's/.*-//') && actualVersion=\"ubuntu_rolling_${ubuntu_version}_tor_${torLatestTag}_obfs4proxy_${obfs4LatestTag}_webtunnel_${webtunnelCommitHash}_snowflake_${snowflakeCommitHash}\" && if [ \"$actualVersion\" != \"$VERSION\" ]; then echo \"Version mismatch: argument $VERSION, actual $actualVersion\" && exit 1; fi && go clean -modcache -cache -testcache -fuzzcache && rm -rf ~/go && rm -rf ~/.cache && apt-get remove -y golang git build-essential automake libssl-dev zlib1g-dev libzstd-dev liblzma-dev && apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf ~/git" did not complete successfully: exit code: 1