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 05:34
Contributor  
Status SUCCESS
Data
Platform: SOLARIS_SPARC_GNU (SunOS 5.8)
Branch: MAIN
Date: 051122
Time: 0534 GMT
Status: SUCCESS
End Time: 0835 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: 054906
Make all Stop Time: 060236

Make tests Status: SUCCESS
Make tests Start Time: 060236
Make tests Stop Time: 061047

Make perftests Status: SUCCESS
Make perftests Start Time: 061047
Make perftests Stop Time: 061811

Make poststarttests Status: SUCCESS
Make poststarttests Start Time: 061811
Make poststarttests Stop Time: 065759

Make standardtests Status: SUCCESS
Make standardtests Start Time: 065759
Make standardtests Stop Time: 083532

-------------------------------------------------------
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 22, 2005 1:35:32 (-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.00022
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.898144 Seconds (Average Elapse Time = 0.0898144)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


real 1:59.6
user 34.5
sys 0.4


CIM Number of CIMOM Provider Request
Response
Operation Requests Time Time Size
Size
GET_CLASS 19 738 626 711
1552
GET_INSTANCE 314 3228 925 551
8389
EXPORT_INDICATION 0 0 0 0
0
DELETE_CLASS 11 582 7915 481
212
DELETE_INSTANCE 8 3153 0 862
0
CREATE_CLASS 13 19310 0 760
179
CREATE_INSTANCE 39 8032 501 2696
58
MODIFY_CLASS 10 763 6895 736
93
MODIFY_INSTANCE 14 5202 22679 3211
60
ENUMERATE_CLASSES 8 3202 46829 815
43906
ENUMERATE_CLASS_NAMES 12 1133 1686 442
10218
ENUMERATE_INSTANCES 319 5200 57440 484
296419
ENUMERATE_INSTANCE_NAMES 1617 26482 848 410
1451
EXEC_QUERY 0 0 0 0
0
ASSOCIATORS 16 4302 30000 533
2564
ASSOCIATOR_NAMES 19 4733 16086 530
777
REFERENCES 16 4929 9885 499
2757
REFERENCE_NAMES 12 8546 7972 516
1827
GET_PROPERTY 3 4084 726 986
172
SET_PROPERTY 5 4074 417 1055
93
GET_QUALIFIER 12 596 523 421
290
SET_QUALIFIER 4 681 8209 611
234
DELETE_QUALIFIER 6 802 5759 471
157
ENUMERATE_QUALIFIERS 3 1127 7209 332
3431
INVOKE_METHOD 36 2634 8014 612
466

real 0.1
user 0.1
sys 0.0


real 7:24.0
user 1:38.4
sys 11.2

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

In 0.218909 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.21031 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.49962 Seconds

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

real 39:47.5
user 4:49.5
sys 52.8

-------------------------------------------------------
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:32.8
user 12:59.8
sys 2:17.5

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