[test-results] [Bamboo] Asterisk - 1.8 - Linux - i686 build 55 has FAILED. Change made by 4 authors

Bamboo bamboo at asterisk.org
Fri Oct 22 14:12:37 CDT 2010


-------------- next part --------------
-----------------------------------------------------------
AST-1832-55 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-1832-55/        


--------------
Code Changes
--------------
Tilghman Lesher (292667):

>Compile correctly on Linux (asterisk/localtime.h depends upon asterisk/autoconfig.h loading first).
>

twilson (292740):

>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.
>
>

Mark Michelson (292741):

>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.
>
>


--------------
Error Summary
--------------
   Could not find ant Junit test results in the /srv/bamboo/xml-data/build-dir/AST-1832 directory.
   install: cannot remove `/usr/local/bin/bamboo/build-asterisk.sh': Operation not permitted
   Package gtk+-2.0 was not found in the pkg-config search path.
   Perhaps you should add the directory containing `gtk+-2.0.pc'
   to the PKG_CONFIG_PATH environment variable
   No package 'gtk+-2.0' found
   Package gtk+-2.0 was not found in the pkg-config search path.
   Perhaps you should add the directory containing `gtk+-2.0.pc'
   to the PKG_CONFIG_PATH environment variable
   No package 'gtk+-2.0' found
   cc1: warnings being treated as errors
   sig_pri.c: In function ?sig_pri_transfer_rsp?:
   sig_pri.c:1946: error: implicit declaration of function ?pri_transfer_rsp?
   make[1]: *** [sig_pri.o] Error 1
   make: *** [channels] Error 2


--
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/2394ecf6/attachment.htm 


More information about the Test-results mailing list