Skip to content

Build Workflow

Build Workflow #155

Triggered via schedule June 16, 2024 01:05
Status Failure
Total duration 5m 53s
Artifacts

autobuild.yaml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y git && mkdir -p /root/ls/launcher-modules /root/ls/runtime && set -e && echo \"Clone main repository\" && git clone -b dev https://github.com/${GITHUB_REPO}.git src && cd src && sed -i 's/[email protected]:/https:\\/\\/github.com\\//' .gitmodules && git checkout $LAUNCHER_VERSION && git submodule sync && git submodule update --init --recursive && echo \"Build\" && ./gradlew build -Dorg.gradle.daemon=false || ( echo \"Build failed. Stopping\" && exit 101 ) && PTH=LaunchServer/build/libs && cp -R ${PTH}/LaunchServer.jar ${PTH}/launcher-libraries ${PTH}/launcher-libraries-compile ${PTH}/libraries /root/ls && cd .. && echo \"Clone runtime repository\" && git clone -b dev https://github.com/${GITHUB_RUNTIME_REPO}.git srcRuntime && cd srcRuntime && git checkout $RUNTIME_VERSION && ./gradlew build -Dorg.gradle.daemon=false || ( echo \"Build failed. Stopping\" && exit 102 ) && cp $(echo build/libs/JavaRuntime*.jar) /root/ls/launcher-modules/ && cp -R runtime/* /root/ls/runtime/" did not complete successfully: exit code: 102
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.