OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform SOLARIS_SPARC_GNU_(SunOS_5_8)
Branch MAIN
Options  
Date 16-Nov-05 05:36
Contributor  
Status SUCCESS
Data

Platform: SOLARIS_SPARC_GNU (SunOS 5.8)
Branch: MAIN
Date: 051116
Time: 0536 GMT
Status: SUCCESS
End Time: 0832 GMT

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

SW changes:
Yes SW changes used, and attached below

The Time Format is HHMMSS GMT time

Make all Status: SUCCESS
Make all Start Time: 055123
Make all Stop Time: 060447

Make tests Status: SUCCESS
Make tests Start Time: 060447
Make tests Stop Time: 061256

Make perftests Status: NOT_TO_RUN
Make perftests Start Time: NA
Make perftests Stop Time: NA

Make poststarttests Status: SUCCESS
Make poststarttests Start Time: 061256
Make poststarttests Stop Time: 065505

Make standardtests Status: SUCCESS
Make standardtests Start Time: 065505
Make standardtests Stop Time: 083255

-------------------------------------------------------
Pegasus Environment Variables:
PEGASUS_PLATFORM=SOLARIS_SPARC_GNU
PEGASUS_ROOT=/home2/wunder/peg/TOGnightly/pegasus
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: 1 users
Number of Processes: 62 processes
OSCapability: 32 bit
LastBootTime: Unknown
LocalDateTime: Nov 16, 2005 1:32:55 (-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.46
diff -r1.46 TestMakefile
315a316,319
> ifeq ($(OS),solaris)
> run_OOP_TS1:
> @ $(ECHO) +++++ run_OOP_TS1 poststarttest not run on this platform
> else
319a324
> endif
762a768,788
> 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
772a799
> endif
Index: src/Clients/ssltrustmgr/tests/Makefile
===================================================================
RCS file: /cvs/MSB/pegasus/src/Clients/ssltrustmgr/tests/Makefile,v
retrieving revision 1.17
diff -r1.17 Makefile
163c163
< @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)
171c171
< @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)
243c243
< @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.4
diff -r1.4 result.master
16c16
< 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:

NOT_TO_RUN

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

In 0.21381 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.21295 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.71988 Seconds

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

real 42:10.7
user 5:30.6
sys 1:16.4

-------------------------------------------------------
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:37:49.5
user 12:42.7
sys 2:39.5

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