Skip to content

Build and push images #20

Build and push images

Build and push images #20

Triggered via schedule February 1, 2025 00:11
Status Failure
Total duration 37m 28s
Artifacts

build_and_push.yml

on: schedule
tor from Ubuntu 20.04 repo
2m 14s
tor from Ubuntu 20.04 repo
tor from Ubuntu LTS repo
10m 14s
tor from Ubuntu LTS repo
tor from sources
37m 18s
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 libssl3t64 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: 2