Bugzilla – Attachment 452 Details for
Bug 675
cipher.c build error with openssl 0.9.5a
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
regression test log
x.tst (text/plain), 8.48 KB, created by
Tim Rice
on 2003-09-23 14:33:02 AEST
(
hide
)
Description:
regression test log
Filename:
MIME Type:
Creator:
Tim Rice
Created:
2003-09-23 14:33:02 AEST
Size:
8.48 KB
patch
obsolete
>(cd openbsd-compat && gmake) >gmake[1]: Entering directory `/usr/local/src/networking/openssh/openbsd-compat' >gmake[1]: Nothing to be done for `all'. >gmake[1]: Leaving directory `/usr/local/src/networking/openssh/openbsd-compat' >BUILDDIR=`pwd`; \ >[ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \ >[ -f `pwd`/regress/Makefile ] || \ > ln -s src/regress/Makefile `pwd`/regress/Makefile ; \ >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_SSHKEYSCAN="${BUILDDIR}/ssh-keyscan"; \ >TEST_SSH_SFTP="${BUILDDIR}/sftp"; \ >TEST_SSH_SFTPSERVER="${BUILDDIR}/sftp-server"; \ >cd src/regress || exit $?; \ >gmake \ > .OBJDIR="${BUILDDIR}/regress" \ > .CURDIR="`pwd`" \ > BUILDDIR="${BUILDDIR}" \ > OBJ="${BUILDDIR}/regress/" \ > PATH="${BUILDDIR}:${PATH}" \ > 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_SSHKEYSCAN="${TEST_SSH_SSHKEYSCAN}" \ > TEST_SSH_SFTP="${TEST_SSH_SFTP}" \ > TEST_SSH_SFTPSERVER="${TEST_SSH_SFTPSERVER}" \ > EXEEXT="" \ > tests >gmake[1]: Entering directory `/tmp_mnt/opt/src/networking/openssh/openssh/regress' >ssh-keygen -if /tmp_mnt/opt/src/networking/openssh/openssh/regress/rsa_ssh2.prv | diff - /tmp_mnt/opt/src/networking/openssh/openssh/regress/rsa_openssh.prv >cat /tmp_mnt/opt/src/networking/openssh/openssh/regress/rsa_openssh.prv > /usr/local/src/networking/openssh/regress//t2.out >chmod 600 /usr/local/src/networking/openssh/regress//t2.out >ssh-keygen -yf /usr/local/src/networking/openssh/regress//t2.out | diff - /tmp_mnt/opt/src/networking/openssh/openssh/regress/rsa_openssh.pub >ssh-keygen -ef /tmp_mnt/opt/src/networking/openssh/openssh/regress/rsa_openssh.pub >/usr/local/src/networking/openssh/regress//rsa_secsh.pub >ssh-keygen -if /usr/local/src/networking/openssh/regress//rsa_secsh.pub | diff - /tmp_mnt/opt/src/networking/openssh/openssh/regress/rsa_openssh.pub >rm -f /tmp_mnt/opt/src/networking/openssh/openssh/regress/rsa_secsh.pub >ssh-keygen -lf /tmp_mnt/opt/src/networking/openssh/openssh/regress/rsa_openssh.pub |\ > awk '{print $2}' | diff - /tmp_mnt/opt/src/networking/openssh/openssh/regress/t4.ok >ssh-keygen -Bf /tmp_mnt/opt/src/networking/openssh/openssh/regress/rsa_openssh.pub |\ > awk '{print $2}' | diff - /tmp_mnt/opt/src/networking/openssh/openssh/regress/t5.ok >ssh-keygen -if /tmp_mnt/opt/src/networking/openssh/openssh/regress/dsa_ssh2.prv > /usr/local/src/networking/openssh/regress//t6.out1 >ssh-keygen -if /tmp_mnt/opt/src/networking/openssh/openssh/regress/dsa_ssh2.pub > /usr/local/src/networking/openssh/regress//t6.out2 >chmod 600 /usr/local/src/networking/openssh/regress//t6.out1 >ssh-keygen -yf /usr/local/src/networking/openssh/regress//t6.out1 | diff - /usr/local/src/networking/openssh/regress//t6.out2 >ssh-keygen -q -t rsa -N '' -f /usr/local/src/networking/openssh/regress//t7.out >ssh-keygen -lf /usr/local/src/networking/openssh/regress//t7.out > /dev/null >ssh-keygen -Bf /usr/local/src/networking/openssh/regress//t7.out > /dev/null >run test connect.sh ... >ok simple connect >run test proxy-connect.sh ... >ok proxy connect >run test connect-privsep.sh ... >ok proxy connect with privsep >run test proto-version.sh ... >ok sshd version with different protocol combinations >run test proto-mismatch.sh ... >ok protocol version mismatch >run test exit-status.sh ... >test remote exit status: proto 1 status 0 >test remote exit status: proto 1 status 1 >test remote exit status: proto 1 status 4 >test remote exit status: proto 1 status 5 >test remote exit status: proto 1 status 44 >test remote exit status: proto 2 status 0 >test remote exit status: proto 2 status 1 >test remote exit status: proto 2 status 4 >test remote exit status: proto 2 status 5 >test remote exit status: proto 2 status 44 >ok remote exit status >run test transfer.sh ... >transfer data: proto 1 >transfer data: proto 2 >ok transfer data >run test rekey.sh ... >ok rekey during transfer data >run test stderr-data.sh ... >test stderr data transfer: proto 1 () >test stderr data transfer: proto 2 () >test stderr data transfer: proto 1 (-n) >test stderr data transfer: proto 2 (-n) >ok stderr data transfer >run test stderr-after-eof.sh ... >ok stderr data after eof >run test broken-pipe.sh ... >ok broken pipe test >run test try-ciphers.sh ... >test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha1 >test try ciphers: proto 2 cipher aes128-cbc mac hmac-md5 >test try ciphers: proto 2 cipher aes128-cbc mac hmac-sha1-96 >test try ciphers: proto 2 cipher aes128-cbc mac hmac-md5-96 >test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha1 >test try ciphers: proto 2 cipher 3des-cbc mac hmac-md5 >test try ciphers: proto 2 cipher 3des-cbc mac hmac-sha1-96 >test try ciphers: proto 2 cipher 3des-cbc mac hmac-md5-96 >test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha1 >test try ciphers: proto 2 cipher blowfish-cbc mac hmac-md5 >test try ciphers: proto 2 cipher blowfish-cbc mac hmac-sha1-96 >test try ciphers: proto 2 cipher blowfish-cbc mac hmac-md5-96 >test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha1 >test try ciphers: proto 2 cipher cast128-cbc mac hmac-md5 >test try ciphers: proto 2 cipher cast128-cbc mac hmac-sha1-96 >test try ciphers: proto 2 cipher cast128-cbc mac hmac-md5-96 >test try ciphers: proto 2 cipher arcfour mac hmac-sha1 >test try ciphers: proto 2 cipher arcfour mac hmac-md5 >test try ciphers: proto 2 cipher arcfour mac hmac-sha1-96 >test try ciphers: proto 2 cipher arcfour mac hmac-md5-96 >test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha1 >test try ciphers: proto 2 cipher aes192-cbc mac hmac-md5 >test try ciphers: proto 2 cipher aes192-cbc mac hmac-sha1-96 >test try ciphers: proto 2 cipher aes192-cbc mac hmac-md5-96 >test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha1 >test try ciphers: proto 2 cipher aes256-cbc mac hmac-md5 >test try ciphers: proto 2 cipher aes256-cbc mac hmac-sha1-96 >test try ciphers: proto 2 cipher aes256-cbc mac hmac-md5-96 >test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha1 >test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-md5 >test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-sha1-96 >test try ciphers: proto 2 cipher rijndael-cbc@lysator.liu.se mac hmac-md5-96 >test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha1 >Disconnecting: Bad packet length 1187476824. >ssh -2 failed with mac hmac-sha1 cipher aes128-ctr >test try ciphers: proto 2 cipher aes128-ctr mac hmac-md5 >Disconnecting: Bad packet length 2533732866. >ssh -2 failed with mac hmac-md5 cipher aes128-ctr >test try ciphers: proto 2 cipher aes128-ctr mac hmac-sha1-96 >Disconnecting: Bad packet length 2466096757. >ssh -2 failed with mac hmac-sha1-96 cipher aes128-ctr >test try ciphers: proto 2 cipher aes128-ctr mac hmac-md5-96 >Disconnecting: Bad packet length 3458619571. >ssh -2 failed with mac hmac-md5-96 cipher aes128-ctr >test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha1 >Disconnecting: Bad packet length 4111560032. >Write failed: Broken pipe >ssh -2 failed with mac hmac-sha1 cipher aes192-ctr >test try ciphers: proto 2 cipher aes192-ctr mac hmac-md5 >Disconnecting: Bad packet length 699010628. >Write failed: Broken pipe >ssh -2 failed with mac hmac-md5 cipher aes192-ctr >test try ciphers: proto 2 cipher aes192-ctr mac hmac-sha1-96 >Disconnecting: Bad packet length 1055783925. >ssh -2 failed with mac hmac-sha1-96 cipher aes192-ctr >test try ciphers: proto 2 cipher aes192-ctr mac hmac-md5-96 >Disconnecting: Bad packet length 997879602. >Write failed: Broken pipe >ssh -2 failed with mac hmac-md5-96 cipher aes192-ctr >test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha1 >Received disconnect from UNKNOWN: 2: Bad packet length 938435341. >ssh -2 failed with mac hmac-sha1 cipher aes256-ctr >test try ciphers: proto 2 cipher aes256-ctr mac hmac-md5 >Disconnecting: Bad packet length 2093817565. >Write failed: Broken pipe >ssh -2 failed with mac hmac-md5 cipher aes256-ctr >test try ciphers: proto 2 cipher aes256-ctr mac hmac-sha1-96 >Disconnecting: Bad packet length 4258157025. >ssh -2 failed with mac hmac-sha1-96 cipher aes256-ctr >test try ciphers: proto 2 cipher aes256-ctr mac hmac-md5-96 >Received disconnect from UNKNOWN: 2: Bad packet length 3911351031. >ssh -2 failed with mac hmac-md5-96 cipher aes256-ctr >test try ciphers: proto 1 cipher 3des >test try ciphers: proto 1 cipher blowfish >failed try ciphers >gmake[1]: *** [t-exec] Error 1 >gmake[1]: Leaving directory `/tmp_mnt/opt/src/networking/openssh/openssh/regress' >gmake: *** [tests] Error 2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 675
:
451
| 452 |
453