go-use go plugin test fails on non-amd64 architectures
Metadata
Current evaluation
test_go_use fails on arm64 due to missing Go toolchain. Superseded by issue #1313 which is the active tracking issue; test is already skipped on aarch64 with a reference to #1313. This issue has 0 comments, no labels, and no maintainer interaction in 356 days.
Suggested action: close stale
Reason: The test_go_use failure is already handled via a skipif decorator in test_go.py that references issue #1313 ("go-use test isn't working on arm64 github-hosted runners"), which is open, triaged by a maintainer, and is the active tracking issue. This issue (#1281) has zero comments, no labels, and no maintainer response in 356 days, making it a redundant duplicate of #1313.
Issue body
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.8-27b |
Impact:
15
Quick Win:
10.5
Staleness:
75
Complexity:
30
Confidence:
82
Support Request:
10
|
close stale | test_go_use fails on arm64 due to missing Go toolchain. Superseded by issue #1313 which is the active tracking issue; test is already skipped on aarch64 with a reference to #1313. This issue has 0 comments, no labels, and no maintainer interaction in 356 days. | |
| qwen/qwen3.6-35b-a3b |
Staleness:
85
Complexity:
40
Confidence:
80
Support Request:
10
|
needs triage | Test test_go_use fails on arm64 due to missing Go 1.23 toolchain. Issue is open, unlabelled, and has had no maintainer comments or activity in over 315 days. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
92
Complexity:
30
Confidence:
75
Support Request:
10
|
needs triage | Test test_go_use fails on arm64 due to missing Go toolchain for linux/arm64. Open for 10 months with no maintainer response or labels. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
75
Complexity:
30
Confidence:
75
Support Request:
10
|
needs triage | test_go_use fails on non-amd64 architectures due to missing Go toolchain support for platforms like arm64. The issue remains open with no comments or assignees, requiring triage and a platform-specific fix. |
Update history
No update history recorded yet.
Related work
-
Duplicate Of:
canonical/craft-parts#1313
(confidence 85%)
The skipif in test_go.py references #1313 as the reason for skipping test_go_use on aarch64. #1313 is open, triaged, and more specifically describes the same arm64 toolchain problem.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1313 go-use test isn't working on arm64 github-hosted runners | craft-parts | open | test_go_use fails on github-hosted arm64 runners because the test needs go 1.24 but runners have go 1.22 with downloads disabled. Triaged by maintainer; test is currently skipped on aarch64 github-hosted runners referencing this issue (#1313). |