RemoteBuild raises uncaught MissingSchema error
Metadata
Current evaluation
RemoteBuild crashes with uncaught MissingSchema when a build is cancelled in Launchpad UI, because fetch_logs tries to download a None build_log_url. Code now guards against empty URLs.
Suggested action: keep open
Reason: The issue is triaged (labels Status: Triaged, Type: Bug) and filed by a maintainer, but the only comment is the Jira-sync bot (CRAFT-4994) with no human resolution. The current fetch_logs code already skips builds where build_log_url is falsy, which appears to address the crash, but I could not confirm via git history that this guard was added specifically to fix this issue, so it may still need verification/closure.
Issue body
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.8-27b |
Impact:
45
Quick Win:
31.5
Staleness:
55
Complexity:
30
Confidence:
60
Support Request:
5
|
keep open | RemoteBuild crashes with uncaught MissingSchema when a build is cancelled in Launchpad UI, because fetch_logs tries to download a None build_log_url. Code now guards against empty URLs. | |
| qwen/qwen3.6-35b-a3b |
Staleness:
60
Complexity:
30
Confidence:
85
Support Request:
10
|
keep open | RemoteBuild service crashes with an uncaught MissingSchema error when builds are cancelled from Launchpad. Triaged bug, currently inactive for ~6 months with no maintainer follow-up. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
80
Complexity:
25
Confidence:
80
Support Request:
10
|
keep open | RemoteBuild service crashes with an uncaught MissingSchema error when builds are cancelled, due to a None URL during log fetching. Triaged but inactive for 161 days. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
55
Complexity:
30
Confidence:
85
Support Request:
0
|
keep open | RemoteBuild raises an uncaught MissingSchema error when builds are cancelled via the Launchpad UI. Status is triaged and awaiting a fix to gracefully catch the exception and handle cancelled builds. |
Update history
No update history recorded yet.
Related work
-
Related To:
canonical/snapcraft#5960
(confidence 70%)
Downstream snapcraft report referenced in the issue body as the reproduction source.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #5960 remote build: internal error when build is cancelled on launchpad | snapcraft | open | Remote build crashes with MissingSchema when a build is cancelled on Launchpad: fetch_logs tries to download a log URL that is the string 'None'. Triaged by maintainer, upstream fix tracked in craft-application#996. |