OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform SOLARIS_SPARC_GNU_(SunOS_5_8_root)
Branch MAIN
Options  
Date 07-Feb-06 06:54
Contributor  
Status FAILURE
Data
Platform: SOLARIS_SPARC_GNU (SunOS 5.8 root)
Branch: MAIN
Date: 060207
Time: 0654 GMT
Status: FAILURE
End Time: 0859 GMT

-------------------------------------------------------
Mail_To: pegasus-build-status@opengroup.org
The_Subject: FAILURE: MAIN: SOLARIS_SPARC_GNU (SunOS 5.8 root): 060207
-------------------------------------------------------

SW changes:
Yes SW changes used, and attached below

The Time Format is HHMMSS GMT time

Make all Status: SUCCESS
Make all Start Time: 065443
Make all Stop Time: 070849

Make tests Status: SUCCESS
Make tests Start Time: 070849
Make tests Stop Time: 071440

Make perftests Status: SUCCESS
Make perftests Start Time: 071441
Make perftests Stop Time: 071957

Make poststarttests Status: SUCCESS
Make poststarttests Start Time: 071957
Make poststarttests Stop Time: 080555

Make standardtests Status: FAILURE
Make standardtests Start Time: 080555
Make standardtests Stop Time: 085958

------------------------------
Peg_nightly script cvs version:

Peg_nightly version is $Revision: 1.7 $

-------------------------------------------------------
Pegasus Environment Variables:
PEGASUS_PLATFORM=SOLARIS_SPARC_GNU
PEGASUS_HAS_SSL=true
PEGASUS_ROOT=/home2/pegnightly/peg/TOGnightly/pegasus
PEGASUS_DISABLE_PROV_USERCTXT=true
PEGASUS_DEBUG=true
PEGASUS_DEFAULT_ENABLE_OOP=false
PEGASUS_HOME=/home2/pegnightly/peg/TOGnightly/runtime


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

Current User: root
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_108528-29 sun4u sparc SUNW,Sun-Blade-1000

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

Logs Directory = /home2/pegnightly/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_108528-29 )
Version: 5.8
UserLicense: Unlimited user license
Number of Users: 2 users
Number of Processes: 72 processes
OSCapability: 32 bit
LastBootTime: Unknown
LocalDateTime: Feb 7, 2006 1:59:59 (-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=30
sslCertificateFilePath=server.pem
traceLevel=1
enableAuthentication=true
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/Clients/ssltrustmgr/tests/index.txt
? src/Clients/ssltrustmgr/tests/index.txt.attr
? src/Clients/ssltrustmgr/tests/result
?
src/Pegasus/Security/Authentication/tests/AuthenticationManager/PegasusDebug.log
?
src/Pegasus/Security/Authentication/tests/AuthenticationManager/PegasusError.log
?
src/Pegasus/Security/Authentication/tests/AuthenticationManager/PegasusStandard.log
?
src/Pegasus/Security/Authentication/tests/AuthenticationManager/PegasusTrace.log
?
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: mak/config.mak
===================================================================
RCS file: /cvs/MSB/pegasus/mak/config.mak,v
retrieving revision 1.118
diff -r1.118 config.mak
96a97,106
> ifdef PEGASUS_HAS_SSL
> ifndef OPENSSL_SET_SERIAL_SUPPORTED
> ifneq (, $(findstring 0.9.6, $(shell $(OPENSSL_COMMAND) version)))
> OPENSSL_SET_SERIAL_SUPPORTED = false
> else
> OPENSSL_SET_SERIAL_SUPPORTED = true
> endif
> endif
> endif
>
Index: src/Clients/ssltrustmgr/tests/Makefile
===================================================================
RCS file: /cvs/MSB/pegasus/src/Clients/ssltrustmgr/tests/Makefile,v
retrieving revision 1.22
diff -r1.22 Makefile
42a43,54
> ifeq ($(OPENSSL_SET_SERIAL_SUPPORTED),true)
> SETSERIAL_0 = -set_serial 0
> SETSERIAL_1 = -set_serial 1
> SETSERIAL_2 = -set_serial 2
> SETSERIAL_3 = -set_serial 3
> else
> SETSERIAL_0 =
> SETSERIAL_1 =
> SETSERIAL_2 =
> SETSERIAL_3 =
> endif
>
120c132
< @$(OPENSSL_COMMAND) x509 -in $(PEGASUS_HOME)/testdn1.csr -out
$(PEGASUS_HOME)/testdn1.cert -req -signkey $(PEGASUS_HOME)/testdn1.key
-days 356
---
> @$(OPENSSL_COMMAND) x509 -in $(PEGASUS_HOME)/testdn1.csr -out
$(PEGASUS_HOME)/testdn1.cert -req -signkey $(PEGASUS_HOME)/testdn1.key
$(SETSERIAL_0) -days 356
126c138
< @$(OPENSSL_COMMAND) req -new -key $(PEGASUS_HOME)/testca1.key
-x509 -config $(OPENSSL_CNF) -days 365 -out $(PEGASUS_HOME)/testca1.cert
< testca1.txt
---
> @$(OPENSSL_COMMAND) req -new -key $(PEGASUS_HOME)/testca1.key
-x509 -config $(OPENSSL_CNF) $(SETSERIAL_0) -days 365 -out
$(PEGASUS_HOME)/testca1.cert < testca1.txt
132c144
< @$(OPENSSL_COMMAND) x509 -req -days 365 -in
$(PEGASUS_HOME)/testdn2.csr -CA $(PEGASUS_HOME)/testca1.cert -CAkey
$(PEGASUS_HOME)/testca1.key -CAcreateserial -out
$(PEGASUS_HOME)/testdn2.cert
---
> @$(OPENSSL_COMMAND) x509 -req $(SETSERIAL_1) -days 365 -in
$(PEGASUS_HOME)/testdn2.csr -CA $(PEGASUS_HOME)/testca1.cert -CAkey
$(PEGASUS_HOME)/testca1.key -CAcreateserial -out
$(PEGASUS_HOME)/testdn2.cert
139c151
< @$(OPENSSL_COMMAND) x509 -req -days 365 -in
$(PEGASUS_HOME)/testdn3.csr -CA $(PEGASUS_HOME)/testca1.cert -CAkey
$(PEGASUS_HOME)/testca1.key -CAcreateserial -out
$(PEGASUS_HOME)/testdn3.cert
---
> @$(OPENSSL_COMMAND) x509 -req $(SETSERIAL_2) -days 365 -in
$(PEGASUS_HOME)/testdn3.csr -CA $(PEGASUS_HOME)/testca1.cert -CAkey
$(PEGASUS_HOME)/testca1.key -CAcreateserial -out
$(PEGASUS_HOME)/testdn3.cert
146c158
< @$(OPENSSL_COMMAND) x509 -req -days 365 -in
$(PEGASUS_HOME)/testdn4.csr -CA $(PEGASUS_HOME)/testca1.cert -CAkey
$(PEGASUS_HOME)/testca1.key -CAcreateserial -out
$(PEGASUS_HOME)/testdn4.cert
---
> @$(OPENSSL_COMMAND) x509 -req $(SETSERIAL_3) -days 365 -in
$(PEGASUS_HOME)/testdn4.csr -CA $(PEGASUS_HOME)/testca1.cert -CAkey
$(PEGASUS_HOME)/testca1.key -CAcreateserial -out
$(PEGASUS_HOME)/testdn4.cert
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:53:
ServerProcessUnix.cpp: In method `bool
Pegasus::ServerProcess::isCIMServerRunning()':
ServerProcessUnix.cpp:389: warning: int format, pid_t arg (arg 3)
ServerProcessUnix.cpp: In method `int
Pegasus::ServerProcess::cimserver_kill(int)':
ServerProcessUnix.cpp:454: warning: int format, pid_t arg (arg 3)








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

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

creating ProviderManagerModule object for
/home2/pegnightly/peg/TOGnightly/runtime/lib/libTestProviderManager.so
loading ProviderManagerModule object for
/home2/pegnightly/peg/TOGnightly/runtime/lib/libTestProviderManager.so
loading ProviderManagerModule object for
/home2/pegnightly/peg/TOGnightly/runtime/lib/libTestProviderManager.so
loading ProviderManagerModule object for
/home2/pegnightly/peg/TOGnightly/runtime/lib/libTestProviderManager.so
unloading ProviderManagerModule object for
/home2/pegnightly/peg/TOGnightly/runtime/lib/libTestProviderManager.so
unloading ProviderManagerModule object for
/home2/pegnightly/peg/TOGnightly/runtime/lib/libTestProviderManager.so
unloading ProviderManagerModule object for
/home2/pegnightly/peg/TOGnightly/runtime/lib/libTestProviderManager.so
removing (destroying) ProviderManagerModule object for
/home2/pegnightly/peg/TOGnightly/runtime/lib/libTestProviderManager.so
removing (destroying) ProviderManagerModule object for
/home2/pegnightly/peg/TOGnightly/runtime/lib/libTestProviderManager.so
removing (destroying) ProviderManagerModule object for
/home2/pegnightly/peg/TOGnightly/runtime/lib/libTestProviderManager.so
TestProviderManagerModule +++++ passed all tests
TestProviderManagerService +++++passed all tests
TestOperationResponseHandler +++++ passed all tests
TestProviderFacade +++++passed all tests
TestProviderManager +++++passed all tests
TestProviderModule +++++passed all tests
TestResponseHandler +++++ passed all tests
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.000211
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.897737 Seconds (Average Elapse Time = 0.0897737)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


real 1:50.9
user 30.8
sys 0.3


CIM Number of CIM Server Provider Request
Response
Operation Requests Time Time
Size Size
-------------------------------------------------------------------------------
GET_CLASS 19 721 593
711 1561
GET_INSTANCE 314 3261 1041
551 8390
EXPORT_INDICATION 0 0 0
0 0
DELETE_CLASS 11 680 10454
481 212
DELETE_INSTANCE 8 2043 977
862 0
CREATE_CLASS 13 15804 0
760 179
CREATE_INSTANCE 39 6214 1660
2696 58
MODIFY_CLASS 10 828 6682
736 93
MODIFY_INSTANCE 14 3915 6685
3211 60
ENUMERATE_CLASSES 8 3799 44890
815 44033
ENUMERATE_CLASS_NAMES 12 952 1634
442 10218
ENUMERATE_INSTANCES 319 5840 62883 484
296420
ENUMERATE_INSTANCE_NAMES 1617 24390 792
410 1451
EXEC_QUERY 0 0 0
0 0
ASSOCIATORS 16 4603 28516
533 2564
ASSOCIATOR_NAMES 19 3696 16172
530 777
REFERENCES 16 5267 9874
499 2757
REFERENCE_NAMES 12 8707 9439
516 1827
GET_PROPERTY 3 2576 2418
986 172
SET_PROPERTY 5 2931 1482
1055 93
GET_QUALIFIER 12 585 525
421 290
SET_QUALIFIER 4 738 9087
611 234
DELETE_QUALIFIER 6 723 3706
471 156
ENUMERATE_QUALIFIERS 3 1060 7269
332 3431
INVOKE_METHOD 36 2469 5614
612 466

real 0.1
user 0.1
sys 0.0


real 5:15.6
user 1:38.1
sys 13.2

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

In 0.020622 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 0.151857 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 4.90807 Seconds

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

real 45:58.2
user 8:23.5
sys 1:55.9

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

Found 3 Instances of Sample_InstanceProviderClass
Found 3 Instances of Sample_InstanceProviderClass
Found 3 Instances of Sample_InstanceProviderClass
Found 3 Instances of Sample_InstanceProviderClass
Found 3 Instances of Sample_InstanceProviderClass
Found 3 Instances of Sample_InstanceProviderClass
Found 3 Instances of Sample_InstanceProviderClass
Found 3 Instances of Sample_InstanceProviderClass
Found 3 Instances of Sample_InstanceProviderClass
Enumerate 3 instances 10 times
In 1.00094 Seconds

+++++ TestClient Terminated Normally
CIM Server stopped.
Property 'enableAuthentication' updated in configuration file.
Logs Directory = /home2/pegnightly/peg/TOGnightly/runtime/./logs
CIM Server 2.5
Listening on HTTP port 5988.
Listening on local connection socket.
Started.
13525 User Signal 1
Failed to add user.
CIM_ERR_FAILED: A general error occurred that is not covered by a more
specific error code: "The specified user is not a valid user on the
local system , user name: guest"
make[2]: *** [ConfigureUsers] Error 1
make[1]: *** [EnableAuthentication] Error 2
make: *** [standardtests] Error 2

real 54:03.2
user 10:27.2
sys 3:03.7

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