-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2022.01 - RC1 #239
Comments
@benpicco do you feel like testing the ESP stuff? Would help out ;) |
Not sure why the automatic issue posting is not working for me but here are locally ran test: 4. Task #05-08 (Experimental)PASSED
|
8. Task #11 - UDP exchange between iotlab-m3 and ZephyrTested against Zephyr v2.7.1. PASSEDRIOT node
Zephyr node
|
Task #6 - GNRC LoRaWAN (ABP) is expected to fail see RIOT-OS/RIOT#16962 |
@jia200x the Radio Hal tests on nrf52840dk tests seem to be failing, not sure why, could you take a look? They are marked as Xfail, but would be nice to have them green! |
I tried to book some nrf52840 nodes on Saclay and half of them couldn't be booked :/. Maybe it's related to that? |
Task #12 - ICMPv6 echo between Border Router with WiFi uplink to named Internet hostPASSED
Task #13 - ICMPv6 echo between ESP and named Internet host through Linux with 6LowPANPASSED
Well I had to modify the test a bit and used
|
./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py . iotlab-m3 --test-targets="tests-as-root" --test-available-target="test-as-root/available" --with-test-only PASSEDIOTLAB_NODE=m3-101.grenoble.iot-lab.info ./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py . iotlab-m3 --test-targets="tests-as-root" --test-available-target="test-as-root/available" --with-test-only -j4
INFO:iotlab-m3:Saving toolchain
INFO:iotlab-m3.bootloaders/riotboot:Board supported: True
INFO:iotlab-m3.bootloaders/riotboot:Board has enough memory: True
INFO:iotlab-m3.bootloaders/riotboot:Application has test: False
INFO:iotlab-m3.bootloaders/riotboot_dfu:Board supported: False
INFO:iotlab-m3.bootloaders/riotboot_serial:Board supported: True
INFO:iotlab-m3.bootloaders/riotboot_serial:Board has enough memory: True
INFO:iotlab-m3.bootloaders/riotboot_serial:Application has test: False
INFO:iotlab-m3.examples/arduino_hello-world:Board supported: False
INFO:iotlab-m3.examples/asymcute_mqttsn:Board supported: True
INFO:iotlab-m3.examples/asymcute_mqttsn:Board has enough memory: True
INFO:iotlab-m3.examples/asymcute_mqttsn:Application has test: False
INFO:iotlab-m3.examples/benchmark_udp:Board supported: True
INFO:iotlab-m3.examples/benchmark_udp:Board has enough memory: True
INFO:iotlab-m3.examples/benchmark_udp:Application has test: False
INFO:iotlab-m3.examples/bindist:Board supported: True
INFO:iotlab-m3.examples/bindist:Board has enough memory: True
INFO:iotlab-m3.examples/bindist:Application has test: False
INFO:iotlab-m3.examples/blinky:Board supported: True
INFO:iotlab-m3.examples/blinky:Board has enough memory: True
INFO:iotlab-m3.examples/blinky:Application has test: False
INFO:iotlab-m3.examples/ccn-lite-relay:Board supported: True
INFO:iotlab-m3.examples/ccn-lite-relay:Board has enough memory: True
INFO:iotlab-m3.examples/ccn-lite-relay:Application has test: False
INFO:iotlab-m3.examples/cord_ep:Board supported: True
INFO:iotlab-m3.examples/cord_ep:Board has enough memory: True
INFO:iotlab-m3.examples/cord_ep:Application has test: False
INFO:iotlab-m3.examples/cord_epsim:Board supported: True
INFO:iotlab-m3.examples/cord_epsim:Board has enough memory: True
INFO:iotlab-m3.examples/cord_epsim:Application has test: False
INFO:iotlab-m3.examples/cord_lc:Board supported: True
INFO:iotlab-m3.examples/cord_lc:Board has enough memory: True
INFO:iotlab-m3.examples/cord_lc:Application has test: False
INFO:iotlab-m3.examples/default:Board supported: True
INFO:iotlab-m3.examples/default:Board has enough memory: True
INFO:iotlab-m3.examples/default:Application has test: False
INFO:iotlab-m3.examples/dtls-echo:Board supported: True
^CTraceback (most recent call last):
File "/home/francisco/workspace/RIOT2/./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py", line 822, in <module>
main(PARSER.parse_args())
File "/home/francisco/workspace/RIOT2/./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py", line 783, in main
errors = [
File "/home/francisco/workspace/RIOT2/./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py", line 784, in <listcomp>
app.run_compilation_and_test(
File "/home/francisco/workspace/RIOT2/./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py", line 338, in run_compilation_and_test
self.compilation_and_test(**test_kwargs)
File "/home/francisco/workspace/RIOT2/./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py", line 391, in compilation_and_test
if not self.board_has_enough_memory():
File "/home/francisco/workspace/RIOT2/./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py", line 302, in board_has_enough_memory
boards = self.make(cmd, log_error=True).strip().split()
File "/home/francisco/workspace/RIOT2/./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py", line 453, in make
out = subprocess.check_output(cmd, env=full_env, stderr=subprocess.STDOUT)
File "/usr/lib/python3.9/subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.9/subprocess.py", line 507, in run
stdout, stderr = process.communicate(input, timeout=timeout)
File "/usr/lib/python3.9/subprocess.py", line 1121, in communicate
stdout = self.stdout.read()
KeyboardInterrupt
~/workspace/RIOT2 |tag:2022.04-devel {6} ✓|
→ BOARD=samr21-xpro IOTLAB_NODE=m3-101.grenoble.iot-lab.info ./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py . iotlab-m3 --test-targets="tests-as-root" --test-available-target="test-as-root/available" --with-test-only -j4
INFO:iotlab-m3:Saving toolchain
INFO:iotlab-m3.bootloaders/riotboot:Board supported: True
INFO:iotlab-m3.bootloaders/riotboot:Board has enough memory: True
INFO:iotlab-m3.bootloaders/riotboot:Application has test: False
INFO:iotlab-m3.bootloaders/riotboot_dfu:Board supported: False
INFO:iotlab-m3.bootloaders/riotboot_serial:Board supported: True
INFO:iotlab-m3.bootloaders/riotboot_serial:Board has enough memory: True
INFO:iotlab-m3.bootloaders/riotboot_serial:Application has test: False
INFO:iotlab-m3.examples/arduino_hello-world:Board supported: False
INFO:iotlab-m3.examples/asymcute_mqttsn:Board supported: True
INFO:iotlab-m3.examples/asymcute_mqttsn:Board has enough memory: True
INFO:iotlab-m3.examples/asymcute_mqttsn:Application has test: False
INFO:iotlab-m3.examples/benchmark_udp:Board supported: True
INFO:iotlab-m3.examples/benchmark_udp:Board has enough memory: True
INFO:iotlab-m3.examples/benchmark_udp:Application has test: False
INFO:iotlab-m3.examples/bindist:Board supported: True
INFO:iotlab-m3.examples/bindist:Board has enough memory: True
INFO:iotlab-m3.examples/bindist:Application has test: False
INFO:iotlab-m3.examples/blinky:Board supported: True
INFO:iotlab-m3.examples/blinky:Board has enough memory: True
INFO:iotlab-m3.examples/blinky:Application has test: False
INFO:iotlab-m3.examples/ccn-lite-relay:Board supported: True
INFO:iotlab-m3.examples/ccn-lite-relay:Board has enough memory: True
INFO:iotlab-m3.examples/ccn-lite-relay:Application has test: False
INFO:iotlab-m3.examples/cord_ep:Board supported: True
INFO:iotlab-m3.examples/cord_ep:Board has enough memory: True
INFO:iotlab-m3.examples/cord_ep:Application has test: False
INFO:iotlab-m3.examples/cord_epsim:Board supported: True
INFO:iotlab-m3.examples/cord_epsim:Board has enough memory: True
INFO:iotlab-m3.examples/cord_epsim:Application has test: False
INFO:iotlab-m3.examples/cord_lc:Board supported: True
INFO:iotlab-m3.examples/cord_lc:Board has enough memory: True
INFO:iotlab-m3.examples/cord_lc:Application has test: False
INFO:iotlab-m3.examples/default:Board supported: True
INFO:iotlab-m3.examples/default:Board has enough memory: True
INFO:iotlab-m3.examples/default:Application has test: False
INFO:iotlab-m3.examples/dtls-echo:Board supported: True
INFO:iotlab-m3.examples/dtls-echo:Board has enough memory: True
INFO:iotlab-m3.examples/dtls-echo:Application has test: False
INFO:iotlab-m3.examples/dtls-sock:Board supported: True
INFO:iotlab-m3.examples/dtls-sock:Board has enough memory: True
INFO:iotlab-m3.examples/dtls-sock:Application has test: False
INFO:iotlab-m3.examples/dtls-wolfssl:Board supported: True
INFO:iotlab-m3.examples/dtls-wolfssl:Board has enough memory: True
INFO:iotlab-m3.examples/dtls-wolfssl:Application has test: False
INFO:iotlab-m3.examples/emcute_mqttsn:Board supported: True
INFO:iotlab-m3.examples/emcute_mqttsn:Board has enough memory: True
INFO:iotlab-m3.examples/emcute_mqttsn:Application has test: False
INFO:iotlab-m3.examples/filesystem:Board supported: True
INFO:iotlab-m3.examples/filesystem:Board has enough memory: True
INFO:iotlab-m3.examples/filesystem:Application has test: False
INFO:iotlab-m3.examples/gcoap:Board supported: True
INFO:iotlab-m3.examples/gcoap:Board has enough memory: True
INFO:iotlab-m3.examples/gcoap:Application has test: False
INFO:iotlab-m3.examples/gcoap_dtls:Board supported: True
INFO:iotlab-m3.examples/gcoap_dtls:Board has enough memory: True
INFO:iotlab-m3.examples/gcoap_dtls:Application has test: False
INFO:iotlab-m3.examples/gnrc_border_router:Board supported: True
INFO:iotlab-m3.examples/gnrc_border_router:Board has enough memory: True
INFO:iotlab-m3.examples/gnrc_border_router:Application has test: False
INFO:iotlab-m3.examples/gnrc_lorawan:Board supported: True
INFO:iotlab-m3.examples/gnrc_lorawan:Board has enough memory: True
INFO:iotlab-m3.examples/gnrc_lorawan:Application has test: False
INFO:iotlab-m3.examples/gnrc_minimal:Board supported: True
INFO:iotlab-m3.examples/gnrc_minimal:Board has enough memory: True
INFO:iotlab-m3.examples/gnrc_minimal:Application has test: False
INFO:iotlab-m3.examples/gnrc_networking:Board supported: True
INFO:iotlab-m3.examples/gnrc_networking:Board has enough memory: True
INFO:iotlab-m3.examples/gnrc_networking:Application has test: False
INFO:iotlab-m3.examples/gnrc_networking_mac:Board supported: True
INFO:iotlab-m3.examples/gnrc_networking_mac:Board has enough memory: True
INFO:iotlab-m3.examples/gnrc_networking_mac:Application has test: False
INFO:iotlab-m3.examples/gnrc_networking_subnets:Board supported: True
INFO:iotlab-m3.examples/gnrc_networking_subnets:Board has enough memory: True
INFO:iotlab-m3.examples/gnrc_networking_subnets:Application has test: False
INFO:iotlab-m3.examples/hello-world:Board supported: True
INFO:iotlab-m3.examples/hello-world:Board has enough memory: True
INFO:iotlab-m3.examples/hello-world:Application has test: False
INFO:iotlab-m3.examples/ipc_pingpong:Board supported: True
INFO:iotlab-m3.examples/ipc_pingpong:Board has enough memory: True
INFO:iotlab-m3.examples/ipc_pingpong:Application has test: False
INFO:iotlab-m3.examples/javascript:Board supported: True
INFO:iotlab-m3.examples/javascript:Board has enough memory: True
INFO:iotlab-m3.examples/javascript:Application has test: False
INFO:iotlab-m3.examples/lorawan:Board supported: True
INFO:iotlab-m3.examples/lorawan:Board has enough memory: True
INFO:iotlab-m3.examples/lorawan:Application has test: False
INFO:iotlab-m3.examples/lua_REPL:Board supported: True
INFO:iotlab-m3.examples/lua_REPL:Board has enough memory: True
INFO:iotlab-m3.examples/lua_REPL:Application has test: False
INFO:iotlab-m3.examples/lua_basic:Board supported: True
INFO:iotlab-m3.examples/lua_basic:Board has enough memory: True
INFO:iotlab-m3.examples/lua_basic:Application has test: False
INFO:iotlab-m3.examples/micropython:Board supported: True
INFO:iotlab-m3.examples/micropython:Board has enough memory: True
INFO:iotlab-m3.examples/micropython:Application has test: False
INFO:iotlab-m3.examples/nanocoap_server:Board supported: True
INFO:iotlab-m3.examples/nanocoap_server:Board has enough memory: True
INFO:iotlab-m3.examples/nanocoap_server:Application has test: False
INFO:iotlab-m3.examples/ndn-ping:Board supported: True
INFO:iotlab-m3.examples/ndn-ping:Board has enough memory: True
INFO:iotlab-m3.examples/ndn-ping:Application has test: False
INFO:iotlab-m3.examples/nimble_gatt:Board supported: False
INFO:iotlab-m3.examples/nimble_heart_rate_sensor:Board supported: False
INFO:iotlab-m3.examples/nimble_scanner:Board supported: False
INFO:iotlab-m3.examples/openthread:Board supported: True
INFO:iotlab-m3.examples/openthread:Board has enough memory: True
INFO:iotlab-m3.examples/openthread:Application has test: False
INFO:iotlab-m3.examples/paho-mqtt:Board supported: True
INFO:iotlab-m3.examples/paho-mqtt:Board has enough memory: True
INFO:iotlab-m3.examples/paho-mqtt:Application has test: False
INFO:iotlab-m3.examples/posix_select:Board supported: True
INFO:iotlab-m3.examples/posix_select:Board has enough memory: True
INFO:iotlab-m3.examples/posix_select:Application has test: False
INFO:iotlab-m3.examples/posix_sockets:Board supported: True
INFO:iotlab-m3.examples/posix_sockets:Board has enough memory: True
INFO:iotlab-m3.examples/posix_sockets:Application has test: False
INFO:iotlab-m3.examples/riot_and_cpp:Board supported: True
INFO:iotlab-m3.examples/riot_and_cpp:Board has enough memory: True
INFO:iotlab-m3.examples/riot_and_cpp:Application has test: False
INFO:iotlab-m3.examples/rust-gcoap:Board supported: True
INFO:iotlab-m3.examples/rust-gcoap:Board has enough memory: True
INFO:iotlab-m3.examples/rust-gcoap:Application has test: False
INFO:iotlab-m3.examples/rust-hello-world:Board supported: True
INFO:iotlab-m3.examples/rust-hello-world:Board has enough memory: True
INFO:iotlab-m3.examples/rust-hello-world:Application has test: False
INFO:iotlab-m3.examples/saul:Board supported: True
INFO:iotlab-m3.examples/saul:Board has enough memory: True
INFO:iotlab-m3.examples/saul:Application has test: False
INFO:iotlab-m3.examples/skald_eddystone:Board supported: False
INFO:iotlab-m3.examples/skald_ibeacon:Board supported: False
INFO:iotlab-m3.examples/suit_update:Board supported: True
INFO:iotlab-m3.examples/suit_update:Board has enough memory: True
INFO:iotlab-m3.examples/suit_update:Application has test: False
INFO:iotlab-m3.examples/thread_duel:Board supported: True
INFO:iotlab-m3.examples/thread_duel:Board has enough memory: True
INFO:iotlab-m3.examples/thread_duel:Application has test: False
INFO:iotlab-m3.examples/timer_periodic_wakeup:Board supported: True
INFO:iotlab-m3.examples/timer_periodic_wakeup:Board has enough memory: True
INFO:iotlab-m3.examples/timer_periodic_wakeup:Application has test: False
INFO:iotlab-m3.examples/twr_aloha:Board supported: True
INFO:iotlab-m3.examples/twr_aloha:Board has enough memory: True
INFO:iotlab-m3.examples/twr_aloha:Application has test: False
INFO:iotlab-m3.examples/usbus_minimal:Board supported: False
INFO:iotlab-m3.examples/wakaama:Board supported: True
INFO:iotlab-m3.examples/wakaama:Board has enough memory: True
INFO:iotlab-m3.examples/wakaama:Application has test: False
INFO:iotlab-m3.fuzzing/gcoap:Board supported: False
INFO:iotlab-m3.fuzzing/gnrc_tcp:Board supported: False
INFO:iotlab-m3.tests/backtrace:Board supported: False
INFO:iotlab-m3.tests/bench_msg_pingpong:Board supported: True
INFO:iotlab-m3.tests/bench_msg_pingpong:Board has enough memory: True
INFO:iotlab-m3.tests/bench_msg_pingpong:Application has test: False
INFO:iotlab-m3.tests/bench_mutex_pingpong:Board supported: True
INFO:iotlab-m3.tests/bench_mutex_pingpong:Board has enough memory: True
INFO:iotlab-m3.tests/bench_mutex_pingpong:Application has test: False
INFO:iotlab-m3.tests/bench_runtime_coreapis:Board supported: True
INFO:iotlab-m3.tests/bench_runtime_coreapis:Board has enough memory: True
INFO:iotlab-m3.tests/bench_runtime_coreapis:Application has test: False
INFO:iotlab-m3.tests/bench_sched_nop:Board supported: True
INFO:iotlab-m3.tests/bench_sched_nop:Board has enough memory: True
INFO:iotlab-m3.tests/bench_sched_nop:Application has test: False
INFO:iotlab-m3.tests/bench_sizeof_coretypes:Board supported: True
INFO:iotlab-m3.tests/bench_sizeof_coretypes:Board has enough memory: True
INFO:iotlab-m3.tests/bench_sizeof_coretypes:Application has test: False
INFO:iotlab-m3.tests/bench_sys_atomic_utils:Board supported: True
INFO:iotlab-m3.tests/bench_sys_atomic_utils:Board has enough memory: True
INFO:iotlab-m3.tests/bench_sys_atomic_utils:Application has test: False
INFO:iotlab-m3.tests/bench_sys_base64:Board supported: True
INFO:iotlab-m3.tests/bench_sys_base64:Board has enough memory: True
INFO:iotlab-m3.tests/bench_sys_base64:Application has test: False
INFO:iotlab-m3.tests/bench_thread_flags_pingpong:Board supported: True
INFO:iotlab-m3.tests/bench_thread_flags_pingpong:Board has enough memory: True
INFO:iotlab-m3.tests/bench_thread_flags_pingpong:Application has test: False
INFO:iotlab-m3.tests/bench_thread_yield_pingpong:Board supported: True
INFO:iotlab-m3.tests/bench_thread_yield_pingpong:Board has enough memory: True
INFO:iotlab-m3.tests/bench_thread_yield_pingpong:Application has test: False
INFO:iotlab-m3.tests/bench_timers:Board supported: True
INFO:iotlab-m3.tests/bench_timers:Board has enough memory: True
INFO:iotlab-m3.tests/bench_timers:Application has test: False
INFO:iotlab-m3.tests/bench_xtimer:Board supported: True
INFO:iotlab-m3.tests/bench_xtimer:Board has enough memory: True
INFO:iotlab-m3.tests/bench_xtimer:Application has test: False
INFO:iotlab-m3.tests/bench_xtimer_load:Board supported: True
INFO:iotlab-m3.tests/bench_xtimer_load:Board has enough memory: True
INFO:iotlab-m3.tests/bench_xtimer_load:Application has test: False
INFO:iotlab-m3.tests/bench_ztimer:Board supported: True
INFO:iotlab-m3.tests/bench_ztimer:Board has enough memory: True
INFO:iotlab-m3.tests/bench_ztimer:Application has test: False
INFO:iotlab-m3.tests/bitarithm_timings:Board supported: True
INFO:iotlab-m3.tests/bitarithm_timings:Board has enough memory: True
INFO:iotlab-m3.tests/bitarithm_timings:Application has test: False
INFO:iotlab-m3.tests/blob:Board supported: True
INFO:iotlab-m3.tests/blob:Board has enough memory: True
INFO:iotlab-m3.tests/blob:Application has test: False
INFO:iotlab-m3.tests/bloom_bytes:Board supported: True
INFO:iotlab-m3.tests/bloom_bytes:Board has enough memory: True
INFO:iotlab-m3.tests/bloom_bytes:Application has test: False
INFO:iotlab-m3.tests/board_microbit:Board supported: False
INFO:iotlab-m3.tests/build_system_cflags_spaces:Board supported: True
INFO:iotlab-m3.tests/build_system_cflags_spaces:Board has enough memory: True
INFO:iotlab-m3.tests/build_system_cflags_spaces:Application has test: False
INFO:iotlab-m3.tests/build_system_utils:Board supported: False
INFO:iotlab-m3.tests/buttons:Board supported: True
INFO:iotlab-m3.tests/buttons:Board has enough memory: True
INFO:iotlab-m3.tests/buttons:Application has test: False
INFO:iotlab-m3.tests/c11_atomics_cpp_compat:Board supported: True
INFO:iotlab-m3.tests/c11_atomics_cpp_compat:Board has enough memory: True
INFO:iotlab-m3.tests/c11_atomics_cpp_compat:Application has test: False
INFO:iotlab-m3.tests/can_trx:Board supported: True
INFO:iotlab-m3.tests/can_trx:Board has enough memory: True
INFO:iotlab-m3.tests/can_trx:Application has test: False
INFO:iotlab-m3.tests/candev:Board supported: True
INFO:iotlab-m3.tests/candev:Board has enough memory: True
INFO:iotlab-m3.tests/candev:Application has test: False
INFO:iotlab-m3.tests/cb_mux:Board supported: True
INFO:iotlab-m3.tests/cb_mux:Board has enough memory: True
INFO:iotlab-m3.tests/cb_mux:Application has test: False
INFO:iotlab-m3.tests/cb_mux_bench:Board supported: True
INFO:iotlab-m3.tests/cb_mux_bench:Board has enough memory: True
INFO:iotlab-m3.tests/cb_mux_bench:Application has test: False
INFO:iotlab-m3.tests/cond_order:Board supported: True
INFO:iotlab-m3.tests/cond_order:Board has enough memory: True
INFO:iotlab-m3.tests/cond_order:Application has test: False
INFO:iotlab-m3.tests/congure_test:Board supported: True
INFO:iotlab-m3.tests/congure_test:Board has enough memory: True
INFO:iotlab-m3.tests/congure_test:Application has test: False
INFO:iotlab-m3.tests/conn_can:Board supported: False
INFO:iotlab-m3.tests/cortexm_common_ldscript:Board supported: True
INFO:iotlab-m3.tests/cortexm_common_ldscript:Board has enough memory: True
INFO:iotlab-m3.tests/cortexm_common_ldscript:Application has test: False
INFO:iotlab-m3.tests/cpp11_condition_variable:Board supported: True
INFO:iotlab-m3.tests/cpp11_condition_variable:Board has enough memory: True
INFO:iotlab-m3.tests/cpp11_condition_variable:Application has test: False
INFO:iotlab-m3.tests/cpp11_mutex:Board supported: True
INFO:iotlab-m3.tests/cpp11_mutex:Board has enough memory: True
INFO:iotlab-m3.tests/cpp11_mutex:Application has test: False
INFO:iotlab-m3.tests/cpp11_thread:Board supported: True
INFO:iotlab-m3.tests/cpp11_thread:Board has enough memory: True
INFO:iotlab-m3.tests/cpp11_thread:Application has test: False
INFO:iotlab-m3.tests/cpp_ctors:Board supported: True
INFO:iotlab-m3.tests/cpp_ctors:Board has enough memory: True
INFO:iotlab-m3.tests/cpp_ctors:Application has test: False
INFO:iotlab-m3.tests/cpp_exclude:Board supported: True
INFO:iotlab-m3.tests/cpp_exclude:Board has enough memory: True
INFO:iotlab-m3.tests/cpp_exclude:Application has test: False
INFO:iotlab-m3.tests/cpp_ext:Board supported: True
INFO:iotlab-m3.tests/cpp_ext:Board has enough memory: True
INFO:iotlab-m3.tests/cpp_ext:Application has test: False
INFO:iotlab-m3.tests/cpu_avr8_xmega_drivers:Board supported: False
INFO:iotlab-m3.tests/cpu_cortexm_address_check:Board supported: True
INFO:iotlab-m3.tests/cpu_cortexm_address_check:Board has enough memory: True
INFO:iotlab-m3.tests/cpu_cortexm_address_check:Application has test: False
INFO:iotlab-m3.tests/cpu_efm32_drivers:Board supported: False
INFO:iotlab-m3.tests/cpu_efm32_features:Board supported: False
INFO:iotlab-m3.tests/dbgpin:Board supported: True
INFO:iotlab-m3.tests/dbgpin:Board has enough memory: True
INFO:iotlab-m3.tests/dbgpin:Application has test: False
INFO:iotlab-m3.tests/deferred_yield_higher:Board supported: True
INFO:iotlab-m3.tests/deferred_yield_higher:Board has enough memory: True
INFO:iotlab-m3.tests/deferred_yield_higher:Application has test: False
INFO:iotlab-m3.tests/devfs:Board supported: False
INFO:iotlab-m3.tests/disp_dev:Board supported: True
INFO:iotlab-m3.tests/disp_dev:Board has enough memory: True
INFO:iotlab-m3.tests/disp_dev:Application has test: False
INFO:iotlab-m3.tests/driver_ad7746:Board supported: True
INFO:iotlab-m3.tests/driver_ad7746:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ad7746:Application has test: False
INFO:iotlab-m3.tests/driver_adcxx1c:Board supported: True
INFO:iotlab-m3.tests/driver_adcxx1c:Board has enough memory: True
INFO:iotlab-m3.tests/driver_adcxx1c:Application has test: False
INFO:iotlab-m3.tests/driver_ads101x:Board supported: True
INFO:iotlab-m3.tests/driver_ads101x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ads101x:Application has test: False
INFO:iotlab-m3.tests/driver_adt7310:Board supported: True
INFO:iotlab-m3.tests/driver_adt7310:Board has enough memory: True
INFO:iotlab-m3.tests/driver_adt7310:Application has test: False
INFO:iotlab-m3.tests/driver_adxl345:Board supported: True
INFO:iotlab-m3.tests/driver_adxl345:Board has enough memory: True
INFO:iotlab-m3.tests/driver_adxl345:Application has test: False
INFO:iotlab-m3.tests/driver_aip31068:Board supported: True
INFO:iotlab-m3.tests/driver_aip31068:Board has enough memory: True
INFO:iotlab-m3.tests/driver_aip31068:Application has test: False
INFO:iotlab-m3.tests/driver_apa102:Board supported: True
INFO:iotlab-m3.tests/driver_apa102:Board has enough memory: True
INFO:iotlab-m3.tests/driver_apa102:Application has test: False
INFO:iotlab-m3.tests/driver_apds99xx:Board supported: True
INFO:iotlab-m3.tests/driver_apds99xx:Board has enough memory: True
INFO:iotlab-m3.tests/driver_apds99xx:Application has test: False
INFO:iotlab-m3.tests/driver_apds99xx_full:Board supported: True
INFO:iotlab-m3.tests/driver_apds99xx_full:Board has enough memory: True
INFO:iotlab-m3.tests/driver_apds99xx_full:Application has test: False
INFO:iotlab-m3.tests/driver_at:Board supported: True
INFO:iotlab-m3.tests/driver_at:Board has enough memory: True
INFO:iotlab-m3.tests/driver_at:Application has test: False
INFO:iotlab-m3.tests/driver_at24cxxx:Board supported: True
INFO:iotlab-m3.tests/driver_at24cxxx:Board has enough memory: True
INFO:iotlab-m3.tests/driver_at24cxxx:Application has test: False
INFO:iotlab-m3.tests/driver_at24mac:Board supported: True
INFO:iotlab-m3.tests/driver_at24mac:Board has enough memory: True
INFO:iotlab-m3.tests/driver_at24mac:Application has test: False
INFO:iotlab-m3.tests/driver_at25xxx:Board supported: True
INFO:iotlab-m3.tests/driver_at25xxx:Board has enough memory: True
INFO:iotlab-m3.tests/driver_at25xxx:Application has test: False
INFO:iotlab-m3.tests/driver_at30tse75x:Board supported: True
INFO:iotlab-m3.tests/driver_at30tse75x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_at30tse75x:Application has test: False
INFO:iotlab-m3.tests/driver_at86rf215:Board supported: True
INFO:iotlab-m3.tests/driver_at86rf215:Board has enough memory: True
INFO:iotlab-m3.tests/driver_at86rf215:Application has test: False
INFO:iotlab-m3.tests/driver_at86rf2xx:Board supported: True
INFO:iotlab-m3.tests/driver_at86rf2xx:Board has enough memory: True
INFO:iotlab-m3.tests/driver_at86rf2xx:Application has test: False
INFO:iotlab-m3.tests/driver_at86rf2xx_aes:Board supported: True
INFO:iotlab-m3.tests/driver_at86rf2xx_aes:Board has enough memory: True
INFO:iotlab-m3.tests/driver_at86rf2xx_aes:Application has test: False
INFO:iotlab-m3.tests/driver_ata8520e:Board supported: True
INFO:iotlab-m3.tests/driver_ata8520e:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ata8520e:Application has test: False
INFO:iotlab-m3.tests/driver_atwinc15x0:Board supported: True
INFO:iotlab-m3.tests/driver_atwinc15x0:Board has enough memory: True
INFO:iotlab-m3.tests/driver_atwinc15x0:Application has test: False
INFO:iotlab-m3.tests/driver_bh1750:Board supported: True
INFO:iotlab-m3.tests/driver_bh1750:Board has enough memory: True
INFO:iotlab-m3.tests/driver_bh1750:Application has test: False
INFO:iotlab-m3.tests/driver_bh1900nux:Board supported: True
INFO:iotlab-m3.tests/driver_bh1900nux:Board has enough memory: True
INFO:iotlab-m3.tests/driver_bh1900nux:Application has test: False
INFO:iotlab-m3.tests/driver_bme680:Board supported: True
INFO:iotlab-m3.tests/driver_bme680:Board has enough memory: True
INFO:iotlab-m3.tests/driver_bme680:Application has test: False
INFO:iotlab-m3.tests/driver_bmp180:Board supported: True
INFO:iotlab-m3.tests/driver_bmp180:Board has enough memory: True
INFO:iotlab-m3.tests/driver_bmp180:Application has test: False
INFO:iotlab-m3.tests/driver_bmx055:Board supported: True
INFO:iotlab-m3.tests/driver_bmx055:Board has enough memory: True
INFO:iotlab-m3.tests/driver_bmx055:Application has test: False
INFO:iotlab-m3.tests/driver_bmx280:Board supported: True
INFO:iotlab-m3.tests/driver_bmx280:Board has enough memory: True
INFO:iotlab-m3.tests/driver_bmx280:Application has test: False
INFO:iotlab-m3.tests/driver_bq2429x:Board supported: True
INFO:iotlab-m3.tests/driver_bq2429x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_bq2429x:Application has test: False
INFO:iotlab-m3.tests/driver_cc110x:Board supported: True
INFO:iotlab-m3.tests/driver_cc110x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_cc110x:Application has test: False
INFO:iotlab-m3.tests/driver_ccs811:Board supported: True
INFO:iotlab-m3.tests/driver_ccs811:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ccs811:Application has test: False
INFO:iotlab-m3.tests/driver_ccs811_full:Board supported: True
INFO:iotlab-m3.tests/driver_ccs811_full:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ccs811_full:Application has test: False
INFO:iotlab-m3.tests/driver_cst816s:Board supported: True
INFO:iotlab-m3.tests/driver_cst816s:Board has enough memory: True
INFO:iotlab-m3.tests/driver_cst816s:Application has test: False
INFO:iotlab-m3.tests/driver_dac_dds:Board supported: False
INFO:iotlab-m3.tests/driver_dcf77:Board supported: True
INFO:iotlab-m3.tests/driver_dcf77:Board has enough memory: True
INFO:iotlab-m3.tests/driver_dcf77:Application has test: False
INFO:iotlab-m3.tests/driver_dfplayer:Board supported: False
INFO:iotlab-m3.tests/driver_dht:Board supported: True
INFO:iotlab-m3.tests/driver_dht:Board has enough memory: True
INFO:iotlab-m3.tests/driver_dht:Application has test: False
INFO:iotlab-m3.tests/driver_dose:Board supported: True
INFO:iotlab-m3.tests/driver_dose:Board has enough memory: True
INFO:iotlab-m3.tests/driver_dose:Application has test: False
INFO:iotlab-m3.tests/driver_ds1307:Board supported: True
INFO:iotlab-m3.tests/driver_ds1307:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ds1307:Application has test: False
INFO:iotlab-m3.tests/driver_ds18:Board supported: False
INFO:iotlab-m3.tests/driver_ds3231:Board supported: True
INFO:iotlab-m3.tests/driver_ds3231:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ds3231:Application has test: False
INFO:iotlab-m3.tests/driver_ds3234:Board supported: True
INFO:iotlab-m3.tests/driver_ds3234:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ds3234:Application has test: False
INFO:iotlab-m3.tests/driver_ds75lx:Board supported: True
INFO:iotlab-m3.tests/driver_ds75lx:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ds75lx:Application has test: False
INFO:iotlab-m3.tests/driver_dsp0401:Board supported: False
INFO:iotlab-m3.tests/driver_dynamixel:Board supported: True
INFO:iotlab-m3.tests/driver_dynamixel:Board has enough memory: True
INFO:iotlab-m3.tests/driver_dynamixel:Application has test: False
INFO:iotlab-m3.tests/driver_edbg_eui:Board supported: False
INFO:iotlab-m3.tests/driver_enc28j60:Board supported: True
INFO:iotlab-m3.tests/driver_enc28j60:Board has enough memory: True
INFO:iotlab-m3.tests/driver_enc28j60:Application has test: False
INFO:iotlab-m3.tests/driver_encx24j600:Board supported: True
INFO:iotlab-m3.tests/driver_encx24j600:Board has enough memory: True
INFO:iotlab-m3.tests/driver_encx24j600:Application has test: False
INFO:iotlab-m3.tests/driver_feetech:Board supported: True
INFO:iotlab-m3.tests/driver_feetech:Board has enough memory: True
INFO:iotlab-m3.tests/driver_feetech:Application has test: False
INFO:iotlab-m3.tests/driver_ft5x06:Board supported: True
INFO:iotlab-m3.tests/driver_ft5x06:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ft5x06:Application has test: False
INFO:iotlab-m3.tests/driver_fxos8700:Board supported: True
INFO:iotlab-m3.tests/driver_fxos8700:Board has enough memory: True
INFO:iotlab-m3.tests/driver_fxos8700:Application has test: False
INFO:iotlab-m3.tests/driver_gp2y10xx:Board supported: False
INFO:iotlab-m3.tests/driver_grove_ledbar:Board supported: True
INFO:iotlab-m3.tests/driver_grove_ledbar:Board has enough memory: True
INFO:iotlab-m3.tests/driver_grove_ledbar:Application has test: False
INFO:iotlab-m3.tests/driver_hd44780:Board supported: True
INFO:iotlab-m3.tests/driver_hd44780:Board has enough memory: True
INFO:iotlab-m3.tests/driver_hd44780:Application has test: False
INFO:iotlab-m3.tests/driver_hdc1000:Board supported: True
INFO:iotlab-m3.tests/driver_hdc1000:Board has enough memory: True
INFO:iotlab-m3.tests/driver_hdc1000:Application has test: False
INFO:iotlab-m3.tests/driver_hih6130:Board supported: True
INFO:iotlab-m3.tests/driver_hih6130:Board has enough memory: True
INFO:iotlab-m3.tests/driver_hih6130:Application has test: False
INFO:iotlab-m3.tests/driver_hm330x:Board supported: True
INFO:iotlab-m3.tests/driver_hm330x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_hm330x:Application has test: False
INFO:iotlab-m3.tests/driver_hmc5883l:Board supported: True
INFO:iotlab-m3.tests/driver_hmc5883l:Board has enough memory: True
INFO:iotlab-m3.tests/driver_hmc5883l:Application has test: False
INFO:iotlab-m3.tests/driver_hsc:Board supported: True
INFO:iotlab-m3.tests/driver_hsc:Board has enough memory: True
INFO:iotlab-m3.tests/driver_hsc:Application has test: False
INFO:iotlab-m3.tests/driver_hts221:Board supported: True
INFO:iotlab-m3.tests/driver_hts221:Board has enough memory: True
INFO:iotlab-m3.tests/driver_hts221:Application has test: False
INFO:iotlab-m3.tests/driver_ili9341:Board supported: True
INFO:iotlab-m3.tests/driver_ili9341:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ili9341:Application has test: False
INFO:iotlab-m3.tests/driver_ina2xx:Board supported: True
INFO:iotlab-m3.tests/driver_ina2xx:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ina2xx:Application has test: False
INFO:iotlab-m3.tests/driver_ina3221:Board supported: True
INFO:iotlab-m3.tests/driver_ina3221:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ina3221:Application has test: False
INFO:iotlab-m3.tests/driver_io1_xplained:Board supported: False
INFO:iotlab-m3.tests/driver_isl29020:Board supported: True
INFO:iotlab-m3.tests/driver_isl29020:Board has enough memory: True
INFO:iotlab-m3.tests/driver_isl29020:Application has test: False
INFO:iotlab-m3.tests/driver_isl29125:Board supported: True
INFO:iotlab-m3.tests/driver_isl29125:Board has enough memory: True
INFO:iotlab-m3.tests/driver_isl29125:Application has test: False
INFO:iotlab-m3.tests/driver_itg320x:Board supported: True
INFO:iotlab-m3.tests/driver_itg320x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_itg320x:Application has test: False
INFO:iotlab-m3.tests/driver_jc42:Board supported: True
INFO:iotlab-m3.tests/driver_jc42:Board has enough memory: True
INFO:iotlab-m3.tests/driver_jc42:Application has test: False
INFO:iotlab-m3.tests/driver_kw2xrf:Board supported: True
INFO:iotlab-m3.tests/driver_kw2xrf:Board has enough memory: True
INFO:iotlab-m3.tests/driver_kw2xrf:Application has test: False
INFO:iotlab-m3.tests/driver_l3g4200d:Board supported: True
INFO:iotlab-m3.tests/driver_l3g4200d:Board has enough memory: True
INFO:iotlab-m3.tests/driver_l3g4200d:Application has test: False
INFO:iotlab-m3.tests/driver_lc709203f:Board supported: True
INFO:iotlab-m3.tests/driver_lc709203f:Board has enough memory: True
INFO:iotlab-m3.tests/driver_lc709203f:Application has test: False
INFO:iotlab-m3.tests/driver_lis2dh12:Board supported: True
INFO:iotlab-m3.tests/driver_lis2dh12:Board has enough memory: True
INFO:iotlab-m3.tests/driver_lis2dh12:Application has test: False
INFO:iotlab-m3.tests/driver_lis3dh:Board supported: True
INFO:iotlab-m3.tests/driver_lis3dh:Board has enough memory: True
INFO:iotlab-m3.tests/driver_lis3dh:Application has test: False
INFO:iotlab-m3.tests/driver_lis3mdl:Board supported: True
INFO:iotlab-m3.tests/driver_lis3mdl:Board has enough memory: True
INFO:iotlab-m3.tests/driver_lis3mdl:Application has test: False
INFO:iotlab-m3.tests/driver_lm75:Board supported: True
INFO:iotlab-m3.tests/driver_lm75:Board has enough memory: True
INFO:iotlab-m3.tests/driver_lm75:Application has test: False
INFO:iotlab-m3.tests/driver_lpd8808:Board supported: True
INFO:iotlab-m3.tests/driver_lpd8808:Board has enough memory: True
INFO:iotlab-m3.tests/driver_lpd8808:Application has test: False
INFO:iotlab-m3.tests/driver_lpsxxx:Board supported: True
INFO:iotlab-m3.tests/driver_lpsxxx:Board has enough memory: True
INFO:iotlab-m3.tests/driver_lpsxxx:Application has test: False
INFO:iotlab-m3.tests/driver_lsm303dlhc:Board supported: True
INFO:iotlab-m3.tests/driver_lsm303dlhc:Board has enough memory: True
INFO:iotlab-m3.tests/driver_lsm303dlhc:Application has test: False
INFO:iotlab-m3.tests/driver_lsm6dsl:Board supported: True
INFO:iotlab-m3.tests/driver_lsm6dsl:Board has enough memory: True
INFO:iotlab-m3.tests/driver_lsm6dsl:Application has test: False
INFO:iotlab-m3.tests/driver_ltc4150:Board supported: True
INFO:iotlab-m3.tests/driver_ltc4150:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ltc4150:Application has test: False
INFO:iotlab-m3.tests/driver_mag3110:Board supported: True
INFO:iotlab-m3.tests/driver_mag3110:Board has enough memory: True
INFO:iotlab-m3.tests/driver_mag3110:Application has test: False
INFO:iotlab-m3.tests/driver_mhz19:Board supported: True
INFO:iotlab-m3.tests/driver_mhz19:Board has enough memory: True
INFO:iotlab-m3.tests/driver_mhz19:Application has test: False
INFO:iotlab-m3.tests/driver_mma7660:Board supported: True
INFO:iotlab-m3.tests/driver_mma7660:Board has enough memory: True
INFO:iotlab-m3.tests/driver_mma7660:Application has test: False
INFO:iotlab-m3.tests/driver_mma8x5x:Board supported: True
INFO:iotlab-m3.tests/driver_mma8x5x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_mma8x5x:Application has test: False
INFO:iotlab-m3.tests/driver_motor_driver:Board supported: False
INFO:iotlab-m3.tests/driver_mpl3115a2:Board supported: True
INFO:iotlab-m3.tests/driver_mpl3115a2:Board has enough memory: True
INFO:iotlab-m3.tests/driver_mpl3115a2:Application has test: False
INFO:iotlab-m3.tests/driver_mpu9x50:Board supported: True
INFO:iotlab-m3.tests/driver_mpu9x50:Board has enough memory: True
INFO:iotlab-m3.tests/driver_mpu9x50:Application has test: False
INFO:iotlab-m3.tests/driver_mq3:Board supported: False
INFO:iotlab-m3.tests/driver_mrf24j40:Board supported: True
INFO:iotlab-m3.tests/driver_mrf24j40:Board has enough memory: True
INFO:iotlab-m3.tests/driver_mrf24j40:Application has test: False
INFO:iotlab-m3.tests/driver_my9221:Board supported: True
INFO:iotlab-m3.tests/driver_my9221:Board has enough memory: True
INFO:iotlab-m3.tests/driver_my9221:Application has test: False
INFO:iotlab-m3.tests/driver_netdev_common:Board supported: True
INFO:iotlab-m3.tests/driver_netdev_common:Board has enough memory: True
INFO:iotlab-m3.tests/driver_netdev_common:Application has test: False
INFO:iotlab-m3.tests/driver_nrf24l01p_lowlevel:Board supported: True
INFO:iotlab-m3.tests/driver_nrf24l01p_lowlevel:Board has enough memory: True
INFO:iotlab-m3.tests/driver_nrf24l01p_lowlevel:Application has test: False
INFO:iotlab-m3.tests/driver_nrf24l01p_ng:Board supported: True
INFO:iotlab-m3.tests/driver_nrf24l01p_ng:Board has enough memory: True
INFO:iotlab-m3.tests/driver_nrf24l01p_ng:Application has test: False
INFO:iotlab-m3.tests/driver_nrfmin:Board supported: False
INFO:iotlab-m3.tests/driver_nvram_spi:Board supported: True
INFO:iotlab-m3.tests/driver_nvram_spi:Board has enough memory: True
INFO:iotlab-m3.tests/driver_nvram_spi:Application has test: False
INFO:iotlab-m3.tests/driver_opt3001:Board supported: True
INFO:iotlab-m3.tests/driver_opt3001:Board has enough memory: True
INFO:iotlab-m3.tests/driver_opt3001:Application has test: False
INFO:iotlab-m3.tests/driver_pca9633:Board supported: True
INFO:iotlab-m3.tests/driver_pca9633:Board has enough memory: True
INFO:iotlab-m3.tests/driver_pca9633:Application has test: False
INFO:iotlab-m3.tests/driver_pca9685:Board supported: True
INFO:iotlab-m3.tests/driver_pca9685:Board has enough memory: True
INFO:iotlab-m3.tests/driver_pca9685:Application has test: False
INFO:iotlab-m3.tests/driver_pcd8544:Board supported: True
INFO:iotlab-m3.tests/driver_pcd8544:Board has enough memory: True
INFO:iotlab-m3.tests/driver_pcd8544:Application has test: False
INFO:iotlab-m3.tests/driver_pcf857x:Board supported: True
INFO:iotlab-m3.tests/driver_pcf857x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_pcf857x:Application has test: False
INFO:iotlab-m3.tests/driver_ph_oem:Board supported: True
INFO:iotlab-m3.tests/driver_ph_oem:Board has enough memory: True
INFO:iotlab-m3.tests/driver_ph_oem:Application has test: False
INFO:iotlab-m3.tests/driver_pir:Board supported: True
INFO:iotlab-m3.tests/driver_pir:Board has enough memory: True
INFO:iotlab-m3.tests/driver_pir:Application has test: False
INFO:iotlab-m3.tests/driver_pn532:Board supported: True
INFO:iotlab-m3.tests/driver_pn532:Board has enough memory: True
INFO:iotlab-m3.tests/driver_pn532:Application has test: False
INFO:iotlab-m3.tests/driver_pulse_counter:Board supported: True
INFO:iotlab-m3.tests/driver_pulse_counter:Board has enough memory: True
INFO:iotlab-m3.tests/driver_pulse_counter:Application has test: False
INFO:iotlab-m3.tests/driver_qmc5883l:Board supported: True
INFO:iotlab-m3.tests/driver_qmc5883l:Board has enough memory: True
INFO:iotlab-m3.tests/driver_qmc5883l:Application has test: False
INFO:iotlab-m3.tests/driver_rn2xx3:Board supported: True
INFO:iotlab-m3.tests/driver_rn2xx3:Board has enough memory: True
INFO:iotlab-m3.tests/driver_rn2xx3:Application has test: False
INFO:iotlab-m3.tests/driver_scd30:Board supported: True
INFO:iotlab-m3.tests/driver_scd30:Board has enough memory: True
INFO:iotlab-m3.tests/driver_scd30:Application has test: False
INFO:iotlab-m3.tests/driver_sdcard_spi:Board supported: True
INFO:iotlab-m3.tests/driver_sdcard_spi:Board has enough memory: True
INFO:iotlab-m3.tests/driver_sdcard_spi:Application has test: False
INFO:iotlab-m3.tests/driver_sdp3x:Board supported: True
INFO:iotlab-m3.tests/driver_sdp3x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_sdp3x:Application has test: False
INFO:iotlab-m3.tests/driver_sds011:Board supported: True
INFO:iotlab-m3.tests/driver_sds011:Board has enough memory: True
INFO:iotlab-m3.tests/driver_sds011:Application has test: False
INFO:iotlab-m3.tests/driver_seesaw_soil:Board supported: True
INFO:iotlab-m3.tests/driver_seesaw_soil:Board has enough memory: True
INFO:iotlab-m3.tests/driver_seesaw_soil:Application has test: False
INFO:iotlab-m3.tests/driver_servo:Board supported: False
INFO:iotlab-m3.tests/driver_sgp30:Board supported: True
INFO:iotlab-m3.tests/driver_sgp30:Board has enough memory: True
INFO:iotlab-m3.tests/driver_sgp30:Application has test: False
INFO:iotlab-m3.tests/driver_sht1x:Board supported: True
INFO:iotlab-m3.tests/driver_sht1x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_sht1x:Application has test: False
INFO:iotlab-m3.tests/driver_sht2x:Board supported: True
INFO:iotlab-m3.tests/driver_sht2x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_sht2x:Application has test: False
INFO:iotlab-m3.tests/driver_sht3x:Board supported: True
INFO:iotlab-m3.tests/driver_sht3x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_sht3x:Application has test: False
INFO:iotlab-m3.tests/driver_shtc1:Board supported: True
INFO:iotlab-m3.tests/driver_shtc1:Board has enough memory: True
INFO:iotlab-m3.tests/driver_shtc1:Application has test: False
INFO:iotlab-m3.tests/driver_si1133:Board supported: True
INFO:iotlab-m3.tests/driver_si1133:Board has enough memory: True
INFO:iotlab-m3.tests/driver_si1133:Application has test: False
INFO:iotlab-m3.tests/driver_si114x:Board supported: True
INFO:iotlab-m3.tests/driver_si114x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_si114x:Application has test: False
INFO:iotlab-m3.tests/driver_si70xx:Board supported: True
INFO:iotlab-m3.tests/driver_si70xx:Board has enough memory: True
INFO:iotlab-m3.tests/driver_si70xx:Application has test: False
INFO:iotlab-m3.tests/driver_sm_pwm_01c:Board supported: True
INFO:iotlab-m3.tests/driver_sm_pwm_01c:Board has enough memory: True
INFO:iotlab-m3.tests/driver_sm_pwm_01c:Application has test: False
INFO:iotlab-m3.tests/driver_soft_spi:Board supported: True
INFO:iotlab-m3.tests/driver_soft_spi:Board has enough memory: True
INFO:iotlab-m3.tests/driver_soft_spi:Application has test: False
INFO:iotlab-m3.tests/driver_soft_uart:Board supported: True
INFO:iotlab-m3.tests/driver_soft_uart:Board has enough memory: True
INFO:iotlab-m3.tests/driver_soft_uart:Application has test: False
INFO:iotlab-m3.tests/driver_sps30:Board supported: True
INFO:iotlab-m3.tests/driver_sps30:Board has enough memory: True
INFO:iotlab-m3.tests/driver_sps30:Application has test: False
INFO:iotlab-m3.tests/driver_srf02:Board supported: True
INFO:iotlab-m3.tests/driver_srf02:Board has enough memory: True
INFO:iotlab-m3.tests/driver_srf02:Application has test: False
INFO:iotlab-m3.tests/driver_srf04:Board supported: True
INFO:iotlab-m3.tests/driver_srf04:Board has enough memory: True
INFO:iotlab-m3.tests/driver_srf04:Application has test: False
INFO:iotlab-m3.tests/driver_srf08:Board supported: True
INFO:iotlab-m3.tests/driver_srf08:Board has enough memory: True
INFO:iotlab-m3.tests/driver_srf08:Application has test: False
INFO:iotlab-m3.tests/driver_stmpe811:Board supported: True
INFO:iotlab-m3.tests/driver_stmpe811:Board has enough memory: True
INFO:iotlab-m3.tests/driver_stmpe811:Application has test: False
INFO:iotlab-m3.tests/driver_sx126x:Board supported: True
INFO:iotlab-m3.tests/driver_sx126x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_sx126x:Application has test: False
INFO:iotlab-m3.tests/driver_sx127x:Board supported: True
INFO:iotlab-m3.tests/driver_sx127x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_sx127x:Application has test: False
INFO:iotlab-m3.tests/driver_tcs37727:Board supported: True
INFO:iotlab-m3.tests/driver_tcs37727:Board has enough memory: True
INFO:iotlab-m3.tests/driver_tcs37727:Application has test: False
INFO:iotlab-m3.tests/driver_tmp00x:Board supported: True
INFO:iotlab-m3.tests/driver_tmp00x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_tmp00x:Application has test: False
INFO:iotlab-m3.tests/driver_tps6274x:Board supported: True
INFO:iotlab-m3.tests/driver_tps6274x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_tps6274x:Application has test: False
INFO:iotlab-m3.tests/driver_tsl2561:Board supported: True
INFO:iotlab-m3.tests/driver_tsl2561:Board has enough memory: True
INFO:iotlab-m3.tests/driver_tsl2561:Application has test: False
INFO:iotlab-m3.tests/driver_tsl4531x:Board supported: True
INFO:iotlab-m3.tests/driver_tsl4531x:Board has enough memory: True
INFO:iotlab-m3.tests/driver_tsl4531x:Application has test: False
INFO:iotlab-m3.tests/driver_vcnl40x0:Board supported: True
INFO:iotlab-m3.tests/driver_vcnl40x0:Board has enough memory: True
INFO:iotlab-m3.tests/driver_vcnl40x0:Application has test: False
INFO:iotlab-m3.tests/driver_veml6070:Board supported: True
INFO:iotlab-m3.tests/driver_veml6070:Board has enough memory: True
INFO:iotlab-m3.tests/driver_veml6070:Application has test: False
INFO:iotlab-m3.tests/driver_w5100:Board supported: True
INFO:iotlab-m3.tests/driver_w5100:Board has enough memory: True
INFO:iotlab-m3.tests/driver_w5100:Application has test: False
INFO:iotlab-m3.tests/driver_ws281x:Board supported: False
INFO:iotlab-m3.tests/driver_xbee:Board supported: True
INFO:iotlab-m3.tests/driver_xbee:Board has enough memory: True
INFO:iotlab-m3.tests/driver_xbee:Application has test: False
INFO:iotlab-m3.tests/eepreg:Board supported: False
INFO:iotlab-m3.tests/embunit:Board supported: True
INFO:iotlab-m3.tests/embunit:Board has enough memory: True
INFO:iotlab-m3.tests/embunit:Application has test: False
INFO:iotlab-m3.tests/emcute:Board supported: True
INFO:iotlab-m3.tests/emcute:Board has enough memory: True
INFO:iotlab-m3.tests/emcute:Application has test: True
INFO:iotlab-m3.tests/emcute:Run compilation
INFO:iotlab-m3.tests/emcute:Run test
INFO:iotlab-m3.tests/emcute:Run test.flash
INFO:iotlab-m3.tests/emcute:Success
INFO:iotlab-m3.tests/entropy_source:Board supported: True
INFO:iotlab-m3.tests/entropy_source:Board has enough memory: True
INFO:iotlab-m3.tests/entropy_source:Application has test: False
INFO:iotlab-m3.tests/event_thread_shared:Board supported: True
INFO:iotlab-m3.tests/event_thread_shared:Board has enough memory: True
INFO:iotlab-m3.tests/event_thread_shared:Application has test: False
INFO:iotlab-m3.tests/event_threads:Board supported: True
INFO:iotlab-m3.tests/event_threads:Board has enough memory: True
INFO:iotlab-m3.tests/event_threads:Application has test: False
INFO:iotlab-m3.tests/event_wait_timeout:Board supported: True
INFO:iotlab-m3.tests/event_wait_timeout:Board has enough memory: True
INFO:iotlab-m3.tests/event_wait_timeout:Application has test: False
INFO:iotlab-m3.tests/event_wait_timeout_ztimer:Board supported: True
INFO:iotlab-m3.tests/event_wait_timeout_ztimer:Board has enough memory: True
INFO:iotlab-m3.tests/event_wait_timeout_ztimer:Application has test: False
INFO:iotlab-m3.tests/event_ztimer:Board supported: True
INFO:iotlab-m3.tests/event_ztimer:Board has enough memory: True
INFO:iotlab-m3.tests/event_ztimer:Application has test: False
INFO:iotlab-m3.tests/events:Board supported: True
INFO:iotlab-m3.tests/events:Board has enough memory: True
INFO:iotlab-m3.tests/events:Application has test: False
INFO:iotlab-m3.tests/evtimer_mbox:Board supported: True
INFO:iotlab-m3.tests/evtimer_mbox:Board has enough memory: True
INFO:iotlab-m3.tests/evtimer_mbox:Application has test: False
INFO:iotlab-m3.tests/evtimer_msg:Board supported: True
INFO:iotlab-m3.tests/evtimer_msg:Board has enough memory: True
INFO:iotlab-m3.tests/evtimer_msg:Application has test: False
INFO:iotlab-m3.tests/evtimer_underflow:Board supported: True
INFO:iotlab-m3.tests/evtimer_underflow:Board has enough memory: True
INFO:iotlab-m3.tests/evtimer_underflow:Application has test: False
INFO:iotlab-m3.tests/external_board_dirs:Board supported: False
INFO:iotlab-m3.tests/external_board_native:Board supported: False
INFO:iotlab-m3.tests/external_module_dirs:Board supported: True
INFO:iotlab-m3.tests/external_module_dirs:Board has enough memory: True
INFO:iotlab-m3.tests/external_module_dirs:Application has test: False
INFO:iotlab-m3.tests/fault_handler:Board supported: True
INFO:iotlab-m3.tests/fault_handler:Board has enough memory: True
INFO:iotlab-m3.tests/fault_handler:Application has test: False
INFO:iotlab-m3.tests/float:Board supported: True
INFO:iotlab-m3.tests/float:Board has enough memory: True
INFO:iotlab-m3.tests/float:Application has test: False
INFO:iotlab-m3.tests/fmt_print:Board supported: True
INFO:iotlab-m3.tests/fmt_print:Board has enough memory: True
INFO:iotlab-m3.tests/fmt_print:Application has test: False
INFO:iotlab-m3.tests/frac-config:Board supported: False
INFO:iotlab-m3.tests/gnrc_dhcpv6_client:Board supported: True
INFO:iotlab-m3.tests/gnrc_dhcpv6_client:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_dhcpv6_client:Application has test: False
INFO:iotlab-m3.tests/gnrc_dhcpv6_client_6lbr:Board supported: True
INFO:iotlab-m3.tests/gnrc_dhcpv6_client_6lbr:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_dhcpv6_client_6lbr:Application has test: True
INFO:iotlab-m3.tests/gnrc_dhcpv6_client_6lbr:Run compilation
INFO:iotlab-m3.tests/gnrc_dhcpv6_client_6lbr:Run test
INFO:iotlab-m3.tests/gnrc_dhcpv6_client_6lbr:Run test.flash
INFO:iotlab-m3.tests/gnrc_dhcpv6_client_6lbr:Success
INFO:iotlab-m3.tests/gnrc_dhcpv6_client_stateless:Board supported: False
INFO:iotlab-m3.tests/gnrc_dhcpv6_relay:Board supported: True
INFO:iotlab-m3.tests/gnrc_dhcpv6_relay:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_dhcpv6_relay:Application has test: True
INFO:iotlab-m3.tests/gnrc_dhcpv6_relay:Run compilation
INFO:iotlab-m3.tests/gnrc_dhcpv6_relay:Run test
INFO:iotlab-m3.tests/gnrc_dhcpv6_relay:Run test.flash
INFO:iotlab-m3.tests/gnrc_dhcpv6_relay:Success
INFO:iotlab-m3.tests/gnrc_gomach:Board supported: True
INFO:iotlab-m3.tests/gnrc_gomach:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_gomach:Application has test: False
INFO:iotlab-m3.tests/gnrc_ipv6_ext:Board supported: True
INFO:iotlab-m3.tests/gnrc_ipv6_ext:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_ipv6_ext:Application has test: True
INFO:iotlab-m3.tests/gnrc_ipv6_ext:Run compilation
INFO:iotlab-m3.tests/gnrc_ipv6_ext:Run test
INFO:iotlab-m3.tests/gnrc_ipv6_ext:Run test.flash
INFO:iotlab-m3.tests/gnrc_ipv6_ext:Success
INFO:iotlab-m3.tests/gnrc_ipv6_ext_frag:Board supported: True
INFO:iotlab-m3.tests/gnrc_ipv6_ext_frag:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_ipv6_ext_frag:Application has test: True
INFO:iotlab-m3.tests/gnrc_ipv6_ext_frag:Run compilation
INFO:iotlab-m3.tests/gnrc_ipv6_ext_frag:Run test
INFO:iotlab-m3.tests/gnrc_ipv6_ext_frag:Run test.flash
INFO:iotlab-m3.tests/gnrc_ipv6_ext_frag:Success
INFO:iotlab-m3.tests/gnrc_ipv6_ext_opt:Board supported: True
INFO:iotlab-m3.tests/gnrc_ipv6_ext_opt:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_ipv6_ext_opt:Application has test: True
INFO:iotlab-m3.tests/gnrc_ipv6_ext_opt:Run compilation
INFO:iotlab-m3.tests/gnrc_ipv6_ext_opt:Run test
INFO:iotlab-m3.tests/gnrc_ipv6_ext_opt:Run test.flash
INFO:iotlab-m3.tests/gnrc_ipv6_ext_opt:Success
INFO:iotlab-m3.tests/gnrc_ipv6_fwd_w_sub:Board supported: True
INFO:iotlab-m3.tests/gnrc_ipv6_fwd_w_sub:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_ipv6_fwd_w_sub:Application has test: False
INFO:iotlab-m3.tests/gnrc_ipv6_nib:Board supported: True
INFO:iotlab-m3.tests/gnrc_ipv6_nib:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_ipv6_nib:Application has test: False
INFO:iotlab-m3.tests/gnrc_ipv6_nib_6ln:Board supported: True
INFO:iotlab-m3.tests/gnrc_ipv6_nib_6ln:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_ipv6_nib_6ln:Application has test: False
INFO:iotlab-m3.tests/gnrc_ipv6_nib_dns:Board supported: True
INFO:iotlab-m3.tests/gnrc_ipv6_nib_dns:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_ipv6_nib_dns:Application has test: True
INFO:iotlab-m3.tests/gnrc_ipv6_nib_dns:Run compilation
INFO:iotlab-m3.tests/gnrc_ipv6_nib_dns:Run test
INFO:iotlab-m3.tests/gnrc_ipv6_nib_dns:Run test.flash
INFO:iotlab-m3.tests/gnrc_ipv6_nib_dns:Success
INFO:iotlab-m3.tests/gnrc_lorawan:Board supported: True
INFO:iotlab-m3.tests/gnrc_lorawan:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_lorawan:Application has test: False
INFO:iotlab-m3.tests/gnrc_lwmac:Board supported: False
INFO:iotlab-m3.tests/gnrc_mac_timeout:Board supported: True
INFO:iotlab-m3.tests/gnrc_mac_timeout:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_mac_timeout:Application has test: False
INFO:iotlab-m3.tests/gnrc_ndp:Board supported: True
INFO:iotlab-m3.tests/gnrc_ndp:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_ndp:Application has test: False
INFO:iotlab-m3.tests/gnrc_netif:Board supported: True
INFO:iotlab-m3.tests/gnrc_netif:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_netif:Application has test: False
INFO:iotlab-m3.tests/gnrc_netif_ieee802154:Board supported: False
INFO:iotlab-m3.tests/gnrc_netif_ipv6_wait_for_global_address:Board supported: True
INFO:iotlab-m3.tests/gnrc_netif_ipv6_wait_for_global_address:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_netif_ipv6_wait_for_global_address:Application has test: False
INFO:iotlab-m3.tests/gnrc_rpl_p2p:Board supported: True
INFO:iotlab-m3.tests/gnrc_rpl_p2p:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_rpl_p2p:Application has test: False
INFO:iotlab-m3.tests/gnrc_rpl_srh:Board supported: True
INFO:iotlab-m3.tests/gnrc_rpl_srh:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_rpl_srh:Application has test: True
INFO:iotlab-m3.tests/gnrc_rpl_srh:Run compilation
INFO:iotlab-m3.tests/gnrc_rpl_srh:Run test
INFO:iotlab-m3.tests/gnrc_rpl_srh:Run test.flash
INFO:iotlab-m3.tests/gnrc_rpl_srh:Success
INFO:iotlab-m3.tests/gnrc_sixlowpan:Board supported: True
INFO:iotlab-m3.tests/gnrc_sixlowpan:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_sixlowpan:Application has test: False
INFO:iotlab-m3.tests/gnrc_sixlowpan_frag:Board supported: True
INFO:iotlab-m3.tests/gnrc_sixlowpan_frag:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_sixlowpan_frag:Application has test: False
INFO:iotlab-m3.tests/gnrc_sixlowpan_frag_minfwd:Board supported: True
INFO:iotlab-m3.tests/gnrc_sixlowpan_frag_minfwd:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_sixlowpan_frag_minfwd:Application has test: False
INFO:iotlab-m3.tests/gnrc_sixlowpan_frag_sfr:Board supported: True
INFO:iotlab-m3.tests/gnrc_sixlowpan_frag_sfr:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_sixlowpan_frag_sfr:Application has test: False
INFO:iotlab-m3.tests/gnrc_sixlowpan_iphc_w_vrb:Board supported: True
INFO:iotlab-m3.tests/gnrc_sixlowpan_iphc_w_vrb:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_sixlowpan_iphc_w_vrb:Application has test: False
INFO:iotlab-m3.tests/gnrc_sock_async_event:Board supported: True
INFO:iotlab-m3.tests/gnrc_sock_async_event:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_sock_async_event:Application has test: False
INFO:iotlab-m3.tests/gnrc_sock_dns:Board supported: True
INFO:iotlab-m3.tests/gnrc_sock_dns:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_sock_dns:Application has test: False
INFO:iotlab-m3.tests/gnrc_sock_ip:Board supported: True
INFO:iotlab-m3.tests/gnrc_sock_ip:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_sock_ip:Application has test: False
INFO:iotlab-m3.tests/gnrc_sock_neterr:Board supported: True
INFO:iotlab-m3.tests/gnrc_sock_neterr:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_sock_neterr:Application has test: False
INFO:iotlab-m3.tests/gnrc_sock_tcp:Board supported: True
INFO:iotlab-m3.tests/gnrc_sock_tcp:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_sock_tcp:Application has test: True
INFO:iotlab-m3.tests/gnrc_sock_tcp:Run compilation
INFO:iotlab-m3.tests/gnrc_sock_tcp:Run test
INFO:iotlab-m3.tests/gnrc_sock_tcp:Run test.flash
INFO:iotlab-m3.tests/gnrc_sock_tcp:Success
INFO:iotlab-m3.tests/gnrc_sock_udp:Board supported: True
INFO:iotlab-m3.tests/gnrc_sock_udp:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_sock_udp:Application has test: False
INFO:iotlab-m3.tests/gnrc_tcp:Board supported: True
INFO:iotlab-m3.tests/gnrc_tcp:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_tcp:Application has test: True
INFO:iotlab-m3.tests/gnrc_tcp:Run compilation
INFO:iotlab-m3.tests/gnrc_tcp:Run test
INFO:iotlab-m3.tests/gnrc_tcp:Run test.flash
INFO:iotlab-m3.tests/gnrc_tcp:Success
INFO:iotlab-m3.tests/gnrc_tx_sync:Board supported: True
INFO:iotlab-m3.tests/gnrc_tx_sync:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_tx_sync:Application has test: False
INFO:iotlab-m3.tests/gnrc_udp:Board supported: True
INFO:iotlab-m3.tests/gnrc_udp:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_udp:Application has test: False
INFO:iotlab-m3.tests/heap_cmd:Board supported: True
INFO:iotlab-m3.tests/heap_cmd:Board has enough memory: True
INFO:iotlab-m3.tests/heap_cmd:Application has test: False
INFO:iotlab-m3.tests/ieee802154_hal:Board supported: False
INFO:iotlab-m3.tests/ieee802154_security:Board supported: True
INFO:iotlab-m3.tests/ieee802154_security:Board has enough memory: True
INFO:iotlab-m3.tests/ieee802154_security:Application has test: False
INFO:iotlab-m3.tests/ieee802154_submac:Board supported: False
INFO:iotlab-m3.tests/irq:Board supported: True
INFO:iotlab-m3.tests/irq:Board has enough memory: True
INFO:iotlab-m3.tests/irq:Application has test: False
INFO:iotlab-m3.tests/irq_disable_restore:Board supported: True
INFO:iotlab-m3.tests/irq_disable_restore:Board has enough memory: True
INFO:iotlab-m3.tests/irq_disable_restore:Application has test: False
INFO:iotlab-m3.tests/isr_yield_higher:Board supported: True
INFO:iotlab-m3.tests/isr_yield_higher:Board has enough memory: True
INFO:iotlab-m3.tests/isr_yield_higher:Application has test: False
INFO:iotlab-m3.tests/kconfig:Board supported: True
INFO:iotlab-m3.tests/kconfig:Board has enough memory: True
INFO:iotlab-m3.tests/kconfig:Application has test: False
INFO:iotlab-m3.tests/kconfig_features:Board supported: True
INFO:iotlab-m3.tests/kconfig_features:Board has enough memory: True
INFO:iotlab-m3.tests/kconfig_features:Application has test: False
INFO:iotlab-m3.tests/l2util:Board supported: True
INFO:iotlab-m3.tests/l2util:Board has enough memory: True
INFO:iotlab-m3.tests/l2util:Application has test: False
INFO:iotlab-m3.tests/leds:Board supported: True
INFO:iotlab-m3.tests/leds:Board has enough memory: True
INFO:iotlab-m3.tests/leds:Application has test: False
INFO:iotlab-m3.tests/libc_newlib:Board supported: True
INFO:iotlab-m3.tests/libc_newlib:Board has enough memory: True
INFO:iotlab-m3.tests/libc_newlib:Application has test: False
INFO:iotlab-m3.tests/log_color:Board supported: True
INFO:iotlab-m3.tests/log_color:Board has enough memory: True
INFO:iotlab-m3.tests/log_color:Application has test: False
INFO:iotlab-m3.tests/log_printfnoformat:Board supported: True
INFO:iotlab-m3.tests/log_printfnoformat:Board has enough memory: True
INFO:iotlab-m3.tests/log_printfnoformat:Application has test: False
INFO:iotlab-m3.tests/lua_loader:Board supported: False
INFO:iotlab-m3.tests/lwip:Board supported: True
INFO:iotlab-m3.tests/lwip:Board has enough memory: True
INFO:iotlab-m3.tests/lwip:Application has test: False
INFO:iotlab-m3.tests/lwip_sock_ip:Board supported: True
INFO:iotlab-m3.tests/lwip_sock_ip:Board has enough memory: True
INFO:iotlab-m3.tests/lwip_sock_ip:Application has test: False
INFO:iotlab-m3.tests/lwip_sock_tcp:Board supported: True
INFO:iotlab-m3.tests/lwip_sock_tcp:Board has enough memory: True
INFO:iotlab-m3.tests/lwip_sock_tcp:Application has test: False
INFO:iotlab-m3.tests/lwip_sock_udp:Board supported: True
INFO:iotlab-m3.tests/lwip_sock_udp:Board has enough memory: True
INFO:iotlab-m3.tests/lwip_sock_udp:Application has test: False
INFO:iotlab-m3.tests/malloc:Board supported: True
INFO:iotlab-m3.tests/malloc:Board has enough memory: True
INFO:iotlab-m3.tests/malloc:Application has test: False
INFO:iotlab-m3.tests/malloc_thread_safety:Board supported: True
INFO:iotlab-m3.tests/malloc_thread_safety:Board has enough memory: True
INFO:iotlab-m3.tests/malloc_thread_safety:Application has test: False
INFO:iotlab-m3.tests/mcuboot:Board supported: False
INFO:iotlab-m3.tests/memarray:Board supported: True
INFO:iotlab-m3.tests/memarray:Board has enough memory: True
INFO:iotlab-m3.tests/memarray:Application has test: False
INFO:iotlab-m3.tests/minimal:Board supported: True
INFO:iotlab-m3.tests/minimal:Board has enough memory: True
INFO:iotlab-m3.tests/minimal:Application has test: False
INFO:iotlab-m3.tests/mpu_noexec_ram:Board supported: False
INFO:iotlab-m3.tests/mpu_stack_guard:Board supported: False
INFO:iotlab-m3.tests/msg_avail:Board supported: True
INFO:iotlab-m3.tests/msg_avail:Board has enough memory: True
INFO:iotlab-m3.tests/msg_avail:Application has test: False
INFO:iotlab-m3.tests/msg_queue_print:Board supported: True
INFO:iotlab-m3.tests/msg_queue_print:Board has enough memory: True
INFO:iotlab-m3.tests/msg_queue_print:Application has test: False
INFO:iotlab-m3.tests/msg_send_receive:Board supported: True
INFO:iotlab-m3.tests/msg_send_receive:Board has enough memory: True
INFO:iotlab-m3.tests/msg_send_receive:Application has test: False
INFO:iotlab-m3.tests/msg_try_receive:Board supported: True
INFO:iotlab-m3.tests/msg_try_receive:Board has enough memory: True
INFO:iotlab-m3.tests/msg_try_receive:Application has test: False
INFO:iotlab-m3.tests/mtd_at24cxxx:Board supported: True
INFO:iotlab-m3.tests/mtd_at24cxxx:Board has enough memory: True
INFO:iotlab-m3.tests/mtd_at24cxxx:Application has test: False
INFO:iotlab-m3.tests/mtd_at25xxx:Board supported: True
INFO:iotlab-m3.tests/mtd_at25xxx:Board has enough memory: True
INFO:iotlab-m3.tests/mtd_at25xxx:Application has test: False
INFO:iotlab-m3.tests/mtd_flashpage:Board supported: True
INFO:iotlab-m3.tests/mtd_flashpage:Board has enough memory: True
INFO:iotlab-m3.tests/mtd_flashpage:Application has test: False
INFO:iotlab-m3.tests/mtd_mapper:Board supported: True
INFO:iotlab-m3.tests/mtd_mapper:Board has enough memory: True
INFO:iotlab-m3.tests/mtd_mapper:Application has test: False
INFO:iotlab-m3.tests/mtd_raw:Board supported: True
INFO:iotlab-m3.tests/mtd_raw:Board has enough memory: True
INFO:iotlab-m3.tests/mtd_raw:Application has test: False
INFO:iotlab-m3.tests/mutex_cancel:Board supported: True
INFO:iotlab-m3.tests/mutex_cancel:Board has enough memory: True
INFO:iotlab-m3.tests/mutex_cancel:Application has test: False
INFO:iotlab-m3.tests/mutex_order:Board supported: True
INFO:iotlab-m3.tests/mutex_order:Board has enough memory: True
INFO:iotlab-m3.tests/mutex_order:Application has test: False
INFO:iotlab-m3.tests/mutex_unlock_and_sleep:Board supported: True
INFO:iotlab-m3.tests/mutex_unlock_and_sleep:Board has enough memory: True
INFO:iotlab-m3.tests/mutex_unlock_and_sleep:Application has test: False
INFO:iotlab-m3.tests/nanocoap_cli:Board supported: True
INFO:iotlab-m3.tests/nanocoap_cli:Board has enough memory: True
INFO:iotlab-m3.tests/nanocoap_cli:Application has test: False
INFO:iotlab-m3.tests/netdev_test:Board supported: True
INFO:iotlab-m3.tests/netdev_test:Board has enough memory: True
INFO:iotlab-m3.tests/netdev_test:Application has test: False
INFO:iotlab-m3.tests/netstats_l2:Board supported: True
INFO:iotlab-m3.tests/netstats_l2:Board has enough memory: True
INFO:iotlab-m3.tests/netstats_l2:Application has test: False
INFO:iotlab-m3.tests/netstats_neighbor:Board supported: True
INFO:iotlab-m3.tests/netstats_neighbor:Board has enough memory: True
INFO:iotlab-m3.tests/netstats_neighbor:Application has test: False
INFO:iotlab-m3.tests/netutils:Board supported: True
INFO:iotlab-m3.tests/netutils:Board has enough memory: True
INFO:iotlab-m3.tests/netutils:Application has test: False
INFO:iotlab-m3.tests/nimble_autoconn_ccnl:Board supported: False
INFO:iotlab-m3.tests/nimble_autoconn_gnrc:Board supported: False
INFO:iotlab-m3.tests/nimble_ext_adv:Board supported: False
INFO:iotlab-m3.tests/nimble_l2cap:Board supported: False
INFO:iotlab-m3.tests/nimble_l2cap_server:Board supported: False
INFO:iotlab-m3.tests/nimble_rpble_gnrc:Board supported: False
INFO:iotlab-m3.tests/nimble_statconn_gnrc:Board supported: False
INFO:iotlab-m3.tests/od:Board supported: True
INFO:iotlab-m3.tests/od:Board has enough memory: True
INFO:iotlab-m3.tests/od:Application has test: False
INFO:iotlab-m3.tests/pbkdf2:Board supported: True
INFO:iotlab-m3.tests/pbkdf2:Board has enough memory: True
INFO:iotlab-m3.tests/pbkdf2:Application has test: False
INFO:iotlab-m3.tests/periph_adc:Board supported: False
INFO:iotlab-m3.tests/periph_backup_ram:Board supported: False
INFO:iotlab-m3.tests/periph_cpuid:Board supported: True
INFO:iotlab-m3.tests/periph_cpuid:Board has enough memory: True
INFO:iotlab-m3.tests/periph_cpuid:Application has test: False
INFO:iotlab-m3.tests/periph_dac:Board supported: False
INFO:iotlab-m3.tests/periph_dma:Board supported: True
INFO:iotlab-m3.tests/periph_dma:Board has enough memory: True
INFO:iotlab-m3.tests/periph_dma:Application has test: False
INFO:iotlab-m3.tests/periph_eeprom:Board supported: False
INFO:iotlab-m3.tests/periph_flashpage:Board supported: True
INFO:iotlab-m3.tests/periph_flashpage:Board has enough memory: True
INFO:iotlab-m3.tests/periph_flashpage:Application has test: False
INFO:iotlab-m3.tests/periph_flashpage_unittest:Board supported: True
INFO:iotlab-m3.tests/periph_flashpage_unittest:Board has enough memory: True
INFO:iotlab-m3.tests/periph_flashpage_unittest:Application has test: False
INFO:iotlab-m3.tests/periph_gpio:Board supported: True
INFO:iotlab-m3.tests/periph_gpio:Board has enough memory: True
INFO:iotlab-m3.tests/periph_gpio:Application has test: False
INFO:iotlab-m3.tests/periph_gpio_arduino:Board supported: False
INFO:iotlab-m3.tests/periph_hwrng:Board supported: False
INFO:iotlab-m3.tests/periph_i2c:Board supported: True
INFO:iotlab-m3.tests/periph_i2c:Board has enough memory: True
INFO:iotlab-m3.tests/periph_i2c:Application has test: False
INFO:iotlab-m3.tests/periph_ltdc:Board supported: False
INFO:iotlab-m3.tests/periph_pm:Board supported: True
INFO:iotlab-m3.tests/periph_pm:Board has enough memory: True
INFO:iotlab-m3.tests/periph_pm:Application has test: False
INFO:iotlab-m3.tests/periph_ptp_clock:Board supported: False
INFO:iotlab-m3.tests/periph_ptp_timer:Board supported: False
INFO:iotlab-m3.tests/periph_pwm:Board supported: False
INFO:iotlab-m3.tests/periph_qdec:Board supported: False
INFO:iotlab-m3.tests/periph_rtc:Board supported: True
INFO:iotlab-m3.tests/periph_rtc:Board has enough memory: True
INFO:iotlab-m3.tests/periph_rtc:Application has test: False
INFO:iotlab-m3.tests/periph_rtt:Board supported: True
INFO:iotlab-m3.tests/periph_rtt:Board has enough memory: True
INFO:iotlab-m3.tests/periph_rtt:Application has test: False
INFO:iotlab-m3.tests/periph_rtt_min:Board supported: True
INFO:iotlab-m3.tests/periph_rtt_min:Board has enough memory: True
INFO:iotlab-m3.tests/periph_rtt_min:Application has test: False
INFO:iotlab-m3.tests/periph_spi:Board supported: True
INFO:iotlab-m3.tests/periph_spi:Board has enough memory: True
INFO:iotlab-m3.tests/periph_spi:Application has test: False
INFO:iotlab-m3.tests/periph_spi_dma:Board supported: True
INFO:iotlab-m3.tests/periph_spi_dma:Board has enough memory: True
INFO:iotlab-m3.tests/periph_spi_dma:Application has test: False
INFO:iotlab-m3.tests/periph_timer:Board supported: True
INFO:iotlab-m3.tests/periph_timer:Board has enough memory: True
INFO:iotlab-m3.tests/periph_timer:Application has test: False
INFO:iotlab-m3.tests/periph_timer_periodic:Board supported: True
INFO:iotlab-m3.tests/periph_timer_periodic:Board has enough memory: True
INFO:iotlab-m3.tests/periph_timer_periodic:Application has test: False
INFO:iotlab-m3.tests/periph_timer_short_relative_set:Board supported: True
INFO:iotlab-m3.tests/periph_timer_short_relative_set:Board has enough memory: True
INFO:iotlab-m3.tests/periph_timer_short_relative_set:Application has test: False
INFO:iotlab-m3.tests/periph_uart:Board supported: True
INFO:iotlab-m3.tests/periph_uart:Board has enough memory: True
INFO:iotlab-m3.tests/periph_uart:Application has test: False
INFO:iotlab-m3.tests/periph_uart_mode:Board supported: True
INFO:iotlab-m3.tests/periph_uart_mode:Board has enough memory: True
INFO:iotlab-m3.tests/periph_uart_mode:Application has test: False
INFO:iotlab-m3.tests/periph_uart_nonblocking:Board supported: True
INFO:iotlab-m3.tests/periph_uart_nonblocking:Board has enough memory: True
INFO:iotlab-m3.tests/periph_uart_nonblocking:Application has test: False
INFO:iotlab-m3.tests/periph_wdt:Board supported: True
INFO:iotlab-m3.tests/periph_wdt:Board has enough memory: True
INFO:iotlab-m3.tests/periph_wdt:Application has test: False
INFO:iotlab-m3.tests/phydat_dump:Board supported: True
INFO:iotlab-m3.tests/phydat_dump:Board has enough memory: True
INFO:iotlab-m3.tests/phydat_dump:Application has test: False
INFO:iotlab-m3.tests/pipe:Board supported: True
INFO:iotlab-m3.tests/pipe:Board has enough memory: True
INFO:iotlab-m3.tests/pipe:Application has test: False
INFO:iotlab-m3.tests/pkg_arduino_sdi_12:Board supported: False
INFO:iotlab-m3.tests/pkg_c25519:Board supported: True
INFO:iotlab-m3.tests/pkg_c25519:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_c25519:Application has test: False
INFO:iotlab-m3.tests/pkg_cayenne-lpp:Board supported: True
INFO:iotlab-m3.tests/pkg_cayenne-lpp:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_cayenne-lpp:Application has test: False
INFO:iotlab-m3.tests/pkg_cifra:Board supported: True
INFO:iotlab-m3.tests/pkg_cifra:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_cifra:Application has test: False
INFO:iotlab-m3.tests/pkg_cmsis-dsp:Board supported: True
INFO:iotlab-m3.tests/pkg_cmsis-dsp:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_cmsis-dsp:Application has test: False
INFO:iotlab-m3.tests/pkg_cmsis-nn:Board supported: True
INFO:iotlab-m3.tests/pkg_cmsis-nn:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_cmsis-nn:Application has test: False
INFO:iotlab-m3.tests/pkg_cn-cbor:Board supported: True
INFO:iotlab-m3.tests/pkg_cn-cbor:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_cn-cbor:Application has test: False
INFO:iotlab-m3.tests/pkg_corejson:Board supported: True
INFO:iotlab-m3.tests/pkg_corejson:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_corejson:Application has test: False
INFO:iotlab-m3.tests/pkg_cryptoauthlib_compare_sha256:Board supported: True
INFO:iotlab-m3.tests/pkg_cryptoauthlib_compare_sha256:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_cryptoauthlib_compare_sha256:Application has test: False
INFO:iotlab-m3.tests/pkg_cryptoauthlib_internal-tests:Board supported: True
INFO:iotlab-m3.tests/pkg_cryptoauthlib_internal-tests:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_cryptoauthlib_internal-tests:Application has test: False
INFO:iotlab-m3.tests/pkg_edhoc_c:Board supported: True
INFO:iotlab-m3.tests/pkg_edhoc_c:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_edhoc_c:Application has test: False
INFO:iotlab-m3.tests/pkg_elk:Board supported: True
INFO:iotlab-m3.tests/pkg_elk:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_elk:Application has test: False
INFO:iotlab-m3.tests/pkg_emlearn:Board supported: True
INFO:iotlab-m3.tests/pkg_emlearn:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_emlearn:Application has test: False
INFO:iotlab-m3.tests/pkg_fatfs:Board supported: True
INFO:iotlab-m3.tests/pkg_fatfs:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_fatfs:Application has test: False
INFO:iotlab-m3.tests/pkg_fatfs_vfs:Board supported: True
INFO:iotlab-m3.tests/pkg_fatfs_vfs:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_fatfs_vfs:Application has test: False
INFO:iotlab-m3.tests/pkg_fff:Board supported: True
INFO:iotlab-m3.tests/pkg_fff:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_fff:Application has test: False
INFO:iotlab-m3.tests/pkg_flatbuffers:Board supported: True
INFO:iotlab-m3.tests/pkg_flatbuffers:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_flatbuffers:Application has test: False
INFO:iotlab-m3.tests/pkg_hacl:Board supported: True
INFO:iotlab-m3.tests/pkg_hacl:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_hacl:Application has test: False
INFO:iotlab-m3.tests/pkg_heatshrink:Board supported: True
INFO:iotlab-m3.tests/pkg_heatshrink:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_heatshrink:Application has test: False
INFO:iotlab-m3.tests/pkg_jsmn:Board supported: True
INFO:iotlab-m3.tests/pkg_jsmn:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_jsmn:Application has test: False
INFO:iotlab-m3.tests/pkg_libb2:Board supported: True
INFO:iotlab-m3.tests/pkg_libb2:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_libb2:Application has test: False
INFO:iotlab-m3.tests/pkg_libbase58:Board supported: True
INFO:iotlab-m3.tests/pkg_libbase58:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_libbase58:Application has test: False
INFO:iotlab-m3.tests/pkg_libcose:Board supported: True
INFO:iotlab-m3.tests/pkg_libcose:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_libcose:Application has test: False
INFO:iotlab-m3.tests/pkg_libfixmath:Board supported: True
INFO:iotlab-m3.tests/pkg_libfixmath:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_libfixmath:Application has test: False
INFO:iotlab-m3.tests/pkg_libfixmath_unittests:Board supported: True
INFO:iotlab-m3.tests/pkg_libfixmath_unittests:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_libfixmath_unittests:Application has test: False
INFO:iotlab-m3.tests/pkg_libhydrogen:Board supported: True
INFO:iotlab-m3.tests/pkg_libhydrogen:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_libhydrogen:Application has test: False
INFO:iotlab-m3.tests/pkg_littlefs:Board supported: True
INFO:iotlab-m3.tests/pkg_littlefs:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_littlefs:Application has test: False
INFO:iotlab-m3.tests/pkg_littlefs2:Board supported: True
INFO:iotlab-m3.tests/pkg_littlefs2:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_littlefs2:Application has test: False
INFO:iotlab-m3.tests/pkg_lora-serialization:Board supported: True
INFO:iotlab-m3.tests/pkg_lora-serialization:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_lora-serialization:Application has test: False
INFO:iotlab-m3.tests/pkg_lvgl:Board supported: True
INFO:iotlab-m3.tests/pkg_lvgl:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_lvgl:Application has test: False
INFO:iotlab-m3.tests/pkg_lvgl_touch:Board supported: True
INFO:iotlab-m3.tests/pkg_lvgl_touch:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_lvgl_touch:Application has test: False
INFO:iotlab-m3.tests/pkg_lz4:Board supported: True
INFO:iotlab-m3.tests/pkg_lz4:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_lz4:Application has test: False
INFO:iotlab-m3.tests/pkg_micro-ecc:Board supported: True
INFO:iotlab-m3.tests/pkg_micro-ecc:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_micro-ecc:Application has test: False
INFO:iotlab-m3.tests/pkg_micro-ecc-with-hwrng:Board supported: False
INFO:iotlab-m3.tests/pkg_microcoap:Board supported: True
INFO:iotlab-m3.tests/pkg_microcoap:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_microcoap:Application has test: False
INFO:iotlab-m3.tests/pkg_minmea:Board supported: True
INFO:iotlab-m3.tests/pkg_minmea:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_minmea:Application has test: False
INFO:iotlab-m3.tests/pkg_monocypher:Board supported: True
INFO:iotlab-m3.tests/pkg_monocypher:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_monocypher:Application has test: False
INFO:iotlab-m3.tests/pkg_nanocbor:Board supported: True
INFO:iotlab-m3.tests/pkg_nanocbor:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_nanocbor:Application has test: False
INFO:iotlab-m3.tests/pkg_nanopb:Board supported: True
INFO:iotlab-m3.tests/pkg_nanopb:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_nanopb:Application has test: False
INFO:iotlab-m3.tests/pkg_openwsn:Board supported: True
INFO:iotlab-m3.tests/pkg_openwsn:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_openwsn:Application has test: False
INFO:iotlab-m3.tests/pkg_openwsn_sock_udp:Board supported: True
INFO:iotlab-m3.tests/pkg_openwsn_sock_udp:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_openwsn_sock_udp:Application has test: False
INFO:iotlab-m3.tests/pkg_qcbor:Board supported: True
INFO:iotlab-m3.tests/pkg_qcbor:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_qcbor:Application has test: False
INFO:iotlab-m3.tests/pkg_qdsa:Board supported: True
INFO:iotlab-m3.tests/pkg_qdsa:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_qdsa:Application has test: False
INFO:iotlab-m3.tests/pkg_qr-code-generator:Board supported: True
INFO:iotlab-m3.tests/pkg_qr-code-generator:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_qr-code-generator:Application has test: False
INFO:iotlab-m3.tests/pkg_relic:Board supported: True
INFO:iotlab-m3.tests/pkg_relic:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_relic:Application has test: False
INFO:iotlab-m3.tests/pkg_semtech-loramac:Board supported: True
INFO:iotlab-m3.tests/pkg_semtech-loramac:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_semtech-loramac:Application has test: False
INFO:iotlab-m3.tests/pkg_spiffs:Board supported: True
INFO:iotlab-m3.tests/pkg_spiffs:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_spiffs:Application has test: False
INFO:iotlab-m3.tests/pkg_tensorflow-lite:Board supported: True
INFO:iotlab-m3.tests/pkg_tensorflow-lite:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_tensorflow-lite:Application has test: False
INFO:iotlab-m3.tests/pkg_tiny-asn1:Board supported: True
INFO:iotlab-m3.tests/pkg_tiny-asn1:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_tiny-asn1:Application has test: False
INFO:iotlab-m3.tests/pkg_tinycbor:Board supported: True
INFO:iotlab-m3.tests/pkg_tinycbor:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_tinycbor:Application has test: False
INFO:iotlab-m3.tests/pkg_tinycrypt:Board supported: True
INFO:iotlab-m3.tests/pkg_tinycrypt:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_tinycrypt:Application has test: False
INFO:iotlab-m3.tests/pkg_tinydtls_sock_async:Board supported: True
INFO:iotlab-m3.tests/pkg_tinydtls_sock_async:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_tinydtls_sock_async:Application has test: False
INFO:iotlab-m3.tests/pkg_tweetnacl:Board supported: True
INFO:iotlab-m3.tests/pkg_tweetnacl:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_tweetnacl:Application has test: False
INFO:iotlab-m3.tests/pkg_u8g2:Board supported: True
INFO:iotlab-m3.tests/pkg_u8g2:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_u8g2:Application has test: False
INFO:iotlab-m3.tests/pkg_ubasic:Board supported: True
INFO:iotlab-m3.tests/pkg_ubasic:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_ubasic:Application has test: False
INFO:iotlab-m3.tests/pkg_ucglib:Board supported: True
INFO:iotlab-m3.tests/pkg_ucglib:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_ucglib:Application has test: False
INFO:iotlab-m3.tests/pkg_umorse:Board supported: True
INFO:iotlab-m3.tests/pkg_umorse:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_umorse:Application has test: False
INFO:iotlab-m3.tests/pkg_utensor:Board supported: True
INFO:iotlab-m3.tests/pkg_utensor:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_utensor:Application has test: False
INFO:iotlab-m3.tests/pkg_uzlib:Board supported: True
INFO:iotlab-m3.tests/pkg_uzlib:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_uzlib:Application has test: False
INFO:iotlab-m3.tests/pkg_wolfcrypt-ed25519-verify:Board supported: True
INFO:iotlab-m3.tests/pkg_wolfcrypt-ed25519-verify:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_wolfcrypt-ed25519-verify:Application has test: False
INFO:iotlab-m3.tests/pkg_wolfssl:Board supported: True
INFO:iotlab-m3.tests/pkg_wolfssl:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_wolfssl:Application has test: False
INFO:iotlab-m3.tests/pkg_yxml:Board supported: True
INFO:iotlab-m3.tests/pkg_yxml:Board has enough memory: True
INFO:iotlab-m3.tests/pkg_yxml:Application has test: False
INFO:iotlab-m3.tests/posix_semaphore:Board supported: True
INFO:iotlab-m3.tests/posix_semaphore:Board has enough memory: True
INFO:iotlab-m3.tests/posix_semaphore:Application has test: False
INFO:iotlab-m3.tests/posix_sleep:Board supported: True
INFO:iotlab-m3.tests/posix_sleep:Board has enough memory: True
INFO:iotlab-m3.tests/posix_sleep:Application has test: False
INFO:iotlab-m3.tests/prng_sha1prng:Board supported: True
INFO:iotlab-m3.tests/prng_sha1prng:Board has enough memory: True
INFO:iotlab-m3.tests/prng_sha1prng:Application has test: False
INFO:iotlab-m3.tests/prng_sha256prng:Board supported: True
INFO:iotlab-m3.tests/prng_sha256prng:Board has enough memory: True
INFO:iotlab-m3.tests/prng_sha256prng:Application has test: False
INFO:iotlab-m3.tests/progress_bar:Board supported: True
INFO:iotlab-m3.tests/progress_bar:Board has enough memory: True
INFO:iotlab-m3.tests/progress_bar:Application has test: False
INFO:iotlab-m3.tests/ps_schedstatistics:Board supported: True
INFO:iotlab-m3.tests/ps_schedstatistics:Board has enough memory: True
INFO:iotlab-m3.tests/ps_schedstatistics:Application has test: False
INFO:iotlab-m3.tests/pthread:Board supported: True
INFO:iotlab-m3.tests/pthread:Board has enough memory: True
INFO:iotlab-m3.tests/pthread:Application has test: False
INFO:iotlab-m3.tests/pthread_barrier:Board supported: True
INFO:iotlab-m3.tests/pthread_barrier:Board has enough memory: True
INFO:iotlab-m3.tests/pthread_barrier:Application has test: False
INFO:iotlab-m3.tests/pthread_cleanup:Board supported: True
INFO:iotlab-m3.tests/pthread_cleanup:Board has enough memory: True
INFO:iotlab-m3.tests/pthread_cleanup:Application has test: False
INFO:iotlab-m3.tests/pthread_condition_variable:Board supported: True
INFO:iotlab-m3.tests/pthread_condition_variable:Board has enough memory: True
INFO:iotlab-m3.tests/pthread_condition_variable:Application has test: False
INFO:iotlab-m3.tests/pthread_cooperation:Board supported: True
INFO:iotlab-m3.tests/pthread_cooperation:Board has enough memory: True
INFO:iotlab-m3.tests/pthread_cooperation:Application has test: False
INFO:iotlab-m3.tests/pthread_flood:Board supported: True
INFO:iotlab-m3.tests/pthread_flood:Board has enough memory: True
INFO:iotlab-m3.tests/pthread_flood:Application has test: False
INFO:iotlab-m3.tests/pthread_rwlock:Board supported: True
INFO:iotlab-m3.tests/pthread_rwlock:Board has enough memory: True
INFO:iotlab-m3.tests/pthread_rwlock:Application has test: False
INFO:iotlab-m3.tests/pthread_tls:Board supported: True
INFO:iotlab-m3.tests/pthread_tls:Board has enough memory: True
INFO:iotlab-m3.tests/pthread_tls:Application has test: False
INFO:iotlab-m3.tests/puf_sram:Board supported: True
INFO:iotlab-m3.tests/puf_sram:Board has enough memory: True
INFO:iotlab-m3.tests/puf_sram:Application has test: False
INFO:iotlab-m3.tests/riotboot:Board supported: True
INFO:iotlab-m3.tests/riotboot:Board has enough memory: True
INFO:iotlab-m3.tests/riotboot:Application has test: False
INFO:iotlab-m3.tests/riotboot_flashwrite:Board supported: True
INFO:iotlab-m3.tests/riotboot_flashwrite:Board has enough memory: True
INFO:iotlab-m3.tests/riotboot_flashwrite:Application has test: False
INFO:iotlab-m3.tests/riotboot_hdr:Board supported: True
INFO:iotlab-m3.tests/riotboot_hdr:Board has enough memory: True
INFO:iotlab-m3.tests/riotboot_hdr:Application has test: False
INFO:iotlab-m3.tests/rmutex:Board supported: True
INFO:iotlab-m3.tests/rmutex:Board has enough memory: True
INFO:iotlab-m3.tests/rmutex:Application has test: False
INFO:iotlab-m3.tests/rmutex_cpp:Board supported: True
INFO:iotlab-m3.tests/rmutex_cpp:Board has enough memory: True
INFO:iotlab-m3.tests/rmutex_cpp:Application has test: False
INFO:iotlab-m3.tests/rng:Board supported: True
INFO:iotlab-m3.tests/rng:Board has enough memory: True
INFO:iotlab-m3.tests/rng:Application has test: False
INFO:iotlab-m3.tests/rust_minimal:Board supported: True
INFO:iotlab-m3.tests/rust_minimal:Board has enough memory: True
INFO:iotlab-m3.tests/rust_minimal:Application has test: False
INFO:iotlab-m3.tests/saul:Board supported: True
INFO:iotlab-m3.tests/saul:Board has enough memory: True
INFO:iotlab-m3.tests/saul:Application has test: False
INFO:iotlab-m3.tests/saul_drivers:Board supported: False
INFO:iotlab-m3.tests/sched_testing:Board supported: True
INFO:iotlab-m3.tests/sched_testing:Board has enough memory: True
INFO:iotlab-m3.tests/sched_testing:Application has test: False
INFO:iotlab-m3.tests/sema:Board supported: True
INFO:iotlab-m3.tests/sema:Board has enough memory: True
INFO:iotlab-m3.tests/sema:Application has test: False
INFO:iotlab-m3.tests/shell:Board supported: True
INFO:iotlab-m3.tests/shell:Board has enough memory: True
INFO:iotlab-m3.tests/shell:Application has test: False
INFO:iotlab-m3.tests/slip:Board supported: True
INFO:iotlab-m3.tests/slip:Board has enough memory: True
INFO:iotlab-m3.tests/slip:Application has test: False
INFO:iotlab-m3.tests/sntp:Board supported: True
INFO:iotlab-m3.tests/sntp:Board has enough memory: True
INFO:iotlab-m3.tests/sntp:Application has test: False
INFO:iotlab-m3.tests/sock_udp_aux:Board supported: True
INFO:iotlab-m3.tests/sock_udp_aux:Board has enough memory: True
INFO:iotlab-m3.tests/sock_udp_aux:Application has test: False
INFO:iotlab-m3.tests/socket_zep:Board supported: False
INFO:iotlab-m3.tests/ssp:Board supported: True
INFO:iotlab-m3.tests/ssp:Board has enough memory: True
INFO:iotlab-m3.tests/ssp:Application has test: False
INFO:iotlab-m3.tests/stdin:Board supported: True
INFO:iotlab-m3.tests/stdin:Board has enough memory: True
INFO:iotlab-m3.tests/stdin:Application has test: False
INFO:iotlab-m3.tests/stm32_bootloader:Board supported: True
INFO:iotlab-m3.tests/stm32_bootloader:Board has enough memory: True
INFO:iotlab-m3.tests/stm32_bootloader:Application has test: False
INFO:iotlab-m3.tests/struct_tm_utility:Board supported: True
INFO:iotlab-m3.tests/struct_tm_utility:Board has enough memory: True
INFO:iotlab-m3.tests/struct_tm_utility:Application has test: False
INFO:iotlab-m3.tests/suit_manifest:Board supported: True
INFO:iotlab-m3.tests/suit_manifest:Board has enough memory: True
INFO:iotlab-m3.tests/suit_manifest:Application has test: False
INFO:iotlab-m3.tests/sys_architecture:Board supported: True
INFO:iotlab-m3.tests/sys_architecture:Board has enough memory: True
INFO:iotlab-m3.tests/sys_architecture:Application has test: False
INFO:iotlab-m3.tests/sys_arduino:Board supported: False
INFO:iotlab-m3.tests/sys_arduino_analog:Board supported: False
INFO:iotlab-m3.tests/sys_arduino_lib:Board supported: False
INFO:iotlab-m3.tests/sys_atomic_utils:Board supported: True
INFO:iotlab-m3.tests/sys_atomic_utils:Board has enough memory: True
INFO:iotlab-m3.tests/sys_atomic_utils:Application has test: False
INFO:iotlab-m3.tests/sys_atomic_utils_unittests:Board supported: True
INFO:iotlab-m3.tests/sys_atomic_utils_unittests:Board has enough memory: True
INFO:iotlab-m3.tests/sys_atomic_utils_unittests:Application has test: False
INFO:iotlab-m3.tests/sys_crypto:Board supported: True
INFO:iotlab-m3.tests/sys_crypto:Board has enough memory: True
INFO:iotlab-m3.tests/sys_crypto:Application has test: False
INFO:iotlab-m3.tests/sys_crypto_aes_ccm:Board supported: True
INFO:iotlab-m3.tests/sys_crypto_aes_ccm:Board has enough memory: True
INFO:iotlab-m3.tests/sys_crypto_aes_ccm:Application has test: False
INFO:iotlab-m3.tests/sys_fido2_ctap:Board supported: False
INFO:iotlab-m3.tests/sys_ptrtag:Board supported: True
INFO:iotlab-m3.tests/sys_ptrtag:Board has enough memory: True
INFO:iotlab-m3.tests/sys_ptrtag:Application has test: False
INFO:iotlab-m3.tests/sys_sched_round_robin:Board supported: True
INFO:iotlab-m3.tests/sys_sched_round_robin:Board has enough memory: True
INFO:iotlab-m3.tests/sys_sched_round_robin:Application has test: False
INFO:iotlab-m3.tests/sys_sema_inv:Board supported: True
INFO:iotlab-m3.tests/sys_sema_inv:Board has enough memory: True
INFO:iotlab-m3.tests/sys_sema_inv:Application has test: False
INFO:iotlab-m3.tests/sys_stdio_semihosting:Board supported: True
INFO:iotlab-m3.tests/sys_stdio_semihosting:Board has enough memory: True
INFO:iotlab-m3.tests/sys_stdio_semihosting:Application has test: False
INFO:iotlab-m3.tests/test_tools:Board supported: True
INFO:iotlab-m3.tests/test_tools:Board has enough memory: True
INFO:iotlab-m3.tests/test_tools:Application has test: False
INFO:iotlab-m3.tests/thread_basic:Board supported: True
INFO:iotlab-m3.tests/thread_basic:Board has enough memory: True
INFO:iotlab-m3.tests/thread_basic:Application has test: False
INFO:iotlab-m3.tests/thread_cooperation:Board supported: True
INFO:iotlab-m3.tests/thread_cooperation:Board has enough memory: True
INFO:iotlab-m3.tests/thread_cooperation:Application has test: False
INFO:iotlab-m3.tests/thread_exit:Board supported: True
INFO:iotlab-m3.tests/thread_exit:Board has enough memory: True
INFO:iotlab-m3.tests/thread_exit:Application has test: False
INFO:iotlab-m3.tests/thread_flags:Board supported: True
INFO:iotlab-m3.tests/thread_flags:Board has enough memory: True
INFO:iotlab-m3.tests/thread_flags:Application has test: False
INFO:iotlab-m3.tests/thread_flags_xtimer:Board supported: True
INFO:iotlab-m3.tests/thread_flags_xtimer:Board has enough memory: True
INFO:iotlab-m3.tests/thread_flags_xtimer:Application has test: False
INFO:iotlab-m3.tests/thread_float:Board supported: True
INFO:iotlab-m3.tests/thread_float:Board has enough memory: True
INFO:iotlab-m3.tests/thread_float:Application has test: False
INFO:iotlab-m3.tests/thread_flood:Board supported: True
INFO:iotlab-m3.tests/thread_flood:Board has enough memory: True
INFO:iotlab-m3.tests/thread_flood:Application has test: False
INFO:iotlab-m3.tests/thread_msg:Board supported: True
INFO:iotlab-m3.tests/thread_msg:Board has enough memory: True
INFO:iotlab-m3.tests/thread_msg:Application has test: False
INFO:iotlab-m3.tests/thread_msg_block_race:Board supported: True
INFO:iotlab-m3.tests/thread_msg_block_race:Board has enough memory: True
INFO:iotlab-m3.tests/thread_msg_block_race:Application has test: False
INFO:iotlab-m3.tests/thread_msg_block_w_queue:Board supported: True
INFO:iotlab-m3.tests/thread_msg_block_w_queue:Board has enough memory: True
INFO:iotlab-m3.tests/thread_msg_block_w_queue:Application has test: False
INFO:iotlab-m3.tests/thread_msg_block_wo_queue:Board supported: True
INFO:iotlab-m3.tests/thread_msg_block_wo_queue:Board has enough memory: True
INFO:iotlab-m3.tests/thread_msg_block_wo_queue:Application has test: False
INFO:iotlab-m3.tests/thread_msg_bus:Board supported: True
INFO:iotlab-m3.tests/thread_msg_bus:Board has enough memory: True
INFO:iotlab-m3.tests/thread_msg_bus:Application has test: False
INFO:iotlab-m3.tests/thread_msg_seq:Board supported: True
INFO:iotlab-m3.tests/thread_msg_seq:Board has enough memory: True
INFO:iotlab-m3.tests/thread_msg_seq:Application has test: False
INFO:iotlab-m3.tests/thread_priority_inversion:Board supported: True
INFO:iotlab-m3.tests/thread_priority_inversion:Board has enough memory: True
INFO:iotlab-m3.tests/thread_priority_inversion:Application has test: False
INFO:iotlab-m3.tests/thread_race:Board supported: True
INFO:iotlab-m3.tests/thread_race:Board has enough memory: True
INFO:iotlab-m3.tests/thread_race:Application has test: False
INFO:iotlab-m3.tests/thread_zombie:Board supported: True
INFO:iotlab-m3.tests/thread_zombie:Board has enough memory: True
INFO:iotlab-m3.tests/thread_zombie:Application has test: False
INFO:iotlab-m3.tests/touch_dev:Board supported: True
INFO:iotlab-m3.tests/touch_dev:Board has enough memory: True
INFO:iotlab-m3.tests/touch_dev:Application has test: False
INFO:iotlab-m3.tests/trace:Board supported: True
INFO:iotlab-m3.tests/trace:Board has enough memory: True
INFO:iotlab-m3.tests/trace:Application has test: False
INFO:iotlab-m3.tests/trickle:Board supported: True
INFO:iotlab-m3.tests/trickle:Board has enough memory: True
INFO:iotlab-m3.tests/trickle:Application has test: False
INFO:iotlab-m3.tests/turo:Board supported: True
INFO:iotlab-m3.tests/turo:Board has enough memory: True
INFO:iotlab-m3.tests/turo:Application has test: False
INFO:iotlab-m3.tests/turo_txt:Board supported: True
INFO:iotlab-m3.tests/turo_txt:Board has enough memory: True
INFO:iotlab-m3.tests/turo_txt:Application has test: False
INFO:iotlab-m3.tests/unittests:Board supported: True
INFO:iotlab-m3.tests/unittests:Board has enough memory: True
INFO:iotlab-m3.tests/unittests:Application has test: False
INFO:iotlab-m3.tests/usbus:Board supported: True
INFO:iotlab-m3.tests/usbus:Board has enough memory: True
INFO:iotlab-m3.tests/usbus:Application has test: False
INFO:iotlab-m3.tests/usbus_cdc_acm_stdio:Board supported: False
INFO:iotlab-m3.tests/usbus_cdc_ecm:Board supported: False
INFO:iotlab-m3.tests/usbus_hid:Board supported: False
INFO:iotlab-m3.tests/vfs_plus_stdio:Board supported: True
INFO:iotlab-m3.tests/vfs_plus_stdio:Board has enough memory: True
INFO:iotlab-m3.tests/vfs_plus_stdio:Application has test: False
INFO:iotlab-m3.tests/warn_conflict:Board supported: False
INFO:iotlab-m3.tests/xfa:Board supported: True
INFO:iotlab-m3.tests/xfa:Board has enough memory: True
INFO:iotlab-m3.tests/xfa:Application has test: False
INFO:iotlab-m3.tests/xtimer_drift:Board supported: True
INFO:iotlab-m3.tests/xtimer_drift:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_drift:Application has test: False
INFO:iotlab-m3.tests/xtimer_hang:Board supported: True
INFO:iotlab-m3.tests/xtimer_hang:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_hang:Application has test: False
INFO:iotlab-m3.tests/xtimer_longterm:Board supported: True
INFO:iotlab-m3.tests/xtimer_longterm:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_longterm:Application has test: False
INFO:iotlab-m3.tests/xtimer_msg:Board supported: True
INFO:iotlab-m3.tests/xtimer_msg:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_msg:Application has test: False
INFO:iotlab-m3.tests/xtimer_msg_receive_timeout:Board supported: True
INFO:iotlab-m3.tests/xtimer_msg_receive_timeout:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_msg_receive_timeout:Application has test: False
INFO:iotlab-m3.tests/xtimer_mutex_lock_timeout:Board supported: True
INFO:iotlab-m3.tests/xtimer_mutex_lock_timeout:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_mutex_lock_timeout:Application has test: False
INFO:iotlab-m3.tests/xtimer_now32_overflow:Board supported: True
INFO:iotlab-m3.tests/xtimer_now32_overflow:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_now32_overflow:Application has test: False
INFO:iotlab-m3.tests/xtimer_now64_continuity:Board supported: True
INFO:iotlab-m3.tests/xtimer_now64_continuity:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_now64_continuity:Application has test: False
INFO:iotlab-m3.tests/xtimer_now_irq:Board supported: True
INFO:iotlab-m3.tests/xtimer_now_irq:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_now_irq:Application has test: False
INFO:iotlab-m3.tests/xtimer_overhead:Board supported: True
INFO:iotlab-m3.tests/xtimer_overhead:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_overhead:Application has test: False
INFO:iotlab-m3.tests/xtimer_periodic_wakeup:Board supported: True
INFO:iotlab-m3.tests/xtimer_periodic_wakeup:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_periodic_wakeup:Application has test: False
INFO:iotlab-m3.tests/xtimer_remove:Board supported: True
INFO:iotlab-m3.tests/xtimer_remove:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_remove:Application has test: False
INFO:iotlab-m3.tests/xtimer_reset:Board supported: True
INFO:iotlab-m3.tests/xtimer_reset:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_reset:Application has test: False
INFO:iotlab-m3.tests/xtimer_rmutex_lock_timeout:Board supported: True
INFO:iotlab-m3.tests/xtimer_rmutex_lock_timeout:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_rmutex_lock_timeout:Application has test: False
INFO:iotlab-m3.tests/xtimer_usleep:Board supported: True
INFO:iotlab-m3.tests/xtimer_usleep:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_usleep:Application has test: False
INFO:iotlab-m3.tests/xtimer_usleep_short:Board supported: True
INFO:iotlab-m3.tests/xtimer_usleep_short:Board has enough memory: True
INFO:iotlab-m3.tests/xtimer_usleep_short:Application has test: False
INFO:iotlab-m3.tests/ztimer64_msg:Board supported: True
INFO:iotlab-m3.tests/ztimer64_msg:Board has enough memory: True
INFO:iotlab-m3.tests/ztimer64_msg:Application has test: False
INFO:iotlab-m3.tests/ztimer_msg:Board supported: True
INFO:iotlab-m3.tests/ztimer_msg:Board has enough memory: True
INFO:iotlab-m3.tests/ztimer_msg:Application has test: False
INFO:iotlab-m3.tests/ztimer_mutex_lock_timeout:Board supported: True
INFO:iotlab-m3.tests/ztimer_mutex_lock_timeout:Board has enough memory: True
INFO:iotlab-m3.tests/ztimer_mutex_lock_timeout:Application has test: False
INFO:iotlab-m3.tests/ztimer_overhead:Board supported: True
INFO:iotlab-m3.tests/ztimer_overhead:Board has enough memory: True
INFO:iotlab-m3.tests/ztimer_overhead:Application has test: False
INFO:iotlab-m3.tests/ztimer_periodic:Board supported: True
INFO:iotlab-m3.tests/ztimer_periodic:Board has enough memory: True
INFO:iotlab-m3.tests/ztimer_periodic:Application has test: False
INFO:iotlab-m3.tests/ztimer_rmutex_lock_timeout:Board supported: True
INFO:iotlab-m3.tests/ztimer_rmutex_lock_timeout:Board has enough memory: True
INFO:iotlab-m3.tests/ztimer_rmutex_lock_timeout:Application has test: False
INFO:iotlab-m3.tests/ztimer_underflow:Board supported: True
INFO:iotlab-m3.tests/ztimer_underflow:Board has enough memory: True
INFO:iotlab-m3.tests/ztimer_underflow:Application has test: False
INFO:iotlab-m3.tests/ztimer_xsec:Board supported: True
INFO:iotlab-m3.tests/ztimer_xsec:Board has enough memory: True
INFO:iotlab-m3.tests/ztimer_xsec:Application has test: False
INFO:iotlab-m3:Tests successful
BUILD_IN_DOCKER=1 IOTLAB_NODE=m3-101.grenoble.iot-lab.info ./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py . iotlab-m3 --with-test-only FAILED (micropython and riotboot)On a first run a couple of tests failed, I re-ran them since they failed mainly because of specific issues fromBUILD_IN_DOCKER when IOTLAB_NODE is set, RIOT-OS/RIOT#17545 wants to address that.
Re-runs that suceeded:
IOTLAB_NODE=m3-101.grenoble.iot-lab.info ./dist/tools/compile_and_test_for_board/compile_and_test_for_board.py . iotlab-m3 --test-targets="tests-with-config" --test-available-target="test-with-config/available" --with-test-only -j4 --applications="test s/gnrc_dhcpv6_client" PASSEDINFO:iotlab-m3:Saving toolchain
INFO:iotlab-m3.tests/gnrc_dhcpv6_client:Board supported: True
INFO:iotlab-m3.tests/gnrc_dhcpv6_client:Board has enough memory: True
INFO:iotlab-m3.tests/gnrc_dhcpv6_client:Application has test: True
INFO:iotlab-m3.tests/gnrc_dhcpv6_client:Run compilation
INFO:iotlab-m3.tests/gnrc_dhcpv6_client:Run test
INFO:iotlab-m3.tests/gnrc_dhcpv6_client:Run test.flash
INFO:iotlab-m3.tests/gnrc_dhcpv6_client:Success
INFO:iotlab-m3:Tests successful
|
|
The |
PASSED |
@emmanuelsearch that is just |
@fjmolinas I know. For some reason miniterm is not found in the PATH by the script. Thanks to your help, I pointed to miniterm differently and the test passes see below. And below for good measure I add the output of ~/RIOT$ BOARD=iotlab-m3 TERMPROG=miniterm make -C examples/micropython test PASSED
|
PASSED |
PASSED |
PASSED |
PASSED |
PASSED |
PASSED |
|
@leandrolanzieri do you think you could run the Contiki interopt test, I don't have a |
8. Task #03 - UDP exchange between iotlab-m3 and ContikiTested against PASSEDRIOT node
Contiki node
|
Tested locally between a samr21-xpro and an atusb transceiver plugged into my desktop. 8. Task #02 - ICMPv6 echo between iotlab-m3 and Linux with 6LowPANPASSEDkoen@zometeen ~/dev/RIOT/examples/gnrc_networking $ make BOARD=samr21-xpro term
/home/koen/dev/RIOT/dist/tools/pyterm/pyterm -p "/dev/ttyACM0" -b "115200"
Twisted not available, please install it if you want to use pyterm's JSON capabilities
2022-01-26 20:28:16,969 # Connect to serial port /dev/ttyACM0
Welcome to pyterm!
Type '/exit' to exit.
ifconfig
2022-01-26 20:28:22,175 # ifconfig
2022-01-26 20:28:22,182 # Iface 6 HWaddr: 3D:01 Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK
2022-01-26 20:28:22,183 #
2022-01-26 20:28:22,187 # Long HWaddr: 00:04:25:19:18:01:BD:01
2022-01-26 20:28:22,194 # TX-Power: 0dBm State: IDLE max. Retrans.: 3 CSMA Retries: 4
2022-01-26 20:28:22,201 # AUTOACK ACK_REQ CSMA L2-PDU:102 MTU:1280 HL:64 RTR
2022-01-26 20:28:22,203 # 6LO IPHC
2022-01-26 20:28:22,207 # Source address length: 8
2022-01-26 20:28:22,209 # Link type: wireless
2022-01-26 20:28:22,215 # inet6 addr: fe80::204:2519:1801:bd01 scope: link VAL
2022-01-26 20:28:22,218 # inet6 group: ff02::2
2022-01-26 20:28:22,221 # inet6 group: ff02::1
2022-01-26 20:28:22,225 # inet6 group: ff02::1:ff01:bd01
2022-01-26 20:28:22,227 # inet6 group: ff02::1a
2022-01-26 20:28:22,228 #
2022-01-26 20:28:22,231 # Statistics for Layer 2
2022-01-26 20:28:22,234 # RX packets 1 bytes 43
2022-01-26 20:28:22,239 # TX packets 5 (Multicast: 5) bytes 201
2022-01-26 20:28:22,242 # TX succeeded 5 errors 0
2022-01-26 20:28:22,245 # Statistics for IPv6
2022-01-26 20:28:22,248 # RX packets 1 bytes 64
2022-01-26 20:28:22,253 # TX packets 5 (Multicast: 5) bytes 306
2022-01-26 20:28:22,256 # TX succeeded 5 errors 0
2022-01-26 20:28:22,256 #
> ifconfig 6 add 2a02:58:140:b10::2/64
2022-01-26 20:28:25,838 # ifconfig 6 add 2a02:58:140:b10::2/64
2022-01-26 20:28:25,843 # success: added 2a02:58:140:b10::2/64 to interface 6
ping6 2a02:58:140:b10::1
2022-01-26 20:28:37,910 # ping6 2a02:58:140:b10::1
2022-01-26 20:28:38,931 # 12 bytes from 2a02:58:140:b10::1: icmp_seq=1 ttl=64 rssi=-49 dBm time=12.444 ms
2022-01-26 20:28:39,934 # 12 bytes from 2a02:58:140:b10::1: icmp_seq=2 ttl=64 rssi=-49 dBm time=14.946 ms
2022-01-26 20:28:40,913 #
2022-01-26 20:28:40,916 # --- 2a02:58:140:b10::1 PING statistics ---
2022-01-26 20:28:40,922 # 3 packets transmitted, 2 packets received, 33% packet loss
2022-01-26 20:28:40,926 # round-trip min/avg/max = 12.444/13.695/14.946 ms And the other way around for good measure: koen@zometeen ~ $ ip a show dev lowpan0
6: lowpan0@wpan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1280 qdisc noqueue state UNKNOWN group default qlen 1000
link/6lowpan 10:e2:d5:ff:ff:00:01:d9 brd ff:ff:ff:ff:ff:ff:ff:ff
inet6 2a02:58:140:b10::1/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::12e2:d5ff:ff00:1d9/64 scope link
valid_lft forever preferred_lft forever
koen@zometeen ~ $ ping6 2a02:58:140:b10::2 -c 3
PING 2a02:58:140:b10::2(2a02:58:140:b10::2) 56 data bytes
64 bytes from 2a02:58:140:b10::2: icmp_seq=1 ttl=64 time=18.0 ms
64 bytes from 2a02:58:140:b10::2: icmp_seq=2 ttl=64 time=18.0 ms
64 bytes from 2a02:58:140:b10::2: icmp_seq=3 ttl=64 time=18.1 ms
--- 2a02:58:140:b10::2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 17.956/18.037/18.141/0.077 ms 08. Task #04 - ICMPv6 echo between iotlab-m3 and Internet host through Linux with 6LowPANPASSEDkoen@zometeen ~/dev/RIOT/examples/gnrc_networking $ make BOARD=samr21-xpro reset term
/home/koen/dev/RIOT/dist/tools/edbg/edbg.sh reset
### Resetting Target ###
/home/koen/dev/RIOT/dist/tools/pyterm/pyterm -p "/dev/ttyACM0" -b "115200"
Twisted not available, please install it if you want to use pyterm's JSON capabilities
2022-01-26 20:41:33,132 # Connect to serial port /dev/ttyACM0
Welcome to pyterm!
Type '/exit' to exit.
2022-01-26 20:41:34,142 # main(): This is RIOT! (Version: 2022.04-devel-HEAD)
2022-01-26 20:41:34,142 # RIOT network stack example application
2022-01-26 20:41:34,142 # All up, running the shell now
> ifconfig 6 add 2a02:58:140:b10::2/64
2022-01-26 20:41:42,478 # ifconfig 6 add 2a02:58:140:b10::2/64
2022-01-26 20:41:42,483 # success: added 2a02:58:140:b10::2/64 to interface 6
> nib route add 6 default 2a02:58:140:b10::1
2022-01-26 20:41:53,406 # nib route add 6 default 2a02:58:140:b10::1
> ping 2001:67c:254:b0b0::1
2022-01-26 20:42:38,410 # ping 2001:67c:254:b0b0::1
2022-01-26 20:42:39,457 # 12 bytes from 2001:67c:254:b0b0::1: icmp_seq=1 ttl=56 rssi=-49 dBm time=38.248 ms
2022-01-26 20:42:40,460 # 12 bytes from 2001:67c:254:b0b0::1: icmp_seq=2 ttl=56 rssi=-49 dBm time=40.215 ms
2022-01-26 20:42:41,413 #
2022-01-26 20:42:41,417 # --- 2001:67c:254:b0b0::1 PING statistics ---
2022-01-26 20:42:41,422 # 3 packets transmitted, 2 packets received, 33% packet loss
2022-01-26 20:42:41,426 # round-trip min/avg/max = 38.248/39.231/40.215 ms
> ping 2001:67c:254:b0b0::1
2022-01-26 20:42:45,216 # ping 2001:67c:254:b0b0::1
2022-01-26 20:42:45,261 # 12 bytes from 2001:67c:254:b0b0::1: icmp_seq=0 ttl=56 rssi=-49 dBm time=37.893 ms
2022-01-26 20:42:46,263 # 12 bytes from 2001:67c:254:b0b0::1: icmp_seq=1 ttl=56 rssi=-49 dBm time=39.277 ms
2022-01-26 20:42:47,264 # 12 bytes from 2001:67c:254:b0b0::1: icmp_seq=2 ttl=56 rssi=-49 dBm time=39.728 ms
2022-01-26 20:42:47,265 #
2022-01-26 20:42:47,268 # --- 2001:67c:254:b0b0::1 PING statistics ---
2022-01-26 20:42:47,274 # 3 packets transmitted, 3 packets received, 0% packet loss
2022-01-26 20:42:47,278 # round-trip min/avg/max = 37.893/38.966/39.728 ms |
8. Task #05 - ICMPv6 echo between iotlab-m3 and Internet host through RIOT border routerPASSED
|
8. Task #06 - UDP between iotlab-m3 and Internet host through RIOT border routerPASSEDOn local network.
|
8. Task #07 - UDP between iotlab-m3 and Internet host through RIOT border router (200b payloadPASSED
|
Thanks @fjmolinas ! |
Closing in favor of #241 |
This issue lists the status of all tests for the Release Candidate 1 of the 2022.01 release.
Specs tested:
Task Release 2015.12 - pre-RC1 #9 - deprecatedTask Release 2015.12 - RC1 #10 - deprecatedThe text was updated successfully, but these errors were encountered: