START sys/netinet6/srcaddr 2024-07-26T00:51:28Z ==== run-localhost ==== ifconfig vether1 destroy 2>/dev/null || true ifconfig lo1 destroy 2>/dev/null || true ifconfig vether1 inet6 rdomain 1 eui64 up sh -c "ifconfig vether1 | awk '/inet6/ {print \$2}' > vether1_ll" ifconfig lo1 inet rdomain 1 127.0.0.1/8 up ifconfig lo1 inet6 rdomain 1 eui64 cc -O2 -pipe -MD -MP -c /usr/src/regress/sys/netinet6/srcaddr/srcaddr.c cc -o srcaddr srcaddr.o ld: error: failed to open srcaddr: No space left on device cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error 1 in . (:126 'srcaddr') FAILED ==== run-linklocal ==== ifconfig vether1 destroy 2>/dev/null || true ifconfig lo1 destroy 2>/dev/null || true ifconfig vether1 inet6 rdomain 1 eui64 up sh -c "ifconfig vether1 | awk '/inet6/ {print \$2}' > vether1_ll" ifconfig lo1 inet rdomain 1 127.0.0.1/8 up ifconfig lo1 inet6 rdomain 1 eui64 cc -o srcaddr srcaddr.o ld: error: failed to open srcaddr: No space left on device cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error 1 in . (:126 'srcaddr') FAILED ==== cleanup ==== ifconfig vether1 destroy 2>/dev/null || true ifconfig lo1 destroy 2>/dev/null || true FAIL sys/netinet6/srcaddr *** Error 1 in . (:126 'srcaddr'), *** Error 1 in . (:126 'srcaddr')