Skip to content

tests: posix: common: portability.posix.common fails - posix_apis.test_clock_gettime_rollover #53605

@nordic-piks

Description

@nordic-piks

Describe the bug
The tests/posix/common/portability.posix.common... fails.

Tests:

  • tests/posix/common/portability.posix.common.tls.newlib
  • tests/posix/common/portability.posix.common.picolibc
  • tests/posix/common/portability.posix.common.tls
  • tests/posix/common/portability.posix.common.newlib
  • tests/posix/common/portability.posix.common

Observed for

  • nrf52840dk_nrf52840
  • nrf52dk_nrf52832
  • nrf9160dk_nrf9160
  • nrf9160dk_nrf9160_ns
  • nrf5340dk_nrf5340_cpuapp
  • nrf5340dk_nrf5340_cpuapp_ns
  • nrf5340dk_nrf5340_cpunet

To Reproduce
Steps to reproduce the behavior:

  1. have nrf52840dk_nrf52840 connected
  2. go to your zephyr dir
  3. call ./scripts/twister -T tests/posix/common -p nrf52840dk_nrf52840 --device-testing --device-serial /dev/ttyACM0 -v --inline-logs
  4. See console output with error

Expected behavior
Valid console output

Impact
Not clear

Logs and console output

[2023-01-05T23:39:30.794Z] �[0mERROR   - *** Booting Zephyr OS build zephyr-v3.2.0-3121-g8e4137f14901 ***�[0m
[2023-01-05T23:39:30.794Z] �[0mRunning TESTSUITE posix_apis�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_clock_gettime_rollover�[0m
[2023-01-05T23:39:30.794Z] �[0mCONFIG_SYS_CLOCK_TICKS_PER_SEC: 32768�[0m
[2023-01-05T23:39:30.794Z] �[0mrollover_s: 562949953421311�[0m
[2023-01-05T23:39:30.794Z] �[0mt-1: {562949953421311, 999969482}�[0m
[2023-01-05T23:39:30.794Z] �[0mt+0: {0, 0}�[0m
[2023-01-05T23:39:30.794Z] �[0mAssertion failed at ../../../../../../../../../zephyr/zephyr/tests/posix/common/src/clock.c:177: posix_apis_test_clock_gettime_rollover: rollover_s not equal to ts[1].tv_sec�[0m
[2023-01-05T23:39:30.794Z] �[0mFAIL - test_clock_gettime_rollover in 0.027 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_0_1�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_0_1 in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_0_1000000000�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_0_1000000000 in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_0_1001�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_0_1001 in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_0_500000000�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_0_500000000 in 0.501 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_0_n1�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_0_n1 in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_1_0�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_1_0 in 1.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_1_1�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_1_1 in 1.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_1_1001�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_1_1001 in 1.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_NULL_NULL�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_NULL_NULL in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_NULL_notNULL�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_NULL_notNULL in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_n1_0�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_n1_0 in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_n1_n1�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_n1_n1 in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_notNULL_NULL�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_notNULL_NULL in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_notNULL_notNULL�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_notNULL_notNULL in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_nanosleep_req_is_rem�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_nanosleep_req_is_rem in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_clock�[0m
[2023-01-05T23:39:30.794Z] �[0mPOSIX clock APIs�[0m
[2023-01-05T23:39:30.794Z] �[0mPOSIX clock APIs test done�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_clock in 1.005 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_cond_resource_exhausted�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_cond_resource_exhausted in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_cond_resource_leak�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_cond_resource_leak in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_mqueue�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_mqueue in 0.011 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_multiple_threads_single_key�[0m
[2023-01-05T23:39:30.794Z] �[0mDifferent threads set different values to same key:�[0m
[2023-01-05T23:39:30.794Z] �[0mthread 0: set value = 536902336 and retrieved value = 536902336�[0m
[2023-01-05T23:39:30.794Z] �[0mthread 1: set value = 536902560 and retrieved value = 536902560�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_multiple_threads_single_key in 0.017 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_mutex_resource_exhausted�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_mutex_resource_exhausted in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_mutex_resource_leak�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_mutex_resource_leak in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_normal_mutex�[0m
[2023-01-05T23:39:30.794Z] �[0mmutex lock is taken�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_normal_mutex in 0.103 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_pthread_create_negative�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_pthread_create_negative in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_pthread_error_condition�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_pthread_error_condition in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_pthread_execution�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 0 starting with scheduling policy 0 & priority 15�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 1 starting with scheduling policy 0 & priority 15�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 2 starting with scheduling policy 0 & priority 15�[0m
[2023-01-05T23:39:30.794Z] �[0mBounce test OK�[0m
[2023-01-05T23:39:30.794Z] �[0mBarrier test OK�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_pthread_execution in 2.260 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_pthread_termination�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 0 starting with a priority of 4�[0m
[2023-01-05T23:39:30.794Z] �[0mCancelling thread 0�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 1 starting with a priority of 3�[0m
[2023-01-05T23:39:30.794Z] �[0mCancelling thread 1�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 1 could not be cancelled�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 2 starting with a priority of 2�[0m
[2023-01-05T23:39:30.794Z] �[0mCancelling thread 2�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 3 starting with a priority of 1�[0m
[2023-01-05T23:39:30.794Z] �[0mCancelling thread 3�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 3 could not be cancelled�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_pthread_termination in 1.014 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_realtime�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_realtime in 1.803 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_recursive_mutex�[0m
[2023-01-05T23:39:30.794Z] �[0mrecursive mutex lock is taken�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_recursive_mutex in 0.003 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_rw_lock�[0m
[2023-01-05T23:39:30.794Z] �[0mmain acquire WR lock and 3 threads acquire RD lock�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 2 schParent thread releasing WR lock�[0m
[2023-01-05T23:39:30.794Z] �[0meduling poliParent thread acquiring WR lock again�[0m
[2023-01-05T23:39:30.794Z] �[0mParent thread acquired WR lock again�[0m
[2023-01-05T23:39:30.794Z] �[0mcy = 1 & priParent thread releasing WR lock again�[0m
[2023-01-05T23:39:30.794Z] �[0m3 threads acquire WR lock�[0m
[2023-01-05T23:39:30.794Z] �[0mMain thread acquiring RD lock�[0m
[2023-01-05T23:39:30.794Z] �[0mMain thread acquired RD lock�[0m
[2023-01-05T23:39:30.794Z] �[0mority 3 starMain thread releasing RD lock�[0m
[2023-01-05T23:39:30.794Z] �[0mted�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 2 got RD lock�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 1 scThread 2 releasing RD lock�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 2 acquiring WR lock�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 2 acquired WR lock�[0m
[2023-01-05T23:39:30.794Z] �[0mheduling poThread 2 releasing WR lock�[0m
[2023-01-05T23:39:30.794Z] �[0mlicy = 1 & priority 2 started�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 1 got RD lock�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 0 schThread 1 releasing RD lock�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 1 acquiring WR lock�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 1 acquired WR lock�[0m
[2023-01-05T23:39:30.794Z] �[0meduling polThread 1 releasing WR lock�[0m
[2023-01-05T23:39:30.794Z] �[0micy = 1 & priority 1 started�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 0 got RD lock�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 0 releasing RD lock�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 0 acquiring WR lock�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 0 acquired WR lock�[0m
[2023-01-05T23:39:30.794Z] �[0mThread 0 releasing WR lock�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_rw_lock in 0.080 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_semaphore�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_semaphore in 5.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_single_thread_multiple_keys�[0m
[2023-01-05T23:39:30.794Z] �[0mSingle thread associates its value with different keys:�[0m
[2023-01-05T23:39:30.794Z] �[0mkey 0: set value = 536902760 and retrieved value = 536902760�[0m
[2023-01-05T23:39:30.794Z] �[0mkey 1: set value = 536902760 and retrieved value = 536902760�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_single_thread_multiple_keys in 0.017 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_thread_attr_stacksize�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_thread_attr_stacksize in 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_posix_timer�[0m
[2023-01-05T23:39:30.794Z] �[0mPOSIX timer test�[0m
[2023-01-05T23:39:30.794Z] �[0mTimer fires every 0 secs and  100000000 nsecs�[0m
[2023-01-05T23:39:30.794Z] �[0mTime remaining to fire 0 secs and  899000000 nsecs�[0m
[2023-01-05T23:39:30.794Z] �[0mHandler Signal value :20 for 1 times�[0m
[2023-01-05T23:39:30.794Z] �[0mHandler Signal value :20 for 2 times�[0m
[2023-01-05T23:39:30.794Z] �[0mHandler Signal value :20 for 3 times�[0m
[2023-01-05T23:39:30.794Z] �[0mHandler Signal value :20 for 4 times�[0m
[2023-01-05T23:39:30.794Z] �[0mHandler Signal value :20 for 5 times�[0m
[2023-01-05T23:39:30.794Z] �[0mHandler Signal value :20 for 6 times�[0m
[2023-01-05T23:39:30.794Z] �[0mHandler Signal value :20 for 7 times�[0m
[2023-01-05T23:39:30.794Z] �[0mHandler Signal value :20 for 8 times�[0m
[2023-01-05T23:39:30.794Z] �[0mHandler Signal value :20 for 9 times�[0m
[2023-01-05T23:39:30.794Z] �[0mHandler Signal value :20 for 10 times�[0m
[2023-01-05T23:39:30.794Z] �[0mHandler Signal value :20 for 11 times�[0m
[2023-01-05T23:39:30.794Z] �[0mHandler Signal value :20 for 12 times�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_posix_timer in 2.111 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_pthread_descriptor_leak�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_pthread_descriptor_leak in 0.007 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_sleep�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_sleep in 4.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mSTART - test_usleep�[0m
[2023-01-05T23:39:30.794Z] �[0mPASS - test_usleep in 1.501 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.794Z] �[0mTESTSUITE posix_apis failed.�[0m
[2023-01-05T23:39:30.794Z] �[0m------ TESTSUITE SUMMARY START ------�[0m
[2023-01-05T23:39:30.794Z] �[0mSUITE FAIL -  97.37% [posix_apis]: pass = 37, fail = 1, skip = 0, total = 38 duration = 22.483 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- FAIL - [posix_apis.test_clock_gettime_rollover] duration = 0.027 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_0_1] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_0_1000000000] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_0_1001] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_0_500000000] duration = 0.501 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_0_n1] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_1_0] duration = 1.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_1_1] duration = 1.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_1_1001] duration = 1.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_NULL_NULL] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_NULL_notNULL] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_n1_0] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_n1_n1] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_notNULL_NULL] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_notNULL_notNULL] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.794Z] �[0m- PASS - [posix_apis.test_nanosleep_req_is_rem] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_clock] duration = 1.005 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_cond_resource_exhausted] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_cond_resource_leak] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_mqueue] duration = 0.011 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_multiple_threads_single_key] duration = 0.017 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_mutex_resource_exhausted] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_mutex_resource_leak] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_normal_mutex] duration = 0.103 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_pthread_create_negative] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_pthread_error_condition] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_pthread_execution] duration = 2.260 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_pthread_termination] duration = 1.014 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_realtime] duration = 1.803 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_recursive_mutex] duration = 0.003 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_rw_lock] duration = 0.080 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_semaphore] duration = 5.001 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_single_thread_multiple_keys] duration = 0.017 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_thread_attr_stacksize] duration = 0.001 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_posix_timer] duration = 2.111 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_pthread_descriptor_leak] duration = 0.007 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_sleep] duration = 4.001 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m- PASS - [posix_apis.test_usleep] duration = 1.501 seconds�[0m
[2023-01-05T23:39:30.795Z] �[0m------ TESTSUITE SUMMARY END ------�[0m
[2023-01-05T23:39:30.795Z] �[0m===================================================================�[0m
[2023-01-05T23:39:30.795Z] �[0mRunID: d8c8edf3a90b247d687dbb491807cda0�[0m
[2023-01-05T23:39:30.795Z] �[0mPROJECT EXECUTION FAILED�[0m

Environment (please complete the following information):

  • OS: Ubuntu 20.04.1 LTS
  • Toolchain Zephyr SDK 0.15.1
  • Commit SHA or Version used: zephyr-v3.2.0-3121-g8e4137f14901

Metadata

Metadata

Labels

area: POSIXPOSIX API Libraryarea: TestsIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugplatform: NXPNXPplatform: nRFNordic nRFxpriority: mediumMedium impact/importance bug

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions