Skip to content

fix(ci): install cloud-image-utils in the publish lane (cidata seed ISO)#77

Merged
ErenAri merged 1 commit into
mainfrom
fix/publish-lane-cloud-localds
Jul 2, 2026
Merged

fix(ci): install cloud-image-utils in the publish lane (cidata seed ISO)#77
ErenAri merged 1 commit into
mainfrom
fix/publish-lane-cloud-localds

Conversation

@ErenAri

@ErenAri ErenAri commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Second publish run (28584050911) failed identically even with the prefetch fix — same 7 targets, but this time the evidence pinpointed it: their serial logs are 0 bytes. The guests never booted at all; downloads were never the (whole) problem.

Root cause

needsCIDATASeed routes RHEL-family/Amazon/Oracle/SUSE profiles through a cidata seed ISO built with cloud-localds, silently falling back to a vvfat config drive when it's missing — and those guests never boot from the vvfat fallback on the hosted runner. The runner doesn't ship cloud-localds; dev boxes do (why all 11 profiles boot locally). The 7 failing targets are exactly the needsCIDATASeed distro list; the 4 Ubuntu/Debian targets use the NoCloud net seed and validated fine in both runs.

Fix

  • apt-get install cloud-image-utils (provides cloud-localds) with a comment explaining why.
  • Add qemu.log to the evidence artifact allowlist — its absence made this diagnosis harder than it needed to be.

Will re-dispatch after merge; third time with both fixes (prefetch + seed ISO) should be the real end-to-end proof.

🤖 Generated with Claude Code

Second publish run (28584050911) failed identically to the first even
with images prefetched: the same 7 targets never reached SSH and their
serial logs were 0 bytes — the guests never booted at all.

Root cause: the RHEL-family/Amazon/Oracle/SUSE profiles deliver
cloud-init via a cidata seed (needsCIDATASeed). bpfcompat prefers
cloud-localds to build the seed ISO and silently falls back to a vvfat
config drive when it's missing; those guests never boot from the vvfat
fallback on the runner. The hosted runner doesn't ship cloud-localds
(local dev boxes do, which is why all 11 profiles boot locally). The 7
failing targets are exactly the needsCIDATASeed distro list; the 4
Ubuntu/Debian targets use the NoCloud net seed and were fine.

- apt-install cloud-image-utils (provides cloud-localds);
- add qemu.log to the evidence artifact allowlist — its absence made
  this diagnosis harder than it needed to be.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 2, 2026 11:50

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@ErenAri ErenAri merged commit 105a4e6 into main Jul 2, 2026
7 checks passed
@ErenAri ErenAri deleted the fix/publish-lane-cloud-localds branch July 2, 2026 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants