buildx failed with: ERROR: failed to solve: process "/bin/bash -c set -ex; if [ \"$DEV\" -ne \"0\" ]; then export CMAKE_ARGS=\"-DCMAKE_BUILD_TYPE=Debug -DMRT_SANITIZER=checks -DMRT_ENABLE_COVERAGE=1\"; else export CMAKE_ARGS=\"-DCMAKE_BUILD_TYPE=Release\"; fi; if [ \"$ROS\" = \"ros\" ]; then export CONFIGURE=\"catkin config --cmake-args $CMAKE_ARGS\"; export BUILD_CMD=\"catkin build --no-status\"; else export CONFIGURE=true; export BUILD_CMD=\"colcon build --symlink-install --cmake-args $CMAKE_ARGS\"; fi; source /opt/ros/$ROS_DISTRO/setup.bash && env && $CONFIGURE && $BUILD_CMD && if [ \"$DEV\" -eq \"0\" ]; then rm -rf build logs; fi" did not complete successfully: exit code: 1