[test-results] [Bamboo] Asterisk - trunk - Mac OS 10.6 - x86_64 build 263 has FAILED. Change made by 4 authors

Bamboo bamboo at asterisk.org
Fri Oct 22 14:41:42 CDT 2010


-------------- next part --------------
-----------------------------------------------------------
AST-MACOS106TRUNK-263 failed.
-----------------------------------------------------------
Code has been updated by twilson, Mark Michelson, rmudgett, Tilghman Lesher.
No failed tests found, a possible compilation error.

http://bamboo.asterisk.org/browse/AST-MACOS106TRUNK-263/        


--------------
Code Changes
--------------
Mark Michelson (292742):

>Merged revisions 292741 via svnmerge from 
>https://origsvn.digium.com/svn/asterisk/branches/1.8
>
>........
>  r292741 | mmichelson | 2010-10-22 12:09:52 -0500 (Fri, 22 Oct 2010) | 12 lines
>  
>  Prevent multiple runs of event_sub_test from producing false failure results.
>  
>  The array of test subscriptions was declared "static," meaning that the
>  data.count field would retain its value between runs of the test. After the
>  first test run, this would result in false reports of test failures.
>  
>  I chose to just remove the "static" keyword from the structure since it's not
>  a huge deal to construct this structure during each run of the test. Another
>  alternative would have been to zero out the data.count fields of each test
>  subscription instead.
>........
>

Tilghman Lesher (292668):

>Merged revisions 292667 via svnmerge from 
>https://origsvn.digium.com/svn/asterisk/branches/1.8
>
>........
>  r292667 | tilghman | 2010-10-21 17:09:25 -0500 (Thu, 21 Oct 2010) | 2 lines
>  
>  Compile correctly on Linux (asterisk/localtime.h depends upon asterisk/autoconfig.h loading first).
>........
>

twilson (292743):

>Merged revisions 292740 via svnmerge from 
>https://origsvn.digium.com/svn/asterisk/branches/1.8
>
>........
>  r292740 | twilson | 2010-10-22 09:49:34 -0700 (Fri, 22 Oct 2010) | 45 lines
>  
>  Add TLS cert helper script
>  
>  This script is useful for quickly generating self-signed CA, server, and client
>  certificates for use with Asterisk. It is still recommended to obtain
>  certificates from a recognized Certificate Authority and to develop an
>  understanding how SSL certificates work. Real security is hard work.
>  
>  OPTIONS:
>    -h  Show this message
>    -m  Type of cert "client" or "server". Defaults to server.
>    -f  Config filename (openssl config file format)
>    -c  CA cert filename (creates new CA cert/key as ca.crt/ca.key if not passed)
>    -k  CA key filename
>    -C  Common name (cert field)
>          For a server cert, this should be the same address that clients
>          attempt to connect to. Usually this will be the Fully Qualified
>          Domain Name, but might be the IP of the server. For a CA or client
>          cert, it is merely informational. Make sure your certs have unique
>          common names.
>    -O  Org name (cert field)
>          An informational string (company name)
>    -o  Output filename base (defaults to asterisk) 
>    -d  Output directory (defaults to the current directory)
>  
>  Example:
>  
>  To create a CA and a server (pbx.mycompany.com) cert with output in /tmp:
>    ast_tls_cert -C pbx.mycompany.com -O "My Company" -d /tmp
>  
>  This will create a CA cert and key as well as asterisk.pem and the the two
>  files that it is made from: asterisk.crt and asterisk.key. Copy asterisk.pem
>  and ca.crt somewhere (like /etc/asterisk) and set tlscertfile=/etc/asterisk.pem
>  and tlscafile=/etc/ca.crt. Since this is a self-signed key, many devices will
>  require you to import the ca.crt file as a trusted cert.
>  
>  To create a client cert using the CA cert created by the example above:
>    ast_tls_cert -m client -c /tmp/ca.crt -k /tmp/ca.key -C "Joe User" -O \
>      "My Company" -d /tmp -o joe_user
>  
>  This will create client.crt/key/pem in /tmp. Use this if your device supports
>  a client certificate. Make sure that you have the ca.crt file set up as
>  a tlscafile in the necessary Asterisk configs. Make backups of all .key files
>  in case you need them later.
>........
>


--------------
Error Summary
--------------
   Could not find ant Junit test results in the /srv/bamboo/xml-data/build-dir/AST-MACOS106TRUNK directory.
   ./configure: line 4717: Support/Asterisk/Modules: No such file or directory
   ./configure: line 4718: Support/Asterisk: No such file or directory
   ./configure: line 4720: Support/Asterisk/Run: No such file or directory
   muted.c: In function 'getvol':
   muted.c:354: warning: 'AudioHardwareGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
   muted.c:357: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
   muted.c:360: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
   muted.c:362: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
   muted.c: In function 'setvol':
   muted.c:390: warning: 'AudioHardwareGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
   muted.c:392: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
   muted.c:395: warning: 'AudioDeviceSetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2402)
   muted.c:397: warning: 'AudioDeviceSetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2402)
   muted.c: In function 'getvol':
   muted.c:354: warning: 'AudioHardwareGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
   muted.c:357: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
   muted.c:360: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
   muted.c:362: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
   muted.c: In function 'setvol':
   muted.c:390: warning: 'AudioHardwareGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:1119)
   muted.c:392: warning: 'AudioDeviceGetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2367)
   muted.c:395: warning: 'AudioDeviceSetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2402)
   muted.c:397: warning: 'AudioDeviceSetProperty' is deprecated (declared at /System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardware.h:2402)
   /usr/bin/ranlib: file: lib/libgsm.a(debug.o) has no symbols
   ranlib: file: lib/libgsm.a(debug.o) has no symbols
   ld: warning: duplicate dylib /opt/local/lib/libz.1.dylib
   /usr/bin/ranlib: file: libdb1.a(bt_debug.o) has no symbols
   ranlib: file: libdb1.a(bt_debug.o) has no symbols
   launchctl: Error unloading: org.asterisk.asterisk


--
This message is automatically generated by Atlassian Bamboo

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/test-results/attachments/20101022/4301f936/attachment-0001.htm 


More information about the Test-results mailing list