set -e; for d in argp nettle spki src doc; do echo "Making check in $d" ; (cd $d && make check); done Making check in argp make check-here true set -e; for d in testsuite; do echo "Making check in $d" ; (cd $d && make check); done Making check in testsuite srcdir="." EXEEXT="" ./run-tests ex1-test permute-test PASS: ex1 PASS: permute ================== All 2 tests passed ================== Making check in nettle make check-here true set -e; for d in tools testsuite examples; do echo "Making check in $d" ; (cd $d && make check); done Making check in tools true Making check in testsuite LD_LIBRARY_PATH=../.lib srcdir="." ./run-tests aes-test arcfour-test arctwo-test blowfish-test cast128-test base16-test base64-test des-test des3-test des-compat-test md2-test md4-test md5-test md5-compat-test sha1-test sha256-test serpent-test twofish-test buffer-test yarrow-test sexp-test sexp-format-test rsa2sexp-test sexp2rsa-test knuth-lfib-test cbc-test ctr-test hmac-test bignum-test pkcs1-test rsa-test rsa-encrypt-test rsa-keygen-test dsa-test dsa-keygen-test cxx-test sexp-conv-test pkcs1-conv-test symbols-test PASS: aes PASS: arcfour PASS: arctwo PASS: blowfish PASS: cast128 PASS: base16 PASS: base64 PASS: des PASS: des3 Doing ecb Doing ede ecb Doing cbc Doing ede cbc Doing cbc_cksum PASS: des-compat PASS: md2 PASS: md4 PASS: md5 PASS: md5-compat PASS: sha1 PASS: sha256 PASS: serpent PASS: twofish PASS: buffer PASS: yarrow PASS: sexp PASS: sexp-format PASS: rsa2sexp PASS: sexp2rsa PASS: knuth-lfib PASS: cbc PASS: ctr PASS: hmac PASS: bignum PASS: pkcs1 PASS: rsa PASS: rsa-encrypt PASS: rsa-keygen PASS: dsa PASS: dsa-keygen PASS: cxx PASS: sexp-conv PASS: pkcs1-conv PASS: symbols =================== All 39 tests passed =================== Making check in examples LD_LIBRARY_PATH=../.lib srcdir="." "."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test ........... ............................................... PASS: rsa-sign PASS: rsa-verify PASS: rsa-encrypt ================== All 3 tests passed ================== Making check in spki make check-here true set -e; for d in tools testsuite; do echo "Making check in $d" ; (cd $d && make check); done Making check in tools Making check in testsuite LD_LIBRARY_PATH=../nettle_builddir/.lib srcdir=. ./run-tests principal-test date-test tag-test read-acl-test lookup-acl-test read-cert-test cdsa-reduce-test check-signature-test make-signature-test delegate-test reduce-test PASS: principal PASS: date PASS: tag PASS: read-acl PASS: lookup-acl PASS: read-cert i: 1 i: 2 i: 3 i: 4 i: 5 i: 6 i: 7 i: 8 i: 9 i: 10 i: 11 i: 12 i: 14 i: 15 i: 16 i: 17 i: 21 i: 22 i: 23 i: 24 i: 25 i: 26 PASS: cdsa-reduce Bad signature Bad signature Bad signature Hash value doesn't match input. Bad signature Bad signature Bad signature PASS: check-signature Hash value doesn't match input. PASS: make-signature PASS: delegate PASS: reduce =================== All 11 tests passed =================== Making check in src make check-here true set -e; for d in testsuite; do echo "Making check in $d" ; (cd $d && make check); done Making check in testsuite gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c testutils.c && true gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c arcfour-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib arcfour-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o arcfour-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c aes-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib aes-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o aes-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c blowfish-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib blowfish-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o blowfish-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c cast128-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib cast128-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o cast128-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c des-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib des-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o des-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c serpent-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib serpent-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o serpent-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c twofish-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib twofish-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o twofish-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c md5-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib md5-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o md5-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c sha1-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib sha1-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o sha1-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c rsa-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib rsa-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o rsa-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c dsa-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib dsa-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o dsa-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c server-config-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib server-config-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o server-config-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c spki-tag-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib spki-tag-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o spki-tag-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c string-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib string-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o string-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c sockaddr2info-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib sockaddr2info-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o sockaddr2info-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c utf8-test.c && true gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib utf8-test.o testutils.o ../algorithms.o ../alist.o ../atoms.o ../charset.o ../compress.o ../crypto.o ../dsa.o ../list.o ../format.o ../gc.o ../io.o ../lock_file.o ../lsh_string.o ../parse.o ../pkcs5.o ../randomness.o ../resource.o ../rsa.o ../server_config.o ../sexp.o ../spki.o ../tokenize_config.o ../unix_random.o ../werror.o ../xalloc.o -lspki -lhogweed -lnettle -lpam -lutil -lcrypt -lXau -loop -lgmp -largp -o utf8-test gcc -I.. -I./.. -I../argp_builddir -I../nettle_builddir -I../spki_builddir -I/usr/local/include -I/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c prgrp-timeout.c && true prgrp-timeout.c:18: warning: unused parameter 'signo' gcc -g -O2 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L../argp_builddir -L../nettle_builddir -L../spki_builddir -L/usr/local/lib -L/home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/pfx/lib -L/usr/local/lib prgrp-timeout.o -o prgrp-timeout LD_LIBRARY_PATH="`pwd`/../nettle_builddir/.lib" srcdir=`cd . && pwd` ./prgrp-timeout -n -t 28800 ./run-tests arcfour-test aes-test blowfish-test cast128-test des-test serpent-test twofish-test md5-test sha1-test rsa-test dsa-test server-config-test spki-tag-test string-test sockaddr2info-test utf8-test conv-1-test conv-2-test conv-3-test export-1-test keygen-1-test keygen-2-test write-key-1-test write-key-2-test seed-test lsh-1-test lsh-2-test lsh-3-test lsh-4-test lsh-5-test lsh-6-test lsh-7-test lsh-8-test lsh-9-test lsh-10-test lsh-11-test lsh-12-test lsh-encrypted-key-test lsh-decrypt-key-test lsh-cat-test lshg-1-test lshg-cat-test lshg-cat-2-test daemon-fd-test tcpip-local-test tcpip-local-in-use-test tcpip-remote-test socks5-test socks4-test lshg-tcpip-local-test lcp-test rapid7-lsh-test rapid7-lshd-test login-auth-test lshd-no-auth-test lshd-random-input-test Creating seed file Creating identity.pub for tests .................................................................................................................................... ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, g Authorizing key for login Created /home/nisse/xenofarm/client/lsh/king.swox.se/buildtmp/dist/lsh-2.9.1-exp/src/testsuite/home/.lsh/authorized_keys_sha1 Creating utmp/wtmp logs PASS: arcfour PASS: aes PASS: blowfish PASS: cast128 PASS: des PASS: serpent PASS: twofish PASS: md5 PASS: sha1 PASS: rsa PASS: dsa PASS: server-config PASS: spki-tag PASS: string PASS: sockaddr2info PASS: utf8 PASS: conv-1 PASS: conv-2 PASS: conv-3 PASS: export-1 Testing lsh-keygen DSA key generation ........................................................... ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, g (private-key (dsa (p |AM+L32/o69stCyVve426wYNaRZrfFGqxtL5JHyomxx5DOfhLJU FJd8jePgx47KQPm2bDsLcTDIr6WHPg0AcTGu20B5ojjx1tB1YD XK3u0wT1|) (q |AN2YwiVrsXPc+ZIEkUZBN4O4WSdT|) (g |NHlPGW43O5yeauiDConb9tTG0N3PKEUkCxOpmyLqI5Etj+Rhpx d1b1DKkTC7ETzYVfXUSU/g7wOVODrHsHzU7V9VS4GKbHSdSYZe qlKvTzs=|) (y |F1EmDilV8C7PhFR2NONd4ihj0UuM0fufvsJ3KxSxqWgwwKpdFM 0fgMwpDXuUpEDwYyxr1xrgMj8MyzAPwuMSZrJITKPmsp6RWmsu vZXvUbE=|) (x |AL7gM8p5xrNs/Wa+6kOPY28ZTQaM|))) PASS: keygen-1 Testing lsh-keygen RSA key generation ... .............. (private-key (rsa-pkcs1 (n |AQV1H+pCUSXKb4tOrEFHTDhsZINWOZMEnHCR6tB4yokF YqomMRen3lSXbNpBM+qV9q9a2/Wgyj+pSfG0akOJlMxt Yg8NWA+EjRZ9Sty8UrTShQecn8GEvplF7qSCESJOZ3E=|) (e |KhcLzw==|) (d |APIxJkYd0ISO2Ac4yjtCbPAw6RdCFfgnphm5fZSaLZPy 5KZxm7Q47Eo+e1jpiaOHqV0I0QlOGP1G5sc1NldYulNa cGbqd++bLsYABWTqVkQtvp8bNBqNZ/G9/+DBh817Fds=|) (p |H8/F/eNWzODxaQT/ZgVa2udxqTE/GNNN5QBr+evV1x7f mkkXAjTtxL0OzWvatAZc4w==|) (q |CDgL92W4xcU1/zqVZNDP+zdSTu0LRRmJx4ZMhazcQYVf us71dZht3e47wYHBPO1Omw==|) (a |Dh0o7fNb/ms/9jyzHY1UH4idBgDREoReg36mSmEtAHbP l7JgKjAWddPX/rxcCumT9w==|) (b |A1OHcGs1C1mz+9h7PnO7m9NrxfX+fea8Q0yKEpKbhPxp Wjirv5vtQEBztbDH0sgF3Q==|) (c |FsKMb5OoaESWk0LS2Jgu5eplOnQ4QVggnktL1Hfowttf VIvTGc8NjiChSZfFzPevlg==|))) PASS: keygen-2 Testing lsh-writekey PASS: write-key-1 Testing lsh-writekey with no argument PASS: write-key-2 Testing lsh-make-seed test-seed-1 test-seed-2 differ: char 1, line 1 PASS: seed lsh, test 1 Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd pid: 36569 lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. lshd-connection: Transport layer closed lshd: SIGHUP received. PASS: lsh-1 lsh, test 2 Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd pid: 36597 lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. Hello world. lshd-connection: Transport layer closed lshd: SIGHUP received. PASS: lsh-2 lsh, test 3 Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd pid: 36626 lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. Hello world. lshd-connection: Transport layer closed lshd: SIGHUP received. PASS: lsh-3 lsh, test 4 Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd pid: 36654 lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. Hello world lshd-connection: Transport layer closed lshd: SIGHUP received. PASS: lsh-4 lsh, test 5, using an RSA hostkey Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd pid: 36681 lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. lshd-connection: Transport layer closed lshd: SIGHUP received. PASS: lsh-5 lsh, test 6, using various encryption algorithms Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd pid: 36709 Trying encryption flag arcfour lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. Ok Trying encryption flag twofish lshd-connection: Transport layer closed lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. Ok Trying encryption flag blowfish lshd-connection: Transport layer closed lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. Ok Trying encryption flag 3des lshd-connection: Transport layer closed lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. Ok Trying encryption flag aes-cbc lshd-connection: Transport layer closed lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. Ok Trying encryption flag aes-ctr lshd-connection: Transport layer closed lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. Ok Trying encryption flag rijndael lshd-connection: Transport layer closed lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. Ok Trying encryption flag cast128 lshd-connection: Transport layer closed lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. Ok Trying encryption flag all lshd-connection: Transport layer closed lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. Ok lshd-connection: Transport layer closed lshd: SIGHUP received. PASS: lsh-6 lsh, test 7 Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd pid: 36776 lshd: SIGHUP received. PASS: lsh-7 lsh, test 8, unencrypted session Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd pid: 36801 lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. lshd: SIGHUP received. lshd-connection: Transport layer closed PASS: lsh-8 lsh, test 9, check that LSHFLAGS works. Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd pid: 36829 lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. lshd-connection: Transport layer closed lshd: SIGHUP received. PASS: lsh-9 lsh, test 10 SKIP: lsh-10 lsh, test 11 Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd pid: 36871 lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. lshd-connection: Transport layer closed lshd: SIGHUP received. PASS: lsh-11 lsh, test 12 Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd pid: 36903 io_set_nonblocking: fcntl(F_SETFL) failed : Inappropriate ioctl for device lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. lshd-connection: Sending message to pty helper failed: : Invalid argument. lshd-connection: Sending message to pty helper failed: : Invalid argument. lsh exit status: 0 : Ok, files match. lshd-connection: Transport layer closed lshd: SIGHUP received. PASS: lsh-12 lsh, encrypted key test SKIP: lsh-encrypted-key lsh-decrypt-key-test ..................... .......b .......................................................................................................................................................... ................b ..................... ..................... PASS: lsh-decrypt-key lsh, cat test Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd pid: 36984 lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. lshd-connection: Transport layer closed lsh-cat-test: Ok, files match. lshd: SIGHUP received. PASS: lsh-cat lshg test 1 Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd pid: 37013 lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. lshd: SIGHUP received. PASS: lshg-1 lshg, cat test Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd-connection: Transport layer closed lshd pid: 37048 lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. lshg-cat-test: Ok, files match. lshd: SIGHUP received. PASS: lshg-cat lshg, cat 2 test Ignoring --interface option; using localhost only. lshd: Ignoring interface config file option; using localhost only. lshd-connection: Transport layer closed lshd pid: 37082 lshd-userauth: Started userauth service. lshd-connection: Started connection service lshd-connection: Sending message to pty helper failed: : Invalid argument. lshg-cat-2-test: Ok, files match. lshd: SIGHUP received. PASS: lshg-cat-2 lshd-connection: Transport layer closed SKIP: daemon-fd SKIP: tcpip-local SKIP: tcpip-local-in-use SKIP: tcpip-remote SKIP: socks5 SKIP: socks4 SKIP: lshg-tcpip-local testing lcp SKIP: lcp SKIP: rapid7-lsh SKIP: rapid7-lshd lsh, test login, login-auth-mode SKIP: login-auth lshd, no-auth-test lshd: unrecognized option `--no-password' Try `lshd --help' or `lshd --usage' for more information. PASS: lshd-no-auth SKIP: lshd-random-input =================== All 42 tests passed =================== Waiting 10 seconds, for grandchild processes to clean up. Making check in doc