8000 Pre-publication code review by sharanyashastry · Pull Request #368 · DAIRLab/dairlib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pre-publication code review #368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 382 commits into
base: sampling_based_c3_public
Choose a base branch
from

Changes to get the full branch to build with the newest version of dr…

09f7519
Select commit
Loading
Failed to load commit list.
Draft

Pre-publication code review #368

Changes to get the full branch to build with the newest version of dr…
09f7519
Select commit
Loading
Failed to load commit list.
Cirrus CI / build_jammy failed May 16, 2025 in 37s

Task Summary

Instruction test failed in 00:16

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:19 clone
❌ 00:16 test

export CC=clang-12
export CXX=clang++-12
bazel build --define=WITH_SNOPT=OFF --local_ram_resources=24000 --local_cpu_resources=8 --jobs=8 //...
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 
Loading: 0 packages loaded
Loading: 42 packages loaded
    currently loading:  ... (24 packages)
Loading: 42 packages loaded
    currently loading:  ... (24 packages)
INFO: Repository cc instantiated at:
  /tmp/cirrus-ci-build/WORKSPACE:64:22: in <toplevel>
  /root/.cache/bazel/_bazel_root/b3ae12dd079012e10ed112b1996c540f/external/drake/tools/workspace/default.bzl:364:29: in add_default_workspace
  /root/.cache/bazel/_bazel_root/b3ae12dd079012e10ed112b1996c540f/external/drake/tools/workspace/default.bzl:131:22: in add_default_repositories
Repository rule cc_repository defined at:
  /root/.cache/bazel/_bazel_root/b3ae12dd079012e10ed112b1996c540f/external/drake/tools/workspace/cc/repository.bzl:149:32: in <toplevel>
ERROR: An error occurred during the fetch of repository 'cc':
   Traceback (most recent call last):
	File "/root/.cache/bazel/_bazel_root/b3ae12dd079012e10ed112b1996c540f/external/drake/tools/workspace/cc/repository.bzl", line 119, column 32, in _impl
		_check_compiler_version(
	File "/root/.cache/bazel/_bazel_root/b3ae12dd079012e10ed112b1996c540f/external/drake/tools/workspace/cc/repository.bzl", line 49, column 13, in _check_compiler_version
		fail("{} compiler version {}.{} is less than {}.{}.".format(
Error in fail: Clang compiler version 12.0 is less than 15.0.
ERROR: /tmp/cirrus-ci-build/WORKSPACE:64:22: fetching cc_repository rule //external:cc: Traceback (most recent call last):
	File "/root/.cache/bazel/_bazel_root/b3ae12dd079012e10ed112b1996c540f/external/drake/tools/workspace/cc/repository.bzl", line 119, column 32, in _impl
		_check_compiler_version(
	File "/root/.cache/bazel/_bazel_root/b3ae12dd079012e10ed112b1996c540f/external/drake/tools/workspace/cc/repository.bzl", line 49, column 13, in _check_compiler_version
		fail("{} compiler version {}.{} is less than {}.{}.".format(
Error in fail: Clang compiler version 12.0 is less than 15.0.
INFO: Repository go_sdk instantiated at:
  /tmp/cirrus-ci-build/WORKSPACE:152:23: in <toplevel>
  /root/.cache/bazel/_bazel_root/b3ae12dd079012e10ed112b1996c540f/external/io_bazel_rules_go/go/private/sdk.bzl:470:28: in go_register_toolchains
  /root/.cache/bazel/_bazel_root/b3ae12dd079012e10ed112b1996c540f/external/io_bazel_rules_go/go/private/sdk.bzl:129:21: in go_download_sdk
Repository rule _go_download_sdk defined at:
  /root/.cache/bazel/_bazel_root/b3ae12dd079012e10ed112b1996c540f/external/io_bazel_rules_go/go/private/sdk.bzl:116:35: in <toplevel>
ERROR: Skipping '//...': error loading package under directory '': no such package '@cc//': Clang compiler version 12.0 is less than 15.0.
WARNING: Target pattern parsing failed.
ERROR: error loading package under directory '': no such package '@cc//': Clang compiler version 12.0 is less than 15.0.
INFO: Elapsed time: 16.272s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (42 packages loaded)
0