← Back to issue list

snapcraft status missing information

View original Launchpad issue

Metadata

Project
snapcraft (launchpad)
Number
#1925050
Type
issue
State
closed
Author
~nataliabidart
Labels
Created
Updated
Closed

Current evaluation

⚠️ This summary may be outdated — the issue content or evaluation prompts have changed since this evaluation was made.

snapcraft status missing information for arch: all revisions was closed without comments or resolution, indicating the report was abandoned or superseded.

Suggested action:

No scores available.

Issue body

Now that snapcraft status is pulling information from the V2 /channel-map API endpoint, I've found a small issue for those releases coming from revisions for arch: all. For example, I have this toy snap for which snapcrafts status reports: Track Arch Channel Version Revision Progress latest amd64 stable 1.5 6 - candidate 1.4-super-new 4 - beta 1.3.9-more-risky 3 - edge ↑ ↑ - with the following /channel-map, where revision 13 is released to every channel because the revision has "arch: all": nessita@dali:~$ surl -a candid-staging -X GET https://dashboard.staging.snapcraft.io/api/v2/snaps/pkg-2/channel-map |jq -S . { "channel-map": [ { "architecture": "i386", "channel": "latest/stable", "expiration-date": null, "progressive": { "current-percentage": null, "paused": null, "percentage": null }, "revision": 13, "when": "2020-05-27T07:10:04Z" }, { "architecture": "armhf", "channel": "latest/stable", "expiration-date": null, "progressive": { "current-percentage": null, "paused": null, "percentage": null }, "revision": 13, "when": "2020-05-27T07:10:04Z" }, { "architecture": "powerpc", "channel": "latest/stable", "expiration-date": null, "progressive": { "current-percentage": null, "paused": null, "percentage": null }, "revision": 13, "when": "2020-05-27T07:10:04Z" }, { "architecture": "ppc64el", "channel": "latest/stable", "expiration-date": null, "progressive": { "current-percentage": null, "paused": null, "percentage": null }, "revision": 13, "when": "2020-05-27T07:10:04Z" }, { "architecture": "s390x", "channel": "latest/stable", "expiration-date": null, "progressive": { "current-percentage": null, "paused": null, "percentage": null }, "revision": 13, "when": "2020-05-27T07:10:04Z" }, { "architecture": "arm64", "channel": "latest/stable", "expiration-date": null, "progressive": { "current-percentage": null, "paused": null, "percentage": null }, "revision": 13, "when": "2020-05-27T07:10:04Z" }, { "architecture": "amd64", "channel": "latest/candidate", "expiration-date": null, "progressive": { "current-percentage": null, "paused": null, "percentage": null }, "revision": 4, "when": "2020-05-27T09:10:03Z" }, { "architecture": "amd64", "channel": "latest/beta", "expiration-date": null, "progressive": { "current-percentage": null, "paused": null, "percentage": null }, "revision": 3, "when": "2020-05-27T09:10:03Z" }, { "architecture": "amd64", "channel": "latest/stable", "expiration-date": null, "progressive": { "current-percentage": null, "paused": null, "percentage": null }, "revision": 6, "when": "2020-05-28T03:10:03Z" } ], "revisions": [ { "architectures": [ "amd64" ], "attributes": {}, "base": null, "build-url": null, "confinement": "strict", "created-at": "2020-04-15T19:24:47Z", "epoch": { "read": [ 0 ], "write": [ 0 ] }, "grade": "stable", "revision": 3, "sha3-384": "5485b046b025044574aadd69ed11d30ee01ce98abf5b53f48fbd113056eb8d7cd882da61f0ff6090adf0231b3ed9c7f3", "size": 4096, "version": "1.3.9-more-risky" }, { "architectures": [ "amd64" ], "attributes": {}, "base": null, "build-url": null, "confinement": "strict", "created-at": "2020-04-24T16:39:46Z", "epoch": { "read": [ 0 ], "write": [ 0 ] }, "grade": "stable", "revision": 4, "sha3-384": "05c669b1bb413770134dfa89a84f87e2e07f7c971efbd880e1d6af2e2b8f070696daf4a39df43980c5fd135db2b3d1b3", "size": 4096, "version": "1.4-super-new" }, { "architectures": [ "amd64" ], "attributes": {}, "base": null, "build-url": null, "confinement": "strict", "created-at": "2020-05-13T02:06:51Z", "epoch": { "read": [ 0 ], "write": [ 0 ] }, "grade": "stable", "revision": 6, "sha3-384": "5f7fe29a33cf060778e3bd4944d57f51ba0bb356ef28e832f1887ce7763986cfb1b8200a159354773bc9441e80673f36", "size": 4096, "version": "1.5" }, { "architectures": [ "all" ], "attributes": {}, "base": null, "build-url": null, "confinement": "strict", "created-at": "2020-05-13T15:47:40Z", "epoch": { "read": [ 0 ], "write": [ 0 ] }, "grade": "stable", "revision": 13, "sha3-384": "7b40f739d138769e782f9419e472e795695d53385133b64c98a8b2582584cb0ddab105d2014f91385472d859358b8aa5", "size": 4096, "version": "2.0.1" } ], "snap": { "channels": [ { "branch": null, "fallback": null, "name": "latest/stable", "risk": "stable", "track": "latest" }, { "branch": null, "fallback": "latest/stable", "name": "latest/candidate", "risk": "candidate", "track": "latest" }, { "branch": null, "fallback": "latest/candidate", "name": "latest/beta", "risk": "beta", "track": "latest" }, { "branch": null, "fallback": "latest/beta", "name": "latest/edge", "risk": "edge", "track": "latest" } ], "default-track": null, "id": "8qrH6aRV5UFViMeg6NTp23YGWX0YXnl7", "name": "pkg-2", "private": false, "publisher": { "display-name": "Natalia | Staging", "id": "KG6FtYWGhyx9jNlIUtqKmVXj6c7b7SR0", "username": "nataliabidart" }, "title": "pkg-2", "tracks": [ { "creation-date": null, "name": "latest", "status": "default", "version-pattern": null } ] } }

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b snapcraft status missing information for arch: all revisions was closed without comments or resolution, indicating the report was abandoned or superseded.
qwen/qwen3.6-35b-a3b Closed without comments or resolution, likely abandoned. The report highlighted missing architecture data in snapcraft status for arch: all revisions, but no fix or follow-up was documented.
qwen3.6-35b-a3b-mtp-q6 Closed without resolution. snapcraft status omits arch: all revisions, showing only amd64 data from the V2 channel-map API. No fix was implemented, and the report was abandoned after 22 days of inactivity.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#1615060 snapcraft clean is incomplete snapcraft (launchpad) closed Reporting that snapcraft clean skips local .snap files was closed without comments or resolution, indicating the report was abandoned or left unresolved.
77%
#1636977 snapcraft history shows a closed channel snapcraft (launchpad) closed Abandoned and closed without resolution. The report that snapcraft history incorrectly displays revisions in closed channels was never addressed or fixed.
75%
#1548225 Snapcraft/snappy should detect incompatible version mismatches snapcraft (launchpad) closed Abandoned. The report detailed Snapcraft failing to detect version mismatches, causing large snaps to install incorrectly. With zero comments and over a decade of dormancy, it received no resolution and was closed.
74%
#1663625 No script named 'snapcraft' snapcraft (launchpad) closed A report of snapcraft failing after apt installation was closed without resolution or comments, indicating the matter was abandoned.
73%
#1980536 snapcraft unusable on systems not using apt snapcraft (launchpad) closed Closed without resolution. Snapcraft retained hard apt dependencies, causing crashes on non-Debian systems like Arch Linux. The issue appears abandoned with no fix provided.
72%
#1723965 snapcraft doesn't work snapcraft (launchpad) closed Closed without resolution or comments, indicating abandonment. The reported snap command failure and GL driver errors remain unresolved.
72%
#4142 snapcraft remote-build exits with return code 0 even when some snaps failed to build for a given arch snapcraft closed Closed without comments or resolution, indicating the request was abandoned. No official fix or merge details were provided.
72%
#5086 snapcraft status lists several time the same information snapcraft open snapcraft status prints the same track/arch/channel rows multiple times in its table output. Reported against snapcraft 8.4.1 on Ubuntu Oracular; no maintainer response, no labels, no activity since filing ~2 years ago.
72%
#1761488 snapcraft 2.39.2 failed to release a snap: snapcraft.storeapi.errors.StoreReleaseError: <exception str() failed> snapcraft (launchpad) closed Closed without resolution. The report details a StoreReleaseError during snapcraft 2.39.2 release attempts. With zero maintainer comments and significant age, the issue was likely abandoned. No fix or workaround was provided.
72%
#1448 snapcraft build using manifest.yaml snapcraft closed Closed without discussion or comments. The issue appears abandoned or superseded by newer snapcraft build workflows. No resolution or merge details were recorded.
72%