OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform HP-UX_11iv3_PA-RISC_cadvise
Branch MAIN
Options  
Date 03-Sep-08 02:30
Contributor HP
Status FAILURE
Data Platform: HP-UX 11iv3 PA-RISC cadvise
Branch: MAIN
Contributor: HP
Date: 080903
Time: 0230
Status: FAILURE

make[3]: Entering directory `/var/build.cadvise/pegasus/src/Server'
make[4]: Entering directory `/var/build.cadvise/pegasus/src/Server'
make[4]: Leaving directory `/var/build.cadvise/pegasus/src/Server'
make[3]: Leaving directory `/var/build.cadvise/pegasus/src/Server'
make[3]: Entering directory `/var/build.cadvise/pegasus/src/Server'
make[3]: Leaving directory `/var/build.cadvise/pegasus/src/Server'
mkdir -p /var/build.cadvise/pegasus/build/trace
chmod 777 /var/build.cadvise/pegasus/build
chmod 777 /var/build.cadvise/pegasus/build/trace
# Enable trace to capture Discarded data trace information to help
# troubleshoot and detect test failures.
cimconfig -s traceComponents=DiscardedData -p
Property 'traceComponents' updated in configuration file.
cimconfig -s traceLevel=4 -p
Property 'traceLevel' updated in configuration file.
make[2]: Leaving directory `/var/build.cadvise/pegasus/src/Server'
PEGASUS Development Server Runtime Environment configured
make[1]: Leaving directory `/var/build.cadvise/pegasus'

************ Build and Test Successful *************
=============================== SEVERITY LEVEL 9 ===============================
"/var/build.cadvise/pegasus/src/Pegasus/Common/tests/TimeValue/TimeValue.cpp", line 56: error #2350: more than one operator "<<" matches these operands:
function "ostream::operator<<(char)"
function "ostream::operator<<(unsigned char)"
function "ostream::operator<<(int)"
function "ostream::operator<<(long)"
function "ostream::operator<<(double)"
function "ostream::operator<<(float)"
function "ostream::operator<<(unsigned int)"
function "ostream::operator<<(unsigned long)"
function "ostream::operator<<(bool)"
function "ostream::operator<<(short)"
function "ostream::operator<<(unsigned short)"
operand types are: ostream << Uint64
cout << "milliseconds=" << ms << endl;
^

"/var/build.cadvise/pegasus/src/Pegasus/Common/tests/TimeValue/TimeValue.cpp", line 97: error #2350: more than one operator "<<" matches these operands:
function "ostream::operator<<(char)"
function "ostream::operator<<(unsigned char)"
function "ostream::operator<<(int)"
function "ostream::operator<<(long)"
function "ostream::operator<<(double)"
function "ostream::operator<<(float)"
function "ostream::operator<<(unsigned int)"
function "ostream::operator<<(unsigned long)"
function "ostream::operator<<(bool)"
function "ostream::operator<<(short)"
function "ostream::operator<<(unsigned short)"
operand types are: ostream << Uint64
cout << "milliseconds=" << milliseconds << endl;
^