RIOT-OS / Release-Specs

Specification for RIOT releases and corresponding test configurations
4 stars 21 forks source link

Release 2020.01 - RC1 #145

Closed fjmolinas closed 4 years ago

fjmolinas commented 4 years ago

This issue lists the status of all tests for the Release Candidate 1 of the 2020.01 release.

Specs tested:

fjmolinas commented 4 years ago

I'm counting as pass since it seems tests/gnrc_tcp is expected to fail on non-native.

2-tests Task 2 - issues with `tests/gnrc_tcp` PASS First run was with `compile_and_test_for_board` skipping tests that require a setup: ``` examples/suit_update tests/gnrc_ipv6_ext tests/gnrc_ipv6_ext_frag tests/gnrc_rpl_srh tests/gnrc_dhcpv6_client tests/gnrc_sock_dns tests/gnrc_tcp tests/driver_grove_ledbar tests/driver_my922 tests/driver_ds1307 tests/pkg_fatfs_vfs ``` These should not be ran since an invalid configuration of pins can brake the board. ``` tests/driver_grove_ledbar tests/driver_my922 tests/driver_ds1307 ``` This one requires an sd car, no possible on this board. ``` tests/pkg_fatfs_vfs ``` - `tests/gnrc_ipv6_ext` ``` sudo BOARD=iotlab-m3 make -C tests/gnrc_ipv6_ext test make: Entering directory '/home/francisco/workspace/RIOT/tests/gnrc_ipv6_ext' /bin/sh: 1: arm-none-eabi-gcc: not found make[1]: Nothing to be done for 'all'. No protocol specified Unable to init server: Could not connect: Connection refused No protocol specified Unable to init server: Could not connect: Connection refused (01-run.py:12784): Gdk-CRITICAL **: 09:35:17.486: gdk_cursor_new_for_display: assertion 'GDK_IS_DISPLAY (display)' failed ...................SUCCESS make: Leaving directory '/home/francisco/workspace/RIOT/tests/gnrc_ipv6_ext' ``` - `tests/gnrc_ipv6_ext_frag` ``` make: Entering directory '/home/francisco/workspace/RIOT/tests/gnrc_ipv6_ext_frag' /bin/sh: 1: arm-none-eabi-gcc: not found make[1]: Nothing to be done for 'all'. No protocol specified Unable to init server: Could not connect: Connection refused No protocol specified Unable to init server: Could not connect: Connection refused (01-run.py:17672): Gdk-CRITICAL **: 09:39:09.895: gdk_cursor_new_for_display: assertion 'GDK_IS_DISPLAY (display)' failed ................SUCCESS Skipping datagram reception tests due to ethos bug. ``` - `tests/gnrc_sock_dns` ``` sudo BOARD=iotlab-m3 make -C tests/gnrc_sock_dns/ test make: Entering directory '/home/francisco/workspace/RIOT/tests/gnrc_sock_dns' /bin/sh: 1: arm-none-eabi-gcc: not found make[1]: Nothing to be done for 'all'. No protocol specified Unable to init server: Could not connect: Connection refused No protocol specified Unable to init server: Could not connect: Connection refused (01-run.py:20584): Gdk-CRITICAL **: 09:41:41.650: gdk_cursor_new_for_display: assertion 'GDK_IS_DISPLAY (display)' failed ..............SUCCESS make: Leaving directory '/home/francisco/workspace/RIOT/tests/gnrc_sock_dns' ``` - `tests/gnrc_rpl_srh` ``` (01-run.py:25585): Gdk-CRITICAL **: 09:50:06.443: gdk_cursor_new_for_display: assertion 'GDK_IS_DISPLAY (display)' failed ..............SUCCESS make: Leaving directory '/home/francisco/workspace/RIOT/tests/gnrc_rpl_srh' ```

@miri64 I noticed that tests/gnrc_rpl_srh tends to fail if I do multiple runs, always succeeds after the first flash though. The README makes me think that is to be expected, but I want to confirm.

miri64 commented 4 years ago

IIRC this test was far from stable on boards, even when merged. Is that on native or real board?

Can we just whitelist native then?

If an issue comes with that explaining the reason (I'm not sure there is already one).

miri64 commented 4 years ago

I'm counting as pass since it seems tests/gnrc_tcp is expected to fail on non-native. 2-tests Task 2 - issues with tests/gnrc_tcp PASS

@miri64 I noticed that tests/gnrc_rpl_srh tends to fail if I do multiple runs, always succeeds after the first flash though. The README makes me think that is to be expected, but I want to confirm.

Yeah... I know by now how to stabilize the sniffer. I'll try to find the time for the next release to fix that.

fjmolinas commented 4 years ago
08-interop Task 1 Passes - riotnode ``` ifconfig Iface 6 HWaddr: A6:BA:82:84:E8:FA L2-PDU:1500 MTU:1500 HL:64 RTR RTR_ADV Source address length: 6 Link type: wired inet6 addr: fe80::a4ba:82ff:fe84:e8fa scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff84:e8fa inet6 group: ff02::1a Statistics for Layer 2 RX packets 2 bytes 220 TX packets 1 (Multicast: 1) bytes 78 TX succeeded 1 errors 0 Statistics for IPv6 RX packets 2 bytes 192 TX packets 1 (Multicast: 1) bytes 64 TX succeeded 1 errors 0 > ping6 fe80::a4ba:82ff:fe84:e8f9 ping6 fe80::a4ba:82ff:fe84:e8f9 12 bytes from fe80::a4ba:82ff:fe84:e8f9: icmp_seq=0 ttl=64 time=0.541 ms 12 bytes from fe80::a4ba:82ff:fe84:e8f9: icmp_seq=1 ttl=64 time=0.137 ms 12 bytes from fe80::a4ba:82ff:fe84:e8f9: icmp_seq=2 ttl=64 time=0.219 ms --- fe80::a4ba:82ff:fe84:e8f9 PING statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.137/0.299/0.541 ms ``` -linux ``` → ping6 fe80::a4ba:82ff:fe84:e8fa%tap0 PING fe80::a4ba:82ff:fe84:e8fa%tap0(fe80::a4ba:82ff:fe84:e8fa%tap0) 56 data bytes 64 bytes from fe80::a4ba:82ff:fe84:e8fa%tap0: icmp_seq=1 ttl=64 time=0.318 ms 64 bytes from fe80::a4ba:82ff:fe84:e8fa%tap0: icmp_seq=2 ttl=64 time=0.204 ms 64 bytes from fe80::a4ba:82ff:fe84:e8fa%tap0: icmp_seq=3 ttl=64 time=0.235 ms 64 bytes from fe80::a4ba:82ff:fe84:e8fa%tap0: icmp_seq=4 ttl=64 time=0.222 ms ^C --- fe80::a4ba:82ff:fe84:e8fa%tap0 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3060ms rtt min/avg/max/mdev = 0.204/0.244/0.318/0.047 ms ```
fjmolinas commented 4 years ago

@MrKevinWeiss ping on xbee!

fjmolinas commented 4 years ago
01-ci Task 2 Passes ``` main(): This is RIOT! (Version: 2020.04-devel-HEAD) Help: Press s to start test, r to print it is ready READY s START ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ OK (960 tests) ```
01-ci Task 3 Passes ``` for test in $(ls -d tests-*); do RIOT_CI_BUILD=1 BUILD_IN_DOCKER=1 make ${test} flash-only test --no-print-directory; done; Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-analog_util Building application "tests_unittests" for "native" with MCU "native". text data bss dec hex filename 26903 1012 47688 75603 12753 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf true ^CTraceback (most recent call last): File "/home/francisco/workspace/RIOT/tests/unittests/tests/01-run.py", line 18, in sys.exit(run(testfunc, timeout=120)) File "/home/francisco/workspace/RIOT/dist/pythonlibs/testrunner/__init__.py", line 27, in run logfile=sys.stdout if echo else None) File "/home/francisco/workspace/RIOT/dist/pythonlibs/testrunner/spawn.py", line 73, in setup_child time.sleep(MAKE_TERM_STARTED_DELAY) KeyboardInterrupt /home/francisco/workspace/RIOT/tests/unittests/../../Makefile.include:735: recipe for target 'test' failed make: *** [test] Interrupt ~/workspace/RIOT/tests/unittests |tag:2020.04-devel {168} U:1 ✗| → for test in $(ls -d tests-*); do RIOT_CI_BUILD=1 BUILD_IN_DOCKER=1 make ${test} flash-only test -j3 --no-print-directory; done; Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-analog_util true Building application "tests_unittests" for "native" with MCU "native". text data bss dec hex filename 26903 1012 47688 75603 12753 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START . OK (1 tests) Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-base64 true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START . OK (1 tests) text data bss dec hex filename 38412 732 47688 86832 15330 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-bcd true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ........... OK (11 tests) text data bss dec hex filename 29151 692 47688 77531 12edb /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-bitfield true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ...... OK (6 tests) text data bss dec hex filename 32722 708 47688 81118 13cde /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-bloom true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ........ OK (8 tests) text data bss dec hex filename 47711 4724 47720 100155 1873b /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-bluetil true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .. OK (2 tests) text data bss dec hex filename 28428 656 47688 76772 12be4 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-checksum true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START . OK (1 tests) text data bss dec hex filename 39619 1004 47688 88311 158f7 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-clif true Building application "tests_unittests" for "native" with MCU "native". text data bss dec hex filename 34459 740 47688 82887 143c7 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ......................... OK (25 tests) Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-color true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .. OK (2 tests) text data bss dec hex filename 32251 708 47688 80647 13b07 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-core true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ........ OK (8 tests) text data bss dec hex filename 79523 1684 56176 137383 218a7 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-credman true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .............................................................................................. OK (94 tests) text data bss dec hex filename 35097 688 47788 83573 14675 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-div true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ..... OK (5 tests) text data bss dec hex filename 29309 676 47688 77673 12f69 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-ecc true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .... OK (4 tests) text data bss dec hex filename 35213 839 47688 83740 1471c /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-fib true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .......... OK (10 tests) text data bss dec hex filename 61406 888 49076 111370 1b30a /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-fib_sr true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .................... OK (20 tests) text data bss dec hex filename 58461 764 52244 111469 1b36d /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-flashpage true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ............ OK (12 tests) text data bss dec hex filename 27629 660 47688 75977 128c9 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-fmt true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .. OK (2 tests) text data bss dec hex filename 67107 888 47688 115683 1c3e3 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-frac true Building application "tests_unittests" for "native" with MCU "native". text data bss dec hex filename 28588 652 47688 76928 12c80 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ............................. OK (29 tests) Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-gcoap true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START . OK (1 tests) text data bss dec hex filename 54630 1284 47776 103690 1950a /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-gnrc_ipv6 true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ........... OK (11 tests) text data bss dec hex filename 29151 692 47688 77531 12edb /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-bitfield true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ...... OK (6 tests) text data bss dec hex filename 32722 708 47688 81118 13cde /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-bloom true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ........ OK (8 tests) text data bss dec hex filename 47711 4724 47720 100155 1873b /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-bluetil true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .. OK (2 tests) text data bss dec hex filename 28428 656 47688 76772 12be4 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-checksum true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START . OK (1 tests) text data bss dec hex filename 39619 1004 47688 88311 158f7 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-clif true Building application "tests_unittests" for "native" with MCU "native". text data bss dec hex filename 34459 740 47688 82887 143c7 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ......................... OK (25 tests) Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-color true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .. OK (2 tests) text data bss dec hex filename 32251 708 47688 80647 13b07 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-core true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ........ OK (8 tests) text data bss dec hex filename 79523 1684 56176 137383 218a7 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-credman true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .............................................................................................. OK (94 tests) text data bss dec hex filename 35097 688 47788 83573 14675 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-div true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ..... OK (5 tests) text data bss dec hex filename 29309 676 47688 77673 12f69 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-ecc true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .... OK (4 tests) text data bss dec hex filename 35213 839 47688 83740 1471c /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-fib true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .......... OK (10 tests) text data bss dec hex filename 61406 888 49076 111370 1b30a /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-fib_sr true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .................... OK (20 tests) text data bss dec hex filename 58461 764 52244 111469 1b36d /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-flashpage true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ............ OK (12 tests) text data bss dec hex filename 27629 660 47688 75977 128c9 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-fmt true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .. OK (2 tests) text data bss dec hex filename 67107 888 47688 115683 1c3e3 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-frac true Building application "tests_unittests" for "native" with MCU "native". text data bss dec hex filename 28588 652 47688 76928 12c80 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ............................. OK (29 tests) Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-gcoap true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START . OK (1 tests) text data bss dec hex filename 54630 1284 47776 103690 1950a /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-gnrc_ipv6 true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ........... OK (11 tests) text data bss dec hex filename 35914 716 53928 90558 161be /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-gnrc_ipv6_hdr true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ........ OK (8 tests) text data bss dec hex filename 33631 672 53860 88163 15863 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-gnrc_ipv6_nib true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ... OK (3 tests) text data bss dec hex filename 162767 2008 57960 222735 3660f /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-gnrc_mac_internal true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ....................................................................................................................................................... OK (151 tests) text data bss dec hex filename 45335 680 53928 99943 18667 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-gnrc_sixlowpan_frag_vrb true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ... OK (3 tests) text data bss dec hex filename 36636 748 48480 85864 14f68 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-gnrc_udp true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ....... OK (7 tests) text data bss dec hex filename 36513 720 47768 85001 14c09 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-hashes true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ......... OK (9 tests) text data bss dec hex filename 85450 1608 48736 135794 21272 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-ieee802154 true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ..................................... OK (37 tests) text data bss dec hex filename 55693 1128 47688 104509 1983d /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-inet_csum true Building application "tests_unittests" for "native" with MCU "native". text data bss dec hex filename 29988 708 47688 78384 13230 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ............................................................ OK (60 tests) Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-ipv4_addr true Building application "tests_unittests" for "native" with MCU "native". text data bss dec hex filename 31961 768 47688 80417 13a21 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ........ OK (8 tests) Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-ipv6_addr true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ............... OK (15 tests) text data bss dec hex filename 68173 1376 47688 117237 1c9f5 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-ipv6_hdr true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ......................................................................................... OK (89 tests) text data bss dec hex filename 37495 796 47688 85979 14fdb /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-luid true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ................ OK (16 tests) text data bss dec hex filename 29041 676 47692 77409 12e61 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-matstat true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ... OK (3 tests) text data bss dec hex filename 38762 708 47688 87158 15476 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-mtd true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ........ OK (8 tests) text data bss dec hex filename 38777 840 48088 87705 15699 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-nanocoap true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ...... OK (6 tests) text data bss dec hex filename 53812 988 47688 102488 19058 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-netopt true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY text data bss dec hex filename 29297 1040 47688 78025 130c9 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf s START ................... OK (19 tests) Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-netreg true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .. OK (2 tests) text data bss dec hex filename 33338 772 47696 81806 13f8e /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-phydat true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ............. OK (13 tests) text data bss dec hex filename 28023 652 47688 76363 12a4b /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-pkt true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START . OK (1 tests) text data bss dec hex filename 37946 772 47748 86466 151c2 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-pktbuf true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ............... OK (15 tests) text data bss dec hex filename 71192 1012 53860 126064 1ec70 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-pktqueue true Building application "tests_unittests" for "native" with MCU "native". text data bss dec hex filename 34245 684 47692 82621 142bd /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ............................................. OK (45 tests) Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-printf_float true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY text data bss dec hex filename 27699 652 47688 76039 12907 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf s START ..... OK (5 tests) Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-priority_pktqueue true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START . OK (1 tests) text data bss dec hex filename 41020 720 53860 95600 17570 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-rtc true Building application "tests_unittests" for "native" with MCU "native". text data bss dec hex filename 31634 708 47688 80030 1389e /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ......... OK (9 tests) Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-saul_reg true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ....... OK (7 tests) text data bss dec hex filename 34492 756 47692 82940 143fc /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-scanf_float true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ...... OK (6 tests) text data bss dec hex filename 28447 696 47688 76831 12c1f /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-seq true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY text data bss dec hex filename 49241 964 47724 97929 17e89 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf s START ...... OK (6 tests) Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-sht1x true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ........................................ OK (40 tests) text data bss dec hex filename 30803 652 47744 79199 1355f /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-sixlowpan true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START . OK (1 tests) text data bss dec hex filename 29627 796 47688 78111 1311f /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-sixlowpan_ctx true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ................... OK (19 tests) text data bss dec hex filename 40208 752 48132 89092 15c04 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-sixlowpan_sfr true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ............. OK (13 tests) text data bss dec hex filename 35915 708 47688 84311 14957 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-sock_util true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ........ OK (8 tests) text data bss dec hex filename 42899 808 47896 91603 165d3 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-timex true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .................. OK (18 tests) text data bss dec hex filename 30776 684 47688 79148 1352c /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-tsrb true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ..... OK (5 tests) text data bss dec hex filename 34471 732 47764 82967 14417 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-uuid true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START ......... OK (9 tests) text data bss dec hex filename 39545 688 47720 87953 15791 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf Launching build container using image "riot/riotbuild:latest". docker run --rm -t -u "$(id -u)" \ -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/home/francisco/workspace/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' \ -e 'RIOT_CI_BUILD=1' \ -w '/data/riotbuild/riotbase/tests/unittests/' \ 'riot/riotbuild:latest' make tests-vfs true Building application "tests_unittests" for "native" with MCU "native". r make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/francisco/workspace/RIOT/tests/unittests/bin/native/tests_unittests.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) Help: Press s to start test, r to print it is ready READY s START .... OK (4 tests) text data bss dec hex filename 60345 1532 48124 110001 1adb1 /data/riotbuild/riotbase/tests/unittests/bin/native/tests_unittests.elf ```
fjmolinas commented 4 years ago

@RIOT-OS/maintainers can someone with a 6lowpan rpi test 08-interop Task 02 and 04.

fjmolinas commented 4 years ago

Re ran tests/gnrc_tcp on iotlab-m3, not sure what is going on but now it works reliably...

03-send_data.py: success

06-receive_data_closed_conn.py: success

No protocol specified
Unable to init server: Could not connect: Connection refused
No protocol specified
Unable to init server: Could not connect: Connection refused

(05-garbage-pkts.py:13666): Gdk-CRITICAL **: 11:37:34.476: gdk_cursor_new_for_display: assertion 'GDK_IS_DISPLAY (display)' failed
- test_short_payload SUCCESS

- test_short_header SUCCESS

- test_send_ack_instead_of_syn SUCCESS

- test_option_parsing_term SUCCESS

05-garbage-pkts.py: success

04-receive_data.py: success

02-conn_lifecycle_as_server.py: success

01-conn_lifecycle_as_client.py: success

make: Leaving directory '/home/francisco/workspace/RIOT/tests/gnrc_tcp'
fjmolinas commented 4 years ago
8-interop Task 8 Passes in RC1 - gnrc node ``` ifconfig Iface 7 HWaddr: 11:15 Channel: 26 Page: 0 NID: 0x23 Long HWaddr: 02:BC:F6:65:10:6B:11:15 TX-Power: 0dBm State: IDLE max. Retrans.: 3 CSMA Retries: 4 AUTOACK ACK_REQ CSMA L2-PDU:102 MTU:1280 HL:64 RTR 6LO IPHC Source address length: 8 Link type: wireless inet6 addr: fe80::bc:f665:106b:1115 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff6b:1115 inet6 group: ff02::1a Statistics for Layer 2 RX packets 1 bytes 59 TX packets 6 (Multicast: 6) bytes 244 TX succeeded 6 errors 0 Statistics for IPv6 RX packets 1 bytes 80 TX packets 6 (Multicast: 6) bytes 370 TX succeeded 6 errors 0 > udp server start 3000 udp server start 3000 Success: started UDP server on port 3000 > udp send fe80::34bd:fd65:106b:1115 3000 "HI!RIOT!" udp send fe80::34bd:fd65:106b:1115 3000 "HI!RIOT!" Success: sent 8 byte(s) to [fe80::34bd:fd65:106b:1115]:3000 > PKTDUMP: data received: ~~ SNIP 0 - size: 0 byte, type: NETTYPE_UNDEF (0) 00000000~~ SNIP 1 - size: 8 byte, type: NETTYPE_UDP (4) src-port: 3000 dst-port: 3000 length: 8 cksum: 0x7f27 ~~ SNIP 2 - size: 40 byte, type: NETTYPE_IPV6 (2) traffic class: 0x00 (ECN: 0x0, DSCP: 0x00) flow label: 0x00000 length: 8 next header: 17 hop limit: 255 source address: fe80::34bd:fd65:106b:1115 destination address: fe80::bc:f665:106b:1115 ~~ SNIP 3 - size: 24 byte, type: NETTYPE_NETIF (-1) if_pid: 7 rssi: -49 lqi: 255 flags: 0x0 src_l2addr: 36:BD:FD:65:10:6B:11:15 dst_l2addr: 02:BC:F6:65:10:6B:11:15 ~~ PKT - 4 snips, total size: 72 byte ``` - lwip node ``` > ifconfig ifconfig L6_00: inet6 fe80::34bd:fd65:106b:1115 > Received UDP data from [fe80::bc:f665:106b:1115]:3000: 00000000 48 49 21 52 49 4F 54 21 udp send fe80::bc:f665:106b:1115 3000 "HI!RIOT!" udp send fe80::bc:f665:106b:1115 3000 "HI!RIOT!" Success: send 0 byte over UDP to [fe80::bc:f665:106b:1115]:3000 ```
9-interop Task 9 Passes in RC1 - gnrc node ``` ifconfig Iface 7 HWaddr: 11:15 Channel: 26 Page: 0 NID: 0x23 Long HWaddr: 02:BC:F6:65:10:6B:11:15 TX-Power: 0dBm State: IDLE max. Retrans.: 3 CSMA Retries: 4 AUTOACK ACK_REQ CSMA L2-PDU:102 MTU:1280 HL:64 RTR 6LO IPHC Source address length: 8 Link type: wireless inet6 addr: fe80::bc:f665:106b:1115 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff6b:1115 inet6 group: ff02::1a Statistics for Layer 2 RX packets 14 bytes 764 TX packets 14 (Multicast: 12) bytes 604 TX succeeded 14 errors 0 Statistics for IPv6 RX packets 12 bytes 920 TX packets 14 (Multicast: 12) bytes 890 TX succeeded 14 errors 0 > udp send fe80::308f:f765:106b:1115 3000 "HI!RIOT!" udp send fe80::308f:f765:106b:1115 3000 "HI!RIOT!" Success: sent 8 byte(s) to [fe80::308f:f765:106b:1115]:3000 > udp server start 3000 udp server start 3000 Error: server already running on port 3000 > PKTDUMP: data received: ~~ SNIP 0 - size: 9 byte, type: NETTYPE_UNDEF (0) 00000000 48 49 21 52 49 4F 54 21 0A ~~ SNIP 1 - size: 8 byte, type: NETTYPE_UDP (4) src-port: 1029 dst-port: 3000 length: 17 cksum: 0x7fea ~~ SNIP 2 - size: 40 byte, type: NETTYPE_IPV6 (2) traffic class: 0x00 (ECN: 0x0, DSCP: 0x00) flow label: 0x00000 length: 17 next header: 17 hop limit: 64 source address: fe80::308f:f765:106b:1115 destination address: fe80::bc:f665:106b:1115 ~~ SNIP 3 - size: 24 byte, type: NETTYPE_NETIF (-1) if_pid: 7 rssi: -59 lqi: 255 flags: 0x0 src_l2addr: 32:8F:F7:65:10:6B:11:15 dst_l2addr: 02:BC:F6:65:10:6B:11:15 ~~ PKT - 4 snips, total size: 81 byte ``` - emb6 node ``` > ifconfig ifconfig 0: inet6 fe80::308f:f765:106b:1115 > Received from [fe80::bc:f665:106b:1115]:3000: 00000000 48 49 21 52 49 4F 54 21 udp send fe80::bc:f665:106b:1115 3000 "HI!RIOT!" udp send fe80::bc:f665:106b:1115 3000 "HI!RIOT!" Success: send 0 byte to [fe80::bc:f665:106b:1115]:3000) > udp send udp send usage: udp send [ []] > udp send fe80::bc:f665:106b:1115 3000 "HI!RIOT!" udp send fe80::bc:f665:106b:1115 3000 "HI!RIOT!" Success: send 0 byte to [fe80::bc:f665:106b:1115]:3000) > udp send fe80::bc:f665:106b:1115 3000 48492152494f54210a udp send fe80::bc:f665:106b:1115 3000 48492152494f54210a Success: send 9 byte to [fe80::bc:f665:106b:1115]:3000) ```
10-interop Task 9 Passes in RC1 - lwip node ``` > ifconfig ifconfig L6_00: inet6 fe80::34bd:fd65:106b:1115 > Received UDP data from [fe80::bc:f665:106b:1115]:3000: 00000000 48 49 21 52 49 4F 54 21 udp send fe80::bc:f665:106b:1115 3000 "HI!RIOT!" udp send fe80::bc:f665:106b:1115 3000 "HI!RIOT!" Success: send 0 byte over UDP to [fe80::bc:f665:106b:1115]:3000 > ifconfig ifconfig L6_00: inet6 fe80::34bd:fd65:106b:1115 > Received UDP data from [fe80::308f:f765:106b:1115]:1030: 00000000 48 49 21 52 49 4F 54 21 0A udp send fe80::308f:f765:106b:1115 3000 48492152494f54210a udp send fe80::308f:f765:106b:1115 3000 48492152494f54210a Success: send 9 byte over UDP to [fe80::308f:f765:106b:1115]:3000 ``` - emb6 node ``` > ifconfig ifconfig 0: inet6 fe80::308f:f765:106b:1115 > udp send udp send usage: udp send [ []] > udp send fe80::34bd:fd65:106b:1115 3000 48492152494f54210a udp send fe80::34bd:fd65:106b:1115 3000 48492152494f54210a Success: send 9 byte to [fe80::34bd:fd65:106b:1115]:3000) > Received from [fe80::34bd:fd65:106b:1115]:3000: 00000000 48 49 21 52 49 4F 54 21 0A ```
fjmolinas commented 4 years ago
03-single-hop-ipv6-icmp Task 4 Passes in RC1 ``` > ifconfig ifconfig Iface 6 HWaddr: A6:BA:82:84:E8:FA L2-PDU:1500 MTU:1500 HL:64 RTR RTR_ADV Source address length: 6 Link type: wired inet6 addr: fe80::a4ba:82ff:fe84:e8fa scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff84:e8fa inet6 group: ff02::1a Statistics for Layer 2 RX packets 26522691 bytes 1500238134 TX packets 24501895 (Multicast: 14) bytes 2735933794 TX succeeded 24501895 errors 0 Statistics for IPv6 RX packets 24502262 bytes 2393244256 TX packets 24501895 (Multicast: 14) bytes 2392907264 TX succeeded 24501895 errors 0 > > pktbuf pktbuf packet buffer: first byte: 0x56655ca0, last byte: 0x566574a0 (size: 6144) position of last byte used: 6144 ~ unused: 0x56655ca0 (next: (nil), size: 6144) ~ > ``` - Average packeloss 7% on all terminals pinging native ``` --- fe80::a4ba:82ff:fe84:e8fa%tap0 ping statistics --- 2524508 packets transmitted, 2334414 received, 7% packet loss, time 3549469ms rtt min/avg/max/mdev = 0.078/0.156/60.712/0.402 ms, pipe 2, ipg/ewma 1.406/0.272 ms ```
fjmolinas commented 4 years ago

@miri64 what pkt buffer size do you suggest for 03-single-hop-ipv6-icmp Task 6?

fjmolinas commented 4 years ago

03-single-hop-ipv6-icmp Task 3 FAILS in RC1, expected because of https://github.com/RIOT-OS/RIOT/issues/12565

tap0 (pinged node) ``` gnrc_netif: possibly lost interrupt. gnrc_netif: possibly lost interrupt. gnrc_netif: possibly lost interrupt. gnrc_netif: possibly lost interrupt. gnrc_netif: possibly lost interrupt. gnrc_netif: possibly lost interrupt. gnrc_netif: possibly lost interrupt. gnrc_netif: possibly lost interrupt. gnrc_netif: possibly lost interrupt. pktbuf pktbuf packet buffer: first byte: 0x56610ca0, last byte: 0x566124a0 (size: 6144) position of last byte used: 6144 ~ unused: 0x56610ca0 (next: (nil), size: 6144) ~ ```
tap1 OK ``` rror: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full --- fe80::60ab:c0ff:fe0a:3949 PING statistics --- 1000000 packets transmitted, 0 packets received, 100% packet loss > pktbuf pktbuf packet buffer: first byte: 0x56632ca0, last byte: 0x566344a0 (size: 6144) position of last byte used: 5360 ~ unused: 0x56632ca0 (next: (nil), size: 6144) ~ > ```
tap2 LEAK ``` > pktbuf pktbuf packet buffer: first byte: 0x565d0ca0, last byte: 0x565d24a0 (size: 6144) position of last byte used: 6144 =========== chunk 0 (0x565d0ca0 size: 96) =========== 00000000 E8 0C 5D 56 F8 12 5D 56 B4 05 00 00 01 00 00 00 00000010 02 00 00 00 00 00 00 00 00 00 00 00 D0 0C 5D 56 00000020 14 00 00 00 01 00 00 00 FF FF FF FF 3A 40 FE 80 00000030 06 06 06 00 00 00 00 00 62 AB C0 0A 39 49 7A 18 00000040 FB FA A2 73 00 00 78 18 B8 0C 5D 56 D0 12 5D 56 00000050 28 00 00 00 01 00 00 00 01 00 00 00 53 53 53 53 ~ unused: 0x565d0d00 (next: 0x565d18b0, size: 1488) ~ =========== chunk 1 (0x565d12d0 size: 1504) =========== 00000000 60 00 00 00 05 B4 3A 40 FE 80 00 00 00 00 00 00 00000010 60 AB C0 FF FE 0A 39 49 FE 80 00 00 00 00 00 00 00000020 78 18 FB FF FE FA A2 73 81 00 EF D0 48 82 DA 23 00000030 D7 5D 7C 0C 53 53 53 53 53 53 53 53 53 53 53 53 00000040 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000050 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000060 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000070 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000080 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000090 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000000A0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000000B0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000000C0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000000D0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000000E0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000000F0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000100 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000110 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000120 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000130 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000140 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000150 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000160 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000170 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000180 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000190 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000001A0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000001B0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000001C0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000001D0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000001E0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000001F0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000200 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000210 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000220 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000230 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000240 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000250 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000260 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000270 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000280 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000290 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000002A0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000002B0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000002C0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000002D0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000002E0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000002F0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000300 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000310 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000320 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000330 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000340 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000350 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000360 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000370 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000380 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000390 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000003A0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000003B0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000003C0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000003D0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000003E0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000003F0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000400 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000410 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000420 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000430 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000440 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000450 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000460 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000470 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000480 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000490 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000004A0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000004B0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000004C0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000004D0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000004E0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000004F0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000500 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000510 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000520 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000530 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000540 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000550 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000560 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000570 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000580 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 00000590 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000005A0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000005B0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000005C0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 000005D0 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 53 ~ unused: 0x565d18b0 (next: (nil), size: 3056) ~ > ```
tap3 OK ``` error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full --- fe80::60ab:c0ff:fe0a:3949 PING statistics --- 1000000 packets transmitted, 0 packets received, 100% packet loss > pktbuf pktbuf packet buffer: first byte: 0x56692ca0, last byte: 0x566944a0 (size: 6144) position of last byte used: 4928 ~ unused: 0x56692ca0 (next: (nil), size: 6144) ~ > ```
tap4 OK ``` 1460 bytes from fe80::60ab:c0ff:fe0a:3949: icmp_seq=8662 ttl=64 time=0.502 ms 1460 bytes from fe80::60ab:c0ff:fe0a:3949: icmp_seq=8665 ttl=64 time=0.493 ms 1460 bytes from fe80::60ab:c0ff:fe0a:3949: icmp_seq=8667 ttl=64 time=0.779 ms 1460 bytes from fe80::60ab:c0ff:fe0a:3949: icmp_seq=8670 ttl=64 time=0.876 ms 1460 bytes from fe80::60ab:c0ff:fe0a:3949: icmp_seq=8672 ttl=64 time=0.987 ms 1460 bytes from fe80::60ab:c0ff:fe0a:3949: icmp_seq=8689 ttl=64 time=0.761 ms 1460 bytes from fe80::60ab:c0ff:fe0a:3949: icmp_seq=8692 ttl=64 time=0.838 ms 1460 bytes from fe80::60ab:c0ff:fe0a:3949: icmp_seq=8698 ttl=64 time=0.863 ms 1460 bytes from fe80::60ab:c0ff:fe0a:3949: icmp_seq=8700 ttl=64 time=6289.970 ms --- fe80::60ab:c0ff:fe0a:3949 PING statistics --- 1000000 packets transmitted, 2696 packets received, 1 duplicates, 99% packet loss round-trip min/avg/max = 0.253/11.560/6289.970 ms > pktbuf pktbuf packet buffer: first byte: 0x56627ca0, last byte: 0x566294a0 (size: 6144) position of last byte used: 6144 ~ unused: 0x56627ca0 (next: (nil), size: 6144) ~ > ```
tap5 OK ``` error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full --- fe80::60ab:c0ff:fe0a:3949 PING statistics --- 1000000 packets transmitted, 0 packets received, 100% packet loss > pktbuf pktbuf packet buffer: first byte: 0x565d0ca0, last byte: 0x565d24a0 (size: 6144) position of last byte used: 4928 ~ unused: 0x565d0ca0 (next: (nil), size: 6144) ~ > ```
tap6 OK ``` error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full --- fe80::60ab:c0ff:fe0a:3949 PING statistics --- 1000000 packets transmitted, 0 packets received, 100% packet loss > pktbuf pktbuf packet buffer: first byte: 0x565e2ca0, last byte: 0x565e44a0 (size: 6144) position of last byte used: 4928 ~ unused: 0x565e2ca0 (next: (nil), size: 6144) ~ > ```
tap7 OK ``` error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full --- fe80::60ab:c0ff:fe0a:3949 PING statistics --- 1000000 packets transmitted, 0 packets received, 100% packet loss > pktbuf pktbuf packet buffer: first byte: 0x5663bca0, last byte: 0x5663d4a0 (size: 6144) position of last byte used: 4952 ~ unused: 0x5663bca0 (next: (nil), size: 6144) ~ > ```
tap8 OK ``` error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full --- fe80::60ab:c0ff:fe0a:3949 PING statistics --- 1000000 packets transmitted, 0 packets received, 100% packet loss > pktbuf pktbuf packet buffer: first byte: 0x565a5ca0, last byte: 0x565a74a0 (size: 6144) position of last byte used: 4928 ~ unused: 0x565a5ca0 (next: (nil), size: 6144) ~ > ```
tap9 OK ``` error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full --- fe80::60ab:c0ff:fe0a:3949 PING statistics --- 1000000 packets transmitted, 0 packets received, 100% packet loss > pktbuf pktbuf packet buffer: first byte: 0x565a5ca0, last byte: 0x565a74a0 (size: 6144) position of last byte used: 4928 ~ unused: 0x565a5ca0 (next: (nil), size: 6144) ~ ```
tap10 OK ``` error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full error: packet buffer full --- fe80::60ab:c0ff:fe0a:3949 PING statistics --- 1000000 packets transmitted, 0 packets received, 100% packet loss > pktbuf pktbuf packet buffer: first byte: 0x565efca0, last byte: 0x565f14a0 (size: 6144) position of last byte used: 4928 ~ unused: 0x565efca0 (next: (nil), size: 6144) ~ > ```
fjmolinas commented 4 years ago

Using CFLAGS+=-DGNRC_PKTBUF_SIZE=12288

03-single-hop-ipv6-icmp Task 6 Passes in RC1 - native1 ``` > ifconfig ifconfig Iface 6 HWaddr: C6:DA:6C:CB:B7:AA L2-PDU:1500 MTU:1500 HL:64 RTR RTR_ADV Source address length: 6 Link type: wired inet6 addr: fe80::c4da:6cff:fecb:b7aa scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ffcb:b7aa inet6 group: ff02::1a Statistics for Layer 2 RX packets 5 bytes 483 TX packets 2 (Multicast: 1) bytes 156 TX succeeded 2 errors 0 Statistics for IPv6 RX packets 5 bytes 413 TX packets 2 (Multicast: 1) bytes 128 TX succeeded 2 errors 0 ... > pktbuf pktbuf packet buffer: first byte: 0x565ddca0, last byte: 0x565e0ca0 (size: 12288) position of last byte used: 7088 ~ unused: 0x565ddca0 (next: (nil), size: 12288) ~ ... 2008 bytes from fe80::14aa:92ff:fe05:8208: icmp_seq=989 ttl=64 time=1.394 ms 2008 bytes from fe80::14aa:92ff:fe05:8208: icmp_seq=990 ttl=64 time=1.359 ms 2008 bytes from fe80::14aa:92ff:fe05:8208: icmp_seq=991 ttl=64 time=1.395 ms 2008 bytes from fe80::14aa:92ff:fe05:8208: icmp_seq=992 ttl=64 time=2.068 ms 2008 bytes from fe80::14aa:92ff:fe05:8208: icmp_seq=993 ttl=64 time=1.081 ms 2008 bytes from fe80::14aa:92ff:fe05:8208: icmp_seq=994 ttl=64 time=0.842 ms 2008 bytes from fe80::14aa:92ff:fe05:8208: icmp_seq=995 ttl=64 time=0.899 ms 2008 bytes from fe80::14aa:92ff:fe05:8208: icmp_seq=996 ttl=64 time=0.898 ms 2008 bytes from fe80::14aa:92ff:fe05:8208: icmp_seq=997 ttl=64 time=1.231 ms 2008 bytes from fe80::14aa:92ff:fe05:8208: icmp_seq=998 ttl=64 time=1.128 ms 2008 bytes from fe80::14aa:92ff:fe05:8208: icmp_seq=999 ttl=64 time=1.228 ms --- fe80::14aa:92ff:fe05:8208 PING statistics --- 1000 packets transmitted, 1000 packets received, 0% packet loss round-trip min/avg/max = 0.422/1.123/2.705 ms ... > pktbuf pktbuf packet buffer: first byte: 0x5663aca0, last byte: 0x5663dca0 (size: 12288) position of last byte used: 5080 ~ unused: 0x5663aca0 (next: (nil), size: 12288) ~ ``` - native 2 ``` 2008 bytes from fe80::c4da:6cff:fecb:b7aa: icmp_seq=989 ttl=64 time=1.158 ms 2008 bytes from fe80::c4da:6cff:fecb:b7aa: icmp_seq=990 ttl=64 time=1.100 ms 2008 bytes from fe80::c4da:6cff:fecb:b7aa: icmp_seq=991 ttl=64 time=1.606 ms 2008 bytes from fe80::c4da:6cff:fecb:b7aa: icmp_seq=992 ttl=64 time=1.522 ms 2008 bytes from fe80::c4da:6cff:fecb:b7aa: icmp_seq=993 ttl=64 time=0.925 ms 2008 bytes from fe80::c4da:6cff:fecb:b7aa: icmp_seq=994 ttl=64 time=0.761 ms 2008 bytes from fe80::c4da:6cff:fecb:b7aa: icmp_seq=995 ttl=64 time=0.640 ms 2008 bytes from fe80::c4da:6cff:fecb:b7aa: icmp_seq=996 ttl=64 time=0.963 ms 2008 bytes from fe80::c4da:6cff:fecb:b7aa: icmp_seq=997 ttl=64 time=0.963 ms 2008 bytes from fe80::c4da:6cff:fecb:b7aa: icmp_seq=998 ttl=64 time=0.622 ms 2008 bytes from fe80::c4da:6cff:fecb:b7aa: icmp_seq=999 ttl=64 time=1.449 ms --- fe80::c4da:6cff:fecb:b7aa PING statistics --- 1000 packets transmitted, 1000 packets received, 0% packet loss round-trip min/avg/max = 0.402/1.090/3.111 ms ... > pktbuf pktbuf packet buffer: first byte: 0x5668dca0, last byte: 0x56690ca0 (size: 12288) position of last byte used: 5256 ~ unused: 0x5668dca0 (next: (nil), size: 12288) ~ ... ifconfig Iface 6 HWaddr: 16:AA:92:05:82:08 L2-PDU:1500 MTU:1500 HL:64 RTR RTR_ADV Source address length: 6 Link type: wired inet6 addr: fe80::14aa:92ff:fe05:8208 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff05:8208 inet6 group: ff02::1a Statistics for Layer 2 RX packets 2047 bytes 2142062 TX packets 2022 (Multicast: 5) bytes 2139668 TX succeeded 2022 errors 0 Statistics for IPv6 RX packets 2047 bytes 2113404 TX packets 16 (Multicast: 5) bytes 2111360 TX succeeded 2022 errors 0 ... pktbuf packet buffer: first byte: 0x5668dca0, last byte: 0x56690ca0 (size: 12288) position of last byte used: 7088 ~ unused: 0x5668dca0 (next: (nil), size: 12288) ~ ```
fjmolinas commented 4 years ago

The following tests are expected to fail and should be ignored. I'll try to fix failing ones or open issues.

- examples/micropython (missing miniterm on host)
- examples/suit_update (needs `setup_netowrk`)
- tests/gnrc_ipv6_ext (needs sudo)
- tests/gnrc_ipv6_ext_frag (needs sudo)
- tests/gnrc_rpl_srh (needs sudo)
- tests/gnrc_sock_dns (needs sudo)
- tests/gnrc_tcp (needs sudo)
- tests/periph_timer_short_relative_set (fails on most platforms)
- tests/driver_grove_ledbar (invalid config hardfaults some boards)
- tests/driver_my9221 (invalid config hardfaults some boards)
- tests/driver_hd44780 (invalid config hardfaults some boards)
99-compile-and-test-one-board Task 1 ran on TRIBE-CI ### pba-d-01-kw2x/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/pba-d-01-kw2x/examples/micropython/test.failed) - [examples/suit_update](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/pba-d-01-kw2x/examples/suit_update/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/pba-d-01-kw2x/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/pba-d-01-kw2x/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/pba-d-01-kw2x/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/pba-d-01-kw2x/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/pba-d-01-kw2x/tests/gnrc_tcp/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/pba-d-01-kw2x/tests/pkg_fatfs_vfs/test.failed) ### nucleo-f207zg/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f207zg/examples/micropython/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f207zg/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f207zg/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f207zg/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f207zg/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f207zg/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f207zg/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f207zg/tests/pkg_fatfs_vfs/test.failed) ### nrf52dk/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nrf52dk/examples/micropython/test.failed) - [examples/suit_update](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nrf52dk/examples/suit_update/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nrf52dk/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nrf52dk/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nrf52dk/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nrf52dk/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nrf52dk/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nrf52dk/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nrf52dk/tests/pkg_fatfs_vfs/test.failed) ### arduino-due/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-due/examples/micropython/test.failed) - [tests/driver_hd44780](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-due/tests/driver_hd44780/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-due/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-due/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-due/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-due/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-due/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-due/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-due/tests/pkg_fatfs_vfs/test.failed) ### frdm-k64f/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/frdm-k64f/examples/micropython/test.failed) - [examples/suit_update](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/frdm-k64f/examples/suit_update/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/frdm-k64f/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/frdm-k64f/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/frdm-k64f/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/frdm-k64f/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/frdm-k64f/tests/gnrc_tcp/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/frdm-k64f/tests/pkg_fatfs_vfs/test.failed) ### nucleo-l152re/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l152re/examples/micropython/test.failed) - [examples/suit_update](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l152re/examples/suit_update/test.failed) - [tests/driver_grove_ledbar](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l152re/tests/driver_grove_ledbar/test.failed) - [tests/driver_my9221](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l152re/tests/driver_my9221/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l152re/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l152re/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l152re/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l152re/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l152re/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l152re/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l152re/tests/pkg_fatfs_vfs/test.failed) ### b-l475e-iot01a/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l475e-iot01a/examples/micropython/test.failed) - [examples/suit_update](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l475e-iot01a/examples/suit_update/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l475e-iot01a/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l475e-iot01a/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l475e-iot01a/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l475e-iot01a/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l475e-iot01a/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l475e-iot01a/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l475e-iot01a/tests/pkg_fatfs_vfs/test.failed) ### nucleo-f410rb/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f410rb/examples/micropython/test.failed) - [tests/driver_grove_ledbar](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f410rb/tests/driver_grove_ledbar/test.failed) - [tests/driver_my9221](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f410rb/tests/driver_my9221/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f410rb/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f410rb/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f410rb/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f410rb/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f410rb/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f410rb/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f410rb/tests/pkg_fatfs_vfs/test.failed) ### arduino-uno/failuresummary Failures during test: - [tests/trickle](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-uno/tests/trickle/test.failed) ### nucleo-f767zi/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f767zi/examples/micropython/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f767zi/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f767zi/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f767zi/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f767zi/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f767zi/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f767zi/tests/periph_timer_short_relative_set/test.failed) Failures during test.flash: - [tests/riotboot](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f767zi/tests/riotboot/test.flash.failed) ### nucleo-l496zg/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l496zg/examples/micropython/test.failed) - [examples/suit_update](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l496zg/examples/suit_update/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l496zg/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l496zg/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l496zg/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l496zg/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l496zg/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l496zg/tests/periph_timer_short_relative_set/test.failed) ### arduino-mega2560/failuresummary Failures during test: - [tests/event_wait_timeout](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-mega2560/tests/event_wait_timeout/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-mega2560/tests/periph_timer_short_relative_set/test.failed) - [tests/periph_wdt](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-mega2560/tests/periph_wdt/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-mega2560/tests/pkg_fatfs_vfs/test.failed) - [tests/pkg_libb2](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-mega2560/tests/pkg_libb2/test.failed) - [tests/pkg_littlefs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-mega2560/tests/pkg_littlefs/test.failed) - [tests/trickle](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/arduino-mega2560/tests/trickle/test.failed) ### i-nucleo-lrwan1/failuresummary Failures during test: - [tests/cpp11_condition_variable](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/i-nucleo-lrwan1/tests/cpp11_condition_variable/test.failed) - [tests/cpp11_mutex](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/i-nucleo-lrwan1/tests/cpp11_mutex/test.failed) - [tests/cpp11_thread](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/i-nucleo-lrwan1/tests/cpp11_thread/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/i-nucleo-lrwan1/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/i-nucleo-lrwan1/tests/pkg_fatfs_vfs/test.failed) ### z1/failuresummary Failures during compilation: - [tests/gnrc_ipv6_nib](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/gnrc_ipv6_nib/compilation.failed) - [tests/gnrc_ipv6_nib_6ln](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/gnrc_ipv6_nib_6ln/compilation.failed) - [tests/gnrc_sixlowpan_iphc_w_vrb](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/gnrc_sixlowpan_iphc_w_vrb/compilation.failed) - [tests/gnrc_sock_async_event](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/gnrc_sock_async_event/compilation.failed) - [tests/gnrc_sock_ip](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/gnrc_sock_ip/compilation.failed) - [tests/gnrc_sock_neterr](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/gnrc_sock_neterr/compilation.failed) - [tests/gnrc_sock_udp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/gnrc_sock_udp/compilation.failed) - [tests/pkg_ucglib](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/pkg_ucglib/compilation.failed) Failures during test: - [tests/bench_runtime_coreapis](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/bench_runtime_coreapis/test.failed) - [tests/driver_grove_ledbar](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/driver_grove_ledbar/test.failed) - [tests/driver_hd44780](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/driver_hd44780/test.failed) - [tests/driver_my9221](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/driver_my9221/test.failed) - [tests/event_wait_timeout](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/event_wait_timeout/test.failed) - [tests/evtimer_msg](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/evtimer_msg/test.failed) - [tests/periph_gpio](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/periph_gpio/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_c25519](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/pkg_c25519/test.failed) - [tests/pkg_heatshrink](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/pkg_heatshrink/test.failed) - [tests/pkg_lora-serialization](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/pkg_lora-serialization/test.failed) - [tests/pkg_tiny-asn1](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/pkg_tiny-asn1/test.failed) - [tests/pkg_tweetnacl](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/pkg_tweetnacl/test.failed) - [tests/pthread_tls](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/pthread_tls/test.failed) - [tests/shell](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/shell/test.failed) - [tests/sys_crypto](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/sys_crypto/test.failed) - [tests/thread_flags_xtimer](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/z1/tests/thread_flags_xtimer/test.failed) ### nucleo-f091rc/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f091rc/examples/micropython/test.failed) - [tests/driver_grove_ledbar](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f091rc/tests/driver_grove_ledbar/test.failed) - [tests/driver_my9221](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f091rc/tests/driver_my9221/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f091rc/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f091rc/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f091rc/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f091rc/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f091rc/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f091rc/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f091rc/tests/pkg_fatfs_vfs/test.failed) Failures during test.flash: - [tests/pkg_tensorflow-lite](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f091rc/tests/pkg_tensorflow-lite/test.flash.failed) ### nucleo-f103rb/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f103rb/examples/micropython/test.failed) - [tests/driver_grove_ledbar](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f103rb/tests/driver_grove_ledbar/test.failed) - [tests/driver_my9221](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f103rb/tests/driver_my9221/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f103rb/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f103rb/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f103rb/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f103rb/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f103rb/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f103rb/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f103rb/tests/pkg_fatfs_vfs/test.failed) ### b-l072z-lrwan1/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l072z-lrwan1/examples/micropython/test.failed) - [tests/driver_grove_ledbar](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l072z-lrwan1/tests/driver_grove_ledbar/test.failed) - [tests/driver_my9221](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l072z-lrwan1/tests/driver_my9221/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l072z-lrwan1/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l072z-lrwan1/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l072z-lrwan1/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l072z-lrwan1/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l072z-lrwan1/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l072z-lrwan1/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/b-l072z-lrwan1/tests/pkg_fatfs_vfs/test.failed) ### nucleo-f303re/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f303re/examples/micropython/test.failed) - [examples/suit_update](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f303re/examples/suit_update/test.failed) - [tests/driver_grove_ledbar](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f303re/tests/driver_grove_ledbar/test.failed) - [tests/driver_my9221](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f303re/tests/driver_my9221/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f303re/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f303re/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f303re/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f303re/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f303re/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f303re/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f303re/tests/pkg_fatfs_vfs/test.failed) ### nucleo-f446re/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f446re/examples/micropython/test.failed) - [tests/driver_grove_ledbar](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f446re/tests/driver_grove_ledbar/test.failed) - [tests/driver_my9221](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f446re/tests/driver_my9221/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f446re/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f446re/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f446re/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f446re/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f446re/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f446re/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f446re/tests/pkg_fatfs_vfs/test.failed) ### nucleo-f746zg/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f746zg/examples/micropython/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f746zg/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f746zg/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f746zg/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f746zg/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f746zg/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-f746zg/tests/periph_timer_short_relative_set/test.failed) ### nucleo-l073rz/failuresummary Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l073rz/examples/micropython/test.failed) - [tests/driver_grove_ledbar](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l073rz/tests/driver_grove_ledbar/test.failed) - [tests/driver_my9221](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l073rz/tests/driver_my9221/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l073rz/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l073rz/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l073rz/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l073rz/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l073rz/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l073rz/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l073rz/tests/pkg_fatfs_vfs/test.failed) Failures during test.flash: - [tests/pkg_tensorflow-lite](/fjmolinas/ci-results/blob/2020.01-RC1_results/results/nucleo-l073rz/tests/pkg_tensorflow-lite/test.flash.failed)
99-compile-and-test-one-board Task 1 ran on VADUZ #### cc2650-launchpad/failuresummary.md Failures during compilation: - [tests/pkg_nanopb](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/pkg_nanopb/compilation.failed) Failures during test: - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_tcp/test.failed) - [tests/periph_timer](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/periph_timer/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/periph_timer_short_relative_set/test.failed) #### esp32-wroom-32/failuresummary.md Failures during compilation: - [tests/pkg_nanopb](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/pkg_nanopb/compilation.failed) Failures during test: - [tests/driver_hd44780](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/driver_hd44780/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_tensorflow-lite](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/pkg_tensorflow-lite/test.failed) #### msba2/failuresummary.md Failures during compilation: - [tests/pkg_nanopb](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/pkg_nanopb/compilation.failed) Failures during test: - [examples/micropython](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/examples/micropython/test.failed) - [tests/driver_grove_ledbar](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/driver_grove_ledbar/test.failed) - [tests/driver_my9221](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/driver_my9221/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/pkg_fatfs_vfs/test.failed) - [tests/pkg_libfixmath_unittests](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/pkg_libfixmath_unittests/test.failed) - [tests/pkg_qdsa](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/pkg_qdsa/test.failed) - [tests/shell](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/shell/test.failed) - [tests/unittests](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/unittests/test.failed) #### sltb001a/failuresummary.md Failures during compilation: - [tests/pkg_nanopb](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/pkg_nanopb/compilation.failed) Failures during test: - [examples/suit_update](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/examples/suit_update/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_tcp/test.failed) - [tests/lwip_sock_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/lwip_sock_tcp/test.failed) - [tests/lwip_sock_udp](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/lwip_sock_udp/test.failed) - [tests/periph_rtc](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/periph_rtc/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/pkg_fatfs_vfs/test.failed) - [tests/sys_arduino](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/sys_arduino/test.failed) #### stm32f3discovery/failuresummary.md Failures during compilation: - [tests/pkg_nanopb](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/pkg_nanopb/compilation.failed) Failures during test: - [tests/driver_hd44780](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/driver_hd44780/test.failed) - [tests/gnrc_ipv6_ext](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_ipv6_ext/test.failed) - [tests/gnrc_ipv6_ext_frag](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_ipv6_ext_frag/test.failed) - [tests/gnrc_rpl_srh](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_rpl_srh/test.failed) - [tests/gnrc_sock_dns](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_sock_dns/test.failed) - [tests/gnrc_tcp](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/gnrc_tcp/test.failed) - [tests/periph_timer_short_relative_set](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/periph_timer_short_relative_set/test.failed) - [tests/pkg_fatfs_vfs](/fjmolinas/ci-results/blob/2020.01-RC1_VADUZ/results/tests/pkg_fatfs_vfs/test.failed)
fjmolinas commented 4 years ago

@aabadie regarding the failing tests/pkg_tensorflow-lite on nucleo-l073rz and nucleo-f091rc, they do not seem to have memory issues, shouldn't those arch actually be blacklisted? because I get a hard fault, and If I recall correctly you mentioned something about it only working on cortex-m3,m4,m7

2020-01-21 17:58:36,165 # START
2020-01-21 17:58:36,172 # main(): This is RIOT! (Version: 2020.04-devel-2-g9a131-pr_openocd_stm32f7_probe)
2020-01-21 17:58:36,173 # *** RIOT kernel panic:
2020-01-21 17:58:36,173 # HARD FAULT HANDLER
2020-01-21 17:58:36,174 # 
2020-01-21 17:58:36,177 # *** rebooting...
2020-01-21 17:58:36,178 # 
2020-01-21 17:58:36,189 # Help: Press s to start test, r to print it is ready
^C
jia200x commented 4 years ago
05-single-hop-route - Task01: PASS ``` Sender --- beef::1 PING statistics --- 100 packets transmitted, 100 packets received, 0% packet loss round-trip min/avg/max = 0.878/1.083/2.223 ms > pktbuf pktbuf packet buffer: first byte: 0x565a1d80, last byte: 0x565a3580 (size: 6144) position of last byte used: 2696 ~ unused: 0x565a1d80 (next: (nil), size: 6144) ~ Receiver: > pktbuf pktbuf packet buffer: first byte: 0x565f0d80, last byte: 0x565f2580 (size: 6144) position of last byte used: 2320 ~ unused: 0x565f0d80 (next: (nil), size: 6144) ~ ```
05-single-hop-route - Task02: PASS ``` 1579625358.132062;m3-96;--- beef::1 PING statistics --- 1579625358.132184;m3-96;100 packets transmitted, 99 packets received, 1% packet loss 1579625358.133547;m3-96;round-trip min/avg/max = 133.590/148.727/160.866 ms 1579625387.306750;m3-97;> pktbuf 1579625387.307678;m3-97;packet buffer: first byte: 0x20001b18, last byte: 0x20003318 (size: 6144) 1579625387.307854;m3-96;> pktbuf 1579625387.308729;m3-97; position of last byte used: 2392 1579625387.309443;m3-96;packet buffer: first byte: 0x20001b18, last byte: 0x20003318 (size: 6144) 1579625387.309594;m3-96; position of last byte used: 2632 1579625387.309750;m3-97;~ unused: 0x20001b18 (next: (nil), size: 6144) ~ 1579625387.312781;m3-96;~ unused: 0x20001b18 (next: (nil), size: 6144) ~ ```
05-single-hop-route - Task03: PASS ``` Sender: --- beef::1 PING statistics --- 10 packets transmitted, 10 packets received, 0% packet loss round-trip min/avg/max = 1.006/1.303/2.997 ms > pktbuf pktbuf packet buffer: first byte: 0x565d1d80, last byte: 0x565d3580 (size: 6144) position of last byte used: 2696 ~ unused: 0x565d1d80 (next: (nil), size: 6144) ~ > Receiver: > pktbuf pktbuf packet buffer: first byte: 0x565aad80, last byte: 0x565ac580 (size: 6144) position of last byte used: 2320 ~ unused: 0x565aad80 (next: (nil), size: 6144) ~ ```
05-single-hop-route - Task04: PASS ``` 1579625568.750729;m3-96;--- beef::1 PING statistics --- 1579625568.752169;m3-96;10 packets transmitted, 10 packets received, 0% packet loss 1579625568.753248;m3-96;round-trip min/avg/max = 135.733/140.191/150.821 ms pktbuf 1579625580.723516;m3-96;> pktbuf 1579625580.724379;m3-97;> pktbuf 1579625580.725377;m3-96;packet buffer: first byte: 0x20001b18, last byte: 0x20003318 (size: 6144) 1579625580.725468;m3-96; position of last byte used: 1464 1579625580.726612;m3-97;packet buffer: first byte: 0x20001b18, last byte: 0x20003318 (size: 6144) 1579625580.727136;m3-97; position of last byte used: 3576 1579625580.727311;m3-96;~ unused: 0x20001b18 (next: (nil), size: 6144) ~ 1579625580.727772;m3-97;~ unused: 0x20001b18 (next: (nil), size: 6144) ~ ```
jia200x commented 4 years ago
06-single-hop-udp - Task 03: PASS ``` > udp send fe80::804e:b4ff:fe15:3163 1337 8 1000 0 udp send fe80::804e:b4ff:fe15:3163 1337 8 1000 0 > pktbuf pktbuf packet buffer: first byte: 0x5661ae00, last byte: 0x5661ce00 (size: 8192) position of last byte used: 2184 ~ unused: 0x5661ae00 (next: (nil), size: 8192) ~ ```
jia200x commented 4 years ago
06-single-hop-udp - Task 05: PASS ``` Sender: > udp send fe80::804e:b4ff:fe15:3164 1337 0 10 100 udp send fe80::804e:b4ff:fe15:3164 1337 0 10 100 Success: send 0 byte to [fe80::804e:b4ff:fe15:3164]:1337 Success: send 0 byte to [fe80::804e:b4ff:fe15:3164]:1337 Success: send 0 byte to [fe80::804e:b4ff:fe15:3164]:1337 Success: send 0 byte to [fe80::804e:b4ff:fe15:3164]:1337 Success: send 0 byte to [fe80::804e:b4ff:fe15:3164]:1337 Success: send 0 byte to [fe80::804e:b4ff:fe15:3164]:1337 Success: send 0 byte to [fe80::804e:b4ff:fe15:3164]:1337 Success: send 0 byte to [fe80::804e:b4ff:fe15:3164]:1337 Success: send 0 byte to [fe80::804e:b4ff:fe15:3164]:1337 Success: send 0 byte to [fe80::804e:b4ff:fe15:3164]:1337 > pktbuf pktbuf packet buffer: first byte: 0x5661ae00, last byte: 0x5661ce00 (size: 8192) position of last byte used: 2184 ~ unused: 0x5661ae00 (next: (nil), size: 8192) ~ > Receiver: > Packets received: 1 Packets received: 2 Packets received: 3 Packets received: 4 Packets received: 5 Packets received: 6 Packets received: 7 Packets received: 8 Packets received: 9 Packets received: 10 ```
jia200x commented 4 years ago
06-single-hop-udp - Task 04: PASS ``` 1579628664.405964;m3-100;> pktbuf 1579628664.407545;m3-100;packet buffer: first byte: 0x200021c4, last byte: 0x200041c4 (size: 8192) 1579628664.407742;m3-100; position of last byte used: 256 1579628664.408887;m3-100;~ unused: 0x200021c4 (next: (nil), size: 8192) ~ ```
jia200x commented 4 years ago
06-single-hop-udp - Task 01: PASS ``` 1579628961.548049;m3-97;Packets received: 1000 pktbuf 1579628967.748481;m3-97;pktbuf 1579628967.748945;m3-96;> pktbuf 1579628967.749081;m3-96;packet buffer: first byte: 0x200021c4, last byte: 0x200041c4 (size: 8192) 1579628967.749671;m3-97;packet buffer: first byte: 0x200021c4, last byte: 0x200041c4 (size: 8192) 1579628967.750162;m3-96; position of last byte used: 1328 1579628967.750772;m3-97; position of last byte used: 1480 1579628967.750898;m3-97;~ unused: 0x200021c4 (next: (nil), size: 8192) ~ 1579628967.751423;m3-96;~ unused: 0x200021c4 (next: (nil), size: 8192) ~ ```
aabadie commented 4 years ago

regarding the failing tests/pkg_tensorflow-lite on nucleo-l073rz and nucleo-f091rc

This package doesn't work on Cortex-M0 and the problem is unclear to me. Normally they should be added to the BOARD_INSUFFICIENT_MEMORY of the test. Well, it seems that this line is not enough to skip it in compile_and_test_for_board ;)

jia200x commented 4 years ago
06-single-hop-udp - Task 06: PASS ``` m3-96;udp send fe80::20a5:fb65:106b:1115 1337 0 10 10000 1579629229.651154;m3-96;> udp send fe80::20a5:fb65:106b:1115 1337 0 10 10000 1579629229.652993;m3-96;Success: send 0 byte to [fe80::20a5:fb65:106b:1115]:1337 1579629229.657337;m3-97;> Packets received: 1 1579629229.665023;m3-96;Success: send 0 byte to [fe80::20a5:fb65:106b:1115]:1337 1579629229.667905;m3-97;Packets received: 2 1579629229.677097;m3-96;Success: send 0 byte to [fe80::20a5:fb65:106b:1115]:1337 1579629229.680726;m3-97;Packets received: 3 1579629229.690132;m3-96;Success: send 0 byte to [fe80::20a5:fb65:106b:1115]:1337 1579629229.692989;m3-97;Packets received: 4 1579629229.700879;m3-96;Success: send 0 byte to [fe80::20a5:fb65:106b:1115]:1337 1579629229.704935;m3-97;Packets received: 5 1579629229.713888;m3-96;Success: send 0 byte to [fe80::20a5:fb65:106b:1115]:1337 1579629229.717457;m3-97;Packets received: 6 1579629229.725012;m3-96;Success: send 0 byte to [fe80::20a5:fb65:106b:1115]:1337 1579629229.727865;m3-97;Packets received: 7 1579629229.737218;m3-96;Success: send 0 byte to [fe80::20a5:fb65:106b:1115]:1337 1579629229.738788;m3-97;Packets received: 8 1579629229.749381;m3-96;Success: send 0 byte to [fe80::20a5:fb65:106b:1115]:1337 1579629229.749942;m3-97;Packets received: 9 1579629229.760110;m3-96;Success: send 0 byte to [fe80::20a5:fb65:106b:1115]:1337 1579629229.761824;m3-97;Packets received: 10 pktbuf 1579629248.044545;m3-97;> pktbuf 1579629248.045322;m3-97;packet buffer: first byte: 0x200021c4, last byte: 0x200041c4 (size: 8192) 1579629248.046173;m3-97; position of last byte used: 288 1579629248.046298;m3-96;> pktbuf 1579629248.046374;m3-96;packet buffer: first byte: 0x200021c4, last byte: 0x200041c4 (size: 8192) 1579629248.047260;m3-97;~ unused: 0x200021c4 (next: (nil), size: 8192) ~ 1579629248.047839;m3-96; position of last byte used: 256 1579629248.050119;m3-96;~ unused: 0x200021c4 (next: (nil), size: 8192) ~ ```
fjmolinas commented 4 years ago

@smlng could you take a look at the rpi 6lowpan interop tests? I think you have one.

fjmolinas commented 4 years ago
08-interop Task 5 Passes in RC1 On linux: ``` sudo ip addr add 2001:db8:2::1/64 dev wlp3s0 ``` On Riot: ``` 2020-01-22 07:47:10,126 # ifconfig 2020-01-22 07:47:10,127 # Iface 7 HWaddr: 11:15 Channel: 26 Page: 0 NID: 0x23 2020-01-22 07:47:10,127 # Long HWaddr: 36:8F:FA:65:10:6B:11:15 2020-01-22 07:47:10,128 # TX-Power: 0dBm State: IDLE max. Retrans.: 3 CSMA Retries: 4 2020-01-22 07:47:10,139 # AUTOACK ACK_REQ CSMA L2-PDU:102 MTU:1280 HL:64 RTR 2020-01-22 07:47:10,139 # RTR_ADV 6LO IPHC 2020-01-22 07:47:10,140 # Source address length: 8 2020-01-22 07:47:10,141 # Link type: wireless 2020-01-22 07:47:10,143 # inet6 addr: fe80::348f:fa65:106b:1115 scope: link VAL 2020-01-22 07:47:10,145 # inet6 addr: 2001:db8::348f:fa65:106b:1115 scope: global VAL 2020-01-22 07:47:10,147 # inet6 group: ff02::2 2020-01-22 07:47:10,148 # inet6 group: ff02::1 2020-01-22 07:47:10,149 # inet6 group: ff02::1:ff6b:1115 2020-01-22 07:47:10,149 # inet6 group: ff02::1a 2020-01-22 07:47:10,149 # 2020-01-22 07:47:10,150 # Statistics for Layer 2 2020-01-22 07:47:10,150 # RX packets 2 bytes 208 2020-01-22 07:47:10,153 # TX packets 5 (Multicast: 4) bytes 254 2020-01-22 07:47:10,154 # TX succeeded 5 errors 0 2020-01-22 07:47:10,154 # Statistics for IPv6 2020-01-22 07:47:10,155 # RX packets 2 bytes 208 2020-01-22 07:47:10,155 # TX packets 5 (Multicast: 4) bytes 338 2020-01-22 07:47:10,156 # TX succeeded 5 errors 0 2020-01-22 07:47:10,156 # > ping6 2001:db8:2::1 2020-01-22 07:47:47,015 # ping6 2001:db8:2::1 2020-01-22 07:47:47,079 # 12 bytes from 2001:db8:2::1: icmp_seq=0 ttl=63 rssi=-67 dBm time=59.721 ms 2020-01-22 07:47:48,056 # 12 bytes from 2001:db8:2::1: icmp_seq=1 ttl=63 rssi=-67 dBm time=35.611 ms 2020-01-22 07:47:49,047 # 12 bytes from 2001:db8:2::1: icmp_seq=2 ttl=63 rssi=-50 dBm time=27.425 ms 2020-01-22 07:47:49,048 # 2020-01-22 07:47:49,048 # --- 2001:db8:2::1 PING statistics --- 2020-01-22 07:47:49,049 # 3 packets transmitted, 3 packets received, 0% packet loss 2020-01-22 07:47:49,050 # round-trip min/avg/max = 27.425/40.919/59.721 ms ```
fjmolinas commented 4 years ago
08-interop Task 6 Passes in RC1 On Linux ``` nc -lu6w 1 2001:db8:2::1 8888 | xxd -p 54686973497352696f74 yes "X" | head -n 200 | tr -d '\n' | nc -u -6 2001:db8::348f:fa65:106b:1115 8888 ``` RIOT ``` 2020-01-22 07:52:57,576 # udp server start 8888 2020-01-22 07:52:57,577 # Success: started UDP server on port 8888 > ifconfig 2020-01-22 07:53:39,285 # ifconfig 2020-01-22 07:53:39,289 # Iface 7 HWaddr: 11:15 Channel: 26 Page: 0 NID: 0x23 2020-01-22 07:53:39,291 # Long HWaddr: 36:8F:FA:65:10:6B:11:15 2020-01-22 07:53:39,292 # TX-Power: 0dBm State: IDLE max. Retrans.: 3 CSMA Retries: 4 2020-01-22 07:53:39,294 # AUTOACK ACK_REQ CSMA L2-PDU:102 MTU:1280 HL:64 RTR 2020-01-22 07:53:39,294 # RTR_ADV 6LO IPHC 2020-01-22 07:53:39,295 # Source address length: 8 2020-01-22 07:53:39,295 # Link type: wireless 2020-01-22 07:53:39,296 # inet6 addr: fe80::348f:fa65:106b:1115 scope: link VAL 2020-01-22 07:53:39,296 # inet6 addr: 2001:db8::348f:fa65:106b:1115 scope: global VAL 2020-01-22 07:53:39,297 # inet6 group: ff02::2 2020-01-22 07:53:39,297 # inet6 group: ff02::1 2020-01-22 07:53:39,297 # inet6 group: ff02::1:ff6b:1115 2020-01-22 07:53:39,298 # inet6 group: ff02::1a 2020-01-22 07:53:39,298 # 2020-01-22 07:53:39,298 # Statistics for Layer 2 2020-01-22 07:53:39,299 # RX packets 7 bytes 640 2020-01-22 07:53:39,299 # TX packets 7 (Multicast: 4) bytes 430 2020-01-22 07:53:39,299 # TX succeeded 7 errors 0 2020-01-22 07:53:39,299 # Statistics for IPv6 2020-01-22 07:53:39,300 # RX packets 7 bytes 608 2020-01-22 07:53:39,300 # TX packets 7 (Multicast: 4) bytes 514 2020-01-22 07:53:39,312 # TX succeeded 7 errors 0 2020-01-22 07:53:39,312 # > udp send 2001:db8:2::1 8888 200 2020-01-22 07:57:37,632 # udp send 2001:db8:2::1 8888 200 2020-01-22 07:57:37,648 # Success: sent 3 byte(s) to [2001:db8:2::1]:8888 > udp send 2001:db8:2::1 8888 "ThisIsRiot" 2020-01-22 07:57:56,623 # udp send 2001:db8:2::1 8888 "ThisIsRiot" 2020-01-22 07:57:56,624 # Success: sent 10 byte(s) to [2001:db8:2::1]:8888 > udp send 2001:db8:2::1 8888 "ThisIsRiot" 2020-01-22 07:58:01,759 # udp send 2001:db8:2::1 8888 "ThisIsRiot" 2020-01-22 07:58:01,761 # Success: sent 10 byte(s) to [2001:db8:2::1]:8888 > 2020-01-22 07:58:57,322 # PKTDUMP: data received: 2020-01-22 07:58:57,333 # ~~ SNIP 0 - size: 200 byte, type: NETTYPE_UNDEF (0) 2020-01-22 07:58:57,334 # 00000000 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 07:58:57,335 # 00000010 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 07:58:57,335 # 00000020 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 07:58:57,336 # 00000030 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 07:58:57,337 # 00000040 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 07:58:57,338 # 00000050 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 07:58:57,344 # 00000060 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 07:58:57,345 # 00000070 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 07:58:57,346 # 00000080 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 07:58:57,347 # 00000090 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 07:58:57,348 # 000000A0 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 07:58:57,349 # 000000B0 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 07:58:57,349 # 000000C0 58 58 58 58 58 58 58 58 2020-01-22 07:58:57,350 # ~~ SNIP 1 - size: 8 byte, type: NETTYPE_UDP (4) 2020-01-22 07:58:57,351 # src-port: 53962 dst-port: 8888 2020-01-22 07:58:57,360 # length: 208 cksum: 0xda5f 2020-01-22 07:58:57,361 # ~~ SNIP 2 - size: 40 byte, type: NETTYPE_IPV6 (2) 2020-01-22 07:58:57,362 # traffic class: 0x00 (ECN: 0x0, DSCP: 0x00) 2020-01-22 07:58:57,362 # flow label: 0x08200 2020-01-22 07:58:57,363 # length: 208 next header: 17 hop limit: 63 2020-01-22 07:58:57,363 # source address: 2001:db8:1::1 2020-01-22 07:58:57,364 # destination address: 2001:db8::348f:fa65:106b:1115 2020-01-22 07:58:57,365 # ~~ SNIP 3 - size: 24 byte, type: NETTYPE_NETIF (-1) 2020-01-22 07:58:57,366 # if_pid: 7 rssi: -61 lqi: 255 2020-01-22 07:58:57,366 # flags: 0x0 2020-01-22 07:58:57,366 # src_l2addr: 00:12:4B:00:14:B5:B5:D5 2020-01-22 07:58:57,367 # dst_l2addr: 36:8F:FA:65:10:6B:11:15 2020-01-22 07:58:57,367 # ~~ PKT - 4 snips, total size: 272 byte ```
fjmolinas commented 4 years ago
08-interop Task 7 Passes in RC1 ``` nc -lu6w 1 2001:db8:2::1 8888 | xxd -p 000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000 yes "X" | head -n 200 | tr -d '\n' | nc -u -6 2001:db8::348f:fa65:106b:1115 8888 ``` RIOT ``` 2020-01-22 08:02:42,529 # udp server start 8888 2020-01-22 08:02:42,532 # Success: started UDP server on port 8888 > udp send 2020-01-22 08:02:45,104 # udp send 2020-01-22 08:02:45,106 # usage: udp send [ []] > udp send 2001:db8:2::1 8888 200 2020-01-22 08:02:58,833 # udp send 2001:db8:2::1 8888 200 2020-01-22 08:02:58,848 # Success: send 200 byte to [2001:db8:2::1]:8888 > ifconfig 2020-01-22 08:03:33,469 # ifconfig 2020-01-22 08:03:33,471 # Iface 6 HWaddr: 11:15 Channel: 26 Page: 0 NID: 0x23 2020-01-22 08:03:33,472 # Long HWaddr: 36:8F:FA:65:10:6B:11:15 2020-01-22 08:03:33,474 # TX-Power: 0dBm State: IDLE max. Retrans.: 3 CSMA Retries: 4 2020-01-22 08:03:33,475 # AUTOACK ACK_REQ CSMA L2-PDU:102 MTU:1280 HL:64 RTR 2020-01-22 08:03:33,476 # RTR_ADV 6LO IPHC 2020-01-22 08:03:33,481 # Source address length: 8 2020-01-22 08:03:33,482 # Link type: wireless 2020-01-22 08:03:33,483 # inet6 addr: fe80::348f:fa65:106b:1115 scope: link VAL 2020-01-22 08:03:33,483 # inet6 addr: 2001:db8::348f:fa65:106b:1115 scope: global VAL 2020-01-22 08:03:33,484 # inet6 group: ff02::2 2020-01-22 08:03:33,484 # inet6 group: ff02::1 2020-01-22 08:03:33,484 # inet6 group: ff02::1:ff6b:1115 2020-01-22 08:03:33,485 # inet6 group: ff02::1a 2020-01-22 08:03:33,485 # 2020-01-22 08:03:33,485 # Statistics for Layer 2 2020-01-22 08:03:33,486 # RX packets 4 bytes 352 2020-01-22 08:03:33,486 # TX packets 9 (Multicast: 3) bytes 673 2020-01-22 08:03:33,486 # TX succeeded 9 errors 0 2020-01-22 08:03:33,496 # Statistics for IPv6 2020-01-22 08:03:33,496 # RX packets 4 bytes 352 2020-01-22 08:03:33,497 # TX packets 7 (Multicast: 3) bytes 666 2020-01-22 08:03:33,497 # TX succeeded 7 errors 0 2020-01-22 08:04:33,842 # udp server start 8888 2020-01-22 08:04:33,844 # Success: started UDP server on port 8888 > 2020-01-22 08:04:36,146 # PKTDUMP: data received: 2020-01-22 08:04:36,147 # ~~ SNIP 0 - size: 200 byte, type: NETTYPE_UNDEF (0) 2020-01-22 08:04:36,148 # 00000000 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 08:04:36,157 # 00000010 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 08:04:36,158 # 00000020 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 08:04:36,159 # 00000030 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 08:04:36,160 # 00000040 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 08:04:36,161 # 00000050 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 08:04:36,162 # 00000060 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 08:04:36,163 # 00000070 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 08:04:36,168 # 00000080 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 08:04:36,170 # 00000090 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 08:04:36,171 # 000000A0 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 08:04:36,171 # 000000B0 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 2020-01-22 08:04:36,172 # 000000C0 58 58 58 58 58 58 58 58 2020-01-22 08:04:36,172 # ~~ SNIP 1 - size: 8 byte, type: NETTYPE_UDP (4) 2020-01-22 08:04:36,173 # src-port: 35386 dst-port: 8888 2020-01-22 08:04:36,173 # length: 208 cksum: 0x22f0 2020-01-22 08:04:36,173 # ~~ SNIP 2 - size: 40 byte, type: NETTYPE_IPV6 (2) 2020-01-22 08:04:36,184 # traffic class: 0x00 (ECN: 0x0, DSCP: 0x00) 2020-01-22 08:04:36,184 # flow label: 0x27000 2020-01-22 08:04:36,185 # length: 208 next header: 17 hop limit: 63 2020-01-22 08:04:36,185 # source address: 2001:db8:1::1 2020-01-22 08:04:36,186 # destination address: 2001:db8::348f:fa65:106b:1115 2020-01-22 08:04:36,187 # ~~ SNIP 3 - size: 24 byte, type: NETTYPE_NETIF (-1) 2020-01-22 08:04:36,188 # if_pid: 7 rssi: -65 lqi: 255 2020-01-22 08:04:36,188 # flags: 0x0 2020-01-22 08:04:36,188 # src_l2addr: 00:12:4B:00:14:B5:B5:D5 2020-01-22 08:04:36,189 # dst_l2addr: 36:8F:FA:65:10:6B:11:15 2020-01-22 08:04:36,190 # ~~ PKT - 4 snips, total size: 272 byte ```
fjmolinas commented 4 years ago
06-single-hop-udp Task 2 Passes in RC1 ``` pytest 06-single-hop-udp/tests.py --capture=no -k="test_task02" --count=1 ================================================================================================== test session starts =================================================================================================== platform linux -- Python 3.6.8, pytest-5.1.3, py-1.8.0, pluggy-0.12.0 rootdir: /home/francisco/workspace/Release-Specs/06-single-hop-udp, inifile: pytest.ini plugins: repeat-0.8.0 collected 2 items / 1 deselected / 1 selected 06-single-hop-udp/tests.py ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ > pktbuf packet buffer: first byte: 0x2000205c, last byte: 0x2000405c (size: 8192) position of last byte used: 1320 ~ unused: 0x2000205c (next: (nil), size: 8192) ~ udp server stop Success: stopped UDP server > pktbuf packet buffer: first byte: 0x2000205c, last byte: 0x2000405c (size: 8192) position of last byte used: 1472 ~ unused: 0x2000205c (next: (nil), size: 8192) ~ ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................x > pktbuf packet buffer: first byte: 0x2000205c, last byte: 0x2000405c (size: 8192) position of last byte used: 1320 ~ unused: 0x2000205c (next: (nil), size: 8192) ~ udp server stop Success: stopped UDP server > pktbuf packet buffer: first byte: 0x2000205c, last byte: 0x2000405c (size: 8192) position of last byte used: 2544 ~ unused: 0x2000205c (next: (nil), size: 8192) ~ . =============================== 1 passed, 1 deselected in 2201.67s (0:36:41) =============================== ```
fjmolinas commented 4 years ago

So far the following tests have failed:

Tests that were not run:

- 08-interop Task #02 - ICMPv6 echo between iotlab-m3 and Linux with 6LowPAN, wil run in RC2 - 08-interop Task #04 - ICMPv6 echo between iotlab-m3 and Internet host through Linux with 6LowPAN, will run in RC2

BTW @miri64 do you know if there is an open issue that states why 07-multi-hop Task #05 (Experimental) fails?

Regarding https://github.com/RIOT-OS/RIOT/pull/13182, @kaspar030 @MichelRottleuthner would you suggest re-running all tests because of this?

Other than that IMO only ipv6-frag related tests need to be re-ran in RC2.

fjmolinas commented 4 years ago

I'll wait for RIOT-OS/RIOT#13182 before creating RC2.

jia200x commented 4 years ago

I just finished the tasks involving 6LowPAN and Linux. All OK

kaspar030 commented 4 years ago

Regarding RIOT-OS/RIOT#13182, @kaspar030 @MichelRottleuthner would you suggest re-running all tests because of this?

Don't think that's needed.

kaspar030 commented 4 years ago
* **01-ci** Task #1

Isn't this a relict of when travis used compile_test as main CI script? IMO the test should be reworded as "CI successfully built everything".

fjmolinas commented 4 years ago

Isn't this a relict of when travis used compile_test as main CI script? IMO the test should be reworded as "CI successfully built everything".

I think the difference is that it doesn't use the special compilation flags that the CI uses. There where issues the last time it was built I think @aabadie did it last time, what is your opinion?

fjmolinas commented 4 years ago

I'll go ahead and create RC2 now that RIOT-OS/RIOT#13182 is in.

fjmolinas commented 4 years ago

Closing in favor of #146

fjmolinas commented 4 years ago

Thanks everyone for the help testing RC1 and providing the required bug-fixes, almost everything is GREEN, so RC2 testing should go fast.