Skip to content

fix(bk-annotations): silence trace noise on empty-kind phase markers - #1099

Draft
gregmagolan wants to merge 1 commit into
mainfrom
fix-empty-kind-renderer
Draft

fix(bk-annotations): silence trace noise on empty-kind phase markers#1099
gregmagolan wants to merge 1 commit into
mainfrom
fix-empty-kind-renderer

fix(bk-annotations): silence trace noise on empty-kind phase markers

e0de2f2
Select commit
Loading
Failed to load commit list.
Aspect Workflows / aspect / delivery (delivery-gha-debug) succeeded May 19, 2026 in 5m 16s

✅ delivery //examples/deliverable · 1 delivered

✅ Succeeded · 📅 Tue May 19 11:53:50 UTC 2026 · ⏱ 5m 18s — Init 816ms · ⚙ Setup 9s · ✈ Pre-flight 1.2s · 🎯 Resolve 623ms · 🔨 Build 4m 35s · 💯 Checksum 15s · 📝 Record 2.9s · ❓ Query 273ms · 📥 Download 12.1s · 🚚 Deliver 831ms
👤 Greg Magolan · 🖥 ip-10-0-71-196 · 💎 aspect-cli v0.0.0-dev
:octocat: aspect-cli · 🔀 #1099 · ⎇ fix-empty-kind-renderer · ✏️ d2ed28d - Merge e0de2f270711b4576792e146eb5c7948a990524f into edda9bec… · 🏃 Pull request run
📦 1 target · ⚡ 20 of 11,033 actions executed (99% cached) · 🔧 bazel v9.0.1 build · 🎯 x86_64 · ⚙️ fastbuild
🚀 Workflows runner v5.18.4 · ☁️ AWS · 📍 us-west-2c · 💠 c6id.xlarge · 🤖 i-073eedbbd8d4dbc19
🔗 Docs · 🔗 Website · 🏷 dev · 🏷 local · 🏷 axl-testing · 🏷 COMPONENT=aspect-cli · 🏷 ENV=dev
Aspect · 🐙 GitHub Actions

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

Details

🚀 Delivery results

Summary

  • 1 delivered
  • ⚠️ 0 warnings
  • 0 failed
✅ 1 Delivered
Target                  Hash          Build URL
----------------------  ------------  -----------------------------------------------------------------------------------
//examples/deliverable  6eb3d726204e  https://github.com/aspect-build/aspect-cli/actions/runs/26095293546/job/76731678368

🔁 Reproduce

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

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

📎 Artifacts

Artifacts · Profile · BEP

⏱️ Task timing

Phase      | Description                              | Duration
-----------+------------------------------------------+---------
Init       | Aspect runtime startup                   | 816ms   
Setup      | Authenticate and create CI status checks | 9s      
Pre-flight | Run pre-flight checks                    | 1.2s    
Resolve    | Resolve targets to deliver               | 623ms   
Build      | Build delivery targets                   | 4m 35s  
Checksum   | Checksum delivery digests                | 15s     
Record     | Record delivery digests                  | 2.9s    
Query      | Query delivery state                     | 273ms   
Download   | Download runfiles                        | 12.1s   
Deliver    | Deliver targets                          | 841ms   
-----------+------------------------------------------+---------
Total      |                                          | 5m 18s  

🎯 Bazel targets (1)

✅ 1 Target Built
Label                              | Target Type
-----------------------------------+------------
//examples/deliverable:deliverable | sh_binary  

🧮 Bazel details

📟 Command line · bazel build //examples/deliverable
bazel build \
  --remote_download_outputs=minimal \
  --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=/workflows/c4ff0994-8a86-4873-af34-c3a954f6e152.profile.gz \
  --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=d2ed28d0b586dada28d443d01b00614946a94d2f \
  --build_metadata=USER=gregmagolan \
  --build_metadata=BRANCH_NAME=fix-empty-kind-renderer \
  --build_metadata=PR_SOURCE_BRANCH_NAME=fix-empty-kind-renderer \
  --build_metadata=PR_TARGET_BRANCH_NAME=main \
  --build_metadata=PR_NUMBER=1099 \
  --build_metadata=PR_ID=1099 \
  --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/26095293546 \
  --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 e0de2f270711b4576792e146eb5c7948a990524f into edda9bec3a166d698c57c52b5fba' \
  --build_metadata=COMMIT_TIMESTAMP=2026-05-19T04:50:35-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-6acf8717-514c-42b8-888d-7ee7a89c2fdf.bin \
  -- \
  //examples/deliverable
ℹ️ Invocation details
  • Invocation ID: 2ee5274c-3d1f-4123-8dd5-4272daf8d746
  • Command: build
  • Bazel version: 9.0.1
  • Start time: Tue May 19 11:53:50 UTC 2026
  • End time: Tue May 19 11:58:24 UTC 2026
  • User: aspect-runner
  • Host name: ip-10-0-71-196
  • CPU Target: x86_64
  • Mode: fastbuild
  • Working directory: /mnt/ephemeral/workdir/aspect-cli/aspect-cli
  • Workspace directory: /mnt/ephemeral/workdir/aspect-cli/aspect-cli
  • Server PID: 249407
⏱ Timing
  • Elapsed time: 4m 34s
  • Analysis time: 8.2s
  • Execution time: 4m 23s
  • Bazel server time: 1 cpu-minute
📦 Build graph
  • Targets: 1 target (65,053 configured, 94 aspect applications)
  • Actions: 20 actions (11,033 created)
  • Packages: 657 packages loaded
💾 Cache stats
  • Actions: 11,013 of 11,033 cached (99%)
⚡ Actions by mnemonic (4)
Mnemonic                   | Count | %    
---------------------------+-------+------
Action                     | 9     | 45.0%
Rustc                      | 9     | 45.0%
BazelWorkspaceStatusAction | 1     | 5.0% 
RunfilesTree               | 1     | 5.0% 
🏃 Actions by runner (2)
Runner                | Count | %    
----------------------+-------+------
linux-sandbox · Local | 18    | 90.0%
internal              | 2     | 10.0%
🏠 Workspace status (4)
  • BUILD_HOST: ip-10-0-71-196
  • BUILD_TIMESTAMP: 1779191632
  • BUILD_USER: aspect-runner
  • FORMATTED_DATE: 2026 May 19 11 53 52 Tue
🏷️ Build metadata (23)
  • ASPECT_WORKFLOWS_LINKS: [Docs](https://docs.aspect.build),[Website](https://aspect.build/)
  • BRANCH_NAME: fix-empty-kind-renderer
  • BUILD_URL: https://github.com/aspect-build/aspect-cli/actions/runs/26095293546
  • 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 e0de2f270711b4576792e146eb5c7948a990524f into edda9bec3a166d698c57c52b5fba
  • COMMIT_SHA: d2ed28d0b586dada28d443d01b00614946a94d2f
  • COMMIT_TIMESTAMP: 2026-05-19T04:50:35-07:00
  • PR_ID: 1099
  • PR_NUMBER: 1099
  • PR_SOURCE_BRANCH_NAME: fix-empty-kind-renderer
  • 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
  • TAGS: dev,local,axl-testing
  • TAG_COMPONENT: aspect-cli
  • TAG_ENV: dev
  • USER: gregmagolan
  • VCS: GITHUB
🎛️ Startup options (12)
--connect_timeout_secs=30
--failure_detail_out=/mnt/ephemeral/output/aspect-cli/aspect-cli/failure_detail.rawproto
--host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1
--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/aspect-cli
--output_user_root=/mnt/ephemeral/bazel/aspect-cli/aspect-cli
--write_command_log
🎛️ Command options (65)
--action_env=DUMMY_BUILD_MODE_ON=1
--action_env='DUMMY_DB_PASSWORD=<REDACTED>'
--action_env='GIT_URL=https://<REDACTED>@github.com/acme/example.git'
--build_event_binary_file=/tmp/build-event-out-6acf8717-514c-42b8-888d-7ee7a89c2fdf.bin
--build_event_binary_file_upload_mode=fully_async
--build_event_publish_all_actions
--build_metadata='ASPECT_WORKFLOWS_LINKS=[Docs](https://docs.aspect.build),[Website](https://aspect.build/)'
--build_metadata=BRANCH_NAME=fix-empty-kind-renderer
--build_metadata=BUILD_URL=https://github.com/aspect-build/aspect-cli/actions/runs/26095293546
--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 e0de2f270711b4576792e146eb5c7948a990524f into edda9bec3a166d698c57c52b5fba'
--build_metadata=COMMIT_SHA=d2ed28d0b586dada28d443d01b00614946a94d2f
--build_metadata=COMMIT_TIMESTAMP=2026-05-19T04:50:35-07:00
--build_metadata=PR_ID=1099
--build_metadata=PR_NUMBER=1099
--build_metadata=PR_SOURCE_BRANCH_NAME=fix-empty-kind-renderer
--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=TAGS=dev,local,axl-testing
--build_metadata=TAG_COMPONENT=aspect-cli
--build_metadata=TAG_ENV=dev
--build_metadata=USER=gregmagolan
--build_metadata=VCS=GITHUB
--color=yes
--disk_cache=''
--enable_platform_specific_config
--experimental_fetch_all_coverage_outputs
--experimental_profile_include_target_label
--experimental_repository_cache_hardlinks
--generate_json_trace_profile=1
--grpc_keepalive_timeout=30s
--heap_dump_on_oom
--host_platform=//bazel/platforms:linux_host_platform
--incompatible_default_to_explicit_init_py
--incompatible_strict_action_env
--nobuild_runfile_links
--noexperimental_check_external_repository_files
--nokeep_state_after_build
--noremote_cache_compression
--noremote_upload_local_results
--nosandbox_default_allow_network
--profile=/workflows/c4ff0994-8a86-4873-af34-c3a954f6e152.profile.gz
--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
--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>'
--repository_cache=/mnt/ephemeral/caches/repository
--reuse_sandbox_directories
--show_result=20
--stamp
--test_output=errors
--workspace_status_command=tools/githooks/check-config.sh

⚙️ Runner metadata

🚀 Workflows runner
  • Workflows version: 5.18.4
  • Cloud provider: AWS
  • Region: us-west-2
  • Availability zone: us-west-2c
  • Cloud account: 127214192506
  • Instance type: c6id.xlarge
  • Instance name: aw-gha-runner--default
  • Instance ID: i-073eedbbd8d4dbc19
  • 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: 1779096423

⏱ Last updated Tue May 19 11:58:57 UTC 2026 · 📊 GitHub API quota 618/15,000 (4% used, resets in 57m)
🚀 Powered by Aspect CLIAspect Build · X · LinkedIn · YouTube