Skip to content

Release capstone 0.13.0, capstone-sys 0.17.0 #168

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

Merged
merged 3 commits into from
Feb 4, 2025

rs: bump version to 0.13.0

d8c4e2c
Select commit
Loading
Failed to load commit list.
Merged

Release capstone 0.13.0, capstone-sys 0.17.0 #168

rs: bump version to 0.13.0
d8c4e2c
Select commit
Loading
Failed to load commit list.
Cirrus CI / test CHANNEL:nightly failed Feb 4, 2025 in 25s

Task Summary

Instruction test failed in 00:01

Details

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

✅ 00:02 clone
✅ 00:16 install_rust
✅ 00:02 install_packages
❌ 00:01 test

BASH=/usr/local/bin/bash
BASH_VERSION=5.2.37(0)-release
BASH_OPTIONS=hB
BASH_COMPAT=
++ basename ./capstone-rs/ci/test.sh
+ '[' test.sh = test.sh ']'
++ dirname ./capstone-rs/ci/test.sh
+ cd ./capstone-rs/ci/..
+ pwd
/tmp/cirrus-ci-build/capstone-rs
+ export RUST_BACKTRACE=1
+ RUST_BACKTRACE=1
+ SHOULD_FAIL=
+ VALGRIND_TESTS=
+ CARGO=cargo
++ uname
+ UNAME=FreeBSD
+ '[' -n '' ']'
+ '[' -n '' ']'
+ CARGO_FEATURE_ARGS=(${NO_DEFAULT_FEATURES:+ --no-default-features} ${ALL_FEATURES:+ --all-features} ${FEATURES:+ --features "$FEATURES"})
+ TARGET=../target
+ TARGET_COV=../target/cov
+ SIMPLE_RUN_EXAMPLES=demo
++ id -u -n
+ export USER=root
+ USER=root
+ PASS=PASS
+ FAIL=FAIL
+ '[' '' ']'
+ EXPECTED_RESULT=PASS
+ echo 'Running as USER=root'
Running as USER=root
+ echo 'Test should PASS'
Test should PASS
+ '[' '' ']'
+ case "${UNAME}" in
+ OS_NAME=freebsd
+ PROFILES=debug
+ for PROFILE in $PROFILES
+ profile_args debug
+ case "$PROFILE" in
++ basename ./capstone-rs/ci/test.sh
+ '[' test.sh = test.sh ']'
+ JOB=test
+ set -x
+ case "$JOB" in
+ run_tests
+ cargo_update
+ '[' -z '' ']'
+ [[ -n true ]]
+ echo 'Updating dependencies in Cargo.lock'
Updating dependencies in Cargo.lock
+ cargo update
./capstone-rs/ci/test.sh: line 309: 25380 Segmentation fault      (core dumped) ${CARGO} update

Exit status: 139