Skip to content

fix(bazelrc): make undefined-config error self-explanatory - #1131

Draft
gregmagolan wants to merge 1 commit into
mainfrom
fix-undefined-config-error-message
Draft

fix(bazelrc): make undefined-config error self-explanatory#1131
gregmagolan wants to merge 1 commit into
mainfrom
fix-undefined-config-error-message

fix(bazelrc): make undefined-config error self-explanatory

f10670e
Select commit
Loading
Failed to load commit list.
Aspect Workflows / aspect / format (format-gha-ephemeral) succeeded May 25, 2026 in 2m 39s

✅ format //tools/format · Passed

✅ Succeeded · 📅 Mon May 25 22:38:14 UTC 2026 · ⏱ 2m 39s — 🌱 Init 391ms · ⚙ Setup 3.8s · 🔨 Build 2m 32s · 🔍 Detect 2.7s · ✨ Format 611ms · 📋 Diff 26ms
👤 runner · 🖥 runnervmg397c · 💎 aspect-cli v0.0.0-dev
📦 1 target · ⚡ 1,944 of 5,125 actions executed (62% cached) · 🔧 bazel v9.0.1 build · 🎯 x86_64 · ⚙️ opt
🔗 Docs · 🔗 Website · 🏷 dev · 🏷 local · 🏷 axl-testing · 🏷 COMPONENT=aspect-cli · 🏷 ENV=dev
🐙 GitHub Actions

⚙️ Scope: changed — filtered to 13 changed files
💬 Last update: format task complete

Details

✅ All 13 files in scope are properly formatted.

🔁 Reproduce

aspect format --on-change=fail --base-ref=origin/main

📎 Artifacts

Artifacts · Profile · BEP

⏱️ Task timing

Phase  | Description                              | Duration
-------+------------------------------------------+---------
Init   | Aspect runtime startup                   | 391ms   
Setup  | Authenticate and create CI status checks | 3.8s    
Build  | Build formatter                          | 2m 32s  
Detect | Detect changed files                     | 2.7s    
Format | Format files                             | 611ms   
Diff   | Detect formatter-induced changes         | 33ms    
-------+------------------------------------------+---------
Total  |                                          | 2m 39s  

🎯 Bazel targets (1)

✅ 1 Target Built
Label                 | Target Type
----------------------+------------
//tools/format:format | multirun   

🧮 Bazel details

📟 Command line · bazel build //tools/format
bazel build \
  --config=ci \
  --action_env='DUMMY_DB_PASSWORD=<REDACTED>' \
  --action_env=DUMMY_BUILD_MODE_ON=1 \
  --repo_env=DUMMY_FEATURE_FLAG=true \
  --action_env='GIT_URL=https://<REDACTED>@github.com/acme/example.git' \
  --build_metadata=TAGS=dev,local,axl-testing \
  --build_metadata=TAG_ENV=dev \
  --build_metadata=TAG_COMPONENT=aspect-cli \
  --build_metadata='ASPECT_WORKFLOWS_LINKS=[Docs](https://docs.aspect.build),[Website](https://aspect.build/)' \
  --generate_json_trace_profile=1 \
  --experimental_profile_include_target_label \
  --profile=/tmp/ab8bb347-200d-49c0-8573-b6a51df1003d.profile.gz \
  --color=yes \
  --build_metadata=ASPECT_TASK_NAME=Format \
  --build_metadata=ASPECT_TASK_ID=format-gha-ephemeral \
  --experimental_build_event_upload_strategy=local \
  --remote_download_outputs=toplevel \
  --build_runfile_links \
  --build_event_publish_all_actions \
  --build_event_binary_file_upload_mode=fully_async \
  --build_event_binary_file=/tmp/build-event-out-1d84bd2b-0310-4d15-b416-a12e7e86152f.bin \
  -- \
  //tools/format
ℹ️ Invocation details
  • Invocation ID: b079cd4d-6b6b-4801-bbe9-3846b8ee79a9
  • Command: build
  • Bazel version: 9.0.1
  • Start time: Mon May 25 22:38:14 UTC 2026
  • End time: Mon May 25 22:40:39 UTC 2026
  • User: runner
  • Host name: runnervmg397c
  • CPU Target: x86_64
  • Mode: opt
  • Working directory: /home/runner/work/aspect-cli/aspect-cli
  • Workspace directory: /home/runner/work/aspect-cli/aspect-cli
  • Server PID: 2372
⏱ Timing
  • Elapsed time: 2m 24s
  • Analysis time: 1m 9s
  • Execution time: 1m 10s
  • Bazel server time: 2.1 cpu-minutes
📦 Build graph
  • Targets: 1 target (50,898 configured, 143 aspect applications)
  • Actions: 1,944 actions (5,125 created)
  • Packages: 246 packages loaded
💾 Cache stats
  • Actions: 3,181 of 5,125 cached (62%)
⚡ Actions by mnemonic (19)
Mnemonic             | Count | %    
---------------------+-------+------
CopyFile             | 842   | 43.3%
CppCompile           | 830   | 42.6%
Symlink              | 82    | 4.2% 
FileWrite            | 42    | 2.1% 
CppArchive           | 34    | 1.7% 
ExecutableSymlink    | 29    | 1.4% 
CppLink              | 16    | 0.8% 
CopyToDirectory      | 14    | 0.7% 
CcStage0Compile      | 10    | 0.5% 
CppTransitiveArchive | 10    | 0.5% 
RunBinary            | 8     | 0.4% 
TemplateExpand       | 8     | 0.4% 
Rustc                | 4     | 0.2% 
RepoMappingManifest  | 3     | 0.1% 
RunfilesTree         | 3     | 0.1% 
…4 more (9 actions)
🏃 Actions by runner (3)
Runner                         | Count | %    
-------------------------------+-------+------
processwrapper-sandbox · Local | 920   | 47.3%
local · Local                  | 850   | 43.7%
internal                       | 174   | 8.9% 
🏠 Workspace status (4)
  • BUILD_HOST: runnervmg397c
  • BUILD_TIMESTAMP: 1779748699
  • BUILD_USER: runner
  • FORMATTED_DATE: 2026 May 25 22 38 19 Mon
🏷️ Build metadata (6)
  • ASPECT_TASK_ID: format-gha-ephemeral
  • ASPECT_TASK_NAME: Format
  • ASPECT_WORKFLOWS_LINKS: [Docs](https://docs.aspect.build),[Website](https://aspect.build/)
  • TAGS: dev,local,axl-testing
  • TAG_COMPONENT: aspect-cli
  • TAG_ENV: dev
🎛️ Startup options (11)
--connect_timeout_secs=30
--failure_detail_out=/home/runner/.cache/bazel/_bazel_runner/8e9f7bf5c7ea7145245717c620f4b2bc/failure_detail.rawproto
--idle_server_tasks
--max_idle_secs=10800
--noclient_debug
--nofatal_event_bus_exceptions
--noshutdown_on_low_sys_mem
--nowindows_enable_symlinks
--output_base=/home/runner/.cache/bazel/_bazel_runner/8e9f7bf5c7ea7145245717c620f4b2bc
--output_user_root=/home/runner/.cache/bazel/_bazel_runner
--write_command_log
🎛️ Command options (50)
--action_env=DUMMY_BUILD_MODE_ON=1
--action_env='DUMMY_DB_PASSWORD=<REDACTED>'
--action_env='GIT_URL=https://<REDACTED>@github.com/acme/example.git'
--announce_rc
--build_event_binary_file=/tmp/build-event-out-1d84bd2b-0310-4d15-b416-a12e7e86152f.bin
--build_event_binary_file_upload_mode=fully_async
--build_event_publish_all_actions
--build_metadata=ASPECT_TASK_ID=format-gha-ephemeral
--build_metadata=ASPECT_TASK_NAME=Format
--build_metadata='ASPECT_WORKFLOWS_LINKS=[Docs](https://docs.aspect.build),[Website](https://aspect.build/)'
--build_metadata=TAGS=dev,local,axl-testing
--build_metadata=TAG_COMPONENT=aspect-cli
--build_metadata=TAG_ENV=dev
--build_runfile_links
--color=yes
--config=ci
--curses=yes
--enable_platform_specific_config
--experimental_build_event_upload_strategy=local
--experimental_fetch_all_coverage_outputs
--experimental_profile_include_target_label
--generate_json_trace_profile=1
--grpc_keepalive_time=30s
--heap_dump_on_oom
--host_platform=//bazel/platforms:linux_host_platform
--incompatible_default_to_explicit_init_py
--incompatible_enforce_starlark_utf8=error
--incompatible_modify_execution_info_additive
--lockfile_mode=error
--module_mirrors=https://bcr.cloudflaremirrors.com
--nobuild_runfile_links
--noexperimental_check_external_repository_files
--noremote_upload_local_results
--nosandbox_default_allow_network
--profile=/tmp/ab8bb347-200d-49c0-8573-b6a51df1003d.profile.gz
--remote_download_outputs=minimal
--remote_download_outputs=toplevel
--remote_local_fallback
--remote_timeout=3600
--remote_upload_local_results
--repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
--repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1
--repo_env=DUMMY_FEATURE_FLAG=true
--repo_env='JAVA_HOME=<REDACTED>'
--reuse_sandbox_directories
--show_progress_rate_limit=60
--show_result=20
--show_timestamps
--test_output=errors
--workspace_status_command=tools/githooks/check-config.sh

⏱ Last updated Mon May 25 22:40:44 UTC 2026 · 📊 GitHub API quota 7/15,000 (0% used, resets in 58m)
🚀 Powered by Aspect CLI (v0.0.0-dev)  |  Aspect Build · X · LinkedIn · YouTube