RIOT-OS / Release-Specs

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

Release 2020.07 - RC2 #172

Closed miri64 closed 4 years ago

miri64 commented 4 years ago

This issue lists the status of all tests for the Release Candidate 2 of the 2020.07 release.

Specs tested:

miri64 commented 4 years ago

10. Task 08 - Time exceeded - hop limit exceeded in transit

PASSED ###### Captured stdout call ``` /home/mlenders/Repositories/RIOT-OS/RIOT-release/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. main(): This is RIOT! (Version: 2020.10-devel-18-gab072-2020.07-branch) RIOT network stack example application All up, running the shell now > > ifconfig ifconfig Iface 6 HWaddr: E2:BC:7D:CB:F5:50 L2-PDU:1500 MTU:1500 HL:64 RTR RTR_ADV Source address length: 6 Link type: wired inet6 addr: fe80::e0bc:7dff:fecb:f550 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ffcb:f550 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::dc1a:a8ff:fe09:45b3 nib route add 6 beef::/64 fe80::dc1a:a8ff:fe09:45b3 > 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 log call ``` WARNING  scapy.runtime:error.py:97 No route found for IPv6 destination affe::1 (no default route?) ```
miri64 commented 4 years ago

10. Task 10 - IPv6-in-IPv6 encapsulation

PASSED ###### Captured stdout call ``` /home/mlenders/Repositories/RIOT-OS/RIOT-release/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. main(): This is RIOT! (Version: 2020.10-devel-18-gab072-2020.07-branch) RIOT network stack example application All up, running the shell now > > ifconfig ifconfig Iface 6 HWaddr: E2:BC:7D:CB:F5:50 L2-PDU:1500 MTU:1500 HL:64 RTR RTR_ADV Source address length: 6 Link type: wired inet6 addr: fe80::e0bc:7dff:fecb:f550 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ffcb:f550 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. ```
miri64 commented 4 years ago

03. Task 06 - ICMPv6 link-local echo on native (IPv6 fragmentation)

PASSED ###### Captured stdout call ``` /home/mlenders/Repositories/RIOT-OS/RIOT-release/tests/gnrc_udp/bin/native/tests_gnrc_udp.elf tap1 RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: 2020.10-devel-18-gab072-2020.07-branch) > > ifconfig ifconfig Iface 5 HWaddr: DA:27:1D:A8:64:24 L2-PDU:1500 MTU:1500 HL:64 RTR RTR_ADV Source address length: 6 Link type: wired inet6 addr: fe80::d827:1dff:fea8:6424 scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ffa8:6424 Statistics for Layer 2 RX packets 2 bytes 180 TX packets 1 (Multicast: 1) bytes 78 TX succeeded 1 errors 0 Statistics for IPv6 RX packets 2 bytes 152 TX packets 1 (Multicast: 1) bytes 64 TX succeeded 1 errors 0 > /home/mlenders/Repositories/RIOT-OS/RIOT-release/tests/gnrc_udp/bin/native/tests_gnrc_udp.elf tap0 RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: 2020.10-devel-18-gab072-2020.07-branch) > > ping6 fe80::d827:1dff:fea8:6424 -c 1000 -i 100 -s 2000 -W 1000 ping6 fe80::d827:1dff:fea8:6424 -c 1000 -i 100 -s 2000 -W 1000 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=0 ttl=64 time=3.181 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=1 ttl=64 time=2.058 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=2 ttl=64 time=2.078 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=3 ttl=64 time=2.042 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=4 ttl=64 time=1.975 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=5 ttl=64 time=2.022 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=6 ttl=64 time=2.065 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=7 ttl=64 time=1.830 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=8 ttl=64 time=2.060 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=9 ttl=64 time=2.005 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=10 ttl=64 time=2.121 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=11 ttl=64 time=2.010 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=12 ttl=64 time=1.791 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=13 ttl=64 time=1.785 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=14 ttl=64 time=1.779 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=15 ttl=64 time=1.823 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=16 ttl=64 time=2.049 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=17 ttl=64 time=1.844 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=18 ttl=64 time=1.809 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=19 ttl=64 time=1.824 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=20 ttl=64 time=1.792 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=21 ttl=64 time=1.954 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=22 ttl=64 time=1.779 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=23 ttl=64 time=1.785 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=24 ttl=64 time=1.842 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=25 ttl=64 time=1.833 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=26 ttl=64 time=1.806 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=27 ttl=64 time=1.815 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=28 ttl=64 time=1.841 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=29 ttl=64 time=1.826 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=30 ttl=64 time=1.976 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=31 ttl=64 time=1.805 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=32 ttl=64 time=1.823 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=33 ttl=64 time=1.858 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=34 ttl=64 time=1.961 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=35 ttl=64 time=2.030 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=36 ttl=64 time=2.076 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=37 ttl=64 time=1.757 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=38 ttl=64 time=0.570 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=39 ttl=64 time=0.555 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=40 ttl=64 time=0.755 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=41 ttl=64 time=1.852 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=42 ttl=64 time=1.830 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=43 ttl=64 time=1.834 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=44 ttl=64 time=1.886 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=45 ttl=64 time=1.972 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=46 ttl=64 time=2.114 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=47 ttl=64 time=1.935 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=48 ttl=64 time=2.072 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=49 ttl=64 time=2.123 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=50 ttl=64 time=1.863 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=51 ttl=64 time=2.114 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=52 ttl=64 time=1.833 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=53 ttl=64 time=1.843 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=54 ttl=64 time=1.919 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=55 ttl=64 time=2.122 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=56 ttl=64 time=2.088 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=57 ttl=64 time=1.816 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=58 ttl=64 time=1.805 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=59 ttl=64 time=0.559 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=60 ttl=64 time=0.582 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=61 ttl=64 time=1.852 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=62 ttl=64 time=1.862 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=63 ttl=64 time=1.800 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=64 ttl=64 time=1.933 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=65 ttl=64 time=2.045 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=66 ttl=64 time=2.096 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=67 ttl=64 time=1.892 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=68 ttl=64 time=1.995 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=69 ttl=64 time=2.102 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=70 ttl=64 time=2.118 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=71 ttl=64 time=0.826 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=72 ttl=64 time=1.831 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=73 ttl=64 time=2.066 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=74 ttl=64 time=2.031 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=75 ttl=64 time=2.048 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=76 ttl=64 time=2.092 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=77 ttl=64 time=1.878 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=78 ttl=64 time=2.014 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=79 ttl=64 time=2.051 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=80 ttl=64 time=2.049 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=81 ttl=64 time=2.058 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=82 ttl=64 time=2.064 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=83 ttl=64 time=2.042 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=84 ttl=64 time=2.050 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=85 ttl=64 time=1.981 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=86 ttl=64 time=2.133 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=87 ttl=64 time=2.089 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=88 ttl=64 time=2.117 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=89 ttl=64 time=2.090 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=90 ttl=64 time=1.894 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=91 ttl=64 time=2.044 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=92 ttl=64 time=2.137 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=93 ttl=64 time=2.079 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=94 ttl=64 time=2.054 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=95 ttl=64 time=2.045 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=96 ttl=64 time=1.994 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=97 ttl=64 time=1.982 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=98 ttl=64 time=1.961 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=99 ttl=64 time=2.000 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=100 ttl=64 time=2.091 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=101 ttl=64 time=2.088 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=102 ttl=64 time=2.031 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=103 ttl=64 time=2.054 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=104 ttl=64 time=2.044 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=105 ttl=64 time=2.070 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=106 ttl=64 time=2.066 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=107 ttl=64 time=1.842 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=108 ttl=64 time=1.855 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=109 ttl=64 time=1.806 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=110 ttl=64 time=1.112 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=111 ttl=64 time=1.852 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=112 ttl=64 time=1.873 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=113 ttl=64 time=2.067 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=114 ttl=64 time=1.812 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=115 ttl=64 time=2.089 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=116 ttl=64 time=1.993 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=117 ttl=64 time=1.931 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=118 ttl=64 time=1.838 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=119 ttl=64 time=1.960 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=120 ttl=64 time=2.077 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=121 ttl=64 time=2.055 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=122 ttl=64 time=2.058 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=123 ttl=64 time=2.071 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=124 ttl=64 time=2.089 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=125 ttl=64 time=2.086 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=126 ttl=64 time=2.149 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=127 ttl=64 time=2.029 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=128 ttl=64 time=1.773 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=129 ttl=64 time=1.873 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=130 ttl=64 time=2.099 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=131 ttl=64 time=2.033 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=132 ttl=64 time=1.807 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=133 ttl=64 time=1.832 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=134 ttl=64 time=1.819 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=135 ttl=64 time=1.852 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=136 ttl=64 time=1.863 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=137 ttl=64 time=2.130 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=138 ttl=64 time=2.009 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=139 ttl=64 time=2.180 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=140 ttl=64 time=2.247 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=141 ttl=64 time=2.132 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=142 ttl=64 time=1.895 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=143 ttl=64 time=2.158 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=144 ttl=64 time=1.872 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=145 ttl=64 time=2.073 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=146 ttl=64 time=2.336 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=147 ttl=64 time=0.829 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=148 ttl=64 time=2.002 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=149 ttl=64 time=2.047 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=150 ttl=64 time=2.040 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=151 ttl=64 time=2.267 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=152 ttl=64 time=1.935 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=153 ttl=64 time=2.047 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=154 ttl=64 time=2.012 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=155 ttl=64 time=2.063 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=156 ttl=64 time=2.090 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=157 ttl=64 time=1.943 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=158 ttl=64 time=2.092 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=159 ttl=64 time=2.032 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=160 ttl=64 time=2.019 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=161 ttl=64 time=1.783 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=162 ttl=64 time=2.030 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=163 ttl=64 time=2.086 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=164 ttl=64 time=2.003 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=165 ttl=64 time=1.980 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=166 ttl=64 time=1.871 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=167 ttl=64 time=1.778 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=168 ttl=64 time=2.007 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=169 ttl=64 time=1.972 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=170 ttl=64 time=2.049 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=171 ttl=64 time=1.808 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=172 ttl=64 time=1.778 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=173 ttl=64 time=1.793 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=174 ttl=64 time=1.769 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=175 ttl=64 time=2.267 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=176 ttl=64 time=1.860 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=177 ttl=64 time=0.746 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=178 ttl=64 time=1.886 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=179 ttl=64 time=2.181 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=180 ttl=64 time=2.121 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=181 ttl=64 time=1.926 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=182 ttl=64 time=2.072 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=183 ttl=64 time=2.154 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=184 ttl=64 time=2.099 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=185 ttl=64 time=2.138 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=186 ttl=64 time=2.098 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=187 ttl=64 time=2.161 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=188 ttl=64 time=2.154 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=189 ttl=64 time=2.146 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=190 ttl=64 time=2.021 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=191 ttl=64 time=2.032 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=192 ttl=64 time=1.924 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=193 ttl=64 time=1.877 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=194 ttl=64 time=2.094 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=195 ttl=64 time=2.157 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=196 ttl=64 time=1.907 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=197 ttl=64 time=1.887 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=198 ttl=64 time=1.905 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=199 ttl=64 time=2.199 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=200 ttl=64 time=2.101 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=201 ttl=64 time=2.066 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=202 ttl=64 time=2.098 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=203 ttl=64 time=2.104 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=204 ttl=64 time=2.055 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=205 ttl=64 time=2.101 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=206 ttl=64 time=1.887 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=207 ttl=64 time=1.894 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=208 ttl=64 time=1.858 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=209 ttl=64 time=2.186 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=210 ttl=64 time=1.835 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=211 ttl=64 time=1.861 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=212 ttl=64 time=2.152 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=213 ttl=64 time=2.135 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=214 ttl=64 time=2.011 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=215 ttl=64 time=2.106 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=216 ttl=64 time=2.171 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=217 ttl=64 time=2.105 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=218 ttl=64 time=2.121 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=219 ttl=64 time=2.169 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=220 ttl=64 time=2.090 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=221 ttl=64 time=2.050 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=222 ttl=64 time=2.064 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=223 ttl=64 time=2.081 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=224 ttl=64 time=2.141 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=225 ttl=64 time=2.187 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=226 ttl=64 time=1.857 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=227 ttl=64 time=1.875 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=228 ttl=64 time=2.171 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=229 ttl=64 time=2.157 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=230 ttl=64 time=0.822 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=231 ttl=64 time=2.013 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=232 ttl=64 time=2.128 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=233 ttl=64 time=2.153 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=234 ttl=64 time=2.255 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=235 ttl=64 time=2.187 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=236 ttl=64 time=2.030 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=237 ttl=64 time=1.875 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=238 ttl=64 time=2.127 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=239 ttl=64 time=1.981 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=240 ttl=64 time=1.827 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=241 ttl=64 time=1.871 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=242 ttl=64 time=2.134 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=243 ttl=64 time=2.102 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=244 ttl=64 time=2.046 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=245 ttl=64 time=2.224 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=246 ttl=64 time=1.985 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=247 ttl=64 time=2.169 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=248 ttl=64 time=1.864 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=249 ttl=64 time=2.019 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=250 ttl=64 time=2.253 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=251 ttl=64 time=1.759 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=252 ttl=64 time=2.084 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=253 ttl=64 time=2.105 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=254 ttl=64 time=0.657 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=255 ttl=64 time=1.888 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=256 ttl=64 time=1.896 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=257 ttl=64 time=1.831 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=258 ttl=64 time=1.792 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=259 ttl=64 time=2.125 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=260 ttl=64 time=2.052 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=261 ttl=64 time=1.826 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=262 ttl=64 time=1.819 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=263 ttl=64 time=1.893 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=264 ttl=64 time=2.049 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=265 ttl=64 time=2.034 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=266 ttl=64 time=2.025 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=267 ttl=64 time=2.097 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=268 ttl=64 time=2.089 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=269 ttl=64 time=2.216 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=270 ttl=64 time=0.709 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=271 ttl=64 time=1.789 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=272 ttl=64 time=1.803 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=273 ttl=64 time=1.834 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=274 ttl=64 time=1.824 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=275 ttl=64 time=1.822 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=276 ttl=64 time=1.834 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=277 ttl=64 time=1.902 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=278 ttl=64 time=1.870 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=279 ttl=64 time=0.580 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=280 ttl=64 time=0.921 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=281 ttl=64 time=1.891 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=282 ttl=64 time=1.900 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=283 ttl=64 time=2.067 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=284 ttl=64 time=2.071 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=285 ttl=64 time=2.068 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=286 ttl=64 time=2.037 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=287 ttl=64 time=0.846 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=288 ttl=64 time=0.708 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=289 ttl=64 time=1.850 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=290 ttl=64 time=1.828 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=291 ttl=64 time=1.865 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=292 ttl=64 time=1.840 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=293 ttl=64 time=1.814 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=294 ttl=64 time=1.842 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=295 ttl=64 time=2.111 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=296 ttl=64 time=2.159 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=297 ttl=64 time=1.962 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=298 ttl=64 time=2.107 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=299 ttl=64 time=2.184 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=300 ttl=64 time=2.144 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=301 ttl=64 time=1.795 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=302 ttl=64 time=1.885 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=303 ttl=64 time=1.848 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=304 ttl=64 time=1.878 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=305 ttl=64 time=0.686 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=306 ttl=64 time=1.953 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=307 ttl=64 time=0.613 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=308 ttl=64 time=0.547 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=309 ttl=64 time=0.640 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=310 ttl=64 time=1.951 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=311 ttl=64 time=0.736 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=312 ttl=64 time=1.915 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=313 ttl=64 time=1.952 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=314 ttl=64 time=1.922 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=315 ttl=64 time=1.935 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=316 ttl=64 time=1.921 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=317 ttl=64 time=1.889 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=318 ttl=64 time=1.914 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=319 ttl=64 time=1.962 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=320 ttl=64 time=2.266 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=321 ttl=64 time=1.965 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=322 ttl=64 time=1.934 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=323 ttl=64 time=1.969 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=324 ttl=64 time=1.934 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=325 ttl=64 time=1.991 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=326 ttl=64 time=1.917 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=327 ttl=64 time=1.919 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=328 ttl=64 time=1.872 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=329 ttl=64 time=1.926 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=330 ttl=64 time=1.954 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=331 ttl=64 time=1.888 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=332 ttl=64 time=1.841 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=333 ttl=64 time=1.793 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=334 ttl=64 time=2.060 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=335 ttl=64 time=2.066 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=336 ttl=64 time=2.114 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=337 ttl=64 time=2.058 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=338 ttl=64 time=2.100 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=339 ttl=64 time=2.113 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=340 ttl=64 time=2.356 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=341 ttl=64 time=1.866 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=342 ttl=64 time=2.097 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=343 ttl=64 time=2.109 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=344 ttl=64 time=2.128 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=345 ttl=64 time=2.135 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=346 ttl=64 time=1.898 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=347 ttl=64 time=1.853 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=348 ttl=64 time=2.143 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=349 ttl=64 time=2.156 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=350 ttl=64 time=2.196 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=351 ttl=64 time=1.944 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=352 ttl=64 time=0.777 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=353 ttl=64 time=1.858 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=354 ttl=64 time=1.882 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=355 ttl=64 time=1.992 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=356 ttl=64 time=0.610 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=357 ttl=64 time=0.649 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=358 ttl=64 time=1.835 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=359 ttl=64 time=2.037 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=360 ttl=64 time=2.248 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=361 ttl=64 time=1.791 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=362 ttl=64 time=1.852 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=363 ttl=64 time=1.847 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=364 ttl=64 time=1.808 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=365 ttl=64 time=1.869 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=366 ttl=64 time=1.832 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=367 ttl=64 time=1.837 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=368 ttl=64 time=1.863 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=369 ttl=64 time=2.242 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=370 ttl=64 time=1.925 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=371 ttl=64 time=1.822 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=372 ttl=64 time=1.803 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=373 ttl=64 time=2.075 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=374 ttl=64 time=2.076 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=375 ttl=64 time=2.082 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=376 ttl=64 time=2.146 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=377 ttl=64 time=2.121 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=378 ttl=64 time=2.123 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=379 ttl=64 time=2.129 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=380 ttl=64 time=2.308 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=381 ttl=64 time=1.890 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=382 ttl=64 time=1.933 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=383 ttl=64 time=1.924 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=384 ttl=64 time=1.926 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=385 ttl=64 time=2.186 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=386 ttl=64 time=1.831 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=387 ttl=64 time=2.106 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=388 ttl=64 time=1.940 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=389 ttl=64 time=1.872 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=390 ttl=64 time=1.995 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=391 ttl=64 time=1.814 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=392 ttl=64 time=2.032 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=393 ttl=64 time=2.032 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=394 ttl=64 time=1.828 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=395 ttl=64 time=2.059 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=396 ttl=64 time=2.003 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=397 ttl=64 time=2.010 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=398 ttl=64 time=2.015 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=399 ttl=64 time=1.852 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=400 ttl=64 time=1.884 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=401 ttl=64 time=1.963 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=402 ttl=64 time=2.035 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=403 ttl=64 time=1.999 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=404 ttl=64 time=1.983 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=405 ttl=64 time=1.994 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=406 ttl=64 time=1.749 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=407 ttl=64 time=1.825 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=408 ttl=64 time=2.022 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=409 ttl=64 time=2.069 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=410 ttl=64 time=2.019 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=411 ttl=64 time=1.971 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=412 ttl=64 time=2.045 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=413 ttl=64 time=1.998 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=414 ttl=64 time=2.023 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=415 ttl=64 time=2.060 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=416 ttl=64 time=1.980 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=417 ttl=64 time=1.980 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=418 ttl=64 time=2.022 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=419 ttl=64 time=2.019 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=420 ttl=64 time=1.800 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=421 ttl=64 time=1.779 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=422 ttl=64 time=2.000 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=423 ttl=64 time=2.164 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=424 ttl=64 time=1.865 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=425 ttl=64 time=1.830 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=426 ttl=64 time=1.832 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=427 ttl=64 time=1.848 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=428 ttl=64 time=1.879 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=429 ttl=64 time=0.816 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=430 ttl=64 time=1.756 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=431 ttl=64 time=1.739 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=432 ttl=64 time=1.735 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=433 ttl=64 time=1.745 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=434 ttl=64 time=1.999 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=435 ttl=64 time=2.033 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=436 ttl=64 time=2.004 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=437 ttl=64 time=1.972 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=438 ttl=64 time=1.754 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=439 ttl=64 time=1.971 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=440 ttl=64 time=1.967 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=441 ttl=64 time=2.008 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=442 ttl=64 time=2.083 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=443 ttl=64 time=1.960 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=444 ttl=64 time=1.904 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=445 ttl=64 time=1.886 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=446 ttl=64 time=1.935 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=447 ttl=64 time=1.916 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=448 ttl=64 time=1.907 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=449 ttl=64 time=1.928 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=450 ttl=64 time=1.882 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=451 ttl=64 time=1.909 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=452 ttl=64 time=1.894 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=453 ttl=64 time=1.871 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=454 ttl=64 time=1.919 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=455 ttl=64 time=1.986 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=456 ttl=64 time=1.847 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=457 ttl=64 time=1.844 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=458 ttl=64 time=1.834 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=459 ttl=64 time=2.124 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=460 ttl=64 time=2.226 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=461 ttl=64 time=2.100 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=462 ttl=64 time=2.047 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=463 ttl=64 time=2.022 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=464 ttl=64 time=2.140 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=465 ttl=64 time=1.931 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=466 ttl=64 time=1.809 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=467 ttl=64 time=1.810 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=468 ttl=64 time=1.769 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=469 ttl=64 time=1.850 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=470 ttl=64 time=1.761 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=471 ttl=64 time=1.913 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=472 ttl=64 time=2.053 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=473 ttl=64 time=2.008 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=474 ttl=64 time=1.982 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=475 ttl=64 time=1.765 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=476 ttl=64 time=1.753 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=477 ttl=64 time=1.990 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=478 ttl=64 time=2.033 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=479 ttl=64 time=1.809 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=480 ttl=64 time=1.791 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=481 ttl=64 time=1.776 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=482 ttl=64 time=1.963 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=483 ttl=64 time=2.007 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=484 ttl=64 time=1.990 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=485 ttl=64 time=1.773 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=486 ttl=64 time=1.832 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=487 ttl=64 time=1.849 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=488 ttl=64 time=1.861 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=489 ttl=64 time=2.034 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=490 ttl=64 time=1.817 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=491 ttl=64 time=2.263 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=492 ttl=64 time=1.852 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=493 ttl=64 time=2.044 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=494 ttl=64 time=2.089 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=495 ttl=64 time=1.866 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=496 ttl=64 time=2.199 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=497 ttl=64 time=1.993 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=498 ttl=64 time=1.811 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=499 ttl=64 time=1.880 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=500 ttl=64 time=1.878 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=501 ttl=64 time=1.847 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=502 ttl=64 time=1.973 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=503 ttl=64 time=2.051 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=504 ttl=64 time=2.039 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=505 ttl=64 time=2.050 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=506 ttl=64 time=2.090 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=507 ttl=64 time=2.093 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=508 ttl=64 time=2.098 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=509 ttl=64 time=2.114 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=510 ttl=64 time=1.879 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=511 ttl=64 time=1.201 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=512 ttl=64 time=1.815 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=513 ttl=64 time=1.799 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=514 ttl=64 time=1.866 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=515 ttl=64 time=2.093 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=516 ttl=64 time=2.046 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=517 ttl=64 time=2.052 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=518 ttl=64 time=2.103 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=519 ttl=64 time=2.129 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=520 ttl=64 time=2.051 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=521 ttl=64 time=1.163 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=522 ttl=64 time=2.057 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=523 ttl=64 time=2.118 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=524 ttl=64 time=2.137 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=525 ttl=64 time=2.118 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=526 ttl=64 time=2.087 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=527 ttl=64 time=1.998 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=528 ttl=64 time=2.006 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=529 ttl=64 time=1.778 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=530 ttl=64 time=1.894 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=531 ttl=64 time=1.768 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=532 ttl=64 time=1.877 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=533 ttl=64 time=1.842 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=534 ttl=64 time=1.984 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=535 ttl=64 time=1.789 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=536 ttl=64 time=1.957 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=537 ttl=64 time=2.003 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=538 ttl=64 time=1.992 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=539 ttl=64 time=1.973 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=540 ttl=64 time=1.741 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=541 ttl=64 time=1.736 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=542 ttl=64 time=1.737 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=543 ttl=64 time=1.998 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=544 ttl=64 time=2.038 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=545 ttl=64 time=1.728 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=546 ttl=64 time=1.789 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=547 ttl=64 time=1.777 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=548 ttl=64 time=1.986 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=549 ttl=64 time=1.911 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=550 ttl=64 time=1.771 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=551 ttl=64 time=1.843 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=552 ttl=64 time=0.867 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=553 ttl=64 time=1.830 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=554 ttl=64 time=1.913 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=555 ttl=64 time=1.895 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=556 ttl=64 time=1.823 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=557 ttl=64 time=1.884 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=558 ttl=64 time=0.857 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=559 ttl=64 time=1.884 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=560 ttl=64 time=1.876 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=561 ttl=64 time=1.855 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=562 ttl=64 time=1.812 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=563 ttl=64 time=1.879 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=564 ttl=64 time=2.149 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=565 ttl=64 time=1.860 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=566 ttl=64 time=1.850 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=567 ttl=64 time=1.826 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=568 ttl=64 time=2.038 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=569 ttl=64 time=1.824 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=570 ttl=64 time=1.815 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=571 ttl=64 time=2.212 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=572 ttl=64 time=2.136 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=573 ttl=64 time=2.086 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=574 ttl=64 time=2.114 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=575 ttl=64 time=1.966 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=576 ttl=64 time=2.060 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=577 ttl=64 time=0.692 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=578 ttl=64 time=1.878 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=579 ttl=64 time=1.008 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=580 ttl=64 time=1.942 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=581 ttl=64 time=2.077 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=582 ttl=64 time=2.062 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=583 ttl=64 time=2.147 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=584 ttl=64 time=2.157 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=585 ttl=64 time=2.125 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=586 ttl=64 time=2.101 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=587 ttl=64 time=2.089 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=588 ttl=64 time=2.119 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=589 ttl=64 time=0.642 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=590 ttl=64 time=1.857 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=591 ttl=64 time=1.993 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=592 ttl=64 time=1.934 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=593 ttl=64 time=1.939 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=594 ttl=64 time=1.900 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=595 ttl=64 time=2.126 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=596 ttl=64 time=2.120 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=597 ttl=64 time=2.140 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=598 ttl=64 time=2.169 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=599 ttl=64 time=2.227 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=600 ttl=64 time=2.067 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=601 ttl=64 time=2.172 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=602 ttl=64 time=2.103 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=603 ttl=64 time=2.131 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=604 ttl=64 time=2.223 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=605 ttl=64 time=1.972 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=606 ttl=64 time=2.074 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=607 ttl=64 time=1.168 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=608 ttl=64 time=1.908 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=609 ttl=64 time=1.909 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=610 ttl=64 time=1.393 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=611 ttl=64 time=1.923 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=612 ttl=64 time=1.889 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=613 ttl=64 time=2.174 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=614 ttl=64 time=1.047 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=615 ttl=64 time=2.027 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=616 ttl=64 time=2.116 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=617 ttl=64 time=1.042 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=618 ttl=64 time=1.876 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=619 ttl=64 time=1.887 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=620 ttl=64 time=1.950 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=621 ttl=64 time=1.930 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=622 ttl=64 time=1.891 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=623 ttl=64 time=2.052 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=624 ttl=64 time=1.015 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=625 ttl=64 time=1.724 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=626 ttl=64 time=1.981 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=627 ttl=64 time=2.085 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=628 ttl=64 time=0.836 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=629 ttl=64 time=1.859 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=630 ttl=64 time=1.831 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=631 ttl=64 time=2.051 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=632 ttl=64 time=2.087 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=633 ttl=64 time=2.062 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=634 ttl=64 time=0.858 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=635 ttl=64 time=1.783 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=636 ttl=64 time=1.822 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=637 ttl=64 time=1.822 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=638 ttl=64 time=1.979 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=639 ttl=64 time=2.225 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=640 ttl=64 time=1.849 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=641 ttl=64 time=1.889 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=642 ttl=64 time=1.823 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=643 ttl=64 time=2.218 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=644 ttl=64 time=2.195 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=645 ttl=64 time=1.858 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=646 ttl=64 time=2.030 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=647 ttl=64 time=2.107 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=648 ttl=64 time=2.102 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=649 ttl=64 time=1.841 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=650 ttl=64 time=1.832 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=651 ttl=64 time=1.811 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=652 ttl=64 time=1.877 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=653 ttl=64 time=2.158 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=654 ttl=64 time=1.013 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=655 ttl=64 time=1.848 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=656 ttl=64 time=1.911 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=657 ttl=64 time=1.814 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=658 ttl=64 time=1.972 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=659 ttl=64 time=1.850 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=660 ttl=64 time=1.865 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=661 ttl=64 time=1.827 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=662 ttl=64 time=1.849 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=663 ttl=64 time=2.031 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=664 ttl=64 time=1.868 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=665 ttl=64 time=1.886 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=666 ttl=64 time=1.824 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=667 ttl=64 time=2.096 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=668 ttl=64 time=1.820 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=669 ttl=64 time=1.841 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=670 ttl=64 time=2.067 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=671 ttl=64 time=2.099 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=672 ttl=64 time=2.244 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=673 ttl=64 time=2.080 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=674 ttl=64 time=2.102 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=675 ttl=64 time=2.039 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=676 ttl=64 time=2.078 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=677 ttl=64 time=2.108 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=678 ttl=64 time=2.075 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=679 ttl=64 time=2.082 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=680 ttl=64 time=2.042 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=681 ttl=64 time=2.046 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=682 ttl=64 time=2.138 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=683 ttl=64 time=2.335 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=684 ttl=64 time=2.377 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=685 ttl=64 time=2.090 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=686 ttl=64 time=2.039 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=687 ttl=64 time=2.065 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=688 ttl=64 time=2.084 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=689 ttl=64 time=2.093 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=690 ttl=64 time=2.081 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=691 ttl=64 time=2.045 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=692 ttl=64 time=2.041 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=693 ttl=64 time=2.045 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=694 ttl=64 time=1.249 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=695 ttl=64 time=1.864 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=696 ttl=64 time=2.098 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=697 ttl=64 time=2.174 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=698 ttl=64 time=2.076 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=699 ttl=64 time=2.062 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=700 ttl=64 time=2.110 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=701 ttl=64 time=2.097 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=702 ttl=64 time=2.079 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=703 ttl=64 time=2.032 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=704 ttl=64 time=1.071 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=705 ttl=64 time=2.075 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=706 ttl=64 time=2.085 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=707 ttl=64 time=2.158 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=708 ttl=64 time=2.078 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=709 ttl=64 time=2.121 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=710 ttl=64 time=2.126 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=711 ttl=64 time=1.882 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=712 ttl=64 time=2.111 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=713 ttl=64 time=2.145 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=714 ttl=64 time=0.782 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=715 ttl=64 time=1.257 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=716 ttl=64 time=1.853 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=717 ttl=64 time=0.627 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=718 ttl=64 time=1.829 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=719 ttl=64 time=2.070 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=720 ttl=64 time=2.083 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=721 ttl=64 time=2.079 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=722 ttl=64 time=2.056 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=723 ttl=64 time=2.042 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=724 ttl=64 time=2.054 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=725 ttl=64 time=2.186 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=726 ttl=64 time=2.128 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=727 ttl=64 time=1.023 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=728 ttl=64 time=1.941 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=729 ttl=64 time=2.124 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=730 ttl=64 time=1.838 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=731 ttl=64 time=2.133 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=732 ttl=64 time=2.115 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=733 ttl=64 time=2.152 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=734 ttl=64 time=1.883 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=735 ttl=64 time=2.123 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=736 ttl=64 time=2.088 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=737 ttl=64 time=0.877 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=738 ttl=64 time=1.890 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=739 ttl=64 time=1.870 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=740 ttl=64 time=1.870 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=741 ttl=64 time=1.836 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=742 ttl=64 time=1.861 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=743 ttl=64 time=1.862 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=744 ttl=64 time=1.827 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=745 ttl=64 time=1.833 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=746 ttl=64 time=1.902 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=747 ttl=64 time=1.905 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=748 ttl=64 time=1.873 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=749 ttl=64 time=1.873 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=750 ttl=64 time=1.876 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=751 ttl=64 time=1.906 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=752 ttl=64 time=1.884 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=753 ttl=64 time=1.932 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=754 ttl=64 time=2.233 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=755 ttl=64 time=1.896 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=756 ttl=64 time=1.796 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=757 ttl=64 time=1.040 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=758 ttl=64 time=1.888 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=759 ttl=64 time=1.884 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=760 ttl=64 time=1.927 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=761 ttl=64 time=1.871 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=762 ttl=64 time=1.811 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=763 ttl=64 time=2.026 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=764 ttl=64 time=0.678 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=765 ttl=64 time=1.867 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=766 ttl=64 time=1.889 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=767 ttl=64 time=1.490 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=768 ttl=64 time=2.022 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=769 ttl=64 time=2.114 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=770 ttl=64 time=2.032 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=771 ttl=64 time=2.171 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=772 ttl=64 time=2.160 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=773 ttl=64 time=2.085 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=774 ttl=64 time=2.247 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=775 ttl=64 time=1.897 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=776 ttl=64 time=2.178 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=777 ttl=64 time=2.161 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=778 ttl=64 time=2.173 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=779 ttl=64 time=2.162 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=780 ttl=64 time=1.789 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=781 ttl=64 time=2.002 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=782 ttl=64 time=1.843 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=783 ttl=64 time=2.176 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=784 ttl=64 time=2.141 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=785 ttl=64 time=2.158 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=786 ttl=64 time=1.986 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=787 ttl=64 time=0.835 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=788 ttl=64 time=1.831 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=789 ttl=64 time=1.982 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=790 ttl=64 time=2.058 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=791 ttl=64 time=2.140 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=792 ttl=64 time=2.113 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=793 ttl=64 time=0.713 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=794 ttl=64 time=0.913 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=795 ttl=64 time=1.949 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=796 ttl=64 time=1.852 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=797 ttl=64 time=0.844 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=798 ttl=64 time=1.807 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=799 ttl=64 time=1.801 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=800 ttl=64 time=1.841 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=801 ttl=64 time=1.860 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=802 ttl=64 time=1.845 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=803 ttl=64 time=1.874 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=804 ttl=64 time=1.463 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=805 ttl=64 time=1.880 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=806 ttl=64 time=1.841 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=807 ttl=64 time=2.109 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=808 ttl=64 time=1.780 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=809 ttl=64 time=1.819 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=810 ttl=64 time=2.043 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=811 ttl=64 time=1.759 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=812 ttl=64 time=2.049 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=813 ttl=64 time=2.022 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=814 ttl=64 time=2.001 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=815 ttl=64 time=2.089 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=816 ttl=64 time=2.067 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=817 ttl=64 time=2.187 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=818 ttl=64 time=2.064 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=819 ttl=64 time=1.985 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=820 ttl=64 time=2.184 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=821 ttl=64 time=2.152 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=822 ttl=64 time=2.127 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=823 ttl=64 time=2.046 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=824 ttl=64 time=1.940 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=825 ttl=64 time=2.094 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=826 ttl=64 time=2.002 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=827 ttl=64 time=2.078 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=828 ttl=64 time=2.216 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=829 ttl=64 time=1.947 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=830 ttl=64 time=2.358 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=831 ttl=64 time=2.288 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=832 ttl=64 time=2.223 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=833 ttl=64 time=2.037 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=834 ttl=64 time=2.017 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=835 ttl=64 time=1.994 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=836 ttl=64 time=1.976 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=837 ttl=64 time=2.001 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=838 ttl=64 time=1.929 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=839 ttl=64 time=0.939 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=840 ttl=64 time=1.935 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=841 ttl=64 time=2.005 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=842 ttl=64 time=2.003 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=843 ttl=64 time=2.050 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=844 ttl=64 time=1.983 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=845 ttl=64 time=0.662 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=846 ttl=64 time=0.957 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=847 ttl=64 time=1.913 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=848 ttl=64 time=1.917 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=849 ttl=64 time=1.945 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=850 ttl=64 time=1.951 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=851 ttl=64 time=1.924 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=852 ttl=64 time=1.925 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=853 ttl=64 time=1.988 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=854 ttl=64 time=1.972 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=855 ttl=64 time=2.014 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=856 ttl=64 time=2.065 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=857 ttl=64 time=1.949 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=858 ttl=64 time=1.999 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=859 ttl=64 time=1.979 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=860 ttl=64 time=1.612 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=861 ttl=64 time=2.065 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=862 ttl=64 time=1.943 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=863 ttl=64 time=2.034 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=864 ttl=64 time=1.987 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=865 ttl=64 time=1.986 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=866 ttl=64 time=2.010 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=867 ttl=64 time=0.842 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=868 ttl=64 time=2.069 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=869 ttl=64 time=2.044 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=870 ttl=64 time=2.077 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=871 ttl=64 time=2.022 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=872 ttl=64 time=2.017 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=873 ttl=64 time=2.051 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=874 ttl=64 time=2.071 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=875 ttl=64 time=2.049 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=876 ttl=64 time=2.079 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=877 ttl=64 time=2.183 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=878 ttl=64 time=2.240 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=879 ttl=64 time=2.053 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=880 ttl=64 time=2.280 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=881 ttl=64 time=2.188 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=882 ttl=64 time=2.017 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=883 ttl=64 time=2.305 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=884 ttl=64 time=2.037 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=885 ttl=64 time=2.034 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=886 ttl=64 time=2.065 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=887 ttl=64 time=2.103 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=888 ttl=64 time=2.034 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=889 ttl=64 time=2.052 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=890 ttl=64 time=2.074 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=891 ttl=64 time=2.025 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=892 ttl=64 time=2.011 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=893 ttl=64 time=2.015 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=894 ttl=64 time=2.046 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=895 ttl=64 time=2.032 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=896 ttl=64 time=2.054 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=897 ttl=64 time=2.056 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=898 ttl=64 time=0.634 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=899 ttl=64 time=2.102 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=900 ttl=64 time=0.946 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=901 ttl=64 time=1.554 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=902 ttl=64 time=2.005 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=903 ttl=64 time=1.994 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=904 ttl=64 time=2.005 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=905 ttl=64 time=2.087 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=906 ttl=64 time=2.092 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=907 ttl=64 time=2.054 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=908 ttl=64 time=1.990 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=909 ttl=64 time=0.905 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=910 ttl=64 time=0.943 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=911 ttl=64 time=1.998 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=912 ttl=64 time=2.003 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=913 ttl=64 time=2.025 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=914 ttl=64 time=2.015 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=915 ttl=64 time=2.025 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=916 ttl=64 time=1.998 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=917 ttl=64 time=2.061 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=918 ttl=64 time=0.988 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=919 ttl=64 time=2.031 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=920 ttl=64 time=2.157 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=921 ttl=64 time=1.988 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=922 ttl=64 time=2.037 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=923 ttl=64 time=2.034 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=924 ttl=64 time=2.029 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=925 ttl=64 time=2.087 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=926 ttl=64 time=2.058 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=927 ttl=64 time=0.733 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=928 ttl=64 time=0.823 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=929 ttl=64 time=1.990 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=930 ttl=64 time=2.110 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=931 ttl=64 time=2.021 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=932 ttl=64 time=1.999 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=933 ttl=64 time=2.158 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=934 ttl=64 time=2.036 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=935 ttl=64 time=2.201 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=936 ttl=64 time=2.044 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=937 ttl=64 time=2.047 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=938 ttl=64 time=2.095 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=939 ttl=64 time=1.634 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=940 ttl=64 time=2.083 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=941 ttl=64 time=2.322 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=942 ttl=64 time=2.301 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=943 ttl=64 time=2.000 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=944 ttl=64 time=1.999 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=945 ttl=64 time=2.345 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=946 ttl=64 time=2.026 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=947 ttl=64 time=2.780 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=948 ttl=64 time=0.710 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=949 ttl=64 time=0.752 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=950 ttl=64 time=0.752 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=951 ttl=64 time=1.826 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=952 ttl=64 time=1.990 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=953 ttl=64 time=2.048 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=954 ttl=64 time=2.001 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=955 ttl=64 time=1.822 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=956 ttl=64 time=2.053 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=957 ttl=64 time=2.125 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=958 ttl=64 time=2.052 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=959 ttl=64 time=2.054 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=960 ttl=64 time=2.079 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=961 ttl=64 time=2.271 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=962 ttl=64 time=1.344 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=963 ttl=64 time=2.007 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=964 ttl=64 time=1.996 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=965 ttl=64 time=2.012 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=966 ttl=64 time=2.020 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=967 ttl=64 time=2.045 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=968 ttl=64 time=2.052 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=969 ttl=64 time=2.044 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=970 ttl=64 time=2.069 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=971 ttl=64 time=1.976 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=972 ttl=64 time=2.320 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=973 ttl=64 time=2.008 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=974 ttl=64 time=1.967 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=975 ttl=64 time=2.319 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=976 ttl=64 time=1.090 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=977 ttl=64 time=0.785 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=978 ttl=64 time=0.675 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=979 ttl=64 time=0.610 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=980 ttl=64 time=2.333 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=981 ttl=64 time=2.338 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=982 ttl=64 time=2.295 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=983 ttl=64 time=2.326 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=984 ttl=64 time=2.039 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=985 ttl=64 time=2.038 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=986 ttl=64 time=1.997 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=987 ttl=64 time=1.998 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=988 ttl=64 time=2.017 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=989 ttl=64 time=2.029 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=990 ttl=64 time=2.058 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=991 ttl=64 time=0.755 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=992 ttl=64 time=1.995 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=993 ttl=64 time=1.988 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=994 ttl=64 time=2.042 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=995 ttl=64 time=2.139 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=996 ttl=64 time=1.359 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=997 ttl=64 time=1.734 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=998 ttl=64 time=0.714 ms 2008 bytes from fe80::d827:1dff:fea8:6424%5: icmp_seq=999 ttl=64 time=1.083 ms --- fe80::d827:1dff:fea8:6424 PING statistics --- 1000 packets transmitted, 1000 packets received, 0% packet loss round-trip min/avg/max = 0.547/1.906/3.181 ms > pktbuf pktbuf packet buffer: first byte: 0x5663ace0, last byte: 0x5663cce0 (size: 8192) position of last byte used: 7264 ~ unused: 0x5663ace0 (next: (nil), size: 8192) ~ > pktbuf pktbuf packet buffer: first byte: 0x56657ce0, last byte: 0x56659ce0 (size: 8192) position of last byte used: 5432 ~ unused: 0x56657ce0 (next: (nil), size: 8192) ~ > ```
miri64 commented 4 years ago

04. Task 04 - ICMPv6 echo with iotlab-m3/samr21-xpro 15 minutes

FAILED ###### Failures ``` riot_ctrl = .ctrl at 0x7ff1a2171e50> @pytest.mark.iotlab_creds # nodes passed to riot_ctrl fixture @pytest.mark.parametrize('nodes', [pytest.param(['samr21-xpro', 'iotlab-m3'])], indirect=['nodes']) def test_task04(riot_ctrl): pinger, pinged = ( > riot_ctrl(0, APP, Shell, modules=["gnrc_pktbuf_cmd"]), riot_ctrl(1, APP, Shell, modules=["gnrc_pktbuf_cmd"]), ) 04-single-hop-6lowpan-icmp/test_spec04.py:102: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ conftest.py:238: in ctrl node.make_run(['flash'], check=True, .tox/test/lib/python3.8/site-packages/riotctrl/ctrl.py:175: in make_run return subprocess.run(command, env=self.env, *runargs, **runkwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ input = None, capture_output = False, timeout = None, check = True popenargs = (['make', '--no-print-directory', '-C', '/home/mlenders/Repositories/RIOT-OS/RIOT-release/examples/gnrc_networking', 'flash'],) kwargs = {'env': {'BOARD': 'samr21-xpro', 'HOME': '/home/mlenders', 'IOTLAB_EXP_ID': '224806', 'IOTLAB_NODE': 'samr21-10.saclay.iot-lab.info', ...}, 'stderr': None, 'stdout': None} process = , stdout = None, stderr = None, retcode = 2 def run(*popenargs, input=None, capture_output=False, timeout=None, check=False, **kwargs): """Run command with arguments and return a CompletedProcess instance. The returned instance will have attributes args, returncode, stdout and stderr. By default, stdout and stderr are not captured, and those attributes will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them. If check is True and the exit code was non-zero, it raises a CalledProcessError. The CalledProcessError object will have the return code in the returncode attribute, and output & stderr attributes if those streams were captured. If timeout is given, and the process takes too long, a TimeoutExpired exception will be raised. There is an optional argument "input", allowing you to pass bytes or a string to the subprocess's stdin. If you use this argument you may not also use the Popen constructor's "stdin" argument, as it will be used internally. By default, all communication is in bytes, and therefore any "input" should be bytes, and the stdout and stderr will be bytes. If in text mode, any "input" should be a string, and stdout and stderr will be strings decoded according to locale encoding, or by "encoding" if set. Text mode is triggered by setting any of text, encoding, errors or universal_newlines. The other arguments are the same as for the Popen constructor. """ if input is not None: if kwargs.get('stdin') is not None: raise ValueError('stdin and input arguments may not both be used.') kwargs['stdin'] = PIPE if capture_output: if kwargs.get('stdout') is not None or kwargs.get('stderr') is not None: raise ValueError('stdout and stderr arguments may not be used ' 'with capture_output.') kwargs['stdout'] = PIPE kwargs['stderr'] = PIPE with Popen(*popenargs, **kwargs) as process: try: stdout, stderr = process.communicate(input, timeout=timeout) except TimeoutExpired as exc: process.kill() if _mswindows: # Windows accumulates the output in a single blocking # read() call run on child threads, with the timeout # being done in a join() on those threads. communicate() # _after_ kill() is required to collect that and add it # to the exception. exc.stdout, exc.stderr = process.communicate() else: # POSIX _communicate already populated the output so # far into the TimeoutExpired exception. process.wait() raise except: # Including KeyboardInterrupt, communicate handled that. process.kill() # We don't call process.wait() as .__exit__ does that for us. raise retcode = process.poll() if check and retcode: > raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) E subprocess.CalledProcessError: Command '['make', '--no-print-directory', '-C', '/home/mlenders/Repositories/RIOT-OS/RIOT-release/examples/gnrc_networking', 'flash']' returned non-zero exit status 2. /usr/lib/python3.8/subprocess.py:512: CalledProcessError ```
miri64 commented 4 years ago

04. Task 04 - ICMPv6 echo with iotlab-m3/samr21-xpro 15 minutes

FAILED

The problem with running tests as root ^^"

miri64 commented 4 years ago

Commenting did not work for some reason for the success, but it marked it above, so :woman_shrugging:

miri64 commented 4 years ago

No surprises for 2.1. They PASS except for the sudo tests and they also succeed when run with sudo

for test in tests/{gnrc_dhcpv6_client,gnrc_ipv6_ext,gnrc_ipv6_nib,gnrc_rpl_srh,gnrc_tcp}*; do
    RIOT_CI_BUILD=1 BOARD=native make --no-print-directory -C ${test} -j16 flash && \
        sudo BOARD=native make --no-print-directory -C ${test} test || break
done
``` Building application "tests_gnrc_dhcpv6_client" for "samr21-xpro" with MCU "samd21". text data bss dec hex filename 53724 216 17252 71192 11618 /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_dhcpv6_client/bin/samr21-xpro/tests_gnrc_dhcpv6_client.elf /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/dist/tools/edbg/edbg --target samr21 --verbose --file /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_dhcpv6_client/bin/samr21-xpro/tests_gnrc_dhcpv6_client.bin --verify || /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/dist/tools/edbg/edbg --target samr21 --verbose --file /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_dhcpv6_client/bin/samr21-xpro/tests_gnrc_dhcpv6_client.bin --verify --program Debugger: ATMEL EDBG CMSIS-DAP ATML2127031800008254 01.1A.00FB (S) Clock frequency: 16.0 MHz Target: SAM R21G18 (Rev D) Verification... at address 0x64 expected 0x31, read 0xa1 Error: verification failed Debugger: ATMEL EDBG CMSIS-DAP ATML2127031800008254 01.1A.00FB (S) Clock frequency: 16.0 MHz Target: SAM R21G18 (Rev D) Programming.............................................................................................................................................................................................................^Cmake: *** [/home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_dhcpv6_client/../../Makefile.include:704: flash] Interrupt [mlenders@sarajevo RIOT.ssh]<3 for test in tests/{gnrc_dhcpv6_client,gnrc_ipv6_ext,gnrc_ipv6_nib,gnrc_rpl_srh,gnrc_tcp}*; do RIOT_CI_BUILD=1 BOARD= native make --no-print-directory -C ${test} -j16 flash && sudo BOARD=native make --no-print-directory -C ${test} test || break; done Building application "tests_gnrc_dhcpv6_client" for "native" with MCU "native". text data bss dec hex filename 194149 976 90672 285797 45c65 /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_dhcpv6_client/bin/native/tests_gnrc_dhcpv6_client.elf true [sudo] password for mlenders: /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_dhcpv6_client/dhcpv6_server.sh 61342 /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_dhcpv6_client/kea-dhcp6.conf /usr/sbin/kea-dhcp6 2020-07-17 13:36:49.471 INFO [kea-dhcp6.dhcp6/19393] DHCP6_STARTING Kea DHCPv6 server version 1.5.0 starting 2020-07-17 13:36:49.476 INFO [kea-dhcp6.hosts/19393] HOSTS_BACKENDS_REGISTERED the following host backend types are available: mysql postgresql 2020-07-17 13:36:49.476 INFO [kea-dhcp6.dhcpsrv/19393] DHCPSRV_CFGMGR_ADD_IFACE listening on interface tapbr0 2020-07-17 13:36:49.477 INFO [kea-dhcp6.dhcpsrv/19393] DHCPSRV_CFGMGR_NEW_SUBNET6 a new subnet has been added to configuration: 2001:db8::/32 with params t1=1000, t2=2000, preferred-lifetime=3000, valid-lifetime=4000, rapid-commit is disabled 2020-07-17 13:36:49.477 INFO [kea-dhcp6.dhcp6/19393] DHCP6_CONFIG_COMPLETE DHCPv6 server has completed configuration: added IPv6 subnets: 1; DDNS: disabled 2020-07-17 13:36:49.477 INFO [kea-dhcp6.dhcpsrv/19393] DHCPSRV_MEMFILE_DB opening memory file lease database: type=memfile universe=6 2020-07-17 13:36:49.479 INFO [kea-dhcp6.dhcpsrv/19393] DHCPSRV_MEMFILE_LEASE_FILE_LOAD loading leases from file /var/lib/kea/kea-leases6.csv.2 2020-07-17 13:36:49.479 INFO [kea-dhcp6.dhcpsrv/19393] DHCPSRV_MEMFILE_LEASE_FILE_LOAD loading leases from file /var/lib/kea/kea-leases6.csv 2020-07-17 13:36:49.480 INFO [kea-dhcp6.dhcpsrv/19393] DHCPSRV_MEMFILE_LFC_SETUP setting up the Lease File Cleanup interval to 3600 sec 2020-07-17 13:36:49.480 INFO [kea-dhcp6.dhcp6/19393] DHCP6_USING_SERVERID server is using server-id 00:01:00:01:25:b0:45:b4:98:90:96:9a:33:5d and stores in the file /var/lib/kea/kea-dhcp6-serverid 2020-07-17 13:36:49.480 INFO [kea-dhcp6.dhcp6/19393] DHCP6_STARTED Kea DHCPv6 server version 1.5.0 started r /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_dhcpv6_client/bin/native/tests_gnrc_dhcpv6_client.elf tap0 RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. Help: Press s to start test, r to print it is ready READY s START main(): This is RIOT! (Version: buildtest) Iface 5 HWaddr: B6:4F:A1:0E:8F:CC L2-PDU:1500 MTU:1500 HL:64 Source address length: 6 Link type: wired inet6 addr: fe80::b44f:a1ff:fe0e:8fcc scope: link VAL inet6 group: ff02::1 inet6 group: ff02::1:ff0e:8fcc 2020-07-17 13:36:51.881 INFO [kea-dhcp6.leases/19393] DHCP6_PD_LEASE_ADVERT duid=[00:03:00:01:b6:4f:a1:0e:8f:cc], tid=0x1d0c74: lease for prefix 2001:db8:0:3::/64 and iaid=1638405 will be advertised 2020-07-17 13:36:52.884 INFO [kea-dhcp6.leases/19393] DHCP6_PD_LEASE_ALLOC duid=[00:03:00:01:b6:4f:a1:0e:8f:cc], tid=0x43b4: lease for prefix 2001:db8:0:3::/64 and iaid=1638405 has been allocated Iface 5 HWaddr: B6:4F:A1:0E:8F:CC L2-PDU:1500 MTU:1500 HL:64 Source address length: 6 Link type: wired inet6 addr: fe80::b44f:a1ff:fe0e:8fcc scope: link VAL inet6 addr: 2001:db8:0:3:b44f:a1ff:fe0e:8fcc scope: global VAL inet6 group: ff02::1 inet6 group: ff02::1:ff0e:8fcc 2001:db8:0:3::/64 dev #5 expires 3996 sec deprecates 2996 sec Building application "tests_gnrc_dhcpv6_client_6lbr" for "native" with MCU "native". text data bss dec hex filename 297465 1316 123052 421833 66fc9 /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_dhcpv6_client_6lbr/bin/native/tests_gnrc_dhcpv6_client_6lbr.elf true /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_dhcpv6_client_6lbr/bin/native/tests_gnrc_dhcpv6_client_6lbr.elf -z [::1]:17754 tap0 RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. DHCPv6: Selecting interface 7 as upstream main(): This is RIOT! (Version: buildtest) > > > ifconfig help ifconfig Iface 8 HWaddr: 45:5B Channel: 26 NID: 0x23 Long HWaddr: 00:5A:45:50:0A:00:45:5B L2-PDU:102 MTU:1280 HL:64 RTR RTR_ADV 6LO IPHC Source address length: 8 Link type: wireless inet6 addr: fe80::25a:4550:a00:455b scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff00:455b Iface 7 HWaddr: B6:4F:A1:0E:8F:CC L2-PDU:1500 MTU:1500 HL:64 RTR Source address length: 6 Link type: wired inet6 addr: fe80::b44f:a1ff:fe0e:8fcc scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff0e:8fcc > help Command Description --------------------------------------- reboot Reboot the node version Prints current RIOT_VERSION pm interact with layered PM subsystem ps Prints information about running threads. random_init initializes the PRNG random_get returns 32 bit of pseudo randomness nib Configure neighbor information base ifconfig Configure network interfaces 6ctx 6LoWPAN context configuration tool > 7 ifconfig 7 ifconfig 7 Iface 7 HWaddr: B6:4F:A1:0E:8F:CC ifconfig help L2-PDU:1500 MTU:1500 HL:64 RTR Source address length: 6 Link type: wired inet6 addr: fe80::b44f:a1ff:fe0e:8fcc scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff0e:8fcc > ifconfig Iface 8 HWaddr: 45:5B Channel: 26 NID: 0x23 Long HWaddr: 00:5A:45:50:0A:00:45:5B L2-PDU:102 MTU:1280 HL:64 RTR RTR_ADV 6LO IPHC Source address length: 8 Link type: wireless inet6 addr: fe80::25a:4550:a00:455b scope: link VAL inet6 addr: 2001:db8:c7d:771c:25a:4550:a00:455b scope: global VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff00:455b Iface 7 HWaddr: B6:4F:A1:0E:8F:CC L2-PDU:1500 MTU:1500 HL:64 RTR Source address length: 6 Link type: wired inet6 addr: fe80::b44f:a1ff:fe0e:8fcc scope: link VAL inet6 group: ff02::2 inet6 group: ff02::1 inet6 group: ff02::1:ff0e:8fcc > help Command Description --------------------------------------- reboot Reboot the node version Prints current RIOT_VERSION pm interact with layered PM subsystem ps Prints information about running threads. random_init initializes the PRNG random_get returns 32 bit of pseudo randomness nib Configure neighbor information base ifconfig Configure network interfaces 6ctx 6LoWPAN context configuration tool > ifconfig 8 ifconfig 8 Iface 8 HWaddr: 45:5B Channel: 26 NID: 0x23 Long HWaddr: 00:5A:45:50:0A:00:45:5B L2-PDU:102 MTU:1280 HL:64 RTR RTR_ADV 6LO IPHC Source address length: 8 Link type: wireless inet6 addr: fe80::25a:4550:a00:455b scope: link VAL inet6 addr: 2001:db8:c7d:771c:25a:4550:a00:455b scope: globalSUCCESS Building application "tests_gnrc_ipv6_ext" for "native" with MCU "native". text data bss dec hex filename 196233 1132 85776 283141 45205 /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_ipv6_ext/bin/native/tests_gnrc_ipv6_ext.elf true ...................SUCCESS Building application "tests_gnrc_ipv6_ext_frag" for "native" with MCU "native". text data bss dec hex filename 244489 1676 103408 349573 55585 /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_ipv6_ext_frag/bin/native/tests_gnrc_ipv6_ext_frag.elf true ...................SUCCESS Building application "tests_gnrc_ipv6_ext_opt" for "native" with MCU "native". text data bss dec hex filename 186941 1132 85552 273625 42cd9 /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_ipv6_ext_opt/bin/native/tests_gnrc_ipv6_ext_opt.elf true ......................SUCCESS Building application "tests_gnrc_ipv6_nib" for "native" with MCU "native". text data bss dec hex filename 181944 1128 68392 251464 3d648 /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_ipv6_nib/bin/native/tests_gnrc_ipv6_nib.elf true r /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_ipv6_nib/bin/native/tests_gnrc_ipv6_nib.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. Help: Press s to start test, r to print it is ready READY s START main(): This is RIOT! (Version: buildtest) ................................................... OK (51 tests) Building application "tests_gnrc_ipv6_nib_6ln" for "native" with MCU "native". text data bss dec hex filename 182380 1112 76804 260296 3f8c8 /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_ipv6_nib_6ln/bin/native/tests_gnrc_ipv6_nib_6ln.elf true r /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_ipv6_nib_6ln/bin/native/tests_gnrc_ipv6_nib_6ln.elf RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. Help: Press s to start test, r to print it is ready READY s START ................................................. OK (49 tests) Building application "tests_gnrc_ipv6_nib_dns" for "native" with MCU "native". text data bss dec hex filename 176073 1024 81456 258553 3f1f9 /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_ipv6_nib_dns/bin/native/tests_gnrc_ipv6_nib_dns.elf true /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_ipv6_nib_dns/bin/native/tests_gnrc_ipv6_nib_dns.elf tap0 RIOT native interrupts/signals initialized. LED_RED_OFF LED_GREEN_ON RIOT native board initialized. RIOT native hardware initialization complete. main(): This is RIOT! (Version: buildtest) > > > ifconfig ifconfig Iface 5 HWaddr: B6:4F:A1:0E:8F:CC L2-PDU:1500 MTU:1500 HL:64 Source address length: 6 Link type: wired inet6 addr: fe80::b44f:a1ff:fe0e:8fcc scope: link VAL inet6 group: ff02::1 inet6 group: ff02::1:ff0e:8fcc > dns server dns server DNS server: - > . Sent 1 packets. dns server dns server DNS server: [2001:db8:affe::dead:beef%5]:53 > Building application "tests_gnrc_rpl_srh" for "native" with MCU "native". text data bss dec hex filename 208509 1324 85904 295737 48339 /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_rpl_srh/bin/native/tests_gnrc_rpl_srh.elf true ..............SUCCESS Building application "tests_gnrc_tcp" for "native" with MCU "native". text data bss dec hex filename 208313 1168 84948 294429 47e1d /home/mlenders/Repositories/RIOT-OS/RIOT.ssh/tests/gnrc_tcp/bin/native/tests_gnrc_tcp.elf true 03-send_data.py: success - test_build_unspec SUCCESS - test_build_unspec_with_port SUCCESS - test_build_unspec_with_interface_and_port SUCCESS - test_build_addr_with_interface_and_port SUCCESS - test_einval_no_brackets SUCCESS - test_einval_much_brackets SUCCESS - test_einval_swaped_brackets SUCCESS - test_einval_no_addr_in_brackets SUCCESS - test_einval_first_char_no_open_bracket SUCCESS - test_einval_port_token_but_no_number SUCCESS - test_einval_port_inval_char SUCCESS - test_einval_port_out_of_range SUCCESS - test_einval_interface_id_after_bracket SUCCESS - test_einval_interface_id_token_but_no_number SUCCESS - test_einval_interface_id_inval_char SUCCESS - test_einval_interface_addr_to_short SUCCESS 07-endpoint_construction.py: success - test_short_payload SUCCESS - test_short_header SUCCESS - test_send_ack_instead_of_syn SUCCESS - test_option_parsing_term SUCCESS 05-garbage-pkts.py: success 04-receive_data.py: success 02-conn_lifecycle_as_server.py: success 06-receive_data_closed_conn.py: success 01-conn_lifecycle_as_client.py: success ```
miri64 commented 4 years ago

The usual suspects for 2.2 2.3. I'm a bit confused about tests/shell failing. I thought this was fixed by https://github.com/RIOT-OS/RIOT/pull/14537 :confused:

bergzand commented 4 years ago

The usual suspects for 2.2. I'm a bit confused about tests/shell failing. I thought this was fixed by RIOT-OS/RIOT#14537 confused

The samr21-xpro is not affected by the idle thread removal. The idle thread removal only affects the cortex-m3, m4 and m7's (dynamic priority modifications during the execution of the interrupt is required and is not supported on the m0(+)). I'm afraid this is unrelated to that issue/fix

miri64 commented 4 years ago

I see. I just noticed also that, while I can reproduce this in 2020.07-RC1 with my local nodes (I used those this time), it does not show up in my test results from then. Those I did in the testbed. Will recheck that.

miri64 commented 4 years ago

Ok.. it works in the testbed, so I suspect it might be just the revision of the board? oO

miri64 commented 4 years ago

Same host machine, but different samr21-xpro deployments:

local node FAIL ``` $ BOARD=samr21-xpro make -C tests/shell/ flash test make: Entering directory '/home/mlenders/Repositories/RIOT-OS/RIOT/tests/shell' Building application "tests_shell" for "samr21-xpro" with MCU "samd21". "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/boards/samr21-xpro "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/core "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/cpu/samd21 "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/cpu/cortexm_common "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/cpu/cortexm_common/periph "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/cpu/sam0_common "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/cpu/sam0_common/periph "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/cpu/samd21/periph "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/drivers "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/drivers/periph_common "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/app_metadata "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/auto_init "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/isrpipe "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/newlib_syscalls_default "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/pm_layered "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/ps "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/shell "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/shell/commands "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/stdio_uart "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/tsrb text data bss dec hex filename 12848 132 2624 15604 3cf4 /home/mlenders/Repositories/RIOT-OS/RIOT/tests/shell/bin/samr21-xpro/tests_shell.elf /home/mlenders/Repositories/RIOT-OS/RIOT-release/dist/tools/edbg/edbg --target samr21 --verbose --file /home/mlenders/Repositories/RIOT-OS/RIOT/tests/shell/bin/samr21-xpro/tests_shell.bin --verify || /home/mlenders/Repositories/RIOT-OS/RIOT-release/dist/tools/edbg/edbg --target samr21 --verbose --file /home/mlenders/Repositories/RIOT-OS/RIOT/tests/shell/bin/samr21-xpro/tests_shell.bin --verify --program Debugger: ATMEL EDBG CMSIS-DAP ATML2127031800005161 01.1A.00FB (S) Clock frequency: 16.0 MHz Target: SAM R21G18 (Rev C) Verification...................................................... done. socat - open:/dev/ttyACM0,b115200,echo=0,raw � "R� shell: incorrect quoting > bufsize x� > > bufsize 128 > ________________________________________________________________________________________________________________________________verylong ________________________________________________________________�8����A 8 $�`�@��^�吧���!:۳ shell: command not found: ________________________________________________________________�8����A > -j1/��$n�H�"
On Saclay site of IoT-LAB PASS ``` $ BOARD=samr21-xpro IOTLAB_NODE=auto-ssh make -C tests/shell/ flash test make: Entering directory '/home/mlenders/Repositories/RIOT-OS/RIOT/tests/shell' Building application "tests_shell" for "samr21-xpro" with MCU "samd21". "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/boards/samr21-xpro "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/core "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/cpu/samd21 "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/cpu/cortexm_common "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/cpu/cortexm_common/periph "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/cpu/sam0_common "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/cpu/sam0_common/periph "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/cpu/samd21/periph "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/drivers "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/drivers/periph_common "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/app_metadata "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/auto_init "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/isrpipe "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/newlib_syscalls_default "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/pm_layered "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/ps "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/shell "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/shell/commands "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/stdio_uart "make" -C /home/mlenders/Repositories/RIOT-OS/RIOT-release/sys/tsrb text data bss dec hex filename 12848 132 2624 15604 3cf4 /home/mlenders/Repositories/RIOT-OS/RIOT/tests/shell/bin/samr21-xpro/tests_shell.elf iotlab-node --jmespath='keys(@)[0]' --format='int' --list saclay,samr21,10 --flash /home/mlenders/Repositories/RIOT-OS/RIOT/tests/shell/bin/samr21-xpro/tests_shell.bin | grep 0 0 ssh -t lenders@saclay.iot-lab.info 'socat - tcp:samr21-10.saclay.iot-lab.info:20000' > > bufsize bufsize 128 > ________________________________________________________________________________________________________________________________verylong ________________________________________________________________________________________________________________________________verylong shell: maximum line length exceeded > garbage1234 garbage1234 > > start_test start_test [TEST_START] > > > > > echo a string echo a string "echo""a""string" > echo multiple spaces between argv echo multiple spaces between argv "echo""multiple""spaces""between""argv" > echo tabs processed like spaces echo tabs processed like spaces "echo""tabs""processed""like""spaces" > 123456789012345678901234567890123456789012345678901234567890 123456789012345678901234567890123456789012345678901234567890 shell: command not found: 123456789012345678901234567890123456789012345678901234567890 > unknown_command unknown_command shell: command not found: unknown_command > echo leading spaces echo leading spaces "echo""leading""spaces" > echo leading tabs echo leading tabs "echo""leading""tabs" > echo trailing spaces echo trailing spaces "echo""trailing""spaces" > echo trailing tabs echo trailing tabs "echo""trailing""tabs" > hello-world hello-world shell: command not found: hello-world echo echo "echo" > echo \' echo \' "echo""'" > echo \" echo \" "echo"""" > echo escaped\ space echo escaped\ space "echo""escaped space" > echo escape within '\s\i\n\g\l\e\q\u\o\t\e' echo escape within '\s\i\n\g\l\e\q\u\o\t\e' "echo""escape""within""singlequote" > echo escape within "\d\o\u\b\l\e\q\u\o\t\e" echo escape within "\d\o\u\b\l\e\q\u\o\t\e" "echo""escape""within""doublequote" > echo "t\e st" "\"" '\'' a\ b echo "t\e st" "\"" '\'' a\ b "echo""te st"""""'""a b" > echo "hello"world echo "hello"world "echo""helloworld" > echo hel"lowo"rld echo hel"lowo"rld "echo""helloworld" > echo hello"world" echo hello"world" "echo""helloworld" > echo quoted space " " echo quoted space " " "echo""quoted""space"" " > echo abc"def'ghijk"lmn echo abc"def'ghijk"lmn "echo""abcdef'ghijklmn" > echo abc'def"ghijk'lmn echo abc'def"ghijk'lmn "echo""abcdef"ghijklmn" > echo "'" '"' echo "'" '"' "echo""'"""" > echo a\ echo a\ shell: incorrect quoting > echo " echo " shell: incorrect quoting > echo ' echo ' shell: incorrect quoting > echo abcdef"ghijklmn echo abcdef"ghijklmn shell: incorrect quoting > echo abcdef'ghijklmn echo abcdef'ghijklmn shell: incorrect quoting > ps ps pid | state Q | pri 1 | pending Q | 15 2 | running Q | 7 > help help Command Description --------------------------------------- bufsize Get the shell's buffer size start_test starts a test end_test ends a test echo prints the input command reboot Reboot the node version Prints current RIOT_VERSION pm interact with layered PM subsystem ps Prints information about running threads. app_metadata Returns application metadata > reboot reboot main(): This is RIOT! (Version: 2020.10-devel-18-gab072-2020.07-branch) test_shell. > end_test end_test [TEST_END] > make: Leaving directory '/home/mlenders/Repositories/RIOT-OS/RIOT/tests/shell' ```
bergzand commented 4 years ago

Bisected this to commit https://github.com/RIOT-OS/RIOT/commit/68a35f53de2c881f82edb09ae5cd6f0d5a5f22ee, Not sure if this is an issue with EDBG or with the atsam itself.

fjmolinas commented 4 years ago

Seems like it might be realated to https://github.com/RIOT-OS/RIOT/issues/10639

miri64 commented 4 years ago

More observations. It does not fail in the nightlies:

It does not fail when using an FTDI adapter connected to the samr21-xpro's UART0 (after flashing reconnect the USB to the TARGET USB port and reset manually when the test starts, otherwise you might get garbage):

``` sudo BOARD=samr21-xpro PORT=/dev/ttyUSB4 make -C tests/shell/ test make: Entering directory '/home/mlenders/Repositories/RIOT-OS/RIOT-release/tests/shell' socat - open:/dev/ttyUSB4,b115200,echo=0,raw hLD��L J �� > > bufsize bufsize 128 > ________________________________________________________________________________________________________________________________verylong ________________________________________________________________________________________________________________________________verylong shell: maximum line length exceeded > garbage1234 garbage1234 > > start_test start_test [TEST_START] > > > > > echo a string echo a string "echo""a""string" > echo multiple spaces between argv echo multiple spaces between argv "echo""multiple""spaces""between""argv" > echo tabs processed like spaces echo tabs processed like spaces "echo""tabs""processed""like""spaces" > 123456789012345678901234567890123456789012345678901234567890 123456789012345678901234567890123456789012345678901234567890 shell: command not found: 123456789012345678901234567890123456789012345678901234567890 > unknown_command unknown_command shell: command not found: unknown_command > echo leading spaces echo leading spaces "echo""leading""spaces" > echo leading tabs echo leading tabs "echo""leading""tabs" > echo trailing spaces echo trailing spaces "echo""trailing""spaces" > echo trailing tabs echo trailing tabs "echo""trailing""tabs" > hello-world hello-world shell: command not found: hello-world echo echo "echo" > echo \' echo \' "echo""'" > echo \" echo \" "echo"""" > echo escaped\ space echo escaped\ space "echo""escaped space" > echo escape within '\s\i\n\g\l\e\q\u\o\t\e' echo escape within '\s\i\n\g\l\e\q\u\o\t\e' "echo""escape""within""singlequote" > echo escape within "\d\o\u\b\l\e\q\u\o\t\e" echo escape within "\d\o\u\b\l\e\q\u\o\t\e" "echo""escape""within""doublequote" > echo "t\e st" "\"" '\'' a\ b echo "t\e st" "\"" '\'' a\ b "echo""te st"""""'""a b" > echo "hello"world echo "hello"world "echo""helloworld" > echo hel"lowo"rld echo hel"lowo"rld "echo""helloworld" > echo hello"world" echo hello"world" "echo""helloworld" > echo quoted space " " echo quoted space " " "echo""quoted""space"" " > echo abc"def'ghijk"lmn echo abc"def'ghijk"lmn "echo""abcdef'ghijklmn" > echo abc'def"ghijk'lmn echo abc'def"ghijk'lmn "echo""abcdef"ghijklmn" > echo "'" '"' echo "'" '"' "echo""'"""" > echo a\ echo a\ shell: incorrect quoting > echo " echo " shell: incorrect quoting > echo ' echo ' shell: incorrect quoting > echo abcdef"ghijklmn echo abcdef"ghijklmn shell: incorrect quoting > echo abcdef'ghijklmn echo abcdef'ghijklmn shell: incorrect quoting > ps ps pid | state Q | pri 1 | pending Q | 15 2 | running Q | 7 > help help Command Description --------------------------------------- bufsize Get the shell's buffer size start_test starts a test end_test ends a test echo prints the input command reboot Reboot the node version Prints current RIOT_VERSION pm interact with layered PM subsystem ps Prints information about running threads. app_metadata Returns application metadata > reboot reboot main(): This is RIOT! (Version: 2020.10-devel-18-gab072-2020.07-branch) test_shell. > end_test end_test [TEST_END] > ```

Accessing EDBG via a Raspberry Pi (basically the setup in the nightlies):

``` pi@raspberrypi:~/RIOT $ BUILD_IN_DOCKER=1 BOARD=samr21-xpro make -C tests/shell/ test make: Entering directory '/home/pi/RIOT/tests/shell' socat - open:/dev/ttyACM0,b115200,echo=0,raw > > bufsize bufsize 128 > ________________________________________________________________________________________________________________________________verylong ________________________________________________________________________________________________________________________________verylong shell: maximum line length exceeded > garbage1234 garbage1234 > > start_test start_test [TEST_START] > > > > > echo a string echo a string "echo""a""string" > echo multiple spaces between argv echo multiple spaces between argv "echo""multiple""spaces""between""argv" > echo tabs processed like spaces echo tabs processed like spaces "echo""tabs""processed""like""spaces" > 123456789012345678901234567890123456789012345678901234567890 123456789012345678901234567890123456789012345678901234567890 shell: command not found: 123456789012345678901234567890123456789012345678901234567890 > unknown_command unknown_command shell: command not found: unknown_command > echo leading spaces echo leading spaces "echo""leading""spaces" > echo leading tabs echo leading tabs "echo""leading""tabs" > echo trailing spaces echo trailing spaces "echo""trailing""spaces" > echo trailing tabs echo trailing tabs "echo""trailing""tabs" > hello-world hello-world shell: command not found: hello-world echo echo "echo" > echo \' echo \' "echo""'" > echo \" echo \" "echo"""" > echo escaped\ space echo escaped\ space "echo""escaped space" > echo escape within '\s\i\n\g\l\e\q\u\o\t\e' echo escape within '\s\i\n\g\l\e\q\u\o\t\e' "echo""escape""within""singlequote" > echo escape within "\d\o\u\b\l\e\q\u\o\t\e" echo escape within "\d\o\u\b\l\e\q\u\o\t\e" "echo""escape""within""doublequote" > echo "t\e st" "\"" '\'' a\ b echo "t\e st" "\"" '\'' a\ b "echo""te st"""""'""a b" > echo "hello"world echo "hello"world "echo""helloworld" > echo hel"lowo"rld echo hel"lowo"rld "echo""helloworld" > echo hello"world" echo hello"world" "echo""helloworld" > echo quoted space " " echo quoted space " " "echo""quoted""space"" " > echo abc"def'ghijk"lmn echo abc"def'ghijk"lmn "echo""abcdef'ghijklmn" > echo abc'def"ghijk'lmn echo abc'def"ghijk'lmn "echo""abcdef"ghijklmn" > echo "'" '"' echo "'" '"' "echo""'"""" > echo a\ echo a\ shell: incorrect quoting > echo " echo " shell: incorrect quoting > echo ' echo ' shell: incorrect quoting > echo abcdef"ghijklmn echo abcdef"ghijklmn shell: incorrect quoting > echo abcdef'ghijklmn echo abcdef'ghijklmn shell: incorrect quoting > ps ps pid | state Q | pri 1 | pending Q | 15 2 | running Q | 7 > help help Command Description --------------------------------------- bufsize Get the shell's buffer size start_test starts a test end_test ends a test echo prints the input command reboot Reboot the node version Prints current RIOT_VERSION pm interact with layered PM subsystem ps Prints information about running threads. app_metadata Returns application metadata > reboot reboot main(): This is RIOT! (Version: 2020.10-devel-18-gab072-2020.07-branch) test_shell. > end_test end_test [TEST_END] > make: Leaving directory '/home/pi/RIOT/tests/shell' ```

So it seems to be an EDBG issue or some buffering issue with EDBG when the host machine is too fast (raspberry pi vs non-raspberry pi) or the latency on the connection between the host machine and the node is high (testbed).

bergzand commented 4 years ago

I can also reproduce the issue on the same54-xpro (also using EDBG).

miri64 commented 4 years ago

The usual suspects for 2.2. I'm a bit confused about tests/shell failing. I thought this was fixed by RIOT-OS/RIOT#14537 confused

And lastly no surprises in 2.2.

miri64 commented 4 years ago

If anyone wants to test the remaining test cases, feel free to do so. However, I consider the testing efforts for RC2 finished. So let's wait for the release notes (and maybe a potential fix for https://github.com/RIOT-OS/RIOT/issues/14548).

fjmolinas commented 4 years ago

Sorry for all the delays with the results on multiple boards. I had parallelized the builds and found some concurrency issues with the new pkg system, where with the -clean-after option called clean-pkg which erased the shared pkg tree. This means that the run had a lot of noise, I'll re-run wihthout --clean-after before uploading to the results directory, nonetheless here are the results. I went through all unexpected failures that didn't pass on individual re-runs. Those that where not documented in previous issues are in the following summary

Failures Summary After filtering out Noise ``` ### nucleo-f091rc/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](nucleo-f091rc/tests/pkg_libfixmath_unittests/test.failed) ### nucleo-f767zi/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](nucleo-f767zi/tests/pkg_libfixmath_unittests/test.failed) - [tests/unittests](nucleo-f767zi/tests/unittests/test.failed) ### arduino-zero/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](arduino-zero/tests/pkg_libfixmath_unittests/test.failed) ### nucleo-l073rz/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](nucleo-l073rz/tests/pkg_libfixmath_unittests/test.failed) ### b-l072z-lrwan1/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](b-l072z-lrwan1/tests/pkg_libfixmath_unittests/test.failed) ### nucleo-f207zg/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](nucleo-f207zg/tests/pkg_libfixmath_unittests/test.failed) ### nrf52840dk/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](nrf52840dk/tests/pkg_libfixmath_unittests/test.failed) - [tests/pkg_littlefs](archive/nrf52840dk/tests/pkg_littlefs/test.failed) - [tests/pkg_littlefs2](archive/nrf52840dk/tests/pkg_littlefs2/test.failed) - [tests/pkg_spiffs](archive/nrf52840dk/tests/pkg_spiffs/test.failed) - [tests/unittests](archive/nrf52840dk/tests/unittests/test.failed) Failures during test.flash: - [examples/suit_update](archive/nrf52840dk/examples/suit_update/test.flash.failed) - [tests/riotboot](archive/nrf52840dk/tests/riotboot/test.flash.failed) ### nucleo-l433rc/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](nucleo-l433rc/tests/pkg_libfixmath_unittests/test.failed) ### nucleo-f410rb/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](nucleo-f410rb/tests/pkg_libfixmath_unittests/test.failed) ### arduino-mega2560/failuresummary Failures during test: - [tests/periph_wdt](archive/arduino-mega2560/tests/periph_wdt/test.failed) - [tests/pkg_libb2](archive/arduino-mega2560/tests/pkg_libb2/test.failed) - [tests/ps_schedstatistics](archive/arduino-mega2560/tests/ps_schedstatistics/test.failed) - [tests/thread_msg_bus](archive/arduino-mega2560/tests/thread_msg_bus/test.failed) - [tests/trickle](archive/arduino-mega2560/tests/trickle/test.failed) ### openmote-b/failuresummary Failures during test: - [tests/mpu_noexec_ram](archive/openmote-b/tests/mpu_noexec_ram/test.failed) - [tests/pkg_libfixmath_unittests](openmote-b/tests/pkg_libfixmath_unittests/test.failed) - [tests/ssp](archive/openmote-b/tests/ssp/test.failed) - [tests/unittests](archive/openmote-b/tests/unittests/test.failed) ### frdm-k64f/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](frdm-k64f/tests/pkg_libfixmath_unittests/test.failed) ### nrf52dk/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](nrf52dk/tests/pkg_libfixmath_unittests/test.failed) ### slstk3402a/failuresummary Failures during test: - [tests/periph_gpio](slstk3402a/tests/periph_gpio/test.failed) - [tests/pkg_libfixmath_unittests](slstk3402a/tests/pkg_libfixmath_unittests/test.failed) ### nrf52840-mdk/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](nrf52840-mdk/tests/pkg_libfixmath_unittests/test.failed) ### arduino-uno/failuresummary Failures during test: - [tests/trickle](arduino-uno/tests/trickle/test.failed) ### b-l475e-iot01a/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](b-l475e-iot01a/tests/pkg_libfixmath_unittests/test.failed) - [tests/unittests](b-l475e-iot01a/tests/unittests/test.failed) ### i-nucleo-lrwan1/failuresummary Failures during test: - [tests/cpp11_condition_variable](archive/i-nucleo-lrwan1/tests/cpp11_condition_variable/test.failed) - [tests/cpp11_mutex](archive/i-nucleo-lrwan1/tests/cpp11_mutex/test.failed) - [tests/cpp11_thread](archive/i-nucleo-lrwan1/tests/cpp11_thread/test.failed) - [tests/mpu_noexec_ram](archive/i-nucleo-lrwan1/tests/mpu_noexec_ram/test.failed) - [tests/pkg_fatfs_vfs](archive/i-nucleo-lrwan1/tests/pkg_fatfs_vfs/test.failed) - [tests/pkg_libfixmath_unittests](archive/i-nucleo-lrwan1/tests/pkg_libfixmath_unittests/test.failed) - [tests/pthread_flood](archive/i-nucleo-lrwan1/tests/pthread_flood/test.failed) ### p-nucleo-wb55/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](p-nucleo-wb55/tests/pkg_libfixmath_unittests/test.failed) - [tests/unittests](p-nucleo-wb55/tests/unittests/test.failed) ### nucleo-l152re/failuresummary Failures during test: - [tests/pkg_libfixmath_unittests](nucleo-l152re/tests/pkg_libfixmath_unittests/test.failed) ```

tests/pkg_libfixmath_unittests seem to not be working on any board that can run it.

NOTE: in the build I excluded all tests requiring sudo. examples/micropython is excluded as well.

I'll open issues for the ones I don't find a fix before friday.

fjmolinas commented 4 years ago

Regarding:

### openmote-b/failuresummary

Failures during test:
- [tests/unittests](archive/openmote-b/tests/unittests/test.failed)

Its actually a failure on tests/unittests/tests-rtt_rtc/tests-rtt_rtc.c.

fjmolinas commented 4 years ago

Regarding:

### openmote-b/failuresummary

Failures during test:
- [tests/unittests](archive/openmote-b/tests/unittests/test.failed)

Its actually a failure on tests/unittests/tests-rtt_rtc/tests-rtt_rtc.c.

Seems to be the common problem among boards failing the unittests.

fjmolinas commented 4 years ago

The two failures to flash on nrf52840dk are related to the usage of jlink, they work with openocd:

PROGRAMMER=openocd BUILD_IN_DOCKER=1 BOARD=nrf52840dk make -C examples/suit_update flash ``` make: Nothing to be done for 'all'. creating /data/riotbuild/riotbase/examples/suit_update/bin/nrf52840dk/suit_update-slot0.1595407702.riot.bin... text data bss dec hex filename 72896 192 25344 98432 18080 /data/riotbuild/riotbase/examples/suit_update/bin/nrf52840dk/suit_update.elf rsync --chmod=ugo=rwX /home/francisco/workspace/RIOT3/examples/suit_update/bin/nrf52840dk/suit_update-slot0-extended.bin ci@ci-riot-tribe.saclay.inria.fr:/builds/boards/bin/nrf52840dk_flashfile.bin ssh ci@ci-riot-tribe.saclay.inria.fr 'IMAGE_OFFSET= BOARD=nrf52840dk PROGRAMMER=openocd QUIET=0 make --no-print-directory -C /builds/boards flash-only FLASHFILE=/builds/boards/bin/nrf52840dk_flashfile.bin' /builds/boards/RIOT/dist/tools/openocd/openocd.sh flash /builds/boards/bin/nrf52840dk_flashfile.bin ### Flashing Target ### Binfile detected, adding ROM base address: 0x00000000 Flashing with IMAGE_OFFSET: 0x00000000 Open On-Chip Debugger 0.10.0+dev-g68611ef-dirty (2020-07-20-09:42) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html Info : J-Link OB-SAM3U128-V2-NordicSemi compiled Jan 7 2019 14:07:15 Info : Hardware version: 1.00 Info : VTarget = 3.300 V Info : clock speed 1000 kHz Info : SWD DPIDR 0x2ba01477 Info : nrf52.cpu: hardware has 6 breakpoints, 4 watchpoints Info : starting gdb server for nrf52.cpu on 0 Info : Listening on port 35593 for gdb connections TargetName Type Endian TapName State -- ------------------ ---------- ------ ------------------ ------------ 0* nrf52.cpu cortex_m little nrf52.cpu halted target halted due to debug-request, current mode: Thread xPSR: 0x01000000 pc: 0x00000274 msp: 0x20000200 Info : nRF52840-xxAA(build code: AA) 1024kB Flash, 256kB RAM Warn : Flash protection of this nRF device is not supported Warn : Adding extra erase range, 0x00081400 .. 0x00081fff auto erase enabled wrote 529408 bytes from file /builds/boards/bin/nrf52840dk_flashfile.bin in 19.640886s (26.323 KiB/s) verified 529408 bytes in 1.154273s (447.901 KiB/s) shutdown command invoked Done flashing ```
PROGRAMMER=openocd BUILD_IN_DOCKER=1 BOARD=nrf52840dk make -C tests/riotboot/ flash test ``` > getslotaddr 0 getslotaddr 0 Slot 0 address=0x00002400 > dumpaddrs dumpaddrs slot 0: metadata: 0x2000 image: 0x00002400 slot 1: metadata: 0x81000 image: 0x00081400 > TEST PASSED ```
fjmolinas commented 4 years ago

All ffs failures on nrf52840dk seem to be related to my local board, all three pass on an iotlab board except for a timeout issue (Timeout doesn't seem very deterministic I had to increase it a lot for every test, took as much as 11min on one of them).

IOTLAB_NODE=nrf52840dk-1.saclay.iot-lab.info BUILD_IN_DOCKER=1 BOARD=nrf52840dk make -C tests/pkg_littlefs/ flash test ``` main(): This is RIOT! (Version: 2020.10-devel-18-gab072-HEAD) ........ OK (8 tests) ```
IOTLAB_NODE=nrf52840dk-2.saclay.iot-lab.info BUILD_IN_DOCKER=1 BOARD=nrf52840dk make -C tests/pkg_littlefs2/ flash test ``` main(): This is RIOT! (Version: 2020.10-devel-18-gab072-HEAD) ........ OK (8 tests) ```
IOTLAB_NODE=nrf52840dk-3.saclay.iot-lab.info BUILD_IN_DOCKER=1 BOARD=nrf52840dk make -C tests/pkg_spiffs/ flash test ``` READY s START main(): This is RIOT! (Version: 2020.10-devel-18-gab072-HEAD) ......... OK (9 tests) ```
fjmolinas commented 4 years ago

tests/ssp on openmote-b fails just because the boards shut-downs before printing the message.

fjmolinas commented 4 years ago

tests/periph_wdt: succeeds for me locally on arduino-mega2560

PASSED target time: 128[ms], actual_time: 167.4[ms]
PASSED target time: 512[ms], actual_time: 669.716[ms]
PASSED target time: 1024[ms], actual_time: 1339.476[ms]
PASSED target time: 8192[ms], actual_time: 10019.32[ms]
TEST PASSED
miri64 commented 4 years ago

Closing in favor of #175