[test-results] [Bamboo] Asterisk - trunk - Linux - i686 build 75 has FAILED (11 tests failed). Change made by twilson

Bamboo bamboo at asterisk.org
Wed Nov 3 17:55:36 CDT 2010


-------------- next part --------------
-----------------------------------------------------------
AST-TRUNK32-75 failed.
-----------------------------------------------------------
Code has been updated by twilson.
11/113 tests failed.

http://bamboo.asterisk.org/browse/AST-TRUNK32-75/        


--------------
Code Changes
--------------
twilson (293809):

>Merged revisions 293803 via svnmerge from 
>https://origsvn.digium.com/svn/asterisk/branches/1.8
>
>........
>  r293803 | twilson | 2010-11-03 11:05:14 -0700 (Wed, 03 Nov 2010) | 25 lines
>  
>  Avoid valgrind warnings for ast_rtp_instance_get_xxx_address
>  
>  The documentation for ast_rtp_instance_get_(local/remote)_address stated that
>  they returned 0 for success and -1 on failure. Instead, they returned 0 if the
>  address structure passed in was already equivalent to the address instance
>  local/remote address or 1 otherwise. 90% of the calls to these functions
>  completely ignored the return address and passed in an uninitialized struct,
>  which would make valgrind complain even though the operation was technically
>  safe.
>  
>  This patch fixes the documentation and converts the get_xxx_address functions
>  to void since all they really do is copy the address and cannot fail.
>  Additionally two new functions
>  (ast_rtp_instance_get_and_cmp_(local/remote)_address) are created for the 3
>  times where the return value was actually checked. The
>  get_and_cmp_local_address function is currently unused, but exists for the sake
>  of symmetry.
>  
>  The only functional change as a result of this change is that we will not do an
>  ast_sockaddr_cmp() on (mostly uninitialized) addresses before doing the
>  ast_sockaddr_copy() in the get_*_address functions. So, even though it is an
>  API change, it shouldn't have a noticeable change in behavior.
>  
>  Review: https://reviewboard.asterisk.org/r/995/
>........
>


--------------
Tests
--------------
Failed Tests (11)
   - AsteriskTestSuite: Chanspy/chanspy barge (New)
   - AsteriskTestSuite: Fastagi/control-stream-file (New)
   - AsteriskTestSuite: Fastagi/say-alpha (New)
   - AsteriskTestSuite: Fastagi/say-date (New)
   - AsteriskTestSuite: Fastagi/say-digits (New)
   - AsteriskTestSuite: Fastagi/say-number (New)
   - AsteriskTestSuite: Fastagi/say-phonetic (New)
   - AsteriskTestSuite: Fastagi/say-time (New)
   - AsteriskTestSuite: Iax2/basic-call (New)
   - AsteriskTestSuite: Manager/response-time (New)
   - AsteriskTestSuite: Mixmonitor audiohook inherit (New)


--------------
Error Summary
--------------
   btree/bt_delete.c:cannot open source file
   btree/bt_split.c:cannot open source file
   btree/bt_open.c:cannot open source file
   btree/bt_conv.c:cannot open source file
   btree/bt_seq.c:cannot open source file
   mpool/mpool.c:cannot open source file
   recno/rec_search.c:cannot open source file
   recno/rec_seq.c:cannot open source file
   recno/rec_delete.c:cannot open source file
   recno/rec_get.c:cannot open source file
   recno/rec_put.c:cannot open source file
   recno/rec_utils.c:cannot open source file
   recno/rec_open.c:cannot open source file
   recno/rec_close.c:cannot open source file
   db/db.c:cannot open source file
   hash/hash_bigkey.c:cannot open source file
   hash/hash_buf.c:cannot open source file
   hash/hash_page.c:cannot open source file
   hash/hash.c:cannot open source file
   hash/hash_log2.c:cannot open source file
   hash/hash_func.c:cannot open source file
   stdtime/localtime.c:cannot open source file
   np/vis.c:cannot open source file
   np/unvis.c:cannot open source file
   np/strlcpy.c:cannot open source file
   np/strlcat.c:cannot open source file
   np/fgetln.c:cannot open source file
   sip/reqresp_parser.c:cannot open source file
   sip/dialplan_functions.c:cannot open source file
   sip/srtp.c:cannot open source file
   sip/sdp_crypto.c:cannot open source file
   sip/config_parser.c:cannot open source file
   snmp/agent.c:cannot open source file
   ael/pval.c:cannot open source file
   ./inc/private.h:cannot open source file
   src/lpc.c:cannot open source file
   ./inc/private.h:cannot open source file
   src/preprocess.c:cannot open source file
   src/gsm_destroy.c:cannot open source file
   ./inc/private.h:cannot open source file
   ./inc/private.h:cannot open source file
   src/code.c:cannot open source file
   ./inc/private.h:cannot open source file
   src/rpe.c:cannot open source file
   ./inc/private.h:cannot open source file
   src/decode.c:cannot open source file
   ./inc/private.h:cannot open source file
   src/gsm_create.c:cannot open source file
   ./inc/private.h:cannot open source file
   src/gsm_encode.c:cannot open source file
   ./inc/private.h:cannot open source file
   src/add.c:cannot open source file
   ./inc/private.h:cannot open source file
   src/short_term.c:cannot open source file
   ./inc/private.h:cannot open source file
   src/gsm_decode.c:cannot open source file
   ./inc/private.h:cannot open source file
   src/long_term.c:cannot open source file
   g722/g722_encode.c:cannot open source file
   g722/g722_decode.c:cannot open source file
   mp3/layer3.c:cannot open source file
   mp3/interface.c:cannot open source file
   mp3/decode_ntom.c:cannot open source file
   mp3/common.c:cannot open source file
   mp3/dct64_i386.c:cannot open source file
   mp3/tabinit.c:cannot open source file
   ooh323c/src/memheap.c:cannot open source file
   ooh323c/src/ooCalls.c:cannot open source file
   ooh323c/src/ooDateTime.c:cannot open source file
   ooh323c/src/perutil.c:cannot open source file
   ooh323c/src/ooCapability.c:cannot open source file
   ooh323c/src/ooStackCmds.c:cannot open source file
   ooh323c/src/ootrace.c:cannot open source file
   ooh323c/src/ooports.c:cannot open source file
   ooh323c/src/ooCmdChannel.c:cannot open source file
   ooh323c/src/ooUtils.c:cannot open source file
   ooh323c/src/ooSocket.c:cannot open source file
   ooh323c/src/context.c:cannot open source file
   ooh323c/src/h323/H323-MESSAGESDec.c:cannot open source file
   ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.c:cannot open source file
   ooh323c/src/h323/H235-SECURITY-MESSAGESDec.c:cannot open source file
   ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLEnc.c:cannot open source file
   ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.c:cannot open source file
   ooh323c/src/h323/H323-MESSAGESEnc.c:cannot open source file
   ooh323c/src/decode.c:cannot open source file
   ooh323c/src/ooh245.c:cannot open source file
   ooh323c/src/ooh323.c:cannot open source file
   ooh323c/src/ooq931.c:cannot open source file
   ooh323c/src/printHandler.c:cannot open source file
   ooh323c/src/ooh323ep.c:cannot open source file
   ooh323c/src/ooLogChan.c:cannot open source file
   ooh323c/src/oochannels.c:cannot open source file
   ooh323c/src/ooGkClient.c:cannot open source file
   ooh323c/src/eventHandler.c:cannot open source file
   ooh323c/src/encode.c:cannot open source file
   ooh323c/src/dlist.c:cannot open source file
   ooh323c/src/ooTimer.c:cannot open source file
   ooh323c/src/errmgmt.c:cannot open source file
   WARNING: negative counts found in tracefile ../asterisk.info
   ERROR: cannot open /srv/bamboo/xml-data/build-dir/AST-TRUNK32/codecs/gsm/src/inc/private.h for reading!


--
This message is automatically generated by Atlassian Bamboo

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/test-results/attachments/20101103/502ef5bb/attachment-0001.htm 


More information about the Test-results mailing list