|
Boost Testing : |
From: Jim Bell (Jim_at_[hidden])
Date: 2023-07-27 23:55:08
Hi!
I'm a former regression tester looking to spin up a new test or two
(msys2.org environments).
It looks like the FTP server (receiver) just blocks the upload request,
verified manually by FileZilla. I vaguely recall it needing to be
enabled on the server side somehow. Messages and traceback below.
Thanks in advance,
Jim Bell
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> # Uploading log archive "H:/rtest/results/JCBell-MSYS2-mingw-w64.zip"
> to master
> # <lambda> failed with message "[WinError 10060] A connection attempt
> failed because the connected party did not properly respond after a
> period of time, or established connection failed because connected
> host has failed to respond"
Traceback (fwiw):
> Traceback (most recent call last):
> Â File "H:\rtest\run.py", line 74, in <module>
> Â Â Â runner(root)
> Â File "H:/rtest/boost_regression_src/regression.py", line 285, in
> __init__
> Â Â Â self.main()
> Â File "H:/rtest/boost_regression_src/regression.py", line 621, in main
> Â Â Â getattr(self,action_m)()
> Â File "H:/rtest/boost_regression_src/regression.py", line 535, in
> command_upload_logs
> Â Â Â self.retry(
> Â File "H:/rtest/boost_regression_src/regression.py", line 662, in retry
> Â Â Â return f()
> Â File "H:/rtest/boost_regression_src/regression.py", line 537, in
> <lambda>
> Â Â Â upload_logs(
> Â File "H:/rtest/boost_regression_src/collect_and_upload_logs.py",
> line 445, in upload_logs
> Â Â Â upload_to_ftp( tag, logs_archive, ftp_proxy, debug_level, ftp_url )
> Â File "H:/rtest/boost_regression_src/collect_and_upload_logs.py",
> line 293, in upload_to_ftp
> ftp.storbinary( 'STOR %s' % os.path.basename( results_file ), f ) #
> py3 expects binary
> Â File "E:/Z/boost/msys64/mingw64/lib/python3.10/ftplib.py", line 498,
> in storbinary
> Â Â Â with self.transfercmd(cmd, rest) as conn:
> Â File "E:/Z/boost/msys64/mingw64/lib/python3.10/ftplib.py", line 393,
> in transfercmd
> Â Â Â return self.ntransfercmd(cmd, rest)[0]
> Â File "E:/Z/boost/msys64/mingw64/lib/python3.10/ftplib.py", line 354,
> in ntransfercmd
> Â Â Â conn = socket.create_connection((host, port), self.timeout,
> Â File "E:/Z/boost/msys64/mingw64/lib/python3.10/socket.py", line 845,
> in create_connection
> Â Â Â raise err
> Â File "E:/Z/boost/msys64/mingw64/lib/python3.10/socket.py", line 833,
> in create_connection
> Â Â Â sock.connect(sa)
> TimeoutError: [WinError 10060] A connection attempt failed because the
> connected party did not properly respond after a period of time, or
> established connection failed because connected host has failed to respond