From: Ethan Mallove (ethan.mallove_at_[hidden])
Date: 2007-07-06 15:04:57


On Fri, Jul/06/2007 01:22:06PM, Joshua Hursey wrote:
> Anyone seen the following error from MTT before? It looks like it is in the
> reporter stage.
>
> <------------------------->
> shell$ /spin/home/jjhursey/testing/mtt//client/mtt --mpi-install --scratch
> /spin/home/jjhursey/testing/scratch/20070706 --file
> /spin/home/jjhursey/testing/etc/jaguar/simple-svn.ini --print-time
> --verbose --debug 2>&1 1>>
> /spin/home/jjhursey/testing/scratch/20070706/output.txt
> This shouldn't happen at /usr/lib/perl5/5.8.3/Text/Wrap.pm line 64.
> shell$
> <------------------------->

"This shouldn't happen at ..." is the die message?

Try this INI [Reporter: TextFile] section:

{{{
  [Reporter: text file backup]
  module = TextFile

  textfile_filename = $phase-$section-$mpi_name-$mpi_version.txt

  # User-defined report headers/footers
  textfile_summary_header = <<EOT
  hostname: &shell("hostname")
  uname: &shell("uname -a")
  who am i: &shell("who am i")
  EOT

  textfile_summary_footer =
  textfile_detail_header =
  textfile_detail_footer =

  textfile_textwrap = 78
}}}

-Ethan

>
> The return code is: 6400
>
> I attached the output log incase that helps, and the INI file.
>
> -- Josh