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 / delivery (delivery-bk) completed May 25, 2026 in 14s

⚠️ delivery //... · 1 skipped, 2 warnings

🔄 Running · 📅 Mon May 25 22:41:44 UTC 2026 · ⏱ 15.6s · 🚚 Deliver 749ms | 🌱 Init 989ms · ⚙ Setup 1.6s · ✈ Pre-flight 1.7s · 🎯 Resolve 1.5s · 🔨 Build 2.2s · 💯 Checksum 2.8s · 📝 Record 869ms · ❓ Query 973ms · 📥 Download 2.1s
👤 Greg Magolan · 🖥 ip-10-0-24-68 · 💎 aspect-cli v0.0.0-dev
:octocat: aspect-cli · 🔀 #1131 · ⎇ fix-undefined-config-error-message · ✏️ f10670e - fix(bazelrc): make undefined-config error self-explanatory · 🏃 Pull request run
📦 3 targets · ⚡ 5 of 35 actions executed (85% cached) · 🔧 bazel v9.1.0 build · 🎯 x86_64 · ⚙️ fastbuild
🚀 Workflows runner v5.18.4 · ☁️ AWS · 📍 us-west-2a · 💠 m6id.xlarge · 🤖 i-0022b032bfc45dbf4
Aspect · 🏗 Buildkite

⚙️ Mode: selective
💬 Last update: delivery task complete

Details

🚀 Delivery results

Summary

  • 0 delivered
  • 1 skipped (already delivered this hash)
  • ⚠️ 2 warnings
  • 0 failed
⚠️ 2 Warnings
Target                         Hash          Reason
-----------------------------  ------------  --------------------------------------------------------------------------------
//:non_executable_deliverable  205c759e105f  tagged deliverable but not runnable (no runfiles tree at /mnt/ephemeral/outpu...
//:py_deliverable              -             no digest: non-cacheable upstream action(s) (PyWriteBuildData); likely non-he...
⚡ 1 Skipped (same hash)
Target          Hash          Previously delivered by
--------------  ------------  ----------------------------------------------------------------------------------------------
//:deliverable  f6b029eaaff0  https://buildkite.com/aspect-build/aspect-cli/builds/2530#019e4c82-e618-4d25-9414-ccb35b994554

🔁 Reproduce

aspect delivery --mode=always --track-state=false --dry-run=true

CI ran --mode=selective; --mode=always is the off-runner equivalent (selective change detection needs the Aspect Workflows delivery state backend).

⏱️ Task timing

   Phase      | Description                              | Duration
--------------+------------------------------------------+---------
   Init       | Aspect runtime startup                   | 989ms   
   Setup      | Authenticate and create CI status checks | 1.6s    
   Pre-flight | Run pre-flight checks                    | 1.7s    
   Resolve    | Resolve targets to deliver               | 1.5s    
   Build      | Build delivery targets                   | 2.2s    
   Checksum   | Checksum delivery digests                | 2.8s    
   Record     | Record delivery digests                  | 869ms   
   Query      | Query delivery state                     | 973ms   
   Download   | Download runfiles                        | 2.1s    
-> Deliver    | Deliver targets (active)                 | 757ms   
--------------+------------------------------------------+---------
   Total      |                                          | 15.6s   

🎯 Bazel targets (3)

✅ 3 Targets Built
Label                         | Target Type
------------------------------+------------
//:deliverable                | sh_binary  
//:non_executable_deliverable | genrule    
//:py_deliverable             | py_binary  

🧮 Bazel details

📟 Command line · bazel build //...
bazel build \
  --remote_download_outputs=minimal \
  --color=yes \
  --remote_upload_local_results \
  --heap_dump_on_oom \
  --generate_json_trace_profile=1 \
  --experimental_repository_cache_hardlinks \
  --remote_accept_cached \
  --disk_cache='' \
  --remote_timeout=3600 \
  --remote_retries=360 \
  --grpc_keepalive_timeout=30s \
  --noremote_cache_compression \
  --remote_cache=unix:///mnt/ephemeral/buildbarn/.cache/bb_clientd/grpc \
  --remote_bytestream_uri_prefix=aw-remote.oss.aspect.build \
  --repository_cache=/mnt/ephemeral/caches/repository \
  --build_metadata=CI_HOST=BUILDKITE \
  --build_metadata=COMMIT_SHA=f10670e631b4f4b6663c8d38f81d5db1f681e4c5 \
  --build_metadata='USER=Greg Magolan' \
  --build_metadata=BRANCH_NAME=fix-undefined-config-error-message \
  --build_metadata=REPO_OWNER=aspect-build \
  --build_metadata=REPO_NAME=aspect-cli \
  --build_metadata=REPO_URL=https://github.com/aspect-build/aspect-cli \
  --build_metadata=VCS=GITHUB \
  --build_metadata=RUN_TYPE=PULL_REQUEST \
  --build_metadata=PR_NUMBER=1131 \
  --build_metadata=PR_ID=1131 \
  --build_metadata=PR_SOURCE_BRANCH_NAME=fix-undefined-config-error-message \
  --build_metadata=PR_TARGET_BRANCH_NAME=main \
  --build_metadata='BUILD_URL=https://buildkite.com/aspect-build/aspect-cli/builds/2668#019e6144-de23-4c47-956a-d640f0b22138' \
  --build_metadata='COMMIT_AUTHOR_NAME=Greg Magolan' \
  --build_metadata=COMMIT_AUTHOR_EMAIL=greg@aspect.build \
  --build_metadata='COMMIT_AUTHOR=Greg Magolan <greg@aspect.build>' \
  --build_metadata='COMMIT_MESSAGE=fix(bazelrc): make undefined-config error self-explanatory' \
  --build_metadata=COMMIT_TIMESTAMP=2026-05-24T17:06:13-07:00 \
  --stamp \
  --nokeep_state_after_build \
  --build_event_publish_all_actions \
  --build_event_binary_file_upload_mode=fully_async \
  --build_event_binary_file=/tmp/build-event-out-7246f3ef-6fc6-406f-973c-50d84622a795.bin \
  --execution_log_compact_file=/tmp/execlog-out-3d3784b9-9a56-4818-a732-f47120c0dc5a.bin \
  -- \
  //...
ℹ️ Invocation details
  • Invocation ID: b8e8d86c-58a9-4d0f-8741-9969578c0d46
  • Command: build
  • Bazel version: 9.1.0
  • Start time: Mon May 25 22:41:44 UTC 2026
  • End time: Mon May 25 22:41:45 UTC 2026
  • User: aspect-runner
  • Host name: ip-10-0-24-68
  • CPU Target: x86_64
  • Mode: fastbuild
  • Working directory: /mnt/ephemeral/workdir/aspect-build/aspect-cli/examples/deliverable
  • Workspace directory: /mnt/ephemeral/workdir/aspect-build/aspect-cli/examples/deliverable
  • Server PID: 17243
⏱ Timing
  • Elapsed time: 964ms
  • Analysis time: 752ms
  • Execution time: 837ms
  • Bazel server time: 3.3 cpu-seconds
📦 Build graph
  • Targets: 3 targets (3,192 configured)
  • Actions: 5 actions (35 created)
  • Packages: 87 packages loaded
💾 Cache stats
  • Actions: 30 of 35 cached (85%)
⚡ Actions by mnemonic (4)
Mnemonic                   | Count | %    
---------------------------+-------+------
RepoMappingManifest        | 2     | 40.0%
BazelWorkspaceStatusAction | 1     | 20.0%
PyCopyWithoutCaching       | 1     | 20.0%
PyWriteBuildData           | 1     | 20.0%
🏃 Actions by runner (2)
Runner                | Count | %    
----------------------+-------+------
internal              | 4     | 80.0%
linux-sandbox · Local | 1     | 20.0%
🏠 Workspace status (4)
  • BUILD_HOST: ip-10-0-24-68
  • BUILD_TIMESTAMP: 1779748904
  • BUILD_USER: aspect-runner
  • FORMATTED_DATE: 2026 May 25 22 41 44 Mon
🏷️ Build metadata (19)
  • BRANCH_NAME: fix-undefined-config-error-message
  • BUILD_URL: https://buildkite.com/aspect-build/aspect-cli/builds/2668#019e6144-de23-4c47-956a-d640f0b22138
  • CI_HOST: BUILDKITE
  • COMMIT_AUTHOR: Greg Magolan <greg@aspect.build>
  • COMMIT_AUTHOR_EMAIL: greg@aspect.build
  • COMMIT_AUTHOR_NAME: Greg Magolan
  • COMMIT_MESSAGE: fix(bazelrc): make undefined-config error self-explanatory
  • COMMIT_SHA: f10670e631b4f4b6663c8d38f81d5db1f681e4c5
  • COMMIT_TIMESTAMP: 2026-05-24T17:06:13-07:00
  • PR_ID: 1131
  • PR_NUMBER: 1131
  • PR_SOURCE_BRANCH_NAME: fix-undefined-config-error-message
  • PR_TARGET_BRANCH_NAME: main
  • REPO_NAME: aspect-cli
  • REPO_OWNER: aspect-build
  • REPO_URL: https://github.com/aspect-build/aspect-cli
  • RUN_TYPE: PULL_REQUEST
  • USER: Greg Magolan
  • VCS: GITHUB
🎛️ Startup options (11)
--connect_timeout_secs=30
--failure_detail_out=/mnt/ephemeral/output/aspect-cli/deliverable/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=/mnt/ephemeral/output/aspect-cli/deliverable
--output_user_root=/mnt/ephemeral/bazel/aspect-cli/deliverable
--write_command_log
🎛️ Command options (40)
--build_event_binary_file=/tmp/build-event-out-7246f3ef-6fc6-406f-973c-50d84622a795.bin
--build_event_binary_file_upload_mode=fully_async
--build_event_publish_all_actions
--build_metadata=BRANCH_NAME=fix-undefined-config-error-message
--build_metadata='BUILD_URL=https://buildkite.com/aspect-build/aspect-cli/builds/2668#019e6144-de23-4c47-956a-d640f0b22138'
--build_metadata=CI_HOST=BUILDKITE
--build_metadata='COMMIT_AUTHOR=Greg Magolan <greg@aspect.build>'
--build_metadata=COMMIT_AUTHOR_EMAIL=greg@aspect.build
--build_metadata='COMMIT_AUTHOR_NAME=Greg Magolan'
--build_metadata='COMMIT_MESSAGE=fix(bazelrc): make undefined-config error self-explanatory'
--build_metadata=COMMIT_SHA=f10670e631b4f4b6663c8d38f81d5db1f681e4c5
--build_metadata=COMMIT_TIMESTAMP=2026-05-24T17:06:13-07:00
--build_metadata=PR_ID=1131
--build_metadata=PR_NUMBER=1131
--build_metadata=PR_SOURCE_BRANCH_NAME=fix-undefined-config-error-message
--build_metadata=PR_TARGET_BRANCH_NAME=main
--build_metadata=REPO_NAME=aspect-cli
--build_metadata=REPO_OWNER=aspect-build
--build_metadata=REPO_URL=https://github.com/aspect-build/aspect-cli
--build_metadata=RUN_TYPE=PULL_REQUEST
--build_metadata='USER=Greg Magolan'
--build_metadata=VCS=GITHUB
--color=yes
--disk_cache=''
--execution_log_compact_file=/tmp/execlog-out-3d3784b9-9a56-4818-a732-f47120c0dc5a.bin
--experimental_repository_cache_hardlinks
--generate_json_trace_profile=1
--grpc_keepalive_timeout=30s
--heap_dump_on_oom
--nokeep_state_after_build
--noremote_cache_compression
--remote_accept_cached
--remote_bytestream_uri_prefix=aw-remote.oss.aspect.build
--remote_cache=unix:///mnt/ephemeral/buildbarn/.cache/bb_clientd/grpc
--remote_download_outputs=minimal
--remote_retries=360
--remote_timeout=3600
--remote_upload_local_results
--repository_cache=/mnt/ephemeral/caches/repository
--stamp

⚙️ Runner metadata

🚀 Workflows runner
  • Workflows version: 5.18.4
  • Cloud provider: AWS
  • Region: us-west-2
  • Availability zone: us-west-2a
  • Cloud account: 127214192506
  • Instance type: m6id.xlarge
  • Instance name: aw-bk-runner--default
  • Instance ID: i-0022b032bfc45dbf4
  • Image ID: ami-0805a1fea1ef81f49
  • Group name: default
  • Group queue: aspect-default
  • Resource type: m6id_xlarge
  • Aspect launcher version: 2026.19.2
  • Aspect CLI version: 0.0.0-dev
  • CI agent version: 3.127.0
  • NVMe storage: yes
  • Preemptible: no
  • Warming enabled: yes
  • Warming complete: yes
  • Warming cache version: 1779264394

⏱ Last updated Mon May 25 22:41:53 UTC 2026 · 📊 GitHub API quota 401/15,000 (3% used, resets in 29m, throttle 10×)
🚀 Powered by Aspect CLI (v0.0.0-dev)  |  Aspect Build · X · LinkedIn · YouTube