Skip to content

Build Autoware prebuilt image #281

Build Autoware prebuilt image

Build Autoware prebuilt image #281

Triggered via schedule July 3, 2024 20:42
Status Failure
Total duration 59m 17s
Artifacts

autoware_prebuilt.yml

on: schedule
build-and-push-image
59m 7s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c git clone https://github.com/autowarefoundation/autoware.git --depth 1 /autoware && mkdir /autoware/src && vcs import --shallow /autoware/src < /autoware/autoware.repos && . /opt/ros/humble/setup.sh && colcon build --base-paths /autoware/src --build-base /autoware/build --install-base /opt/autoware/humble/ --cmake-args \" -Wno-dev\" \" --no-warn-unused-cli\" -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache && rm -rf /autoware" did not complete successfully: exit code: 1
build-and-push-image
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/