Hello everybody, compiled openssh git master (6f917ad) on i686 without problems, but tests fail: [...] run test multiplex.sh ... test connection multiplexing: envpass test connection multiplexing: transfer scp: failed copy /tmp/openssh-git/src/openssh/regress/data cmp: /tmp/openssh-git/src/openssh/regress/copy: No such file or directory scp: corrupted copy of /tmp/openssh-git/src/openssh/regress/data test connection multiplexing: status 0 test connection multiplexing: status 1 test connection multiplexing: status 4 test connection multiplexing: status 5 test connection multiplexing: status 44 test connection multiplexing: cmd check test connection multiplexing: cmd forward local test connection multiplexing: cmd forward remote test connection multiplexing: cmd exit test connection multiplexing: cmd stop failed connection multiplexing Makefile:167: recipe for target 't-exec' failed make[1]: *** [t-exec] Error 1 make[1]: Leaving directory '/tmp/openssh-git/src/openssh/regress' Makefile:412: recipe for target 'tests' failed make: *** [tests] Error 2 Everything works just fine on x86_64. -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20140129/26bf59f4/attachment.bin>
On Jan 29 10:31, Christian Hesse wrote:> Hello everybody, > > compiled openssh git master (6f917ad) on i686 without problems, but tests > fail: > > [...] > run test multiplex.sh ... > test connection multiplexing: envpass > test connection multiplexing: transfer > scp: failed copy /tmp/openssh-git/src/openssh/regress/data > cmp: /tmp/openssh-git/src/openssh/regress/copy: No such file or directory > scp: corrupted copy of /tmp/openssh-git/src/openssh/regress/data test > connection multiplexing: status 0 test connection multiplexing: status 1 test > connection multiplexing: status 4 test connection multiplexing: status 5 test > connection multiplexing: status 44 test connection multiplexing: cmd check > test connection multiplexing: cmd forward local > test connection multiplexing: cmd forward remote > test connection multiplexing: cmd exit > test connection multiplexing: cmd stop > failed connection multiplexing > Makefile:167: recipe for target 't-exec' failed > make[1]: *** [t-exec] Error 1 > make[1]: Leaving directory > '/tmp/openssh-git/src/openssh/regress' Makefile:412: > recipe for target 'tests' failed make: *** [tests] Error 2 > > Everything works just fine on x86_64.It might be helpful for the developers to know the OS you're trying this on, not only the CPU... Corinna -- Corinna Vinschen Cygwin Maintainer Red Hat -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20140129/2b557369/attachment.bin>
Christian Hesse <list at eworm.de> on Wed, 2014/01/29 10:31:> Hello everybody, > > compiled openssh git master (6f917ad) on i686 without problems, but tests > fail: > > [...] > run test multiplex.sh ... > test connection multiplexing: envpass > test connection multiplexing: transfer > scp: failed copy /tmp/openssh-git/src/openssh/regress/data > cmp: /tmp/openssh-git/src/openssh/regress/copy: No such file or directory > scp: corrupted copy of /tmp/openssh-git/src/openssh/regress/data test > connection multiplexing: status 0 test connection multiplexing: status 1 > test connection multiplexing: status 4 test connection multiplexing: status > 5 test connection multiplexing: status 44 test connection multiplexing: cmd > check test connection multiplexing: cmd forward local > test connection multiplexing: cmd forward remote > test connection multiplexing: cmd exit > test connection multiplexing: cmd stop > failed connection multiplexing > Makefile:167: recipe for target 't-exec' failed > make[1]: *** [t-exec] Error 1 > make[1]: Leaving directory > '/tmp/openssh-git/src/openssh/regress' Makefile:412: > recipe for target 'tests' failed make: *** [tests] Error 2Oh, this is a bit more complicated. It works just fine in a virtual machine, but fails in a systemd nspawn container. Looking into that... Is there a simple way to run/debug just this test? -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20140129/13935ad1/attachment.bin>