Add a seperate workflow #36
builder-build.yml
on: push
autoware-builder-build
2m 35s
Annotations
1 error
autoware-builder-build
Error: buildah exited with code 1
Trying to pull docker.io/library/ubuntu:22.04...
Getting image source signatures
Copying blob sha256:3713021b02770a720dea9b54c03d0ed83e03a2ef5dce2898c56a327fee9a8bca
Copying config sha256:8a3cdc4d1ad3e314a91f76b7b99eed443f2152e3a9bf33e46669b31d094be443
Writing manifest to image destination
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Warning: running 'rosdep update' as root is not recommended.
You should run 'sudo rosdep fix-permissions' and invoke 'rosdep update' again without sudo.
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
E: Sub-process /usr/bin/dpkg returned an error code (2)
ERROR: the following rosdeps failed to install
apt: command [apt-get install -y libpcl-dev] failed
Error: building at STEP "RUN --mount=type=bind,from=autoware-source,source=${AUTOWARE_SOURCE_DIR},target=${AUTOWARE_SOURCE_DIR} --mount=type=cache,target=/var/cache/apt,sharing=locked,id=${CACHEMOUNT_PREFIX}/var/cache/apt export DEBIAN_FRONTEND=noninteractive && apt update && rosdep init && rosdep update && rosdep install -y --from-paths ${AUTOWARE_SOURCE_DIR} --ignore-src --rosdistro humble && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*": while running runtime: exit status 1
|