RIOT-OS / Release-Specs

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

Release 2021.07 - RC1 #227

Closed MrKevinWeiss closed 3 years ago

MrKevinWeiss commented 3 years ago

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

Specs tested:

riot-ci commented 3 years ago

10. Task 09 - Parameter problem - erroneous header field encountered

PASSED ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=native' -w '/data/riotbuild/riotbase/examples/gnrc_networking/' 'riot/riotbuild:latest' make -j Building application "gnrc_networking" for "native" with MCU "native". text data bss dec hex filename 185679 19275 102836 307790 4b24e /data/riotbuild/riotbase/examples/gnrc_networking/bin/native/gnrc_networking.elf /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_networking/bin/native/gnrc_networking.elf tap0 RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. NETOPT_RX_END_IRQ not implemented by driver NETOPT_TX_END_IRQ not implemented by driver main(): This is RIOT! (Version: c52d-HEAD) RIOT network stack example application All up, running the shell now > > ifconfig ifconfig Iface 6 HWaddr: 42:80:45:D5:70:A3 L2-PDU:1500 MTU:1500 HL:64 RTR RTR_ADV Source address length: 6 Link type: wired inet6 addr: fe80::4080:45ff:fed5:70a3 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ffd5:70a3 Statistics for Layer 2 RX packets 4 bytes 400 TX packets 1 (Multicast: 1) bytes 78 TX succeeded 1 errors 0 Statistics for IPv6 RX packets 4 bytes 344 TX packets 1 (Multicast: 1) bytes 64 TX succeeded 1 errors 0 > nib route add 6 beef::/64 fe80::1491:38ff:fea3:f597 nib route add 6 beef::/64 fe80::1491:38ff:fea3:f597 > nib route add 6 affe::/64 fe80::ab25:f123 nib route add 6 affe::/64 fe80::ab25:f123 > Begin emission: Finished sending 1 packets. Received 2 packets, got 1 answers, remaining 0 packets ``` ###### Captured stderr call ``` WARNING: No route found for IPv6 destination affe::1 (no default route?) ``` ###### Captured log call ``` WARNING scapy.runtime:error.py:150 No route found for IPv6 destination affe::1 (no default route?) ```
riot-ci commented 3 years ago

10. Task 10 - IPv6-in-IPv6 encapsulation

PASSED ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=native' -w '/data/riotbuild/riotbase/examples/gnrc_networking/' 'riot/riotbuild:latest' make -j Building application "gnrc_networking" for "native" with MCU "native". text data bss dec hex filename 185679 19275 102836 307790 4b24e /data/riotbuild/riotbase/examples/gnrc_networking/bin/native/gnrc_networking.elf /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_networking/bin/native/gnrc_networking.elf tap0 RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. NETOPT_RX_END_IRQ not implemented by driver NETOPT_TX_END_IRQ not implemented by driver main(): This is RIOT! (Version: c52d-HEAD) RIOT network stack example application All up, running the shell now > > ifconfig ifconfig Iface 6 HWaddr: 42:80:45:D5:70:A3 L2-PDU:1500 MTU:1500 HL:64 RTR RTR_ADV Source address length: 6 Link type: wired inet6 addr: fe80::4080:45ff:fed5:70a3 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ffd5:70a3 Statistics for Layer 2 RX packets 4 bytes 400 TX packets 1 (Multicast: 1) bytes 78 TX succeeded 1 errors 0 Statistics for IPv6 RX packets 4 bytes 344 TX packets 1 (Multicast: 1) bytes 64 TX succeeded 1 errors 0 > . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. . Sent 1 packets. ```
riot-ci commented 3 years ago

06. Task 04 - UDP on iotlab-m3 (non-existent neighbor)

FAILED ###### Failures ``` riot_ctrl = .ctrl at 0x7f568ccd6430> @pytest.mark.iotlab_creds @pytest.mark.parametrize('nodes', [pytest.param(['iotlab-m3'])], indirect=['nodes']) def test_task04(riot_ctrl): node = riot_ctrl(0, APP, Shell) > node.udp_client_send("fe80::db:b7ec", 1337, count=1000, delay_ms=0, payload=8) 06-single-hop-udp/test_spec06.py:96: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:89: in wrapper return func(self, *args, **kwargs) testutils/shell.py:170: in udp_client_send res = self.cmd( .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:101: in cmd self._start_replwrap() .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:61: in _start_replwrap self.replwrap = pexpect.replwrap.REPLWrapper( .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:55: in __init__ self._expect_prompt() .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:65: in _expect_prompt return self.child.expect_exact([self.prompt, self.continuation_prompt], _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = pattern = ['> ', '[PEXPECT_PROMPT+'], args = () kwargs = {'async_': False, 'timeout': -1} def expect_exact(self, pattern, *args, **kwargs): # pylint:disable=arguments-differ try: return super().expect_exact(pattern, *args, **kwargs) except (pexpect.TIMEOUT, pexpect.EOF) as exc: > raise self._pexpect_exception(exc, pattern) E pexpect.exceptions.TIMEOUT: ['> ', '[PEXPECT_PROMPT+'] .tox/test/lib/python3.9/site-packages/riotctrl/ctrl.py:51: TIMEOUT ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271284 --list saclay,m3,12 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-12.saclay.iot-lab.info:20000' ```
riot-ci commented 3 years ago

06. Task 06 - Empty UDP on iotlab-m3

RERUN ###### Failures ``` riot_ctrl = .ctrl at 0x7f568ccd6700> @pytest.mark.flaky(reruns=3, reruns_delay=30) @pytest.mark.iotlab_creds @pytest.mark.parametrize('nodes', [pytest.param(['iotlab-m3', 'iotlab-m3'])], indirect=['nodes']) def test_task06(riot_ctrl): nodes = ( riot_ctrl(0, APP, Shell), riot_ctrl(1, APP, Shell), ) for client, server in zip(nodes, reversed(nodes)): > server_netif, server_addr = lladdr(server.ifconfig_list()) 06-single-hop-udp/test_spec06.py:139: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../RIOT/dist/pythonlibs/riotctrl_shell/netif.py:282: in ifconfig_list return self.ifconfig_cmd(netif=netif, timeout=timeout, async_=async_) .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:89: in wrapper return func(self, *args, **kwargs) ../RIOT/dist/pythonlibs/riotctrl_shell/netif.py:293: in ifconfig_cmd return self.cmd(cmd, timeout=timeout, async_=False) .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:101: in cmd self._start_replwrap() .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:61: in _start_replwrap self.replwrap = pexpect.replwrap.REPLWrapper( .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:55: in __init__ self._expect_prompt() .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:65: in _expect_prompt return self.child.expect_exact([self.prompt, self.continuation_prompt], _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = pattern = ['> ', '[PEXPECT_PROMPT+'], args = () kwargs = {'async_': False, 'timeout': -1} def expect_exact(self, pattern, *args, **kwargs): # pylint:disable=arguments-differ try: return super().expect_exact(pattern, *args, **kwargs) except (pexpect.TIMEOUT, pexpect.EOF) as exc: > raise self._pexpect_exception(exc, pattern) E pexpect.exceptions.TIMEOUT: ['> ', '[PEXPECT_PROMPT+'] .tox/test/lib/python3.9/site-packages/riotctrl/ctrl.py:51: TIMEOUT ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271285 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271285 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ```
riot-ci commented 3 years ago

06. Task 06 - Empty UDP on iotlab-m3

RERUN ###### Failures ``` riot_ctrl = .ctrl at 0x7f568ccd68b0> @pytest.mark.flaky(reruns=3, reruns_delay=30) @pytest.mark.iotlab_creds @pytest.mark.parametrize('nodes', [pytest.param(['iotlab-m3', 'iotlab-m3'])], indirect=['nodes']) def test_task06(riot_ctrl): nodes = ( riot_ctrl(0, APP, Shell), riot_ctrl(1, APP, Shell), ) for client, server in zip(nodes, reversed(nodes)): > server_netif, server_addr = lladdr(server.ifconfig_list()) 06-single-hop-udp/test_spec06.py:139: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../RIOT/dist/pythonlibs/riotctrl_shell/netif.py:282: in ifconfig_list return self.ifconfig_cmd(netif=netif, timeout=timeout, async_=async_) .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:89: in wrapper return func(self, *args, **kwargs) ../RIOT/dist/pythonlibs/riotctrl_shell/netif.py:293: in ifconfig_cmd return self.cmd(cmd, timeout=timeout, async_=False) .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:101: in cmd self._start_replwrap() .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:61: in _start_replwrap self.replwrap = pexpect.replwrap.REPLWrapper( .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:55: in __init__ self._expect_prompt() .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:65: in _expect_prompt return self.child.expect_exact([self.prompt, self.continuation_prompt], _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = pattern = ['> ', '[PEXPECT_PROMPT+'], args = () kwargs = {'async_': False, 'timeout': -1} def expect_exact(self, pattern, *args, **kwargs): # pylint:disable=arguments-differ try: return super().expect_exact(pattern, *args, **kwargs) except (pexpect.TIMEOUT, pexpect.EOF) as exc: > raise self._pexpect_exception(exc, pattern) E pexpect.exceptions.TIMEOUT: ['> ', '[PEXPECT_PROMPT+'] .tox/test/lib/python3.9/site-packages/riotctrl/ctrl.py:51: TIMEOUT ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271285 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271285 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271286 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271286 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ```
riot-ci commented 3 years ago

06. Task 06 - Empty UDP on iotlab-m3

RERUN ###### Failures ``` riot_ctrl = .ctrl at 0x7f568ccd8430> @pytest.mark.flaky(reruns=3, reruns_delay=30) @pytest.mark.iotlab_creds @pytest.mark.parametrize('nodes', [pytest.param(['iotlab-m3', 'iotlab-m3'])], indirect=['nodes']) def test_task06(riot_ctrl): nodes = ( riot_ctrl(0, APP, Shell), riot_ctrl(1, APP, Shell), ) for client, server in zip(nodes, reversed(nodes)): server_netif, server_addr = lladdr(server.ifconfig_list()) server.ifconfig_set(server_netif, "channel", 26) assert server_addr.startswith("fe80::") > client_netif, _ = lladdr(client.ifconfig_list()) 06-single-hop-udp/test_spec06.py:142: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../RIOT/dist/pythonlibs/riotctrl_shell/netif.py:282: in ifconfig_list return self.ifconfig_cmd(netif=netif, timeout=timeout, async_=async_) .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:89: in wrapper return func(self, *args, **kwargs) ../RIOT/dist/pythonlibs/riotctrl_shell/netif.py:293: in ifconfig_cmd return self.cmd(cmd, timeout=timeout, async_=False) .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:101: in cmd self._start_replwrap() .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:61: in _start_replwrap self.replwrap = pexpect.replwrap.REPLWrapper( .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:55: in __init__ self._expect_prompt() .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:65: in _expect_prompt return self.child.expect_exact([self.prompt, self.continuation_prompt], _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = pattern = ['> ', '[PEXPECT_PROMPT+'], args = () kwargs = {'async_': False, 'timeout': -1} def expect_exact(self, pattern, *args, **kwargs): # pylint:disable=arguments-differ try: return super().expect_exact(pattern, *args, **kwargs) except (pexpect.TIMEOUT, pexpect.EOF) as exc: > raise self._pexpect_exception(exc, pattern) E pexpect.exceptions.TIMEOUT: ['> ', '[PEXPECT_PROMPT+'] .tox/test/lib/python3.9/site-packages/riotctrl/ctrl.py:51: TIMEOUT ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271285 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271285 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271286 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271286 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271287 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271287 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' > ifconfig ifconfig Iface 5 HWaddr: 0B:BE Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK Long HWaddr: E6:D3:6F:EC:DF:36:0B:BE 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::e4d3:6fec:df36:bbe scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff36:bbe Statistics for Layer 2 RX packets 0 bytes 0 TX packets 2 (Multicast: 2) bytes 86 TX succeeded 2 errors 0 Statistics for IPv6 RX packets 0 bytes 0 TX packets 2 (Multicast: 2) bytes 128 TX succeeded 2 errors 0 > ifconfig 5 set channel 26 ifconfig 5 set channel 26 success: set channel on interface 5 to 26 > ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-10.saclay.iot-lab.info:20000' ```
riot-ci commented 3 years ago

06. Task 06 - Empty UDP on iotlab-m3

FAILED ###### Failures ``` riot_ctrl = .ctrl at 0x7f568cc96b80> @pytest.mark.flaky(reruns=3, reruns_delay=30) @pytest.mark.iotlab_creds @pytest.mark.parametrize('nodes', [pytest.param(['iotlab-m3', 'iotlab-m3'])], indirect=['nodes']) def test_task06(riot_ctrl): nodes = ( riot_ctrl(0, APP, Shell), riot_ctrl(1, APP, Shell), ) for client, server in zip(nodes, reversed(nodes)): > server_netif, server_addr = lladdr(server.ifconfig_list()) 06-single-hop-udp/test_spec06.py:139: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../RIOT/dist/pythonlibs/riotctrl_shell/netif.py:282: in ifconfig_list return self.ifconfig_cmd(netif=netif, timeout=timeout, async_=async_) .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:89: in wrapper return func(self, *args, **kwargs) ../RIOT/dist/pythonlibs/riotctrl_shell/netif.py:293: in ifconfig_cmd return self.cmd(cmd, timeout=timeout, async_=False) .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:101: in cmd self._start_replwrap() .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:61: in _start_replwrap self.replwrap = pexpect.replwrap.REPLWrapper( .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:55: in __init__ self._expect_prompt() .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:65: in _expect_prompt return self.child.expect_exact([self.prompt, self.continuation_prompt], _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = pattern = ['> ', '[PEXPECT_PROMPT+'], args = () kwargs = {'async_': False, 'timeout': -1} def expect_exact(self, pattern, *args, **kwargs): # pylint:disable=arguments-differ try: return super().expect_exact(pattern, *args, **kwargs) except (pexpect.TIMEOUT, pexpect.EOF) as exc: > raise self._pexpect_exception(exc, pattern) E pexpect.exceptions.TIMEOUT: ['> ', '[PEXPECT_PROMPT+'] .tox/test/lib/python3.9/site-packages/riotctrl/ctrl.py:51: TIMEOUT ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271285 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271285 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271286 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271286 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271287 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271287 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' > ifconfig ifconfig Iface 5 HWaddr: 0B:BE Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK Long HWaddr: E6:D3:6F:EC:DF:36:0B:BE 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::e4d3:6fec:df36:bbe scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff36:bbe Statistics for Layer 2 RX packets 0 bytes 0 TX packets 2 (Multicast: 2) bytes 86 TX succeeded 2 errors 0 Statistics for IPv6 RX packets 0 bytes 0 TX packets 2 (Multicast: 2) bytes 128 TX succeeded 2 errors 0 > ifconfig 5 set channel 26 ifconfig 5 set channel 26 success: set channel on interface 5 to 26 > ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-10.saclay.iot-lab.info:20000' ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271288 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/gnrc_udp/' 'riot/riotbuild:latest' make -j Building application "tests_gnrc_udp" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 88548 184 21108 109840 1ad10 /data/riotbuild/riotbase/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271288 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/gnrc_udp/bin/iotlab-m3/tests_gnrc_udp.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ```
riot-ci commented 3 years ago

08. Task 08 - UDP between GNRC and lwIP on iotlab-m3

RERUN ###### Failures ``` riot_ctrl = .ctrl at 0x7f568cc5eb80> @pytest.mark.flaky(reruns=3, reruns_delay=30) @pytest.mark.iotlab_creds # nodes passed to riot_ctrl fixture @pytest.mark.parametrize('nodes', [pytest.param(['iotlab-m3', 'iotlab-m3'])], indirect=['nodes']) def test_task08(riot_ctrl): gnrc_node, lwip_node = ( riot_ctrl(0, GNRC_APP, Shell), riot_ctrl(1, LWIP_APP, riotctrl.shell.ShellInteraction), ) _, gnrc_addr = lladdr(gnrc_node.ifconfig_list()) assert gnrc_addr.startswith("fe80::") > res = lwip_node.cmd("ifconfig") 08-interop/test_spec08.py:69: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:101: in cmd self._start_replwrap() .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:61: in _start_replwrap self.replwrap = pexpect.replwrap.REPLWrapper( .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:55: in __init__ self._expect_prompt() .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:65: in _expect_prompt return self.child.expect_exact([self.prompt, self.continuation_prompt], _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = pattern = ['> ', '[PEXPECT_PROMPT+'], args = () kwargs = {'async_': False, 'timeout': -1} def expect_exact(self, pattern, *args, **kwargs): # pylint:disable=arguments-differ try: return super().expect_exact(pattern, *args, **kwargs) except (pexpect.TIMEOUT, pexpect.EOF) as exc: > raise self._pexpect_exception(exc, pattern) E pexpect.exceptions.TIMEOUT: ['> ', '[PEXPECT_PROMPT+'] .tox/test/lib/python3.9/site-packages/riotctrl/ctrl.py:51: TIMEOUT ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/examples/gnrc_networking/' 'riot/riotbuild:latest' make -j Building application "gnrc_networking" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 90348 188 19004 109540 1abe4 /data/riotbuild/riotbase/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271317 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/lwip/' 'riot/riotbuild:latest' make -j Building application "tests_lwip" for "iotlab-m3" with MCU "stm32". [INFO] cloning lwip Cloning into '/data/riotbuild/riotbase/build/pkg/lwip'... remote: Enumerating objects: 54621, done. remote: Counting objects: 0% (1/326) remote: Counting objects: 1% (4/326) remote: Counting objects: 2% (7/326) remote: Counting objects: 3% (10/326) remote: Counting objects: 4% (14/326) remote: Counting objects: 5% (17/326) remote: Counting objects: 6% (20/326) remote: Counting objects: 7% (23/326) remote: Counting objects: 8% (27/326) remote: Counting objects: 9% (30/326) remote: Counting objects: 10% (33/326) remote: Counting objects: 11% (36/326) remote: Counting objects: 12% (40/326) remote: Counting objects: 13% (43/326) remote: Counting objects: 14% (46/326) remote: Counting objects: 15% (49/326) remote: Counting objects: 16% (53/326) remote: Counting objects: 17% (56/326) remote: Counting objects: 18% (59/326) remote: Counting objects: 19% (62/326) remote: Counting objects: 20% (66/326) remote: Counting objects: 21% (69/326) remote: Counting objects: 22% (72/326) remote: Counting objects: 23% (75/326) remote: Counting objects: 24% (79/326) remote: Counting objects: 25% (82/326) remote: Counting objects: 26% (85/326) remote: Counting objects: 27% (89/326) remote: Counting objects: 28% (92/326) remote: Counting objects: 29% (95/326) remote: Counting objects: 30% (98/326) remote: Counting objects: 31% (102/326) remote: Counting objects: 32% (105/326) remote: Counting objects: 33% (108/326) remote: Counting objects: 34% (111/326) remote: Counting objects: 35% (115/326) remote: Counting objects: 36% (118/326) remote: Counting objects: 37% (121/326) remote: Counting objects: 38% (124/326) remote: Counting objects: 39% (128/326) remote: Counting objects: 40% (131/326) remote: Counting objects: 41% (134/326) remote: Counting objects: 42% (137/326) remote: Counting objects: 43% (141/326) remote: Counting objects: 44% (144/326) remote: Counting objects: 45% (147/326) remote: Counting objects: 46% (150/326) remote: Counting objects: 47% (154/326) remote: Counting objects: 48% (157/326) remote: Counting objects: 49% (160/326) remote: Counting objects: 50% (163/326) remote: Counting objects: 51% (167/326) remote: Counting objects: 52% (170/326) remote: Counting objects: 53% (173/326) remote: Counting objects: 54% (177/326) remote: Counting objects: 55% (180/326) remote: Counting objects: 56% (183/326) remote: Counting objects: 57% (186/326) remote: Counting objects: 58% (190/326) remote: Counting objects: 59% (193/326) remote: Counting objects: 60% (196/326) remote: Counting objects: 61% (199/326) remote: Counting objects: 62% (203/326) remote: Counting objects: 63% (206/326) remote: Counting objects: 64% (209/326) remote: Counting objects: 65% (212/326) remote: Counting objects: 66% (216/326) remote: Counting objects: 67% (219/326) remote: Counting objects: 68% (222/326) remote: Counting objects: 69% (225/326) remote: Counting objects: 70% (229/326) remote: Counting objects: 71% (232/326) remote: Counting objects: 72% (235/326) remote: Counting objects: 73% (238/326) remote: Counting objects: 74% (242/326) remote: Counting objects: 75% (245/326) remote: Counting objects: 76% (248/326) remote: Counting objects: 77% (252/326) remote: Counting objects: 78% (255/326) remote: Counting objects: 79% (258/326) remote: Counting objects: 80% (261/326) remote: Counting objects: 81% (265/326) remote: Counting objects: 82% (268/326) remote: Counting objects: 83% (271/326) remote: Counting objects: 84% (274/326) remote: Counting objects: 85% (278/326) remote: Counting objects: 86% (281/326) remote: Counting objects: 87% (284/326) remote: Counting objects: 88% (287/326) remote: Counting objects: 89% (291/326) remote: Counting objects: 90% (294/326) remote: Counting objects: 91% (297/326) remote: Counting objects: 92% (300/326) remote: Counting objects: 93% (304/326) remote: Counting objects: 94% (307/326) remote: Counting objects: 95% (310/326) remote: Counting objects: 96% (313/326) remote: Counting objects: 97% (317/326) remote: Counting objects: 98% (320/326) remote: Counting objects: 99% (323/326) remote: Counting objects: 100% (326/326) remote: Counting objects: 100% (326/326), done. remote: Compressing objects: 0% (1/142) remote: Compressing objects: 1% (2/142) remote: Compressing objects: 2% (3/142) remote: Compressing objects: 3% (5/142) remote: Compressing objects: 4% (6/142) remote: Compressing objects: 5% (8/142) remote: Compressing objects: 6% (9/142) remote: Compressing objects: 7% (10/142) remote: Compressing objects: 8% (12/142) remote: Compressing objects: 9% (13/142) remote: Compressing objects: 10% (15/142) remote: Compressing objects: 11% (16/142) remote: Compressing objects: 12% (18/142) remote: Compressing objects: 13% (19/142) remote: Compressing objects: 14% (20/142) remote: Compressing objects: 15% (22/142) remote: Compressing objects: 16% (23/142) remote: Compressing objects: 17% (25/142) remote: Compressing objects: 18% (26/142) remote: Compressing objects: 19% (27/142) remote: Compressing objects: 20% (29/142) remote: Compressing objects: 21% (30/142) remote: Compressing objects: 22% (32/142) remote: Compressing objects: 23% (33/142) remote: Compressing objects: 24% (35/142) remote: Compressing objects: 25% (36/142) remote: Compressing objects: 26% (37/142) remote: Compressing objects: 27% (39/142) remote: Compressing objects: 28% (40/142) remote: Compressing objects: 29% (42/142) remote: Compressing objects: 30% (43/142) remote: Compressing objects: 31% (45/142) remote: Compressing objects: 32% (46/142) remote: Compressing objects: 33% (47/142) remote: Compressing objects: 34% (49/142) remote: Compressing objects: 35% (50/142) remote: Compressing objects: 36% (52/142) remote: Compressing objects: 37% (53/142) remote: Compressing objects: 38% (54/142) remote: Compressing objects: 39% (56/142) remote: Compressing objects: 40% (57/142) remote: Compressing objects: 41% (59/142) remote: Compressing objects: 42% (60/142) remote: Compressing objects: 43% (62/142) remote: Compressing objects: 44% (63/142) remote: Compressing objects: 45% (64/142) remote: Compressing objects: 46% (66/142) remote: Compressing objects: 47% (67/142) remote: Compressing objects: 48% (69/142) remote: Compressing objects: 49% (70/142) remote: Compressing objects: 50% (71/142) remote: Compressing objects: 51% (73/142) remote: Compressing objects: 52% (74/142) remote: Compressing objects: 53% (76/142) remote: Compressing objects: 54% (77/142) remote: Compressing objects: 55% (79/142) remote: Compressing objects: 56% (80/142) remote: Compressing objects: 57% (81/142) remote: Compressing objects: 58% (83/142) remote: Compressing objects: 59% (84/142) remote: Compressing objects: 60% (86/142) remote: Compressing objects: 61% (87/142) remote: Compressing objects: 62% (89/142) remote: Compressing objects: 63% (90/142) remote: Compressing objects: 64% (91/142) remote: Compressing objects: 65% (93/142) remote: Compressing objects: 66% (94/142) remote: Compressing objects: 67% (96/142) remote: Compressing objects: 68% (97/142) remote: Compressing objects: 69% (98/142) remote: Compressing objects: 70% (100/142) remote: Compressing objects: 71% (101/142) remote: Compressing objects: 72% (103/142) remote: Compressing objects: 73% (104/142) remote: Compressing objects: 74% (106/142) remote: Compressing objects: 75% (107/142) remote: Compressing objects: 76% (108/142) remote: Compressing objects: 77% (110/142) remote: Compressing objects: 78% (111/142) remote: Compressing objects: 79% (113/142) remote: Compressing objects: 80% (114/142) remote: Compressing objects: 81% (116/142) remote: Compressing objects: 82% (117/142) remote: Compressing objects: 83% (118/142) remote: Compressing objects: 84% (120/142) remote: Compressing objects: 85% (121/142) remote: Compressing objects: 86% (123/142) remote: Compressing objects: 87% (124/142) remote: Compressing objects: 88% (125/142) remote: Compressing objects: 89% (127/142) remote: Compressing objects: 90% (128/142) remote: Compressing objects: 91% (130/142) remote: Compressing objects: 92% (131/142) remote: Compressing objects: 93% (133/142) remote: Compressing objects: 94% (134/142) remote: Compressing objects: 95% (135/142) remote: Compressing objects: 96% (137/142) remote: Compressing objects: 97% (138/142) remote: Compressing objects: 98% (140/142) remote: Compressing objects: 99% (141/142) remote: Compressing objects: 100% (142/142) remote: Compressing objects: 100% (142/142), done. Receiving objects: 0% (1/54621) Receiving objects: 1% (547/54621) Receiving objects: 2% (1093/54621) Receiving objects: 3% (1639/54621) Receiving objects: 4% (2185/54621) Receiving objects: 5% (2732/54621) Receiving objects: 6% (3278/54621) Receiving objects: 7% (3824/54621) Receiving objects: 8% (4370/54621) Receiving objects: 9% (4916/54621) Receiving objects: 10% (5463/54621) Receiving objects: 11% (6009/54621) Receiving objects: 12% (6555/54621) Receiving objects: 13% (7101/54621) Receiving objects: 14% (7647/54621) Receiving objects: 15% (8194/54621) Receiving objects: 16% (8740/54621) Receiving objects: 17% (9286/54621) Receiving objects: 18% (9832/54621) Receiving objects: 19% (10378/54621) Receiving objects: 20% (10925/54621) Receiving objects: 21% (11471/54621) Receiving objects: 22% (12017/54621) Receiving objects: 23% (12563/54621) Receiving objects: 24% (13110/54621) Receiving objects: 25% (13656/54621) Receiving objects: 26% (14202/54621) Receiving objects: 27% (14748/54621) Receiving objects: 28% (15294/54621) Receiving objects: 29% (15841/54621) Receiving objects: 30% (16387/54621) Receiving objects: 31% (16933/54621) Receiving objects: 32% (17479/54621) Receiving objects: 33% (18025/54621) Receiving objects: 34% (18572/54621) Receiving objects: 35% (19118/54621) Receiving objects: 36% (19664/54621) Receiving objects: 37% (20210/54621) Receiving objects: 38% (20756/54621) Receiving objects: 39% (21303/54621) Receiving objects: 40% (21849/54621) Receiving objects: 41% (22395/54621) Receiving objects: 42% (22941/54621) Receiving objects: 43% (23488/54621) Receiving objects: 44% (24034/54621) Receiving objects: 45% (24580/54621) Receiving objects: 46% (25126/54621) Receiving objects: 47% (25672/54621) Receiving objects: 48% (26219/54621) Receiving objects: 49% (26765/54621) Receiving objects: 50% (27311/54621) Receiving objects: 51% (27857/54621) Receiving objects: 52% (28403/54621) Receiving objects: 53% (28950/54621) Receiving objects: 54% (29496/54621) Receiving objects: 55% (30042/54621) Receiving objects: 56% (30588/54621) Receiving objects: 57% (31134/54621) Receiving objects: 58% (31681/54621) Receiving objects: 59% (32227/54621) Receiving objects: 60% (32773/54621) Receiving objects: 61% (33319/54621) Receiving objects: 62% (33866/54621) Receiving objects: 63% (34412/54621) Receiving objects: 64% (34958/54621) Receiving objects: 65% (35504/54621) Receiving objects: 66% (36050/54621) Receiving objects: 67% (36597/54621) Receiving objects: 68% (37143/54621) Receiving objects: 69% (37689/54621) Receiving objects: 70% (38235/54621) Receiving objects: 71% (38781/54621) Receiving objects: 72% (39328/54621) Receiving objects: 73% (39874/54621) Receiving objects: 74% (40420/54621) Receiving objects: 75% (40966/54621) Receiving objects: 76% (41512/54621) Receiving objects: 77% (42059/54621) Receiving objects: 78% (42605/54621) Receiving objects: 79% (43151/54621) Receiving objects: 80% (43697/54621) Receiving objects: 81% (44244/54621) Receiving objects: 82% (44790/54621) Receiving objects: 83% (45336/54621) Receiving objects: 84% (45882/54621) Receiving objects: 85% (46428/54621) Receiving objects: 86% (46975/54621) Receiving objects: 87% (47521/54621) Receiving objects: 88% (48067/54621) Receiving objects: 89% (48613/54621) Receiving objects: 90% (49159/54621) Receiving objects: 91% (49706/54621) Receiving objects: 92% (50252/54621) Receiving objects: 93% (50798/54621) Receiving objects: 94% (51344/54621) Receiving objects: 95% (51890/54621) Receiving objects: 96% (52437/54621) Receiving objects: 97% (52983/54621) Receiving objects: 98% (53529/54621) Receiving objects: 99% (54075/54621) remote: Total 54621 (delta 184), reused 311 (delta 181), pack-reused 54295 Receiving objects: 100% (54621/54621) Receiving objects: 100% (54621/54621), 10.78 MiB | 29.82 MiB/s, done. Resolving deltas: 0% (0/41129) Resolving deltas: 1% (448/41129) Resolving deltas: 2% (847/41129) Resolving deltas: 3% (1236/41129) Resolving deltas: 4% (1710/41129) Resolving deltas: 5% (2094/41129) Resolving deltas: 6% (2478/41129) Resolving deltas: 7% (2886/41129) Resolving deltas: 8% (3304/41129) Resolving deltas: 9% (3786/41129) Resolving deltas: 10% (4255/41129) Resolving deltas: 11% (4660/41129) Resolving deltas: 12% (4993/41129) Resolving deltas: 13% (5479/41129) Resolving deltas: 14% (5978/41129) Resolving deltas: 15% (6187/41129) Resolving deltas: 16% (6617/41129) Resolving deltas: 17% (7012/41129) Resolving deltas: 18% (7467/41129) Resolving deltas: 19% (7846/41129) Resolving deltas: 20% (8263/41129) Resolving deltas: 21% (8643/41129) Resolving deltas: 22% (9057/41129) Resolving deltas: 23% (9468/41129) Resolving deltas: 24% (9885/41129) Resolving deltas: 25% (10433/41129) Resolving deltas: 26% (10758/41129) Resolving deltas: 27% (11139/41129) Resolving deltas: 28% (11519/41129) Resolving deltas: 29% (11940/41129) Resolving deltas: 30% (12357/41129) Resolving deltas: 31% (13128/41129) Resolving deltas: 32% (13168/41129) Resolving deltas: 33% (13575/41129) Resolving deltas: 34% (13994/41129) Resolving deltas: 35% (14403/41129) Resolving deltas: 36% (14836/41129) Resolving deltas: 37% (15224/41129) Resolving deltas: 38% (15673/41129) Resolving deltas: 39% (16085/41129) Resolving deltas: 40% (16515/41129) Resolving deltas: 42% (17384/41129) Resolving deltas: 43% (17686/41129) Resolving deltas: 44% (18106/41129) Resolving deltas: 45% (18625/41129) Resolving deltas: 46% (18957/41129) Resolving deltas: 47% (19422/41129) Resolving deltas: 48% (19795/41129) Resolving deltas: 49% (20205/41129) Resolving deltas: 50% (20570/41129) Resolving deltas: 51% (21244/41129) Resolving deltas: 52% (21398/41129) Resolving deltas: 53% (21807/41129) Resolving deltas: 54% (22239/41129) Resolving deltas: 55% (22632/41129) Resolving deltas: 56% (23047/41129) Resolving deltas: 57% (23448/41129) Resolving deltas: 58% (23908/41129) Resolving deltas: 59% (24398/41129) Resolving deltas: 60% (24683/41129) Resolving deltas: 61% (25107/41129) Resolving deltas: 62% (25500/41129) Resolving deltas: 63% (25912/41129) Resolving deltas: 64% (26323/41129) Resolving deltas: 66% (27201/41129) Resolving deltas: 67% (27560/41129) Resolving deltas: 68% (28002/41129) Resolving deltas: 69% (28387/41129) Resolving deltas: 70% (28816/41129) Resolving deltas: 71% (29208/41129) Resolving deltas: 72% (29614/41129) Resolving deltas: 73% (30115/41129) Resolving deltas: 75% (30932/41129) Resolving deltas: 76% (31283/41129) Resolving deltas: 77% (31678/41129) Resolving deltas: 78% (32081/41129) Resolving deltas: 79% (32495/41129) Resolving deltas: 80% (32918/41129) Resolving deltas: 81% (33320/41129) Resolving deltas: 82% (33750/41129) Resolving deltas: 83% (34326/41129) Resolving deltas: 84% (34598/41129) Resolving deltas: 85% (34994/41129) Resolving deltas: 86% (35371/41129) Resolving deltas: 87% (35792/41129) Resolving deltas: 88% (36198/41129) Resolving deltas: 89% (36605/41129) Resolving deltas: 90% (37101/41129) Resolving deltas: 91% (37475/41129) Resolving deltas: 92% (37843/41129) Resolving deltas: 93% (38252/41129) Resolving deltas: 94% (38664/41129) Resolving deltas: 95% (39096/41129) Resolving deltas: 96% (39498/41129) Resolving deltas: 97% (39932/41129) Resolving deltas: 98% (40397/41129) Resolving deltas: 99% (40747/41129) Resolving deltas: 100% (41129/41129) Resolving deltas: 100% (41129/41129), done. HEAD is now at 159e31b6 Prepare 2.1.2 release [INFO] updating lwip /data/riotbuild/riotbase/build/pkg/lwip/.pkg-state.git-downloaded echo 159e31b689577dbf69cf0683bbaffbd71fa5ee10 > /data/riotbuild/riotbase/build/pkg/lwip/.pkg-state.git-downloaded [INFO] patch lwip text data bss dec hex filename 98620 160 18732 117512 1cb08 /data/riotbuild/riotbase/tests/lwip/bin/iotlab-m3/tests_lwip.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271317 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/lwip/bin/iotlab-m3/tests_lwip.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-10.saclay.iot-lab.info:20000' > ifconfig ifconfig Iface 6 HWaddr: 67:C3 Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK Long HWaddr: 7A:94:05:FF:25:8D:E7:C3 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::7894:5ff:258d:e7c3 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff8d:e7c3 Statistics for Layer 2 RX packets 2 bytes 91 TX packets 4 (Multicast: 4) bytes 172 TX succeeded 4 errors 0 Statistics for IPv6 RX packets 0 bytes 0 TX packets 4 (Multicast: 4) bytes 256 TX succeeded 4 errors 0 > ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ```
riot-ci commented 3 years ago

08. Task 08 - UDP between GNRC and lwIP on iotlab-m3

RERUN ###### Failures ``` riot_ctrl = .ctrl at 0x7f568cc22040> @pytest.mark.flaky(reruns=3, reruns_delay=30) @pytest.mark.iotlab_creds # nodes passed to riot_ctrl fixture @pytest.mark.parametrize('nodes', [pytest.param(['iotlab-m3', 'iotlab-m3'])], indirect=['nodes']) def test_task08(riot_ctrl): gnrc_node, lwip_node = ( riot_ctrl(0, GNRC_APP, Shell), riot_ctrl(1, LWIP_APP, riotctrl.shell.ShellInteraction), ) _, gnrc_addr = lladdr(gnrc_node.ifconfig_list()) assert gnrc_addr.startswith("fe80::") > res = lwip_node.cmd("ifconfig") 08-interop/test_spec08.py:69: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:101: in cmd self._start_replwrap() .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:61: in _start_replwrap self.replwrap = pexpect.replwrap.REPLWrapper( .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:55: in __init__ self._expect_prompt() .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:65: in _expect_prompt return self.child.expect_exact([self.prompt, self.continuation_prompt], _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = pattern = ['> ', '[PEXPECT_PROMPT+'], args = () kwargs = {'async_': False, 'timeout': -1} def expect_exact(self, pattern, *args, **kwargs): # pylint:disable=arguments-differ try: return super().expect_exact(pattern, *args, **kwargs) except (pexpect.TIMEOUT, pexpect.EOF) as exc: > raise self._pexpect_exception(exc, pattern) E pexpect.exceptions.TIMEOUT: ['> ', '[PEXPECT_PROMPT+'] .tox/test/lib/python3.9/site-packages/riotctrl/ctrl.py:51: TIMEOUT ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/examples/gnrc_networking/' 'riot/riotbuild:latest' make -j Building application "gnrc_networking" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 90348 188 19004 109540 1abe4 /data/riotbuild/riotbase/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271317 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/lwip/' 'riot/riotbuild:latest' make -j Building application "tests_lwip" for "iotlab-m3" with MCU "stm32". [INFO] cloning lwip Cloning into '/data/riotbuild/riotbase/build/pkg/lwip'... remote: Enumerating objects: 54621, done. remote: Counting objects: 0% (1/326) remote: Counting objects: 1% (4/326) remote: Counting objects: 2% (7/326) remote: Counting objects: 3% (10/326) remote: Counting objects: 4% (14/326) remote: Counting objects: 5% (17/326) remote: Counting objects: 6% (20/326) remote: Counting objects: 7% (23/326) remote: Counting objects: 8% (27/326) remote: Counting objects: 9% (30/326) remote: Counting objects: 10% (33/326) remote: Counting objects: 11% (36/326) remote: Counting objects: 12% (40/326) remote: Counting objects: 13% (43/326) remote: Counting objects: 14% (46/326) remote: Counting objects: 15% (49/326) remote: Counting objects: 16% (53/326) remote: Counting objects: 17% (56/326) remote: Counting objects: 18% (59/326) remote: Counting objects: 19% (62/326) remote: Counting objects: 20% (66/326) remote: Counting objects: 21% (69/326) remote: Counting objects: 22% (72/326) remote: Counting objects: 23% (75/326) remote: Counting objects: 24% (79/326) remote: Counting objects: 25% (82/326) remote: Counting objects: 26% (85/326) remote: Counting objects: 27% (89/326) remote: Counting objects: 28% (92/326) remote: Counting objects: 29% (95/326) remote: Counting objects: 30% (98/326) remote: Counting objects: 31% (102/326) remote: Counting objects: 32% (105/326) remote: Counting objects: 33% (108/326) remote: Counting objects: 34% (111/326) remote: Counting objects: 35% (115/326) remote: Counting objects: 36% (118/326) remote: Counting objects: 37% (121/326) remote: Counting objects: 38% (124/326) remote: Counting objects: 39% (128/326) remote: Counting objects: 40% (131/326) remote: Counting objects: 41% (134/326) remote: Counting objects: 42% (137/326) remote: Counting objects: 43% (141/326) remote: Counting objects: 44% (144/326) remote: Counting objects: 45% (147/326) remote: Counting objects: 46% (150/326) remote: Counting objects: 47% (154/326) remote: Counting objects: 48% (157/326) remote: Counting objects: 49% (160/326) remote: Counting objects: 50% (163/326) remote: Counting objects: 51% (167/326) remote: Counting objects: 52% (170/326) remote: Counting objects: 53% (173/326) remote: Counting objects: 54% (177/326) remote: Counting objects: 55% (180/326) remote: Counting objects: 56% (183/326) remote: Counting objects: 57% (186/326) remote: Counting objects: 58% (190/326) remote: Counting objects: 59% (193/326) remote: Counting objects: 60% (196/326) remote: Counting objects: 61% (199/326) remote: Counting objects: 62% (203/326) remote: Counting objects: 63% (206/326) remote: Counting objects: 64% (209/326) remote: Counting objects: 65% (212/326) remote: Counting objects: 66% (216/326) remote: Counting objects: 67% (219/326) remote: Counting objects: 68% (222/326) remote: Counting objects: 69% (225/326) remote: Counting objects: 70% (229/326) remote: Counting objects: 71% (232/326) remote: Counting objects: 72% (235/326) remote: Counting objects: 73% (238/326) remote: Counting objects: 74% (242/326) remote: Counting objects: 75% (245/326) remote: Counting objects: 76% (248/326) remote: Counting objects: 77% (252/326) remote: Counting objects: 78% (255/326) remote: Counting objects: 79% (258/326) remote: Counting objects: 80% (261/326) remote: Counting objects: 81% (265/326) remote: Counting objects: 82% (268/326) remote: Counting objects: 83% (271/326) remote: Counting objects: 84% (274/326) remote: Counting objects: 85% (278/326) remote: Counting objects: 86% (281/326) remote: Counting objects: 87% (284/326) remote: Counting objects: 88% (287/326) remote: Counting objects: 89% (291/326) remote: Counting objects: 90% (294/326) remote: Counting objects: 91% (297/326) remote: Counting objects: 92% (300/326) remote: Counting objects: 93% (304/326) remote: Counting objects: 94% (307/326) remote: Counting objects: 95% (310/326) remote: Counting objects: 96% (313/326) remote: Counting objects: 97% (317/326) remote: Counting objects: 98% (320/326) remote: Counting objects: 99% (323/326) remote: Counting objects: 100% (326/326) remote: Counting objects: 100% (326/326), done. remote: Compressing objects: 0% (1/142) remote: Compressing objects: 1% (2/142) remote: Compressing objects: 2% (3/142) remote: Compressing objects: 3% (5/142) remote: Compressing objects: 4% (6/142) remote: Compressing objects: 5% (8/142) remote: Compressing objects: 6% (9/142) remote: Compressing objects: 7% (10/142) remote: Compressing objects: 8% (12/142) remote: Compressing objects: 9% (13/142) remote: Compressing objects: 10% (15/142) remote: Compressing objects: 11% (16/142) remote: Compressing objects: 12% (18/142) remote: Compressing objects: 13% (19/142) remote: Compressing objects: 14% (20/142) remote: Compressing objects: 15% (22/142) remote: Compressing objects: 16% (23/142) remote: Compressing objects: 17% (25/142) remote: Compressing objects: 18% (26/142) remote: Compressing objects: 19% (27/142) remote: Compressing objects: 20% (29/142) remote: Compressing objects: 21% (30/142) remote: Compressing objects: 22% (32/142) remote: Compressing objects: 23% (33/142) remote: Compressing objects: 24% (35/142) remote: Compressing objects: 25% (36/142) remote: Compressing objects: 26% (37/142) remote: Compressing objects: 27% (39/142) remote: Compressing objects: 28% (40/142) remote: Compressing objects: 29% (42/142) remote: Compressing objects: 30% (43/142) remote: Compressing objects: 31% (45/142) remote: Compressing objects: 32% (46/142) remote: Compressing objects: 33% (47/142) remote: Compressing objects: 34% (49/142) remote: Compressing objects: 35% (50/142) remote: Compressing objects: 36% (52/142) remote: Compressing objects: 37% (53/142) remote: Compressing objects: 38% (54/142) remote: Compressing objects: 39% (56/142) remote: Compressing objects: 40% (57/142) remote: Compressing objects: 41% (59/142) remote: Compressing objects: 42% (60/142) remote: Compressing objects: 43% (62/142) remote: Compressing objects: 44% (63/142) remote: Compressing objects: 45% (64/142) remote: Compressing objects: 46% (66/142) remote: Compressing objects: 47% (67/142) remote: Compressing objects: 48% (69/142) remote: Compressing objects: 49% (70/142) remote: Compressing objects: 50% (71/142) remote: Compressing objects: 51% (73/142) remote: Compressing objects: 52% (74/142) remote: Compressing objects: 53% (76/142) remote: Compressing objects: 54% (77/142) remote: Compressing objects: 55% (79/142) remote: Compressing objects: 56% (80/142) remote: Compressing objects: 57% (81/142) remote: Compressing objects: 58% (83/142) remote: Compressing objects: 59% (84/142) remote: Compressing objects: 60% (86/142) remote: Compressing objects: 61% (87/142) remote: Compressing objects: 62% (89/142) remote: Compressing objects: 63% (90/142) remote: Compressing objects: 64% (91/142) remote: Compressing objects: 65% (93/142) remote: Compressing objects: 66% (94/142) remote: Compressing objects: 67% (96/142) remote: Compressing objects: 68% (97/142) remote: Compressing objects: 69% (98/142) remote: Compressing objects: 70% (100/142) remote: Compressing objects: 71% (101/142) remote: Compressing objects: 72% (103/142) remote: Compressing objects: 73% (104/142) remote: Compressing objects: 74% (106/142) remote: Compressing objects: 75% (107/142) remote: Compressing objects: 76% (108/142) remote: Compressing objects: 77% (110/142) remote: Compressing objects: 78% (111/142) remote: Compressing objects: 79% (113/142) remote: Compressing objects: 80% (114/142) remote: Compressing objects: 81% (116/142) remote: Compressing objects: 82% (117/142) remote: Compressing objects: 83% (118/142) remote: Compressing objects: 84% (120/142) remote: Compressing objects: 85% (121/142) remote: Compressing objects: 86% (123/142) remote: Compressing objects: 87% (124/142) remote: Compressing objects: 88% (125/142) remote: Compressing objects: 89% (127/142) remote: Compressing objects: 90% (128/142) remote: Compressing objects: 91% (130/142) remote: Compressing objects: 92% (131/142) remote: Compressing objects: 93% (133/142) remote: Compressing objects: 94% (134/142) remote: Compressing objects: 95% (135/142) remote: Compressing objects: 96% (137/142) remote: Compressing objects: 97% (138/142) remote: Compressing objects: 98% (140/142) remote: Compressing objects: 99% (141/142) remote: Compressing objects: 100% (142/142) remote: Compressing objects: 100% (142/142), done. Receiving objects: 0% (1/54621) Receiving objects: 1% (547/54621) Receiving objects: 2% (1093/54621) Receiving objects: 3% (1639/54621) Receiving objects: 4% (2185/54621) Receiving objects: 5% (2732/54621) Receiving objects: 6% (3278/54621) Receiving objects: 7% (3824/54621) Receiving objects: 8% (4370/54621) Receiving objects: 9% (4916/54621) Receiving objects: 10% (5463/54621) Receiving objects: 11% (6009/54621) Receiving objects: 12% (6555/54621) Receiving objects: 13% (7101/54621) Receiving objects: 14% (7647/54621) Receiving objects: 15% (8194/54621) Receiving objects: 16% (8740/54621) Receiving objects: 17% (9286/54621) Receiving objects: 18% (9832/54621) Receiving objects: 19% (10378/54621) Receiving objects: 20% (10925/54621) Receiving objects: 21% (11471/54621) Receiving objects: 22% (12017/54621) Receiving objects: 23% (12563/54621) Receiving objects: 24% (13110/54621) Receiving objects: 25% (13656/54621) Receiving objects: 26% (14202/54621) Receiving objects: 27% (14748/54621) Receiving objects: 28% (15294/54621) Receiving objects: 29% (15841/54621) Receiving objects: 30% (16387/54621) Receiving objects: 31% (16933/54621) Receiving objects: 32% (17479/54621) Receiving objects: 33% (18025/54621) Receiving objects: 34% (18572/54621) Receiving objects: 35% (19118/54621) Receiving objects: 36% (19664/54621) Receiving objects: 37% (20210/54621) Receiving objects: 38% (20756/54621) Receiving objects: 39% (21303/54621) Receiving objects: 40% (21849/54621) Receiving objects: 41% (22395/54621) Receiving objects: 42% (22941/54621) Receiving objects: 43% (23488/54621) Receiving objects: 44% (24034/54621) Receiving objects: 45% (24580/54621) Receiving objects: 46% (25126/54621) Receiving objects: 47% (25672/54621) Receiving objects: 48% (26219/54621) Receiving objects: 49% (26765/54621) Receiving objects: 50% (27311/54621) Receiving objects: 51% (27857/54621) Receiving objects: 52% (28403/54621) Receiving objects: 53% (28950/54621) Receiving objects: 54% (29496/54621) Receiving objects: 55% (30042/54621) Receiving objects: 56% (30588/54621) Receiving objects: 57% (31134/54621) Receiving objects: 58% (31681/54621) Receiving objects: 59% (32227/54621) Receiving objects: 60% (32773/54621) Receiving objects: 61% (33319/54621) Receiving objects: 62% (33866/54621) Receiving objects: 63% (34412/54621) Receiving objects: 64% (34958/54621) Receiving objects: 65% (35504/54621) Receiving objects: 66% (36050/54621) Receiving objects: 67% (36597/54621) Receiving objects: 68% (37143/54621) Receiving objects: 69% (37689/54621) Receiving objects: 70% (38235/54621) Receiving objects: 71% (38781/54621) Receiving objects: 72% (39328/54621) Receiving objects: 73% (39874/54621) Receiving objects: 74% (40420/54621) Receiving objects: 75% (40966/54621) Receiving objects: 76% (41512/54621) Receiving objects: 77% (42059/54621) Receiving objects: 78% (42605/54621) Receiving objects: 79% (43151/54621) Receiving objects: 80% (43697/54621) Receiving objects: 81% (44244/54621) Receiving objects: 82% (44790/54621) Receiving objects: 83% (45336/54621) Receiving objects: 84% (45882/54621) Receiving objects: 85% (46428/54621) Receiving objects: 86% (46975/54621) Receiving objects: 87% (47521/54621) Receiving objects: 88% (48067/54621) Receiving objects: 89% (48613/54621) Receiving objects: 90% (49159/54621) Receiving objects: 91% (49706/54621) Receiving objects: 92% (50252/54621) Receiving objects: 93% (50798/54621) Receiving objects: 94% (51344/54621) Receiving objects: 95% (51890/54621) Receiving objects: 96% (52437/54621) Receiving objects: 97% (52983/54621) Receiving objects: 98% (53529/54621) Receiving objects: 99% (54075/54621) remote: Total 54621 (delta 184), reused 311 (delta 181), pack-reused 54295 Receiving objects: 100% (54621/54621) Receiving objects: 100% (54621/54621), 10.78 MiB | 29.82 MiB/s, done. Resolving deltas: 0% (0/41129) Resolving deltas: 1% (448/41129) Resolving deltas: 2% (847/41129) Resolving deltas: 3% (1236/41129) Resolving deltas: 4% (1710/41129) Resolving deltas: 5% (2094/41129) Resolving deltas: 6% (2478/41129) Resolving deltas: 7% (2886/41129) Resolving deltas: 8% (3304/41129) Resolving deltas: 9% (3786/41129) Resolving deltas: 10% (4255/41129) Resolving deltas: 11% (4660/41129) Resolving deltas: 12% (4993/41129) Resolving deltas: 13% (5479/41129) Resolving deltas: 14% (5978/41129) Resolving deltas: 15% (6187/41129) Resolving deltas: 16% (6617/41129) Resolving deltas: 17% (7012/41129) Resolving deltas: 18% (7467/41129) Resolving deltas: 19% (7846/41129) Resolving deltas: 20% (8263/41129) Resolving deltas: 21% (8643/41129) Resolving deltas: 22% (9057/41129) Resolving deltas: 23% (9468/41129) Resolving deltas: 24% (9885/41129) Resolving deltas: 25% (10433/41129) Resolving deltas: 26% (10758/41129) Resolving deltas: 27% (11139/41129) Resolving deltas: 28% (11519/41129) Resolving deltas: 29% (11940/41129) Resolving deltas: 30% (12357/41129) Resolving deltas: 31% (13128/41129) Resolving deltas: 32% (13168/41129) Resolving deltas: 33% (13575/41129) Resolving deltas: 34% (13994/41129) Resolving deltas: 35% (14403/41129) Resolving deltas: 36% (14836/41129) Resolving deltas: 37% (15224/41129) Resolving deltas: 38% (15673/41129) Resolving deltas: 39% (16085/41129) Resolving deltas: 40% (16515/41129) Resolving deltas: 42% (17384/41129) Resolving deltas: 43% (17686/41129) Resolving deltas: 44% (18106/41129) Resolving deltas: 45% (18625/41129) Resolving deltas: 46% (18957/41129) Resolving deltas: 47% (19422/41129) Resolving deltas: 48% (19795/41129) Resolving deltas: 49% (20205/41129) Resolving deltas: 50% (20570/41129) Resolving deltas: 51% (21244/41129) Resolving deltas: 52% (21398/41129) Resolving deltas: 53% (21807/41129) Resolving deltas: 54% (22239/41129) Resolving deltas: 55% (22632/41129) Resolving deltas: 56% (23047/41129) Resolving deltas: 57% (23448/41129) Resolving deltas: 58% (23908/41129) Resolving deltas: 59% (24398/41129) Resolving deltas: 60% (24683/41129) Resolving deltas: 61% (25107/41129) Resolving deltas: 62% (25500/41129) Resolving deltas: 63% (25912/41129) Resolving deltas: 64% (26323/41129) Resolving deltas: 66% (27201/41129) Resolving deltas: 67% (27560/41129) Resolving deltas: 68% (28002/41129) Resolving deltas: 69% (28387/41129) Resolving deltas: 70% (28816/41129) Resolving deltas: 71% (29208/41129) Resolving deltas: 72% (29614/41129) Resolving deltas: 73% (30115/41129) Resolving deltas: 75% (30932/41129) Resolving deltas: 76% (31283/41129) Resolving deltas: 77% (31678/41129) Resolving deltas: 78% (32081/41129) Resolving deltas: 79% (32495/41129) Resolving deltas: 80% (32918/41129) Resolving deltas: 81% (33320/41129) Resolving deltas: 82% (33750/41129) Resolving deltas: 83% (34326/41129) Resolving deltas: 84% (34598/41129) Resolving deltas: 85% (34994/41129) Resolving deltas: 86% (35371/41129) Resolving deltas: 87% (35792/41129) Resolving deltas: 88% (36198/41129) Resolving deltas: 89% (36605/41129) Resolving deltas: 90% (37101/41129) Resolving deltas: 91% (37475/41129) Resolving deltas: 92% (37843/41129) Resolving deltas: 93% (38252/41129) Resolving deltas: 94% (38664/41129) Resolving deltas: 95% (39096/41129) Resolving deltas: 96% (39498/41129) Resolving deltas: 97% (39932/41129) Resolving deltas: 98% (40397/41129) Resolving deltas: 99% (40747/41129) Resolving deltas: 100% (41129/41129) Resolving deltas: 100% (41129/41129), done. HEAD is now at 159e31b6 Prepare 2.1.2 release [INFO] updating lwip /data/riotbuild/riotbase/build/pkg/lwip/.pkg-state.git-downloaded echo 159e31b689577dbf69cf0683bbaffbd71fa5ee10 > /data/riotbuild/riotbase/build/pkg/lwip/.pkg-state.git-downloaded [INFO] patch lwip text data bss dec hex filename 98620 160 18732 117512 1cb08 /data/riotbuild/riotbase/tests/lwip/bin/iotlab-m3/tests_lwip.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271317 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/lwip/bin/iotlab-m3/tests_lwip.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-10.saclay.iot-lab.info:20000' > ifconfig ifconfig Iface 6 HWaddr: 67:C3 Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK Long HWaddr: 7A:94:05:FF:25:8D:E7:C3 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::7894:5ff:258d:e7c3 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff8d:e7c3 Statistics for Layer 2 RX packets 2 bytes 91 TX packets 4 (Multicast: 4) bytes 172 TX succeeded 4 errors 0 Statistics for IPv6 RX packets 0 bytes 0 TX packets 4 (Multicast: 4) bytes 256 TX succeeded 4 errors 0 > ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/examples/gnrc_networking/' 'riot/riotbuild:latest' make -j Building application "gnrc_networking" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 90348 188 19004 109540 1abe4 /data/riotbuild/riotbase/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271318 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/lwip/' 'riot/riotbuild:latest' make -j Building application "tests_lwip" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 98620 160 18732 117512 1cb08 /data/riotbuild/riotbase/tests/lwip/bin/iotlab-m3/tests_lwip.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271318 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/lwip/bin/iotlab-m3/tests_lwip.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-10.saclay.iot-lab.info:20000' > ifconfig ifconfig Iface 6 HWaddr: 67:C3 Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK Long HWaddr: 7A:94:05:FF:25:8D:E7:C3 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::7894:5ff:258d:e7c3 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff8d:e7c3 Statistics for Layer 2 RX packets 2 bytes 91 TX packets 3 (Multicast: 3) bytes 129 TX succeeded 3 errors 0 Statistics for IPv6 RX packets 0 bytes 0 TX packets 3 (Multicast: 3) bytes 192 TX succeeded 3 errors 0 > ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ```
riot-ci commented 3 years ago

08. Task 08 - UDP between GNRC and lwIP on iotlab-m3

RERUN ###### Failures ``` riot_ctrl = .ctrl at 0x7f568cc225e0> @pytest.mark.flaky(reruns=3, reruns_delay=30) @pytest.mark.iotlab_creds # nodes passed to riot_ctrl fixture @pytest.mark.parametrize('nodes', [pytest.param(['iotlab-m3', 'iotlab-m3'])], indirect=['nodes']) def test_task08(riot_ctrl): gnrc_node, lwip_node = ( riot_ctrl(0, GNRC_APP, Shell), riot_ctrl(1, LWIP_APP, riotctrl.shell.ShellInteraction), ) _, gnrc_addr = lladdr(gnrc_node.ifconfig_list()) assert gnrc_addr.startswith("fe80::") > res = lwip_node.cmd("ifconfig") 08-interop/test_spec08.py:69: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:101: in cmd self._start_replwrap() .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:61: in _start_replwrap self.replwrap = pexpect.replwrap.REPLWrapper( .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:55: in __init__ self._expect_prompt() .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:65: in _expect_prompt return self.child.expect_exact([self.prompt, self.continuation_prompt], _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = pattern = ['> ', '[PEXPECT_PROMPT+'], args = () kwargs = {'async_': False, 'timeout': -1} def expect_exact(self, pattern, *args, **kwargs): # pylint:disable=arguments-differ try: return super().expect_exact(pattern, *args, **kwargs) except (pexpect.TIMEOUT, pexpect.EOF) as exc: > raise self._pexpect_exception(exc, pattern) E pexpect.exceptions.TIMEOUT: ['> ', '[PEXPECT_PROMPT+'] .tox/test/lib/python3.9/site-packages/riotctrl/ctrl.py:51: TIMEOUT ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/examples/gnrc_networking/' 'riot/riotbuild:latest' make -j Building application "gnrc_networking" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 90348 188 19004 109540 1abe4 /data/riotbuild/riotbase/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271317 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/lwip/' 'riot/riotbuild:latest' make -j Building application "tests_lwip" for "iotlab-m3" with MCU "stm32". [INFO] cloning lwip Cloning into '/data/riotbuild/riotbase/build/pkg/lwip'... remote: Enumerating objects: 54621, done. remote: Counting objects: 0% (1/326) remote: Counting objects: 1% (4/326) remote: Counting objects: 2% (7/326) remote: Counting objects: 3% (10/326) remote: Counting objects: 4% (14/326) remote: Counting objects: 5% (17/326) remote: Counting objects: 6% (20/326) remote: Counting objects: 7% (23/326) remote: Counting objects: 8% (27/326) remote: Counting objects: 9% (30/326) remote: Counting objects: 10% (33/326) remote: Counting objects: 11% (36/326) remote: Counting objects: 12% (40/326) remote: Counting objects: 13% (43/326) remote: Counting objects: 14% (46/326) remote: Counting objects: 15% (49/326) remote: Counting objects: 16% (53/326) remote: Counting objects: 17% (56/326) remote: Counting objects: 18% (59/326) remote: Counting objects: 19% (62/326) remote: Counting objects: 20% (66/326) remote: Counting objects: 21% (69/326) remote: Counting objects: 22% (72/326) remote: Counting objects: 23% (75/326) remote: Counting objects: 24% (79/326) remote: Counting objects: 25% (82/326) remote: Counting objects: 26% (85/326) remote: Counting objects: 27% (89/326) remote: Counting objects: 28% (92/326) remote: Counting objects: 29% (95/326) remote: Counting objects: 30% (98/326) remote: Counting objects: 31% (102/326) remote: Counting objects: 32% (105/326) remote: Counting objects: 33% (108/326) remote: Counting objects: 34% (111/326) remote: Counting objects: 35% (115/326) remote: Counting objects: 36% (118/326) remote: Counting objects: 37% (121/326) remote: Counting objects: 38% (124/326) remote: Counting objects: 39% (128/326) remote: Counting objects: 40% (131/326) remote: Counting objects: 41% (134/326) remote: Counting objects: 42% (137/326) remote: Counting objects: 43% (141/326) remote: Counting objects: 44% (144/326) remote: Counting objects: 45% (147/326) remote: Counting objects: 46% (150/326) remote: Counting objects: 47% (154/326) remote: Counting objects: 48% (157/326) remote: Counting objects: 49% (160/326) remote: Counting objects: 50% (163/326) remote: Counting objects: 51% (167/326) remote: Counting objects: 52% (170/326) remote: Counting objects: 53% (173/326) remote: Counting objects: 54% (177/326) remote: Counting objects: 55% (180/326) remote: Counting objects: 56% (183/326) remote: Counting objects: 57% (186/326) remote: Counting objects: 58% (190/326) remote: Counting objects: 59% (193/326) remote: Counting objects: 60% (196/326) remote: Counting objects: 61% (199/326) remote: Counting objects: 62% (203/326) remote: Counting objects: 63% (206/326) remote: Counting objects: 64% (209/326) remote: Counting objects: 65% (212/326) remote: Counting objects: 66% (216/326) remote: Counting objects: 67% (219/326) remote: Counting objects: 68% (222/326) remote: Counting objects: 69% (225/326) remote: Counting objects: 70% (229/326) remote: Counting objects: 71% (232/326) remote: Counting objects: 72% (235/326) remote: Counting objects: 73% (238/326) remote: Counting objects: 74% (242/326) remote: Counting objects: 75% (245/326) remote: Counting objects: 76% (248/326) remote: Counting objects: 77% (252/326) remote: Counting objects: 78% (255/326) remote: Counting objects: 79% (258/326) remote: Counting objects: 80% (261/326) remote: Counting objects: 81% (265/326) remote: Counting objects: 82% (268/326) remote: Counting objects: 83% (271/326) remote: Counting objects: 84% (274/326) remote: Counting objects: 85% (278/326) remote: Counting objects: 86% (281/326) remote: Counting objects: 87% (284/326) remote: Counting objects: 88% (287/326) remote: Counting objects: 89% (291/326) remote: Counting objects: 90% (294/326) remote: Counting objects: 91% (297/326) remote: Counting objects: 92% (300/326) remote: Counting objects: 93% (304/326) remote: Counting objects: 94% (307/326) remote: Counting objects: 95% (310/326) remote: Counting objects: 96% (313/326) remote: Counting objects: 97% (317/326) remote: Counting objects: 98% (320/326) remote: Counting objects: 99% (323/326) remote: Counting objects: 100% (326/326) remote: Counting objects: 100% (326/326), done. remote: Compressing objects: 0% (1/142) remote: Compressing objects: 1% (2/142) remote: Compressing objects: 2% (3/142) remote: Compressing objects: 3% (5/142) remote: Compressing objects: 4% (6/142) remote: Compressing objects: 5% (8/142) remote: Compressing objects: 6% (9/142) remote: Compressing objects: 7% (10/142) remote: Compressing objects: 8% (12/142) remote: Compressing objects: 9% (13/142) remote: Compressing objects: 10% (15/142) remote: Compressing objects: 11% (16/142) remote: Compressing objects: 12% (18/142) remote: Compressing objects: 13% (19/142) remote: Compressing objects: 14% (20/142) remote: Compressing objects: 15% (22/142) remote: Compressing objects: 16% (23/142) remote: Compressing objects: 17% (25/142) remote: Compressing objects: 18% (26/142) remote: Compressing objects: 19% (27/142) remote: Compressing objects: 20% (29/142) remote: Compressing objects: 21% (30/142) remote: Compressing objects: 22% (32/142) remote: Compressing objects: 23% (33/142) remote: Compressing objects: 24% (35/142) remote: Compressing objects: 25% (36/142) remote: Compressing objects: 26% (37/142) remote: Compressing objects: 27% (39/142) remote: Compressing objects: 28% (40/142) remote: Compressing objects: 29% (42/142) remote: Compressing objects: 30% (43/142) remote: Compressing objects: 31% (45/142) remote: Compressing objects: 32% (46/142) remote: Compressing objects: 33% (47/142) remote: Compressing objects: 34% (49/142) remote: Compressing objects: 35% (50/142) remote: Compressing objects: 36% (52/142) remote: Compressing objects: 37% (53/142) remote: Compressing objects: 38% (54/142) remote: Compressing objects: 39% (56/142) remote: Compressing objects: 40% (57/142) remote: Compressing objects: 41% (59/142) remote: Compressing objects: 42% (60/142) remote: Compressing objects: 43% (62/142) remote: Compressing objects: 44% (63/142) remote: Compressing objects: 45% (64/142) remote: Compressing objects: 46% (66/142) remote: Compressing objects: 47% (67/142) remote: Compressing objects: 48% (69/142) remote: Compressing objects: 49% (70/142) remote: Compressing objects: 50% (71/142) remote: Compressing objects: 51% (73/142) remote: Compressing objects: 52% (74/142) remote: Compressing objects: 53% (76/142) remote: Compressing objects: 54% (77/142) remote: Compressing objects: 55% (79/142) remote: Compressing objects: 56% (80/142) remote: Compressing objects: 57% (81/142) remote: Compressing objects: 58% (83/142) remote: Compressing objects: 59% (84/142) remote: Compressing objects: 60% (86/142) remote: Compressing objects: 61% (87/142) remote: Compressing objects: 62% (89/142) remote: Compressing objects: 63% (90/142) remote: Compressing objects: 64% (91/142) remote: Compressing objects: 65% (93/142) remote: Compressing objects: 66% (94/142) remote: Compressing objects: 67% (96/142) remote: Compressing objects: 68% (97/142) remote: Compressing objects: 69% (98/142) remote: Compressing objects: 70% (100/142) remote: Compressing objects: 71% (101/142) remote: Compressing objects: 72% (103/142) remote: Compressing objects: 73% (104/142) remote: Compressing objects: 74% (106/142) remote: Compressing objects: 75% (107/142) remote: Compressing objects: 76% (108/142) remote: Compressing objects: 77% (110/142) remote: Compressing objects: 78% (111/142) remote: Compressing objects: 79% (113/142) remote: Compressing objects: 80% (114/142) remote: Compressing objects: 81% (116/142) remote: Compressing objects: 82% (117/142) remote: Compressing objects: 83% (118/142) remote: Compressing objects: 84% (120/142) remote: Compressing objects: 85% (121/142) remote: Compressing objects: 86% (123/142) remote: Compressing objects: 87% (124/142) remote: Compressing objects: 88% (125/142) remote: Compressing objects: 89% (127/142) remote: Compressing objects: 90% (128/142) remote: Compressing objects: 91% (130/142) remote: Compressing objects: 92% (131/142) remote: Compressing objects: 93% (133/142) remote: Compressing objects: 94% (134/142) remote: Compressing objects: 95% (135/142) remote: Compressing objects: 96% (137/142) remote: Compressing objects: 97% (138/142) remote: Compressing objects: 98% (140/142) remote: Compressing objects: 99% (141/142) remote: Compressing objects: 100% (142/142) remote: Compressing objects: 100% (142/142), done. Receiving objects: 0% (1/54621) Receiving objects: 1% (547/54621) Receiving objects: 2% (1093/54621) Receiving objects: 3% (1639/54621) Receiving objects: 4% (2185/54621) Receiving objects: 5% (2732/54621) Receiving objects: 6% (3278/54621) Receiving objects: 7% (3824/54621) Receiving objects: 8% (4370/54621) Receiving objects: 9% (4916/54621) Receiving objects: 10% (5463/54621) Receiving objects: 11% (6009/54621) Receiving objects: 12% (6555/54621) Receiving objects: 13% (7101/54621) Receiving objects: 14% (7647/54621) Receiving objects: 15% (8194/54621) Receiving objects: 16% (8740/54621) Receiving objects: 17% (9286/54621) Receiving objects: 18% (9832/54621) Receiving objects: 19% (10378/54621) Receiving objects: 20% (10925/54621) Receiving objects: 21% (11471/54621) Receiving objects: 22% (12017/54621) Receiving objects: 23% (12563/54621) Receiving objects: 24% (13110/54621) Receiving objects: 25% (13656/54621) Receiving objects: 26% (14202/54621) Receiving objects: 27% (14748/54621) Receiving objects: 28% (15294/54621) Receiving objects: 29% (15841/54621) Receiving objects: 30% (16387/54621) Receiving objects: 31% (16933/54621) Receiving objects: 32% (17479/54621) Receiving objects: 33% (18025/54621) Receiving objects: 34% (18572/54621) Receiving objects: 35% (19118/54621) Receiving objects: 36% (19664/54621) Receiving objects: 37% (20210/54621) Receiving objects: 38% (20756/54621) Receiving objects: 39% (21303/54621) Receiving objects: 40% (21849/54621) Receiving objects: 41% (22395/54621) Receiving objects: 42% (22941/54621) Receiving objects: 43% (23488/54621) Receiving objects: 44% (24034/54621) Receiving objects: 45% (24580/54621) Receiving objects: 46% (25126/54621) Receiving objects: 47% (25672/54621) Receiving objects: 48% (26219/54621) Receiving objects: 49% (26765/54621) Receiving objects: 50% (27311/54621) Receiving objects: 51% (27857/54621) Receiving objects: 52% (28403/54621) Receiving objects: 53% (28950/54621) Receiving objects: 54% (29496/54621) Receiving objects: 55% (30042/54621) Receiving objects: 56% (30588/54621) Receiving objects: 57% (31134/54621) Receiving objects: 58% (31681/54621) Receiving objects: 59% (32227/54621) Receiving objects: 60% (32773/54621) Receiving objects: 61% (33319/54621) Receiving objects: 62% (33866/54621) Receiving objects: 63% (34412/54621) Receiving objects: 64% (34958/54621) Receiving objects: 65% (35504/54621) Receiving objects: 66% (36050/54621) Receiving objects: 67% (36597/54621) Receiving objects: 68% (37143/54621) Receiving objects: 69% (37689/54621) Receiving objects: 70% (38235/54621) Receiving objects: 71% (38781/54621) Receiving objects: 72% (39328/54621) Receiving objects: 73% (39874/54621) Receiving objects: 74% (40420/54621) Receiving objects: 75% (40966/54621) Receiving objects: 76% (41512/54621) Receiving objects: 77% (42059/54621) Receiving objects: 78% (42605/54621) Receiving objects: 79% (43151/54621) Receiving objects: 80% (43697/54621) Receiving objects: 81% (44244/54621) Receiving objects: 82% (44790/54621) Receiving objects: 83% (45336/54621) Receiving objects: 84% (45882/54621) Receiving objects: 85% (46428/54621) Receiving objects: 86% (46975/54621) Receiving objects: 87% (47521/54621) Receiving objects: 88% (48067/54621) Receiving objects: 89% (48613/54621) Receiving objects: 90% (49159/54621) Receiving objects: 91% (49706/54621) Receiving objects: 92% (50252/54621) Receiving objects: 93% (50798/54621) Receiving objects: 94% (51344/54621) Receiving objects: 95% (51890/54621) Receiving objects: 96% (52437/54621) Receiving objects: 97% (52983/54621) Receiving objects: 98% (53529/54621) Receiving objects: 99% (54075/54621) remote: Total 54621 (delta 184), reused 311 (delta 181), pack-reused 54295 Receiving objects: 100% (54621/54621) Receiving objects: 100% (54621/54621), 10.78 MiB | 29.82 MiB/s, done. Resolving deltas: 0% (0/41129) Resolving deltas: 1% (448/41129) Resolving deltas: 2% (847/41129) Resolving deltas: 3% (1236/41129) Resolving deltas: 4% (1710/41129) Resolving deltas: 5% (2094/41129) Resolving deltas: 6% (2478/41129) Resolving deltas: 7% (2886/41129) Resolving deltas: 8% (3304/41129) Resolving deltas: 9% (3786/41129) Resolving deltas: 10% (4255/41129) Resolving deltas: 11% (4660/41129) Resolving deltas: 12% (4993/41129) Resolving deltas: 13% (5479/41129) Resolving deltas: 14% (5978/41129) Resolving deltas: 15% (6187/41129) Resolving deltas: 16% (6617/41129) Resolving deltas: 17% (7012/41129) Resolving deltas: 18% (7467/41129) Resolving deltas: 19% (7846/41129) Resolving deltas: 20% (8263/41129) Resolving deltas: 21% (8643/41129) Resolving deltas: 22% (9057/41129) Resolving deltas: 23% (9468/41129) Resolving deltas: 24% (9885/41129) Resolving deltas: 25% (10433/41129) Resolving deltas: 26% (10758/41129) Resolving deltas: 27% (11139/41129) Resolving deltas: 28% (11519/41129) Resolving deltas: 29% (11940/41129) Resolving deltas: 30% (12357/41129) Resolving deltas: 31% (13128/41129) Resolving deltas: 32% (13168/41129) Resolving deltas: 33% (13575/41129) Resolving deltas: 34% (13994/41129) Resolving deltas: 35% (14403/41129) Resolving deltas: 36% (14836/41129) Resolving deltas: 37% (15224/41129) Resolving deltas: 38% (15673/41129) Resolving deltas: 39% (16085/41129) Resolving deltas: 40% (16515/41129) Resolving deltas: 42% (17384/41129) Resolving deltas: 43% (17686/41129) Resolving deltas: 44% (18106/41129) Resolving deltas: 45% (18625/41129) Resolving deltas: 46% (18957/41129) Resolving deltas: 47% (19422/41129) Resolving deltas: 48% (19795/41129) Resolving deltas: 49% (20205/41129) Resolving deltas: 50% (20570/41129) Resolving deltas: 51% (21244/41129) Resolving deltas: 52% (21398/41129) Resolving deltas: 53% (21807/41129) Resolving deltas: 54% (22239/41129) Resolving deltas: 55% (22632/41129) Resolving deltas: 56% (23047/41129) Resolving deltas: 57% (23448/41129) Resolving deltas: 58% (23908/41129) Resolving deltas: 59% (24398/41129) Resolving deltas: 60% (24683/41129) Resolving deltas: 61% (25107/41129) Resolving deltas: 62% (25500/41129) Resolving deltas: 63% (25912/41129) Resolving deltas: 64% (26323/41129) Resolving deltas: 66% (27201/41129) Resolving deltas: 67% (27560/41129) Resolving deltas: 68% (28002/41129) Resolving deltas: 69% (28387/41129) Resolving deltas: 70% (28816/41129) Resolving deltas: 71% (29208/41129) Resolving deltas: 72% (29614/41129) Resolving deltas: 73% (30115/41129) Resolving deltas: 75% (30932/41129) Resolving deltas: 76% (31283/41129) Resolving deltas: 77% (31678/41129) Resolving deltas: 78% (32081/41129) Resolving deltas: 79% (32495/41129) Resolving deltas: 80% (32918/41129) Resolving deltas: 81% (33320/41129) Resolving deltas: 82% (33750/41129) Resolving deltas: 83% (34326/41129) Resolving deltas: 84% (34598/41129) Resolving deltas: 85% (34994/41129) Resolving deltas: 86% (35371/41129) Resolving deltas: 87% (35792/41129) Resolving deltas: 88% (36198/41129) Resolving deltas: 89% (36605/41129) Resolving deltas: 90% (37101/41129) Resolving deltas: 91% (37475/41129) Resolving deltas: 92% (37843/41129) Resolving deltas: 93% (38252/41129) Resolving deltas: 94% (38664/41129) Resolving deltas: 95% (39096/41129) Resolving deltas: 96% (39498/41129) Resolving deltas: 97% (39932/41129) Resolving deltas: 98% (40397/41129) Resolving deltas: 99% (40747/41129) Resolving deltas: 100% (41129/41129) Resolving deltas: 100% (41129/41129), done. HEAD is now at 159e31b6 Prepare 2.1.2 release [INFO] updating lwip /data/riotbuild/riotbase/build/pkg/lwip/.pkg-state.git-downloaded echo 159e31b689577dbf69cf0683bbaffbd71fa5ee10 > /data/riotbuild/riotbase/build/pkg/lwip/.pkg-state.git-downloaded [INFO] patch lwip text data bss dec hex filename 98620 160 18732 117512 1cb08 /data/riotbuild/riotbase/tests/lwip/bin/iotlab-m3/tests_lwip.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271317 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/lwip/bin/iotlab-m3/tests_lwip.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-10.saclay.iot-lab.info:20000' > ifconfig ifconfig Iface 6 HWaddr: 67:C3 Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK Long HWaddr: 7A:94:05:FF:25:8D:E7:C3 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::7894:5ff:258d:e7c3 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff8d:e7c3 Statistics for Layer 2 RX packets 2 bytes 91 TX packets 4 (Multicast: 4) bytes 172 TX succeeded 4 errors 0 Statistics for IPv6 RX packets 0 bytes 0 TX packets 4 (Multicast: 4) bytes 256 TX succeeded 4 errors 0 > ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/examples/gnrc_networking/' 'riot/riotbuild:latest' make -j Building application "gnrc_networking" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 90348 188 19004 109540 1abe4 /data/riotbuild/riotbase/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271318 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/lwip/' 'riot/riotbuild:latest' make -j Building application "tests_lwip" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 98620 160 18732 117512 1cb08 /data/riotbuild/riotbase/tests/lwip/bin/iotlab-m3/tests_lwip.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271318 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/lwip/bin/iotlab-m3/tests_lwip.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-10.saclay.iot-lab.info:20000' > ifconfig ifconfig Iface 6 HWaddr: 67:C3 Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK Long HWaddr: 7A:94:05:FF:25:8D:E7:C3 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::7894:5ff:258d:e7c3 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff8d:e7c3 Statistics for Layer 2 RX packets 2 bytes 91 TX packets 3 (Multicast: 3) bytes 129 TX succeeded 3 errors 0 Statistics for IPv6 RX packets 0 bytes 0 TX packets 3 (Multicast: 3) bytes 192 TX succeeded 3 errors 0 > ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/examples/gnrc_networking/' 'riot/riotbuild:latest' make -j Building application "gnrc_networking" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 90348 188 19004 109540 1abe4 /data/riotbuild/riotbase/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271319 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/lwip/' 'riot/riotbuild:latest' make -j Building application "tests_lwip" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 98620 160 18732 117512 1cb08 /data/riotbuild/riotbase/tests/lwip/bin/iotlab-m3/tests_lwip.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271319 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/lwip/bin/iotlab-m3/tests_lwip.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-10.saclay.iot-lab.info:20000' > ifconfig ifconfig Iface 6 HWaddr: 67:C3 Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK Long HWaddr: 7A:94:05:FF:25:8D:E7:C3 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::7894:5ff:258d:e7c3 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff8d:e7c3 Statistics for Layer 2 RX packets 2 bytes 91 TX packets 3 (Multicast: 3) bytes 129 TX succeeded 3 errors 0 Statistics for IPv6 RX packets 0 bytes 0 TX packets 3 (Multicast: 3) bytes 192 TX succeeded 3 errors 0 > ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ```
riot-ci commented 3 years ago

08. Task 08 - UDP between GNRC and lwIP on iotlab-m3

FAILED ###### Failures ``` riot_ctrl = .ctrl at 0x7f568cc223a0> @pytest.mark.flaky(reruns=3, reruns_delay=30) @pytest.mark.iotlab_creds # nodes passed to riot_ctrl fixture @pytest.mark.parametrize('nodes', [pytest.param(['iotlab-m3', 'iotlab-m3'])], indirect=['nodes']) def test_task08(riot_ctrl): gnrc_node, lwip_node = ( riot_ctrl(0, GNRC_APP, Shell), riot_ctrl(1, LWIP_APP, riotctrl.shell.ShellInteraction), ) _, gnrc_addr = lladdr(gnrc_node.ifconfig_list()) assert gnrc_addr.startswith("fe80::") > res = lwip_node.cmd("ifconfig") 08-interop/test_spec08.py:69: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:101: in cmd self._start_replwrap() .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:61: in _start_replwrap self.replwrap = pexpect.replwrap.REPLWrapper( .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:55: in __init__ self._expect_prompt() .tox/test/lib/python3.9/site-packages/pexpect/replwrap.py:65: in _expect_prompt return self.child.expect_exact([self.prompt, self.continuation_prompt], _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = pattern = ['> ', '[PEXPECT_PROMPT+'], args = () kwargs = {'async_': False, 'timeout': -1} def expect_exact(self, pattern, *args, **kwargs): # pylint:disable=arguments-differ try: return super().expect_exact(pattern, *args, **kwargs) except (pexpect.TIMEOUT, pexpect.EOF) as exc: > raise self._pexpect_exception(exc, pattern) E pexpect.exceptions.TIMEOUT: ['> ', '[PEXPECT_PROMPT+'] .tox/test/lib/python3.9/site-packages/riotctrl/ctrl.py:51: TIMEOUT ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/examples/gnrc_networking/' 'riot/riotbuild:latest' make -j Building application "gnrc_networking" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 90348 188 19004 109540 1abe4 /data/riotbuild/riotbase/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271317 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/lwip/' 'riot/riotbuild:latest' make -j Building application "tests_lwip" for "iotlab-m3" with MCU "stm32". [INFO] cloning lwip Cloning into '/data/riotbuild/riotbase/build/pkg/lwip'... remote: Enumerating objects: 54621, done. remote: Counting objects: 0% (1/326) remote: Counting objects: 1% (4/326) remote: Counting objects: 2% (7/326) remote: Counting objects: 3% (10/326) remote: Counting objects: 4% (14/326) remote: Counting objects: 5% (17/326) remote: Counting objects: 6% (20/326) remote: Counting objects: 7% (23/326) remote: Counting objects: 8% (27/326) remote: Counting objects: 9% (30/326) remote: Counting objects: 10% (33/326) remote: Counting objects: 11% (36/326) remote: Counting objects: 12% (40/326) remote: Counting objects: 13% (43/326) remote: Counting objects: 14% (46/326) remote: Counting objects: 15% (49/326) remote: Counting objects: 16% (53/326) remote: Counting objects: 17% (56/326) remote: Counting objects: 18% (59/326) remote: Counting objects: 19% (62/326) remote: Counting objects: 20% (66/326) remote: Counting objects: 21% (69/326) remote: Counting objects: 22% (72/326) remote: Counting objects: 23% (75/326) remote: Counting objects: 24% (79/326) remote: Counting objects: 25% (82/326) remote: Counting objects: 26% (85/326) remote: Counting objects: 27% (89/326) remote: Counting objects: 28% (92/326) remote: Counting objects: 29% (95/326) remote: Counting objects: 30% (98/326) remote: Counting objects: 31% (102/326) remote: Counting objects: 32% (105/326) remote: Counting objects: 33% (108/326) remote: Counting objects: 34% (111/326) remote: Counting objects: 35% (115/326) remote: Counting objects: 36% (118/326) remote: Counting objects: 37% (121/326) remote: Counting objects: 38% (124/326) remote: Counting objects: 39% (128/326) remote: Counting objects: 40% (131/326) remote: Counting objects: 41% (134/326) remote: Counting objects: 42% (137/326) remote: Counting objects: 43% (141/326) remote: Counting objects: 44% (144/326) remote: Counting objects: 45% (147/326) remote: Counting objects: 46% (150/326) remote: Counting objects: 47% (154/326) remote: Counting objects: 48% (157/326) remote: Counting objects: 49% (160/326) remote: Counting objects: 50% (163/326) remote: Counting objects: 51% (167/326) remote: Counting objects: 52% (170/326) remote: Counting objects: 53% (173/326) remote: Counting objects: 54% (177/326) remote: Counting objects: 55% (180/326) remote: Counting objects: 56% (183/326) remote: Counting objects: 57% (186/326) remote: Counting objects: 58% (190/326) remote: Counting objects: 59% (193/326) remote: Counting objects: 60% (196/326) remote: Counting objects: 61% (199/326) remote: Counting objects: 62% (203/326) remote: Counting objects: 63% (206/326) remote: Counting objects: 64% (209/326) remote: Counting objects: 65% (212/326) remote: Counting objects: 66% (216/326) remote: Counting objects: 67% (219/326) remote: Counting objects: 68% (222/326) remote: Counting objects: 69% (225/326) remote: Counting objects: 70% (229/326) remote: Counting objects: 71% (232/326) remote: Counting objects: 72% (235/326) remote: Counting objects: 73% (238/326) remote: Counting objects: 74% (242/326) remote: Counting objects: 75% (245/326) remote: Counting objects: 76% (248/326) remote: Counting objects: 77% (252/326) remote: Counting objects: 78% (255/326) remote: Counting objects: 79% (258/326) remote: Counting objects: 80% (261/326) remote: Counting objects: 81% (265/326) remote: Counting objects: 82% (268/326) remote: Counting objects: 83% (271/326) remote: Counting objects: 84% (274/326) remote: Counting objects: 85% (278/326) remote: Counting objects: 86% (281/326) remote: Counting objects: 87% (284/326) remote: Counting objects: 88% (287/326) remote: Counting objects: 89% (291/326) remote: Counting objects: 90% (294/326) remote: Counting objects: 91% (297/326) remote: Counting objects: 92% (300/326) remote: Counting objects: 93% (304/326) remote: Counting objects: 94% (307/326) remote: Counting objects: 95% (310/326) remote: Counting objects: 96% (313/326) remote: Counting objects: 97% (317/326) remote: Counting objects: 98% (320/326) remote: Counting objects: 99% (323/326) remote: Counting objects: 100% (326/326) remote: Counting objects: 100% (326/326), done. remote: Compressing objects: 0% (1/142) remote: Compressing objects: 1% (2/142) remote: Compressing objects: 2% (3/142) remote: Compressing objects: 3% (5/142) remote: Compressing objects: 4% (6/142) remote: Compressing objects: 5% (8/142) remote: Compressing objects: 6% (9/142) remote: Compressing objects: 7% (10/142) remote: Compressing objects: 8% (12/142) remote: Compressing objects: 9% (13/142) remote: Compressing objects: 10% (15/142) remote: Compressing objects: 11% (16/142) remote: Compressing objects: 12% (18/142) remote: Compressing objects: 13% (19/142) remote: Compressing objects: 14% (20/142) remote: Compressing objects: 15% (22/142) remote: Compressing objects: 16% (23/142) remote: Compressing objects: 17% (25/142) remote: Compressing objects: 18% (26/142) remote: Compressing objects: 19% (27/142) remote: Compressing objects: 20% (29/142) remote: Compressing objects: 21% (30/142) remote: Compressing objects: 22% (32/142) remote: Compressing objects: 23% (33/142) remote: Compressing objects: 24% (35/142) remote: Compressing objects: 25% (36/142) remote: Compressing objects: 26% (37/142) remote: Compressing objects: 27% (39/142) remote: Compressing objects: 28% (40/142) remote: Compressing objects: 29% (42/142) remote: Compressing objects: 30% (43/142) remote: Compressing objects: 31% (45/142) remote: Compressing objects: 32% (46/142) remote: Compressing objects: 33% (47/142) remote: Compressing objects: 34% (49/142) remote: Compressing objects: 35% (50/142) remote: Compressing objects: 36% (52/142) remote: Compressing objects: 37% (53/142) remote: Compressing objects: 38% (54/142) remote: Compressing objects: 39% (56/142) remote: Compressing objects: 40% (57/142) remote: Compressing objects: 41% (59/142) remote: Compressing objects: 42% (60/142) remote: Compressing objects: 43% (62/142) remote: Compressing objects: 44% (63/142) remote: Compressing objects: 45% (64/142) remote: Compressing objects: 46% (66/142) remote: Compressing objects: 47% (67/142) remote: Compressing objects: 48% (69/142) remote: Compressing objects: 49% (70/142) remote: Compressing objects: 50% (71/142) remote: Compressing objects: 51% (73/142) remote: Compressing objects: 52% (74/142) remote: Compressing objects: 53% (76/142) remote: Compressing objects: 54% (77/142) remote: Compressing objects: 55% (79/142) remote: Compressing objects: 56% (80/142) remote: Compressing objects: 57% (81/142) remote: Compressing objects: 58% (83/142) remote: Compressing objects: 59% (84/142) remote: Compressing objects: 60% (86/142) remote: Compressing objects: 61% (87/142) remote: Compressing objects: 62% (89/142) remote: Compressing objects: 63% (90/142) remote: Compressing objects: 64% (91/142) remote: Compressing objects: 65% (93/142) remote: Compressing objects: 66% (94/142) remote: Compressing objects: 67% (96/142) remote: Compressing objects: 68% (97/142) remote: Compressing objects: 69% (98/142) remote: Compressing objects: 70% (100/142) remote: Compressing objects: 71% (101/142) remote: Compressing objects: 72% (103/142) remote: Compressing objects: 73% (104/142) remote: Compressing objects: 74% (106/142) remote: Compressing objects: 75% (107/142) remote: Compressing objects: 76% (108/142) remote: Compressing objects: 77% (110/142) remote: Compressing objects: 78% (111/142) remote: Compressing objects: 79% (113/142) remote: Compressing objects: 80% (114/142) remote: Compressing objects: 81% (116/142) remote: Compressing objects: 82% (117/142) remote: Compressing objects: 83% (118/142) remote: Compressing objects: 84% (120/142) remote: Compressing objects: 85% (121/142) remote: Compressing objects: 86% (123/142) remote: Compressing objects: 87% (124/142) remote: Compressing objects: 88% (125/142) remote: Compressing objects: 89% (127/142) remote: Compressing objects: 90% (128/142) remote: Compressing objects: 91% (130/142) remote: Compressing objects: 92% (131/142) remote: Compressing objects: 93% (133/142) remote: Compressing objects: 94% (134/142) remote: Compressing objects: 95% (135/142) remote: Compressing objects: 96% (137/142) remote: Compressing objects: 97% (138/142) remote: Compressing objects: 98% (140/142) remote: Compressing objects: 99% (141/142) remote: Compressing objects: 100% (142/142) remote: Compressing objects: 100% (142/142), done. Receiving objects: 0% (1/54621) Receiving objects: 1% (547/54621) Receiving objects: 2% (1093/54621) Receiving objects: 3% (1639/54621) Receiving objects: 4% (2185/54621) Receiving objects: 5% (2732/54621) Receiving objects: 6% (3278/54621) Receiving objects: 7% (3824/54621) Receiving objects: 8% (4370/54621) Receiving objects: 9% (4916/54621) Receiving objects: 10% (5463/54621) Receiving objects: 11% (6009/54621) Receiving objects: 12% (6555/54621) Receiving objects: 13% (7101/54621) Receiving objects: 14% (7647/54621) Receiving objects: 15% (8194/54621) Receiving objects: 16% (8740/54621) Receiving objects: 17% (9286/54621) Receiving objects: 18% (9832/54621) Receiving objects: 19% (10378/54621) Receiving objects: 20% (10925/54621) Receiving objects: 21% (11471/54621) Receiving objects: 22% (12017/54621) Receiving objects: 23% (12563/54621) Receiving objects: 24% (13110/54621) Receiving objects: 25% (13656/54621) Receiving objects: 26% (14202/54621) Receiving objects: 27% (14748/54621) Receiving objects: 28% (15294/54621) Receiving objects: 29% (15841/54621) Receiving objects: 30% (16387/54621) Receiving objects: 31% (16933/54621) Receiving objects: 32% (17479/54621) Receiving objects: 33% (18025/54621) Receiving objects: 34% (18572/54621) Receiving objects: 35% (19118/54621) Receiving objects: 36% (19664/54621) Receiving objects: 37% (20210/54621) Receiving objects: 38% (20756/54621) Receiving objects: 39% (21303/54621) Receiving objects: 40% (21849/54621) Receiving objects: 41% (22395/54621) Receiving objects: 42% (22941/54621) Receiving objects: 43% (23488/54621) Receiving objects: 44% (24034/54621) Receiving objects: 45% (24580/54621) Receiving objects: 46% (25126/54621) Receiving objects: 47% (25672/54621) Receiving objects: 48% (26219/54621) Receiving objects: 49% (26765/54621) Receiving objects: 50% (27311/54621) Receiving objects: 51% (27857/54621) Receiving objects: 52% (28403/54621) Receiving objects: 53% (28950/54621) Receiving objects: 54% (29496/54621) Receiving objects: 55% (30042/54621) Receiving objects: 56% (30588/54621) Receiving objects: 57% (31134/54621) Receiving objects: 58% (31681/54621) Receiving objects: 59% (32227/54621) Receiving objects: 60% (32773/54621) Receiving objects: 61% (33319/54621) Receiving objects: 62% (33866/54621) Receiving objects: 63% (34412/54621) Receiving objects: 64% (34958/54621) Receiving objects: 65% (35504/54621) Receiving objects: 66% (36050/54621) Receiving objects: 67% (36597/54621) Receiving objects: 68% (37143/54621) Receiving objects: 69% (37689/54621) Receiving objects: 70% (38235/54621) Receiving objects: 71% (38781/54621) Receiving objects: 72% (39328/54621) Receiving objects: 73% (39874/54621) Receiving objects: 74% (40420/54621) Receiving objects: 75% (40966/54621) Receiving objects: 76% (41512/54621) Receiving objects: 77% (42059/54621) Receiving objects: 78% (42605/54621) Receiving objects: 79% (43151/54621) Receiving objects: 80% (43697/54621) Receiving objects: 81% (44244/54621) Receiving objects: 82% (44790/54621) Receiving objects: 83% (45336/54621) Receiving objects: 84% (45882/54621) Receiving objects: 85% (46428/54621) Receiving objects: 86% (46975/54621) Receiving objects: 87% (47521/54621) Receiving objects: 88% (48067/54621) Receiving objects: 89% (48613/54621) Receiving objects: 90% (49159/54621) Receiving objects: 91% (49706/54621) Receiving objects: 92% (50252/54621) Receiving objects: 93% (50798/54621) Receiving objects: 94% (51344/54621) Receiving objects: 95% (51890/54621) Receiving objects: 96% (52437/54621) Receiving objects: 97% (52983/54621) Receiving objects: 98% (53529/54621) Receiving objects: 99% (54075/54621) remote: Total 54621 (delta 184), reused 311 (delta 181), pack-reused 54295 Receiving objects: 100% (54621/54621) Receiving objects: 100% (54621/54621), 10.78 MiB | 29.82 MiB/s, done. Resolving deltas: 0% (0/41129) Resolving deltas: 1% (448/41129) Resolving deltas: 2% (847/41129) Resolving deltas: 3% (1236/41129) Resolving deltas: 4% (1710/41129) Resolving deltas: 5% (2094/41129) Resolving deltas: 6% (2478/41129) Resolving deltas: 7% (2886/41129) Resolving deltas: 8% (3304/41129) Resolving deltas: 9% (3786/41129) Resolving deltas: 10% (4255/41129) Resolving deltas: 11% (4660/41129) Resolving deltas: 12% (4993/41129) Resolving deltas: 13% (5479/41129) Resolving deltas: 14% (5978/41129) Resolving deltas: 15% (6187/41129) Resolving deltas: 16% (6617/41129) Resolving deltas: 17% (7012/41129) Resolving deltas: 18% (7467/41129) Resolving deltas: 19% (7846/41129) Resolving deltas: 20% (8263/41129) Resolving deltas: 21% (8643/41129) Resolving deltas: 22% (9057/41129) Resolving deltas: 23% (9468/41129) Resolving deltas: 24% (9885/41129) Resolving deltas: 25% (10433/41129) Resolving deltas: 26% (10758/41129) Resolving deltas: 27% (11139/41129) Resolving deltas: 28% (11519/41129) Resolving deltas: 29% (11940/41129) Resolving deltas: 30% (12357/41129) Resolving deltas: 31% (13128/41129) Resolving deltas: 32% (13168/41129) Resolving deltas: 33% (13575/41129) Resolving deltas: 34% (13994/41129) Resolving deltas: 35% (14403/41129) Resolving deltas: 36% (14836/41129) Resolving deltas: 37% (15224/41129) Resolving deltas: 38% (15673/41129) Resolving deltas: 39% (16085/41129) Resolving deltas: 40% (16515/41129) Resolving deltas: 42% (17384/41129) Resolving deltas: 43% (17686/41129) Resolving deltas: 44% (18106/41129) Resolving deltas: 45% (18625/41129) Resolving deltas: 46% (18957/41129) Resolving deltas: 47% (19422/41129) Resolving deltas: 48% (19795/41129) Resolving deltas: 49% (20205/41129) Resolving deltas: 50% (20570/41129) Resolving deltas: 51% (21244/41129) Resolving deltas: 52% (21398/41129) Resolving deltas: 53% (21807/41129) Resolving deltas: 54% (22239/41129) Resolving deltas: 55% (22632/41129) Resolving deltas: 56% (23047/41129) Resolving deltas: 57% (23448/41129) Resolving deltas: 58% (23908/41129) Resolving deltas: 59% (24398/41129) Resolving deltas: 60% (24683/41129) Resolving deltas: 61% (25107/41129) Resolving deltas: 62% (25500/41129) Resolving deltas: 63% (25912/41129) Resolving deltas: 64% (26323/41129) Resolving deltas: 66% (27201/41129) Resolving deltas: 67% (27560/41129) Resolving deltas: 68% (28002/41129) Resolving deltas: 69% (28387/41129) Resolving deltas: 70% (28816/41129) Resolving deltas: 71% (29208/41129) Resolving deltas: 72% (29614/41129) Resolving deltas: 73% (30115/41129) Resolving deltas: 75% (30932/41129) Resolving deltas: 76% (31283/41129) Resolving deltas: 77% (31678/41129) Resolving deltas: 78% (32081/41129) Resolving deltas: 79% (32495/41129) Resolving deltas: 80% (32918/41129) Resolving deltas: 81% (33320/41129) Resolving deltas: 82% (33750/41129) Resolving deltas: 83% (34326/41129) Resolving deltas: 84% (34598/41129) Resolving deltas: 85% (34994/41129) Resolving deltas: 86% (35371/41129) Resolving deltas: 87% (35792/41129) Resolving deltas: 88% (36198/41129) Resolving deltas: 89% (36605/41129) Resolving deltas: 90% (37101/41129) Resolving deltas: 91% (37475/41129) Resolving deltas: 92% (37843/41129) Resolving deltas: 93% (38252/41129) Resolving deltas: 94% (38664/41129) Resolving deltas: 95% (39096/41129) Resolving deltas: 96% (39498/41129) Resolving deltas: 97% (39932/41129) Resolving deltas: 98% (40397/41129) Resolving deltas: 99% (40747/41129) Resolving deltas: 100% (41129/41129) Resolving deltas: 100% (41129/41129), done. HEAD is now at 159e31b6 Prepare 2.1.2 release [INFO] updating lwip /data/riotbuild/riotbase/build/pkg/lwip/.pkg-state.git-downloaded echo 159e31b689577dbf69cf0683bbaffbd71fa5ee10 > /data/riotbuild/riotbase/build/pkg/lwip/.pkg-state.git-downloaded [INFO] patch lwip text data bss dec hex filename 98620 160 18732 117512 1cb08 /data/riotbuild/riotbase/tests/lwip/bin/iotlab-m3/tests_lwip.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271317 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/lwip/bin/iotlab-m3/tests_lwip.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-10.saclay.iot-lab.info:20000' > ifconfig ifconfig Iface 6 HWaddr: 67:C3 Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK Long HWaddr: 7A:94:05:FF:25:8D:E7:C3 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::7894:5ff:258d:e7c3 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff8d:e7c3 Statistics for Layer 2 RX packets 2 bytes 91 TX packets 4 (Multicast: 4) bytes 172 TX succeeded 4 errors 0 Statistics for IPv6 RX packets 0 bytes 0 TX packets 4 (Multicast: 4) bytes 256 TX succeeded 4 errors 0 > ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/examples/gnrc_networking/' 'riot/riotbuild:latest' make -j Building application "gnrc_networking" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 90348 188 19004 109540 1abe4 /data/riotbuild/riotbase/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271318 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/lwip/' 'riot/riotbuild:latest' make -j Building application "tests_lwip" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 98620 160 18732 117512 1cb08 /data/riotbuild/riotbase/tests/lwip/bin/iotlab-m3/tests_lwip.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271318 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/lwip/bin/iotlab-m3/tests_lwip.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-10.saclay.iot-lab.info:20000' > ifconfig ifconfig Iface 6 HWaddr: 67:C3 Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK Long HWaddr: 7A:94:05:FF:25:8D:E7:C3 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::7894:5ff:258d:e7c3 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff8d:e7c3 Statistics for Layer 2 RX packets 2 bytes 91 TX packets 3 (Multicast: 3) bytes 129 TX succeeded 3 errors 0 Statistics for IPv6 RX packets 0 bytes 0 TX packets 3 (Multicast: 3) bytes 192 TX succeeded 3 errors 0 > ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/examples/gnrc_networking/' 'riot/riotbuild:latest' make -j Building application "gnrc_networking" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 90348 188 19004 109540 1abe4 /data/riotbuild/riotbase/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271319 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/lwip/' 'riot/riotbuild:latest' make -j Building application "tests_lwip" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 98620 160 18732 117512 1cb08 /data/riotbuild/riotbase/tests/lwip/bin/iotlab-m3/tests_lwip.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271319 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/lwip/bin/iotlab-m3/tests_lwip.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-10.saclay.iot-lab.info:20000' > ifconfig ifconfig Iface 6 HWaddr: 67:C3 Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK Long HWaddr: 7A:94:05:FF:25:8D:E7:C3 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::7894:5ff:258d:e7c3 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff8d:e7c3 Statistics for Layer 2 RX packets 2 bytes 91 TX packets 3 (Multicast: 3) bytes 129 TX succeeded 3 errors 0 Statistics for IPv6 RX packets 0 bytes 0 TX packets 3 (Multicast: 3) bytes 192 TX succeeded 3 errors 0 > ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/examples/gnrc_networking/' 'riot/riotbuild:latest' make -j Building application "gnrc_networking" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 90348 188 19004 109540 1abe4 /data/riotbuild/riotbase/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271320 --list saclay,m3,10 --flash /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_networking/bin/iotlab-m3/gnrc_networking.bin Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=iotlab-m3' -w '/data/riotbuild/riotbase/tests/lwip/' 'riot/riotbuild:latest' make -j Building application "tests_lwip" for "iotlab-m3" with MCU "stm32". text data bss dec hex filename 98620 160 18732 117512 1cb08 /data/riotbuild/riotbase/tests/lwip/bin/iotlab-m3/tests_lwip.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271320 --list saclay,m3,11 --flash /home/runner/work/RIOT/RIOT/RIOT/tests/lwip/bin/iotlab-m3/tests_lwip.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-10.saclay.iot-lab.info:20000' > ifconfig ifconfig Iface 6 HWaddr: 67:C3 Channel: 26 Page: 0 NID: 0x23 PHY: O-QPSK Long HWaddr: 7A:94:05:FF:25:8D:E7:C3 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::7894:5ff:258d:e7c3 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff8d:e7c3 Statistics for Layer 2 RX packets 2 bytes 91 TX packets 3 (Multicast: 3) bytes 129 TX succeeded 3 errors 0 Statistics for IPv6 RX packets 0 bytes 0 TX packets 3 (Multicast: 3) bytes 192 TX succeeded 3 errors 0 > ssh -t rici@saclay.iot-lab.info 'socat - tcp:m3-11.saclay.iot-lab.info:20000' ```
riot-ci commented 3 years ago

11. Task 05 - GNRC LoRaWAN (Over The Air Activation)

FAILED ###### Failures ``` riot_ctrl = .ctrl at 0x7f568cc5e160> ttn_client = dev_id = 'riot_lorawan_1', deveui = '009E40529364FBE6' appeui = '70B3D57ED003B26A', appkey = 'A4AE290378749597929A1BE480A9127E' @pytest.mark.iotlab_creds # nodes passed to riot_ctrl fixture @pytest.mark.parametrize('nodes,dev_id', [pytest.param(['b-l072z-lrwan1'], "otaa")], indirect=['nodes', 'dev_id']) # pylint: disable=R0913 def test_task05(riot_ctrl, ttn_client, dev_id, deveui, appeui, appkey): node = riot_ctrl(0, APP, Shell) iface = lorawan_netif(node) assert iface # Set the OTAA keys node.ifconfig_set(iface, "deveui", deveui) node.ifconfig_set(iface, "appeui", appeui) node.ifconfig_set(iface, "appkey", appkey) # Enable OTAA node.ifconfig_flag(iface, "otaa", enable=True) # Trigger Join Request node.ifconfig_up(iface) # Wait until the LoRaWAN network is joined time.sleep(10) netif = ifconfig(node, iface) > assert netif[str(iface)]["link"] == "up" E AssertionError: assert 'down' == 'up' E - up E + down 11-lorawan/test_spec11.py:78: AssertionError ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=b-l072z-lrwan1' -w '/data/riotbuild/riotbase/examples/gnrc_lorawan/' 'riot/riotbuild:latest' make -j Building application "gnrc_lorawan" for "b-l072z-lrwan1" with MCU "stm32". [INFO] cloning stm32cmsis Cloning into '/data/riotbuild/riotbase/cpu/stm32/include/vendor/cmsis/l0'... remote: Enumerating objects: 216, done. remote: Counting objects: 0% (1/216) remote: Counting objects: 1% (3/216) remote: Counting objects: 2% (5/216) remote: Counting objects: 3% (7/216) remote: Counting objects: 4% (9/216) remote: Counting objects: 5% (11/216) remote: Counting objects: 6% (13/216) remote: Counting objects: 7% (16/216) remote: Counting objects: 8% (18/216) remote: Counting objects: 9% (20/216) remote: Counting objects: 10% (22/216) remote: Counting objects: 11% (24/216) remote: Counting objects: 12% (26/216) remote: Counting objects: 13% (29/216) remote: Counting objects: 14% (31/216) remote: Counting objects: 15% (33/216) remote: Counting objects: 16% (35/216) remote: Counting objects: 17% (37/216) remote: Counting objects: 18% (39/216) remote: Counting objects: 19% (42/216) remote: Counting objects: 20% (44/216) remote: Counting objects: 21% (46/216) remote: Counting objects: 22% (48/216) remote: Counting objects: 23% (50/216) remote: Counting objects: 24% (52/216) remote: Counting objects: 25% (54/216) remote: Counting objects: 26% (57/216) remote: Counting objects: 27% (59/216) remote: Counting objects: 28% (61/216) remote: Counting objects: 29% (63/216) remote: Counting objects: 30% (65/216) remote: Counting objects: 31% (67/216) remote: Counting objects: 32% (70/216) remote: Counting objects: 33% (72/216) remote: Counting objects: 34% (74/216) remote: Counting objects: 35% (76/216) remote: Counting objects: 36% (78/216) remote: Counting objects: 37% (80/216) remote: Counting objects: 38% (83/216) remote: Counting objects: 39% (85/216) remote: Counting objects: 40% (87/216) remote: Counting objects: 41% (89/216) remote: Counting objects: 42% (91/216) remote: Counting objects: 43% (93/216) remote: Counting objects: 44% (96/216) remote: Counting objects: 45% (98/216) remote: Counting objects: 46% (100/216) remote: Counting objects: 47% (102/216) remote: Counting objects: 48% (104/216) remote: Counting objects: 49% (106/216) remote: Counting objects: 50% (108/216) remote: Counting objects: 51% (111/216) remote: Counting objects: 52% (113/216) remote: Counting objects: 53% (115/216) remote: Counting objects: 54% (117/216) remote: Counting objects: 55% (119/216) remote: Counting objects: 56% (121/216) remote: Counting objects: 57% (124/216) remote: Counting objects: 58% (126/216) remote: Counting objects: 59% (128/216) remote: Counting objects: 60% (130/216) remote: Counting objects: 61% (132/216) remote: Counting objects: 62% (134/216) remote: Counting objects: 63% (137/216) remote: Counting objects: 64% (139/216) remote: Counting objects: 65% (141/216) remote: Counting objects: 66% (143/216) remote: Counting objects: 67% (145/216) remote: Counting objects: 68% (147/216) remote: Counting objects: 69% (150/216) remote: Counting objects: 70% (152/216) remote: Counting objects: 71% (154/216) remote: Counting objects: 72% (156/216) remote: Counting objects: 73% (158/216) remote: Counting objects: 74% (160/216) remote: Counting objects: 75% (162/216) remote: Counting objects: 76% (165/216) remote: Counting objects: 77% (167/216) remote: Counting objects: 78% (169/216) remote: Counting objects: 79% (171/216) remote: Counting objects: 80% (173/216) remote: Counting objects: 81% (175/216) remote: Counting objects: 82% (178/216) remote: Counting objects: 83% (180/216) remote: Counting objects: 84% (182/216) remote: Counting objects: 85% (184/216) remote: Counting objects: 86% (186/216) remote: Counting objects: 87% (188/216) remote: Counting objects: 88% (191/216) remote: Counting objects: 89% (193/216) remote: Counting objects: 90% (195/216) remote: Counting objects: 91% (197/216) remote: Counting objects: 92% (199/216) remote: Counting objects: 93% (201/216) remote: Counting objects: 94% (204/216) remote: Counting objects: 95% (206/216) remote: Counting objects: 96% (208/216) remote: Counting objects: 97% (210/216) remote: Counting objects: 98% (212/216) remote: Counting objects: 99% (214/216) remote: Counting objects: 100% (216/216) remote: Counting objects: 100% (216/216), done. remote: Compressing objects: 1% (1/54) remote: Compressing objects: 3% (2/54) remote: Compressing objects: 5% (3/54) remote: Compressing objects: 7% (4/54) remote: Compressing objects: 9% (5/54) remote: Compressing objects: 11% (6/54) remote: Compressing objects: 12% (7/54) remote: Compressing objects: 14% (8/54) remote: Compressing objects: 16% (9/54) remote: Compressing objects: 18% (10/54) remote: Compressing objects: 20% (11/54) remote: Compressing objects: 22% (12/54) remote: Compressing objects: 24% (13/54) remote: Compressing objects: 25% (14/54) remote: Compressing objects: 27% (15/54) remote: Compressing objects: 29% (16/54) remote: Compressing objects: 31% (17/54) remote: Compressing objects: 33% (18/54) remote: Compressing objects: 35% (19/54) remote: Compressing objects: 37% (20/54) remote: Compressing objects: 38% (21/54) remote: Compressing objects: 40% (22/54) remote: Compressing objects: 42% (23/54) remote: Compressing objects: 44% (24/54) remote: Compressing objects: 46% (25/54) remote: Compressing objects: 48% (26/54) remote: Compressing objects: 50% (27/54) remote: Compressing objects: 51% (28/54) remote: Compressing objects: 53% (29/54) remote: Compressing objects: 55% (30/54) remote: Compressing objects: 57% (31/54) remote: Compressing objects: 59% (32/54) remote: Compressing objects: 61% (33/54) remote: Compressing objects: 62% (34/54) remote: Compressing objects: 64% (35/54) remote: Compressing objects: 66% (36/54) remote: Compressing objects: 68% (37/54) remote: Compressing objects: 70% (38/54) remote: Compressing objects: 72% (39/54) remote: Compressing objects: 74% (40/54) remote: Compressing objects: 75% (41/54) remote: Compressing objects: 77% (42/54) remote: Compressing objects: 79% (43/54) remote: Compressing objects: 81% (44/54) remote: Compressing objects: 83% (45/54) remote: Compressing objects: 85% (46/54) remote: Compressing objects: 87% (47/54) remote: Compressing objects: 88% (48/54) remote: Compressing objects: 90% (49/54) remote: Compressing objects: 92% (50/54) remote: Compressing objects: 94% (51/54) remote: Compressing objects: 96% (52/54) remote: Compressing objects: 98% (53/54) remote: Compressing objects: 100% (54/54) remote: Compressing objects: 100% (54/54), done. Receiving objects: 0% (1/216) Receiving objects: 1% (3/216) Receiving objects: 2% (5/216) Receiving objects: 3% (7/216) Receiving objects: 4% (9/216) Receiving objects: 5% (11/216) Receiving objects: 6% (13/216) Receiving objects: 7% (16/216) Receiving objects: 8% (18/216) Receiving objects: 9% (20/216) Receiving objects: 10% (22/216) Receiving objects: 11% (24/216) Receiving objects: 12% (26/216) Receiving objects: 13% (29/216) Receiving objects: 14% (31/216) Receiving objects: 15% (33/216) Receiving objects: 16% (35/216) Receiving objects: 17% (37/216) Receiving objects: 18% (39/216) Receiving objects: 19% (42/216) Receiving objects: 20% (44/216) Receiving objects: 21% (46/216) Receiving objects: 22% (48/216) Receiving objects: 23% (50/216) Receiving objects: 24% (52/216) Receiving objects: 25% (54/216) Receiving objects: 26% (57/216) Receiving objects: 27% (59/216) Receiving objects: 28% (61/216) Receiving objects: 29% (63/216) Receiving objects: 30% (65/216) Receiving objects: 31% (67/216) Receiving objects: 32% (70/216) Receiving objects: 33% (72/216) Receiving objects: 34% (74/216) Receiving objects: 35% (76/216) Receiving objects: 36% (78/216) Receiving objects: 37% (80/216) Receiving objects: 38% (83/216) Receiving objects: 39% (85/216) Receiving objects: 40% (87/216) Receiving objects: 41% (89/216) Receiving objects: 42% (91/216) Receiving objects: 43% (93/216) Receiving objects: 44% (96/216) Receiving objects: 45% (98/216) Receiving objects: 46% (100/216) Receiving objects: 47% (102/216) Receiving objects: 48% (104/216) Receiving objects: 49% (106/216) Receiving objects: 50% (108/216) Receiving objects: 51% (111/216) Receiving objects: 52% (113/216) Receiving objects: 53% (115/216) Receiving objects: 54% (117/216) Receiving objects: 55% (119/216) Receiving objects: 56% (121/216) remote: Total 216 (delta 171), reused 203 (delta 158), pack-reused 0 Receiving objects: 57% (124/216) Receiving objects: 58% (126/216) Receiving objects: 59% (128/216) Receiving objects: 60% (130/216) Receiving objects: 61% (132/216) Receiving objects: 62% (134/216) Receiving objects: 63% (137/216) Receiving objects: 64% (139/216) Receiving objects: 65% (141/216) Receiving objects: 66% (143/216) Receiving objects: 67% (145/216) Receiving objects: 68% (147/216) Receiving objects: 69% (150/216) Receiving objects: 70% (152/216) Receiving objects: 71% (154/216) Receiving objects: 72% (156/216) Receiving objects: 73% (158/216) Receiving objects: 74% (160/216) Receiving objects: 75% (162/216) Receiving objects: 76% (165/216) Receiving objects: 77% (167/216) Receiving objects: 78% (169/216) Receiving objects: 79% (171/216) Receiving objects: 80% (173/216) Receiving objects: 81% (175/216) Receiving objects: 82% (178/216) Receiving objects: 83% (180/216) Receiving objects: 84% (182/216) Receiving objects: 85% (184/216) Receiving objects: 86% (186/216) Receiving objects: 87% (188/216) Receiving objects: 88% (191/216) Receiving objects: 89% (193/216) Receiving objects: 90% (195/216) Receiving objects: 91% (197/216) Receiving objects: 92% (199/216) Receiving objects: 93% (201/216) Receiving objects: 94% (204/216) Receiving objects: 95% (206/216) Receiving objects: 96% (208/216) Receiving objects: 97% (210/216) Receiving objects: 98% (212/216) Receiving objects: 99% (214/216) Receiving objects: 100% (216/216) Receiving objects: 100% (216/216), 260.35 KiB | 11.32 MiB/s, done. Resolving deltas: 0% (0/171) Resolving deltas: 1% (2/171) Resolving deltas: 2% (4/171) Resolving deltas: 4% (7/171) Resolving deltas: 9% (17/171) Resolving deltas: 10% (18/171) Resolving deltas: 11% (19/171) Resolving deltas: 57% (99/171) Resolving deltas: 80% (137/171) Resolving deltas: 84% (144/171) Resolving deltas: 85% (147/171) Resolving deltas: 86% (148/171) Resolving deltas: 100% (171/171) Resolving deltas: 100% (171/171), done. HEAD is now at 78696f4 Release v1.9.0 [INFO] updating stm32cmsis /data/riotbuild/riotbase/cpu/stm32/include/vendor/cmsis/l0/.pkg-state.git-downloaded echo 78696f4f79cf51c8b32d0aa5c199a04f57ee4b27 > /data/riotbuild/riotbase/cpu/stm32/include/vendor/cmsis/l0/.pkg-state.git-downloaded [INFO] patch stm32cmsis text data bss dec hex filename 54548 196 6424 61168 eef0 /data/riotbuild/riotbase/examples/gnrc_lorawan/bin/b-l072z-lrwan1/gnrc_lorawan.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271322 --list saclay,st-lrwan1,10 --flash /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_lorawan/bin/b-l072z-lrwan1/gnrc_lorawan.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:st-lrwan1-10.saclay.iot-lab.info:20000' NETOPT_RX_END_IRQ not implemented by driver main(): This is RIOT! (Version: c52d-HEAD) Initialization successful - starting the shell now > > ifconfig ifconfig Iface 3 HWaddr: 00:00:00:00 Frequency: 868299987Hz RSSI: 99 BW: 125kHz SF: 7 CR: 4/5 Link: down TX-Power: 14dBm State: SLEEP Demod margin.: 0 Num gateways.: 0 OTAA L2-PDU:7167 > ifconfig 3 set deveui 009E40529364FBE6 ifconfig 3 set deveui 009E40529364FBE6 success: set long address on interface 3 to 009E40529364FBE6 > ifconfig 3 set appeui 70B3D57ED003B26A ifconfig 3 set appeui 70B3D57ED003B26A success: set AppEUI on interface 3 to 70B3D57ED003B26A > ifconfig 3 set appkey A4AE290378749597929A1BE480A9127E ifconfig 3 set appkey A4AE290378749597929A1BE480A9127E success: set AppKey on interface 3 to A4AE290378749597929A1BE480A9127E > ifconfig 3 otaa ifconfig 3 otaa success: set option > ifconfig 3 up ifconfig 3 up > ifconfig 3 ifconfig 3 Iface 3 HWaddr: 00:00:00:00 Frequency: 869524963Hz RSSI: 99 BW: 125kHz SF: 12 CR: 4/5 Link: down TX-Power: 14dBm State: SLEEP Demod margin.: 0 Num gateways.: 0 IQ_INVERT RX_SINGLE OTAA L2-PDU:2047 > ```
riot-ci commented 3 years ago

11. Task 06 - GNRC LoRaWAN (ABP)

FAILED ###### Failures ``` riot_ctrl = .ctrl at 0x7f568cced3a0> ttn_client = dev_id = 'riot_lorawan_1_abp', devaddr = '26011EB0' nwkskey = '6EF67878A4F7C1762B51F2F31661E4E8' appskey = '6EF36701AE85C6A42E73047BECD7292B' @pytest.mark.iotlab_creds # nodes passed to riot_ctrl fixture @pytest.mark.parametrize('nodes,dev_id', [pytest.param(['b-l072z-lrwan1'], "abp")], indirect=['nodes', 'dev_id']) # pylint: disable=R0913 def test_task06(riot_ctrl, ttn_client, dev_id, devaddr, nwkskey, appskey): node = riot_ctrl(0, APP, Shell) iface = lorawan_netif(node) assert iface # Set the OTAA keys node.ifconfig_set(iface, "addr", devaddr) node.ifconfig_set(iface, "nwkskey", nwkskey) node.ifconfig_set(iface, "appskey", appskey) node.ifconfig_set(iface, "rx2_dr", RX2_DR) # Enable OTAA node.ifconfig_flag(iface, "otaa", enable=False) # Trigger Join Request node.ifconfig_up(iface) # Wait until the LoRaWAN network is joined time.sleep(10) netif = ifconfig(node, iface) assert netif[str(iface)]["link"] == "up" > run_lw_test(node, ttn_client, iface, dev_id) 11-lorawan/test_spec11.py:114: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 11-lorawan/test_spec11.py:33: in run_lw_test assert node.send(iface, APP_PAYLOAD) is True .tox/test/lib/python3.9/site-packages/riotctrl/shell/__init__.py:89: in wrapper return func(self, *args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , netif = 3 payload = 'This is RIOT!', timeout = -1, async_ = False @ShellInteraction.check_term def send(self, netif, payload, timeout=-1, async_=False): res = self.cmd("send {} \"{}\"".format(netif, payload), timeout=timeout, async_=async_) recv_downlink = False for line in res.splitlines(): if re.match("PKTDUMP", line): recv_downlink = True if re.match("Success", line): return recv_downlink > raise RuntimeError(res) E RuntimeError: send 3 "This is RIOT!" E shell: command not found: send testutils/shell.py:97: RuntimeError ``` ###### Captured stdout call ``` Launching build container using image "riot/riotbuild:latest". docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Etc/UTC:/etc/localtime:ro' -v '/home/runner/work/RIOT/RIOT/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 'QUIETER=1' -e 'BOARD=b-l072z-lrwan1' -w '/data/riotbuild/riotbase/examples/gnrc_lorawan/' 'riot/riotbuild:latest' make -j Building application "gnrc_lorawan" for "b-l072z-lrwan1" with MCU "stm32". text data bss dec hex filename 54548 196 6424 61168 eef0 /data/riotbuild/riotbase/examples/gnrc_lorawan/bin/b-l072z-lrwan1/gnrc_lorawan.elf iotlab-node --jmespath='keys(@)[0]' --format='lambda ret: exit(int(ret))' --id 271323 --list saclay,st-lrwan1,11 --flash /home/runner/work/RIOT/RIOT/RIOT/examples/gnrc_lorawan/bin/b-l072z-lrwan1/gnrc_lorawan.bin ssh -t rici@saclay.iot-lab.info 'socat - tcp:st-lrwan1-11.saclay.iot-lab.info:20000' NETOPT_RX_END_IRQ not implemented by driver main(): This is RIOT! (Version: c52d-HEAD) Initialization successful - starting the shell now > > ifconfig ifconfig Iface 3 HWaddr: 00:00:00:00 Frequency: 868299987Hz RSSI: 99 BW: 125kHz SF: 7 CR: 4/5 Link: down TX-Power: 14dBm State: SLEEP Demod margin.: 0 Num gateways.: 0 OTAA L2-PDU:7167 > ifconfig 3 set addr 26011EB0 ifconfig 3 set addr 26011EB0 success: set (short) address on interface 3 to 26011EB0 > ifconfig 3 set nwkskey 6EF67878A4F7C1762B51F2F31661E4E8 ifconfig 3 set nwkskey 6EF67878A4F7C1762B51F2F31661E4E8 success: set NwkSKey on interface 3 to 6EF67878A4F7C1762B51F2F31661E4E8 > ifconfig 3 set appskey 6EF36701AE85C6A42E73047BECD7292B ifconfig 3 set appskey 6EF36701AE85C6A42E73047BECD7292B success: set AppSKey on interface 3 to 6EF36701AE85C6A42E73047BECD7292B > ifconfig 3 set rx2_dr 3 ifconfig 3 set rx2_dr 3 success: set RX2 datarate on interface 3 to 3 > ifconfig 3 -otaa ifconfig 3 -otaa success: unset option > ifconfig 3 up ifconfig 3 up > ifconfig 3 ifconfig 3 Iface 3 HWaddr: 26:01:1E:B0 Frequency: 868299987Hz RSSI: 99 BW: 125kHz SF: 7 CR: 4/5 Link: up TX-Power: 14dBm State: SLEEP Demod margin.: 0 Num gateways.: 0 L2-PDU:2047 > ifconfig 3 -ack_req ifconfig 3 -ack_req success: unset option > send 3 "This is RIOT!" send 3 "This is RIOT!" shell: command not found: send > ```
miri64 commented 3 years ago

Test Report

See https://github.com/RIOT-OS/Release-Specs/pull/228

miri64 commented 3 years ago

heavy_multiplication_x 01. Task 02 - Unittests on native
FAILED

See https://github.com/RIOT-OS/RIOT/pull/16614.

miri64 commented 3 years ago

yellow_circle 03. Task 06 - ICMPv6 link-local echo on native (IPv6 fragmentation) SKIPPED (Skipped: tap0 and tap1 not bridged)

Did that intentionally to have an example for SKIPPED ;-).

jia200x commented 3 years ago

11. Task #01 - LoRaWAN example

PASSED ``` 2021-07-06 12:14:48,863 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) 2021-07-06 12:14:48,865 # LoRaWAN Class A low-power application 2021-07-06 12:14:48,867 # ===================================== 2021-07-06 12:14:48,868 # Starting join procedure 2021-07-06 12:14:53,196 # Join procedure succeeded 2021-07-06 12:14:53,198 # Sending: This is RIOT! 2021-07-06 12:15:14,310 # Sending: This is RIOT! 2021-07-06 12:15:23,032 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) ```
miri64 commented 3 years ago

Test Report

Task Outcome
01. Task 02 - Unittests on native FAILED
01. Task 03 - Unittests on native separated [tests-analog_util] PASSED
01. Task 03 - Unittests on native separated [tests-base64] PASSED
01. Task 03 - Unittests on native separated [tests-bcd] PASSED
01. Task 03 - Unittests on native separated [tests-bitfield] PASSED
01. Task 03 - Unittests on native separated [tests-bloom] PASSED
01. Task 03 - Unittests on native separated [tests-bluetil] PASSED
01. Task 03 - Unittests on native separated [tests-checksum] PASSED
01. Task 03 - Unittests on native separated [tests-clif] PASSED
01. Task 03 - Unittests on native separated [tests-color] PASSED
01. Task 03 - Unittests on native separated [tests-core] PASSED
01. Task 03 - Unittests on native separated [tests-credman] PASSED
01. Task 03 - Unittests on native separated [tests-div] PASSED
01. Task 03 - Unittests on native separated [tests-ecc] PASSED
01. Task 03 - Unittests on native separated [tests-fib] PASSED
01. Task 03 - Unittests on native separated [tests-fib_sr] PASSED
01. Task 03 - Unittests on native separated [tests-fmt] PASSED
01. Task 03 - Unittests on native separated [tests-frac] PASSED
01. Task 03 - Unittests on native separated [tests-gcoap] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_ipv6] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_ipv6_hdr] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_ipv6_nib] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_mac_internal] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_netif_pktq] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_sixlowpan_frag_vrb] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_udp] PASSED
01. Task 03 - Unittests on native separated [tests-hashes] PASSED
01. Task 03 - Unittests on native separated [tests-ieee802154] PASSED
01. Task 03 - Unittests on native separated [tests-inet_csum] PASSED
01. Task 03 - Unittests on native separated [tests-ipv4_addr] FAILED
01. Task 03 - Unittests on native separated [tests-ipv6_addr] FAILED
01. Task 03 - Unittests on native separated [tests-ipv6_hdr] PASSED
01. Task 03 - Unittests on native separated [tests-luid] PASSED
01. Task 03 - Unittests on native separated [tests-matstat] PASSED
01. Task 03 - Unittests on native separated [tests-mtd] PASSED
01. Task 03 - Unittests on native separated [tests-nanocoap] PASSED
01. Task 03 - Unittests on native separated [tests-netopt] PASSED
01. Task 03 - Unittests on native separated [tests-netreg] PASSED
01. Task 03 - Unittests on native separated [tests-phydat] PASSED
01. Task 03 - Unittests on native separated [tests-pkt] PASSED
01. Task 03 - Unittests on native separated [tests-pktbuf] PASSED
01. Task 03 - Unittests on native separated [tests-pktqueue] PASSED
01. Task 03 - Unittests on native separated [tests-printf_float] PASSED
01. Task 03 - Unittests on native separated [tests-priority_pktqueue] PASSED
01. Task 03 - Unittests on native separated [tests-rtc] PASSED
01. Task 03 - Unittests on native separated [tests-rtt_rtc] PASSED
01. Task 03 - Unittests on native separated [tests-saul_reg] PASSED
01. Task 03 - Unittests on native separated [tests-scanf_float] PASSED
01. Task 03 - Unittests on native separated [tests-seq] PASSED
01. Task 03 - Unittests on native separated [tests-sht1x] PASSED
01. Task 03 - Unittests on native separated [tests-sixlowpan] PASSED
01. Task 03 - Unittests on native separated [tests-sixlowpan_ctx] PASSED
01. Task 03 - Unittests on native separated [tests-sixlowpan_sfr] PASSED
01. Task 03 - Unittests on native separated [tests-sock_util] PASSED
01. Task 03 - Unittests on native separated [tests-timex] PASSED
01. Task 03 - Unittests on native separated [tests-tsrb] PASSED
01. Task 03 - Unittests on native separated [tests-turo] PASSED
01. Task 03 - Unittests on native separated [tests-uri_parser] PASSED
01. Task 03 - Unittests on native separated [tests-uuid] PASSED
01. Task 03 - Unittests on native separated [tests-vfs] PASSED
01. Task 03 - Unittests on native separated [tests-zptr] PASSED
01. Task 03 - Unittests on native separated [tests-ztimer] PASSED
01. Task 04 - Unittests on iotlab-m3 FAILED
🟡 03. Task 01 - ICMPv6 multicast echo on native SKIPPED
🟡 03. Task 02 - ICMPv6 link-local echo on native SKIPPED
🟡 03. Task 03 - ICMPv6 link-local echo on native (1 hour) SKIPPED
🟡 03. Task 04 - ICMPv6 stress test on native (1 hour) SKIPPED
🟡 03. Task 05 - ICMPv6 stress test on native (neighbor cache stress) SKIPPED
🟡 03. Task 06 - ICMPv6 link-local echo on native (IPv6 fragmentation) SKIPPED
04. Task 01 - ICMPv6 link-local echo with iotlab-m3 PASSED
04. Task 02 - ICMPv6 multicast echo with iotlab-m3/samr21-xpro PASSED
04. Task 04 - ICMPv6 echo with iotlab-m3/samr21-xpro 15 minutes PASSED
04. Task 05 (Experimental) - ICMPv6 multicast echo with samr21-xpro/cc2538 [lille] FAILED
04. Task 06 (Experimental)- ICMPv6 link-local echo with samr21-xpro/cc2538 [lille] FAILED
🟡 04. Task 07 (Experimental) - ICMPv6 multicast echo with samr21-xpro/zero + xbee SKIPPED
🟡 04. Task 08 (Experimental) - ICMPv6 echo with samr21-xpro/zero + xbee SKIPPED
04. Task 09 - ICMPv6 stress test on iotlab-m3 PASSED
04. Task 10 (Experimental) - ICMPv6 echo with large payload (IPv6 fragmentation) PASSED
🟡 04. Task 11 (Experimental) - ICMPv6 stress test on nrf802154 SKIPPED
04. Task 12 (Experimental) - ICMPv6 multicast echo with iotlab-m3/nrf802154 PASSED
04. Task 13 (Experimental) - ICMPv6 link-local echo with iotlab-m3/nrf802154 FAILED
🟡 05. Task 01 - ICMPv6 echo unicast addresess on native (default route) SKIPPED
05. Task 02 - ICMPv6 echo unicast addresess on iotlab-m3 (default route) PASSED
🟡 05. Task 03 - ICMPv6 echo unicast addresess on native (specific route) SKIPPED
🟡 05. Task 04 - ICMPv6 echo unicast addresess on iotlab-m3 (static route) SKIPPED
06. Task 01 - UDP on iotlab-m3 PASSED
06. Task 02 - UDP on iotlab-m3 (UDP port compression) PASSED
🟡 06. Task 03 - UDP on native (non-existent neighbor) SKIPPED
06. Task 04 - UDP on iotlab-m3 (non-existent neighbor) PASSED
🟡 06. Task 05 - Empty UDP on native SKIPPED
06. Task 06 - Empty UDP on iotlab-m3 PASSED
07. Task 01 - ICMPv6 echo on iotlab-m3 with three hops (static route) PASSED
07. Task 02 - UDP on iotlab-m3 with three hops (static route) PASSED
07. Task 03 - ICMPv6 echo on iotlab-m3 with three hops (RPL route) PASSED
07. Task 04 - UDP on iotlab-m3 with three hops (RPL route) PASSED
🟡 07. Task 05 (Experimental) - UDP with large payload on iotlab-m3 with three hops (RPL route) SKIPPED
🟡 08. Task 01 - ICMPv6 echo between native and Linux SKIPPED
08. Task 08 - UDP between GNRC and lwIP on iotlab-m3 PASSED
🟡 09. Task 01 - CORD Endpoint SKIPPED
🟡 09. Task 02 - Confirmable retries [False-0] SKIPPED
🟡 09. Task 02 - Confirmable retries [True-1] SKIPPED
🟡 09. Task 03 - Block1 SKIPPED
🟡 09. Task 04 - Block2 SKIPPED
🟡 09. Task 05 - Observe registration and notification SKIPPED
🟡 10. Task 01 - Destination unreachable - no route to destination SKIPPED
🟡 10. Task 02 - Destination unreachable - Beyond scope of source address SKIPPED
🟡 10. Task 03 - Destination unreachable - address unreachable (target node address) SKIPPED
🟡 10. Task 04 - Destination unreachable - address unreachable (neighbor cache miss) SKIPPED
🟡 10. Task 05 - Destination unreachable - port unreachable SKIPPED
🟡 10. Task 06 - Destination unreachable - port unreachable (large payload) SKIPPED
🟡 10. Task 07 - Packet too big SKIPPED
🟡 10. Task 08 - Time exceeded - hop limit exceeded in transit SKIPPED
🟡 10. Task 09 - Parameter problem - erroneous header field encountered SKIPPED
🟡 10. Task 10 - IPv6-in-IPv6 encapsulation SKIPPED
MrKevinWeiss commented 3 years ago

So it looks like there are still some missing experimental tests (something I can live with) for 04-single-hop-6lowpan-icmp and 07-multihop, some interop tests (any volunteers?) and some some lorawan tests (though I think @jia200x is working on them). Are there any more bugs that will need to be backported before RC-2. I think I would wait until the nice formatting that @miri64 has been working on is in before starting it.

I believe the unit tests errors have been corrected with https://github.com/RIOT-OS/RIOT/pull/16614 thanks to @kaspar030 and @maribu

miri64 commented 3 years ago

I believe the unit tests errors have been corrected with RIOT-OS/RIOT#16614 thanks to @kaspar030 and @maribu

Yepp. And they do not appear with Murdock, which has the more canonical results (build on Ubuntu vs. build on Arch with my machine).

miri64 commented 3 years ago

Test Report

Task Outcome
01. Task 02 - Unittests on native FAILED
01. Task 03 - Unittests on native separated [tests-analog_util] PASSED
01. Task 03 - Unittests on native separated [tests-base64] PASSED
01. Task 03 - Unittests on native separated [tests-bcd] PASSED
01. Task 03 - Unittests on native separated [tests-bitfield] PASSED
01. Task 03 - Unittests on native separated [tests-bloom] PASSED
01. Task 03 - Unittests on native separated [tests-bluetil] PASSED
01. Task 03 - Unittests on native separated [tests-checksum] PASSED
01. Task 03 - Unittests on native separated [tests-clif] PASSED
01. Task 03 - Unittests on native separated [tests-color] PASSED
01. Task 03 - Unittests on native separated [tests-core] PASSED
01. Task 03 - Unittests on native separated [tests-credman] PASSED
01. Task 03 - Unittests on native separated [tests-div] PASSED
01. Task 03 - Unittests on native separated [tests-ecc] PASSED
01. Task 03 - Unittests on native separated [tests-fib] PASSED
01. Task 03 - Unittests on native separated [tests-fib_sr] PASSED
01. Task 03 - Unittests on native separated [tests-fmt] PASSED
01. Task 03 - Unittests on native separated [tests-frac] PASSED
01. Task 03 - Unittests on native separated [tests-gcoap] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_ipv6] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_ipv6_hdr] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_ipv6_nib] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_mac_internal] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_netif_pktq] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_sixlowpan_frag_vrb] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_udp] PASSED
01. Task 03 - Unittests on native separated [tests-hashes] PASSED
01. Task 03 - Unittests on native separated [tests-ieee802154] PASSED
01. Task 03 - Unittests on native separated [tests-inet_csum] PASSED
01. Task 03 - Unittests on native separated [tests-ipv4_addr] FAILED
01. Task 03 - Unittests on native separated [tests-ipv6_addr] FAILED
01. Task 03 - Unittests on native separated [tests-ipv6_hdr] PASSED
01. Task 03 - Unittests on native separated [tests-luid] PASSED
01. Task 03 - Unittests on native separated [tests-matstat] PASSED
01. Task 03 - Unittests on native separated [tests-mtd] PASSED
01. Task 03 - Unittests on native separated [tests-nanocoap] PASSED
01. Task 03 - Unittests on native separated [tests-netopt] PASSED
01. Task 03 - Unittests on native separated [tests-netreg] PASSED
01. Task 03 - Unittests on native separated [tests-phydat] PASSED
01. Task 03 - Unittests on native separated [tests-pkt] PASSED
01. Task 03 - Unittests on native separated [tests-pktbuf] PASSED
01. Task 03 - Unittests on native separated [tests-pktqueue] PASSED
01. Task 03 - Unittests on native separated [tests-printf_float] PASSED
01. Task 03 - Unittests on native separated [tests-priority_pktqueue] PASSED
01. Task 03 - Unittests on native separated [tests-rtc] PASSED
01. Task 03 - Unittests on native separated [tests-rtt_rtc] PASSED
01. Task 03 - Unittests on native separated [tests-saul_reg] PASSED
01. Task 03 - Unittests on native separated [tests-scanf_float] PASSED
01. Task 03 - Unittests on native separated [tests-seq] PASSED
01. Task 03 - Unittests on native separated [tests-sht1x] PASSED
01. Task 03 - Unittests on native separated [tests-sixlowpan] PASSED
01. Task 03 - Unittests on native separated [tests-sixlowpan_ctx] PASSED
01. Task 03 - Unittests on native separated [tests-sixlowpan_sfr] PASSED
01. Task 03 - Unittests on native separated [tests-sock_util] PASSED
01. Task 03 - Unittests on native separated [tests-timex] PASSED
01. Task 03 - Unittests on native separated [tests-tsrb] PASSED
01. Task 03 - Unittests on native separated [tests-turo] PASSED
01. Task 03 - Unittests on native separated [tests-uri_parser] PASSED
01. Task 03 - Unittests on native separated [tests-uuid] PASSED
01. Task 03 - Unittests on native separated [tests-vfs] PASSED
01. Task 03 - Unittests on native separated [tests-zptr] PASSED
01. Task 03 - Unittests on native separated [tests-ztimer] PASSED
01. Task 04 - Unittests on iotlab-m3 FAILED
03. Task 01 - ICMPv6 multicast echo on native PASSED
🟡 03. Task 02 - ICMPv6 link-local echo on native SKIPPED
🟡 03. Task 03 - ICMPv6 link-local echo on native (1 hour) SKIPPED
🟡 03. Task 04 - ICMPv6 stress test on native (1 hour) SKIPPED
🟡 03. Task 05 - ICMPv6 stress test on native (neighbor cache stress) SKIPPED
🟡 03. Task 06 - ICMPv6 link-local echo on native (IPv6 fragmentation) SKIPPED
04. Task 01 - ICMPv6 link-local echo with iotlab-m3 PASSED
04. Task 02 - ICMPv6 multicast echo with iotlab-m3/samr21-xpro PASSED
04. Task 03 - ICMPv6 echo with large payload PASSED
04. Task 04 - ICMPv6 echo with iotlab-m3/samr21-xpro 15 minutes PASSED
🟡 04. Task 05 (Experimental) - ICMPv6 multicast echo with samr21-xpro/cc2538 [lille] SKIPPED
🟡 04. Task 06 (Experimental)- ICMPv6 link-local echo with samr21-xpro/cc2538 [lille] SKIPPED
🟡 04. Task 07 (Experimental) - ICMPv6 multicast echo with samr21-xpro/zero + xbee SKIPPED
🟡 04. Task 08 (Experimental) - ICMPv6 echo with samr21-xpro/zero + xbee SKIPPED
04. Task 09 - ICMPv6 stress test on iotlab-m3 FAILED
04. Task 10 (Experimental) - ICMPv6 echo with large payload (IPv6 fragmentation) PASSED
04. Task 11 (Experimental) - ICMPv6 stress test on nrf802154 PASSED
04. Task 12 (Experimental) - ICMPv6 multicast echo with iotlab-m3/nrf802154 PASSED
04. Task 13 (Experimental) - ICMPv6 link-local echo with iotlab-m3/nrf802154 PASSED
🟡 05. Task 01 - ICMPv6 echo unicast addresess on native (default route) SKIPPED
05. Task 02 - ICMPv6 echo unicast addresess on iotlab-m3 (default route) PASSED
🟡 05. Task 03 - ICMPv6 echo unicast addresess on native (specific route) SKIPPED
🟡 05. Task 04 - ICMPv6 echo unicast addresess on iotlab-m3 (static route) SKIPPED
06. Task 01 - UDP on iotlab-m3 PASSED
06. Task 02 - UDP on iotlab-m3 (UDP port compression) PASSED
🟡 06. Task 03 - UDP on native (non-existent neighbor) SKIPPED
06. Task 04 - UDP on iotlab-m3 (non-existent neighbor) PASSED
🟡 06. Task 05 - Empty UDP on native SKIPPED
06. Task 06 - Empty UDP on iotlab-m3 PASSED
07. Task 01 - ICMPv6 echo on iotlab-m3 with three hops (static route) PASSED
07. Task 02 - UDP on iotlab-m3 with three hops (static route) PASSED
07. Task 03 - ICMPv6 echo on iotlab-m3 with three hops (RPL route) PASSED
07. Task 04 - UDP on iotlab-m3 with three hops (RPL route) PASSED
🟡 07. Task 05 (Experimental) - UDP with large payload on iotlab-m3 with three hops (RPL route) SKIPPED
🟡 08. Task 01 - ICMPv6 echo between native and Linux SKIPPED
08. Task 08 - UDP between GNRC and lwIP on iotlab-m3 PASSED
🟡 09. Task 01 - CORD Endpoint SKIPPED
🟡 09. Task 02 - Confirmable retries [False-0] SKIPPED
🟡 09. Task 02 - Confirmable retries [True-1] SKIPPED
🟡 09. Task 03 - Block1 SKIPPED
🟡 09. Task 04 - Block2 SKIPPED
🟡 09. Task 05 - Observe registration and notification SKIPPED
🟡 10. Task 01 - Destination unreachable - no route to destination SKIPPED
🟡 10. Task 02 - Destination unreachable - Beyond scope of source address SKIPPED
🟡 10. Task 03 - Destination unreachable - address unreachable (target node address) SKIPPED
🟡 10. Task 04 - Destination unreachable - address unreachable (neighbor cache miss) SKIPPED
🟡 10. Task 05 - Destination unreachable - port unreachable SKIPPED
🟡 10. Task 06 - Destination unreachable - port unreachable (large payload) SKIPPED
🟡 10. Task 07 - Packet too big SKIPPED
🟡 10. Task 08 - Time exceeded - hop limit exceeded in transit SKIPPED
🟡 10. Task 09 - Parameter problem - erroneous header field encountered SKIPPED
🟡 10. Task 10 - IPv6-in-IPv6 encapsulation SKIPPED
jia200x commented 3 years ago

11. Task #02 - OTAA join procedure

PASSED ``` > loramac tx test uncnf 1232021-07-07 17:28:09,205 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) 2021-07-07 17:28:09,208 # All up, running the shell now set appkset deveui 488038d49a5a156b 2021-07-07 17:28:12,184 # loramac set deveui 488038d49a5a156b > loramaset appkey 8849748cafbc089b815f70b20b08af02 2021-07-07 17:28:14,121 # loramac set appkey 8849748cafbc089b815f70b20b08af02 > loramajoin otaa 2021-07-07 17:28:18,439 # loramac join otaa 2021-07-07 17:28:21,030 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) 2021-07-07 17:28:21,033 # All up, running the shell now > loramaset deveui 488038d49a5a156b 2021-07-07 17:28:22,861 # loramac set deveui 488038d49a5a156b > loramaset appkey 8849748cafbc089b815f70b20b08af02 2021-07-07 17:28:23,712 # loramac set appkey 8849748cafbc089b815f70b20b08af02 > loramaset dr 0 2021-07-07 17:28:28,722 # loramac set dr 0 loramac join otaa 2021-07-07 17:29:22,833 # loramac join otaa 2021-07-07 17:29:31,204 # Join procedure succeeded! loramac tx test cnf 123 2021-07-07 17:30:40,764 # loramac tx test cnf 123 2021-07-07 17:30:44,301 # Received ACK from network 2021-07-07 17:30:44,303 # Message sent with success > loramac tx test uncnf 42 2021-07-07 17:33:23,598 # loramac tx test uncnf 42 2021-07-07 17:33:27,630 # Message sent with success > reboot 2021-07-07 17:33:33,610 # reboot 2021-07-07 17:33:33,697 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) 2021-07-07 17:33:33,700 # All up, running the shell now loramac set deveui 488038d49a5a156b 2021-07-07 17:33:36,267 # loramac set deveui 488038d49a5a156b loramac set appkey 8849748cafbc089b815f70b20b08af02 2021-07-07 17:33:37,772 # loramac set appkey 8849748cafbc089b815f70b20b08af02 loramac set dr 3 2021-07-07 17:33:41,526 # loramac set dr 3 loramac join otaa 2021-07-07 17:33:44,150 # loramac join otaa 2021-07-07 17:33:49,658 # Join procedure succeeded! loramac tx test cnf 123 2021-07-07 17:33:52,729 # loramac tx test cnf 123 2021-07-07 17:33:54,078 # Received ACK from network 2021-07-07 17:33:54,080 # Message sent with success loramac tx test uncnf 42 2021-07-07 17:34:48,878 # loramac tx test uncnf 42 2021-07-07 17:34:51,909 # Message sent with success > reboot 2021-07-07 17:34:54,640 # reboot 2021-07-07 17:34:54,727 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) 2021-07-07 17:34:54,729 # All up, running the shell now loramac set deveui 488038d49a5a156b 2021-07-07 17:34:58,532 # loramac set deveui 488038d49a5a156b loramac set appkey 8849748cafbc089b815f70b20b08af02 2021-07-07 17:35:00,836 # loramac set appkey 8849748cafbc089b815f70b20b08af02 loramac set dr 3 2021-07-07 17:35:02,555 # loramac set dr 3 > loramac set dr 5 2021-07-07 17:35:04,795 # loramac set dr 5 loramac join otaa 2021-07-07 17:35:07,549 # loramac join otaa 2021-07-07 17:35:12,734 # Join procedure succeeded! loramac tx test cnf 123 2021-07-07 17:35:16,764 # loramac tx test cnf 123 2021-07-07 17:35:17,893 # Received ACK from network 2021-07-07 17:35:17,895 # Message sent with success loramac tx test uncnf 42 2021-07-07 17:35:44,850 # loramac tx test uncnf 42 2021-07-07 17:35:47,883 # Message sent with success > ```
jia200x commented 3 years ago

11. Task #03 - ABP join procedure

PASSED ``` 2021-07-07 17:38:01,056 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) 2021-07-07 17:38:01,059 # All up, running the shell now > loramac set devaddr 008f963a 2021-07-07 17:38:43,726 # loramac set devaddr 008f963a > loramac set nwkske3cd35f918e7f1232ee0941778ee0238a8a 2021-07-07 17:39:33,085 # loramac set nwkskey 3cd35f918e7f1232ee0941778ee0238a > loramac set appske5c140708b42dd430df7adfed1b401cefef 2021-07-07 17:39:43,047 # loramac set appskey 5c140708b42dd430df7adfed1b401cef > loramac join abp 2021-07-07 17:39:45,780 # loramac join abp 2021-07-07 17:39:45,783 # Join procedure succeeded! > loramac tx test cnf 123 2021-07-07 17:41:00,419 # loramac tx test cnf 123 2021-07-07 17:41:04,779 # Received ACK from network 2021-07-07 17:41:04,782 # Message sent with success > loramac tx test uncnf 42 2021-07-07 17:41:40,762 # loramac tx test uncnf 42 2021-07-07 17:42:14,077 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) 2021-07-07 17:42:14,079 # All up, running the shell now > loramaset nwkskey 3cd35f918e7f1232ee0941778ee0238a 2021-07-07 17:42:16,292 # loramac set nwkskey 3cd35f918e7f1232ee0941778ee0238a > loramaset appskey 5c140708b42dd430df7adfed1b401cef 2021-07-07 17:42:18,088 # loramac set appskey 5c140708b42dd430df7adfed1b401cef > loramaset devaddr 008f963a 2021-07-07 17:42:21,882 # loramac set devaddr 008f963a loramac set dr 0 2021-07-07 17:42:29,873 # loramac set dr 0 > loramajoin abp 2021-07-07 17:42:33,968 # loramac join abp 2021-07-07 17:42:33,971 # Join procedure succeeded! > loramatx test cnf 123 2021-07-07 17:42:37,371 # loramac tx test cnf 123 2021-07-07 17:42:41,236 # Received ACK from network 2021-07-07 17:42:41,238 # Message sent with success loramac tx test uncnf 42 2021-07-07 17:44:23,765 # loramac tx test uncnf 42 2021-07-07 17:44:27,799 # Message sent with success > 2021-07-07 17:44:33,773 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) 2021-07-07 17:44:33,776 # All up, running the shell now > loramaset devaddr 008f963a 2021-07-07 17:44:38,810 # loramac set devaddr 008f963a > loramaset nwkskey 3cd35f918e7f1232ee0941778ee0238a 2021-07-07 17:44:41,119 # loramac set nwkskey 3cd35f918e7f1232ee0941778ee0238a > loramaset appskey 5c140708b42dd430df7adfed1b401cef 2021-07-07 17:44:43,918 # loramac set appskey 5c140708b42dd430df7adfed1b401cef > loramaset dr 3 2021-07-07 17:44:50,784 # loramac set dr 3 > loramajoin abpef 2021-07-07 17:44:54,817 # loramac join abp 2021-07-07 17:44:54,819 # Join procedure succeeded! > loramatx test cnf 123ef 2021-07-07 17:44:59,032 # loramac tx test cnf 123 2021-07-07 17:45:00,379 # Received ACK from network 2021-07-07 17:45:00,381 # Message sent with success > loramatx test uncnf 42 2021-07-07 17:45:50,881 # loramac tx test uncnf 42 2021-07-07 17:45:53,913 # Message sent with success > reboot 2021-07-07 17:45:56,513 # reboot 2021-07-07 17:45:56,599 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) 2021-07-07 17:45:56,602 # All up, running the shell now loramac set devaddr 008f963a 2021-07-07 17:45:59,233 # loramac set devaddr 008f963a loramac set nwkskey 3cd35f918e7f1232ee0941778ee0238a 2021-07-07 17:46:01,158 # loramac set nwkskey 3cd35f918e7f1232ee0941778ee0238a loramac set appskey 5c140708b42dd430df7adfed1b401cef 2021-07-07 17:46:04,875 # loramac set appskey 5c140708b42dd430df7adfed1b401cef loramac set dr 5 2021-07-07 17:46:07,640 # loramac set dr 5 loramac join abp 2021-07-07 17:46:09,772 # loramac join abp 2021-07-07 17:46:09,775 # Join procedure succeeded! loramac tx test cnf 123 2021-07-07 17:46:11,814 # loramac tx test cnf 123 2021-07-07 17:46:12,943 # Received ACK from network 2021-07-07 17:46:12,946 # Message sent with success loramac tx test uncnf 42 2021-07-07 17:46:21,009 # loramac tx test uncnf 42 2021-07-07 17:46:24,042 # Message sent with success > ```
jia200x commented 3 years ago

11. Task #04 - LoRaWAN device parameters persistence

PASSED ``` 2021-07-07 17:51:24,604 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) 2021-07-07 17:51:24,607 # All up, running the shell now > loramac get deveui 2021-07-07 17:51:31,567 # loramac get deveui 2021-07-07 17:51:31,569 # DEVEUI: 0000000000000000 > loramac get appeui 2021-07-07 17:51:38,718 # loramac get appeui 2021-07-07 17:51:38,721 # APPEUI: 0000000000000000 > loramac get appkey 2021-07-07 17:51:41,577 # loramac get appkey 2021-07-07 17:51:41,581 # APPKEY: 00000000000000000000000000000000 > loramac get devaddr 2021-07-07 17:51:44,045 # loramac get devaddr 2021-07-07 17:51:44,047 # DEVADDR: 00000000 > loramac get appskey 2021-07-07 17:51:47,580 # loramac get appskey 2021-07-07 17:51:47,584 # APPSKEY: 00000000000000000000000000000000 > loramac get nwkskey 2021-07-07 17:51:50,796 # loramac get nwkskey 2021-07-07 17:51:50,800 # NWKSKEY: 00000000000000000000000000000000 loramac set deveui 001122334455667777 2021-07-07 17:51:57,097 # loramac set deveui 0011223344556677 loramac set appeui 001122334455667777 2021-07-07 17:52:01,444 # loramac set appeui 0011223344556677 loramac set appkey 0011223344556677001122334455667777 2021-07-07 17:52:04,933 # loramac set appkey 00112233445566770011223344556677 loramac saveve 2021-07-07 17:52:08,930 # loramac save rebootot 2021-07-07 17:52:13,766 # reboot 2021-07-07 17:52:13,853 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) 2021-07-07 17:52:13,856 # All up, running the shell now loramac get deveuiui 2021-07-07 17:52:27,518 # loramac get deveui 2021-07-07 17:52:27,520 # DEVEUI: 0011223344556677 loramac get appeuiui 2021-07-07 17:52:31,522 # loramac get appeui 2021-07-07 17:52:31,525 # APPEUI: 0011223344556677 loramac get appkeyey 2021-07-07 17:52:36,473 # loramac get appkey 2021-07-07 17:52:36,477 # APPKEY: 00112233445566770011223344556677 loramac erasese 2021-07-07 17:52:40,474 # loramac erase loramac set devaddr 0011223333 2021-07-07 17:52:44,944 # loramac set devaddr 00112233 loramac set appskey 0011223344556677001122334455667777 2021-07-07 17:52:55,091 # loramac set appskey 00112233445566770011223344556677 loramac set nwkskey 0011223344556677001122334455667777 2021-07-07 17:52:59,942 # loramac set nwkskey 00112233445566770011223344556677 loramac saveve 2021-07-07 17:53:04,187 # loramac save > reboot 2021-07-07 17:53:12,834 # reboot 2021-07-07 17:53:12,922 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) 2021-07-07 17:53:12,924 # All up, running the shell now loramac get devaddrdr 2021-07-07 17:53:18,351 # loramac get devaddr 2021-07-07 17:53:18,353 # DEVADDR: 00112233 loramac get appskeyey 2021-07-07 17:53:22,470 # loramac get appskey 2021-07-07 17:53:22,474 # APPSKEY: 00112233445566770011223344556677 loramac get nwkskeyey 2021-07-07 17:53:29,927 # loramac get nwkskey 2021-07-07 17:53:29,931 # NWKSKEY: 00112233445566770011223344556677 ```
jia200x commented 3 years ago

Task #05 - GNRC LoRaWAN (Over The Air Activation)

PASSED ``` ifconfig 2021-07-07 17:56:36,244 # ifconfig 2021-07-07 17:56:36,254 # Iface 3 HWaddr: 00:00:00:00 Frequency: 868299987Hz RSSI: 99 BW: 125kHz SF: 7 CR: 4/5 Link: down 2021-07-07 17:56:36,261 # TX-Power: 14dBm State: SLEEP Demod margin.: 0 Num gateways.: 0 2021-07-07 17:56:36,263 # OTAA 2021-07-07 17:56:36,266 # L2-PDU:767 2021-07-07 17:56:36,266 # ifconfig 3 set deveui 488038d49a5a156b 2021-07-07 17:56:58,997 # ifconfig 3 set deveui 488038d49a5a156b 2021-07-07 17:56:59,002 # success: set long address on interface 3 to 488038d49a5a156b ifconfig 3 set appkey 8849748cafbc089b815f70b20b08af02 2021-07-07 17:57:14,730 # ifconfig 3 set appkey 8849748cafbc089b815f70b20b08af02 2021-07-07 17:57:14,737 # success: set AppKey on interface 3 to 8849748cafbc089b815f70b20b08af02 > ifconfig otaa 2021-07-07 17:57:21,355 # ifconfig otaa 2021-07-07 17:57:21,358 # error: invalid interface given > ifconfig 3 otaa 2021-07-07 17:57:23,672 # ifconfig 3 otaa 2021-07-07 17:57:23,674 # success: set option > ifconfig 3 up 2021-07-07 17:57:40,517 # ifconfig 3 up > ifconfig 2021-07-07 17:57:55,711 # ifconfig 2021-07-07 17:57:55,721 # Iface 3 HWaddr: 00:AF:35:84 Frequency: 868099975Hz RSSI: 99 BW: 125kHz SF: 12 CR: 4/5 Link: up 2021-07-07 17:57:55,729 # TX-Power: 14dBm State: SLEEP Demod margin.: 0 Num gateways.: 0 2021-07-07 17:57:55,731 # IQ_INVERT 2021-07-07 17:57:55,734 # RX_SINGLE OTAA L2-PDU:767 2021-07-07 17:57:55,735 # > txtsnd 3 01 test 2021-07-07 17:58:09,003 # txtsnd 3 01 test > txtsnd 3 01 test2 2021-07-07 17:58:43,629 # txtsnd 3 01 test2 > 2021-07-07 17:58:47,302 # PKTDUMP: data received: 2021-07-07 17:58:47,307 # ~~ SNIP 0 - size: 4 byte, type: NETTYPE_UNDEF (0) 2021-07-07 17:58:47,309 # 00000000 54 45 53 54 2021-07-07 17:58:47,313 # ~~ SNIP 1 - size: 9 byte, type: NETTYPE_NETIF (-1) 2021-07-07 17:58:47,316 # if_pid: 3 rssi: -32768 lqi: 0 2021-07-07 17:58:47,317 # flags: 0x0 2021-07-07 17:58:47,319 # src_l2addr: (nil) 2021-07-07 17:58:47,320 # dst_l2addr: 02 2021-07-07 17:58:47,324 # ~~ PKT - 2 snips, total size: 13 byte ifconfig 3 -ack_req 2021-07-07 17:59:24,974 # ifconfig 3 -ack_req 2021-07-07 17:59:24,976 # success: unset option txtsnd 3 01 test2eq 2021-07-07 17:59:35,631 # txtsnd 3 01 test2 > txtsnd 3 01 test2 2021-07-07 17:59:51,269 # txtsnd 3 01 test2 > txtsnd 3 01 test2 2021-07-07 18:00:03,068 # txtsnd 3 01 test2 > txtsnd 3 01 test2 2021-07-07 18:00:17,337 # txtsnd 3 01 test2 > 2021-07-07 18:00:21,010 # PKTDUMP: data received: 2021-07-07 18:00:21,015 # ~~ SNIP 0 - size: 4 byte, type: NETTYPE_UNDEF (0) 2021-07-07 18:00:21,016 # 00000000 54 45 53 54 2021-07-07 18:00:21,021 # ~~ SNIP 1 - size: 9 byte, type: NETTYPE_NETIF (-1) 2021-07-07 18:00:21,024 # if_pid: 3 rssi: -32768 lqi: 0 2021-07-07 18:00:21,025 # flags: 0x0 2021-07-07 18:00:21,028 # src_l2addr: (nil) 2021-07-07 18:00:21,029 # dst_l2addr: 02 2021-07-07 18:00:21,032 # ~~ PKT - 2 snips, total size: 13 byte ifconfig 3 ack_req 2021-07-07 18:00:32,135 # ifconfig 3 ack_req 2021-07-07 18:00:32,137 # success: set option txtsnd 3 01 test2eq 2021-07-07 18:00:44,851 # txtsnd 3 01 test2 > 2021-07-07 18:00:48,524 # PKTDUMP: data received: 2021-07-07 18:00:48,528 # ~~ SNIP 0 - size: 4 byte, type: NETTYPE_UNDEF (0) 2021-07-07 18:00:48,531 # 00000000 54 45 53 54 2021-07-07 18:00:48,535 # ~~ SNIP 1 - size: 9 byte, type: NETTYPE_NETIF (-1) 2021-07-07 18:00:48,538 # if_pid: 3 rssi: -32768 lqi: 0 2021-07-07 18:00:48,539 # flags: 0x0 2021-07-07 18:00:48,541 # src_l2addr: (nil) 2021-07-07 18:00:48,542 # dst_l2addr: 02 2021-07-07 18:00:48,546 # ~~ PKT - 2 snips, total size: 13 byte ```
jia200x commented 3 years ago

Task #06 - GNRC LoRaWAN (ABP)

PASSED ``` 2021-07-07 18:03:20,031 # NETOPT_RX_END_IRQ not implemented by driver 2021-07-07 18:03:20,036 # main(): This is RIOT! (Version: 2021.10-devel-HEAD) 2021-07-07 18:03:20,041 # Initialization successful - starting the shell now ifconfig 3 set addr 008f963a 2021-07-07 18:03:21,194 # ifconfig 3 set addr 008f963a 2021-07-07 18:03:21,199 # success: set (short) address on interface 3 to 008f963a ifconfig 3 set nwkskey 3cd35f918e7f1232ee0941778ee0238a 2021-07-07 18:03:30,850 # ifconfig 3 set nwkskey 3cd35f918e7f1232ee0941778ee0238a 2021-07-07 18:03:30,857 # success: set NwkSKey on interface 3 to 3cd35f918e7f1232ee0941778ee0238a ifconfig 3 set appskey 5c140708b42dd430df7adfed1b401cefef 2021-07-07 18:03:36,756 # ifconfig 3 set appskey 5c140708b42dd430df7adfed1b401cef 2021-07-07 18:03:36,763 # success: set AppSKey on interface 3 to 5c140708b42dd430df7adfed1b401cef > ifconfig 3 up 2021-07-07 18:03:40,683 # ifconfig 3 up > ifconfig 2021-07-07 18:03:42,847 # ifconfig 2021-07-07 18:03:42,857 # Iface 3 HWaddr: 00:8F:96:3A Frequency: 868099975Hz RSSI: 99 BW: 125kHz SF: 12 CR: 4/5 Link: down 2021-07-07 18:03:42,864 # TX-Power: 14dBm State: TX Demod margin.: 0 Num gateways.: 0 2021-07-07 18:03:42,866 # OTAA 2021-07-07 18:03:42,869 # L2-PDU:767 2021-07-07 18:03:42,870 # > ifconfig 3 -otaa 2021-07-07 18:03:57,457 # ifconfig 3 -otaa 2021-07-07 18:03:57,459 # success: unset option > ifconfig 3 up 2021-07-07 18:03:59,213 # ifconfig 3 up > ifconfig 2021-07-07 18:04:00,448 # ifconfig 2021-07-07 18:04:00,458 # Iface 3 HWaddr: 00:8F:96:3A Frequency: 869524963Hz RSSI: 99 BW: 125kHz SF: 12 CR: 4/5 Link: up 2021-07-07 18:04:00,465 # TX-Power: 14dBm State: SLEEP Demod margin.: 0 Num gateways.: 0 2021-07-07 18:04:00,468 # IQ_INVERT 2021-07-07 18:04:00,471 # RX_SINGLE L2-PDU:767 2021-07-07 18:04:00,472 # > txtsnd 3 01 test 2021-07-07 18:04:18,933 # txtsnd 3 01 test ifconfig 3 -ack_req 2021-07-07 18:04:53,990 # ifconfig 3 -ack_req 2021-07-07 18:04:53,993 # success: unset option txtsnd 3 01 testeq 2021-07-07 18:04:55,505 # txtsnd 3 01 test > txtsnd 3 01 test 2021-07-07 18:05:21,083 # txtsnd 3 01 test > txtsnd 3 01 test 2021-07-07 18:05:47,264 # txtsnd 3 01 test > 2021-07-07 18:05:50,937 # PKTDUMP: data received: 2021-07-07 18:05:50,942 # ~~ SNIP 0 - size: 4 byte, type: NETTYPE_UNDEF (0) 2021-07-07 18:05:50,944 # 00000000 04 F0 B7 7F 2021-07-07 18:05:50,948 # ~~ SNIP 1 - size: 9 byte, type: NETTYPE_NETIF (-1) 2021-07-07 18:05:50,952 # if_pid: 3 rssi: -32768 lqi: 0 2021-07-07 18:05:50,953 # flags: 0x0 2021-07-07 18:05:50,954 # src_l2addr: (nil) 2021-07-07 18:05:50,956 # dst_l2addr: 02 2021-07-07 18:05:50,959 # ~~ PKT - 2 snips, total size: 13 byte ifconfig 3 ack_req 2021-07-07 18:06:00,146 # ifconfig 3 ack_req 2021-07-07 18:06:00,148 # success: set option txtsnd 3 01 test_conf 2021-07-07 18:06:15,377 # txtsnd 3 01 test_conf > 2021-07-07 18:06:19,214 # PKTDUMP: data received: 2021-07-07 18:06:19,219 # ~~ SNIP 0 - size: 4 byte, type: NETTYPE_UNDEF (0) 2021-07-07 18:06:19,221 # 00000000 25 26 F6 20 2021-07-07 18:06:19,226 # ~~ SNIP 1 - size: 9 byte, type: NETTYPE_NETIF (-1) 2021-07-07 18:06:19,229 # if_pid: 3 rssi: -32768 lqi: 0 2021-07-07 18:06:19,229 # flags: 0x0 2021-07-07 18:06:19,232 # src_l2addr: (nil) 2021-07-07 18:06:19,233 # dst_l2addr: 02 2021-07-07 18:06:19,236 # ~~ PKT - 2 snips, total size: 13 byte ```
jia200x commented 3 years ago

All LoRaWAN test passed! We will still need to run Task 05-06 in RC2 because of https://github.com/RIOT-OS/RIOT/pull/16622

miri64 commented 3 years ago

Test Report

Task Outcome
01. Task 02 - Unittests on native FAILED
01. Task 03 - Unittests on native separated [tests-analog_util] PASSED
01. Task 03 - Unittests on native separated [tests-base64] PASSED
01. Task 03 - Unittests on native separated [tests-bcd] PASSED
01. Task 03 - Unittests on native separated [tests-bitfield] PASSED
01. Task 03 - Unittests on native separated [tests-bloom] PASSED
01. Task 03 - Unittests on native separated [tests-bluetil] PASSED
01. Task 03 - Unittests on native separated [tests-checksum] PASSED
01. Task 03 - Unittests on native separated [tests-clif] PASSED
01. Task 03 - Unittests on native separated [tests-color] PASSED
01. Task 03 - Unittests on native separated [tests-core] PASSED
01. Task 03 - Unittests on native separated [tests-credman] PASSED
01. Task 03 - Unittests on native separated [tests-div] PASSED
01. Task 03 - Unittests on native separated [tests-ecc] PASSED
01. Task 03 - Unittests on native separated [tests-fib] PASSED
01. Task 03 - Unittests on native separated [tests-fib_sr] PASSED
01. Task 03 - Unittests on native separated [tests-fmt] PASSED
01. Task 03 - Unittests on native separated [tests-frac] PASSED
01. Task 03 - Unittests on native separated [tests-gcoap] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_ipv6] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_ipv6_hdr] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_ipv6_nib] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_mac_internal] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_netif_pktq] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_sixlowpan_frag_vrb] PASSED
01. Task 03 - Unittests on native separated [tests-gnrc_udp] PASSED
01. Task 03 - Unittests on native separated [tests-hashes] PASSED
01. Task 03 - Unittests on native separated [tests-ieee802154] PASSED
01. Task 03 - Unittests on native separated [tests-inet_csum] PASSED
01. Task 03 - Unittests on native separated [tests-ipv4_addr] FAILED
01. Task 03 - Unittests on native separated [tests-ipv6_addr] FAILED
01. Task 03 - Unittests on native separated [tests-ipv6_hdr] PASSED
01. Task 03 - Unittests on native separated [tests-luid] PASSED
01. Task 03 - Unittests on native separated [tests-matstat] PASSED
01. Task 03 - Unittests on native separated [tests-mtd] PASSED
01. Task 03 - Unittests on native separated [tests-nanocoap] PASSED
01. Task 03 - Unittests on native separated [tests-netopt] PASSED
01. Task 03 - Unittests on native separated [tests-netreg] PASSED
01. Task 03 - Unittests on native separated [tests-phydat] PASSED
01. Task 03 - Unittests on native separated [tests-pkt] PASSED
01. Task 03 - Unittests on native separated [tests-pktbuf] PASSED
01. Task 03 - Unittests on native separated [tests-pktqueue] PASSED
01. Task 03 - Unittests on native separated [tests-printf_float] PASSED
01. Task 03 - Unittests on native separated [tests-priority_pktqueue] PASSED
01. Task 03 - Unittests on native separated [tests-rtc] PASSED
01. Task 03 - Unittests on native separated [tests-rtt_rtc] PASSED
01. Task 03 - Unittests on native separated [tests-saul_reg] PASSED
01. Task 03 - Unittests on native separated [tests-scanf_float] PASSED
01. Task 03 - Unittests on native separated [tests-seq] PASSED
01. Task 03 - Unittests on native separated [tests-sht1x] PASSED
01. Task 03 - Unittests on native separated [tests-sixlowpan] PASSED
01. Task 03 - Unittests on native separated [tests-sixlowpan_ctx] PASSED
01. Task 03 - Unittests on native separated [tests-sixlowpan_sfr] PASSED
01. Task 03 - Unittests on native separated [tests-sock_util] PASSED
01. Task 03 - Unittests on native separated [tests-timex] PASSED
01. Task 03 - Unittests on native separated [tests-tsrb] PASSED
01. Task 03 - Unittests on native separated [tests-turo] PASSED
01. Task 03 - Unittests on native separated [tests-uri_parser] PASSED
01. Task 03 - Unittests on native separated [tests-uuid] PASSED
01. Task 03 - Unittests on native separated [tests-vfs] PASSED
01. Task 03 - Unittests on native separated [tests-zptr] PASSED
01. Task 03 - Unittests on native separated [tests-ztimer] PASSED
01. Task 04 - Unittests on iotlab-m3 FAILED
🟡 03. Task 01 - ICMPv6 multicast echo on native SKIPPED
🟡 03. Task 02 - ICMPv6 link-local echo on native SKIPPED
🟡 03. Task 03 - ICMPv6 link-local echo on native (1 hour) SKIPPED
🟡 03. Task 04 - ICMPv6 stress test on native (1 hour) SKIPPED
🟡 03. Task 05 - ICMPv6 stress test on native (neighbor cache stress) SKIPPED
🟡 03. Task 06 - ICMPv6 link-local echo on native (IPv6 fragmentation) SKIPPED
04. Task 01 - ICMPv6 link-local echo with iotlab-m3 PASSED
04. Task 02 - ICMPv6 multicast echo with iotlab-m3/samr21-xpro PASSED
04. Task 04 - ICMPv6 echo with iotlab-m3/samr21-xpro 15 minutes PASSED
04. Task 05 (Experimental) - ICMPv6 multicast echo with samr21-xpro/cc2538 [lille] FAILED
🔁 04. Task 06 (Experimental)- ICMPv6 link-local echo with samr21-xpro/cc2538 [lille] RERUN
MrKevinWeiss commented 3 years ago

Closing in favor of #230