Skip to content

Commit 2ea2814

Browse files
committed
Temporarily pin arm android test to nightly-2024-08-30
``` panicked at /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/../../backtrace/src/symbolize/gimli/libs_dl_iterate_phdr.rs:48:30: thread panicked while processing panic. aborting. libc: Fatal signal 6 (SIGABRT), code -6 in tid 22188 (alloc_tests::te) libc: Unable to open connection to debuggerd: Connection refused qemu: uncaught target signal 6 (Aborted) - core dumped error: test failed, to rerun pass `--test arc` Caused by: process didn't exit successfully: `qemu-arm /home/runner/work/portable-atomic/portable-atomic/target/careful/arm-linux-androideabi/debug/deps/arc-6e5994f331e3eb22` (signal: 6, SIGABRT: process abort signal) test alloc_tests::test_clone_from_slice_panic - should panic ... ::endgroup:: error: process didn't exit successfully: `/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo careful test -Z doctest-xcompile -v --target arm-linux-androideabi --manifest-path portable-atomic-util/Cargo.toml --features std` (exit status: 101) ```
1 parent 694364a commit 2ea2814

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/.cspell/project-dictionary.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ espup
4646
exynos
4747
getauxval
4848
getpid
49+
gimli
4950
Halfword
5051
HWCAP
5152
hwprobe
@@ -102,6 +103,7 @@ nostdinc
102103
opensbi
103104
osfmk
104105
osxsave
106+
phdr
105107
picolibc
106108
pointee
107109
prctl

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ jobs:
177177
target: armv7-unknown-linux-gnueabihf
178178
- rust: nightly
179179
target: armeb-unknown-linux-gnueabi
180-
- rust: nightly
180+
# TODO: backtrace bug: panicked at /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/../../backtrace/src/symbolize/gimli/libs_dl_iterate_phdr.rs:48:30:
181+
- rust: nightly-2024-08-30
181182
target: arm-linux-androideabi
182183
- rust: nightly
183184
target: i586-unknown-linux-gnu

0 commit comments

Comments
 (0)