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

Update CHANGELOG and crate version to 0.30.10 #1250

Merged
merged 2 commits into from
Apr 10, 2024

Update crate version to 0.30.10

b85cdb5
Select commit
Loading
Failed to load commit list.
Merged

Update CHANGELOG and crate version to 0.30.10 #1250

Update crate version to 0.30.10
b85cdb5
Select commit
Loading
Failed to load commit list.
Cirrus CI / rust 1.69 on freebsd 13 failed Apr 10, 2024 in 1m 44s

Task Summary

Instruction test failed in 01:31

Details

⚠️ Not enough compute credits to prioritize tasks!
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:01 clone
✅ 00:09 setup
❌ 01:31 test

  Downloaded crossbeam-epoch v0.9.18
  Downloaded rayon v1.9.0
  Downloaded libc v0.2.153
   Compiling crossbeam-utils v0.8.19
   Compiling rayon-core v1.12.1
   Compiling libc v0.2.153
    Checking either v1.10.0
    Checking crossbeam-epoch v0.9.18
    Checking crossbeam-deque v0.8.5
    Checking rayon v1.9.0
    Checking cfg-if v1.0.0
    Checking sysinfo v0.30.10 (/tmp/cirrus-ci-build)
    Finished dev [unoptimized + debuginfo] target(s) in 1m 05s
cargo check --no-default-features
    Checking sysinfo v0.30.10 (/tmp/cirrus-ci-build)
    Finished dev [unoptimized + debuginfo] target(s) in 0.48s
cargo clippy -- -D warnings
    Checking sysinfo v0.30.10 (/tmp/cirrus-ci-build)
    Finished dev [unoptimized + debuginfo] target(s) in 0.91s
cargo check --example simple
 Downloading crates ...
  Downloaded serde v1.0.197
  Downloaded itoa v1.0.10
  Downloaded ryu v1.0.17
  Downloaded serde_json v1.0.114
   Compiling serde v1.0.197
   Compiling serde_json v1.0.114
    Checking ryu v1.0.17
    Checking itoa v1.0.10
    Checking sysinfo v0.30.10 (/tmp/cirrus-ci-build)
    Finished dev [unoptimized + debuginfo] target(s) in 4.11s
FREEBSD_CI=1 cargo test -j1
   Compiling crossbeam-utils v0.8.19
   Compiling crossbeam-epoch v0.9.18
   Compiling crossbeam-deque v0.8.5
   Compiling rayon-core v1.12.1
   Compiling either v1.10.0
   Compiling rayon v1.9.0
   Compiling serde v1.0.197
   Compiling libc v0.2.153
   Compiling cfg-if v1.0.0
   Compiling itoa v1.0.10
   Compiling ryu v1.0.17
   Compiling serde_json v1.0.114
   Compiling sysinfo v0.30.10 (/tmp/cirrus-ci-build)
    Finished test [unoptimized + debuginfo] target(s) in 20.18s
     Running unittests src/lib.rs (target/debug/deps/sysinfo-21db0eb03ef8dc21)

running 23 tests
test test::check_cpu_arch ... ok
error: test failed, to rerun pass `--lib`

Caused by:
  process didn't exit successfully: `/tmp/cirrus-ci-build/target/debug/deps/sysinfo-21db0eb03ef8dc21` (signal: 11, SIGSEGV: invalid memory reference)

Exit status: 101