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 14-Jun-09 03:17
Contributor HP
Status FAILURE
Data Platform: X86_64 RHEL5 valgrind
Branch: MAIN
Contributor: HP
Date: 090614
Time: 0317
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:

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

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

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