00:03:15
Apr 01, 2021
00:04:46
Removing intermediate container edaf9384eeb2 ---> a98b1ffc7c3fStep 7/11 : RUN git clone --branch=server --recursive --depth=1 https://github.com/purerosefallen/ygopro && cd ygopro && git submodule foreach git checkout master && wget -O - https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-linux.tar.gz | tar zfx - && ./premake5 gmake && cd build && make config=release -j$(nproc) && cd .. && mv ./bin/release/ygopro . && strip ygopro && mkdir replay expansions && rm -rf .git* bin obj build ocgcore cmake lua premake* sound textures .travis.yml *.txt appveyor.yml LICENSE README.md *.lua strings.conf system.conf && ls gframe | sed '/game.cpp/d' | xargs -I {} rm -rf gframe/{} ---> Running in ff98461fcb3aCloning into 'ygopro'...fatal: unable to access 'https://github.com/purerosefallen/ygopro/': Failed to connect to github.com port 443: Connection timed outThe command '/bin/sh -c git clone --branch=server --recursive --depth=1 https://github.com/purerosefallen/ygopro && cd ygopro && git submodule foreach git checkout master && wget -O - https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-linux.tar.gz | tar zfx - && ./premake5 gmake && cd build && make config=release -j$(nproc) && cd .. && mv ./bin/release/ygopro . && strip ygopro && mkdir replay expansions && rm -rf .git* bin obj build ocgcore cmake lua premake* sound textures .travis.yml *.txt appveyor.yml LICENSE README.md *.lua strings.conf system.conf && ls gframe | sed '/game.cpp/d' | xargs -I {} rm -rf gframe/{}' returned a non-zero code: 128Cleaning up file based variablesERROR: Job failed: exit code 128