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 12-Jun-09 03:16
Contributor HP
Status FAILURE
Data Platform: X86_64 RHEL5 valgrind
Branch: MAIN
Contributor: HP
Date: 090612
Time: 0316
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:

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

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

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