OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Displaying Archived Combinations

Platform SOLARIS_SPARC_GNU_(SunOS_8)
Branch MAIN
Options  
Date 22-Sep-05 19:00
Contributor  
Status SUCCESS
Data Platform: SOLARIS_SPARC_GNU (SunOS 8)
Branch: MAIN
Date: 050922
Time: 1900 GMT
Status: SUCCESS

-------------------------------------------------------
Mail_To: pegasus-build-status@opengroup.org
The_Subject: SUCCESS: MAIN: SOLARIS_SPARC_GNU (SunOS 8): 050922
-------------------------------------------------------

SW changes:
Yes, SW changes used, and attached below

Build Status: SUCCESS

Repository build Status: SUCCESS

Test Repository Build Status: SUCCESS

Unit Tests Status: SUCCESS

Server Tests Poststarttests Status: SUCCESS

Server Tests Standardtests Status: SUCCESS

Pegasus Environment Variables:
declare -x PEGASUS_DEBUG="true"
declare -x PEGASUS_HOME="/home2/wunder/peg/TOGnightly/runtime"
declare -x PEGASUS_PLATFORM="SOLARIS_SPARC_GNU"
declare -x PEGASUS_ROOT="/home2/wunder/peg/TOGnightly/pegasus"

-------------------------------------------------------
SW Changes used:

? src/Clients/MCCATestClient/removeclasses.log
? src/Clients/repupgrade/tests/newRepository
? src/Clients/repupgrade/tests/repository
? src/Clients/repupgrade/tests/result
? src/Pegasus/Compiler/cmdline/tests/cmdline_result
? src/Pegasus/Compiler/cmdline/tests/cmdline_tmp
? src/Pegasus/Compiler/cmdline/tests/repository
?
src/Pegasus/Security/Authentication/tests/BasicAuthenticationHandler/PegasusDebug.log
?
src/Pegasus/Security/Authentication/tests/BasicAuthenticationHandler/PegasusError.log
?
src/Pegasus/Security/Authentication/tests/BasicAuthenticationHandler/PegasusStandard.log
?
src/Pegasus/Security/Authentication/tests/BasicAuthenticationHandler/PegasusTrace.log
?
src/Pegasus/Security/UserManager/tests/AuthorizationHandler/PegasusDebug.log
?
src/Pegasus/Security/UserManager/tests/AuthorizationHandler/PegasusError.log
?
src/Pegasus/Security/UserManager/tests/AuthorizationHandler/PegasusStandard.log
?
src/Pegasus/Security/UserManager/tests/AuthorizationHandler/PegasusTrace.log
?
src/Pegasus/Server/ProviderRegistrationManager/tests/wildCardNamespaceNames/repository
? src/utils/mu/mu
Index: TestMakefile
===================================================================
RCS file: /cvs/MSB/pegasus/TestMakefile,v
retrieving revision 1.38
diff -r1.38 TestMakefile
157a158,161
> ifeq ($(OS),solaris)
> run_OOP_TS1:
> @ $(ECHO) +++++ run_OOP_TS1 poststarttest not run on this
platform
> else
161a166,167
> endif
>
197a204
> ifdef PEGASUS_HAS_SSL
201a209,213
> else
> run_SSL_TS1:
> @ $(ECHO) "PEGASUS_HAS_SSL not defined: Skipping run_SSL_TS1
poststarttest"
> endif
>
485a498,518
> ifeq ($(OS),solaris)
> standardtests:
> @ $(ECHO) +++++ standardtests suite starting - solaris edition
> $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i
DisableSecurity
> @ $(ECHO) +++++ standardtests: DisableSecurity Passed
> $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -s TestCimmof
> @ $(ECHO) +++++ standardtests: TestCimmof Passed
> $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -s
TestNoSecurity
> @ $(ECHO) +++++ standardtests: TestNoSecurity Passed
> ## $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -s
EnableAuthentication
> @ $(ECHO) +++++ standardtests: EnableAuthentication NOT RUN
Passed
> $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -s
TestLocalSecurity
> @ $(ECHO) +++++ standardtests: TestLocalSecurity Passed
> $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -s
TestRemoteSecurity
> @ $(ECHO) +++++ standardtests: TestRemoteSecurity Passed
> ## $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -s
EnableAuthorization
> @ $(ECHO) +++++ standardtests: EnableAuthorization NOT RUN Passed
> ## $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -s
TestAuthorization
> @ $(ECHO) +++++ standardtests: TestAuthorization NOT RUN Passed
> @ $(ECHO) +++++ standardtests suite finished - solaris edition
> else
494a528
> endif
Index: mak/commands.mak
===================================================================
RCS file: /cvs/MSB/pegasus/mak/commands.mak,v
retrieving revision 1.33
diff -r1.33 commands.mak
132c132,136
< CIMSERVER_START_SERVICE = $(CIMSERVER_PATH)cimserver
$(CIMSERVER_CONFIG_OPTIONS)
---
> CIMSERVER_START_SERVICE = $(CIMSERVER_PATH)cimserver
$(CIMSERVER_CONFIG_OPTIONS) & $(SLEEP) 30
>
> ifdef PEGASUS_PLATFORM_SPARC_GNU
> CIMSERVER_STOP_SERVICE = $(CIMSERVER_PATH)cimserver -s
> else
133a138
> endif
Index: src/Clients/osinfo/Makefile
===================================================================
RCS file: /cvs/MSB/pegasus/src/Clients/osinfo/Makefile,v
retrieving revision 1.8
diff -r1.8 Makefile
48a49,53
>
> ifeq ($(OS),solaris)
> poststarttests:
> @ $(ECHO) +++++ $(PROGRAM) poststarttest test not run on this
platform
> else
50a56
> endif
Index: src/Pegasus/Common/CIMDateTimeUnix.cpp
===================================================================
RCS file: /cvs/MSB/pegasus/src/Pegasus/Common/CIMDateTimeUnix.cpp,v
retrieving revision 1.19
diff -r1.19 CIMDateTimeUnix.cpp
61c61,62
< #if defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC)
---
>
> #if defined(PEGASUS_OS_SOLARIS)
Index: src/Pegasus/Common/Dir.h
===================================================================
RCS file: /cvs/MSB/pegasus/src/Pegasus/Common/Dir.h,v
retrieving revision 1.24
diff -r1.24 Dir.h
46a47,51
> #if defined(PEGASUS_OS_SOLARIS)
> # include
> # include
> #endif
>
Index: src/Pegasus/Common/ThreadUnix_inline.h
===================================================================
RCS file: /cvs/MSB/pegasus/src/Pegasus/Common/ThreadUnix_inline.h,v
retrieving revision 1.21
diff -r1.21 ThreadUnix_inline.h
92a93,95
> #ifdef PEGASUS_PLATFORM_SOLARIS_SPARC_GNU
> pthread_attr_setschedpolicy(&_handle.thatt, SCHED_RR);
> #endif // PEGASUS_PLATFORM_SOLARIS_SPARC_GNU
cvs diff: cannot find src/Pegasus/Common/tests/FileSystem/file1.txt
cvs diff: cannot find
src/Pegasus/Config/tests/ConfigFileHandler/cimserver_current.conf
cvs diff: cannot find
src/Pegasus/Config/tests/ConfigFileHandler/cimserver_planned.conf
Index: src/Pegasus/DynListener/Service/cimlistener.cpp
===================================================================
RCS file: /cvs/MSB/pegasus/src/Pegasus/DynListener/Service/cimlistener.cpp,v
retrieving revision 1.7
diff -r1.7 cimlistener.cpp
624c624
< || defined(PEGASUS_OS_AIX) ||
defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC)
---
> || defined(PEGASUS_OS_AIX) || defined(PEGASUS_OS_SOLARIS)
834c834
< || defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC) || defined (PEGASUS_OS_VMS)
---
> || defined(PEGASUS_OS_SOLARIS) || defined (PEGASUS_OS_VMS)
909c909
< || defined(PEGASUS_OS_AIX) ||
defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC)
---
> || defined(PEGASUS_OS_AIX) || defined(PEGASUS_OS_SOLARIS)
1003c1003
< || defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC) || defined(PEGASUS_OS_VMS)
---
> || defined(PEGASUS_OS_SOLARIS) || defined(PEGASUS_OS_VMS)
cvs diff: cannot find
src/Pegasus/Repository/tests/AssocTable/associations.tbl
Index:
src/Providers/ManagedSystem/OperatingSystem/tests/OSTestClient/Makefile
===================================================================
RCS file:
/cvs/MSB/pegasus/src/Providers/ManagedSystem/OperatingSystem/tests/OSTestClient/Makefile,v
retrieving revision 1.9
diff -r1.9 Makefile
47a48,51
> ifeq ($(OS),solaris)
> poststarttests:
> @ $(ECHO) +++++ $(PROGRAM) poststarttest not run on this platform
> else
49a54
> endif
Index: src/Server/cimserver.cpp
===================================================================
RCS file: /cvs/MSB/pegasus/src/Server/cimserver.cpp,v
retrieving revision 1.168
diff -r1.168 cimserver.cpp
533c533
< || defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM) ||
defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC)
---
> || defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM) ||
defined(PEGASUS_OS_SOLARIS)
1185c1185
< || defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC) || defined (PEGASUS_OS_VMS)
---
> || defined(PEGASUS_OS_SOLARIS) || defined (PEGASUS_OS_VMS)
1322c1322
< || defined(PEGASUS_OS_AIX) ||
defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC)
---
> || defined(PEGASUS_OS_AIX) || defined(PEGASUS_OS_SOLARIS)
1375c1375
< || defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC) || defined(PEGASUS_OS_VMS)
---
> || defined(PEGASUS_OS_SOLARIS) || defined(PEGASUS_OS_VMS)
Index: src/Service/ServerProcessUnix.cpp
===================================================================
RCS file: /cvs/MSB/pegasus/src/Service/ServerProcessUnix.cpp,v
retrieving revision 1.4
diff -r1.4 ServerProcessUnix.cpp
147c147
< #if defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) ||
defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC)
---
> #if defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) ||
defined(PEGASUS_OS_SOLARIS)
234c234
< #if !defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC)
---
> #if !defined(PEGASUS_OS_SOLARIS)
423c423
< #if defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) ||
defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC)
---
> #if defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) ||
defined(PEGASUS_OS_SOLARIS)
478c478
< #if defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) ||
defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC)
---
> #if defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) ||
defined(PEGASUS_OS_SOLARIS)
Index: src/WMIMapper/WMIServer/cimserver.cpp
===================================================================
RCS file: /cvs/MSB/pegasus/src/WMIMapper/WMIServer/cimserver.cpp,v
retrieving revision 1.18
diff -r1.18 cimserver.cpp
539c539
< || defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM) ||
defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC)
---
> || defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM) ||
defined(PEGASUS_OS_SOLARIS)
1170c1170
< || defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC) || defined (PEGASUS_OS_VMS)
---
> || defined(PEGASUS_OS_SOLARIS) || defined (PEGASUS_OS_VMS)
1308c1308
< || defined(PEGASUS_OS_AIX) ||
defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC)
---
> || defined(PEGASUS_OS_AIX) || defined(PEGASUS_OS_SOLARIS)
1361c1361
< || defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC) || defined(PEGASUS_OS_VMS)
---
> || defined(PEGASUS_OS_SOLARIS) || defined(PEGASUS_OS_VMS)


-------------------------------------------------------
Make output:

g++ -c -o
/home2/wunder/peg/TOGnightly/runtime/obj/Pegasus/DynListener/Service/cimlistener.o
-g -W -Wall -Wno-unused -fPIC -DPEGASUS_INTERNALONLY
-DPEGASUS_CONSUMER_INTERNAL -DPEGASUS_PLATFORM_SOLARIS_SPARC_GNU
-D_POSIX_PTHREAD_SEMANTICS -D BSD_COMP -D_REENTRANT -DPEGASUS_OS_SOLARIS
-DMAX_THREADS_PER_SVC_QUEUE=0 -DPEGASUS_DISABLE_EXECQUERY
-DPEGASUS_DEBUG -DPEGASUS_USE_EXPERIMENTAL_INTERFACES
-DPEGASUS_USE_DEPRECATED_INTERFACES -DPEGASUS_DEST_LIB_DIR="lib"
-I/home2/wunder/peg/TOGnightly/pegasus/src cimlistener.cpp

g++ -g -W -Wall -Wno-unused -fPIC
-L/home2/wunder/peg/TOGnightly/runtime/lib -o
/home2/wunder/peg/TOGnightly/runtime/bin/cimlistener
/home2/wunder/peg/TOGnightly/runtime/obj/Pegasus/DynListener/Service/cimlistener.o
-lpegdynlistener -lpegprovider -lpegservice -lpegexportserver
-lpegcommon -lpthread -ldl -lsocket -lnsl -lxnet -lrt
touch /home2/wunder/peg/TOGnightly/runtime/bin/cimlistener

touch /home2/wunder/peg/TOGnightly/runtime/bin/cimlistener

make[2]: Leaving directory
`/home2/wunder/peg/TOGnightly/pegasus/src/Pegasus/DynListener/Service'
make[1]: Leaving directory `/home2/wunder/peg/TOGnightly/pegasus/src'
make[1]: Entering directory `/home2/wunder/peg/TOGnightly/pegasus/test'
make[2]: Entering directory
`/home2/wunder/peg/TOGnightly/pegasus/test/wetest'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory
`/home2/wunder/peg/TOGnightly/pegasus/test/wetest'
make[1]: Leaving directory `/home2/wunder/peg/TOGnightly/pegasus/test'
make[1]: Entering directory `/home2/wunder/peg/TOGnightly/pegasus/rpm'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home2/wunder/peg/TOGnightly/pegasus/rpm'
make[1]: Entering directory `/home2/wunder/peg/TOGnightly/pegasus/Schemas'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home2/wunder/peg/TOGnightly/pegasus/Schemas'

-------------------------------------------------------
Repository output:

Warning: Class CIM_Dependency already exists in the repository
Warning: Class CIM_ManagedSystemElement already exists in the repository
Warning: Class CIM_LogicalElement already exists in the repository
Warning: Class CIM_ServiceAccessPoint already exists in the repository
Warning: Class CIM_SAPSAPDependency already exists in the repository
Warning: Class CIM_ProtocolEndpoint already exists in the repository
Warning: Class CIM_IPProtocolEndpoint already exists in the repository
Warning: Class CIM_NextHopRouting already exists in the repository
Warning: Class CIM_IPRoute already exists in the repository
Warning: Class CIM_BindsTo already exists in the repository
Warning: Class CIM_BindsToLANEndpoint already exists in the repository

+++++ Registering Providers for PG_ManagedSystemTestSchema20 ...
Warning: Use of cimmofl can corrupt the CIM Server Repository.
cimmofl should only be used under very controlled situations.
cimmof is the recommended OpenPegasus MOF compiler.


make[2]: Leaving directory
`/home2/wunder/peg/TOGnightly/pegasus/Schemas/Pegasus/ManagedSystem'
make[1]: Leaving directory
`/home2/wunder/peg/TOGnightly/pegasus/Schemas/Pegasus'

-------------------------------------------------------
testrepository output:

Warning: Class CIM_CommMechanismForObjectManagerAdapter already exists
in the repository
Warning: Class CIM_Namespace already exists in the repository
Warning: Class CIM_SystemIdentification already exists in the repository
Warning: Class CIM_NamespaceInManager already exists in the repository
Warning: Class CIM_SystemInNamespace already exists in the repository
Warning: Class CIM_IdentificationOfManagedSystem already exists in the
repository
Warning: Class CIM_CIMOMStatisticalData already exists in the repository
Warning: Class CIM_RegisteredProfile already exists in the repository
Warning: Class CIM_RegisteredSubProfile already exists in the repository
Warning: Class CIM_ReferencedProfile already exists in the repository
Warning: Class CIM_SubProfileRequiresProfile already exists in the
repository
Warning: Class CIM_ElementConformsToProfile already exists in the
repository

+++++ Loading
/home2/wunder/peg/TOGnightly/pegasus/Schemas/CIMPrelim291/CIM_Interop.mof
into root/SampleProvider namespace...
Warning: Use of cimmofl can corrupt the CIM Server Repository.
cimmofl should only be used under very controlled situations.
cimmof is the recommended OpenPegasus MOF compiler.


make[1]: Leaving directory
`/home2/wunder/peg/TOGnightly/pegasus/src/Pegasus/ControlProviders/QueryCapabilitiesProvider/tests'

-------------------------------------------------------
tests output:

cimmofl -R. ValidMof8.mof
Warning: Use of cimmofl can corrupt the CIM Server Repository.
cimmofl should only be used under very controlled situations.
cimmof is the recommended OpenPegasus MOF compiler.


+++ Test Passed +++
TestCGIQueryString +++++ passed all tests
Warning: Use of cimmofl can corrupt the CIM Server Repository.
cimmofl should only be used under very controlled situations.
cimmof is the recommended OpenPegasus MOF compiler.


Warning: Use of cimmofl can corrupt the CIM Server Repository.
cimmofl should only be used under very controlled situations.
cimmof is the recommended OpenPegasus MOF compiler.


upgradetest +++++ passed all tests
+++ Test passed +++

-------------------------------------------------------
poststarttests output:

+++ ModifyInstance54006 passed successfully +++
+++ ModifyInstance54001 passed successfully +++
+++ ModifyInstance54002 passed successfully +++
+++ DeleteInstance55000 passed successfully +++
+++ DeleteInstance55001 passed successfully +++
+++ DeleteInstance55003 passed successfully +++
+++ DeleteInstance55002 passed successfully +++
+++ GetProperty82000 passed successfully +++
+++ GetProperty82100 passed successfully +++
+++ SetProperty82200 passed successfully +++
+++ SetProperty82201 passed successfully +++
+++ SetProperty82202 passed successfully +++
+++ SetProperty82300 passed successfully +++
TestBinRepository +++++ passed all test
+++++ run_OOP_TS1 poststarttest not run on this platform
Logs Directory = /home2/wunder/peg/TOGnightly/runtime/./logs
CIM Server 2.5
Listening on HTTP port 5988.
Listening on local connection socket.
Started.
14246 User Signal 1
TestProcessIndication setup WQL
+++++ setup completed successfully
TestProcessIndication create1 WQL
+++++ create1 completed successfully
TestProcessIndication create2 WQL
+++++ create2 completed successfully
Logs Directory = /home2/wunder/peg/TOGnightly/runtime/./logs
CIM Server 2.5
Listening on HTTP port 5988.
Listening on local connection socket.
Started.
14271 User Signal 1
TestProcessIndication delete1 WQL
+++++ delete1 completed successfully
TestProcessIndication delete2 WQL
+++++ delete2 completed successfully
TestProcessIndication cleanup WQL
+++++ cleanup completed successfully
PEGASUS_HAS_SSL not defined: Skipping run_SSL_TS1 poststarttest

-------------------------------------------------------
Standardtests output:

+++ GoodCharacterReference02 passed successfully +++
+++ GoodCharacterReference03 passed successfully +++
+++ GoodCharacterReference04 passed successfully +++
+++ GoodEntityReference01 passed successfully +++
+++ BadDtdVersion01 passed successfully +++
+++ BadDtdVersion02 passed successfully +++
+++ BadDtdVersion03 passed successfully +++
+++ BadProtocolVersion01 passed successfully +++
+++ BadProtocolVersion02 passed successfully +++
+++ BadProtocolVersion03 passed successfully +++
+++ ModifyInstance54000 passed successfully +++
+++ ModifyInstance54003 passed successfully +++
+++ ModifyInstance54004 passed successfully +++
+++ ModifyInstance54005 passed successfully +++
+++ ModifyInstance54006 passed successfully +++
+++ DeleteInstance55000 passed successfully +++
+++ DeleteInstance55001 passed successfully +++
+++ DeleteInstance55003 passed successfully +++
+++ GetProperty82000 passed successfully +++
+++ GetProperty82100 passed successfully +++
+++ SetProperty82200 passed successfully +++
+++ SetProperty82201 passed successfully +++
+++ SetProperty82202 passed successfully +++
+++ SetProperty82300 passed successfully +++
+++++ standardtests: TestRemoteSecurity Passed
+++++ standardtests: EnableAuthorization NOT RUN Passed
+++++ standardtests: TestAuthorization NOT RUN Passed
+++++ standardtests suite finished - solaris edition
Provider is not enabled.
Provider is not enabled.
Provider is not enabled.
Provider is not enabled.
Provider is not enabled.
Provider is not enabled.
Provider is not enabled.
Provider is not enabled.
Provider is not enabled.
Provider is not enabled.
Provider is not enabled.
Provider is not enabled.

-------------------------------------------------------