Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Tests not finishing
From: Tom Kent (lists_at_[hidden])
Date: 2013-11-29 08:14:00


On Thu, Nov 28, 2013 at 10:26 AM, Tom Kent <lists_at_[hidden]> wrote:

> I'm seeing some tests getting stuck when they are almost complete. They
> get to the point of:
>
> ....
> # Getting test case results out of
> "/home/tomkent/teeks99-09/b/results/bjam.log"...
> boost_root: /home/tomkent/teeks99-09/b/boost
> locate_root: /home/tomkent/teeks99-09/b/results
> ------------------
>
> I've only seen it on clang tests so far, but that could be a coincidence.
> Are there changes going in here related to the git move?
>
> I was just trying to get one last run of all the tests in after svn
> lockdown, but that won't happen if these can't complete.
>
> Tom
>
>
After many hours being stuck here, it finally continues and then crashes
with:

# Getting test case results out of
"/home/tomkent/teeks99-07/f/results/bjam.log"...
boost_root: /home/tomkent/teeks99-07/f/boost
locate_root: /home/tomkent/teeks99-07/f/results
# Executing SVN command "svn --non-interactive info --xml
"/home/tomkent/teeks99-07/f/boost" >"/home/tomkent/teeks99-07/
f/boost/svn_info.txt""
# Collecting test logs into
"/home/tomkent/teeks99-07/f/results/teeks99-07f-Ubuntu12.04-64.xml"...
# Reading comments file "/home/tomkent/teeks99-07/f/../info.html"...
# Collecting test logs ...
# Walking directory "/home/tomkent/teeks99-07/f/results" ...
# Processing test log
"/home/tomkent/teeks99-07/f/results/boost/bin.v2/libs/program_options/build/clang-linux-3.0/de
bug/test_log.xml"
# Processing test log
"/home/tomkent/teeks99-07/f/results/boost/bin.v2/libs/program_options/build/clang-linux-3.0/de
bug/threading-multi/test_log.xml"
# Processing test log
"/home/tomkent/teeks99-07/f/results/boost/bin.v2/libs/program_options/build/clang-linux-3.0/de
bug/link-static/test_log.xml"
# Processing test log
"/home/tomkent/teeks99-07/f/results/boost/bin.v2/libs/program_options/build/clang-linux-3.0/de
bug/link-static/threading-multi/test_log.xml"
...
many more lines here
...
# Processing test log
"/home/tomkent/teeks99-07/f/results/boost/bin.v2/tools/bcp/test/bcp-test.test/clang-linux-3.0/release/link-static/test_log.xml"
# Processing test log
"/home/tomkent/teeks99-07/f/results/boost-build-clang-linux-3.0/test_log.xml"
# Done writing
"/home/tomkent/teeks99-07/f/results/teeks99-07f-Ubuntu12.04-64.xml".
# Compressing
"/home/tomkent/teeks99-07/f/results/teeks99-07f-Ubuntu12.04-64.xml"...
# Warning: Compressing falied (Filesize would require ZIP64 extensions)
# Trying to compress using a platform-specific tool...
# Could not find 'zip_cmd' module in the script directory
(/home/tomkent/teeks99-07/f).
Traceback (most recent call last):
  File "run.py", line 60, in <module>
    runner(root)
  File "/home/tomkent/teeks99-07/f/tools_regression_src/regression.py",
line 205, in __init__
    self.main()
  File "/home/tomkent/teeks99-07/f/tools_regression_src/regression.py",
line 566, in main
    getattr(self,action_m)()
  File "/home/tomkent/teeks99-07/f/tools_regression_src/regression.py",
line 532, in command_regression
    self.command_collect_logs()
  File "/home/tomkent/teeks99-07/f/tools_regression_src/regression.py",
line 439, in command_collect_logs
    revision )
  File
"/home/tomkent/teeks99-07/f/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-07/f/tools_regression_src/collect_and_upload_logs.py",
line 278, in compress_file
    raise Exception( 'Compressing failed!' )
Exception: Compressing failed!

Were any changes made to regression scripts just before the svn lockdown?



Boost-testing list run by mbergal at meta-comm.com