|
Boost Testing : |
Subject: Re: [Boost-testing] All Sun regression tests down?
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2009-06-30 10:58:27
HI Steven,
On Jun 29, 2009, at 7:05 PM, Steven Watanabe wrote:
> Sandia-Linux-sun says
> /bin/sh: line 1:
> /home/sntools/extras/compilers/studio12/sunstudio12/bin/CC: No such
> file
> or directory
Someone moved the compiler on us. These should be fixed with the
next cycle.
> Most tests from Sandia-sun say either
> CC: Fatal error in ccfe: Segmentation Fault
> or
> CC: Fatal error in ccfe: Killed
>
> One test I noticed gives slightly different output
> http://tinyurl.com/kqymhw
>
> ld.so.1: CC: fatal: /dev/zero: mmap anon failed: Resource temporarily
> unavailable
> ld.so.1: CC: fatal: libc.so.1: open failed: No such file or directory
> Killed
In last nights trunk tests, I don't see most of these problems,
except for six seg faults in the date_time library. Not sure what
happened, perhaps we had NFS failures or backbone problems.
[kbelco_at_rgs-blade023 ~]$ grep -i "segmentation fault" bjam.log | wc
6 12 114
[kbelco_at_rgs-blade023 ~]$ grep -i "ccfe" bjam.log | wc
0 0 0
[kbelco_at_rgs-blade023 ~]$ grep -i "ld.so" bjam.log | wc
0 0 0
[kbelco_at_rgs-blade023 ~]$ grep -i "libc" bjam.log | wc
0 0 0
Thanks for the heads up.
-- Noel