Remove extra args #193
buildah-build-devel.yml
on: push
buildah-build-devel
12m 6s
Matrix: test-builder-with-cache / build-package-with-cache
Waiting for pending jobs
Annotations
1 error
buildah-build-devel
Error: buildah exited with code 1
ninja: error: loading 'build.ninja': No such file or directory
--- stderr: autoware_perception_msgs
CMake Error at /usr/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake:69 (message):
The C compiler
"/usr/bin/cc"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: /tmp/autoware/build/autoware_perception_msgs/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4ab86 && [1/2] Building C object CMakeFiles/cmTC_4ab86.dir/testCCompiler.c.o
FAILED: CMakeFiles/cmTC_4ab86.dir/testCCompiler.c.o
ccache /usr/bin/cc -o CMakeFiles/cmTC_4ab86.dir/testCCompiler.c.o -c /tmp/autoware/build/autoware_perception_msgs/CMakeFiles/CMakeTmp/testCCompiler.c
ccache: error: CCACHE_HASHDIR: invalid boolean environment variable value "false" (did you mean to set "CCACHE_NOHASHDIR=true"?)
ninja: build stopped: subcommand failed.
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:2 (project)
---
ninja: error: loading 'build.ninja': No such file or directory
--- stderr: autoware_planning_msgs
CMake Error at /usr/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake:69 (message):
The C compiler
"/usr/bin/cc"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: /tmp/autoware/build/autoware_planning_msgs/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_507e3 && [1/2] Building C object CMakeFiles/cmTC_507e3.dir/testCCompiler.c.o
FAILED: CMakeFiles/cmTC_507e3.dir/testCCompiler.c.o
ccache /usr/bin/cc -o CMakeFiles/cmTC_507e3.dir/testCCompiler.c.o -c /tmp/autoware/build/autoware_planning_msgs/CMakeFiles/CMakeTmp/testCCompiler.c
ccache: error: CCACHE_HASHDIR: invalid boolean environment variable value "false" (did you mean to set "CCACHE_NOHASHDIR=true"?)
ninja: build stopped: subcommand failed.
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:2 (project)
---
ninja: error: loading 'build.ninja': No such file or directory
--- stderr: autoware_common_msgs
CMake Error at /usr/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake:69 (message):
The C compiler
"/usr/bin/cc"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: /tmp/autoware/build/autoware_common_msgs/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3b7b0 && [1/2] Building C object CMakeFiles/cmTC_3b7b0.dir/testCCompiler.c.o
FAILED: CMakeFiles/cmTC_3b7b0.dir/testCCompiler.c.o
ccache /usr/bin/cc -o CMakeFiles/cmTC_3b7b0.dir/testCCompiler.c.o -c /tmp/autoware/build/autoware_common_msgs/CMakeFiles/CMakeTmp/testCCompiler.c
ccache: error: CCACHE_HASHDIR: invalid boolean environment variable value "false" (did you mean to set "CCACHE_NOHASHDIR=true"?)
ninja: build stopped: subcommand failed.
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:2 (project)
---
Error: building at STEP "RUN --mount=type=bind,from=autoware-source,source=${AUTOWARE_DEVEL_SOURCE_DIR},target=${AUTOWARE_DEVEL_SOURCE_DIR} mkdir -p /tmp/autoware && ln -s ${AUTOWARE_DEVEL_SOURCE_DIR} /tmp/autoware/src && . /opt/ros/${ROS_DISTRO}/setup.sh && export CCACHE_BASEDIR=/tmp/autoware && colcon --log-base /dev/null build --base-paths /tmp/autoware/src --build-base /tmp/autoware/build --install-base /tmp/autoware/install --parallel-workers 4 --event-handlers console_direct- console_stderr+ console_cohesion- console_start_end- console_package_list+ status- summary+ desktop_notification- --cmake-args " -Wno-dev" " --no-warn-unused-cli" && rm -rf /tmp/autoware/ && ccache --zero-stats": while running runtime: exit status 1
|