Skip to content

Commit

Permalink
ci: Temporarily pin arm android test to nightly-2024-08-30
Browse files Browse the repository at this point in the history
```
  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)
```
  • Loading branch information
taiki-e committed Sep 1, 2024
1 parent 694364a commit 0818c81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/.cspell/project-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ espup
exynos
getauxval
getpid
gimli
Halfword
HWCAP
hwprobe
Expand Down Expand Up @@ -102,6 +103,7 @@ nostdinc
opensbi
osfmk
osxsave
phdr
picolibc
pointee
prctl
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ jobs:
target: armv7-unknown-linux-gnueabihf
- rust: nightly
target: armeb-unknown-linux-gnueabi
- rust: nightly
# 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:
- rust: nightly-2024-08-30
target: arm-linux-androideabi
- rust: nightly
target: i586-unknown-linux-gnu
Expand Down

0 comments on commit 0818c81

Please sign in to comment.