[test-results] [Bamboo] Asterisk Testing > Asterisk 11 Branch > #61 has FAILED (2 tests failed). Change made by dlee.

Bamboo bamboo at asterisk.org
Sat Sep 8 23:55:57 CDT 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 11 Branch > #61 failed.
-----------------------------------------------------------------------
Code has been updated by dlee.
2/285 tests failed.

http://bamboo.asterisk.org/browse/TESTING-AST11BRANCH-61/


--------------
Failing Jobs
--------------
  - Asterisk CentOS 6 64-Bit (CentOS 6): 2 of 285 tests failed.



--------------
Code Changes
--------------
dlee (372609):

>Fix parallel make for res_asterisk_rtp.
>
>Fixes a build regression introduced in r369517 "Add support for ICE/STUN/TURN
>in res_rtp_asterisk and chan_sip." [1].
>
>[1] http://svnview.digium.com/svn/asterisk?view=revision&revision=369517
>
>When compiling asterisk in parallel like:
>    $ make -j 10
>
>It's possible to get errors like the following:
>
>    .pjlib-util-test-x86_64-unknown-linux-gnu.depend:120: *** missing separator.  Stop.
>    make[4]: *** [depend] Error 2
>    make[3]: *** [dep] Error 1
>    make[2]: *** [/home/sruffell/asterisk-working/res/pjproject/pjnath/lib/libpjnath-x86_64-unknown-linux-gnu.a] Error 2
>    make[3]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
>
>This is because the build system is trying to build each of the libraries in
>pjproject in parallel. Now the build will build pjproject in a single job and
>link the results into res_asterisk_rtp.
>
>Parallel builds, on one test system, saves ~1.5 minutes from a default Asterisk
>build:
>
>Single job:
>    $ git clean -fdx >/dev/null && time ( ./configure >/dev/null 2>&1 && make >/dev/null 2>&1 )
>
>    real    2m34.529s
>    user    1m41.810s
>    sys     0m15.970s
>
>Parallel make:
>    $ git clean -fdx >/dev/null && time ( ./configure >/dev/null 2>&1 && make -j10 >/dev/null 2>&1 )
>
>    real    1m2.353s
>    user    2m39.120s
>    sys     0m18.850s
>
>(closes issue ASTERISK-20362)
>Reported by: Shaun Ruffel
>Patches:
>    0001-res_asterisk_rtp-Fix-build-error-when-using-parallel.patch uploaded by Shaun Ruffel (License #5417)
>



--------------
Tests
--------------
New Test Failures (2)
   - AsteriskTestSuite: S/one-step-parking
   - AsteriskTestSuite: S/channels/ s i p/ s d p attribute passthrough

--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20120908/ba8f8129/attachment-0001.htm>


More information about the Test-results mailing list