==== run-no-cksum ==== # send and receive packet without checksum doas -n ./rip6cksum -r 32 -s 8 -w -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -r 8 -s 32 socket inet6 raw 255 bind ::1 connect ::1 fork child process child pid 66553 execute python3 select socket read WARNING: No IPv4 address found on iwm0 ! WARNING: ioctl(SIOCGIFFLAGS) failed on vether1 ! WARNING: ioctl(SIOCGIFFLAGS) failed on lo35 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 32 filter proto 255 and len = 52 Begin emission: Finished sending 1 packets. rip6cksum: timeout *** Error 1 in . (Makefile:34 'run-no-cksum') FAILED ==== run-bad-cksum ==== # enable checksum, send packet without checksum, expect icmp doas -n ./rip6cksum -c 0 -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -i -r 32 -s 32 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum 0 fork child process child pid 60807 execute python3 wait for child WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 32 filter icmp6 and len = 124 Begin emission: Finished sending 1 packets. Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range rip6cksum: child program python3 status 256 *** Error 1 in . (Makefile:40 'run-bad-cksum') FAILED ==== run-disable-cksum ==== # send and receive packet with explicitly disabled checksum doas -n ./rip6cksum -c -1 -r 32 -s 8 -w -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -r 8 -s 32 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum -1 fork child process child pid 35508 select socket read execute python3 WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 32 filter proto 255 and len = 52 Begin emission: Finished sending 1 packets. rip6cksum: timeout *** Error 1 in . (Makefile:46 'run-disable-cksum') FAILED ==== run-ckoff-0 ==== # use checksum at offset 0 doas -n ./rip6cksum -c 0 -r 32 -s 8 -w -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -c 0 -r 8 -s 32 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum 0 fork child process child pid 96377 select socket read execute python3 WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 32 calculated checksum is 3551 filter proto 255 and len = 52 Begin emission: Finished sending 1 packets. Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range rip6cksum: timeout *** Error 1 in . (Makefile:52 'run-ckoff-0') FAILED ==== run-ckoff-0-empty ==== # use checksum at offset 0, but packet is empty, expect icmp doas -n ./rip6cksum -c 0 -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -i -r 0 -s 0 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum 0 fork child process child pid 1482 wait for child execute python3 WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 0 filter icmp6 and len = 92 Begin emission: Finished sending 1 packets. Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range rip6cksum: child program python3 status 256 *** Error 1 in . (Makefile:58 'run-ckoff-0-empty') FAILED ==== run-ckoff-0-short ==== # use checksum at offset 0, but packet is only 1 byte long, expect icmp doas -n ./rip6cksum -c 0 -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -i -r 1 -s 1 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum 0 fork child process execute python3 child pid 75042 wait for child WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 1 filter icmp6 and len = 93 Begin emission: Finished sending 1 packets. Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range rip6cksum: child program python3 status 256 *** Error 1 in . (Makefile:64 'run-ckoff-0-short') FAILED ==== run-ckoff-0-exact ==== # use checksum at offset 0, packet is exactly 2 bytes long doas -n ./rip6cksum -c 0 -r 2 -s 2 -w -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -c 0 -s 2 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum 0 fork child process child pid 9158 select socket read execute python3 WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 2 calculated checksum is 65276 filter proto 255 Begin emission: Finished sending 1 packets. rip6cksum: timeout *** Error 1 in . (Makefile:70 'run-ckoff-0-exact') FAILED ==== run-ckoff-0-long ==== # use checksum at offset 0, packet is 3 bytes long doas -n ./rip6cksum -c 0 -r 3 -s 3 -w -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -c 0 -s 3 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum 0 fork child process child pid 89839 select socket read execute python3 WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 3 calculated checksum is 64763 filter proto 255 Begin emission: Finished sending 1 packets. Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range rip6cksum: timeout *** Error 1 in . (Makefile:76 'run-ckoff-0-long') FAILED ==== run-ckoff-2 ==== # use checksum at offset 2 doas -n ./rip6cksum -c 2 -r 32 -s 8 -w -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -c 2 -r 8 -s 32 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum 2 fork child process execute python3 child pid 14991 select socket read WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 32 calculated checksum is 4065 filter proto 255 and len = 52 Begin emission: Finished sending 1 packets. rip6cksum: timeout *** Error 1 in . (Makefile:82 'run-ckoff-2') FAILED ==== run-ckoff-2-empty ==== # use checksum at offset 2, but packet is empty, expect icmp doas -n ./rip6cksum -c 2 -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -i -r 0 -s 0 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum 2 fork child process child pid 82187 wait for child execute python3 WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 0 filter icmp6 and len = 92 Begin emission: Finished sending 1 packets. Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range rip6cksum: child program python3 status 256 *** Error 1 in . (Makefile:88 'run-ckoff-2-empty') FAILED ==== run-ckoff-2-short-1 ==== # use checksum at offset 2, but packet is only 1 byte long, expect icmp doas -n ./rip6cksum -c 2 -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -i -r 1 -s 1 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum 2 fork child process child pid 31443 wait for child execute python3 WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 1 filter icmp6 and len = 93 Begin emission: Finished sending 1 packets. Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range rip6cksum: child program python3 status 256 *** Error 1 in . (Makefile:94 'run-ckoff-2-short-1') FAILED ==== run-ckoff-2-short-2 ==== # use checksum at offset 2, but packet is only 2 byte long, expect icmp doas -n ./rip6cksum -c 2 -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -i -r 2 -s 2 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum 2 fork child process execute python3 child pid 45336 wait for child WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 2 filter icmp6 and len = 94 Begin emission: Finished sending 1 packets. Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range rip6cksum: child program python3 status 256 *** Error 1 in . (Makefile:100 'run-ckoff-2-short-2') FAILED ==== run-ckoff-2-short-3 ==== # use checksum at offset 2, but packet is only 3 byte long, expect icmp doas -n ./rip6cksum -c 2 -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -i -r 3 -s 3 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum 2 fork child process child pid 49378 wait for child execute python3 WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 3 filter icmp6 and len = 95 Begin emission: Finished sending 1 packets. Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range rip6cksum: child program python3 status 256 *** Error 1 in . (Makefile:106 'run-ckoff-2-short-3') FAILED ==== run-ckoff-2-exact ==== # use checksum at offset 2, packet is exactly 4 bytes long doas -n ./rip6cksum -c 2 -r 4 -s 4 -w -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -c 2 -s 4 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum 2 fork child process child pid 53252 execute python3 select socket read WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 4 calculated checksum is 65273 filter proto 255 Begin emission: Finished sending 1 packets. rip6cksum: timeout *** Error 1 in . (Makefile:112 'run-ckoff-2-exact') FAILED ==== run-ckoff-2-long ==== # use checksum at offset 2, packet is 5 bytes long doas -n ./rip6cksum -c 2 -r 5 -s 5 -w -- python3 -u /home/src/regress/sys/netinet6/rip6cksum/sendrecv.py -c 2 -s 5 socket inet6 raw 255 bind ::1 connect ::1 setsockopt ipv6 checksum 2 fork child process child pid 78723 execute python3 select socket read WARNING: No IPv4 address found on iwm0 ! WARNING: No IPv4 address found on iwm0 ! WARNING: more No IPv4 address found on iwm0 ! /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:474: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, /usr/local/lib/python3.12/site-packages/scapy/layers/ipsec.py:478: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. cipher=algorithms.TripleDES, payload length is 5 calculated checksum is 64248 filter proto 255 Begin emission: Finished sending 1 packets. Received 0 packets, got 0 answers, remaining 1 packets (, ) Traceback (most recent call last): File "/home/src/regress/sys/netinet6/rip6cksum/sendrecv.py", line 64, in res=ans[0][0][1] ~~~~~~^^^ File "/usr/local/lib/python3.12/site-packages/scapy/plist.py", line 176, in __getitem__ return self.res.__getitem__(item) ^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range rip6cksum: timeout *** Error 1 in . (Makefile:118 'run-ckoff-2-long') FAILED