[Mono-dev] svn trunk, gmake check failed

KISHIMOTO, Makoto ksmakoto at dd.iij4u.or.jp
Thu Dec 3 04:54:27 EST 2009


Hello

On FreeBSD, make check of Mono svn trunk failed.

$ gmake check
(snip)
gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools'
gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools'
gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools'
gmake test-local
gmake[6]: Entering directory `/export/home/ksmakoto/Mono/mcs'
gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[5]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[4]: `profile-do--net_2_1_raw--test' is up to date.
gmake[4]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[3]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake ONLY_CENTUM_TESTS=yes mcs-do-run-test-profiles
gmake[3]: Entering directory `/export/home/ksmakoto/Mono/BUILD/runtime'
cd ../../mono/../mcs && gmake NO_DIR_CHECK=1 PROFILES='net_2_0 net_3_5  net_2_1_raw  net_2_1_raw' run-test-profiles
gmake[4]: Entering directory `/export/home/ksmakoto/Mono/mcs'
ret=:;  { gmake PROFILE=net_2_0 run-test || ret=false; };   { gmake PROFILE=net_3_5 run-test || ret=false; };   { gmake PROFILE=net_2_1_raw run-test || ret=false; };   { gmake PROFILE=net_2_1_raw run-test || ret=false; };  $ret
gmake[5]: Entering directory `/export/home/ksmakoto/Mono/mcs'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[6]: Entering directory `/export/home/ksmakoto/Mono/mcs'
gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
ok=:; \
	PATH="/export/home/ksmakoto/Mono/BUILD/runtime/_tmpinst/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/ksmakoto/bin" MONO_REGISTRY_PATH="/home/ksmakoto/.mono/registry" MONO_PATH="./../../class/lib/net_2_0::$MONO_PATH" /export/home/ksmakoto/Mono/BUILD/runtime/mono-wrapper --debug  ./../../class/lib/net_2_0/nunit-console.exe  corlib_test_net_2_0.dll -noshadow   -exclude=NotWorking,ValueAdd,CAS,InetAccess -output=TestResult-net_2_0.log -xml=TestResult-net_2_0.xml  || ok=false; \
	(echo ''; cat TestResult-net_2_0.log) | sed '1,/^Tests run: /d'; xsltproc ./../../build/nunit-summary.xsl TestResult-net_2_0.xml >> TestResult-net_2_0.log ; $ok
NUnit version 2.4.8
Copyright (C) 2002-2007 Charlie Poole.
Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov.
Copyright (C) 2000-2002 Philip Craig.
All Rights Reserved.

Runtime Environment - 
   OS Version: Unix 8.0.2.0
  CLR Version: 2.0.50727.1433 ( /trunk/mono r147160 Tue Dec  1 11:06:12 JST 2009 )

Unhandled Exception:
System.ArgumentOutOfRangeException: Index is less than 0 or more than or equal to the list count.
Parameter name: index
0
  at System.Collections.ArrayList.ThrowNewArgumentOutOfRangeException (System.String name, System.Object actual, System.String message) [0x00000] in /export/home/ksmakoto/Mono/mcs/class/corlib/System.Collections/ArrayList.cs:3249 
  at System.Collections.ArrayList.get_Item (Int32 index) [0x00013] in /export/home/ksmakoto/Mono/mcs/class/corlib/System.Collections/ArrayList.cs:2640 
  at System.Diagnostics.ProcessModuleCollection.get_Item (Int32 index) [0x00000] in /export/home/ksmakoto/Mono/mcs/class/System/System.Diagnostics/ProcessModuleCollection.cs:63 
  at System.Diagnostics.Process.get_MainModule () [0x00000] in /export/home/ksmakoto/Mono/mcs/class/System/System.Diagnostics/Process.cs:232 
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:get_MainModule ()
  at NUnit.Util.DomainManager.CreateDomain (NUnit.Core.TestPackage package) [0x0019f] in /export/home/ksmakoto/Mono/mcs/nunit24/ClientUtilities/util/Services/DomainManager.cs:105 
  at NUnit.Util.TestDomain.Load (NUnit.Core.TestPackage package) [0x00011] in /export/home/ksmakoto/Mono/mcs/nunit24/ClientUtilities/util/TestDomain.cs:52 
warning: failed to load external entity "TestResult-net_2_0.xml"
unable to parse TestResult-net_2_0.xml
gmake[8]: *** [run-test-lib] Error 1
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[7]: *** [do-run-test] Error 1
gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[6]: *** [run-test-recursive] Error 1
gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[6]: Entering directory `/export/home/ksmakoto/Mono/mcs'
gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[5]: *** [do-run-test] Error 1
gmake[5]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[5]: Entering directory `/export/home/ksmakoto/Mono/mcs'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[6]: Entering directory `/export/home/ksmakoto/Mono/mcs'
gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[6]: Entering directory `/export/home/ksmakoto/Mono/mcs'
gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[5]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[5]: Entering directory `/export/home/ksmakoto/Mono/mcs'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[6]: Entering directory `/export/home/ksmakoto/Mono/mcs'
gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/build'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/build'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/build'
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/build'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/build'
gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/build'
gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/mcs'
Makefile:47: warning: overriding commands for target `csproj-local'
../build/executable.make:131: warning: ignoring old commands for target `csproj-local'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/mcs'
Makefile:47: warning: overriding commands for target `csproj-local'
../build/executable.make:131: warning: ignoring old commands for target `csproj-local'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/mcs'
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/mcs'
Makefile:47: warning: overriding commands for target `csproj-local'
../build/executable.make:131: warning: ignoring old commands for target `csproj-local'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/mcs'
gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/mcs'
gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/class'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/class'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/Mono.CompilerServices.SymbolWriter'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/Mono.CompilerServices.SymbolWriter'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/Mono.CompilerServices.SymbolWriter'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/Mono.CompilerServices.SymbolWriter'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/Mono.CompilerServices.SymbolWriter'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/Mono.CompilerServices.SymbolWriter'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Net'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Net'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Net'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Net'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Net'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Net'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.XML'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.XML'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.XML'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.XML'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.XML'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.XML'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Core'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Core'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Core'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Core'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Core'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Core'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Runtime.Serialization'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Runtime.Serialization'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Runtime.Serialization'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Runtime.Serialization'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Runtime.Serialization'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Runtime.Serialization'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel.Web'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel.Web'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel.Web'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel.Web'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel.Web'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel.Web'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class'
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/class'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class'
gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class'
gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools/compiler-tester'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools/compiler-tester'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools/compiler-tester'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools/compiler-tester'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools/compiler-tester'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools/compiler-tester'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools'
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools'
gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools'
gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[6]: Entering directory `/export/home/ksmakoto/Mono/mcs'
gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[5]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[5]: Entering directory `/export/home/ksmakoto/Mono/mcs'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[6]: Entering directory `/export/home/ksmakoto/Mono/mcs'
gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/build'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/build'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/build'
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/build'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/build'
gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/build'
gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/mcs'
Makefile:47: warning: overriding commands for target `csproj-local'
../build/executable.make:131: warning: ignoring old commands for target `csproj-local'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/mcs'
Makefile:47: warning: overriding commands for target `csproj-local'
../build/executable.make:131: warning: ignoring old commands for target `csproj-local'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/mcs'
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/mcs'
Makefile:47: warning: overriding commands for target `csproj-local'
../build/executable.make:131: warning: ignoring old commands for target `csproj-local'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/mcs'
gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/mcs'
gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/class'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/class'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/corlib'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/Mono.CompilerServices.SymbolWriter'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/Mono.CompilerServices.SymbolWriter'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/Mono.CompilerServices.SymbolWriter'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/Mono.CompilerServices.SymbolWriter'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/Mono.CompilerServices.SymbolWriter'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/Mono.CompilerServices.SymbolWriter'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Net'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Net'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Net'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Net'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Net'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Net'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.XML'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.XML'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.XML'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.XML'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.XML'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.XML'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Core'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Core'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Core'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Core'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Core'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Core'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Xml.Linq'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Runtime.Serialization'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Runtime.Serialization'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Runtime.Serialization'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.Runtime.Serialization'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Runtime.Serialization'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.Runtime.Serialization'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel.Web'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel.Web'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel.Web'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel.Web'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel.Web'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class/System.ServiceModel.Web'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class'
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/class'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class'
gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/class'
gmake[7]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools'
gmake[9]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools/compiler-tester'
ok=:; gmake run-test-recursive || ok=false; gmake run-test-local || ok=false; $ok
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools/compiler-tester'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools/compiler-tester'
gmake[10]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools/compiler-tester'
gmake[10]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools/compiler-tester'
gmake[9]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools/compiler-tester'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools'
gmake[8]: Entering directory `/export/home/ksmakoto/Mono/mcs/tools'
gmake[8]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools'
gmake[7]: Leaving directory `/export/home/ksmakoto/Mono/mcs/tools'
gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[6]: Entering directory `/export/home/ksmakoto/Mono/mcs'
gmake[6]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[5]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[4]: *** [profiles-do--run-test] Error 1
gmake[4]: Leaving directory `/export/home/ksmakoto/Mono/mcs'
gmake[3]: *** [mcs-do-run-test-profiles] Error 2
gmake[3]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/runtime'
gmake[2]: *** [check-local] Error 2
gmake[2]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/runtime'
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `/export/home/ksmakoto/Mono/BUILD/runtime'
gmake: *** [check-recursive] Error 1


More information about the Mono-devel-list mailing list