uutils / uutils/coreutils

ci: intermittent failure

Open
#13,595 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
24.1k
Forks
2k
Avg merge
1d 5h
Merged PRs (30d)
365

Description

We saw another job failing https://github.com/uutils/coreutils/actions/runs/30242322090/job/89903171158 even not touching any code, the problem was

sccache: caused by: Compiler not supported: "/home/runner/.redoxer/x86_64-unknown-redox/toolchain/bin/rustc: error while loading shared libraries: libLLVM.so.21.1: cannot open shared object file: No such file or directory\n"

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the linked GitHub Actions job and its Redox toolchain setup, focusing on the sccache error about missing libLLVM.so.21.1. Trace the relevant CI configuration and confirm the job completes reliably without the shared-library failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, rust
Domain
build-system, ci-cd
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.