OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform SOLARIS_SPARC_GNU_(SunOS_5_8)
Branch MAIN
Options  
Date 22-Nov-05 02:13
Contributor  
Status SUCCESS
Data
Platform: SOLARIS_SPARC_GNU (SunOS 5.8)
Branch: MAIN
Date: 051122
Time: 0213 GMT
Status: SUCCESS
End Time: 0518 GMT

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

SW changes:
Yes SW changes used, and attached below

The Time Format is HHMMSS GMT time

Make all Status: SUCCESS
Make all Start Time: 023218
Make all Stop Time: 024548

Make tests Status: SUCCESS
Make tests Start Time: 024548
Make tests Stop Time: 025359

Make perftests Status: SUCCESS
Make perftests Start Time: 025359
Make perftests Stop Time: 030119

Make poststarttests Status: SUCCESS
Make poststarttests Start Time: 030119
Make poststarttests Stop Time: 034117

Make standardtests Status: SUCCESS
Make standardtests Start Time: 034117
Make standardtests Stop Time: 051818

-------------------------------------------------------
Pegasus Environment Variables:
PEGASUS_PLATFORM=SOLARIS_SPARC_GNU
PEGASUS_ROOT=/home2/wunder/peg/TOGnightly/pegasus
PEGASUS_DEBUG=true
PEGASUS_DEV_SRC=/home2/wunder/peg/TOGnightly
PEGASUS_DEV_RUN=/home2/wunder/peg/TOGnightly
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: 1 users
Number of Processes: 62 processes
OSCapability: 32 bit
LastBootTime: Unknown
LocalDateTime: Nov 21, 2005 22:18:19 (-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=true
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
316a317,320
> ifeq ($(OS),solaris)
> run_OOP_TS1:
> @ $(ECHO) +++++ run_OOP_TS1 poststarttest not run on this platform
> else
320a325
> endif
791a797,817
> 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
801a828
> 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.000234
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.898135 Seconds (Average Elapse Time = 0.0898135)

75: Benchmark Test #3: getInstance Test on benchmarkClassP00050S00010I00001
Connect time = 0.000234
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.890248 Seconds (Average Elapse Time = 0.0890248)

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

77: Benchmark Test #5: enumerateInstances Test on class
benchmarkClassP00050S00010I00001
Connect time = 0.000287
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.900717 Seconds (Average Elapse Time = 0.0900717)

78: Benchmark Test #3: getInstance Test on benchmarkClassP00050S00100I00001
Connect time = 0.000945
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.890806 Seconds (Average Elapse Time = 0.0890806)

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

80: Benchmark Test #5: enumerateInstances Test on class
benchmarkClassP00050S00100I00001
Connect time = 0.000232
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.902764 Seconds (Average Elapse Time = 0.0902764)

81: Benchmark Test #3: getInstance Test on benchmarkClassP00050S01000I00001
Connect time = 0.000934
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.916187 Seconds (Average Elapse Time = 0.0916187)

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

83: Benchmark Test #5: enumerateInstances Test on class
benchmarkClassP00050S01000I00001
Connect time = 0.000943
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.914231 Seconds (Average Elapse Time = 0.0914231)

84: Benchmark Test #3: getInstance Test on benchmarkClassP00010S00020I00050
Connect time = 0.000939
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.873999 Seconds (Average Elapse Time = 0.0873999)

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

86: Benchmark Test #5: enumerateInstances Test on class
benchmarkClassP00010S00020I00050
Connect time = 0.000929
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.954857 Seconds (Average Elapse Time = 0.0954857)

87: Benchmark Test #3: getInstance Test on benchmarkClassP00030S00010I00001
Connect time = 0.000952
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.826397 Seconds (Average Elapse Time = 0.0826397)

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

89: Benchmark Test #5: enumerateInstances Test on class
benchmarkClassP00030S00010I00001
Connect time = 0.000235
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.897972 Seconds (Average Elapse Time = 0.0897972)


real 1:58.7
user 34.6
sys 0.3


CIM Number of CIMOM Provider Request
Response
Operation Requests Time Time Size
Size
GET_CLASS 19 757 625 711
1552
GET_INSTANCE 314 3499 927 551
8389
EXPORT_INDICATION 0 0 0 0
0
DELETE_CLASS 11 836 10579 481
212
DELETE_INSTANCE 8 3186 0 862
0
CREATE_CLASS 13 11197 0 760
179
CREATE_INSTANCE 39 8065 269 2696
58
MODIFY_CLASS 10 874 6791 736
93
MODIFY_INSTANCE 14 5464 7662 3211
60
ENUMERATE_CLASSES 8 3208 73014 815
43906
ENUMERATE_CLASS_NAMES 12 1188 1685 442
10218
ENUMERATE_INSTANCES 319 4773 58161 484
296420
ENUMERATE_INSTANCE_NAMES 1617 28407 892 410
1451
EXEC_QUERY 0 0 0 0
0
ASSOCIATORS 16 4391 30073 533
2564
ASSOCIATOR_NAMES 19 3870 16761 530
777
REFERENCES 16 4966 9999 499
2757
REFERENCE_NAMES 12 9605 7920 516
1827
GET_PROPERTY 3 8327 739 986
172
SET_PROPERTY 5 4233 462 1055
93
GET_QUALIFIER 12 688 535 421
290
SET_QUALIFIER 4 897 10775 611
234
DELETE_QUALIFIER 6 855 7106 471
157
ENUMERATE_QUALIFIERS 3 1082 7552 332
3431
INVOKE_METHOD 36 2693 8326 612
466

real 0.1
user 0.0
sys 0.0


real 7:19.9
user 1:38.6
sys 11.2

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

In 0.209128 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.20007 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.57987 Seconds

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

real 39:57.8
user 4:51.0
sys 52.3

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

+++ GoodCharacterReference01 passed successfully +++
+++ 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 +++
+++++ TestMakefile standardtests complete

real 1:37:01.0
user 12:40.8
sys 2:16.2

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