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-gha) completed May 25, 2026 in 25s

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

🔄 Running · 📅 Mon May 25 22:44:18 UTC 2026 · ⏱ 25.9s · 🚚 Deliver 3.9s | 🌱 Init 633ms · ⚙ Setup 11.4s · ✈ Pre-flight 1.6s · 🎯 Resolve 1.4s · 🔨 Build 2.3s · 💯 Checksum 2.4s · 📝 Record 58ms · ❓ Query 235ms · 📥 Download 1.7s
👤 Greg Magolan · 🖥 ip-10-0-58-70 · 💎 aspect-cli v0.0.0-dev
:octocat: aspect-cli · 🔀 #1131 · ⎇ fix-undefined-config-error-message · ✏️ 3fd7980 - Merge f10670e631b4f4b6663c8d38f81d5db1f681e4c5 into 091de3e7… · 🏃 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-2b · 💠 c6id.xlarge · 🤖 i-01ccbbbf6033af55e
Aspect · 🐙 GitHub Actions

⚙️ 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://github.com/aspect-build/aspect-cli/actions/runs/26255099055/job/77275877721

🔁 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                   | 633ms   
   Setup      | Authenticate and create CI status checks | 11.4s   
   Pre-flight | Run pre-flight checks                    | 1.6s    
   Resolve    | Resolve targets to deliver               | 1.4s    
   Build      | Build delivery targets                   | 2.3s    
   Checksum   | Checksum delivery digests                | 2.4s    
   Record     | Record delivery digests                  | 58ms    
   Query      | Query delivery state                     | 235ms   
   Download   | Download runfiles                        | 1.7s    
-> Deliver    | Deliver targets (active)                 | 3.9s    
--------------+------------------------------------------+---------
   Total      |                                          | 25.9s   

🎯 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=GITHUB_ACTIONS \
  --build_metadata=VCS=GITHUB \
  --build_metadata=COMMIT_SHA=3fd7980cba378bd216d88e80eabb4de327cfec21 \
  --build_metadata=USER=gregmagolan \
  --build_metadata=BRANCH_NAME=fix-undefined-config-error-message \
  --build_metadata=PR_SOURCE_BRANCH_NAME=fix-undefined-config-error-message \
  --build_metadata=PR_TARGET_BRANCH_NAME=main \
  --build_metadata=PR_NUMBER=1131 \
  --build_metadata=PR_ID=1131 \
  --build_metadata=RUN_TYPE=PULL_REQUEST \
  --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=BUILD_URL=https://github.com/aspect-build/aspect-cli/actions/runs/26422373799 \
  --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=Merge f10670e631b4f4b6663c8d38f81d5db1f681e4c5 into 091de3e73c879aac448114579083' \
  --build_metadata=COMMIT_TIMESTAMP=2026-05-25T22:32:39+00: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-3197b902-9fc3-431f-bb7a-bf027d032672.bin \
  --execution_log_compact_file=/tmp/execlog-out-b5a47bcd-aa40-4585-8d7b-44aa7566b559.bin \
  -- \
  //...
ℹ️ Invocation details
  • Invocation ID: f7d75564-d7f4-4b89-a7c8-b76c0a79e3c2
  • Command: build
  • Bazel version: 9.1.0
  • Start time: Mon May 25 22:44:18 UTC 2026
  • End time: Mon May 25 22:44:19 UTC 2026
  • User: aspect-runner
  • Host name: ip-10-0-58-70
  • CPU Target: x86_64
  • Mode: fastbuild
  • Working directory: /mnt/ephemeral/workdir/aspect-cli/aspect-cli/examples/deliverable
  • Workspace directory: /mnt/ephemeral/workdir/aspect-cli/aspect-cli/examples/deliverable
  • Server PID: 16629
⏱ Timing
  • Elapsed time: 783ms
  • Analysis time: 607ms
  • Execution time: 664ms
  • Bazel server time: 2.7 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-58-70
  • BUILD_TIMESTAMP: 1779749059
  • BUILD_USER: aspect-runner
  • FORMATTED_DATE: 2026 May 25 22 44 19 Mon
🏷️ Build metadata (19)
  • BRANCH_NAME: fix-undefined-config-error-message
  • BUILD_URL: https://github.com/aspect-build/aspect-cli/actions/runs/26422373799
  • CI_HOST: GITHUB_ACTIONS
  • COMMIT_AUTHOR: Greg Magolan <greg@aspect.build>
  • COMMIT_AUTHOR_EMAIL: greg@aspect.build
  • COMMIT_AUTHOR_NAME: Greg Magolan
  • COMMIT_MESSAGE: Merge f10670e631b4f4b6663c8d38f81d5db1f681e4c5 into 091de3e73c879aac448114579083
  • COMMIT_SHA: 3fd7980cba378bd216d88e80eabb4de327cfec21
  • COMMIT_TIMESTAMP: 2026-05-25T22:32:39+00: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: gregmagolan
  • 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-3197b902-9fc3-431f-bb7a-bf027d032672.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://github.com/aspect-build/aspect-cli/actions/runs/26422373799
--build_metadata=CI_HOST=GITHUB_ACTIONS
--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=Merge f10670e631b4f4b6663c8d38f81d5db1f681e4c5 into 091de3e73c879aac448114579083'
--build_metadata=COMMIT_SHA=3fd7980cba378bd216d88e80eabb4de327cfec21
--build_metadata=COMMIT_TIMESTAMP=2026-05-25T22:32:39+00: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=gregmagolan
--build_metadata=VCS=GITHUB
--color=yes
--disk_cache=''
--execution_log_compact_file=/tmp/execlog-out-b5a47bcd-aa40-4585-8d7b-44aa7566b559.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-2b
  • Cloud account: 127214192506
  • Instance type: c6id.xlarge
  • Instance name: aw-gha-runner--default
  • Instance ID: i-01ccbbbf6033af55e
  • Image ID: ami-0805a1fea1ef81f49
  • Group name: default
  • Group queue: aspect-default
  • Resource type: c6id_xlarge
  • Aspect launcher version: 2026.19.2
  • Aspect CLI version: 0.0.0-dev
  • CI agent version: 2.334.0
  • NVMe storage: yes
  • Preemptible: no
  • Warming enabled: yes
  • Warming complete: yes
  • Warming cache version: 1779182501

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