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

Implementing Clone for the Insn and cs_insn Structures #165

Closed
wants to merge 1 commit into from

Insn Clone

f028e8c
Select commit
Loading
Failed to load commit list.
Closed

Implementing Clone for the Insn and cs_insn Structures #165

Insn Clone
f028e8c
Select commit
Loading
Failed to load commit list.
Cirrus CI / test CHANNEL:nightly failed Oct 22, 2024 in 26s

Task Summary

Instruction test failed in 00:01

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:02 clone
✅ 00:17 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: 25377 Segmentation fault      (core dumped) ${CARGO} update

Exit status: 139