[test-results] [Bamboo] Asterisk - 1.8 - Linux - x86_64 build 309 has FAILED (1 tests failed). Change made by 4 authors
Bamboo
bamboo at asterisk.org
Fri Oct 22 14:55:09 CDT 2010
-------------- next part --------------
-----------------------------------------------------------
AST-18-309 failed.
-----------------------------------------------------------
Code has been updated by twilson, Mark Michelson, rmudgett, Tilghman Lesher.
1/113 tests failed.
http://bamboo.asterisk.org/browse/AST-18-309/
--------------
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.
>
>
--------------
Tests
--------------
Failed Tests (1)
- AsteriskTestSuite: Fastagi/say-datetime (New)
--------------
Error Summary
--------------
ooh323c/src/ootrace.c:cannot open source file
ooh323c/src/ooDateTime.c:cannot open source file
ooh323c/src/ooh245.c:cannot open source file
ooh323c/src/errmgmt.c:cannot open source file
ooh323c/src/ooports.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/H323-MESSAGESEnc.c:cannot open source file
ooh323c/src/h323/H323-MESSAGESDec.c:cannot open source file
ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.c:cannot open source file
ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.c:cannot open source file
ooh323c/src/ooUtils.c:cannot open source file
ooh323c/src/ooCmdChannel.c:cannot open source file
ooh323c/src/oochannels.c:cannot open source file
ooh323c/src/dlist.c:cannot open source file
ooh323c/src/perutil.c:cannot open source file
ooh323c/src/encode.c:cannot open source file
ooh323c/src/ooLogChan.c:cannot open source file
ooh323c/src/ooGkClient.c:cannot open source file
ooh323c/src/ooStackCmds.c:cannot open source file
ooh323c/src/eventHandler.c:cannot open source file
mp3/common.c:cannot open source file
mp3/decode_ntom.c:cannot open source file
mp3/interface.c:cannot open source file
mp3/tabinit.c:cannot open source file
mp3/dct64_i386.c:cannot open source file
mp3/layer3.c:cannot open source file
geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-18/channels/xpmr/xpmr.c
sip/dialplan_functions.c:cannot open source file
sip/sdp_crypto.c:cannot open source file
sip/reqresp_parser.c:cannot open source file
sip/config_parser.c:cannot open source file
sip/srtp.c:cannot open source file
./inc/private.h:cannot open source file
src/code.c:cannot open source file
geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-18/codecs/gsm/src/inc/private.h
src/gsm_decode.c:cannot open source file
./inc/private.h:cannot open source file
src/decode.c:cannot open source file
geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-18/codecs/gsm/src/inc/private.h
src/gsm_encode.c:cannot open source file
./inc/private.h:cannot open source file
src/long_term.c:cannot open source file
geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-18/codecs/gsm/src/inc/private.h
src/add.c:cannot open source file
./inc/private.h:cannot open source file
src/lpc.c:cannot open source file
geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-18/codecs/gsm/src/inc/private.h
./inc/private.h:cannot open source file
src/rpe.c:cannot open source file
geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-18/codecs/gsm/src/inc/private.h
./inc/private.h:cannot open source file
src/short_term.c:cannot open source file
geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-18/codecs/gsm/src/inc/private.h
src/gsm_destroy.c:cannot open source file
./inc/private.h:cannot open source file
src/preprocess.c:cannot open source file
geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-18/codecs/gsm/src/inc/private.h
src/gsm_create.c:cannot open source file
geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-18/formats/msgsm.h
g722/g722_encode.c:cannot open source file
g722/g722_decode.c:cannot open source file
ais/clm.c:cannot open source file
ais/evt.c:cannot open source file
ael/pval.c:cannot open source file
snmp/agent.c:cannot open source file
np/strlcat.c:cannot open source file
np/vis.c:cannot open source file
np/fgetln.c:cannot open source file
np/unvis.c:cannot open source file
np/strlcpy.c:cannot open source file
stdtime/localtime.c:cannot open source file
recno/rec_put.c:cannot open source file
recno/rec_seq.c:cannot open source file
recno/rec_close.c:cannot open source file
recno/rec_get.c:cannot open source file
recno/rec_open.c:cannot open source file
recno/rec_delete.c:cannot open source file
recno/rec_search.c:cannot open source file
recno/rec_utils.c:cannot open source file
hash/hash_func.c:cannot open source file
hash/hash.c:cannot open source file
hash/hash_page.c:cannot open source file
hash/hash_log2.c:cannot open source file
hash/hash_bigkey.c:cannot open source file
hash/hash_buf.c:cannot open source file
db/db.c:cannot open source file
mpool/mpool.c:cannot open source file
btree/bt_delete.c:cannot open source file
btree/bt_seq.c:cannot open source file
btree/bt_search.c:cannot open source file
btree/bt_open.c:cannot open source file
btree/bt_get.c:cannot open source file
btree/bt_split.c:cannot open source file
btree/bt_utils.c:cannot open source file
btree/bt_put.c:cannot open source file
btree/bt_page.c:cannot open source file
btree/bt_conv.c:cannot open source file
btree/bt_overflow.c:cannot open source file
btree/bt_close.c:cannot open source file
--
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/f615259f/attachment-0001.htm
More information about the Test-results
mailing list