cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Daily builds for AIX - possibly

From: Tor Arntsen <tor_at_spacetec.no>
Date: Mon, 2 Feb 2004 19:44:19 +0100

On Feb 2, 15:06, Daniel Stenberg wrote:
> $ cd tests
> $ ./runtests -d -v 101

Ok, here goes:

bash-2.05$ ./runtests.pl -d -v 101
********* System characteristics ********
* curl 7.11.0-CVS (powerpc-ibm-aix5.1.0.0)
* libcurl/7.11.0-CVS ipv6 zlib/1.1.4
* Host: aixbox.localnet
* System: AIX eps3 1 5 004394FC4C00
* Server SSL: ON
* libcurl SSL: OFF
* libcurl debug: OFF
* valgrind: OFF
*****************************************
test 101...RUN: Check port 8921 for our own FTP server
CMD: perl -I. ./ftpserver.pl -v 8921 &
RUN: Retrying FTP server existence in 3 sec
OUT: 220- _ _ ____ _
OUT: 220- ___| | | | _ \| |
OUT: 220- / __| | | | |_) | |
OUT: 220- | (__| |_| | _ <| |___
OUT: 220 \___|\___/|_| \_\_____|
IN: USER anonymous
IN: PASS curl_by_daniel_at_haxx.se
IN: PWD
IN: EPSV
IN: TYPE I
IN: SIZE verifiedserver
IN: RETR verifiedserver
FTPD: We returned proof we are the test server
RUN: FTP server is now verified to be our server
* pid ftp => 11038
[FTP dir list, PORT with specified IP]
../src/curl --output log/curl101.out --include -v ftp://127.0.0.1:8921/ -P 127.0.0.1 >>log/stdout101 2>>log/stderr101
OUT: 220- _ _ ____ _
OUT: 220- ___| | | | _ \| |
OUT: 220- / __| | | | |_) | |
OUT: 220- | (__| |_| | _ <| |___
OUT: 220 \___|\___/|_| \_\_____|
IN: USER anonymous
IN: PASS curl_by_daniel_at_haxx.se
IN: PWD

 data FAILED:
--- .expected Mon Feb 2 19:36:03 2004
+++ .generated Mon Feb 2 19:36:03 2004
@@ -1,11 +0,0 @@
-total 20
-drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
-drwxr-xr-x 8 98 98 512 Oct 22 13:06 ..
-drwxr-xr-x 2 98 98 512 May 2 1996 .NeXT
--r--r--r-- 1 0 1 35 Jul 16 1996 README
-lrwxrwxrwx 1 0 1 7 Dec 9 1999 bin -> usr/bin
-dr-xr-xr-x 2 0 1 512 Oct 1 1997 dev
-drwxrwxrwx 2 98 98 512 May 29 16:04 download.html
-dr-xr-xr-x 2 0 1 512 Nov 30 1995 etc
-drwxrwxrwx 2 98 1 512 Oct 30 14:33 pub
-dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr

 - abort tests
Shutting down test suite servers:
* kill pid for ftp => 11038
RUN: Test server pid 11038 signalled to die
TESTDONE: 0 tests out of 1 reported OK: 0%
TESTFAIL: These test cases failed: 101
TESTDONE: 1 tests were considered.

bash-2.05$ cat log/server.input
USER anonymous
PASS curl_by_daniel_at_haxx.se
PWD
bash-2.05$ cat log/ftpd.log
11038: connection from loopback [127.0.0.1] at port 62916
11038: GOT: (USER) USER anonymous
11038: set to state passwd
11038: GOT: (PASS) PASS curl_by_daniel_at_haxx.se
11038: set to state loggedin
11038: GOT: (PWD) PWD
11038: set to state loggedin
11038: GOT: (EPSV) EPSV
11038: replying to a EPSV command
11038: 11038: data connection from loopback [127.0.0.1] at port 62917
11038: set to state twosock
11038: GOT: (TYPE) TYPE I
11038: set to state twosock
11038: GOT: (SIZE) SIZE verifiedserver
11038: SIZE number verifiedserver
11038: SIZE verifiedserver: no such file
11038: set to state twosock
11038: GOT: (RETR) RETR verifiedserver
11038: RETR test number verifiedserver
11038: we returned proof that we are the test server
11038: set to state twosock
11038: connection from loopback [127.0.0.1] at port 62918
11038: GOT: (USER) USER anonymous
11038: set to state passwd
11038: GOT: (PASS) PASS curl_by_daniel_at_haxx.se
11038: set to state loggedin
11038: GOT: (PWD) PWD
11038: set to state loggedin

bash-2.05$ cat log/server.input
USER anonymous
PASS curl_by_daniel_at_haxx.se
PWD

bash-2.05$ cat log/stderr101
* About to connect() to 127.0.0.1 port 8921
* Connected to 127.0.0.1 (127.0.0.1) port 8921
< 220- _ _ ____ _
< 220- ___| | | | _ \| |
< 220- / __| | | | |_) | |
< 220- | (__| |_| | _ <| |___
< 220 \___|\___/|_| \_\_____|
> USER anonymous
< 331 We are happy you popped in!
> PASS curl_by_daniel_at_haxx.se
< 230 Welcome you silly person
* We have successfully logged in
> PWD
< 257 "/nowhere/anywhere" is current directory
* Entry path is '/nowhere/anywhere'
curl: (30)
* Closing connection #0

I've stared at these logs in the past as well, but I still feel
pretty clueless as to how they shall be interpreted.

-Tor

-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
Received on 2004-02-02