OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform X86_64_RHEL5_valgrind
Branch MAIN
Options +CMPI,+CQL,+IPV6,+PRIVSEP,+SQLITE,+SSL,+WSMAN
Date 16-Jun-09 14:17
Contributor HP
Status FAILURE
Data Platform: X86_64 RHEL5 valgrind
Branch: MAIN
Contributor: HP
Date: 090616
Time: 1417
Options: +CMPI +CQL +IPv6 +PrivSep +SQLite +SSL +WSMan
Status: FAILURE

make[4]: Entering directory `/var/buildMAIN/pegasus/src/Executor/tests'
make[4]: Leaving directory `/var/buildMAIN/pegasus/src/Executor/tests'
make[3]: Leaving directory `/var/buildMAIN/pegasus/src'
make[3]: Entering directory `/var/buildMAIN/pegasus/test'
make[4]: Entering directory `/var/buildMAIN/pegasus/test/wetest'
make[5]: Entering directory `/var/buildMAIN/pegasus/test/wetest/cimv2'
make[5]: Leaving directory `/var/buildMAIN/pegasus/test/wetest/cimv2'
make[5]: Entering directory `/var/buildMAIN/pegasus/test/wetest/static'
make[5]: Leaving directory `/var/buildMAIN/pegasus/test/wetest/static'
make[5]: Entering directory `/var/buildMAIN/pegasus/test/wetest/wsman'
make[5]: Leaving directory `/var/buildMAIN/pegasus/test/wetest/wsman'
make[4]: Leaving directory `/var/buildMAIN/pegasus/test/wetest'
make[3]: Leaving directory `/var/buildMAIN/pegasus/test'
make[2]: Leaving directory `/var/buildMAIN/pegasus'
make[1]: Leaving directory `/var/buildMAIN/pegasus'
make[1]: Entering directory `/var/buildMAIN/pegasus'
make[1]: Nothing to be done for `check_core_search_results'.
make[1]: Leaving directory `/var/buildMAIN/pegasus'

************ Build and Test Successful *************
-------------------------------------------------------------------------------
Memory leak:

==18314== Memcheck, a memory error detector.
==18314== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==18314== Using LibVEX rev 1658, a library for dynamic binary translation.
==18314== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==18314== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==18314== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==18314== For more details, rerun with: -v
==18314==
==18314== My PID = 18314, parent PID = 18313. Prog and args are:
==18314== /var/buildMAIN/pegasus/build/bin_exe/TestAggregationOutputClient
==18314==
==18314==
==18314== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 5 from 1)
==18314== malloc/free: in use at exit: 34,730 bytes in 253 blocks.
==18314== malloc/free: 475 allocs, 222 frees, 71,167 bytes allocated.
==18314== For counts of detected errors, rerun with: -v
==18314== searching for pointers to 253 not-freed blocks.
==18314== checked 755,200 bytes.
==18314==
==18314== 488 bytes in 1 blocks are possibly lost in loss record 58 of 63
==18314== at 0x4A05CB9: operator new[](unsigned long) (vg_replace_malloc.c:199)
==18314== by 0x54AAAA0: Pegasus::DefaultPropertyOwner::DefaultPropertyOwner() (DefaultPropertyOwner.cpp:72)
==18314== by 0x54A5AA6: __static_initialization_and_destruction_0(int, int) (ConfigManager.cpp:57)
==18314== by 0x54A5C2A: _GLOBAL__I__ZN7Pegasus13ConfigManager10traceOwnerE (ConfigManager.cpp:959)
==18314== by 0x54B4635: (within /var/buildMAIN/pegasus/build/lib/libpegconfig.so.1)
==18314== by 0x54A0FEA: (within /var/buildMAIN/pegasus/build/lib/libpegconfig.so.1)
==18314==
==18314== LEAK SUMMARY:
==18314== definitely lost: 0 bytes in 0 blocks.
==18314== possibly lost: 488 bytes in 1 blocks.
==18314== still reachable: 34,242 bytes in 252 blocks.
==18314== suppressed: 0 bytes in 0 blocks.
==18314== Reachable blocks (those to which a pointer was found) are not shown.
==18314== To see them, rerun with: --show-reachable=yes
-------------------------------------------------------------------------------
Memory leak:

==14705== Memcheck, a memory error detector.
==14705== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==14705== Using LibVEX rev 1658, a library for dynamic binary translation.
==14705== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==14705== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==14705== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==14705== For more details, rerun with: -v
==14705==
==14705== My PID = 14705, parent PID = 14704. Prog and args are:
==14705== /var/buildMAIN/pegasus/build/bin_exe/TestClient
==14705==
==14705==
==14705== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 5 from 1)
==14705== malloc/free: in use at exit: 270,538 bytes in 121 blocks.
==14705== malloc/free: 53,059 allocs, 52,938 frees, 38,732,947 bytes allocated.
==14705== For counts of detected errors, rerun with: -v
==14705== searching for pointers to 121 not-freed blocks.
==14705== checked 940,616 bytes.
==14705==
==14705== 218 bytes in 4 blocks are definitely lost in loss record 22 of 35
==14705== at 0x4A06019: operator new(unsigned long) (vg_replace_malloc.c:167)
==14705== by 0x51C6859: Pegasus::StringRep::alloc(unsigned long) (String.cpp:533)
==14705== by 0x51C4617: Pegasus::_reserve(Pegasus::StringRep*&, unsigned) (String.cpp:545)
==14705== by 0x51C5519: Pegasus::String::append(char const*, unsigned) (String.cpp:826)
==14705== by 0x412D09: Pegasus::String::append(char const*) (StringInline.h:175)
==14705== by 0x410578: executeTests(void*) (TestClient.cpp:1294)
==14705== by 0x51DA1DD: _start_wrapper (Thread.cpp:69)
==14705== by 0x33754062F6: start_thread (in /lib64/libpthread-2.5.so)
==14705== by 0x33748D1B6C: clone (in /lib64/libc-2.5.so)
==14705==
==14705==
==14705== 288 bytes in 1 blocks are definitely lost in loss record 23 of 35
==14705== at 0x4A04B32: calloc (vg_replace_malloc.c:279)
==14705== by 0x337440FEF2: _dl_allocate_tls (in /lib64/ld-2.5.so)
==14705== by 0x3375406A33: pthread_create@@GLIBC_2.2.5 (in /lib64/libpthread-2.5.so)
==14705== by 0x511FD91: Pegasus::Threads::create(Pegasus::ThreadType&, Pegasus::Threads::Type, void* (*)(void*), void*) (Threads.cpp:214)
==14705== by 0x51D9EE5: Pegasus::Thread::run() (Thread.cpp:119)
==14705== by 0x407666: runTests(Pegasus::CIMClient*, unsigned, bool, bool, int, Pegasus::String) (TestClient.cpp:1391)
==14705== by 0x41207F: main (TestClient.cpp:1642)
==14705==
==14705==
==14705== 290 (40 direct, 250 indirect) bytes in 1 blocks are definitely lost in loss record 25 of 35
==14705== at 0x4A06019: operator new(unsigned long) (vg_replace_malloc.c:167)
==14705== by 0x5163694: Pegasus::CIMObjectPath::CIMObjectPath() (CIMObjectPath.cpp:381)
==14705== by 0x516673B: Pegasus::CIMObjectPath::CIMObjectPath(Pegasus::String const&) (CIMObjectPath.cpp:393)
==14705== by 0x40ED9F: TestInvokeMethod(Pegasus::CIMClient*, bool, bool, Pegasus::String const&) (TestClient.cpp:1038)
==14705== by 0x410ECE: executeTests(void*) (TestClient.cpp:1353)
==14705== by 0x51DA1DD: _start_wrapper (Thread.cpp:69)
==14705== by 0x33754062F6: start_thread (in /lib64/libpthread-2.5.so)
==14705== by 0x33748D1B6C: clone (in /lib64/libc-2.5.so)
==14705==
==14705==
==14705== 504 (128 direct, 376 indirect) bytes in 1 blocks are definitely lost in loss record 31 of 35
==14705== at 0x4A05809: malloc (vg_replace_malloc.c:149)
==14705== by 0x3383EBBFDF: __cxa_allocate_exception (in /usr/lib64/libstdc++.so.6.0.8)
==14705== by 0x4C25787: Pegasus::CIMClientRep::_doRequest(Pegasus::AutoPtr >&, Pegasus::MessageType) (CIMClientRep.cpp:1150)
==14705== by 0x4C260E4: Pegasus::CIMClientRep::invokeMethod(Pegasus::CIMNamespaceName const&, Pegasus::CIMObjectPath const&, Pegasus::CIMName const&, Pegasus::Array const&, Pegasus::Array&) (CIMClientRep.cpp:997)
==14705== by 0x4C2E5A5: Pegasus::CIMClient::invokeMethod(Pegasus::CIMNamespaceName const&, Pegasus::CIMObjectPath const&, Pegasus::CIMName const&, Pegasus::Array const&, Pegasus::Array&) (CIMClient.cpp:429)
==14705== by 0x40F364: TestInvokeMethod(Pegasus::CIMClient*, bool, bool, Pegasus::String const&) (TestClient.cpp:1083)
==14705== by 0x410ECE: executeTests(void*) (TestClient.cpp:1353)
==14705== by 0x51DA1DD: _start_wrapper (Thread.cpp:69)
==14705== by 0x33754062F6: start_thread (in /lib64/libpthread-2.5.so)
==14705== by 0x33748D1B6C: clone (in /lib64/libc-2.5.so)
==14705==
==14705== LEAK SUMMARY:
==14705== definitely lost: 674 bytes in 7 blocks.
==14705== indirectly lost: 626 bytes in 8 blocks.
==14705== possibly lost: 0 bytes in 0 blocks.
==14705== still reachable: 269,238 bytes in 106 blocks.
==14705== suppressed: 0 bytes in 0 blocks.
==14705== Reachable blocks (those to which a pointer was found) are not shown.
==14705== To see them, rerun with: --show-reachable=yes
-------------------------------------------------------------------------------
Memory leak:

==14457== Memcheck, a memory error detector.
==14457== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==14457== Using LibVEX rev 1658, a library for dynamic binary translation.
==14457== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==14457== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==14457== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==14457== For more details, rerun with: -v
==14457==
==14457== My PID = 14457, parent PID = 14456. Prog and args are:
==14457== /var/buildMAIN/pegasus/build/bin_exe/TestInterop
==14457==
==14457==
==14457== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 5 from 1)
==14457== malloc/free: in use at exit: 80,464 bytes in 795 blocks.
==14457== malloc/free: 1,110 allocs, 315 frees, 124,529 bytes allocated.
==14457== For counts of detected errors, rerun with: -v
==14457== searching for pointers to 795 not-freed blocks.
==14457== checked 873,688 bytes.
==14457==
==14457== 488 bytes in 1 blocks are possibly lost in loss record 34 of 37
==14457== at 0x4A05CB9: operator new[](unsigned long) (vg_replace_malloc.c:199)
==14457== by 0x55D7AA0: Pegasus::DefaultPropertyOwner::DefaultPropertyOwner() (DefaultPropertyOwner.cpp:72)
==14457== by 0x55D2AA6: __static_initialization_and_destruction_0(int, int) (ConfigManager.cpp:57)
==14457== by 0x55D2C2A: _GLOBAL__I__ZN7Pegasus13ConfigManager10traceOwnerE (ConfigManager.cpp:959)
==14457== by 0x55E1635: (within /var/buildMAIN/pegasus/build/lib/libpegconfig.so.1)
==14457== by 0x55CDFEA: (within /var/buildMAIN/pegasus/build/lib/libpegconfig.so.1)
==14457==
==14457== LEAK SUMMARY:
==14457== definitely lost: 0 bytes in 0 blocks.
==14457== possibly lost: 488 bytes in 1 blocks.
==14457== still reachable: 79,976 bytes in 794 blocks.
==14457== suppressed: 0 bytes in 0 blocks.
==14457== Reachable blocks (those to which a pointer was found) are not shown.
==14457== To see them, rerun with: --show-reachable=yes