You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like that all android workflow runs fail because of a SIGSYS error. Below are two examplary extracts from the ci logs of two different ci runs of the android workflow.
...
test test_cp::test_canonicalize_symlink ... ok
test test_cp::test_abuse_existing ... ok
test test_cp::test_copy_contents_fifo ... ok
test test_cp::test_copy_dir_preserve_permissions ... ok
test test_cp::test_copy_dir_preserve_permissions_inaccessible_file ... ok
test test_cp::test_copy_dir_symlink ... ok
test test_cp::test_copy_dir_with_symlinks ... ok
error: test failed, to rerun pass `--test tests`
Caused by:
process didn't exit successfully: `/data/data/com.termux/files/home/coreutils/target/debug/deps/tests-9398dd3f9ff2e688` (signal: 31, SIGSYS: bad system call)
error: 1 target failed:
`--test tests`
Error: The process '/bin/sh' failed with exit code 101
...
test test_cp::test_abuse_existing ... ok
test test_cp::test_canonicalize_symlink ... ok
test test_cp::test_copy_contents_fifo ... ok
test test_cp::test_copy_dir_preserve_permissions ... ok
test test_cp::test_copy_dir_preserve_permissions_inaccessible_file ... ok
test test_cp::test_copy_dir_symlink ... ok
error: test failed, to rerun pass `--test tests`
Caused by:
process didn't exit successfully: `/data/data/com.termux/files/home/coreutils/target/debug/deps/tests-e50e3190dd63d425` (signal: 31, SIGSYS: bad system call)
error: 1 target failed:
`--test tests`
Error: The process '/bin/sh' failed with exit code 101
The text was updated successfully, but these errors were encountered:
Joining7943
changed the title
ci/android: Build and Test step fails with process didn't exit successfully: ... SIGSYS: bad system calltests/cp: test_cp::test_closes_file_descriptors is failing on android with SIGSYS 31
Apr 21, 2023
It looks like that all android workflow runs fail because of a SIGSYS error. Below are two examplary extracts from the ci logs of two different ci runs of the android workflow.
The text was updated successfully, but these errors were encountered: