From 0818c8150171b8519f5deeb477a593ac8159d451 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 1 Sep 2024 23:06:10 +0900 Subject: [PATCH] ci: 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) ``` --- .github/.cspell/project-dictionary.txt | 2 ++ .github/workflows/ci.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/.cspell/project-dictionary.txt b/.github/.cspell/project-dictionary.txt index 86777d73..25030419 100644 --- a/.github/.cspell/project-dictionary.txt +++ b/.github/.cspell/project-dictionary.txt @@ -46,6 +46,7 @@ espup exynos getauxval getpid +gimli Halfword HWCAP hwprobe @@ -102,6 +103,7 @@ nostdinc opensbi osfmk osxsave +phdr picolibc pointee prctl diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2be8045..663d25fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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