Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce ProcessRefreshKind::Thread #1436

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

rename thread to tasks

4f8e4e9
Select commit
Loading
Failed to load commit list.
Open

Introduce ProcessRefreshKind::Thread #1436

rename thread to tasks
4f8e4e9
Select commit
Loading
Failed to load commit list.
Cirrus CI / rust nightly on freebsd 13 failed Jan 29, 2025 in 15s

Task Summary

Instruction test failed in 00:01

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:01 clone
✅ 00:10 setup
❌ 00:01 test

. $HOME/.cargo/env
#!/bin/sh
# rustup shell setup
# affix colons on either side of $PATH to simplify matching
case ":${PATH}:" in
    *:"$HOME/.cargo/bin":*)
        ;;
    *)
        # Prepending path in case a system-installed rustc needs to be overridden
        export PATH="$HOME/.cargo/bin:$PATH"
        ;;
esac
cargo check
error: process didn't exit successfully: `/.rustup/toolchains/nightly-x86_64-unknown-freebsd/bin/rustc -vV` (exit status: 1)
--- stderr
ld-elf.so.1: /.rustup/toolchains/nightly-x86_64-unknown-freebsd/lib/librustc_driver-40a5a3034ac6a7a1.so: Undefined symbol "_ZNSt3__122__libcpp_verbose_abortEPKcz"


Exit status: 101