|
Boost Testing : |
Subject: Re: [Boost-testing] Regression zip failure
From: Tom Kent (lists_at_[hidden])
Date: 2014-01-28 04:20:59
On Sat, Jan 25, 2014 at 7:22 AM, Tom Kent <lists_at_[hidden]> wrote:
> I'm seeing this on a few of my runners at the end of what looks like a
> successful run...any ideas what to do about it?
>
> Tom
>
> # Could not find 'zip_cmd' module in the script directory
> File "/home/tomkent/teeks99-03/g/tools_regression_src/collect_and_upload_logs.py",
> line 351, in collect_logs
> , os.path.join( results_dir,'%s.zip' % runner_id )
> File "/home/tomkent/teeks99-03/g/tools_regression_src/collect_and_upload_logs.py",
> line 278, in compress_file
> raise Exception( 'Compressing failed!' )
> Exception: Compressing failed!
Without any apparent action on my part the previous error changed to this:
# Processing test log
"/home/tomkent/teeks99-03/g/results/boost/bin.v2/libs/thread/test/test_2309_lib.test/clang-linux-3.1/debug/threading-multi/test_log.xml"
Traceback (most recent call last):
File "run.py", line 83, in <module>
runner(root)
File "/home/tomkent/teeks99-03/g/tools_regression_src/regression.py",
line 260, in __init__
self.main()
File "/home/tomkent/teeks99-03/g/tools_regression_src/regression.py",
line 646, in main
getattr(self,action_m)()
File "/home/tomkent/teeks99-03/g/tools_regression_src/regression.py",
line 612, in command_regression
self.command_collect_logs()
File "/home/tomkent/teeks99-03/g/tools_regression_src/regression.py",
line 519, in command_collect_logs
revision )
File "/home/tomkent/teeks99-03/g/tools_regression_src/collect_and_upload_logs.py",
line 342, in collect_logs
collect_test_logs( [ results_dir ], results_writer )
File "/home/tomkent/teeks99-03/g/tools_regression_src/collect_and_upload_logs.py",
line 48, in collect_test_logs
os.path.walk( input_dir, process_test_log_files, test_results_writer )
File "/usr/lib/python2.7/posixpath.py", line 237, in walk
walk(name, func, arg)
File "/usr/lib/python2.7/posixpath.py", line 237, in walk
walk(name, func, arg)
File "/usr/lib/python2.7/posixpath.py", line 237, in walk
walk(name, func, arg)
File "/usr/lib/python2.7/posixpath.py", line 237, in walk
walk(name, func, arg)
File "/usr/lib/python2.7/posixpath.py", line 237, in walk
walk(name, func, arg)
Tom