Bug 2412 - make tests does not PASS all tests with SNAP openssh-SNAP-20150607.tar.gz
Summary: make tests does not PASS all tests with SNAP openssh-SNAP-20150607.tar.gz
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: 6.8p1
Hardware: PPC AIX
: P5 normal
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-07 08:47 AEST by Michael Felt
Modified: 2016-08-02 10:40 AEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Felt 2015-06-07 08:47:43 AEST
tail:
ssh connect with protocol 1 failed
ssh connect with protocol 2 failed
failed simple connect
make[1]: *** [t-exec] Error 1
make[1]: Leaving directory `/data/prj/openbsd/openssh/snap/openssh/regress'
make: *** [tests] Error 2

Full detail follows:
This is a reinstalled 'build' server, so the ssh conf directory is empty - actually - it does not even exist - so there are many warnings about files not being available. Maybe doing a 'make install' and then 'make tests' will resolve this - but my preference would be for tests that only used 'test' data, not potentially live data. And, actually, the output makes me think that for the failed connect tests it has actually created new keys.

Full build details. Additional detail on request!

root@x064:[/data/prj/openbsd/openssh/snap/openssh]buildaix                  
xlc is /usr/vacpp/bin/xlc
+ CPPFLAGS="-I/opt/include" CFLAGS="-I/opt/include -I/opt/buildaix/include -O2" ./configure \ 
                --prefix=/opt  \ 
                --sysconfdir=/var/openssh/etc \ 
                --sharedstatedir=/var/openssh/com \ 
                --localstatedir=/var/openssh \ 
                --mandir=/opt/share/man/openssh \ 
                --infodir=/opt/share/info/openssh  \ 
                        > .buildaix/configure.out
configure: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: zlib.h: proceeding with the compiler's result
configure: WARNING: Please check and edit blibpath in LDFLAGS in Makefile
+ /opt/bin/make > .buildaix/make.out
"bsd-cray.c", line 817.23: 1506-356 (W) Compilation unit is empty.
"kludge-fd_set.c", line 28.1: 1506-356 (W) Compilation unit is empty.
"glob.c", line 93.9: 1506-236 (W) Macro name TILDE has been redefined.
"glob.c", line 93.9: 1506-358 (I) "TILDE" is defined on line 250 of /usr/include/sys/ioctl.h.
"strnlen.c", line 37.7: 1506-356 (W) Compilation unit is empty.
"/usr/include/syms.h", line 288.9: 1506-236 (W) Macro name T_NULL has been redefined.
"/usr/include/syms.h", line 288.9: 1506-358 (I) "T_NULL" is defined on line 150 of /usr/include/arpa/onameser_compat.h.
ar: Creating an archive file libopenbsd-compat.a.
"ssh-pkcs11.c", line 578.30: 1506-068 (W) Operation between types "unsigned long(*)(struct _CK_FUNCTION_LIST**)" and "void*" is not allowed.
ar: Creating an archive file libssh.a.
    1500-030: (I) INFORMATION: main: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
    1500-030: (I) INFORMATION: process_config_line: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
    1500-030: (I) INFORMATION: main: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
"auth-rsa.c", line 220.44: 1506-280 (W) Function argument assignment between types "unsigned int*" and "int*" is not allowed.
"platform.c", line 195.44: 1506-280 (W) Function argument assignment between types "char*" and "const char*" is not allowed.
    1500-030: (I) INFORMATION: process_server_config_line: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
"monitor.c", line 702.36: 1506-280 (W) Function argument assignment between types "unsigned int*" and "int*" is not allowed.
     470  1500-010: (W) WARNING in monitor_child_postauth: Infinite loop.  Program may not stop.
    1640  1500-010: (W) WARNING in sftp_server_main: Infinite loop.  Program may not stop.
     307  1500-010: (W) WARNING in main: Infinite loop.  Program may not stop.
    1408  1500-010: (W) WARNING in main: Infinite loop.  Program may not stop.
+ /opt/bin/make install DESTDIR=/var/aixtools/snap/openssh/1.0.0.0 > .buildaix/install.out
Could not load host key: /var/openssh/etc/ssh_host_rsa_key
Could not load host key: /var/openssh/etc/ssh_host_dsa_key
Could not load host key: /var/openssh/etc/ssh_host_ed25519_key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available -- exiting.
make: [check-config] Error 1 (ignored)
+ mkinstallp.ksh /var/aixtools/snap/openssh/1.0.0.0 > .buildaix/mkinstallp.out
readline() on closed filehandle RAL at /usr/sbin/makebff.pl line 276.
==============================
aixtools.snap.openssh:aixtools.snap.openssh.man:1.0.0.0::I:T:::::N:man pages::::0::
aixtools.snap.openssh:aixtools.snap.openssh.rte:1.0.0.0::I:T:::::N:1522 0606 2231::::0::
==============================
root@x064:[/data/prj/openbsd/openssh/snap/openssh]make tests
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress
[ -d `pwd`/regress/unittests ] || mkdir -p `pwd`/regress/unittests
[ -d `pwd`/regress/unittests/test_helper ] || \
        mkdir -p `pwd`/regress/unittests/test_helper
[ -d `pwd`/regress/unittests/sshbuf ] || \
        mkdir -p `pwd`/regress/unittests/sshbuf
[ -d `pwd`/regress/unittests/sshkey ] || \
        mkdir -p `pwd`/regress/unittests/sshkey
[ -d `pwd`/regress/unittests/bitmap ] || \
        mkdir -p `pwd`/regress/unittests/bitmap
[ -d `pwd`/regress/unittests/hostkeys ] || \
        mkdir -p `pwd`/regress/unittests/hostkeys
[ -d `pwd`/regress/unittests/kex ] || \
        mkdir -p `pwd`/regress/unittests/kex
[ -f `pwd`/regress/Makefile ] || \
    ln -s `cd . && pwd`/regress/Makefile `pwd`/regress/Makefile
(cd openbsd-compat && make)
make[1]: Entering directory `/data/prj/openbsd/openssh/snap/openssh/openbsd-compat'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/data/prj/openbsd/openssh/snap/openssh/openbsd-compat'
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -o regress/modpipe regress/modpipe.c \
-L. -Lopenbsd-compat/  -blibpath:/usr/lib:/lib -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -lz 
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -o regress/setuid-allowed regress/setuid-allowed.c \
-L. -Lopenbsd-compat/  -blibpath:/usr/lib:/lib -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -lz 
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -o regress/netcat regress/netcat.c \
-L. -Lopenbsd-compat/  -blibpath:/usr/lib:/lib -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -lz 
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/sshbuf/tests.c -o regress/unittests/sshbuf/tests.o
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/sshbuf/test_sshbuf.c -o regress/unittests/sshbuf/test_sshbuf.o
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/sshbuf/test_sshbuf_getput_basic.c -o regress/unittests/sshbuf/test_sshbuf_getput_basic.o
    1500-030: (I) INFORMATION: sshbuf_getput_basic_tests: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/sshbuf/test_sshbuf_getput_crypto.c -o regress/unittests/sshbuf/test_sshbuf_getput_crypto.o
    1500-030: (I) INFORMATION: sshbuf_getput_crypto_tests: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/sshbuf/test_sshbuf_misc.c -o regress/unittests/sshbuf/test_sshbuf_misc.o
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/sshbuf/test_sshbuf_fuzz.c -o regress/unittests/sshbuf/test_sshbuf_fuzz.o
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c -o regress/unittests/sshbuf/test_sshbuf_getput_fuzz.o
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/sshbuf/test_sshbuf_fixed.c -o regress/unittests/sshbuf/test_sshbuf_fixed.o
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/test_helper/test_helper.c -o regress/unittests/test_helper/test_helper.o
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/test_helper/fuzz.c -o regress/unittests/test_helper/fuzz.o
ar rv regress/unittests/test_helper/libtest_helper.a regress/unittests/test_helper/test_helper.o regress/unittests/test_helper/fuzz.o
ar: Creating an archive file regress/unittests/test_helper/libtest_helper.a.
a - regress/unittests/test_helper/test_helper.o
a - regress/unittests/test_helper/fuzz.o
ranlib regress/unittests/test_helper/libtest_helper.a
xlc -o regress/unittests/sshbuf/test_sshbuf -L. -Lopenbsd-compat/  -blibpath:/usr/lib:/lib regress/unittests/sshbuf/tests.o regress/unittests/sshbuf/test_sshbuf.o regress/unittests/sshbuf/test_sshbuf_getput_basic.o regress/unittests/sshbuf/test_sshbuf_getput_crypto.o regress/unittests/sshbuf/test_sshbuf_misc.o regress/unittests/sshbuf/test_sshbuf_fuzz.o regress/unittests/sshbuf/test_sshbuf_getput_fuzz.o regress/unittests/sshbuf/test_sshbuf_fixed.o \
    regress/unittests/test_helper/libtest_helper.a \
    -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -lz 
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/sshkey/test_fuzz.c -o regress/unittests/sshkey/test_fuzz.o
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/sshkey/tests.c -o regress/unittests/sshkey/tests.o
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/sshkey/common.c -o regress/unittests/sshkey/common.o
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/sshkey/test_file.c -o regress/unittests/sshkey/test_file.o
    1500-030: (I) INFORMATION: sshkey_file_tests: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/sshkey/test_sshkey.c -o regress/unittests/sshkey/test_sshkey.o
"regress/unittests/sshkey/test_sshkey.c", line 141.31: 1506-280 (W) Function argument assignment between types "const void*" and "void(*)(unsigned char*,unsigned long)" is not allowed.
    1500-030: (I) INFORMATION: sshkey_tests: Additional optimization may be attained by recompiling and specifying MAXMEM option with a value greater than 8192.
xlc -o regress/unittests/sshkey/test_sshkey -L. -Lopenbsd-compat/  -blibpath:/usr/lib:/lib regress/unittests/sshkey/test_fuzz.o regress/unittests/sshkey/tests.o regress/unittests/sshkey/common.o regress/unittests/sshkey/test_file.o regress/unittests/sshkey/test_sshkey.o \
    regress/unittests/test_helper/libtest_helper.a \
    -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -lz 
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/bitmap/tests.c -o regress/unittests/bitmap/tests.o
xlc -o regress/unittests/bitmap/test_bitmap -L. -Lopenbsd-compat/  -blibpath:/usr/lib:/lib regress/unittests/bitmap/tests.o \
    regress/unittests/test_helper/libtest_helper.a \
    -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -lz 
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/hostkeys/tests.c -o regress/unittests/hostkeys/tests.o
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/hostkeys/test_iterate.c -o regress/unittests/hostkeys/test_iterate.o
xlc -o regress/unittests/hostkeys/test_hostkeys -L. -Lopenbsd-compat/  -blibpath:/usr/lib:/lib regress/unittests/hostkeys/tests.o regress/unittests/hostkeys/test_iterate.o \
    regress/unittests/test_helper/libtest_helper.a \
    -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -lz 
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/kex/tests.c -o regress/unittests/kex/tests.o
xlc -I/opt/include -I/opt/buildaix/include -O2  -I. -I. -I/opt/include -DSSHDIR=\"/var/openssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\" -D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/openssh/etc\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c regress/unittests/kex/test_kex.c -o regress/unittests/kex/test_kex.o
xlc -o regress/unittests/kex/test_kex -L. -Lopenbsd-compat/  -blibpath:/usr/lib:/lib regress/unittests/kex/tests.o regress/unittests/kex/test_kex.o roaming_dummy.o \
    regress/unittests/test_helper/libtest_helper.a \
    -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -lz 
BUILDDIR=`pwd`; \
TEST_SSH_SCP="${BUILDDIR}/scp"; \
TEST_SSH_SSH="${BUILDDIR}/ssh"; \
TEST_SSH_SSHD="${BUILDDIR}/sshd"; \
TEST_SSH_SSHAGENT="${BUILDDIR}/ssh-agent"; \
TEST_SSH_SSHADD="${BUILDDIR}/ssh-add"; \
TEST_SSH_SSHKEYGEN="${BUILDDIR}/ssh-keygen"; \
TEST_SSH_SSHPKCS11HELPER="${BUILDDIR}/ssh-pkcs11-helper"; \
TEST_SSH_SSHKEYSCAN="${BUILDDIR}/ssh-keyscan"; \
TEST_SSH_SFTP="${BUILDDIR}/sftp"; \
TEST_SSH_SFTPSERVER="${BUILDDIR}/sftp-server"; \
TEST_SSH_PLINK="plink"; \
TEST_SSH_PUTTYGEN="puttygen"; \
TEST_SSH_CONCH="conch"; \
TEST_SSH_IPV6="yes" ; \
TEST_SSH_ECC="no" ; \
cd ./regress || exit $?; \
make \
        .OBJDIR="${BUILDDIR}/regress" \
        .CURDIR="`pwd`" \
        BUILDDIR="${BUILDDIR}" \
        OBJ="${BUILDDIR}/regress/" \
        PATH="${BUILDDIR}:${PATH}" \
        TEST_ENV=MALLOC_OPTIONS="" \
        TEST_SSH_SCP="${TEST_SSH_SCP}" \
        TEST_SSH_SSH="${TEST_SSH_SSH}" \
        TEST_SSH_SSHD="${TEST_SSH_SSHD}" \
        TEST_SSH_SSHAGENT="${TEST_SSH_SSHAGENT}" \
        TEST_SSH_SSHADD="${TEST_SSH_SSHADD}" \
        TEST_SSH_SSHKEYGEN="${TEST_SSH_SSHKEYGEN}" \
        TEST_SSH_SSHPKCS11HELPER="${TEST_SSH_SSHPKCS11HELPER}" \
        TEST_SSH_SSHKEYSCAN="${TEST_SSH_SSHKEYSCAN}" \
        TEST_SSH_SFTP="${TEST_SSH_SFTP}" \
        TEST_SSH_SFTPSERVER="${TEST_SSH_SFTPSERVER}" \
        TEST_SSH_PLINK="${TEST_SSH_PLINK}" \
        TEST_SSH_PUTTYGEN="${TEST_SSH_PUTTYGEN}" \
        TEST_SSH_CONCH="${TEST_SSH_CONCH}" \
        TEST_SSH_IPV6="${TEST_SSH_IPV6}" \
        TEST_SSH_ECC="${TEST_SSH_ECC}" \
        TEST_SHELL="sh" \
        EXEEXT="" \
        tests && echo all tests passed
make[1]: Entering directory `/data/prj/openbsd/openssh/snap/openssh/regress'
test "x" = "x" || mkdir -p /data/prj/openbsd/openssh/snap/openssh/regress//valgrind-out
set -e ; if test -z "" ; then \
        V="" ; \
        test "x" = "x" || \
            V=/data/prj/openbsd/openssh/snap/openssh/regress/valgrind-unit.sh ; \
        $V /data/prj/openbsd/openssh/snap/openssh/regress/unittests/sshbuf/test_sshbuf ; \
        $V /data/prj/openbsd/openssh/snap/openssh/regress/unittests/sshkey/test_sshkey \
                -d /data/prj/openbsd/openssh/snap/openssh/regress/unittests/sshkey/testdata ; \
        $V /data/prj/openbsd/openssh/snap/openssh/regress/unittests/bitmap/test_bitmap ; \
        $V /data/prj/openbsd/openssh/snap/openssh/regress/unittests/kex/test_kex ; \
        $V /data/prj/openbsd/openssh/snap/openssh/regress/unittests/hostkeys/test_hostkeys \
                -d /data/prj/openbsd/openssh/snap/openssh/regress/unittests/hostkeys/testdata ; \
fi
test_sshbuf: ................................................................................................. 98 tests ok
test_sshkey: .......................................................................... 74 tests ok
test_bitmap: .. 2 tests ok
test_kex: .....................................WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
.WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
.WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
...WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
......WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
.WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
.WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
...WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
......WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
.WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
.WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
...WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
......WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
.WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
.WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
...WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
......WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
.WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
.WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
...WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
......WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
.WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
.WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
...WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
WARNING: /var/openssh/etc/moduli does not exist, using fixed modulus
.................................................................... 165 tests ok
test_hostkeys: .................. 18 tests ok
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -if /data/prj/openbsd/openssh/snap/openssh/regress/rsa_ssh2.prv | diff - /data/prj/openbsd/openssh/snap/openssh/regress/rsa_openssh.prv
tr '\n' '\r' </data/prj/openbsd/openssh/snap/openssh/regress/rsa_ssh2.prv > /data/prj/openbsd/openssh/snap/openssh/regress/rsa_ssh2_cr.prv
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -if /data/prj/openbsd/openssh/snap/openssh/regress/rsa_ssh2_cr.prv | diff - /data/prj/openbsd/openssh/snap/openssh/regress/rsa_openssh.prv
awk '{print $0 "\r"}' /data/prj/openbsd/openssh/snap/openssh/regress/rsa_ssh2.prv > /data/prj/openbsd/openssh/snap/openssh/regress/rsa_ssh2_crnl.prv
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -if /data/prj/openbsd/openssh/snap/openssh/regress/rsa_ssh2_crnl.prv | diff - /data/prj/openbsd/openssh/snap/openssh/regress/rsa_openssh.prv
cat /data/prj/openbsd/openssh/snap/openssh/regress/rsa_openssh.prv > /data/prj/openbsd/openssh/snap/openssh/regress//t2.out
chmod 600 /data/prj/openbsd/openssh/snap/openssh/regress//t2.out
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -yf /data/prj/openbsd/openssh/snap/openssh/regress//t2.out | diff - /data/prj/openbsd/openssh/snap/openssh/regress/rsa_openssh.pub
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -ef /data/prj/openbsd/openssh/snap/openssh/regress/rsa_openssh.pub >/data/prj/openbsd/openssh/snap/openssh/regress//t3.out
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -if /data/prj/openbsd/openssh/snap/openssh/regress//t3.out | diff - /data/prj/openbsd/openssh/snap/openssh/regress/rsa_openssh.pub
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -E md5 -lf /data/prj/openbsd/openssh/snap/openssh/regress/rsa_openssh.pub |\
        awk '{print $2}' | diff - /data/prj/openbsd/openssh/snap/openssh/regress/t4.ok
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -Bf /data/prj/openbsd/openssh/snap/openssh/regress/rsa_openssh.pub |\
        awk '{print $2}' | diff - /data/prj/openbsd/openssh/snap/openssh/regress/t5.ok
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -if /data/prj/openbsd/openssh/snap/openssh/regress/dsa_ssh2.prv > /data/prj/openbsd/openssh/snap/openssh/regress//t6.out1
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -if /data/prj/openbsd/openssh/snap/openssh/regress/dsa_ssh2.pub > /data/prj/openbsd/openssh/snap/openssh/regress//t6.out2
chmod 600 /data/prj/openbsd/openssh/snap/openssh/regress//t6.out1
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -yf /data/prj/openbsd/openssh/snap/openssh/regress//t6.out1 | diff - /data/prj/openbsd/openssh/snap/openssh/regress//t6.out2
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -q -t rsa -N '' -f /data/prj/openbsd/openssh/snap/openssh/regress//t7.out
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -lf /data/prj/openbsd/openssh/snap/openssh/regress//t7.out > /dev/null
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -Bf /data/prj/openbsd/openssh/snap/openssh/regress//t7.out > /dev/null
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -q -t dsa -N '' -f /data/prj/openbsd/openssh/snap/openssh/regress//t8.out
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -lf /data/prj/openbsd/openssh/snap/openssh/regress//t8.out > /dev/null
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -Bf /data/prj/openbsd/openssh/snap/openssh/regress//t8.out > /dev/null
test "no" != yes || \
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -q -t ecdsa -N '' -f /data/prj/openbsd/openssh/snap/openssh/regress//t9.out
test "no" != yes || \
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -lf /data/prj/openbsd/openssh/snap/openssh/regress//t9.out > /dev/null
test "no" != yes || \
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -Bf /data/prj/openbsd/openssh/snap/openssh/regress//t9.out > /dev/null
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -q -t ed25519 -N '' -f /data/prj/openbsd/openssh/snap/openssh/regress//t10.out
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -lf /data/prj/openbsd/openssh/snap/openssh/regress//t10.out > /dev/null
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -Bf /data/prj/openbsd/openssh/snap/openssh/regress//t10.out > /dev/null
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -E sha256 -lf /data/prj/openbsd/openssh/snap/openssh/regress/rsa_openssh.pub |\
        awk '{print $2}' | diff - /data/prj/openbsd/openssh/snap/openssh/regress/t11.ok
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -q -t ed25519 -N '' -C 'test-comment-1234' -f /data/prj/openbsd/openssh/snap/openssh/regress//t12.out
/data/prj/openbsd/openssh/snap/openssh/ssh-keygen -lf /data/prj/openbsd/openssh/snap/openssh/regress//t12.out.pub | grep test-comment-1234 >/dev/null
run test connect.sh ...
ssh connect with protocol 1 failed
ssh connect with protocol 2 failed
failed simple connect
make[1]: *** [t-exec] Error 1
make[1]: Leaving directory `/data/prj/openbsd/openssh/snap/openssh/regress'
make: *** [tests] Error 2
Comment 1 Michael Felt 2015-06-07 09:21:16 AEST
Ah, my bad - I had not seen the call for testing...and read the mails

In the mail lists I think I see what is (probably) wrong - ran the test as a root. Will su and try again.

And I so hope this is not a duplicate (double bad!)
Comment 2 Michael Felt 2015-06-07 09:50:48 AEST
ok - changing to user michael and the tests ran a lot longer. Probably would have all passed - except I did not have gnu diff installed, so diff -u failed at the end. (see detail below).

Comment: if not running as root - how are you expecting SUDO to be configured - if installed? I do not have it installed, so obviously those are skipping. But sudo may fail also on a pristine system using for testing build process.

Good - I think - up to here...

run test hostkey-agent.sh ...
key type ssh-ed25519 privsep=no
key type ssh-rsa privsep=no
key type ssh-dss privsep=no
key type ssh-ed25519 privsep=yes
key type ssh-rsa privsep=yes
key type ssh-dss privsep=yes
ok hostkey agent
run test keygen-knownhosts.sh ...
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
didn't find simple find
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
didn't find find CA key
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
didn't find find revoked key
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
didn't find find wildcard key
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
didn't find find multiple hosts
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
didn't find find simple and hash
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
didn't find find simple and hash
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
didn't find find simple and hash
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
didn't find find wildcard key
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
didn't find find multiple hosts
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
remove on invalid succeeded
/data/prj/openbsd/openssh/snap/openssh/regress/kh.hosts updated.
Original contents retained as /data/prj/openbsd/openssh/snap/openssh/regress/kh.hosts.old
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
remove simple
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
remove CA
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
remove revoked
/data/prj/openbsd/openssh/snap/openssh/regress/kh.hosts updated.
Original contents retained as /data/prj/openbsd/openssh/snap/openssh/regress/kh.hosts.old
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
remove wildcard
/data/prj/openbsd/openssh/snap/openssh/regress/kh.hosts updated.
Original contents retained as /data/prj/openbsd/openssh/snap/openssh/regress/kh.hosts.old
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
remove wildcard
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
invalid file modified
/data/prj/openbsd/openssh/snap/openssh/regress/kh.hosts updated.
Original contents retained as /data/prj/openbsd/openssh/snap/openssh/regress/kh.hosts.old
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
backup differs
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
didn't find find simple in hashed
diff: 0653-821 illegal option -- u
Usage: diff [-bcitw] [[-C Lines|-D String|-e|-f|-n]|[-h]] File1 File2
       diff [-bcilrstw] [[-C Lines|-e|-f|-n]|[-h]] [-S File] Directory1 Directory2
didn't find find simple in hashed
/data/prj/openbsd/openssh/snap/openssh/regress/kh.hashed updated.
Original contents retained as /data/prj/openbsd/openssh/snap/openssh/regress/kh.hashed.old
failed ssh-keygen known_hosts
make[1]: *** [t-exec] Error 1
make[1]: Leaving directory `/data/prj/openbsd/openssh/snap/openssh/regress'
make: *** [tests] Error 2
root@x064:[/data/prj/openbsd/openssh/snap/openssh]
Comment 3 Damien Miller 2015-07-17 13:35:37 AEST
I've removed the -u flag from diff in keygen-knownhosts.sh. The mailing list is the best place to follow up any other regress failures.
Comment 4 Damien Miller 2016-08-02 10:40:53 AEST
Close all resolved bugs after 7.3p1 release