OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform SOLARIS_SPARC_GNU_(SunOS_5_8)
Branch MAIN
Options  
Date 23-Nov-05 03:25
Contributor  
Status SUCCESS
Data
Platform: SOLARIS_SPARC_GNU (SunOS 5.8)
Branch: MAIN
Date: 051123
Time: 0325 GMT
Status: SUCCESS
End Time: 0620 GMT

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

SW changes:
Yes SW changes used, and attached below

The Time Format is HHMMSS GMT time

Make all Status: SUCCESS
Make all Start Time: 033900
Make all Stop Time: 035230

Make tests Status: SUCCESS
Make tests Start Time: 035230
Make tests Stop Time: 040104

Make perftests Status: SUCCESS
Make perftests Start Time: 040105
Make perftests Stop Time: 040830

Make poststarttests Status: SUCCESS
Make poststarttests Start Time: 040830
Make poststarttests Stop Time: 044801

Make standardtests Status: SUCCESS
Make standardtests Start Time: 044801
Make standardtests Stop Time: 062050

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


-------------------------------------------------------
Additional Configuration Information:

Current User: wunder
CPU Type: UltraSPARC III Sun-Blade-1000
CPU Freq: 750 or 900 Mhz
CPU Count: 1

------------------------------
Make version (make -v output):

GNU Make 3.80
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

------------------------------
Compiler version (c++ -v output):

Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/specs
gcc version 2.95.3 20010315 (release)

------------------------------
SSL version ( openssl version output):

OpenSSL 0.9.8 05 Jul 2005

------------------------------
uname -a output:

SunOS vrts6 5.8 Generic_112953-02 sun4u sparc SUNW,Sun-Blade-1000

------------------------------
OS Details (cimserver startup & osinfo output):

Logs Directory = /home2/wunder/peg/TOGnightly/runtime/./logs
CIM Server 2.5
Unable to start CIMServer.
CIMServer is already running.

OperatingSystem Information
Host: vrts6
Name: SunOS
( 5.8 Generic_112953-02 )
Version: 5.8
UserLicense: Unlimited user license
Number of Users: 2 users
Number of Processes: 65 processes
OSCapability: 32 bit
LastBootTime: Unknown
LocalDateTime: Nov 22, 2005 23:20:51 (-0700)
SystemUpTime: Unknown

------------------------------
ending cimserver configuration (cimconfig -lc output):

enableAssociationTraversal=true
passwordFilePath=cimserver.passwd
maxProviderProcesses=0
sslClientVerificationMode=disabled
forceProviderProcesses=false
crlStore=crl
httpPort=
home=./
repositoryIsDefaultInstanceProvider=true
slp=false
httpsPort=
messageDir=msg
logdir=./logs
sslTrustStore=cimserver_trust
shutdownTimeout=10
sslCertificateFilePath=server.pem
traceLevel=1
enableAuthentication=false
enableRemotePrivilegedUserAccess=true
traceFilePath=cimserver.trc
httpAuthType=Basic
enableBinaryRepository=false
enableHttpsConnection=false
enableIndicationService=true
daemon=true
enableNamespaceAuthorization=false
sslTrustStoreUserName=
exportSSLTrustStore=indication_trust
sslKeyFilePath=file.pem
traceComponents=
enableSSLExportClientVerification=false
enableHttpConnection=true
logLevel=INFORMATION
providerDir=lib
repositoryDir=repository

CIM Server stopped.

-------------------------------------------------------
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/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.49
diff -r1.49 TestMakefile
319a320,323
> ifeq ($(OS),solaris)
> run_OOP_TS1:
> @ $(ECHO) +++++ run_OOP_TS1 poststarttest not run on this platform
> else
323a328
> endif
794a800,820
> 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
804a831
> endif
Index: src/Clients/ssltrustmgr/tests/Makefile
===================================================================
RCS file: /cvs/MSB/pegasus/src/Clients/ssltrustmgr/tests/Makefile,v
retrieving revision 1.18
diff -r1.18 Makefile
194c194
< @ssltrustmgr -r -i
/C=US/ST=VIRGINIA/L=Fairfax/O=OpenGroup/OU=OpenPegasus/CN=TestSelfSigned1 -n 0
>> $(RESULTFILE) $(REDIRECTERROR)
---
> @ssltrustmgr -r -i
/C=US/ST=VIRGINIA/L=Fairfax/O=OpenGroup/OU=OpenPegasus/CN=TestSelfSigned1 -n
4294967295 >> $(RESULTFILE) $(REDIRECTERROR)
202c202
< @ssltrustmgr -r -i
/C=US/ST=VIRGINIA/L=Fairfax/O=OpenGroup/OU=OpenPegasus/CN=TestSelfSigned1 -n 0
>> $(RESULTFILE) $(REDIRECTERROR)
---
> @ssltrustmgr -r -i
/C=US/ST=VIRGINIA/L=Fairfax/O=OpenGroup/OU=OpenPegasus/CN=TestSelfSigned1 -n
4294967295 >> $(RESULTFILE) $(REDIRECTERROR)
274c274
< @ssltrustmgr -r -i
/C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCA -n 0 >>
$(RESULTFILE) $(REDIRECTERROR)
---
> @ssltrustmgr -r -i
/C=US/ST=WASHINGTON/L=Seattle/O=OpenGroup/OU=OpenPegasus/CN=TestCA -n 4294967295
>> $(RESULTFILE) $(REDIRECTERROR)
Index: src/Clients/ssltrustmgr/tests/result.master
===================================================================
RCS file: /cvs/MSB/pegasus/src/Clients/ssltrustmgr/tests/result.master,v
retrieving revision 1.5
diff -r1.5 result.master
32c32
< CIM_ERR_ALREADY_EXISTS: Operation cannot be carried out because an object
already exists:
"PG_SSLCertificate.IssuerName="/C=US/ST=VIRGINIA/L=Fairfax/O=OpenGroup/OU=OpenPegasus/CN=TestSelfSigned1",SerialNumber="0",TruststoreType=2"
---
> CIM_ERR_ALREADY_EXISTS: Operation cannot be carried out because an object
already exists:
"PG_SSLCertificate.IssuerName="/C=US/ST=VIRGINIA/L=Fairfax/O=OpenGroup/OU=OpenPegasus/CN=TestSelfSigned1",SerialNumber="4294967295",TruststoreType=2"
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
cvs diff: cannot find src/Pegasus/Repository/tests/AssocTable/associations.tbl

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




In file included from ServerProcess.cpp:51:
ServerProcessUnix.cpp: In method `bool
Pegasus::ServerProcess::isCIMServerRunning()':
ServerProcessUnix.cpp:388: warning: int format, pid_t arg (arg 3)
ServerProcessUnix.cpp: In method `int Pegasus::ServerProcess::cimserver_kill(int)':
ServerProcessUnix.cpp:453: warning: int format, pid_t arg (arg 3)








make --directory=/home2/wunder/peg/TOGnightly/pegasus/src/Server -f Makefile
install_run
make[1]: Entering directory `/space/home2/wunder/peg/TOGnightly/pegasus/src/Server'
make[2]: Entering directory `/space/home2/wunder/peg/TOGnightly/pegasus/src/Server'
make[3]: Entering directory `/space/home2/wunder/peg/TOGnightly/pegasus/src/Server'
make[3]: Leaving directory `/space/home2/wunder/peg/TOGnightly/pegasus/src/Server'
make[2]: Leaving directory `/space/home2/wunder/peg/TOGnightly/pegasus/src/Server'
make[2]: Entering directory `/space/home2/wunder/peg/TOGnightly/pegasus/src/Server'
make[3]: Entering directory `/space/home2/wunder/peg/TOGnightly/pegasus/src/Server'
make[3]: Leaving directory `/space/home2/wunder/peg/TOGnightly/pegasus/src/Server'
make[2]: Leaving directory `/space/home2/wunder/peg/TOGnightly/pegasus/src/Server'
make[2]: Entering directory `/space/home2/wunder/peg/TOGnightly/pegasus/src/Server'
make[2]: Leaving directory `/space/home2/wunder/peg/TOGnightly/pegasus/src/Server'
make[1]: Leaving directory `/space/home2/wunder/peg/TOGnightly/pegasus/src/Server'
PEGASUS Development Server Runtime Environment configured

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

cimmofl should only be used under very controlled situations.
cimmof is the recommended OpenPegasus MOF compiler.


cimmofl -ntest -R. ValidMof7.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.


cimmofl -ntest -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 +++

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


74: Benchmark Test #5: enumerateInstances Test on class
benchmarkClassP00010S01000I00001
Connect time = 0.000216
Number of Non-Key Properties Returned = 10
Size of Each Non-Key Property Returned = 1000
Number of Instances Returned = 1
10 requests processed in 0.89757 Seconds (Average Elapse Time = 0.089757)

75: Benchmark Test #3: getInstance Test on benchmarkClassP00050S00010I00001
Connect time = 0.000218
Number of Non-Key Properties Returned = 50
Size of Each Non-Key Property Returned = 10
Number of Instances Returned = 1
10 requests processed in 0.889709 Seconds (Average Elapse Time = 0.0889709)

76: Benchmark Test #4: enumerateInstanceNames Test on class
benchmarkClassP00050S00010I00001
Connect time = 0.000252
Number of Non-Key Properties Returned = 0
Number of Instances Returned = 1
10 requests processed in 0.884063 Seconds (Average Elapse Time = 0.0884063)

77: Benchmark Test #5: enumerateInstances Test on class
benchmarkClassP00050S00010I00001
Connect time = 0.000215
Number of Non-Key Properties Returned = 50
Size of Each Non-Key Property Returned = 10
Number of Instances Returned = 1
10 requests processed in 0.900545 Seconds (Average Elapse Time = 0.0900545)

78: Benchmark Test #3: getInstance Test on benchmarkClassP00050S00100I00001
Connect time = 0.000878
Number of Non-Key Properties Returned = 50
Size of Each Non-Key Property Returned = 100
Number of Instances Returned = 1
10 requests processed in 0.890362 Seconds (Average Elapse Time = 0.0890362)

79: Benchmark Test #4: enumerateInstanceNames Test on class
benchmarkClassP00050S00100I00001
Connect time = 0.000887
Number of Non-Key Properties Returned = 0
Number of Instances Returned = 1
10 requests processed in 0.883504 Seconds (Average Elapse Time = 0.0883504)

80: Benchmark Test #5: enumerateInstances Test on class
benchmarkClassP00050S00100I00001
Connect time = 0.000866
Number of Non-Key Properties Returned = 50
Size of Each Non-Key Property Returned = 100
Number of Instances Returned = 1
10 requests processed in 0.901723 Seconds (Average Elapse Time = 0.0901723)

81: Benchmark Test #3: getInstance Test on benchmarkClassP00050S01000I00001
Connect time = 0.000967
Number of Non-Key Properties Returned = 50
Size of Each Non-Key Property Returned = 1000
Number of Instances Returned = 1
10 requests processed in 0.901872 Seconds (Average Elapse Time = 0.0901872)

82: Benchmark Test #4: enumerateInstanceNames Test on class
benchmarkClassP00050S01000I00001
Connect time = 0.000924
Number of Non-Key Properties Returned = 0
Number of Instances Returned = 1
10 requests processed in 0.873451 Seconds (Average Elapse Time = 0.0873451)

83: Benchmark Test #5: enumerateInstances Test on class
benchmarkClassP00050S01000I00001
Connect time = 0.000868
Number of Non-Key Properties Returned = 50
Size of Each Non-Key Property Returned = 1000
Number of Instances Returned = 1
10 requests processed in 0.912744 Seconds (Average Elapse Time = 0.0912744)

84: Benchmark Test #3: getInstance Test on benchmarkClassP00010S00020I00050
Connect time = 0.000898
Number of Non-Key Properties Returned = 10
Size of Each Non-Key Property Returned = 20
Number of Instances Returned = 1
10 requests processed in 0.8738 Seconds (Average Elapse Time = 0.08738)

85: Benchmark Test #4: enumerateInstanceNames Test on class
benchmarkClassP00010S00020I00050
Connect time = 0.000873
Number of Non-Key Properties Returned = 0
Number of Instances Returned = 50
10 requests processed in 0.900888 Seconds (Average Elapse Time = 0.0900888)

86: Benchmark Test #5: enumerateInstances Test on class
benchmarkClassP00010S00020I00050
Connect time = 0.000216
Number of Non-Key Properties Returned = 10
Size of Each Non-Key Property Returned = 20
Number of Instances Returned = 50
10 requests processed in 0.962326 Seconds (Average Elapse Time = 0.0962326)

87: Benchmark Test #3: getInstance Test on benchmarkClassP00030S00010I00001
Connect time = 0.000998
Number of Non-Key Properties Returned = 30
Size of Each Non-Key Property Returned = 10
Number of Instances Returned = 1
10 requests processed in 0.825974 Seconds (Average Elapse Time = 0.0825974)

88: Benchmark Test #4: enumerateInstanceNames Test on class
benchmarkClassP00030S00010I00001
Connect time = 0.00089
Number of Non-Key Properties Returned = 0
Number of Instances Returned = 1
10 requests processed in 0.883263 Seconds (Average Elapse Time = 0.0883263)

89: Benchmark Test #5: enumerateInstances Test on class
benchmarkClassP00030S00010I00001
Connect time = 0.000868
Number of Non-Key Properties Returned = 30
Size of Each Non-Key Property Returned = 10
Number of Instances Returned = 1
10 requests processed in 0.8968 Seconds (Average Elapse Time = 0.08968)


real 1:56.5
user 33.7
sys 0.4


CIM Number of CIMOM Provider Request Response
Operation Requests Time Time Size Size
GET_CLASS 19 720 609 711 1552
GET_INSTANCE 314 3172 910 551 8389
EXPORT_INDICATION 0 0 0 0 0
DELETE_CLASS 11 679 9356 481 212
DELETE_INSTANCE 8 3152 0 862 0
CREATE_CLASS 13 11623 0 760 179
CREATE_INSTANCE 39 12356 171 2696 58
MODIFY_CLASS 10 885 5794 736 93
MODIFY_INSTANCE 14 5261 6887 3211 60
ENUMERATE_CLASSES 8 3112 46347 815 43906
ENUMERATE_CLASS_NAMES 12 997 1660 442 10218
ENUMERATE_INSTANCES 319 4581 50521 484 296419
ENUMERATE_INSTANCE_NAMES 1617 26055 800 410 1451
EXEC_QUERY 0 0 0 0 0
ASSOCIATORS 16 4194 29793 533 2564
ASSOCIATOR_NAMES 19 3351 15691 530 777
REFERENCES 16 4793 9909 499 2757
REFERENCE_NAMES 12 8267 8809 516 1827
GET_PROPERTY 3 4066 725 986 172
SET_PROPERTY 5 4201 518 1055 93
GET_QUALIFIER 12 617 524 421 290
SET_QUALIFIER 4 840 11519 611 234
DELETE_QUALIFIER 6 705 5425 471 157
ENUMERATE_QUALIFIERS 3 1071 7138 332 3431
INVOKE_METHOD 36 2623 7463 612 466

real 0.1
user 0.0
sys 0.0


real 7:25.5
user 1:35.7
sys 11.5

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

In 0.209057 Seconds

++++ Test Class, Qualifier, and Namespace Operations ++++

REPOSITORY TEST 1: Create Qualifier containing UTF-16 chars
Note: utfrep option was not set. Not using UTF-16 in the qualifier name

REPOSITORY TEST 2: Create Class containing UTF-16 chars
Note: utfrep option was not set. Not using UTF-16 in the class name

REPOSITORY TEST 3: Create Namespace with UTF-16 chars in the name
Note: Skipping this test because the utfrep option was not used
In 1.19009 Seconds

++++ Test Indication Operations ++++

INDICATION TEST 1: Send an indication containing UTF-16 to a CIMListener
Waiting to receive the indication (timeout is 10sec)
Received the indication

INDICATION TEST 2: Send an indication containing UTF-16 to a
CIMIndicationConsumerProvider
In 5.59988 Seconds

+++++ g11ntest Terminated Normally
CIM Server stopped.
+++++ TestMakefile servertests suites complete

real 39:31.0
user 4:42.2
sys 53.3

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

+++ 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

real 1:32:49.0
user 11:46.5
sys 2:06.4

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