cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Failing tests on Mac OS X

From: Nir Soffer <nirs_at_freeshell.org>
Date: Sun, 22 Oct 2006 22:26:06 +0200

In another run, test 529 passed, but 525 failed:

test 525...[FTP PORT upload using multi interface]

upload FAILED:
--- log/check-expected 2006-10-22 22:19:47.000000000 +0200
+++ log/check-generated 2006-10-22 22:19:47.000000000 +0200
@@ -1,2 +0,0 @@
-Moooooooooooo
- upload this
== Contents of files in the log/ dir after test 525
== Start of file check-expected
Moooooooooooo
   upload this
== End of file check-expected
== Start of file ftpd.log
22:18:18 ====> Client connect
22:18:18 > "220- _ _ ____ _ "
22:18:18 > "220- ___| | | | _ \| | "
22:18:18 > "220- / __| | | | |_) | | "
22:18:18 > "220- | (__| |_| | _ <| |___ "
22:18:18 > "220 \___|\___/|_| \_\_____|"
22:18:18 < "USER anonymous"
22:18:18 > "331 We are happy you popped in!"
22:18:18 < "PASS curl_by_daniel_at_haxx.se"
22:18:18 > "230 Welcome you silly person"
22:18:18 < "PWD"
22:18:18 > "257 "/nowhere/anywhere" is current directory"
22:18:18 < "CWD path"
22:18:18 > "250 CWD command successful."
22:18:18 < "EPRT |1|127.0.0.1|53133|"
22:18:18 > "500 we don't like EPRT now"
22:18:18 < "PORT 127,0,0,1,207,142"
22:18:18 > "200 You said PORT - I say FINE"
22:18:18 ====> Client DATA connect to port 53134
22:19:47 sockfilt said DISC
22:19:47 ====> Client disconnected
22:19:47 Awaiting input
== End of file ftpd.log
== Start of file server.input
USER anonymous
PASS curl_by_daniel_at_haxx.se
PWD
CWD path
EPRT |1|127.0.0.1|53133|
PORT 127,0,0,1,207,142
== End of file server.input
== Start of file sockctrl.log
22:18:18.067909 ====> Client connect
22:18:18.069490 Received DATA (on stdin)
22:18:18.069768 > 32 bytes data, server => client
22:18:18.070003 '220- _ _ ____ _ \r\n'
22:18:18.070157 Received DATA (on stdin)
22:18:18.070228 > 32 bytes data, server => client
22:18:18.070288 '220- ___| | | | _ \| | \r\n'
22:18:18.070374 Received DATA (on stdin)
22:18:18.070437 > 32 bytes data, server => client
22:18:18.070674 '220- / __| | | | |_) | | \r\n'
22:18:18.071285 Received DATA (on stdin)
22:18:18.071686 > 32 bytes data, server => client
22:18:18.071785 '220- | (__| |_| | _ <| |___ \r\n'
22:18:18.071897 Received DATA (on stdin)
22:18:18.072256 > 32 bytes data, server => client
22:18:18.072464 '220 \___|\___/|_| \_\_____|\r\n'
22:18:18.073036 < 16 bytes data, client => server
22:18:18.073262 'USER anonymous\r\n'
22:18:18.074127 Received DATA (on stdin)
22:18:18.074383 > 33 bytes data, server => client
22:18:18.074657 '331 We are happy you popped in!\r\n'
22:18:18.075384 < 29 bytes data, client => server
22:18:18.075914 'PASS curl_by_daniel_at_haxx.se\r\n'
22:18:18.076203 Received DATA (on stdin)
22:18:18.076401 > 30 bytes data, server => client
22:18:18.076679 '230 Welcome you silly person\r\n'
22:18:18.077192 < 5 bytes data, client => server
22:18:18.077710 'PWD\r\n'
22:18:18.077884 Received DATA (on stdin)
22:18:18.077965 > 46 bytes data, server => client
22:18:18.078270 '257 "/nowhere/anywhere" is current directory\r\n'
22:18:18.080361 < 10 bytes data, client => server
22:18:18.080854 'CWD path\r\n'
22:18:18.080976 Received DATA (on stdin)
22:18:18.081604 > 29 bytes data, server => client
22:18:18.081679 '250 CWD command successful.\r\n'
22:18:18.084080 < 26 bytes data, client => server
22:18:18.084954 'EPRT |1|127.0.0.1|53133|\r\n'
22:18:18.085148 Received DATA (on stdin)
22:18:18.085217 > 28 bytes data, server => client
22:18:18.085290 '500 we don't like EPRT now\r\n'
22:18:18.085894 < 24 bytes data, client => server
22:18:18.086426 'PORT 127,0,0,1,207,142\r\n'
22:18:18.086586 Received DATA (on stdin)
22:18:18.086655 > 32 bytes data, server => client
22:18:18.086714 '200 You said PORT - I say FINE\r\n'
22:19:47.121565 ====> Client disconnect
== End of file sockctrl.log
== Start of file sockdata.log
22:18:18.101706 ====> Client connect
22:18:18.102947 Running IPv4 version
22:18:18.103437 Connected to port 53134
22:18:18.104014 Wrote pid 13964 to .sockdata.pid
22:18:18.104144 Received PING (on stdin)
22:18:47.089231 ====> Client disconnect
22:18:47.089758 disconnected, no socket to read on
== End of file sockdata.log
== Start of file stderr525
URL: ftp://127.0.0.1:8992/path/525
* About to connect() to 127.0.0.1 port 8992
* Trying 127.0.0.1... * Connected to 127.0.0.1 (127.0.0.1) port 8992
< 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
> PWD
< 257 "/nowhere/anywhere" is current directory
* Entry path is '/nowhere/anywhere'
> CWD path
< 250 CWD command successful.
> EPRT |1|127.0.0.1|53133|
< 500 we don't like EPRT now
* disabling EPRT usage
> PORT 127,0,0,1,207,142
< 200 You said PORT - I say FINE
* Connect data stream actively
ml_timedout
ABORTING TEST, since it seems that it would have run forever.
* Expire cleared
* Remembering we are in dir path/
* FTP response timeout
* control connection looks dead
* Connection #0 to host 127.0.0.1 left intact
== End of file stderr525
== Start of file upload525
Moooooooooooo
   upload this
== End of file upload525

Best Regards,

Nir Soffer
Received on 2006-10-22