START usr.bin/nc 2024-07-26T00:54:01Z ==== run-tcp ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tcp6 ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tcp-localhost-server ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tcp6-localhost-server ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tcp-localhost-client ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tcp6-localhost-client ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tcp-bad-localhost-server ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tcp6-bad-localhost-server ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tcp-bad-localhost-client ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tcp6-bad-localhost-client ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tcp-sleep ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tcp-keep ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tls ==== openssl req -batch -new -subj /L=OpenBSD/O=netcat-regress/OU=server/CN=127.0.0.1/ -nodes -newkey rsa -keyout 127.0.0.1.key -x509 -out 127.0.0.1.crt Generating a 2048 bit RSA private key ........................................................... ................ writing new private key to '127.0.0.1.key' ----- pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tls6 ==== openssl req -batch -new -subj /L=OpenBSD/O=netcat-regress/OU=server/CN=::1/ -nodes -newkey rsa -keyout 1.key -x509 -out 1.crt Generating a 2048 bit RSA private key .. ...... writing new private key to '1.key' ----- pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tls-localhost ==== openssl req -batch -new -subj /L=OpenBSD/O=netcat-regress/OU=ca/CN=root/ -nodes -newkey rsa -keyout ca.key -x509 -out ca.crt Generating a 2048 bit RSA private key ............ ....................................................................................................................................................................................................................................................... writing new private key to 'ca.key' ----- openssl req -batch -new -subj /L=OpenBSD/O=netcat-regress/OU=server/CN=localhost/ -nodes -newkey rsa -keyout server.key -out server.req Generating a 2048 bit RSA private key .............................................................................. ....................................... writing new private key to 'server.key' ----- openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in server.req -out server.crt 6480475123424:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'server.crt') FAILED ==== run-tls-bad-ca ==== openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in server.req -out server.crt 10172523826912:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'server.crt') FAILED ==== run-tls-name ==== openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in server.req -out server.crt 10821631274720:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'server.crt') FAILED ==== run-tls-bad-name ==== openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in server.req -out server.crt 11345622154976:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'server.crt') FAILED ==== run-tls-hash ==== openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in server.req -out server.crt 6720848584416:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'server.crt') FAILED ==== run-tls-bad-hash ==== openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in server.req -out server.crt 2325543161568:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'server.crt') FAILED ==== run-tls-client ==== openssl req -batch -new -subj /L=OpenBSD/O=netcat-regress/OU=client/CN=localhost/ -nodes -newkey rsa -keyout client.key -out client.req Generating a 2048 bit RSA private key ................ .................... writing new private key to 'client.key' ----- openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in client.req -out client.crt 608459308768:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'client.crt') FAILED ==== run-tls-bad-client ==== openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in client.req -out client.crt 5948887482080:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'client.crt') FAILED ==== run-tls-client-bad-ca ==== openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in client.req -out client.crt 2554793119456:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'client.crt') FAILED ==== run-tls-client-name ==== openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in client.req -out client.crt 15070779219680:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'client.crt') FAILED ==== run-tls-client-bad-name ==== openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in client.req -out client.crt 8098191703776:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'client.crt') FAILED ==== run-tls-client-hash ==== openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in client.req -out client.crt 7661843201760:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'client.crt') FAILED ==== run-tls-client-bad-hash ==== openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in client.req -out client.crt 7440337174240:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'client.crt') FAILED ==== run-tls-client-no-hash ==== openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt -req -in client.req -out client.crt 4826822409952:error:09FFF06C:PEM routines:CRYPTO_internal:no start line:/usr/src/lib/libcrypto/pem/pem_lib.c:699:Expecting: CERTIFICATE REQUEST *** Error 1 in . (Makefile:1104 'client.crt') FAILED ==== run-tls-sleep ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tls-keep ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-udp ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-udp6 ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-udp-probe ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-udp-localhost ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-udp6-localhost ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-udp-keep ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-udp-sleep ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-unix ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-unix-namelookup ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-unix-probe ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-unix-keep ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-unix-dgram ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-unix-dgram-namelookup ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-unix-dgram-clientsock ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-unix-dgram-keep ==== pkill netcat-regress || true rm -f netcat-regress # copying global netcat to local name allows to pkill it during cleanup cp /usr/bin/nc netcat-regress cp: netcat-regress: No space left on device *** Error 1 in . (Makefile:31 'setup') FAILED ==== run-tcp-test ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/usr.bin/nc/server-tcp.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'server-tcp.o') FAILED ==== run-tcp-test-shutdown ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/usr.bin/nc/server-tcp.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'server-tcp.o') FAILED ==== run-tcp-server ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/usr.bin/nc/client-tcp.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'client-tcp.o') FAILED ==== run-tcp-server-eof ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/usr.bin/nc/client-tcp.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'client-tcp.o') FAILED ==== run-tcp-server-reverse-eof ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/usr.bin/nc/client-tcp.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'client-tcp.o') FAILED ==== run-tcp-server-shutdown-eof ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/usr.bin/nc/client-tcp.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'client-tcp.o') FAILED ==== run-tcp-server-shutdown-reverse-eof ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/usr.bin/nc/client-tcp.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'client-tcp.o') FAILED ==== run-tcp-client ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/usr.bin/nc/server-tcp.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'server-tcp.o') FAILED ==== run-tcp-client-eof ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/usr.bin/nc/server-tcp.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'server-tcp.o') FAILED ==== run-tcp-client-reverse-eof ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/usr.bin/nc/server-tcp.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'server-tcp.o') FAILED ==== run-tcp-client-shutdown-eof ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/usr.bin/nc/server-tcp.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'server-tcp.o') FAILED ==== run-tcp-client-shutdown-reverse-eof ==== cc -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/usr.bin/nc/server-tcp.c fatal error: error in backend: IO failure on output stream: No space left on device *** Error 1 in . (:87 'server-tcp.o') FAILED ==== cleanup ==== pkill netcat-regress || true FAIL usr.bin/nc *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:1104 'server.crt'), *** Error 1 in . (Makefile:1104 'server.crt'), *** Error 1 in . (Makefile:1104 'server.crt'), *** Error 1 in . (Makefile:1104 'server.crt'), *** Error 1 in . (Makefile:1104 'server.crt'), *** Error 1 in . (Makefile:1104 'server.crt'), *** Error 1 in . (Makefile:1104 'client.crt'), *** Error 1 in . (Makefile:1104 'client.crt'), *** Error 1 in . (Makefile:1104 'client.crt'), *** Error 1 in . (Makefile:1104 'client.crt'), *** Error 1 in . (Makefile:1104 'client.crt'), *** Error 1 in . (Makefile:1104 'client.crt'), *** Error 1 in . (Makefile:1104 'client.crt'), *** Error 1 in . (Makefile:1104 'client.crt'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (Makefile:31 'setup'), *** Error 1 in . (:87 'server-tcp.o'), *** Error 1 in . (:87 'server-tcp.o'), *** Error 1 in . (:87 'client-tcp.o'), *** Error 1 in . (:87 'client-tcp.o'), *** Error 1 in . (:87 'client-tcp.o'), *** Error 1 in . (:87 'client-tcp.o'), *** Error 1 in . (:87 'client-tcp.o'), *** Error 1 in . (:87 'server-tcp.o'), *** Error 1 in . (:87 'server-tcp.o'), *** Error 1 in . (:87 'server-tcp.o'), *** Error 1 in . (:87 'server-tcp.o'), *** Error 1 in . (:87 'server-tcp.o')