Implementing Clone for the Insn and cs_insn Structures #165
Cirrus CI / test CHANNEL:nightly
failed
Oct 22, 2024 in 26s
Task Summary
Instruction test failed in 00:01
Details
✅ 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
Loading