Last active
December 18, 2024 21:52
-
-
Save lupyuen/39cdb916d30625388974e00d5daa676d to your computer and use it in GitHub Desktop.
git bisect: good 6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c / bad 79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ sudo /home/luppy/nuttx-bisect/run2.sh | |
[sudo] password for luppy: | |
+ script_path=/home/luppy/nuttx-bisect/run2.sh | |
+++ dirname -- /home/luppy/nuttx-bisect/run2.sh | |
++ cd -P /home/luppy/nuttx-bisect | |
++ pwd | |
+ script_dir=/home/luppy/nuttx-bisect | |
+ tmp_dir=/tmp/nuttx-bisect | |
+ rm -rf /tmp/nuttx-bisect | |
+ mkdir /tmp/nuttx-bisect | |
+ cd /tmp/nuttx-bisect | |
+ git clone https://github.com/apache/nuttx | |
Cloning into 'nuttx'... | |
remote: Enumerating objects: 831376, done. | |
remote: Counting objects: 100% (880/880), done. | |
remote: Compressing objects: 100% (479/479), done. | |
remote: Total 831376 (delta 648), reused 401 (delta 401), pack-reused 830496 (from 4) | |
Receiving objects: 100% (831376/831376), 296.00 MiB | 17.09 MiB/s, done. | |
Resolving deltas: 100% (648270/648270), done. | |
Updating files: 100% (23741/23741), done. | |
+ git clone https://github.com/apache/nuttx-apps apps | |
Cloning into 'apps'... | |
remote: Enumerating objects: 88777, done. | |
remote: Counting objects: 100% (136/136), done. | |
remote: Compressing objects: 100% (70/70), done. | |
remote: Total 88777 (delta 84), reused 68 (delta 66), pack-reused 88641 (from 2) | |
Receiving objects: 100% (88777/88777), 23.01 MiB | 16.03 MiB/s, done. | |
Resolving deltas: 100% (71644/71644), done. | |
+ cd nuttx | |
+ git bisect start | |
status: waiting for both good and bad commits | |
+ git bisect good 6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c | |
status: waiting for bad commit, 1 good commit known | |
+ git bisect bad 79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b | |
Bisecting: 233 revisions left to test after this (roughly 8 steps) | |
[94a2ce3641213cc702abc5c17b0f81a50c714a2e] tools/gdb: need to switch back to inferior 1 | |
+ git bisect run /home/luppy/nuttx-bisect/start-job-bisect.sh | |
running '/home/luppy/nuttx-bisect/start-job-bisect.sh' | |
-------------------------------------------------------------------------------- | |
Testing Commit 94a2ce3641213cc702abc5c17b0f81a50c714a2e | |
Running https://github.com/lupyuen/nuttx-bisect/blob/main/start-job-bisect.sh | |
Called by https://github.com/lupyuen/nuttx-bisect/blob/main/run.sh | |
Wed Dec 18 01:02:57 PM UTC 2024 | |
+ script_path=/home/luppy/nuttx-bisect/start-job-bisect.sh | |
+++ dirname -- /home/luppy/nuttx-bisect/start-job-bisect.sh | |
++ cd -P /home/luppy/nuttx-bisect | |
++ pwd | |
+ script_dir=/home/luppy/nuttx-bisect | |
++ git rev-parse HEAD | |
+ nuttx_hash=94a2ce3641213cc702abc5c17b0f81a50c714a2e | |
+ git status | |
HEAD detached at 94a2ce3641 | |
You are currently bisecting, started from branch 'master'. | |
(use "git bisect reset" to get back to the original branch) | |
nothing to commit, working tree clean | |
+ TZ=UTC0 | |
+ git --no-pager log -1 --date=format-local:%Y-%m-%dT%H:%M:%S '--format=%cd | %H | %s' | |
2024-11-23T05:09:16 | 94a2ce3641213cc702abc5c17b0f81a50c714a2e | tools/gdb: need to switch back to inferior 1 | |
+ git bisect log | |
git bisect start | |
# status: waiting for both good and bad commits | |
# good: [6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c] get g_tcbinfo just use elf memory | |
git bisect good 6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c | |
# status: waiting for bad commit, 1 good commit known | |
# bad: [79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b] rp23xx: use small lock in arch/arm/src/rp23xx/rp23xx_usbdev.c | |
git bisect bad 79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b | |
+ job=risc-v-05 | |
+ apps_hash=1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ /home/luppy/nuttx-bisect/run-job-bisect.sh risc-v-05 94a2ce3641213cc702abc5c17b0f81a50c714a2e 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
Now running https://github.com/lupyuen/nuttx-bisect/blob/main/run-job-bisect.sh risc-v-05 94a2ce3641213cc702abc5c17b0f81a50c714a2e 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
Called by https://github.com/lupyuen/nuttx-bisect/blob/main/start-job-bisect.sh | |
Wed Dec 18 01:02:57 PM UTC 2024 | |
+ job=risc-v-05 | |
+ [[ risc-v-05 == '' ]] | |
+ nuttx_hash=94a2ce3641213cc702abc5c17b0f81a50c714a2e | |
+ [[ 94a2ce3641213cc702abc5c17b0f81a50c714a2e == '' ]] | |
+ apps_hash=1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ [[ 1c7a7f7529475b0d535e2088a9c4e1532c487156 == '' ]] | |
+ sudo docker pull ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest | |
latest: Pulling from apache/nuttx/apache-nuttx-ci-linux | |
Digest: sha256:15949c71a5b70cd12ff63ff326c1d002fd41b8eda504f174c00e96d49b5c4cd5 | |
Status: Image is up to date for ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest | |
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest | |
+ set +e | |
+ sudo docker run -it ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest /bin/bash -c ' | |
set -e ; | |
set -x ; | |
uname -a ; | |
cd ; | |
pwd ; | |
git clone https://github.com/apache/nuttx ; | |
git clone https://github.com/apache/nuttx-apps apps ; | |
echo Building nuttx @ 94a2ce3641213cc702abc5c17b0f81a50c714a2e / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 ; | |
pushd nuttx ; git reset --hard 94a2ce3641213cc702abc5c17b0f81a50c714a2e ; popd ; | |
pushd apps ; git reset --hard 1c7a7f7529475b0d535e2088a9c4e1532c487156 ; popd ; | |
pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd ; | |
pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd ; | |
sleep 10 ; | |
cd nuttx/tools/ci ; | |
( sleep 3600 ; echo Killing pytest after timeout... ; pkill -f pytest )& | |
( | |
(./cibuild.sh -c -A -N -R testlist/risc-v-05.dat) || (res=$? ; echo '\''***** JOB FAILED'\'' ; exit $res) | |
) | |
' | |
+ uname -a | |
Linux ba2212c1de17 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux | |
+ cd | |
+ pwd | |
/root | |
+ git clone https://github.com/apache/nuttx | |
Cloning into 'nuttx'... | |
remote: Enumerating objects: 831376, done. | |
remote: Counting objects: 100% (875/875), done. | |
remote: Compressing objects: 100% (469/469), done. | |
remote: Total 831376 (delta 643), reused 418 (delta 406), pack-reused 830501 (from 4) | |
Receiving objects: 100% (831376/831376), 296.16 MiB | 16.04 MiB/s, done. | |
Resolving deltas: 100% (648298/648298), done. | |
Updating files: 100% (23741/23741), done. | |
+ git clone https://github.com/apache/nuttx-apps apps | |
Cloning into 'apps'... | |
remote: Enumerating objects: 88777, done. | |
remote: Counting objects: 100% (136/136), done. | |
remote: Compressing objects: 100% (70/70), done. | |
remote: Total 88777 (delta 84), reused 68 (delta 66), pack-reused 88641 (from 2) | |
Receiving objects: 100% (88777/88777), 23.01 MiB | 12.42 MiB/s, done. | |
Resolving deltas: 100% (71644/71644), done. | |
+ echo Building nuttx @ 94a2ce3641213cc702abc5c17b0f81a50c714a2e / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
Building nuttx @ 94a2ce3641213cc702abc5c17b0f81a50c714a2e / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ pushd nuttx | |
~/nuttx ~ | |
+ git reset --hard 94a2ce3641213cc702abc5c17b0f81a50c714a2e | |
Updating files: 100% (8391/8391), done. | |
HEAD is now at 94a2ce3641 tools/gdb: need to switch back to inferior 1 | |
+ popd | |
~ | |
+ pushd apps | |
~/apps ~ | |
+ git reset --hard 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
HEAD is now at 1c7a7f752 cmake(bugfix):add INCLUDE_DIRECTORIES for nimble | |
+ popd | |
~ | |
+ pushd nuttx | |
~/nuttx ~ | |
++ git rev-parse HEAD | |
+ echo NuttX Source: https://github.com/apache/nuttx/tree/94a2ce3641213cc702abc5c17b0f81a50c714a2e | |
NuttX Source: https://github.com/apache/nuttx/tree/94a2ce3641213cc702abc5c17b0f81a50c714a2e | |
+ popd | |
~ | |
+ pushd apps | |
~/apps ~ | |
++ git rev-parse HEAD | |
+ echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
NuttX Apps: https://github.com/apache/nuttx-apps/tree/1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ popd | |
~ | |
+ sleep 10 | |
+ cd nuttx/tools/ci | |
+ sleep 3600 | |
+ ./cibuild.sh -c -A -N -R testlist/risc-v-05.dat | |
+++ dirname ./cibuild.sh | |
++ cd . | |
++ pwd | |
+ CID=/root/nuttx/tools/ci | |
++ cd /root/nuttx/tools/ci/../../../ | |
++ pwd -P | |
+ CIWORKSPACE=/root | |
+ CIPLAT=/root/nuttx/tools/ci/platforms | |
+ nuttx=/root/nuttx | |
+ apps=/root/apps | |
++ uname -s | |
+ os=Linux | |
++ uname -m | |
+ osarch=x86_64 | |
+ '[' -f /etc/os-release ']' | |
++ grep '^ID=' /etc/os-release | |
++ cut -d= -f2 | |
++ tr -d '"' | |
+ osname=ubuntu | |
+ '[' -z -c ']' | |
+ '[' -n -c ']' | |
+ case "$1" in | |
+ enable_ccache | |
+ export CCACHE_DIR=/root/tools/ccache | |
+ CCACHE_DIR=/root/tools/ccache | |
+ shift | |
+ '[' -n -A ']' | |
+ case "$1" in | |
+ options+='-A ' | |
+ shift | |
+ '[' -n -N ']' | |
+ case "$1" in | |
+ options+='-N ' | |
+ shift | |
+ '[' -n -R ']' | |
+ case "$1" in | |
+ options+='-R ' | |
+ shift | |
+ '[' -n testlist/risc-v-05.dat ']' | |
+ case "$1" in | |
+ builds=("$@") | |
+ break | |
+ run_builds | |
+ local ncpus | |
+ '[' Xubuntu == XDarwin ']' | |
++ grep -c '^processor' /proc/cpuinfo | |
+ ncpus=24 | |
+ '[' Xubuntu == Xmsys2 ']' | |
+ options+='-j 24' | |
+ for build in "${builds[@]}" | |
+ /root/nuttx/tools/testbuild.sh -A -N -R -j 24 -e '-Wno-cpp -Werror' testlist/risc-v-05.dat | |
==================================================================================== | |
Configuration/Tool: rv-virt/citest | |
2024-12-18 13:04:05 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
100 143k 0 143k 0 0 161k 0 --:--:-- --:--:-- --:--:-- 434k | |
riscv-none-elf-ld: warning: /root/nuttx/nuttx has a LOAD segment with RWX permissions | |
Running NuttX... | |
+++ dirname /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/run | |
++ cd /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
++ pwd | |
+ WD=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
++ cd /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../../ | |
++ pwd -P | |
+ WORKSPACE=/root | |
+ nuttx=/root/nuttx | |
+ logs=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs | |
++ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
++ awk -F / '{print $(NF-2)}' | |
+ BOARD=rv-virt | |
+ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
+ echo /root | |
/root | |
++ basename /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
+ config=citest | |
+ '[' rv-virt == sim ']' | |
+ '[' st == 64 ']' | |
+ '[' rv-virt == rv-virt ']' | |
+ target=qemu | |
+ mark='qemu or rv_virt' | |
+ core=qemu | |
++ find /root/nuttx -type f -name nuttx | |
+ image=/root/nuttx/nuttx | |
+ path=/root/nuttx | |
+ cd /root/nuttx/tools/ci/testrun/script | |
+ python3 -m pytest -m 'qemu or rv_virt' ./ -B rv-virt -P /root/nuttx -L /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu -R qemu -C --json=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu/pytest.json | |
========================================== test session starts =========================================== | |
platform linux -- Python 3.10.12, pytest-6.2.5, py-1.11.0, pluggy-1.5.0 -- /usr/bin/python3 | |
cachedir: .pytest_cache | |
rootdir: /root/nuttx/tools/ci/testrun, configfile: pytest.ini | |
plugins: repeat-0.9.1, ordering-0.6, json-0.4.0 | |
collected 1068 items / 67 deselected / 1001 selected | |
test_framework/test_cmocka.py::test_cmocka 131072+0 records in | |
131072+0 records out | |
67108864 bytes (67 MB, 64 MiB) copied, 0.338759 s, 198 MB/s | |
sh: 1: mkfs.fat: not found | |
PASSED [ 0%] | |
test_example/test_example.py::test_hello PASSED [ 0%] | |
test_example/test_example.py::test_helloxx PASSED [ 0%] | |
test_example/test_example.py::test_pipe PASSED [ 0%] | |
test_example/test_example.py::test_popen PASSED [ 0%] | |
test_example/test_example.py::test_usrsocktest PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_2 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_5_1 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_9_1 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_destroy_3_1 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_2_2 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_18 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_41 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigismember_5_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_time_1_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_unlock_2_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_37_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_7_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_2_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_11_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getdetachstate_1_2 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_97 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_6_4 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_strlen_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getcpuclockid_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_2_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_tryrdlock_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_16 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getschedparam_1_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_1_2 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_1_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_104 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_27_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_22 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_15 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_strcpy_1_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_19 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_5_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_9_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_12_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_35 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_23 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_25_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_1_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_1_2 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_12 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_17_2 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_5_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_gettime_speculative_6_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setschedprio_1_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_destroy_3_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_69 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_21_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_61 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_3 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_4_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_102 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_27 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_7_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_2_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_7 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_3 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_1_2 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_3_2 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_2_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_93 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getparam_1_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_8_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_1_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_1_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_rdlock_4_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setscope_4_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_14_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_2_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_51 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_munlock_7_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setcancelstate_3_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_8 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_55 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_75 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_6_1 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_5 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_2_1 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_7_3 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_77 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_8_1 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_kill_1_2 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_25 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_clock_settime_speculative_4_4 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_1_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_11_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_18_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_21 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_29_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_2 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_12 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_15_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_8 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_4_1 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_7 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_3_1 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_7 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_3_3 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_23 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_3 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigignore_1_1 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_53 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_setpshared_2_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_wait_3_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_17 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_1_2 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_7_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_4_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_9 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_13 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_trylock_4_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_1_1 SKIPPED (unsupported) [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_15_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_21 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_79 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_8_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_3_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_4 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_errno_h_4_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_1_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_2_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_1_2 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_8_3 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_13 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_4_2 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_4_1 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_21 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_destroy_3_1 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_8_2 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_19 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_22 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_5_1 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_1_3 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_71 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_2_4 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_50 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_1_3 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_1 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_14_1 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_20 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_3 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_2_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_16 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_16 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_3_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_11_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_5_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_4 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpending_1_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigismember_3_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_11_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_destroy_2_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setpshared_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_19 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_10_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_8_2 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_99 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_asctime_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_19 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigfillset_1_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_6_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_9_2 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_2_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_1_2 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigtimedwait_2_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_init_2_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_9 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_14_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_kill_2_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_60 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_max_1_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_11 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_mq_getattr_speculative_7_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_setattr_1_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_kill_1_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_4_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_6_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_behavior_WIFEXITED_1_2 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_3_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_19_1 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_return_1_1 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_signal_h_19_1 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_rdlock_2_2 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_4_1 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_26 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_49 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_40 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_2_1 SKIPPED (unsupported) [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_4_3 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigfillset_2_1 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_24_1 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_2_2 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_5_1 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_13_1 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_notify_4_1 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_9 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_12_1 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_14 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_1_2 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_key_delete_2_1 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_2 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_10 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_4_1 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getparam_2_1 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_19 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_8_1 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_20_1 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_23 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_13 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_6 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_1_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_7_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_4_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_9_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cleanup_pop_1_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_self_1_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_3_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_12 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_getpshared_3_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_1 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_19_5 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_error_1_1 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_82 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_3 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_1_1 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_15 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_26 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_6_1 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_8_1 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_72 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_10_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_8_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_1_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_17 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_3_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_ctime_1_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_2_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_18 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_1_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_9_1 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_6_1 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_6 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_32_1 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_16 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_24 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_11 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_8_1 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_39_1 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_24 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_7_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_22_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_8_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_47 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_23 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_11 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_notify_3_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_yield_2_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_8_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_init_1_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_init_1_1 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_10 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_15_1 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_4_1 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_80 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_2_1 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_2_1 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_1 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_4_1 SKIPPED (unsupported) [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_19 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_1_1 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setprotocol_3_1 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpending_1_2 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_38_1 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_init_1_1 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigemptyset_1_1 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_4_2 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_11_2 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_48 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_21 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_gmtime_1_1 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_destroy_2_1 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_20 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_4 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_9_1 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigtimedwait_6_1 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_59 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_11 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_8_1 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_4_1 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_6_6 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_setpshared_1_1 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_1_1 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_max_1_4 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_1_1 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_25 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_2_2 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_3 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_kill_1_1 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sighold_1_1 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_14_1 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_6_1 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_6_1 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_2_2 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_5_1 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_25 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_notify_8_1 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_5 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_26 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_13_1 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_1_1 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_init_1_1 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_2 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigignore_5_1 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sighold_2_1 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_22 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_26 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_1_1 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_29 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_getpshared_1_2 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_26 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_5 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_1_1 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_28_1 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_15 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_3 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_7_1 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_2_1 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_1_1 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_trylock_3_1 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_9_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_1_4 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_return_2_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_14 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_21_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_12 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_6_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_20_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_2_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_4_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_4_1 PASSED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigrelse_1_1 PASSED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_9_1 PASSED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_20 PASSED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_81 PASSED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_8_1 PASSED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_5_1 PASSED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_close_3_2 PASSED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_gmtime_2_1 PASSED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_getoverrun_speculative_6_2 PASSED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_20 PASSED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_15_1 PASSED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_5 PASSED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_5_1 PASSED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_4_2 PASSED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getcpuclockid_6_1 PASSED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_26 PASSED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_3_1 PASSED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_56 PASSED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_init_6_1 PASSED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_functional_semaphores_sem_conpro PASSED [ 37%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_88 PASSED [ 37%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_6_1 PASSED [ 37%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_3 PASSED [ 37%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_9 PASSED [ 37%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_3 PASSED [ 37%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_10_1 PASSED [ 37%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_1_1 PASSED [ 37%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_18_1 PASSED [ 37%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_28 PASSED [ 37%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_3_1 PASSED [ 38%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_24 PASSED [ 38%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_init_3_1 PASSED [ 38%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setpshared_2_1 PASSED [ 38%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_init_2_1 PASSED [ 38%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_notify_1_1 PASSED [ 38%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_10000_1 PASSED [ 38%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_2_1 PASSED [ 38%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_destroy_2_1 PASSED [ 38%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_2_1 PASSED [ 38%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_setattr_2_1 PASSED [ 39%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_5_1 PASSED [ 39%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_12_1 PASSED [ 39%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cond_init_3_1 PASSED [ 39%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_9_1 PASSED [ 39%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_4_1 PASSED [ 39%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_20 PASSED [ 39%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cond_init_1_1 PASSED [ 39%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_getpshared_1_1 PASSED [ 39%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_6_1 PASSED [ 39%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_20_3 PASSED [ 40%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_7_1 PASSED [ 40%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_getclock_1_2 PASSED [ 40%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getscheduler_1_1 PASSED [ 40%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_destroy_1_1 PASSED [ 40%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_11_1 PASSED [ 40%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_2_1 PASSED [ 40%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_28_2 PASSED [ 40%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_26_1 PASSED [ 40%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mlock_5_1 PASSED [ 40%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_localtime_1_1 PASSED [ 41%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cond_init_2_1 PASSED [ 41%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_2 PASSED [ 41%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_21 PASSED [ 41%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_7_1 PASSED [ 41%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cleanup_push_1_2 PASSED [ 41%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_11 PASSED [ 41%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_21 PASSED [ 41%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_6 PASSED [ 41%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_2_2 PASSED [ 41%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_destroy_4_1 PASSED [ 42%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_7 PASSED [ 42%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_4_1 PASSED [ 42%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_1_1 PASSED [ 42%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_19_1 PASSED [ 42%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_24 PASSED [ 42%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_1_1 PASSED [ 42%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigrelse_2_1 PASSED [ 42%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_3_1 PASSED [ 42%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_timedlock_4_1 PASSED [ 42%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_6 PASSED [ 43%] | |
test_open_posix/test_openposix_.py::test_ltp_pthread_key_create_speculative_5_1 PASSED [ 43%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_10 PASSED [ 43%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_9_2 PASSED [ 43%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_8 PASSED [ 43%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setcancelstate_1_2 PASSED [ 43%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_4_1 PASSED [ 43%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_6 PASSED [ 43%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_7_1 PASSED [ 43%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_11 PASSED [ 43%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_1 PASSED [ 44%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_5_1 PASSED [ 44%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_18 PASSED [ 44%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_92 PASSED [ 44%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_8_2 PASSED [ 44%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_19_1 PASSED [ 44%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_4 PASSED [ 44%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_gettype_1_1 PASSED [ 44%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_83 PASSED [ 44%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigtimedwait_1_1 PASSED [ 44%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_10_1 PASSED [ 45%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_8_1 PASSED [ 45%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_delete_1_1 PASSED [ 45%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_9 PASSED [ 45%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_9_1 PASSED [ 45%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_39_2 PASSED [ 45%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_10 PASSED [ 45%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_destroy_1_1 PASSED [ 45%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_1_1 PASSED [ 45%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_11 PASSED [ 45%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaltstack_2_1 PASSED [ 46%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_18 PASSED [ 46%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_15 PASSED [ 46%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_4 PASSED [ 46%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_3_1 PASSED [ 46%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_20_2 PASSED [ 46%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_22_1 PASSED [ 46%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_wrlock_1_1 PASSED [ 46%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_6_1 PASSED [ 46%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_5_1 PASSED [ 46%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_2_1 PASSED [ 47%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_44 PASSED [ 47%] | |
test_open_posix/test_openposix_.py::test_ltp_sched_getparam_speculative_7_1 PASSED [ 47%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_24 PASSED [ 47%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_8_3 PASSED [ 47%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_2 PASSED [ 47%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_18 PASSED [ 47%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_2_1 PASSED [ 47%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_getpshared_1_1 PASSED [ 47%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_kill_3_1 PASSED [ 47%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_4_1 PASSED [ 48%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_7_1 PASSED [ 48%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_13 PASSED [ 48%] | |
test_open_posix/test_openposix_.py::test_ltp_mq_timedreceive_speculative_10_2 PASSED [ 48%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_30 PASSED [ 48%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_6_1 PASSED [ 48%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_3_1 PASSED [ 48%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_23 PASSED [ 48%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_17 PASSED [ 48%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_21 PASSED [ 48%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_3_1 PASSED [ 49%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_9 PASSED [ 49%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_15_1 PASSED [ 49%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_1_1 PASSED [ 49%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_91 PASSED [ 49%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigismember_4_1 PASSED [ 49%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_23_1 PASSED [ 49%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_8_1 PASSED [ 49%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_14 PASSED [ 49%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_1_2 PASSED [ 49%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_13_1 PASSED [ 50%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_20 PASSED [ 50%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_13_1 PASSED [ 50%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_17_1 PASSED [ 50%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_1_1 PASSED [ 50%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_2_1 PASSED [ 50%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getscheduler_3_1 PASSED [ 50%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getschedparam_1_2 PASSED [ 50%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_11_1 PASSED [ 50%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_14 PASSED [ 50%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_1 PASSED [ 51%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_3_1 PASSED [ 51%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_errno_h_3_2 PASSED [ 51%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_init_3_1 PASSED [ 51%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_9 PASSED [ 51%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_90 PASSED [ 51%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_8_3 PASSED [ 51%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_7_1 PASSED [ 51%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setprotocol_3_2 PASSED [ 51%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_rr_get_interval_1_1 PASSED [ 51%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_1_1 PASSED [ 52%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_11_1 PASSED [ 52%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_destroy_4_1 PASSED [ 52%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mlock_10_1 PASSED [ 52%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_1_2 PASSED [ 52%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cond_init_4_3 PASSED [ 52%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_2_1 PASSED [ 52%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_getpshared_4_1 PASSED [ 52%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_getpshared_1_3 PASSED [ 52%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_munmap_8_1 PASSED [ 52%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_74 PASSED [ 53%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_6 PASSED [ 53%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_8_2 PASSED [ 53%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_24 PASSED [ 53%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_1_1 PASSED [ 53%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_1_1 PASSED [ 53%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_26 PASSED [ 53%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_key_delete_1_1 PASSED [ 53%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_min_1_2 PASSED [ 53%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_22 PASSED [ 53%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigtimedwait_5_1 PASSED [ 54%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedparam_1_2 PASSED [ 54%] | |
test_open_posix/test_openposix_.py::test_ltp_pthread_rwlock_trywrlock_speculative_3_1 PASSED [ 54%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_2_1 PASSED [ 54%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_init_2_1 PASSED [ 54%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_2 PASSED [ 54%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_1_1 PASSED [ 54%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_16 PASSED [ 54%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_2 PASSED [ 54%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_10_1 PASSED [ 54%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_37 PASSED [ 55%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setcancelstate_1_1 PASSED [ 55%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_init_3_1 PASSED [ 55%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_10 PASSED [ 55%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_5 PASSED [ 55%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setschedparam_1_1 PASSED [ 55%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_3_2 PASSED [ 55%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedparam_1_4 PASSED [ 55%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_2 PASSED [ 55%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setdetachstate_1_2 PASSED [ 55%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_5_2 PASSED [ 56%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_1 PASSED [ 56%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_68 PASSED [ 56%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_key_create_3_1 PASSED [ 56%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_3_1 PASSED [ 56%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_18 PASSED [ 56%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_destroy_2_1 PASSED [ 56%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_init_1_1 PASSED [ 56%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_62 PASSED [ 56%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_13 PASSED [ 56%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_1_3 PASSED [ 57%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_1 PASSED [ 57%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_destroy_1_1 PASSED [ 57%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setclock_2_1 PASSED [ 57%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_6_1 PASSED [ 57%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_equal_1_1 PASSED [ 57%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_19 PASSED [ 57%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_36 PASSED [ 57%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_delete_speculative_5_2 PASSED [ 57%] | |
test_open_posix/test_openposix_.py::test_ltp_behavior_WIFEXITED_1_1 PASSED [ 57%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_5_1 PASSED [ 58%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cond_destroy_3_1 PASSED [ 58%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_19 PASSED [ 58%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_10 PASSED [ 58%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_munlock_11_1 PASSED [ 58%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cleanup_pop_1_2 PASSED [ 58%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_1_1 PASSED [ 58%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_9_1 PASSED [ 58%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_23 PASSED [ 58%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_3_1 SKIPPED (unsupported) [ 58%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_destroy_1_1 PASSED [ 59%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_unlock_4_2 PASSED [ 59%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpending_1_3 PASSED [ 59%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_1_2 PASSED [ 59%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_26 PASSED [ 59%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_7_1 PASSED [ 59%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_8_1 PASSED [ 59%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_4 PASSED [ 59%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_8_1 PASSED [ 59%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_max_2_1 PASSED [ 59%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_destroy_3_1 PASSED [ 60%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_16 PASSED [ 60%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_18 PASSED [ 60%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_10 PASSED [ 60%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_41_1 PASSED [ 60%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_87 PASSED [ 60%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_3 PASSED [ 60%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_create_speculative_15_1 PASSED [ 60%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_lock_3_2 PASSED [ 60%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_25 PASSED [ 60%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_6_2 PASSED [ 61%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_18 PASSED [ 61%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_6_5 PASSED [ 61%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_1_1 PASSED [ 61%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_19_1 PASSED [ 61%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_create_16_1 PASSED [ 61%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_4 PASSED [ 61%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_1 PASSED [ 61%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_5_1 PASSED [ 61%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_21 PASSED [ 61%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_12_1 PASSED [ 62%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_4_1 PASSED [ 62%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_12 PASSED [ 62%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_5_1 PASSED [ 62%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_6_1 PASSED [ 62%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_1 PASSED [ 62%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpending_2_1 PASSED [ 62%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaltstack_8_1 PASSED [ 62%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_strchr_1_1 PASSED [ 62%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_20 PASSED [ 62%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_key_delete_1_2 PASSED [ 63%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_close_3_1 PASSED [ 63%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_17_1 PASSED [ 63%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_17_5 PASSED [ 63%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_13_1 PASSED [ 63%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_38 PASSED [ 63%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_22 PASSED [ 63%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_24 PASSED [ 63%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_15 PASSED [ 63%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_2_1 PASSED [ 63%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_22 PASSED [ 64%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mktime_1_1 PASSED [ 64%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_6_1 PASSED [ 64%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_4_1 PASSED [ 64%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_17 PASSED [ 64%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cleanup_push_1_1 PASSED [ 64%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_7_1 PASSED [ 64%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_1_1 PASSED [ 64%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getinheritsched_1_1 PASSED [ 64%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_17_3 PASSED [ 64%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_6_2 PASSED [ 65%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_strftime_3_1 PASSED [ 65%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_94 PASSED [ 65%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_destroy_1_1 PASSED [ 65%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_24 PASSED [ 65%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_10_1 PASSED [ 65%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_once_1_2 PASSED [ 65%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_25 PASSED [ 65%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_43 PASSED [ 65%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_11_1 PASSED [ 65%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_15 PASSED [ 66%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_42 PASSED [ 66%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_15_1 PASSED [ 66%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_getclock_1_1 PASSED [ 66%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_6_1 PASSED [ 66%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_14_1 PASSED [ 66%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_13 PASSED [ 66%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setdetachstate_2_1 PASSED [ 66%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_8_2 PASSED [ 66%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_13 PASSED [ 66%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cleanup_push_1_3 PASSED [ 67%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_13_1 PASSED [ 67%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_18_1 PASSED [ 67%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_lock_3_1 PASSED [ 67%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_getattr_2_2 PASSED [ 67%] | |
test_open_posix/test_openposix_.py::test_ltp_mq_open_speculative_6_1 PASSED [ 67%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cond_destroy_1_1 PASSED [ 67%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_17_1 PASSED [ 67%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_17 PASSED [ 67%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_11_1 PASSED [ 67%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_19 PASSED [ 68%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_8_4 PASSED [ 68%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_28_3 PASSED [ 68%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_key_create_2_1 PASSED [ 68%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_70 PASSED [ 68%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_10_1 PASSED [ 68%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_once_1_1 PASSED [ 68%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_5_1 PASSED [ 68%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_9_1 PASSED [ 68%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_5 PASSED [ 68%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_19_1 PASSED [ 69%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_13_1 PASSED [ 69%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_trywrlock_1_1 PASSED [ 69%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_17_2 PASSED [ 69%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_6_1 PASSED [ 69%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_3_1 PASSED [ 69%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_2_1 PASSED [ 69%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_3_1 PASSED [ 69%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_103 PASSED [ 69%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setstack_7_1 PASSED [ 69%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_rdlock_5_1 PASSED [ 70%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setdetachstate_4_1 PASSED [ 70%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_signal_h_13_1 PASSED [ 70%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_31 PASSED [ 70%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_gettime_speculative_6_2 PASSED [ 70%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_13_1 PASSED [ 70%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_52 PASSED [ 70%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_54 PASSED [ 70%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_10000_1 PASSED [ 70%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_9 PASSED [ 70%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_9 PASSED [ 71%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_1_4 PASSED [ 71%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_2_1 PASSED [ 71%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_aio_h_4_1 PASSED [ 71%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_3 PASSED [ 71%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_86 PASSED [ 71%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_12 PASSED [ 71%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_26 PASSED [ 71%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_9 PASSED [ 71%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_7_1 PASSED [ 71%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_15 PASSED [ 72%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_14 PASSED [ 72%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_7 PASSED [ 72%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_5 PASSED [ 72%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_76 PASSED [ 72%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_11_2 PASSED [ 72%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getdetachstate_1_1 PASSED [ 72%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_signal_h_26_1 PASSED [ 72%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_exit_1_1 PASSED [ 72%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_2_2 PASSED [ 72%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_22 PASSED [ 73%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_7 PASSED [ 73%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_21 PASSED [ 73%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_12 PASSED [ 73%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_29_1 PASSED [ 73%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_5_1 PASSED [ 73%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_getpshared_1_1 PASSED [ 73%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_kill_7_1 PASSED [ 73%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_5_1 PASSED [ 73%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_destroy_4_1 PASSED [ 73%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedparam_1_3 PASSED [ 74%] | |
test_open_posix/test_openposix_.py::test_ltp_mq_timedsend_speculative_18_2 PASSED [ 74%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_8_1 PASSED [ 74%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_2_1 PASSED [ 74%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_78 PASSED [ 74%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_16_1 PASSED [ 74%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_4_1 PASSED [ 74%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_2_1 PASSED [ 74%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_init_3_1 PASSED [ 74%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_25 PASSED [ 74%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_strftime_2_1 PASSED [ 75%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setpshared_2_1 PASSED [ 75%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_23_1 PASSED [ 75%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_getpid_1_1 PASSED [ 75%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_3_1 PASSED [ 75%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_fsync_7_1 PASSED [ 75%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_8 PASSED [ 75%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_10_2 PASSED [ 75%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_27_1 PASSED [ 75%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_min_1_1 PASSED [ 75%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_20 PASSED [ 76%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_10_1 PASSED [ 76%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_12 PASSED [ 76%] | |
test_open_posix/test_openposix_.py::test_ltp_pthread_join_speculative_6_1 PASSED [ 76%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_16_1 PASSED [ 76%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_6_1 PASSED [ 76%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigemptyset_2_1 PASSED [ 76%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_58 PASSED [ 76%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_wrlock_2_1 PASSED [ 76%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_20 PASSED [ 76%] | |
test_open_posix/test_openposix_.py::test_ltp_mq_unlink_speculative_7_2 PASSED [ 77%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_9_1 PASSED [ 77%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_21 PASSED [ 77%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_3_3 PASSED [ 77%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigignore_4_1 PASSED [ 77%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_8 PASSED [ 77%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_7 PASSED [ 77%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_1_1 PASSED [ 77%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_6_1 PASSED [ 77%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_12_1 PASSED [ 77%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_5_1 PASSED [ 78%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_max_1_2 PASSED [ 78%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_5 PASSED [ 78%] | |
test_open_posix/test_openposix_.py::test_ltp_pthread_getcpuclockid_speculative_3_1 PASSED [ 78%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_1_1 PASSED [ 78%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_65 PASSED [ 78%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_getattr_3_1 PASSED [ 78%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getscheduler_4_1 PASSED [ 78%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_10 PASSED [ 78%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_1_1 PASSED [ 78%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_once_2_1 PASSED [ 79%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setpshared_1_2 PASSED [ 79%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_difftime_1_1 PASSED [ 79%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getschedparam_1_1 PASSED [ 79%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_12_1 PASSED [ 79%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_23 PASSED [ 79%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_4_1 PASSED [ 79%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_15 PASSED [ 79%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_setattr_5_1 PASSED [ 79%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_5_1 PASSED [ 79%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_14 PASSED [ 80%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_1_3 PASSED [ 80%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_3 PASSED [ 80%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_1 PASSED [ 80%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_23 PASSED [ 80%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_4 PASSED [ 80%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_12 PASSED [ 80%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_destroy_1_1 PASSED [ 80%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_13 PASSED [ 80%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_10 PASSED [ 80%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_2 PASSED [ 81%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_5_1 PASSED [ 81%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_89 PASSED [ 81%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_14 PASSED [ 81%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_25 PASSED [ 81%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_100 PASSED [ 81%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_gettime_speculative_6_3 PASSED [ 81%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_3_1 PASSED [ 81%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_10_1 PASSED [ 81%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_24 PASSED [ 81%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_25 PASSED [ 82%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_18 PASSED [ 82%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_suspend_3_1 PASSED [ 82%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setpshared_1_2 PASSED [ 82%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setclock_1_1 PASSED [ 82%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_8_1 PASSED [ 82%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_4_1 PASSED [ 82%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_strftime_1_1 PASSED [ 82%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_unlock_1_1 PASSED [ 82%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_73 PASSED [ 82%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_getattr_4_1 PASSED [ 83%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_setattr_1_2 PASSED [ 83%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_min_1_4 PASSED [ 83%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_11 PASSED [ 83%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setpshared_3_2 PASSED [ 83%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_8_4 PASSED [ 83%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_8 PASSED [ 83%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_67 PASSED [ 83%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_25 PASSED [ 83%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_create_3_1 PASSED [ 83%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getschedpolicy_2_1 PASSED [ 84%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_6_2 PASSED [ 84%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_3_2 PASSED [ 84%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_destroy_3_1 PASSED [ 84%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_2_1 PASSED [ 84%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_5 PASSED [ 84%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_13 PASSED [ 84%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_unlink_7_1 PASSED [ 84%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_destroy_2_1 PASSED [ 84%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_16 PASSED [ 84%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setschedparam_1_2 PASSED [ 85%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_63 PASSED [ 85%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_8_1 PASSED [ 85%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_34 PASSED [ 85%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setschedparam_4_1 PASSED [ 85%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_1_1 PASSED [ 85%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_7_1 PASSED [ 85%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_3_2 PASSED [ 85%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_12 PASSED [ 85%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_39 PASSED [ 85%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_5_1 PASSED [ 86%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_16 PASSED [ 86%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_init_3_1 PASSED [ 86%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_7 PASSED [ 86%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_9_1 PASSED [ 86%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_46 PASSED [ 86%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_25 PASSED [ 86%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_1 PASSED [ 86%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_7_1 PASSED [ 86%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_2 PASSED [ 86%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_wait_1_1 PASSED [ 87%] | |
test_open_posix/test_openposix_.py::test_ltp_timers_clocks_invaliddates PASSED [ 87%] | |
test_open_posix/test_openposix_.py::test_ltp_mq_open_speculative_2_3 PASSED [ 87%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_1_3 PASSED [ 87%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setscope_1_1 PASSED [ 87%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_getattr_2_1 PASSED [ 87%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_14 PASSED [ 87%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_11_2 PASSED [ 87%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_rr_get_interval_2_1 PASSED [ 87%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_7 PASSED [ 87%] | |
test_open_posix/test_openposix_.py::test_ltp_sched_rr_get_interval_speculative_5_1 PASSED [ 88%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_13 PASSED [ 88%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_10_1 PASSED [ 88%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_4_1 PASSED [ 88%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_strncpy_1_1 PASSED [ 88%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_2_3 PASSED [ 88%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_10_1 PASSED [ 88%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_8_1 PASSED [ 88%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_21_1 PASSED [ 88%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_95 PASSED [ 88%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_1_1 PASSED [ 89%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_5_1 PASSED [ 89%] | |
test_open_posix/test_openposix_.py::test_ltp_behavior_timers_2_1 PASSED [ 89%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sighold_3_1 PASSED [ 89%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setcancelstate_2_1 PASSED [ 89%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_20_1 PASSED [ 89%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_3_1 PASSED [ 89%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_5_1 PASSED [ 89%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getspecific_3_1 PASSED [ 89%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_20 PASSED [ 89%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_1_1 PASSED [ 90%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_fsync_4_1 PASSED [ 90%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_destroy_1_1 PASSED [ 90%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_6 PASSED [ 90%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_17 PASSED [ 90%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_45 PASSED [ 90%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setdetachstate_1_1 PASSED [ 90%] | |
test_open_posix/test_openposix_.py::test_ltp_behavior_timers_1_1 PASSED [ 90%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_8 PASSED [ 90%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_25_2 PASSED [ 90%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_2_2 PASSED [ 91%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_66 PASSED [ 91%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_16 PASSED [ 91%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_3_1 PASSED [ 91%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_8 PASSED [ 91%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_getoverrun_speculative_6_3 PASSED [ 91%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_1_1 PASSED [ 91%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_2 PASSED [ 91%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_2_1 PASSED [ 91%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_init_1_1 PASSED [ 91%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_sched_h_10_1 PASSED [ 92%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_3_1 PASSED [ 92%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_3_1 PASSED [ 92%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigrelse_3_1 PASSED [ 92%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_5_1 PASSED [ 92%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_20_1 PASSED [ 92%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_3_2 PASSED [ 92%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_delete_speculative_5_1 PASSED [ 92%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_19 PASSED [ 92%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_4 PASSED [ 92%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_3_1 PASSED [ 93%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_10_2 PASSED [ 93%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_2_1 PASSED [ 93%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_32 PASSED [ 93%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_5 PASSED [ 93%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_testcancel_2_1 PASSED [ 93%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setclock_1_2 PASSED [ 93%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_6_1 PASSED [ 93%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_5_1 PASSED [ 93%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_18 PASSED [ 93%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_17 PASSED [ 94%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_22 PASSED [ 94%] | |
test_open_posix/test_openposix_.py::test_ltp_stress_signals_sigismember_stress_1 PASSED [ 94%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_mqueue_h_1_1 PASSED [ 94%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setclock_1_3 PASSED [ 94%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_1_1 PASSED [ 94%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_10_1 PASSED [ 94%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_11_1 PASSED [ 94%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_init_1_1 PASSED [ 94%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_setpshared_1_1 PASSED [ 94%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_close_1_1 PASSED [ 95%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_14_2 PASSED [ 95%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_23_1 PASSED [ 95%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_close_2_1 PASSED [ 95%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setpshared_1_1 PASSED [ 95%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_9_1 PASSED [ 95%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_12_1 PASSED [ 95%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_7_1 PASSED [ 95%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_3_1 PASSED [ 95%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_4_1 PASSED [ 95%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_7_1 PASSED [ 96%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_getpshared_1_1 PASSED [ 96%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_6 PASSED [ 96%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_2_2 PASSED [ 96%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigignore_6_1 PASSED [ 96%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_22 PASSED [ 96%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_17 PASSED [ 96%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_15_1 PASSED [ 96%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_3_1 PASSED [ 96%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_96 PASSED [ 96%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_6 PASSED [ 97%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_23 PASSED [ 97%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_101 PASSED [ 97%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_1_3 PASSED [ 97%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_6 PASSED [ 97%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_12_1 PASSED [ 97%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_26 PASSED [ 97%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_4 PASSED [ 97%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_11_2 PASSED [ 97%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_11_1 PASSED [ 97%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_11 PASSED [ 98%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_3_1 PASSED [ 98%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_15_1 PASSED [ 98%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_17 PASSED [ 98%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_24 PASSED [ 98%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_delete_1_2 PASSED [ 98%] | |
test_open_posix/test_openposix_.py::test_ltp_stress_semaphores_multi_con_pro PASSED [ 98%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setpshared_2_2 PASSED [ 98%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_getprotocol_1_1 PASSED [ 98%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_1_2 PASSED [ 98%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_98 PASSED [ 99%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_57 PASSED [ 99%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_5_3 PASSED [ 99%] | |
test_os/test_os.py::test_ostest PASSED [ 99%] | |
test_os/test_os.py::test_mm SKIPPED (unsupported at rv-virt) [ 99%] | |
test_os/test_os.py::test_cxxtest SKIPPED (unsupported at rv-virt) [ 99%] | |
test_os/test_os.py::test_scanftest SKIPPED (unsupported at rv-virt) [ 99%] | |
test_os/test_os.py::test_getprime SKIPPED (unsupported at rv-virt) [ 99%] | |
test_os/test_os.py::test_stdio SKIPPED (unsupported at rv-virt) [ 99%] | |
test_os/test_os.py::test_fs_test SKIPPED (unsupported at rv-virt) [ 99%] | |
test_os/test_os.py::test_psram_test SKIPPED (unsupported at rv-virt) [100%] | |
- generated json report: /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu/pytest.json - | |
====================== 990 passed, 11 skipped, 67 deselected in 1843.38s (0:30:43) ======================= | |
+ ret=0 | |
+ find /root/nuttx/tools/ci/testrun -name __pycache__ | |
+ xargs rm -rf | |
+ find /root/nuttx/tools/ci/testrun -name .pytest_cache | |
+ xargs rm -rf | |
+ rm -rf /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs | |
+ rm -f /root/nuttx/fatfs.img | |
+ echo 0 | |
0 | |
+ exit 0 | |
Normalize rv-virt/citest | |
==================================================================================== | |
Configuration/Tool: rv-virt/citest64 | |
2024-12-18 13:38:17 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
riscv-none-elf-ld: warning: /root/nuttx/nuttx has a LOAD segment with RWX permissions | |
Running NuttX... | |
+++ dirname /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/run | |
++ cd /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64 | |
++ pwd | |
+ WD=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64 | |
++ cd /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/../../../../../../../ | |
++ pwd -P | |
+ WORKSPACE=/root | |
+ nuttx=/root/nuttx | |
+ logs=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/logs | |
++ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64 | |
++ awk -F / '{print $(NF-2)}' | |
+ BOARD=rv-virt | |
+ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64 | |
/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64 | |
+ echo /root | |
/root | |
++ basename /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64 | |
+ config=citest64 | |
+ '[' rv-virt == sim ']' | |
+ '[' 64 == 64 ']' | |
+ BOARD=rv-virt64 | |
+ '[' rv-virt64 == rv-virt ']' | |
+ target=qemu | |
+ mark=qemu | |
+ core=qemu | |
++ find /root/nuttx -type f -name nuttx | |
+ image=/root/nuttx/nuttx | |
+ path=/root/nuttx | |
+ cd /root/nuttx/tools/ci/testrun/script | |
+ python3 -m pytest -m qemu ./ -B rv-virt64 -P /root/nuttx -L /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/logs/rv-virt64/qemu -R qemu -C --json=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/logs/rv-virt64/qemu/pytest.json | |
========================================== test session starts =========================================== | |
platform linux -- Python 3.10.12, pytest-6.2.5, py-1.11.0, pluggy-1.5.0 -- /usr/bin/python3 | |
cachedir: .pytest_cache | |
rootdir: /root/nuttx/tools/ci/testrun, configfile: pytest.ini | |
plugins: repeat-0.9.1, ordering-0.6, json-0.4.0 | |
collected 1068 items / 1055 deselected / 13 selected | |
test_example/test_example.py::test_hello PASSED [ 7%] | |
test_example/test_example.py::test_helloxx PASSED [ 15%] | |
test_example/test_example.py::test_pipe PASSED [ 23%] | |
test_example/test_example.py::test_popen PASSED [ 30%] | |
test_example/test_example.py::test_usrsocktest PASSED [ 38%] | |
test_os/test_os.py::test_ostest PASSED [ 46%] | |
test_os/test_os.py::test_mm SKIPPED (unsupported at rv-virt64) [ 53%] | |
test_os/test_os.py::test_cxxtest SKIPPED (unsupported at rv-virt64) [ 61%] | |
test_os/test_os.py::test_scanftest SKIPPED (unsupported at rv-virt64) [ 69%] | |
test_os/test_os.py::test_getprime SKIPPED (unsupported at rv-virt64) [ 76%] | |
test_os/test_os.py::test_stdio SKIPPED (unsupported at rv-virt64) [ 84%] | |
test_os/test_os.py::test_fs_test SKIPPED (unsupported at rv-virt64) [ 92%] | |
test_os/test_os.py::test_psram_test SKIPPED (unsupported at rv-virt64) [100%] | |
- generated json report: /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/logs/rv-virt64/qemu/pytest.json - | |
======================= 6 passed, 7 skipped, 1055 deselected in 168.85s (0:02:48) ======================== | |
+ ret=0 | |
+ find /root/nuttx/tools/ci/testrun -name __pycache__ | |
+ xargs rm -rf | |
+ xargs rm -rf | |
+ find /root/nuttx/tools/ci/testrun -name .pytest_cache | |
+ rm -rf /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/logs | |
+ rm -f /root/nuttx/fatfs.img | |
+ echo 0 | |
0 | |
+ exit 0 | |
Normalize rv-virt/citest64 | |
==================================================================================== | |
+ '[' -d /root/tools/ccache ']' | |
+ ccache -s | |
Summary: | |
Hits: 0 / 4771 (0.00 %) | |
Direct: 0 / 4771 (0.00 %) | |
Preprocessed: 0 / 4771 (0.00 %) | |
Misses: 4771 | |
Direct: 4771 | |
Preprocessed: 4771 | |
Uncacheable: 5443 | |
Primary storage: | |
Hits: 0 / 9540 (0.00 %) | |
Misses: 9540 | |
Cache size (GB): 0.07 / 5.00 (1.42 %) | |
Use the -v/--verbose option for more details. | |
+ res=0 | |
+ set -e | |
+ set +x | |
res=0 | |
+ [[ 0 == \0 ]] | |
+ set +x | |
**** Return OK | |
+ exit 0 | |
Bisecting: 116 revisions left to test after this (roughly 7 steps) | |
[1cfaff011ea5178ba3faffc10a33d9f52de80bfc] esp32s3-devkit/usbmsc: Initializing configuration for USBMSC | |
running '/home/luppy/nuttx-bisect/start-job-bisect.sh' | |
-------------------------------------------------------------------------------- | |
Testing Commit 1cfaff011ea5178ba3faffc10a33d9f52de80bfc | |
Running https://github.com/lupyuen/nuttx-bisect/blob/main/start-job-bisect.sh | |
Called by https://github.com/lupyuen/nuttx-bisect/blob/main/run.sh | |
Wed Dec 18 01:42:15 PM UTC 2024 | |
+ script_path=/home/luppy/nuttx-bisect/start-job-bisect.sh | |
+++ dirname -- /home/luppy/nuttx-bisect/start-job-bisect.sh | |
++ cd -P /home/luppy/nuttx-bisect | |
++ pwd | |
+ script_dir=/home/luppy/nuttx-bisect | |
++ git rev-parse HEAD | |
+ nuttx_hash=1cfaff011ea5178ba3faffc10a33d9f52de80bfc | |
+ git status | |
HEAD detached at 1cfaff011e | |
You are currently bisecting, started from branch 'master'. | |
(use "git bisect reset" to get back to the original branch) | |
nothing to commit, working tree clean | |
+ TZ=UTC0 | |
+ git --no-pager log -1 --date=format-local:%Y-%m-%dT%H:%M:%S '--format=%cd | %H | %s' | |
2024-11-27T16:30:44 | 1cfaff011ea5178ba3faffc10a33d9f52de80bfc | esp32s3-devkit/usbmsc: Initializing configuration for USBMSC | |
+ git bisect log | |
git bisect start | |
# status: waiting for both good and bad commits | |
# good: [6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c] get g_tcbinfo just use elf memory | |
git bisect good 6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c | |
# status: waiting for bad commit, 1 good commit known | |
# bad: [79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b] rp23xx: use small lock in arch/arm/src/rp23xx/rp23xx_usbdev.c | |
git bisect bad 79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b | |
# good: [94a2ce3641213cc702abc5c17b0f81a50c714a2e] tools/gdb: need to switch back to inferior 1 | |
git bisect good 94a2ce3641213cc702abc5c17b0f81a50c714a2e | |
+ job=risc-v-05 | |
+ apps_hash=1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ /home/luppy/nuttx-bisect/run-job-bisect.sh risc-v-05 1cfaff011ea5178ba3faffc10a33d9f52de80bfc 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
Now running https://github.com/lupyuen/nuttx-bisect/blob/main/run-job-bisect.sh risc-v-05 1cfaff011ea5178ba3faffc10a33d9f52de80bfc 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
Called by https://github.com/lupyuen/nuttx-bisect/blob/main/start-job-bisect.sh | |
Wed Dec 18 01:42:15 PM UTC 2024 | |
+ job=risc-v-05 | |
+ [[ risc-v-05 == '' ]] | |
+ nuttx_hash=1cfaff011ea5178ba3faffc10a33d9f52de80bfc | |
+ [[ 1cfaff011ea5178ba3faffc10a33d9f52de80bfc == '' ]] | |
+ apps_hash=1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ [[ 1c7a7f7529475b0d535e2088a9c4e1532c487156 == '' ]] | |
+ sudo docker pull ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest | |
latest: Pulling from apache/nuttx/apache-nuttx-ci-linux | |
Digest: sha256:15949c71a5b70cd12ff63ff326c1d002fd41b8eda504f174c00e96d49b5c4cd5 | |
Status: Image is up to date for ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest | |
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest | |
+ set +e | |
+ sudo docker run -it ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest /bin/bash -c ' | |
set -e ; | |
set -x ; | |
uname -a ; | |
cd ; | |
pwd ; | |
git clone https://github.com/apache/nuttx ; | |
git clone https://github.com/apache/nuttx-apps apps ; | |
echo Building nuttx @ 1cfaff011ea5178ba3faffc10a33d9f52de80bfc / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 ; | |
pushd nuttx ; git reset --hard 1cfaff011ea5178ba3faffc10a33d9f52de80bfc ; popd ; | |
pushd apps ; git reset --hard 1c7a7f7529475b0d535e2088a9c4e1532c487156 ; popd ; | |
pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd ; | |
pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd ; | |
sleep 10 ; | |
cd nuttx/tools/ci ; | |
( sleep 3600 ; echo Killing pytest after timeout... ; pkill -f pytest )& | |
( | |
(./cibuild.sh -c -A -N -R testlist/risc-v-05.dat) || (res=$? ; echo '\''***** JOB FAILED'\'' ; exit $res) | |
) | |
' | |
+ uname -a | |
Linux 329dc234a1d0 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux | |
+ cd | |
+ pwd | |
/root | |
+ git clone https://github.com/apache/nuttx | |
Cloning into 'nuttx'... | |
remote: Enumerating objects: 831376, done. | |
remote: Counting objects: 100% (880/880), done. | |
remote: Compressing objects: 100% (471/471), done. | |
remote: Total 831376 (delta 648), reused 425 (delta 409), pack-reused 830496 (from 4) | |
Receiving objects: 100% (831376/831376), 296.00 MiB | 17.67 MiB/s, done. | |
Resolving deltas: 100% (648270/648270), done. | |
Updating files: 100% (23741/23741), done. | |
+ git clone https://github.com/apache/nuttx-apps apps | |
Cloning into 'apps'... | |
remote: Enumerating objects: 88777, done. | |
remote: Counting objects: 100% (106/106), done. | |
remote: Compressing objects: 100% (52/52), done. | |
remote: Total 88777 (delta 70), reused 56 (delta 54), pack-reused 88671 (from 2) | |
Receiving objects: 100% (88777/88777), 23.01 MiB | 15.33 MiB/s, done. | |
Resolving deltas: 100% (71641/71641), done. | |
+ echo Building nuttx @ 1cfaff011ea5178ba3faffc10a33d9f52de80bfc / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
Building nuttx @ 1cfaff011ea5178ba3faffc10a33d9f52de80bfc / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ pushd nuttx | |
~/nuttx ~ | |
+ git reset --hard 1cfaff011ea5178ba3faffc10a33d9f52de80bfc | |
Updating files: 100% (8286/8286), done. | |
HEAD is now at 1cfaff011e esp32s3-devkit/usbmsc: Initializing configuration for USBMSC | |
+ popd | |
~ | |
+ pushd apps | |
~/apps ~ | |
+ git reset --hard 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
HEAD is now at 1c7a7f752 cmake(bugfix):add INCLUDE_DIRECTORIES for nimble | |
+ popd | |
~ | |
+ pushd nuttx | |
~/nuttx ~ | |
++ git rev-parse HEAD | |
+ echo NuttX Source: https://github.com/apache/nuttx/tree/1cfaff011ea5178ba3faffc10a33d9f52de80bfc | |
NuttX Source: https://github.com/apache/nuttx/tree/1cfaff011ea5178ba3faffc10a33d9f52de80bfc | |
+ popd | |
~ | |
+ pushd apps | |
~/apps ~ | |
++ git rev-parse HEAD | |
+ echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
NuttX Apps: https://github.com/apache/nuttx-apps/tree/1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ popd | |
~ | |
+ sleep 10 | |
+ cd nuttx/tools/ci | |
+ sleep 3600 | |
+ ./cibuild.sh -c -A -N -R testlist/risc-v-05.dat | |
+++ dirname ./cibuild.sh | |
++ cd . | |
++ pwd | |
+ CID=/root/nuttx/tools/ci | |
++ cd /root/nuttx/tools/ci/../../../ | |
++ pwd -P | |
+ CIWORKSPACE=/root | |
+ CIPLAT=/root/nuttx/tools/ci/platforms | |
+ nuttx=/root/nuttx | |
+ apps=/root/apps | |
++ uname -s | |
+ os=Linux | |
++ uname -m | |
+ osarch=x86_64 | |
+ '[' -f /etc/os-release ']' | |
++ grep '^ID=' /etc/os-release | |
++ cut -d= -f2 | |
++ tr -d '"' | |
+ osname=ubuntu | |
+ '[' -z -c ']' | |
+ '[' -n -c ']' | |
+ case "$1" in | |
+ enable_ccache | |
+ export CCACHE_DIR=/root/tools/ccache | |
+ CCACHE_DIR=/root/tools/ccache | |
+ shift | |
+ '[' -n -A ']' | |
+ case "$1" in | |
+ options+='-A ' | |
+ shift | |
+ '[' -n -N ']' | |
+ case "$1" in | |
+ options+='-N ' | |
+ shift | |
+ '[' -n -R ']' | |
+ case "$1" in | |
+ options+='-R ' | |
+ shift | |
+ '[' -n testlist/risc-v-05.dat ']' | |
+ case "$1" in | |
+ builds=("$@") | |
+ break | |
+ run_builds | |
+ local ncpus | |
+ '[' Xubuntu == XDarwin ']' | |
++ grep -c '^processor' /proc/cpuinfo | |
+ ncpus=24 | |
+ '[' Xubuntu == Xmsys2 ']' | |
+ options+='-j 24' | |
+ for build in "${builds[@]}" | |
+ /root/nuttx/tools/testbuild.sh -A -N -R -j 24 -e '-Wno-cpp -Werror' testlist/risc-v-05.dat | |
==================================================================================== | |
Configuration/Tool: rv-virt/citest | |
2024-12-18 13:43:14 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
100 143k 0 143k 0 0 170k 0 --:--:-- --:--:-- --:--:-- 170k | |
riscv-none-elf-ld: warning: /root/nuttx/nuttx has a LOAD segment with RWX permissions | |
Running NuttX... | |
+++ dirname /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/run | |
++ cd /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
++ pwd | |
+ WD=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
++ cd /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../../ | |
++ pwd -P | |
+ WORKSPACE=/root | |
+ nuttx=/root/nuttx | |
+ logs=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs | |
++ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
++ awk -F / '{print $(NF-2)}' | |
+ BOARD=rv-virt | |
+ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
+ echo /root | |
/root | |
++ basename /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
+ config=citest | |
+ '[' rv-virt == sim ']' | |
+ '[' st == 64 ']' | |
+ '[' rv-virt == rv-virt ']' | |
+ target=qemu | |
+ mark='qemu or rv_virt' | |
+ core=qemu | |
++ find /root/nuttx -type f -name nuttx | |
+ image=/root/nuttx/nuttx | |
+ path=/root/nuttx | |
+ cd /root/nuttx/tools/ci/testrun/script | |
+ python3 -m pytest -m 'qemu or rv_virt' ./ -B rv-virt -P /root/nuttx -L /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu -R qemu -C --json=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu/pytest.json | |
========================================== test session starts =========================================== | |
platform linux -- Python 3.10.12, pytest-6.2.5, py-1.11.0, pluggy-1.5.0 -- /usr/bin/python3 | |
cachedir: .pytest_cache | |
rootdir: /root/nuttx/tools/ci/testrun, configfile: pytest.ini | |
plugins: repeat-0.9.1, ordering-0.6, json-0.4.0 | |
collected 1068 items / 67 deselected / 1001 selected | |
test_framework/test_cmocka.py::test_cmocka 131072+0 records in | |
131072+0 records out | |
67108864 bytes (67 MB, 64 MiB) copied, 0.496265 s, 135 MB/s | |
sh: 1: mkfs.fat: not found | |
PASSED [ 0%] | |
test_example/test_example.py::test_hello PASSED [ 0%] | |
test_example/test_example.py::test_helloxx PASSED [ 0%] | |
test_example/test_example.py::test_pipe PASSED [ 0%] | |
test_example/test_example.py::test_popen PASSED [ 0%] | |
test_example/test_example.py::test_usrsocktest PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_2 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_5_1 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_9_1 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_destroy_3_1 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_2_2 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_18 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_41 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigismember_5_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_time_1_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_unlock_2_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_37_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_7_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_2_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_11_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getdetachstate_1_2 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_97 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_6_4 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_strlen_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getcpuclockid_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_2_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_tryrdlock_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_16 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getschedparam_1_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_1_2 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_1_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_104 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_27_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_22 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_15 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_strcpy_1_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_19 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_5_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_9_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_12_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_35 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_23 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_25_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_1_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_1_2 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_12 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_17_2 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_5_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_gettime_speculative_6_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setschedprio_1_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_destroy_3_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_69 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_21_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_61 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_3 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_4_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_102 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_27 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_7_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_2_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_7 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_3 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_1_2 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_3_2 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_2_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_93 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getparam_1_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_8_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_1_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_1_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_rdlock_4_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setscope_4_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_14_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_2_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_51 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_munlock_7_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setcancelstate_3_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_8 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_55 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_75 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_6_1 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_5 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_2_1 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_7_3 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_77 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_8_1 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_kill_1_2 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_25 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_clock_settime_speculative_4_4 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_1_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_11_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_18_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_21 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_29_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_2 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_12 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_15_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_8 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_4_1 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_7 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_3_1 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_7 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_3_3 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_23 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_3 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigignore_1_1 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_53 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_setpshared_2_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_wait_3_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_17 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_1_2 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_7_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_4_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_9 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_13 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_trylock_4_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_1_1 SKIPPED (unsupported) [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_15_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_21 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_79 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_8_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_3_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_4 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_errno_h_4_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_1_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_2_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_1_2 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_8_3 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_13 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_4_2 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_4_1 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_21 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_destroy_3_1 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_8_2 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_19 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_22 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_5_1 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_1_3 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_71 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_2_4 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_50 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_1_3 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_1 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_14_1 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_20 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_3 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_2_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_16 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_16 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_3_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_11_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_5_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_4 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpending_1_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigismember_3_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_11_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_destroy_2_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setpshared_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_19 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_10_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_8_2 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_99 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_asctime_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_19 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigfillset_1_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_6_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_9_2 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_2_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_1_2 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigtimedwait_2_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_init_2_1 FAILED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_9 FAILED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_14_1 FAILED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_kill_2_1 FAILED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_60 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_max_1_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_11 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_mq_getattr_speculative_7_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_setattr_1_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_kill_1_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_4_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_6_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_behavior_WIFEXITED_1_2 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_3_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_19_1 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_return_1_1 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_signal_h_19_1 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_rdlock_2_2 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_4_1 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_26 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_49 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_40 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_2_1 SKIPPED (unsupported) [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_4_3 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigfillset_2_1 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_24_1 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_2_2 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_5_1 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_13_1 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_notify_4_1 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_9 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_12_1 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_14 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_1_2 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_key_delete_2_1 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_2 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_10 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_4_1 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getparam_2_1 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_19 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_8_1 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_20_1 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_23 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_13 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_6 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_1_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_7_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_4_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_9_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cleanup_pop_1_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_self_1_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_3_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_12 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_getpshared_3_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_1 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_19_5 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_error_1_1 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_82 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_3 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_1_1 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_15 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_26 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_6_1 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_8_1 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_72 FAILED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_10_1 FAILED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_8_1 FAILED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_1_1 FAILED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_17 FAILED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_3_1 FAILED [ 24%]+ echo Killing pytest after timeout... | |
Killing pytest after timeout... | |
+ pkill -f pytest | |
Terminated | |
+ res=143 | |
+ set -e | |
+ set +x | |
res=143 | |
+ [[ 143 == \0 ]] | |
+ set +x | |
**** Return Error | |
+ exit 1 | |
Bisecting: 58 revisions left to test after this (roughly 6 steps) | |
[65a93e972cdc224bae1b47ee329727f51d18679b] tools/gdb: guide user for correct usage of nuttxgdb | |
running '/home/luppy/nuttx-bisect/start-job-bisect.sh' | |
-------------------------------------------------------------------------------- | |
Testing Commit 65a93e972cdc224bae1b47ee329727f51d18679b | |
Running https://github.com/lupyuen/nuttx-bisect/blob/main/start-job-bisect.sh | |
Called by https://github.com/lupyuen/nuttx-bisect/blob/main/run.sh | |
Wed Dec 18 02:43:15 PM UTC 2024 | |
+ script_path=/home/luppy/nuttx-bisect/start-job-bisect.sh | |
+++ dirname -- /home/luppy/nuttx-bisect/start-job-bisect.sh | |
++ cd -P /home/luppy/nuttx-bisect | |
++ pwd | |
+ script_dir=/home/luppy/nuttx-bisect | |
++ git rev-parse HEAD | |
+ nuttx_hash=65a93e972cdc224bae1b47ee329727f51d18679b | |
+ git status | |
HEAD detached at 65a93e972c | |
You are currently bisecting, started from branch 'master'. | |
(use "git bisect reset" to get back to the original branch) | |
nothing to commit, working tree clean | |
+ TZ=UTC0 | |
+ git --no-pager log -1 --date=format-local:%Y-%m-%dT%H:%M:%S '--format=%cd | %H | %s' | |
2024-11-25T05:37:19 | 65a93e972cdc224bae1b47ee329727f51d18679b | tools/gdb: guide user for correct usage of nuttxgdb | |
+ git bisect log | |
git bisect start | |
# status: waiting for both good and bad commits | |
# good: [6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c] get g_tcbinfo just use elf memory | |
git bisect good 6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c | |
# status: waiting for bad commit, 1 good commit known | |
# bad: [79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b] rp23xx: use small lock in arch/arm/src/rp23xx/rp23xx_usbdev.c | |
git bisect bad 79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b | |
# good: [94a2ce3641213cc702abc5c17b0f81a50c714a2e] tools/gdb: need to switch back to inferior 1 | |
git bisect good 94a2ce3641213cc702abc5c17b0f81a50c714a2e | |
# bad: [1cfaff011ea5178ba3faffc10a33d9f52de80bfc] esp32s3-devkit/usbmsc: Initializing configuration for USBMSC | |
git bisect bad 1cfaff011ea5178ba3faffc10a33d9f52de80bfc | |
+ job=risc-v-05 | |
+ apps_hash=1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ /home/luppy/nuttx-bisect/run-job-bisect.sh risc-v-05 65a93e972cdc224bae1b47ee329727f51d18679b 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
Now running https://github.com/lupyuen/nuttx-bisect/blob/main/run-job-bisect.sh risc-v-05 65a93e972cdc224bae1b47ee329727f51d18679b 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
Called by https://github.com/lupyuen/nuttx-bisect/blob/main/start-job-bisect.sh | |
Wed Dec 18 02:43:16 PM UTC 2024 | |
+ job=risc-v-05 | |
+ [[ risc-v-05 == '' ]] | |
+ nuttx_hash=65a93e972cdc224bae1b47ee329727f51d18679b | |
+ [[ 65a93e972cdc224bae1b47ee329727f51d18679b == '' ]] | |
+ apps_hash=1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ [[ 1c7a7f7529475b0d535e2088a9c4e1532c487156 == '' ]] | |
+ sudo docker pull ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest | |
latest: Pulling from apache/nuttx/apache-nuttx-ci-linux | |
Digest: sha256:15949c71a5b70cd12ff63ff326c1d002fd41b8eda504f174c00e96d49b5c4cd5 | |
Status: Image is up to date for ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest | |
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest | |
+ set +e | |
+ sudo docker run -it ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest /bin/bash -c ' | |
set -e ; | |
set -x ; | |
uname -a ; | |
cd ; | |
pwd ; | |
git clone https://github.com/apache/nuttx ; | |
git clone https://github.com/apache/nuttx-apps apps ; | |
echo Building nuttx @ 65a93e972cdc224bae1b47ee329727f51d18679b / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 ; | |
pushd nuttx ; git reset --hard 65a93e972cdc224bae1b47ee329727f51d18679b ; popd ; | |
pushd apps ; git reset --hard 1c7a7f7529475b0d535e2088a9c4e1532c487156 ; popd ; | |
pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd ; | |
pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd ; | |
sleep 10 ; | |
cd nuttx/tools/ci ; | |
( sleep 3600 ; echo Killing pytest after timeout... ; pkill -f pytest )& | |
( | |
(./cibuild.sh -c -A -N -R testlist/risc-v-05.dat) || (res=$? ; echo '\''***** JOB FAILED'\'' ; exit $res) | |
) | |
' | |
+ uname -a | |
Linux 35bf90548208 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux | |
+ cd | |
+ pwd | |
/root | |
+ git clone https://github.com/apache/nuttx | |
Cloning into 'nuttx'... | |
remote: Enumerating objects: 831376, done. | |
remote: Counting objects: 100% (875/875), done. | |
remote: Compressing objects: 100% (464/464), done. | |
remote: Total 831376 (delta 643), reused 427 (delta 411), pack-reused 830501 (from 4) | |
Receiving objects: 100% (831376/831376), 296.16 MiB | 16.07 MiB/s, done. | |
Resolving deltas: 100% (648298/648298), done. | |
Updating files: 100% (23741/23741), done. | |
+ git clone https://github.com/apache/nuttx-apps apps | |
Cloning into 'apps'... | |
remote: Enumerating objects: 88777, done. | |
remote: Counting objects: 100% (107/107), done. | |
remote: Compressing objects: 100% (53/53), done. | |
remote: Total 88777 (delta 70), reused 56 (delta 54), pack-reused 88670 (from 2) | |
Receiving objects: 100% (88777/88777), 23.02 MiB | 16.10 MiB/s, done. | |
Resolving deltas: 100% (71644/71644), done. | |
+ echo Building nuttx @ 65a93e972cdc224bae1b47ee329727f51d18679b / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
Building nuttx @ 65a93e972cdc224bae1b47ee329727f51d18679b / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ pushd nuttx | |
~/nuttx ~ | |
+ git reset --hard 65a93e972cdc224bae1b47ee329727f51d18679b | |
Updating files: 100% (8361/8361), done. | |
HEAD is now at 65a93e972c tools/gdb: guide user for correct usage of nuttxgdb | |
+ popd | |
~ | |
+ pushd apps | |
~/apps ~ | |
+ git reset --hard 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
HEAD is now at 1c7a7f752 cmake(bugfix):add INCLUDE_DIRECTORIES for nimble | |
+ popd | |
~ | |
+ pushd nuttx | |
~/nuttx ~ | |
++ git rev-parse HEAD | |
+ echo NuttX Source: https://github.com/apache/nuttx/tree/65a93e972cdc224bae1b47ee329727f51d18679b | |
NuttX Source: https://github.com/apache/nuttx/tree/65a93e972cdc224bae1b47ee329727f51d18679b | |
+ popd | |
~ | |
+ pushd apps | |
~/apps ~ | |
++ git rev-parse HEAD | |
+ echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
NuttX Apps: https://github.com/apache/nuttx-apps/tree/1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ popd | |
~ | |
+ sleep 10 | |
+ cd nuttx/tools/ci | |
+ sleep 3600 | |
+ ./cibuild.sh -c -A -N -R testlist/risc-v-05.dat | |
+++ dirname ./cibuild.sh | |
++ cd . | |
++ pwd | |
+ CID=/root/nuttx/tools/ci | |
++ cd /root/nuttx/tools/ci/../../../ | |
++ pwd -P | |
+ CIWORKSPACE=/root | |
+ CIPLAT=/root/nuttx/tools/ci/platforms | |
+ nuttx=/root/nuttx | |
+ apps=/root/apps | |
++ uname -s | |
+ os=Linux | |
++ uname -m | |
+ osarch=x86_64 | |
+ '[' -f /etc/os-release ']' | |
++ grep '^ID=' /etc/os-release | |
++ cut -d= -f2 | |
++ tr -d '"' | |
+ osname=ubuntu | |
+ '[' -z -c ']' | |
+ '[' -n -c ']' | |
+ case "$1" in | |
+ enable_ccache | |
+ export CCACHE_DIR=/root/tools/ccache | |
+ CCACHE_DIR=/root/tools/ccache | |
+ shift | |
+ '[' -n -A ']' | |
+ case "$1" in | |
+ options+='-A ' | |
+ shift | |
+ '[' -n -N ']' | |
+ case "$1" in | |
+ options+='-N ' | |
+ shift | |
+ '[' -n -R ']' | |
+ case "$1" in | |
+ options+='-R ' | |
+ shift | |
+ '[' -n testlist/risc-v-05.dat ']' | |
+ case "$1" in | |
+ builds=("$@") | |
+ break | |
+ run_builds | |
+ local ncpus | |
+ '[' Xubuntu == XDarwin ']' | |
++ grep -c '^processor' /proc/cpuinfo | |
+ ncpus=24 | |
+ '[' Xubuntu == Xmsys2 ']' | |
+ options+='-j 24' | |
+ for build in "${builds[@]}" | |
+ /root/nuttx/tools/testbuild.sh -A -N -R -j 24 -e '-Wno-cpp -Werror' testlist/risc-v-05.dat | |
==================================================================================== | |
Configuration/Tool: rv-virt/citest | |
2024-12-18 14:44:11 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
100 143k 0 143k 0 0 159k 0 --:--:-- --:--:-- --:--:-- 8013k | |
riscv-none-elf-ld: warning: /root/nuttx/nuttx has a LOAD segment with RWX permissions | |
Running NuttX... | |
+++ dirname /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/run | |
++ cd /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
++ pwd | |
+ WD=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
++ cd /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../../ | |
++ pwd -P | |
+ WORKSPACE=/root | |
+ nuttx=/root/nuttx | |
+ logs=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs | |
++ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
++ awk -F / '{print $(NF-2)}' | |
+ BOARD=rv-virt | |
+ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
+ echo /root | |
/root | |
++ basename /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
+ config=citest | |
+ '[' rv-virt == sim ']' | |
+ '[' st == 64 ']' | |
+ '[' rv-virt == rv-virt ']' | |
+ target=qemu | |
+ mark='qemu or rv_virt' | |
+ core=qemu | |
++ find /root/nuttx -type f -name nuttx | |
+ image=/root/nuttx/nuttx | |
+ path=/root/nuttx | |
+ cd /root/nuttx/tools/ci/testrun/script | |
+ python3 -m pytest -m 'qemu or rv_virt' ./ -B rv-virt -P /root/nuttx -L /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu -R qemu -C --json=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu/pytest.json | |
========================================== test session starts =========================================== | |
platform linux -- Python 3.10.12, pytest-6.2.5, py-1.11.0, pluggy-1.5.0 -- /usr/bin/python3 | |
cachedir: .pytest_cache | |
rootdir: /root/nuttx/tools/ci/testrun, configfile: pytest.ini | |
plugins: repeat-0.9.1, ordering-0.6, json-0.4.0 | |
collected 1068 items / 67 deselected / 1001 selected | |
test_framework/test_cmocka.py::test_cmocka 131072+0 records in | |
131072+0 records out | |
67108864 bytes (67 MB, 64 MiB) copied, 0.353058 s, 190 MB/s | |
sh: 1: mkfs.fat: not found | |
PASSED [ 0%] | |
test_example/test_example.py::test_hello PASSED [ 0%] | |
test_example/test_example.py::test_helloxx PASSED [ 0%] | |
test_example/test_example.py::test_pipe PASSED [ 0%] | |
test_example/test_example.py::test_popen PASSED [ 0%] | |
test_example/test_example.py::test_usrsocktest PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_2 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_5_1 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_9_1 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_destroy_3_1 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_2_2 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_18 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_41 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigismember_5_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_time_1_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_unlock_2_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_37_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_7_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_2_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_11_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getdetachstate_1_2 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_97 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_6_4 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_strlen_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getcpuclockid_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_2_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_tryrdlock_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_16 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getschedparam_1_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_1_2 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_1_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_104 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_27_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_22 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_15 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_strcpy_1_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_19 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_5_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_9_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_12_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_35 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_23 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_25_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_1_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_1_2 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_12 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_17_2 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_5_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_gettime_speculative_6_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setschedprio_1_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_destroy_3_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_69 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_21_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_61 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_3 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_4_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_102 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_27 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_7_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_2_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_7 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_3 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_1_2 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_3_2 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_2_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_93 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getparam_1_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_8_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_1_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_1_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_rdlock_4_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setscope_4_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_14_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_2_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_51 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_munlock_7_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setcancelstate_3_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_8 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_55 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_75 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_6_1 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_5 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_2_1 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_7_3 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_77 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_8_1 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_kill_1_2 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_25 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_clock_settime_speculative_4_4 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_1_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_11_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_18_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_21 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_29_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_2 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_12 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_15_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_8 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_4_1 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_7 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_3_1 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_7 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_3_3 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_23 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_3 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigignore_1_1 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_53 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_setpshared_2_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_wait_3_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_17 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_1_2 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_7_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_4_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_9 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_13 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_trylock_4_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_1_1 SKIPPED (unsupported) [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_15_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_21 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_79 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_8_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_3_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_4 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_errno_h_4_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_1_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_2_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_1_2 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_8_3 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_13 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_4_2 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_4_1 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_21 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_destroy_3_1 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_8_2 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_19 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_22 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_5_1 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_1_3 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_71 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_2_4 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_50 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_1_3 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_1 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_14_1 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_20 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_3 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_2_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_16 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_16 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_3_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_11_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_5_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_4 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpending_1_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigismember_3_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_11_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_destroy_2_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setpshared_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_19 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_10_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_8_2 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_99 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_asctime_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_19 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigfillset_1_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_6_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_9_2 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_2_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_1_2 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigtimedwait_2_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_init_2_1 FAILED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_9 FAILED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_14_1 FAILED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_kill_2_1 FAILED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_60 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_max_1_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_11 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_mq_getattr_speculative_7_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_setattr_1_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_kill_1_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_4_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_6_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_behavior_WIFEXITED_1_2 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_3_1 FAILED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_19_1 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_return_1_1 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_signal_h_19_1 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_rdlock_2_2 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_4_1 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_26 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_49 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_40 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_2_1 SKIPPED (unsupported) [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_4_3 FAILED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigfillset_2_1 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_24_1 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_2_2 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_5_1 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_13_1 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_notify_4_1 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_9 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_12_1 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_14 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_1_2 FAILED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_key_delete_2_1 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_2 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_10 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_4_1 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getparam_2_1 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_19 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_8_1 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_20_1 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_23 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_13 FAILED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_6 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_1_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_7_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_4_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_9_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cleanup_pop_1_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_self_1_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_3_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_12 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_getpshared_3_1 FAILED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_1 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_19_5 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_error_1_1 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_82 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_3 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_1_1 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_15 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_26 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_6_1 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_8_1 FAILED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_72 FAILED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_10_1 FAILED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_8_1 FAILED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_1_1 FAILED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_17 FAILED [ 24%]+ echo Killing pytest after timeout... | |
Killing pytest after timeout... | |
+ pkill -f pytest | |
Terminated | |
+ res=143 | |
+ set -e | |
+ set +x | |
res=143 | |
+ [[ 143 == \0 ]] | |
+ set +x | |
**** Return Error | |
+ exit 1 | |
Bisecting: 28 revisions left to test after this (roughly 5 steps) | |
[1e265af8ebc90ed3353614300640abeda08a80b6] tools/gdb: add utils.get_tid(tcb) | |
running '/home/luppy/nuttx-bisect/start-job-bisect.sh' | |
-------------------------------------------------------------------------------- | |
Testing Commit 1e265af8ebc90ed3353614300640abeda08a80b6 | |
Running https://github.com/lupyuen/nuttx-bisect/blob/main/start-job-bisect.sh | |
Called by https://github.com/lupyuen/nuttx-bisect/blob/main/run.sh | |
Wed Dec 18 03:44:15 PM UTC 2024 | |
+ script_path=/home/luppy/nuttx-bisect/start-job-bisect.sh | |
+++ dirname -- /home/luppy/nuttx-bisect/start-job-bisect.sh | |
++ cd -P /home/luppy/nuttx-bisect | |
++ pwd | |
+ script_dir=/home/luppy/nuttx-bisect | |
++ git rev-parse HEAD | |
+ nuttx_hash=1e265af8ebc90ed3353614300640abeda08a80b6 | |
+ git status | |
HEAD detached at 1e265af8eb | |
You are currently bisecting, started from branch 'master'. | |
(use "git bisect reset" to get back to the original branch) | |
nothing to commit, working tree clean | |
+ TZ=UTC0 | |
+ git --no-pager log -1 --date=format-local:%Y-%m-%dT%H:%M:%S '--format=%cd | %H | %s' | |
2024-11-23T19:03:40 | 1e265af8ebc90ed3353614300640abeda08a80b6 | tools/gdb: add utils.get_tid(tcb) | |
+ git bisect log | |
git bisect start | |
# status: waiting for both good and bad commits | |
# good: [6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c] get g_tcbinfo just use elf memory | |
git bisect good 6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c | |
# status: waiting for bad commit, 1 good commit known | |
# bad: [79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b] rp23xx: use small lock in arch/arm/src/rp23xx/rp23xx_usbdev.c | |
git bisect bad 79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b | |
# good: [94a2ce3641213cc702abc5c17b0f81a50c714a2e] tools/gdb: need to switch back to inferior 1 | |
git bisect good 94a2ce3641213cc702abc5c17b0f81a50c714a2e | |
# bad: [1cfaff011ea5178ba3faffc10a33d9f52de80bfc] esp32s3-devkit/usbmsc: Initializing configuration for USBMSC | |
git bisect bad 1cfaff011ea5178ba3faffc10a33d9f52de80bfc | |
# bad: [65a93e972cdc224bae1b47ee329727f51d18679b] tools/gdb: guide user for correct usage of nuttxgdb | |
git bisect bad 65a93e972cdc224bae1b47ee329727f51d18679b | |
+ job=risc-v-05 | |
+ apps_hash=1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ /home/luppy/nuttx-bisect/run-job-bisect.sh risc-v-05 1e265af8ebc90ed3353614300640abeda08a80b6 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
Now running https://github.com/lupyuen/nuttx-bisect/blob/main/run-job-bisect.sh risc-v-05 1e265af8ebc90ed3353614300640abeda08a80b6 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
Called by https://github.com/lupyuen/nuttx-bisect/blob/main/start-job-bisect.sh | |
Wed Dec 18 03:44:15 PM UTC 2024 | |
+ job=risc-v-05 | |
+ [[ risc-v-05 == '' ]] | |
+ nuttx_hash=1e265af8ebc90ed3353614300640abeda08a80b6 | |
+ [[ 1e265af8ebc90ed3353614300640abeda08a80b6 == '' ]] | |
+ apps_hash=1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ [[ 1c7a7f7529475b0d535e2088a9c4e1532c487156 == '' ]] | |
+ sudo docker pull ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest | |
latest: Pulling from apache/nuttx/apache-nuttx-ci-linux | |
Digest: sha256:15949c71a5b70cd12ff63ff326c1d002fd41b8eda504f174c00e96d49b5c4cd5 | |
Status: Image is up to date for ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest | |
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest | |
+ set +e | |
+ sudo docker run -it ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest /bin/bash -c ' | |
set -e ; | |
set -x ; | |
uname -a ; | |
cd ; | |
pwd ; | |
git clone https://github.com/apache/nuttx ; | |
git clone https://github.com/apache/nuttx-apps apps ; | |
echo Building nuttx @ 1e265af8ebc90ed3353614300640abeda08a80b6 / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 ; | |
pushd nuttx ; git reset --hard 1e265af8ebc90ed3353614300640abeda08a80b6 ; popd ; | |
pushd apps ; git reset --hard 1c7a7f7529475b0d535e2088a9c4e1532c487156 ; popd ; | |
pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd ; | |
pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd ; | |
sleep 10 ; | |
cd nuttx/tools/ci ; | |
( sleep 3600 ; echo Killing pytest after timeout... ; pkill -f pytest )& | |
( | |
(./cibuild.sh -c -A -N -R testlist/risc-v-05.dat) || (res=$? ; echo '\''***** JOB FAILED'\'' ; exit $res) | |
) | |
' | |
+ uname -a | |
Linux a1d81179b0db 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux | |
+ cd | |
+ pwd | |
/root | |
+ git clone https://github.com/apache/nuttx | |
Cloning into 'nuttx'... | |
remote: Enumerating objects: 831470, done. | |
remote: Counting objects: 100% (919/919), done. | |
remote: Compressing objects: 100% (490/490), done. | |
remote: Total 831470 (delta 675), reused 448 (delta 429), pack-reused 830551 (from 4) | |
Receiving objects: 100% (831470/831470), 296.26 MiB | 17.18 MiB/s, done. | |
Resolving deltas: 100% (648335/648335), done. | |
Updating files: 100% (23741/23741), done. | |
+ git clone https://github.com/apache/nuttx-apps apps | |
Cloning into 'apps'... | |
remote: Enumerating objects: 88790, done. | |
remote: Counting objects: 100% (114/114), done. | |
remote: Compressing objects: 100% (60/60), done. | |
remote: Total 88790 (delta 74), reused 59 (delta 54), pack-reused 88676 (from 2) | |
Receiving objects: 100% (88790/88790), 23.03 MiB | 8.31 MiB/s, done. | |
Resolving deltas: 100% (71645/71645), done. | |
+ echo Building nuttx @ 1e265af8ebc90ed3353614300640abeda08a80b6 / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
Building nuttx @ 1e265af8ebc90ed3353614300640abeda08a80b6 / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ pushd nuttx | |
~/nuttx ~ | |
+ git reset --hard 1e265af8ebc90ed3353614300640abeda08a80b6 | |
Updating files: 100% (8393/8393), done. | |
HEAD is now at 1e265af8eb tools/gdb: add utils.get_tid(tcb) | |
+ popd | |
~ | |
+ pushd apps | |
~/apps ~ | |
+ git reset --hard 1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
HEAD is now at 1c7a7f752 cmake(bugfix):add INCLUDE_DIRECTORIES for nimble | |
+ popd | |
~ | |
+ pushd nuttx | |
~/nuttx ~ | |
++ git rev-parse HEAD | |
+ echo NuttX Source: https://github.com/apache/nuttx/tree/1e265af8ebc90ed3353614300640abeda08a80b6 | |
NuttX Source: https://github.com/apache/nuttx/tree/1e265af8ebc90ed3353614300640abeda08a80b6 | |
+ popd | |
~ | |
+ pushd apps | |
~/apps ~ | |
++ git rev-parse HEAD | |
+ echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
NuttX Apps: https://github.com/apache/nuttx-apps/tree/1c7a7f7529475b0d535e2088a9c4e1532c487156 | |
+ popd | |
~ | |
+ sleep 10 | |
+ cd nuttx/tools/ci | |
+ sleep 3600 | |
+ ./cibuild.sh -c -A -N -R testlist/risc-v-05.dat | |
+++ dirname ./cibuild.sh | |
++ cd . | |
++ pwd | |
+ CID=/root/nuttx/tools/ci | |
++ cd /root/nuttx/tools/ci/../../../ | |
++ pwd -P | |
+ CIWORKSPACE=/root | |
+ CIPLAT=/root/nuttx/tools/ci/platforms | |
+ nuttx=/root/nuttx | |
+ apps=/root/apps | |
++ uname -s | |
+ os=Linux | |
++ uname -m | |
+ osarch=x86_64 | |
+ '[' -f /etc/os-release ']' | |
++ grep '^ID=' /etc/os-release | |
++ cut -d= -f2 | |
++ tr -d '"' | |
+ osname=ubuntu | |
+ '[' -z -c ']' | |
+ '[' -n -c ']' | |
+ case "$1" in | |
+ enable_ccache | |
+ export CCACHE_DIR=/root/tools/ccache | |
+ CCACHE_DIR=/root/tools/ccache | |
+ shift | |
+ '[' -n -A ']' | |
+ case "$1" in | |
+ options+='-A ' | |
+ shift | |
+ '[' -n -N ']' | |
+ case "$1" in | |
+ options+='-N ' | |
+ shift | |
+ '[' -n -R ']' | |
+ case "$1" in | |
+ options+='-R ' | |
+ shift | |
+ '[' -n testlist/risc-v-05.dat ']' | |
+ case "$1" in | |
+ builds=("$@") | |
+ break | |
+ run_builds | |
+ local ncpus | |
+ '[' Xubuntu == XDarwin ']' | |
++ grep -c '^processor' /proc/cpuinfo | |
+ ncpus=24 | |
+ '[' Xubuntu == Xmsys2 ']' | |
+ options+='-j 24' | |
+ for build in "${builds[@]}" | |
+ /root/nuttx/tools/testbuild.sh -A -N -R -j 24 -e '-Wno-cpp -Werror' testlist/risc-v-05.dat | |
==================================================================================== | |
Configuration/Tool: rv-virt/citest | |
2024-12-18 15:45:07 | |
------------------------------------------------------------------------------------ | |
Cleaning... | |
Configuring... | |
Building NuttX... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
100 143k 100 143k 0 0 112k 0 0:00:01 0:00:01 --:--:-- 291k | |
riscv-none-elf-ld: warning: /root/nuttx/nuttx has a LOAD segment with RWX permissions | |
Running NuttX... | |
+++ dirname /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/run | |
++ cd /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
++ pwd | |
+ WD=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
++ cd /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../../ | |
++ pwd -P | |
+ WORKSPACE=/root | |
+ nuttx=/root/nuttx | |
+ logs=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs | |
++ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
++ awk -F / '{print $(NF-2)}' | |
+ BOARD=rv-virt | |
+ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
+ echo /root | |
/root | |
++ basename /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest | |
+ config=citest | |
+ '[' rv-virt == sim ']' | |
+ '[' st == 64 ']' | |
+ '[' rv-virt == rv-virt ']' | |
+ target=qemu | |
+ mark='qemu or rv_virt' | |
+ core=qemu | |
++ find /root/nuttx -type f -name nuttx | |
+ image=/root/nuttx/nuttx | |
+ path=/root/nuttx | |
+ cd /root/nuttx/tools/ci/testrun/script | |
+ python3 -m pytest -m 'qemu or rv_virt' ./ -B rv-virt -P /root/nuttx -L /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu -R qemu -C --json=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu/pytest.json | |
========================================== test session starts =========================================== | |
platform linux -- Python 3.10.12, pytest-6.2.5, py-1.11.0, pluggy-1.5.0 -- /usr/bin/python3 | |
cachedir: .pytest_cache | |
rootdir: /root/nuttx/tools/ci/testrun, configfile: pytest.ini | |
plugins: repeat-0.9.1, ordering-0.6, json-0.4.0 | |
collected 1068 items / 67 deselected / 1001 selected | |
test_framework/test_cmocka.py::test_cmocka 131072+0 records in | |
131072+0 records out | |
67108864 bytes (67 MB, 64 MiB) copied, 0.499168 s, 134 MB/s | |
sh: 1: mkfs.fat: not found | |
PASSED [ 0%] | |
test_example/test_example.py::test_hello PASSED [ 0%] | |
test_example/test_example.py::test_helloxx PASSED [ 0%] | |
test_example/test_example.py::test_pipe PASSED [ 0%] | |
test_example/test_example.py::test_popen PASSED [ 0%] | |
test_example/test_example.py::test_usrsocktest PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_2 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_5_1 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_9_1 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_destroy_3_1 PASSED [ 0%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_2_2 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_18 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_41 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigismember_5_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_time_1_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_unlock_2_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_37_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_7_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_2_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_11_1 PASSED [ 1%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getdetachstate_1_2 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_97 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_6_4 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_strlen_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getcpuclockid_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_2_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_tryrdlock_1_1 PASSED [ 2%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_16 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getschedparam_1_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_1_2 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_1_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_104 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_27_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_22 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_15 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_strcpy_1_1 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_19 PASSED [ 3%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_5_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_9_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_12_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_35 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_23 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_25_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_1_1 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_1_2 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_12 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_17_2 PASSED [ 4%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_5_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_gettime_speculative_6_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setschedprio_1_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_destroy_3_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_69 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_21_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_61 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_3 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_4_1 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_102 PASSED [ 5%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_27 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_7_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_2_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_7 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_3 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_1_2 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_3_2 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_2_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_93 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getparam_1_1 PASSED [ 6%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_8_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_1_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_1_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_rdlock_4_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setscope_4_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_14_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_2_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_51 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_munlock_7_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setcancelstate_3_1 PASSED [ 7%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_8 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_55 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_75 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_6_1 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_5 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_2_1 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_7_3 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_77 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_8_1 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_kill_1_2 PASSED [ 8%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_25 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_clock_settime_speculative_4_4 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_1_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_11_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_18_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_21 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_29_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_2 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_12 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_15_1 PASSED [ 9%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_8 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_4_1 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_7 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_3_1 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_7 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_3_3 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_23 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_3 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigignore_1_1 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_53 PASSED [ 10%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_setpshared_2_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_wait_3_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_17 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_1_2 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_7_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_4_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_9 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_13 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_trylock_4_1 PASSED [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_1_1 SKIPPED (unsupported) [ 11%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_15_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_21 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_79 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_8_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_3_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_4 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_errno_h_4_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_1_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_2_1 PASSED [ 12%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_1_2 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_8_3 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_13 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_4_2 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_4_1 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_21 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_destroy_3_1 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_8_2 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_19 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_22 PASSED [ 13%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_5_1 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_1_3 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_71 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_2_4 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_50 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_1_3 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_1 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_14_1 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_20 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_3 PASSED [ 14%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_2_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_16 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_16 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_3_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_11_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_5_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_4 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpending_1_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigismember_3_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_11_1 PASSED [ 15%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_destroy_2_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setpshared_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_19 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_10_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_8_2 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_99 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_asctime_1_1 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_19 PASSED [ 16%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigfillset_1_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_6_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_9_2 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_2_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_1_2 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigtimedwait_2_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_init_2_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_9 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_14_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_kill_2_1 PASSED [ 17%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_60 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_max_1_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_11 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_mq_getattr_speculative_7_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_setattr_1_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_kill_1_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_4_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_6_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_behavior_WIFEXITED_1_2 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_3_1 PASSED [ 18%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_19_1 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_return_1_1 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_definitions_signal_h_19_1 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_rdlock_2_2 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_4_1 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_26 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_49 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_40 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_2_1 SKIPPED (unsupported) [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_4_3 PASSED [ 19%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigfillset_2_1 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_24_1 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_2_2 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_5_1 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_13_1 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_notify_4_1 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_9 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_12_1 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_14 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_1_2 PASSED [ 20%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_key_delete_2_1 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_2 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_10 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_4_1 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getparam_2_1 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_19 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_8_1 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_20_1 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_23 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_13 PASSED [ 21%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_6 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_1_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_7_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_4_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_9_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cleanup_pop_1_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_self_1_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_3_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_12 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_getpshared_3_1 PASSED [ 22%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_1 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_19_5 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_error_1_1 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_82 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_3 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_1_1 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_15 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_26 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_6_1 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_8_1 PASSED [ 23%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_72 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_10_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_8_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_1_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_17 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_3_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_ctime_1_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_2_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_18 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_1_1 PASSED [ 24%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_9_1 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_6_1 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_6 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_32_1 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_16 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_24 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_11 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_8_1 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_39_1 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_24 PASSED [ 25%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_7_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_22_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_8_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_47 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_23 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_11 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_notify_3_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_yield_2_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_8_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_init_1_1 PASSED [ 26%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_init_1_1 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_10 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_15_1 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_4_1 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_80 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_2_1 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_2_1 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_1 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_4_1 SKIPPED (unsupported) [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_19 PASSED [ 27%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_1_1 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setprotocol_3_1 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpending_1_2 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_38_1 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_init_1_1 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigemptyset_1_1 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_4_2 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_11_2 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_48 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_21 PASSED [ 28%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_gmtime_1_1 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_destroy_2_1 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_20 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_4 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_9_1 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigtimedwait_6_1 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_59 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_11 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_8_1 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_4_1 PASSED [ 29%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_6_6 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_setpshared_1_1 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_1_1 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_max_1_4 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_1_1 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_25 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_2_2 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_3 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_kill_1_1 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sighold_1_1 PASSED [ 30%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_14_1 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_6_1 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_6_1 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_2_2 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_5_1 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_25 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_notify_8_1 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_5 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_26 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_13_1 PASSED [ 31%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_1_1 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_init_1_1 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_2 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigignore_5_1 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sighold_2_1 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_22 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_26 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_1_1 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_29 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_getpshared_1_2 PASSED [ 32%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_26 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_5 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_1_1 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_28_1 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_15 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_3 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_7_1 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_2_1 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_1_1 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_trylock_3_1 PASSED [ 33%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_9_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_1_4 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_return_2_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_14 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_21_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_12 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_6_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_20_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_2_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_4_1 PASSED [ 34%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_4_1 PASSED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigrelse_1_1 FAILED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_9_1 FAILED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_20 FAILED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_81 FAILED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_8_1 FAILED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_5_1 FAILED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_close_3_2 FAILED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_gmtime_2_1 FAILED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_timer_getoverrun_speculative_6_2 FAILED [ 35%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_20 FAILED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_15_1 FAILED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_5 FAILED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_5_1 FAILED [ 36 | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_4_2 FAILED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getcpuclockid_6_1 FAILED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_26 FAILED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_3_1 FAILED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_56 FAILED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_init_6_1 FAILED [ 36%] | |
test_open_posix/test_openposix_.py::test_ltp_functional_semaphores_sem_conpro FAILED [ 37%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_88 FAILED [ 37%] | |
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_6_1 FAILED [ 37%] | |
test_open_posix/test_openposix_.py::test_ltp_ |