Skip to content
Failed

Console Output

Skipping 78 KB.. Full Log
#18 41.13   119 |         LOG((pool->obj_name, "Can't expand pool to allocate %u bytes "
#18 41.13       |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13   120 |              "(used=%u, cap=%u)",
#18 41.13   121 |              size, pj_pool_get_used_size(pool), pool->capacity));
#18 41.13       |                                                 ~~~~~~~~~~~~~~
#18 41.13       |                                                     |
#18 41.13       |                                                     pj_size_t {aka long unsigned int}
#18 41.13 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.13   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.13       |                                                  ^~~
#18 41.13 ../src/pj/pool.c:33:37: note: in expansion of macro 'PJ_LOG'
#18 41.13    33 | #define LOG(expr)                   PJ_LOG(6,expr)
#18 41.13       |                                     ^~~~~~
#18 41.13 ../src/pj/pool.c:119:9: note: in expansion of macro 'LOG'
#18 41.13   119 |         LOG((pool->obj_name, "Can't expand pool to allocate %u bytes "
#18 41.13       |         ^~~
#18 41.13 ../src/pj/pool.c:145:10: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.13   145 |          "%u bytes requested, resizing pool by %u bytes (used=%u, cap=%u)",
#18 41.13       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13   146 |          size, block_size, pj_pool_get_used_size(pool), pool->capacity));
#18 41.13       |          ~~~~
#18 41.13       |          |
#18 41.13       |          pj_size_t {aka long unsigned int}
#18 41.13 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.13   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.13       |                                                  ^~~
#18 41.13 ../src/pj/pool.c:33:37: note: in expansion of macro 'PJ_LOG'
#18 41.13    33 | #define LOG(expr)                   PJ_LOG(6,expr)
#18 41.13       |                                     ^~~~~~
#18 41.13 ../src/pj/pool.c:144:5: note: in expansion of macro 'LOG'
#18 41.13   144 |     LOG((pool->obj_name,
#18 41.13       |     ^~~
#18 41.13 ../src/pj/pool.c:145:12: note: format string is defined here
#18 41.13   145 |          "%u bytes requested, resizing pool by %u bytes (used=%u, cap=%u)",
#18 41.13       |           ~^
#18 41.13       |            |
#18 41.13       |            unsigned int
#18 41.13       |           %lu
#18 41.13 ../src/pj/pool.c:145:10: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.13   145 |          "%u bytes requested, resizing pool by %u bytes (used=%u, cap=%u)",
#18 41.13       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13   146 |          size, block_size, pj_pool_get_used_size(pool), pool->capacity));
#18 41.13       |                ~~~~~~~~~~
#18 41.13       |                |
#18 41.13       |                pj_size_t {aka long unsigned int}
#18 41.13 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.13   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.13       |                                                  ^~~
#18 41.13 ../src/pj/pool.c:33:37: note: in expansion of macro 'PJ_LOG'
#18 41.13    33 | #define LOG(expr)                   PJ_LOG(6,expr)
#18 41.13       |                                     ^~~~~~
#18 41.13 ../src/pj/pool.c:144:5: note: in expansion of macro 'LOG'
#18 41.13   144 |     LOG((pool->obj_name,
#18 41.13       |     ^~~
#18 41.13 ../src/pj/pool.c:145:49: note: format string is defined here
#18 41.13   145 |          "%u bytes requested, resizing pool by %u bytes (used=%u, cap=%u)",
#18 41.13       |                                                ~^
#18 41.13       |                                                 |
#18 41.13       |                                                 unsigned int
#18 41.13       |                                                %lu
#18 41.13 ../src/pj/pool.c:145:10: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.13   145 |          "%u bytes requested, resizing pool by %u bytes (used=%u, cap=%u)",
#18 41.13       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13   146 |          size, block_size, pj_pool_get_used_size(pool), pool->capacity));
#18 41.13       |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13       |                            |
#18 41.13       |                            pj_size_t {aka long unsigned int}
#18 41.13 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.13   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.13       |                                                  ^~~
#18 41.13 ../src/pj/pool.c:33:37: note: in expansion of macro 'PJ_LOG'
#18 41.13    33 | #define LOG(expr)                   PJ_LOG(6,expr)
#18 41.13       |                                     ^~~~~~
#18 41.13 ../src/pj/pool.c:144:5: note: in expansion of macro 'LOG'
#18 41.13   144 |     LOG((pool->obj_name,
#18 41.13       |     ^~~
#18 41.13 ../src/pj/pool.c:145:64: note: format string is defined here
#18 41.13   145 |          "%u bytes requested, resizing pool by %u bytes (used=%u, cap=%u)",
#18 41.13       |                                                               ~^
#18 41.13       |                                                                |
#18 41.13       |                                                                unsigned int
#18 41.13       |                                                               %lu
#18 41.13 ../src/pj/pool.c:145:10: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.13   145 |          "%u bytes requested, resizing pool by %u bytes (used=%u, cap=%u)",
#18 41.13       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13   146 |          size, block_size, pj_pool_get_used_size(pool), pool->capacity));
#18 41.13       |                                                         ~~~~~~~~~~~~~~
#18 41.13       |                                                             |
#18 41.13       |                                                             pj_size_t {aka long unsigned int}
#18 41.13 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.13   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.13       |                                                  ^~~
#18 41.13 ../src/pj/pool.c:33:37: note: in expansion of macro 'PJ_LOG'
#18 41.13    33 | #define LOG(expr)                   PJ_LOG(6,expr)
#18 41.13       |                                     ^~~~~~
#18 41.13 ../src/pj/pool.c:144:5: note: in expansion of macro 'LOG'
#18 41.13   144 |     LOG((pool->obj_name,
#18 41.13       |     ^~~
#18 41.13 ../src/pj/pool.c:145:72: note: format string is defined here
#18 41.13   145 |          "%u bytes requested, resizing pool by %u bytes (used=%u, cap=%u)",
#18 41.13       |                                                                       ~^
#18 41.13       |                                                                        |
#18 41.13       |                                                                        unsigned int
#18 41.13       |                                                                       %lu
#18 41.13 ../src/pj/pool.c: In function 'pj_pool_create_int':
#18 41.13 ../src/pj/pool.c:236:26: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.13   236 |     LOG((pool->obj_name, "pool created, size=%u", pool->capacity));
#18 41.13       |                          ^~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~
#18 41.13       |                                                       |
#18 41.13       |                                                       pj_size_t {aka long unsigned int}
#18 41.13 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.13   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.13       |                                                  ^~~
#18 41.13 ../src/pj/pool.c:33:37: note: in expansion of macro 'PJ_LOG'
#18 41.13    33 | #define LOG(expr)                   PJ_LOG(6,expr)
#18 41.13       |                                     ^~~~~~
#18 41.13 ../src/pj/pool.c:236:5: note: in expansion of macro 'LOG'
#18 41.13   236 |     LOG((pool->obj_name, "pool created, size=%u", pool->capacity));
#18 41.13       |     ^~~
#18 41.13 ../src/pj/pool.c:236:47: note: format string is defined here
#18 41.13   236 |     LOG((pool->obj_name, "pool created, size=%u", pool->capacity));
#18 41.13       |                                              ~^
#18 41.13       |                                               |
#18 41.13       |                                               unsigned int
#18 41.13       |                                              %lu
#18 41.13 ../src/pj/pool.c: In function 'pj_pool_reset':
#18 41.13 ../src/pj/pool.c:281:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.13   281 |     LOG((pool->obj_name, "reset(): cap=%d, used=%d(%d%%)",
#18 41.13       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13   282 |         pool->capacity, pj_pool_get_used_size(pool),
#18 41.13       |         ~~~~~~~~~~~~~~    
#18 41.13       |             |
#18 41.13       |             pj_size_t {aka long unsigned int}
#18 41.13 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.13   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.13       |                                                  ^~~
#18 41.13 ../src/pj/pool.c:33:37: note: in expansion of macro 'PJ_LOG'
#18 41.13    33 | #define LOG(expr)                   PJ_LOG(6,expr)
#18 41.13       |                                     ^~~~~~
#18 41.13 ../src/pj/pool.c:281:5: note: in expansion of macro 'LOG'
#18 41.13   281 |     LOG((pool->obj_name, "reset(): cap=%d, used=%d(%d%%)",
#18 41.13       |     ^~~
#18 41.13 ../src/pj/pool.c:281:41: note: format string is defined here
#18 41.13   281 |     LOG((pool->obj_name, "reset(): cap=%d, used=%d(%d%%)",
#18 41.13       |                                        ~^
#18 41.13       |                                         |
#18 41.13       |                                         int
#18 41.13       |                                        %ld
#18 41.13 ../src/pj/pool.c:281:26: warning: format '%d' expects argument of type 'int', but argument 4 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.13   281 |     LOG((pool->obj_name, "reset(): cap=%d, used=%d(%d%%)",
#18 41.13       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13   282 |         pool->capacity, pj_pool_get_used_size(pool),
#18 41.13       |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13       |                         |
#18 41.13       |                         pj_size_t {aka long unsigned int}
#18 41.13 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.13   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.13       |                                                  ^~~
#18 41.13 ../src/pj/pool.c:33:37: note: in expansion of macro 'PJ_LOG'
#18 41.13    33 | #define LOG(expr)                   PJ_LOG(6,expr)
#18 41.13       |                                     ^~~~~~
#18 41.13 ../src/pj/pool.c:281:5: note: in expansion of macro 'LOG'
#18 41.13   281 |     LOG((pool->obj_name, "reset(): cap=%d, used=%d(%d%%)",
#18 41.13       |     ^~~
#18 41.13 ../src/pj/pool.c:281:50: note: format string is defined here
#18 41.13   281 |     LOG((pool->obj_name, "reset(): cap=%d, used=%d(%d%%)",
#18 41.13       |                                                 ~^
#18 41.13       |                                                  |
#18 41.13       |                                                  int
#18 41.13       |                                                 %ld
#18 41.13 ../src/pj/pool.c:281:26: warning: format '%d' expects argument of type 'int', but argument 5 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.13   281 |     LOG((pool->obj_name, "reset(): cap=%d, used=%d(%d%%)",
#18 41.13       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13   282 |         pool->capacity, pj_pool_get_used_size(pool),
#18 41.13   283 |         pj_pool_get_used_size(pool)*100/pool->capacity));
#18 41.13       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13       |                                        |
#18 41.13       |                                        pj_size_t {aka long unsigned int}
#18 41.13 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.13   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.13       |                                                  ^~~
#18 41.13 ../src/pj/pool.c:33:37: note: in expansion of macro 'PJ_LOG'
#18 41.13    33 | #define LOG(expr)                   PJ_LOG(6,expr)
#18 41.13       |                                     ^~~~~~
#18 41.13 ../src/pj/pool.c:281:5: note: in expansion of macro 'LOG'
#18 41.13   281 |     LOG((pool->obj_name, "reset(): cap=%d, used=%d(%d%%)",
#18 41.13       |     ^~~
#18 41.13 ../src/pj/pool.c:281:53: note: format string is defined here
#18 41.13   281 |     LOG((pool->obj_name, "reset(): cap=%d, used=%d(%d%%)",
#18 41.13       |                                                    ~^
#18 41.13       |                                                     |
#18 41.13       |                                                     int
#18 41.13       |                                                    %ld
#18 41.13 ../src/pj/pool.c: In function 'pj_pool_destroy_int':
#18 41.13 ../src/pj/pool.c:295:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.13   295 |     LOG((pool->obj_name, "destroy(): cap=%d, used=%d(%d%%), block0=%p-%p",
#18 41.13       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13   296 |         pool->capacity, pj_pool_get_used_size(pool),
#18 41.13       |         ~~~~~~~~~~~~~~    
#18 41.13       |             |
#18 41.13       |             pj_size_t {aka long unsigned int}
#18 41.13 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.13   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.13       |                                                  ^~~
#18 41.13 ../src/pj/pool.c:33:37: note: in expansion of macro 'PJ_LOG'
#18 41.13    33 | #define LOG(expr)                   PJ_LOG(6,expr)
#18 41.13       |                                     ^~~~~~
#18 41.13 ../src/pj/pool.c:295:5: note: in expansion of macro 'LOG'
#18 41.13   295 |     LOG((pool->obj_name, "destroy(): cap=%d, used=%d(%d%%), block0=%p-%p",
#18 41.13       |     ^~~
#18 41.13 ../src/pj/pool.c:295:43: note: format string is defined here
#18 41.13   295 |     LOG((pool->obj_name, "destroy(): cap=%d, used=%d(%d%%), block0=%p-%p",
#18 41.13       |                                          ~^
#18 41.13       |                                           |
#18 41.13       |                                           int
#18 41.13       |                                          %ld
#18 41.13 ../src/pj/pool.c:295:26: warning: format '%d' expects argument of type 'int', but argument 4 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.13   295 |     LOG((pool->obj_name, "destroy(): cap=%d, used=%d(%d%%), block0=%p-%p",
#18 41.13       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13   296 |         pool->capacity, pj_pool_get_used_size(pool),
#18 41.13       |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.13       |                         |
#18 41.13       |                         pj_size_t {aka long unsigned int}
#18 41.13 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.13   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.14       |                                                  ^~~
#18 41.14 ../src/pj/pool.c:33:37: note: in expansion of macro 'PJ_LOG'
#18 41.14    33 | #define LOG(expr)                   PJ_LOG(6,expr)
#18 41.14       |                                     ^~~~~~
#18 41.14 ../src/pj/pool.c:295:5: note: in expansion of macro 'LOG'
#18 41.14   295 |     LOG((pool->obj_name, "destroy(): cap=%d, used=%d(%d%%), block0=%p-%p",
#18 41.14       |     ^~~
#18 41.14 ../src/pj/pool.c:295:52: note: format string is defined here
#18 41.14   295 |     LOG((pool->obj_name, "destroy(): cap=%d, used=%d(%d%%), block0=%p-%p",
#18 41.14       |                                                   ~^
#18 41.14       |                                                    |
#18 41.14       |                                                    int
#18 41.14       |                                                   %ld
#18 41.14 ../src/pj/pool.c:295:26: warning: format '%d' expects argument of type 'int', but argument 5 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.14   295 |     LOG((pool->obj_name, "destroy(): cap=%d, used=%d(%d%%), block0=%p-%p",
#18 41.14       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.14   296 |         pool->capacity, pj_pool_get_used_size(pool),
#18 41.14   297 |         pj_pool_get_used_size(pool)*100/pool->capacity,
#18 41.14       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.14       |                                        |
#18 41.14       |                                        pj_size_t {aka long unsigned int}
#18 41.14 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.14   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.14       |                                                  ^~~
#18 41.14 ../src/pj/pool.c:33:37: note: in expansion of macro 'PJ_LOG'
#18 41.14    33 | #define LOG(expr)                   PJ_LOG(6,expr)
#18 41.14       |                                     ^~~~~~
#18 41.14 ../src/pj/pool.c:295:5: note: in expansion of macro 'LOG'
#18 41.14   295 |     LOG((pool->obj_name, "destroy(): cap=%d, used=%d(%d%%), block0=%p-%p",
#18 41.14       |     ^~~
#18 41.14 ../src/pj/pool.c:295:55: note: format string is defined here
#18 41.14   295 |     LOG((pool->obj_name, "destroy(): cap=%d, used=%d(%d%%), block0=%p-%p",
#18 41.14       |                                                      ~^
#18 41.14       |                                                       |
#18 41.14       |                                                       int
#18 41.14       |                                                      %ld
#18 41.14 In file included from ../src/pj/pool_caching.c:21:
#18 41.14 ../src/pj/pool_caching.c: In function 'cpool_create_pool':
#18 41.14 ../src/pj/pool_caching.c:191:36: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.14   191 |         PJ_LOG(6, (pool->obj_name, "pool reused, size=%u", pool->capacity));
#18 41.14       |                                    ^~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~
#18 41.14       |                                                                |
#18 41.14       |                                                                pj_size_t {aka long unsigned int}
#18 41.14 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.14   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.14       |                                                  ^~~
#18 41.14 ../src/pj/pool_caching.c:191:9: note: in expansion of macro 'PJ_LOG'
#18 41.14   191 |         PJ_LOG(6, (pool->obj_name, "pool reused, size=%u", pool->capacity));
#18 41.14       |         ^~~~~~
#18 41.14 ../src/pj/pool_caching.c:191:56: note: format string is defined here
#18 41.14   191 |         PJ_LOG(6, (pool->obj_name, "pool reused, size=%u", pool->capacity));
#18 41.14       |                                                       ~^
#18 41.14       |                                                        |
#18 41.14       |                                                        unsigned int
#18 41.14       |                                                       %lu
#18 41.14 ../src/pj/pool_caching.c: In function 'cpool_release_pool':
#18 41.14 ../src/pj/pool_caching.c:248:32: warning: format '%d' expects argument of type 'int', but argument 3 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.14   248 |     PJ_LOG(6, (pool->obj_name, "recycle(): cap=%d, used=%d(%d%%)",
#18 41.14       |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.23   249 |                pool_capacity, pj_pool_get_used_size(pool),
#18 41.23       |                ~~~~~~~~~~~~~    
#18 41.23       |                |
#18 41.23       |                pj_size_t {aka long unsigned int}
#18 41.23 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.23   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.23       |                                                  ^~~
#18 41.23 ../src/pj/pool_caching.c:248:5: note: in expansion of macro 'PJ_LOG'
#18 41.23   248 |     PJ_LOG(6, (pool->obj_name, "recycle(): cap=%d, used=%d(%d%%)",
#18 41.23       |     ^~~~~~
#18 41.23 ../src/pj/pool_caching.c:248:49: note: format string is defined here
#18 41.23   248 |     PJ_LOG(6, (pool->obj_name, "recycle(): cap=%d, used=%d(%d%%)",
#18 41.23       |                                                ~^
#18 41.23       |                                                 |
#18 41.23       |                                                 int
#18 41.23       |                                                %ld
#18 41.23 ../src/pj/pool_caching.c:248:32: warning: format '%d' expects argument of type 'int', but argument 4 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.23   248 |     PJ_LOG(6, (pool->obj_name, "recycle(): cap=%d, used=%d(%d%%)",
#18 41.23       |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.23   249 |                pool_capacity, pj_pool_get_used_size(pool),
#18 41.23       |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.23       |                               |
#18 41.23       |                               pj_size_t {aka long unsigned int}
#18 41.23 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.23   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.23       |                                                  ^~~
#18 41.23 ../src/pj/pool_caching.c:248:5: note: in expansion of macro 'PJ_LOG'
#18 41.23   248 |     PJ_LOG(6, (pool->obj_name, "recycle(): cap=%d, used=%d(%d%%)",
#18 41.23       |     ^~~~~~
#18 41.23 ../src/pj/pool_caching.c:248:58: note: format string is defined here
#18 41.23   248 |     PJ_LOG(6, (pool->obj_name, "recycle(): cap=%d, used=%d(%d%%)",
#18 41.23       |                                                         ~^
#18 41.23       |                                                          |
#18 41.23       |                                                          int
#18 41.23       |                                                         %ld
#18 41.23 ../src/pj/pool_caching.c:248:32: warning: format '%d' expects argument of type 'int', but argument 5 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.23   248 |     PJ_LOG(6, (pool->obj_name, "recycle(): cap=%d, used=%d(%d%%)",
#18 41.23       |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.23   249 |                pool_capacity, pj_pool_get_used_size(pool),
#18 41.23   250 |                pj_pool_get_used_size(pool)*100/pool_capacity));
#18 41.23       |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.23       |                                               |
#18 41.23       |                                               pj_size_t {aka long unsigned int}
#18 41.23 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.23   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.23       |                                                  ^~~
#18 41.23 ../src/pj/pool_caching.c:248:5: note: in expansion of macro 'PJ_LOG'
#18 41.23   248 |     PJ_LOG(6, (pool->obj_name, "recycle(): cap=%d, used=%d(%d%%)",
#18 41.23       |     ^~~~~~
#18 41.23 ../src/pj/pool_caching.c:248:61: note: format string is defined here
#18 41.23   248 |     PJ_LOG(6, (pool->obj_name, "recycle(): cap=%d, used=%d(%d%%)",
#18 41.23       |                                                            ~^
#18 41.23       |                                                             |
#18 41.23       |                                                             int
#18 41.23       |                                                            %ld
#18 41.23 In file included from ../src/pj/timer.c:36:
#18 41.23 ../src/pj/timer.c: In function 'grow_heap':
#18 41.23 ../src/pj/timer.c:384:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.23   384 |     PJ_LOG(6,(THIS_FILE, "Growing heap size from %d to %d",
#18 41.23       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.80   385 |                          ht->max_size, new_size));
#18 41.80       |                          ~~~~~~~~~~~~
#18 41.80       |                            |
#18 41.80       |                            pj_size_t {aka long unsigned int}
#18 41.80 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.80   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.80       |                                                  ^~~
#18 41.80 ../src/pj/timer.c:384:5: note: in expansion of macro 'PJ_LOG'
#18 41.80   384 |     PJ_LOG(6,(THIS_FILE, "Growing heap size from %d to %d",
#18 41.80       |     ^~~~~~
#18 41.80 ../src/pj/timer.c:384:51: note: format string is defined here
#18 41.80   384 |     PJ_LOG(6,(THIS_FILE, "Growing heap size from %d to %d",
#18 41.80       |                                                  ~^
#18 41.80       |                                                   |
#18 41.80       |                                                   int
#18 41.80       |                                                  %ld
#18 41.80 ../src/pj/timer.c:384:26: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
#18 41.80   384 |     PJ_LOG(6,(THIS_FILE, "Growing heap size from %d to %d",
#18 41.80       |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 41.80   385 |                          ht->max_size, new_size));
#18 41.80       |                                        ~~~~~~~~
#18 41.80       |                                        |
#18 41.80       |                                        size_t {aka long unsigned int}
#18 41.80 ../include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 41.80   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 41.80       |                                                  ^~~
#18 41.80 ../src/pj/timer.c:384:5: note: in expansion of macro 'PJ_LOG'
#18 41.80   384 |     PJ_LOG(6,(THIS_FILE, "Growing heap size from %d to %d",
#18 41.80       |     ^~~~~~
#18 41.80 ../src/pj/timer.c:384:57: note: format string is defined here
#18 41.80   384 |     PJ_LOG(6,(THIS_FILE, "Growing heap size from %d to %d",
#18 41.80       |                                                        ~^
#18 41.80       |                                                         |
#18 41.80       |                                                         int
#18 41.80       |                                                        %ld
#18 41.80 [pjproject]  Compiling libpjlib-util-x86_64-unknown-linux-gnu.a
#18 42.25 In file included from ../src/pjlib-util/stun_simple_client.c:22:
#18 42.25 ../src/pjlib-util/stun_simple_client.c: In function 'pjstun_get_mapped_addr2':
#18 42.25 ../src/pjlib-util/stun_simple_client.c:348:24: warning: format '%d' expects argument of type 'int', but argument 3 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 42.25   348 |     TRACE_((THIS_FILE, "  Pool usage=%d of %d", pj_pool_get_used_size(pool),
#18 42.25       |                        ^~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 42.25       |                                                 |
#18 42.25       |                                                 pj_size_t {aka long unsigned int}
#18 42.25 ../../pjlib/include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 42.25   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 42.25       |                                                  ^~~
#18 42.25 ../src/pjlib-util/stun_simple_client.c:36:25: note: in expansion of macro 'PJ_LOG'
#18 42.25    36 | #define TRACE_(x)       PJ_LOG(6,x)
#18 42.25       |                         ^~~~~~
#18 42.25 ../src/pjlib-util/stun_simple_client.c:348:5: note: in expansion of macro 'TRACE_'
#18 42.25   348 |     TRACE_((THIS_FILE, "  Pool usage=%d of %d", pj_pool_get_used_size(pool),
#18 42.25       |     ^~~~~~
#18 42.25 ../src/pjlib-util/stun_simple_client.c:348:39: note: format string is defined here
#18 42.25   348 |     TRACE_((THIS_FILE, "  Pool usage=%d of %d", pj_pool_get_used_size(pool),
#18 42.25       |                                      ~^
#18 42.25       |                                       |
#18 42.25       |                                       int
#18 42.25       |                                      %ld
#18 42.25 ../src/pjlib-util/stun_simple_client.c:348:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'pj_size_t' {aka 'long unsigned int'} [-Wformat=]
#18 42.25   348 |     TRACE_((THIS_FILE, "  Pool usage=%d of %d", pj_pool_get_used_size(pool),
#18 42.25       |                        ^~~~~~~~~~~~~~~~~~~~~~~
#18 42.25   349 |             pj_pool_get_capacity(pool)));
#18 42.25       |             ~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 42.25       |             |
#18 42.25       |             pj_size_t {aka long unsigned int}
#18 42.25 ../../pjlib/include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 42.25   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 42.25       |                                                  ^~~
#18 42.25 ../src/pjlib-util/stun_simple_client.c:36:25: note: in expansion of macro 'PJ_LOG'
#18 42.25    36 | #define TRACE_(x)       PJ_LOG(6,x)
#18 42.25       |                         ^~~~~~
#18 42.25 ../src/pjlib-util/stun_simple_client.c:348:5: note: in expansion of macro 'TRACE_'
#18 42.25   348 |     TRACE_((THIS_FILE, "  Pool usage=%d of %d", pj_pool_get_used_size(pool),
#18 42.25       |     ^~~~~~
#18 42.25 ../src/pjlib-util/stun_simple_client.c:348:45: note: format string is defined here
#18 42.25   348 |     TRACE_((THIS_FILE, "  Pool usage=%d of %d", pj_pool_get_used_size(pool),
#18 42.25       |                                            ~^
#18 42.25       |                                             |
#18 42.25       |                                             int
#18 42.25       |                                            %ld
#18 42.25 [pjproject]  Compiling libpjsua-x86_64-unknown-linux-gnu.a
#18 42.35 In file included from ../../pjlib/include/pj/except.h:29,
#18 42.35                  from ../src/pjsip/sip_endpoint.c:27:
#18 42.35 ../src/pjsip/sip_endpoint.c: In function 'pjsip_endpt_schedule_timer_dbg':
#18 42.35 ../src/pjsip/sip_endpoint.c:790:27: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long int' [-Wformat=]
#18 42.35   790 |     PJ_LOG(6, (THIS_FILE, "pjsip_endpt_schedule_timer(entry=%p, delay=%u.%u)",
#18 42.35       |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 42.35   791 |                          entry, delay->sec, delay->msec));
#18 42.35       |                                 ~~~~~~~~~~
#18 42.35       |                                      |
#18 42.35       |                                      long int
#18 42.35 ../../pjlib/include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 42.35   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 42.35       |                                                  ^~~
#18 42.35 ../src/pjsip/sip_endpoint.c:790:5: note: in expansion of macro 'PJ_LOG'
#18 42.35   790 |     PJ_LOG(6, (THIS_FILE, "pjsip_endpt_schedule_timer(entry=%p, delay=%u.%u)",
#18 42.35       |     ^~~~~~
#18 42.35 ../src/pjsip/sip_endpoint.c:790:72: note: format string is defined here
#18 42.35   790 |     PJ_LOG(6, (THIS_FILE, "pjsip_endpt_schedule_timer(entry=%p, delay=%u.%u)",
#18 42.35       |                                                                       ~^
#18 42.35       |                                                                        |
#18 42.35       |                                                                        unsigned int
#18 42.35       |                                                                       %lu
#18 42.35 ../src/pjsip/sip_endpoint.c:790:27: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'long int' [-Wformat=]
#18 42.35   790 |     PJ_LOG(6, (THIS_FILE, "pjsip_endpt_schedule_timer(entry=%p, delay=%u.%u)",
#18 42.35       |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 42.35   791 |                          entry, delay->sec, delay->msec));
#18 42.35       |                                             ~~~~~~~~~~~
#18 42.35       |                                                  |
#18 42.35       |                                                  long int
#18 42.35 ../../pjlib/include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 42.35   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 42.35       |                                                  ^~~
#18 42.35 ../src/pjsip/sip_endpoint.c:790:5: note: in expansion of macro 'PJ_LOG'
#18 42.35   790 |     PJ_LOG(6, (THIS_FILE, "pjsip_endpt_schedule_timer(entry=%p, delay=%u.%u)",
#18 42.35       |     ^~~~~~
#18 42.35 ../src/pjsip/sip_endpoint.c:790:75: note: format string is defined here
#18 42.35   790 |     PJ_LOG(6, (THIS_FILE, "pjsip_endpt_schedule_timer(entry=%p, delay=%u.%u)",
#18 42.35       |                                                                          ~^
#18 42.35       |                                                                           |
#18 42.35       |                                                                           unsigned int
#18 42.35       |                                                                          %lu
#18 42.35 ../src/pjsip/sip_endpoint.c: In function 'pjsip_endpt_schedule_timer_w_grp_lock_dbg':
#18 42.35 ../src/pjsip/sip_endpoint.c:819:27: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long int' [-Wformat=]
#18 42.35   819 |     PJ_LOG(6, (THIS_FILE, "pjsip_endpt_schedule_timer_w_grp_lock"
#18 42.35       |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 42.35   820 |                           "(entry=%p, delay=%u.%u, grp_lock=%p)",
#18 42.35   821 |                           entry, delay->sec, delay->msec, grp_lock));
#18 42.35       |                                  ~~~~~~~~~~
#18 42.35       |                                       |
#18 42.35       |                                       long int
#18 42.35 ../../pjlib/include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 42.35   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 42.35       |                                                  ^~~
#18 42.35 ../src/pjsip/sip_endpoint.c:819:5: note: in expansion of macro 'PJ_LOG'
#18 42.35   819 |     PJ_LOG(6, (THIS_FILE, "pjsip_endpt_schedule_timer_w_grp_lock"
#18 44.73       |     ^~~~~~
#18 44.73 ../src/pjsip/sip_endpoint.c:819:27: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'long int' [-Wformat=]
#18 44.73   819 |     PJ_LOG(6, (THIS_FILE, "pjsip_endpt_schedule_timer_w_grp_lock"
#18 44.73       |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#18 44.73   820 |                           "(entry=%p, delay=%u.%u, grp_lock=%p)",
#18 44.73   821 |                           entry, delay->sec, delay->msec, grp_lock));
#18 44.73       |                                              ~~~~~~~~~~~
#18 44.73       |                                                   |
#18 44.73       |                                                   long int
#18 44.73 ../../pjlib/include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 44.73   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 44.73       |                                                  ^~~
#18 44.73 ../src/pjsip/sip_endpoint.c:819:5: note: in expansion of macro 'PJ_LOG'
#18 44.73   819 |     PJ_LOG(6, (THIS_FILE, "pjsip_endpt_schedule_timer_w_grp_lock"
#18 44.73       |     ^~~~~~
#18 44.73 In file included from ../src/pjsip/sip_transaction.c:33:
#18 44.73 ../src/pjsip/sip_transaction.c: In function 'pjsip_tsx_create_uac2':
#18 44.73 ../src/pjsip/sip_transaction.c:1585:31: warning: field precision specifier '.*' expects argument of type 'int', but argument 3 has type 'pj_ssize_t' {aka 'long int'} [-Wformat=]
#18 44.73  1585 |     PJ_LOG(6, (tsx->obj_name, "tsx_key=%.*s", tsx->transaction_key.slen,
#18 44.73       |                               ^~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~
#18 44.73       |                                                                   |
#18 44.73       |                                                                   pj_ssize_t {aka long int}
#18 44.73 ../../pjlib/include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 44.73   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 44.73       |                                                  ^~~
#18 44.73 ../src/pjsip/sip_transaction.c:1585:5: note: in expansion of macro 'PJ_LOG'
#18 44.73  1585 |     PJ_LOG(6, (tsx->obj_name, "tsx_key=%.*s", tsx->transaction_key.slen,
#18 44.73       |     ^~~~~~
#18 44.73 ../src/pjsip/sip_transaction.c:1585:42: note: format string is defined here
#18 44.73  1585 |     PJ_LOG(6, (tsx->obj_name, "tsx_key=%.*s", tsx->transaction_key.slen,
#18 44.73       |                                        ~~^~
#18 44.73       |                                          |
#18 44.73       |                                          int
#18 44.73 ../src/pjsip/sip_transaction.c: In function 'pjsip_tsx_create_uas2':
#18 44.73 ../src/pjsip/sip_transaction.c:1744:31: warning: field precision specifier '.*' expects argument of type 'int', but argument 3 has type 'pj_ssize_t' {aka 'long int'} [-Wformat=]
#18 44.73  1744 |     PJ_LOG(6, (tsx->obj_name, "tsx_key=%.*s", tsx->transaction_key.slen,
#18 44.73       |                               ^~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~
#18 44.73       |                                                                   |
#18 44.73       |                                                                   pj_ssize_t {aka long int}
#18 44.73 ../../pjlib/include/pj/log.h:475:50: note: in definition of macro 'pj_log_wrapper_6'
#18 44.73   475 |     #define pj_log_wrapper_6(arg)       pj_log_6 arg
#18 44.73       |                                                  ^~~
#18 44.73 ../src/pjsip/sip_transaction.c:1744:5: note: in expansion of macro 'PJ_LOG'
#18 44.73  1744 |     PJ_LOG(6, (tsx->obj_name, "tsx_key=%.*s", tsx->transaction_key.slen,
#18 44.73       |     ^~~~~~
#18 44.73 ../src/pjsip/sip_transaction.c:1744:42: note: format string is defined here
#18 44.73  1744 |     PJ_LOG(6, (tsx->obj_name, "tsx_key=%.*s", tsx->transaction_key.slen,
#18 44.73       |                                        ~~^~
#18 44.73       |                                          |
#18 44.73       |                                          int
#18 44.73 [pjproject]  Compiling libpjsip-ua-x86_64-unknown-linux-gnu.a
#18 44.79 [pjproject]  Compiling libpjsip-simple-x86_64-unknown-linux-gnu.a
#18 44.84 [pjproject]  Compiling libpjsip-x86_64-unknown-linux-gnu.a
#18 44.88 [pjproject]  Compiling libpjmedia-codec-x86_64-unknown-linux-gnu.a
#18 46.09 [pjproject]  Compiling libpjmedia-videodev-x86_64-unknown-linux-gnu.a
#18 46.18 [pjproject]  Compiling libpjmedia-x86_64-unknown-linux-gnu.a
#18 46.20 [pjproject]  Compiling libpjmedia-audiodev-x86_64-unknown-linux-gnu.a
#18 46.41 [pjproject]  Compiling libpjnath-x86_64-unknown-linux-gnu.a
#18 46.99 [pjproject]  Generating symbols
#18 47.07    [CC] chan_audiosocket.c -> chan_audiosocket.o
#18 47.07    [CC] chan_bridge_media.c -> chan_bridge_media.o
#18 47.07    [CC] chan_iax2.c -> chan_iax2.o
#18 47.07    [CC] iax2/codec_pref.c -> iax2/codec_pref.o
#18 47.07    [CC] iax2/format_compatibility.c -> iax2/format_compatibility.o
#18 47.07    [CC] iax2/firmware.c -> iax2/firmware.o
#18 47.07    [CC] iax2/netsock.c -> iax2/netsock.o
#18 47.07    [CC] iax2/parser.c -> iax2/parser.o
#18 47.07    [CC] iax2/provision.c -> iax2/provision.o
#18 47.07    [CC] chan_pjsip.c -> chan_pjsip.o
#18 47.07    [CC] pjsip/cli_commands.c -> pjsip/cli_commands.o
#18 47.07    [CC] pjsip/dialplan_functions.c -> pjsip/dialplan_functions.o
#18 47.07    [CC] chan_unistim.c -> chan_unistim.o
#18 47.07    [CC] chan_rtp.c -> chan_rtp.o
#18 47.17    [LD] chan_bridge_media.o -> chan_bridge_media.so
#18 47.24    [LD] chan_audiosocket.o -> chan_audiosocket.so
#18 47.27    [LD] chan_rtp.o -> chan_rtp.so
#18 47.86    [LD] chan_pjsip.o pjsip/cli_commands.o pjsip/dialplan_functions.o -> chan_pjsip.so
#18 48.54    [LD] chan_unistim.o -> chan_unistim.so
#18 50.46    [LD] chan_iax2.o iax2/codec_pref.o iax2/firmware.o iax2/format_compatibility.o iax2/netsock.o iax2/parser.o iax2/provision.o -> chan_iax2.so
#18 50.50    [CC] pbx_ael.c -> pbx_ael.o
#18 50.50    [CC] pbx_config.c -> pbx_config.o
#18 50.50    [CC] pbx_dundi.c -> pbx_dundi.o
#18 50.50    [CC] dundi-parser.c -> dundi-parser.o
#18 50.50    [CC] pbx_loopback.c -> pbx_loopback.o
#18 50.50    [CC] pbx_lua.c -> pbx_lua.o
#18 50.50    [CC] pbx_realtime.c -> pbx_realtime.o
#18 50.50    [CC] pbx_spool.c -> pbx_spool.o
#18 50.61    [LD] pbx_loopback.o -> pbx_loopback.so
#18 50.65    [LD] pbx_realtime.o -> pbx_realtime.so
#18 50.67    [LD] pbx_ael.o -> pbx_ael.so
#18 50.71    [LD] pbx_lua.o -> pbx_lua.so
#18 50.76    [LD] pbx_spool.o -> pbx_spool.so
#18 50.95    [LD] pbx_config.o -> pbx_config.so
#18 51.78    [LD] pbx_dundi.o dundi-parser.o -> pbx_dundi.so
#18 51.80    [CC] app_adsiprog.c -> app_adsiprog.o
#18 51.80    [CC] app_agent_pool.c -> app_agent_pool.o
#18 51.80    [CC] app_alarmreceiver.c -> app_alarmreceiver.o
#18 51.80    [CC] app_amd.c -> app_amd.o
#18 51.80    [CC] app_attended_transfer.c -> app_attended_transfer.o
#18 51.80    [CC] app_audiosocket.c -> app_audiosocket.o
#18 51.80    [CC] app_authenticate.c -> app_authenticate.o
#18 51.80    [CC] app_blind_transfer.c -> app_blind_transfer.o
#18 51.81    [CC] app_bridgeaddchan.c -> app_bridgeaddchan.o
#18 51.81    [CC] app_bridgewait.c -> app_bridgewait.o
#18 51.81    [CC] app_broadcast.c -> app_broadcast.o
#18 51.81    [CC] app_cdr.c -> app_cdr.o
#18 51.81    [CC] app_celgenuserevent.c -> app_celgenuserevent.o
#18 51.81    [CC] app_chanisavail.c -> app_chanisavail.o
#18 51.81    [CC] app_channelredirect.c -> app_channelredirect.o
#18 51.81    [CC] app_chanspy.c -> app_chanspy.o
#18 51.81    [CC] app_confbridge.c -> app_confbridge.o
#18 51.81    [CC] confbridge/conf_chan_announce.c -> confbridge/conf_chan_announce.o
#18 51.81    [CC] confbridge/conf_chan_record.c -> confbridge/conf_chan_record.o
#18 51.81    [CC] confbridge/conf_config_parser.c -> confbridge/conf_config_parser.o
#18 51.90    [CC] confbridge/conf_state.c -> confbridge/conf_state.o
#18 51.95    [CC] confbridge/conf_state_empty.c -> confbridge/conf_state_empty.o
#18 51.97    [CC] confbridge/conf_state_inactive.c -> confbridge/conf_state_inactive.o
#18 51.97    [CC] confbridge/conf_state_multi.c -> confbridge/conf_state_multi.o
#18 51.98    [CC] confbridge/conf_state_multi_marked.c -> confbridge/conf_state_multi_marked.o
#18 51.98    [CC] confbridge/conf_state_single.c -> confbridge/conf_state_single.o
#18 51.99    [CC] confbridge/conf_state_single_marked.c -> confbridge/conf_state_single_marked.o
#18 51.99    [CC] confbridge/confbridge_manager.c -> confbridge/confbridge_manager.o
#18 52.01    [CC] app_controlplayback.c -> app_controlplayback.o
#18 52.01    [CC] app_db.c -> app_db.o
#18 52.02    [CC] app_dial.c -> app_dial.o
#18 52.03    [CC] app_dictate.c -> app_dictate.o
#18 52.06    [CC] app_directed_pickup.c -> app_directed_pickup.o
#18 52.10    [CC] app_directory.c -> app_directory.o
#18 52.12    [CC] app_disa.c -> app_disa.o
#18 52.13    [CC] app_dtmfstore.c -> app_dtmfstore.o
#18 52.13    [CC] app_dumpchan.c -> app_dumpchan.o
#18 52.14    [CC] app_echo.c -> app_echo.o
#18 52.15    [CC] app_exec.c -> app_exec.o
#18 52.16    [CC] app_externalivr.c -> app_externalivr.o
#18 52.16    [CC] app_festival.c -> app_festival.o
#18 52.18    [CC] app_flash.c -> app_flash.o
#18 52.18    [CC] app_followme.c -> app_followme.o
#18 52.23    [CC] app_forkcdr.c -> app_forkcdr.o
#18 52.30    [CC] app_getcpeid.c -> app_getcpeid.o
#18 52.30    [CC] app_if.c -> app_if.o
#18 52.30    [CC] app_mf.c -> app_mf.o
#18 52.33    [CC] app_milliwatt.c -> app_milliwatt.o
#18 52.33    [CC] app_minivm.c -> app_minivm.o
#18 52.35    [CC] app_mixmonitor.c -> app_mixmonitor.o
#18 52.36    [CC] app_morsecode.c -> app_morsecode.o
#18 52.37    [CC] app_mp3.c -> app_mp3.o
#18 52.38    [CC] app_originate.c -> app_originate.o
#18 52.39    [CC] app_page.c -> app_page.o
#18 52.42    [CC] app_playback.c -> app_playback.o
#18 52.48    [CC] app_playtones.c -> app_playtones.o
#18 52.48    [CC] app_privacy.c -> app_privacy.o
#18 52.50    [CC] app_queue.c -> app_queue.o
#18 52.51    [CC] app_read.c -> app_read.o
#18 52.51    [CC] app_readexten.c -> app_readexten.o
#18 52.55    [CC] app_record.c -> app_record.o
#18 52.57    [CC] app_reload.c -> app_reload.o
#18 52.58    [CC] app_sayunixtime.c -> app_sayunixtime.o
#18 52.60    [CC] app_senddtmf.c -> app_senddtmf.o
#18 52.60    [CC] app_sendtext.c -> app_sendtext.o
#18 52.60    [CC] app_sf.c -> app_sf.o
#18 52.61    [CC] app_signal.c -> app_signal.o
#18 52.63    [CC] app_sms.c -> app_sms.o
#18 52.64    [CC] app_softhangup.c -> app_softhangup.o
#18 52.67    [CC] app_speech_utils.c -> app_speech_utils.o
#18 52.71    [CC] app_stack.c -> app_stack.o
#18 52.73    [CC] app_stasis.c -> app_stasis.o
#18 52.73    [CC] app_stream_echo.c -> app_stream_echo.o
#18 52.73    [CC] app_system.c -> app_system.o
#18 52.78    [CC] app_talkdetect.c -> app_talkdetect.o
#18 52.78    [CC] app_test.c -> app_test.o
#18 52.80    [CC] app_transfer.c -> app_transfer.o
#18 52.82    [CC] app_userevent.c -> app_userevent.o
#18 52.84    [CC] app_verbose.c -> app_verbose.o
#18 52.88    [CC] app_voicemail.c -> app_voicemail.o
#18 52.89    [CC] app_waitforcond.c -> app_waitforcond.o
#18 52.90    [CC] app_waitforprecondition.c -> app_waitforprecondition.o
#18 52.91    [CC] app_waitforring.c -> app_waitforring.o
#18 52.93    [CC] app_waitforsilence.c -> app_waitforsilence.o
#18 52.96    [CC] app_waituntil.c -> app_waituntil.o
#18 52.98    [CC] app_while.c -> app_while.o
#18 53.00    [CC] app_zapateller.c -> app_zapateller.o
#18 53.01    [LD] app_adsiprog.o -> app_adsiprog.so
#18 53.03    [LD] app_agent_pool.o -> app_agent_pool.so
#18 53.04    [LD] app_alarmreceiver.o -> app_alarmreceiver.so
#18 53.06    [LD] app_amd.o -> app_amd.so
#18 53.06    [LD] app_attended_transfer.o -> app_attended_transfer.so
#18 53.08    [LD] app_audiosocket.o -> app_audiosocket.so
#18 53.08    [LD] app_authenticate.o -> app_authenticate.so
#18 53.09    [LD] app_blind_transfer.o -> app_blind_transfer.so
#18 53.09    [LD] app_bridgeaddchan.o -> app_bridgeaddchan.so
#18 53.10    [LD] app_bridgewait.o -> app_bridgewait.so
#18 53.11    [LD] app_broadcast.o -> app_broadcast.so
#18 53.11    [LD] app_celgenuserevent.o -> app_celgenuserevent.so
#18 53.11    [LD] app_chanisavail.o -> app_chanisavail.so
#18 53.11    [LD] app_cdr.o -> app_cdr.so
#18 53.11    [LD] app_channelredirect.o -> app_channelredirect.so
#18 53.11    [LD] app_chanspy.o -> app_chanspy.so
#18 53.12    [LD] app_controlplayback.o -> app_controlplayback.so
#18 53.13    [LD] app_dictate.o -> app_dictate.so
#18 53.13    [LD] app_directed_pickup.o -> app_directed_pickup.so
#18 53.13    [LD] app_directory.o -> app_directory.so
#18 53.14    [LD] app_db.o -> app_db.so
#18 53.14    [LD] app_disa.o -> app_disa.so
#18 53.14    [LD] app_dtmfstore.o -> app_dtmfstore.so
#18 53.16    [LD] app_dumpchan.o -> app_dumpchan.so
#18 53.16    [LD] app_echo.o -> app_echo.so
#18 53.16    [LD] app_festival.o -> app_festival.so
#18 53.16    [LD] app_externalivr.o -> app_externalivr.so
#18 53.16    [LD] app_exec.o -> app_exec.so
#18 53.16    [LD] app_flash.o -> app_flash.so
#18 53.16    [LD] app_followme.o -> app_followme.so
#18 53.18    [LD] app_getcpeid.o -> app_getcpeid.so
#18 53.18    [LD] app_forkcdr.o -> app_forkcdr.so
#18 53.18    [LD] app_if.o -> app_if.so
#18 53.18    [LD] app_mf.o -> app_mf.so
#18 53.18    [LD] app_milliwatt.o -> app_milliwatt.so
#18 53.18    [LD] app_mixmonitor.o -> app_mixmonitor.so
#18 53.18    [LD] app_morsecode.o -> app_morsecode.so
#18 53.19    [LD] app_mp3.o -> app_mp3.so
#18 53.19    [LD] app_page.o -> app_page.so
#18 53.19    [LD] app_originate.o -> app_originate.so
#18 53.21    [LD] app_playback.o -> app_playback.so
#18 53.21    [LD] app_playtones.o -> app_playtones.so
#18 53.21    [LD] app_readexten.o -> app_readexten.so
#18 53.21    [LD] app_privacy.o -> app_privacy.so
#18 53.21    [LD] app_sayunixtime.o -> app_sayunixtime.so
#18 53.21    [LD] app_read.o -> app_read.so
#18 53.21    [LD] app_reload.o -> app_reload.so
#18 53.22    [LD] app_record.o -> app_record.so
#18 53.22    [LD] app_senddtmf.o -> app_senddtmf.so
#18 53.23    [LD] app_sendtext.o -> app_sendtext.so
#18 53.23    [LD] app_signal.o -> app_signal.so
#18 53.23    [LD] app_sf.o -> app_sf.so
#18 53.23    [LD] app_softhangup.o -> app_softhangup.so
#18 53.23    [LD] app_speech_utils.o -> app_speech_utils.so
#18 53.23    [LD] app_stream_echo.o -> app_stream_echo.so
#18 53.23    [LD] app_stasis.o -> app_stasis.so
#18 53.24    [LD] app_system.o -> app_system.so
#18 53.25    [LD] app_talkdetect.o -> app_talkdetect.so
#18 53.25    [LD] app_test.o -> app_test.so
#18 53.25    [LD] app_transfer.o -> app_transfer.so
#18 53.25    [LD] app_verbose.o -> app_verbose.so
#18 53.26    [LD] app_waitforcond.o -> app_waitforcond.so
#18 53.26    [LD] app_waitforprecondition.o -> app_waitforprecondition.so
#18 53.26    [LD] app_waitforring.o -> app_waitforring.so
#18 53.26    [LD] app_waitforsilence.o -> app_waitforsilence.so
#18 53.26    [LD] app_waituntil.o -> app_waituntil.so
#18 53.28    [LD] app_while.o -> app_while.so
#18 53.28    [LD] app_userevent.o -> app_userevent.so
#18 53.28    [LD] app_zapateller.o -> app_zapateller.so
#18 53.28    [LD] app_confbridge.o confbridge/conf_chan_announce.o confbridge/conf_chan_record.o confbridge/conf_config_parser.o confbridge/conf_state.o confbridge/conf_state_empty.o confbridge/conf_state_inactive.o confbridge/conf_state_multi.o confbridge/conf_state_multi_marked.o confbridge/conf_state_single.o confbridge/conf_state_single_marked.o confbridge/confbridge_manager.o -> app_confbridge.so
#18 53.28    [LD] app_stack.o -> app_stack.so
#18 53.42    [LD] app_dial.o -> app_dial.so
#18 53.56    [LD] app_sms.o -> app_sms.so
#18 53.63    [LD] app_minivm.o -> app_minivm.so
#18 54.88    [LD] app_queue.o -> app_queue.so
#18 55.75    [LD] app_voicemail.o -> app_voicemail.so
#18 55.77    [CC] codec_a_mu.c -> codec_a_mu.o
#18 55.77    [CC] codec_adpcm.c -> codec_adpcm.o
#18 55.77    [CC] codec_alaw.c -> codec_alaw.o
#18 55.77    [CC] codec_dahdi.c -> codec_dahdi.o
#18 55.77    [CC] codec_g722.c -> codec_g722.o
#18 55.77    [CC] g722/g722_encode.c -> g722/g722_encode.o
#18 55.77    [CC] g722/g722_decode.c -> g722/g722_decode.o
#18 55.78    [CC] codec_g726.c -> codec_g726.o
#18 55.78    [CC] codec_gsm.c -> codec_gsm.o
#18 55.78    [CC] codec_ilbc.c -> codec_ilbc.o
#18 55.78    [CC] codec_lpc10.c -> codec_lpc10.o
#18 55.78    [CC] codec_resample.c -> codec_resample.o
#18 55.78    [CC] anaFilter.c -> anaFilter.o
#18 55.78    [CC] speex/resample.c -> speex/resample.o
#18 55.78    [CC] constants.c -> constants.o
#18 55.78    [CC] createCB.c -> createCB.o
#18 55.78    [CC] f2clib.c -> f2clib.o
#18 55.78    [CC] analys.c -> analys.o
#18 55.78    [CC] bsynz.c -> bsynz.o
#18 55.78    [CC] doCPLC.c -> doCPLC.o
#18 55.80    [CC] enhancer.c -> enhancer.o
#18 55.83    [CC] chanwr.c -> chanwr.o
#18 55.87    [CC] filter.c -> filter.o
#18 55.90    [CC] codec_ulaw.c -> codec_ulaw.o
#18 55.90    [CC] codec_vevs.c -> codec_vevs.o
#18 55.90    [CC] FrameClassify.c -> FrameClassify.o
#18 55.92    [LD] codec_alaw.o -> codec_alaw.so
#18 55.93    [CC] gainquant.c -> gainquant.o
#18 55.93    [CC] dcbias.c -> dcbias.o
#18 55.95    [CC] decode.c -> decode.o
#18 55.95    [LD] codec_a_mu.o -> codec_a_mu.so
#18 55.96    [CC] getCBvec.c -> getCBvec.o
#18 55.96    [CC] helpfun.c -> helpfun.o
#18 55.96    [CC] deemp.c -> deemp.o
#18 55.96    [CC] hpInput.c -> hpInput.o
#18 55.97    [CC] difmag.c -> difmag.o
#18 55.97    [CC] dyptrk.c -> dyptrk.o
#18 55.97    [LD] codec_adpcm.o -> codec_adpcm.so
#18 55.98    [CC] hpOutput.c -> hpOutput.o
#18 55.98    [CC] iCBConstruct.c -> iCBConstruct.o
#18 55.99    [CC] encode.c -> encode.o
#18 56.00    [CC] energy.c -> energy.o
#18 56.00    [CC] iCBSearch.c -> iCBSearch.o
#18 56.00    [CC] iLBC_decode.c -> iLBC_decode.o
#18 56.00    [CC] ham84.c -> ham84.o
#18 56.02    [CC] hp100.c -> hp100.o
#18 56.02    [CC] invert.c -> invert.o
#18 56.02    [CC] irc2pc.c -> irc2pc.o
#18 56.03    [CC] iLBC_encode.c -> iLBC_encode.o
#18 56.04    [LD] codec_ulaw.o -> codec_ulaw.so
#18 56.04    [CC] ivfilt.c -> ivfilt.o
#18 56.05    [LD] codec_g722.o g722/g722_encode.o g722/g722_decode.o -> codec_g722.so
#18 56.05    [CC] lpcdec.c -> lpcdec.o
#18 56.05    [CC] lpcenc.c -> lpcenc.o
#18 56.06    [CC] lpcini.c -> lpcini.o
#18 56.06    [CC] iLBC_test.c -> iLBC_test.o
#18 56.06    [CC] lpfilt.c -> lpfilt.o
#18 56.07    [CC] mload.c -> mload.o
#18 56.07    [CC] median.c -> median.o
#18 56.07    [CC] onset.c -> onset.o
#18 56.08    [CC] LPCdecode.c -> LPCdecode.o
#18 56.08    [CC] pitsyn.c -> pitsyn.o
#18 56.09    [CC] placea.c -> placea.o
#18 56.11    [LD] codec_g726.o -> codec_g726.so
#18 56.11    [CC] placev.c -> placev.o
#18 56.12    [LD] codec_dahdi.o -> codec_dahdi.so
#18 56.13    [CC] preemp.c -> preemp.o
#18 56.13    [CC] prepro.c -> prepro.o
#18 56.13    [LD] codec_gsm.o -> codec_gsm.so
#18 56.14    [CC] random.c -> random.o
#18 56.15    [CC] LPCencode.c -> LPCencode.o
#18 56.15    [CC] rcchk.c -> rcchk.o
#18 56.15    [CC] lsf.c -> lsf.o
#18 56.15    [CC] packing.c -> packing.o
#18 56.16    [CC] synths.c -> synths.o
#18 56.16    [CC] tbdm.c -> tbdm.o
#18 56.16    [CC] voicin.c -> voicin.o
#18 56.16    [CC] StateConstructW.c -> StateConstructW.o
#18 56.16    [CC] StateSearchW.c -> StateSearchW.o
#18 56.17    [LD] codec_resample.o speex/resample.o -> codec_resample.so
#18 56.18    [CC] syntFilter.c -> syntFilter.o
#18 56.18    [CC] vparms.c -> vparms.o
#18 56.20    [LD] codec_vevs.o -> codec_vevs.so
#18 56.24    [AR] f2clib.o analys.o bsynz.o chanwr.o dcbias.o decode.o deemp.o difmag.o dyptrk.o encode.o energy.o ham84.o hp100.o invert.o irc2pc.o ivfilt.o lpcdec.o lpcenc.o lpcini.o lpfilt.o median.o mload.o onset.o pitsyn.o placea.o placev.o preemp.o prepro.o random.o rcchk.o synths.o tbdm.o voicin.o vparms.o -> liblpc10.a
#18 56.26    [LD] codec_lpc10.o lpc10/liblpc10.a -> codec_lpc10.so
#18 56.30    [AR] anaFilter.o constants.o createCB.o doCPLC.o enhancer.o filter.o FrameClassify.o gainquant.o getCBvec.o helpfun.o hpInput.o hpOutput.o iCBConstruct.o iCBSearch.o iLBC_decode.o iLBC_encode.o iLBC_test.o LPCdecode.o LPCencode.o lsf.o packing.o StateConstructW.o StateSearchW.o syntFilter.o -> libilbc.a
#18 56.33    [LD] codec_ilbc.o ilbc/libilbc.a -> codec_ilbc.so
#18 56.36    [CC] format_g719.c -> format_g719.o
#18 56.36    [CC] format_g723.c -> format_g723.o
#18 56.36    [CC] format_g726.c -> format_g726.o
#18 56.36    [CC] format_gsm.c -> format_gsm.o
#18 56.36    [CC] format_g729.c -> format_g729.o
#18 56.36    [CC] format_h263.c -> format_h263.o
#18 56.36    [CC] format_h264.c -> format_h264.o
#18 56.37    [CC] format_ilbc.c -> format_ilbc.o
#18 56.37    [CC] format_siren14.c -> format_siren14.o
#18 56.37    [CC] format_pcm.c -> format_pcm.o
#18 56.37    [CC] format_siren7.c -> format_siren7.o
#18 56.37    [CC] format_sln.c -> format_sln.o
#18 56.37    [CC] format_vox.c -> format_vox.o
#18 56.37    [CC] format_wav.c -> format_wav.o
#18 56.37    [CC] format_wav_gsm.c -> format_wav_gsm.o
#18 56.46    [LD] format_g729.o -> format_g729.so
#18 56.46    [LD] format_g723.o -> format_g723.so
#18 56.46    [LD] format_vox.o -> format_vox.so
#18 56.46    [LD] format_h264.o -> format_h264.so
#18 56.49    [LD] format_g726.o -> format_g726.so
#18 56.50    [LD] format_g719.o -> format_g719.so
#18 56.50    [LD] format_siren14.o -> format_siren14.so
#18 56.51    [LD] format_h263.o -> format_h263.so
#18 56.51    [LD] format_siren7.o -> format_siren7.so
#18 56.51    [LD] format_ilbc.o -> format_ilbc.so
#18 56.53    [LD] format_sln.o -> format_sln.so
#18 56.56    [LD] format_pcm.o -> format_pcm.so
#18 56.57    [LD] format_wav.o -> format_wav.so
#18 56.66    [LD] format_gsm.o -> format_gsm.so
#18 56.76    [LD] format_wav_gsm.o -> format_wav_gsm.so
#18 56.78    [CC] cdr_csv.c -> cdr_csv.o
#18 56.78    [CC] cdr_custom.c -> cdr_custom.o
#18 56.78    [CC] cdr_manager.c -> cdr_manager.o
#18 56.78    [CC] cdr_sqlite3_custom.c -> cdr_sqlite3_custom.o
#18 56.88    [LD] cdr_custom.o -> cdr_custom.so
#18 56.89    [LD] cdr_manager.o -> cdr_manager.so
#18 56.93    [LD] cdr_sqlite3_custom.o -> cdr_sqlite3_custom.so
#18 56.93    [LD] cdr_csv.o -> cdr_csv.so
#18 56.95    [CC] cel_custom.c -> cel_custom.o
#18 56.95    [CC] cel_manager.c -> cel_manager.o
#18 56.95    [CC] cel_sqlite3_custom.c -> cel_sqlite3_custom.o
#18 57.03    [LD] cel_manager.o -> cel_manager.so
#18 57.05    [LD] cel_custom.o -> cel_custom.so
#18 57.08    [LD] cel_sqlite3_custom.o -> cel_sqlite3_custom.so
#18 57.10    [CC] bridge_builtin_features.c -> bridge_builtin_features.o
#18 57.10    [CC] bridge_builtin_interval_features.c -> bridge_builtin_interval_features.o
#18 57.10    [CC] bridge_holding.c -> bridge_holding.o
#18 57.10    [CC] bridge_native_rtp.c -> bridge_native_rtp.o
#18 57.10    [CC] bridge_simple.c -> bridge_simple.o
#18 57.10    [CC] bridge_softmix.c -> bridge_softmix.o
#18 57.10    [CC] bridge_softmix/bridge_softmix_binaural.c -> bridge_softmix/bridge_softmix_binaural.o
#18 57.22    [LD] bridge_builtin_interval_features.o -> bridge_builtin_interval_features.so
#18 57.24    [LD] bridge_holding.o -> bridge_holding.so
#18 57.25    [LD] bridge_simple.o -> bridge_simple.so
#18 57.31    [LD] bridge_builtin_features.o -> bridge_builtin_features.so
#18 57.35    [LD] bridge_native_rtp.o -> bridge_native_rtp.so
#18 57.72    [LD] bridge_softmix.o bridge_softmix/bridge_softmix_binaural.o -> bridge_softmix.so
#18 57.75    [CC] func_aes.c -> func_aes.o
#18 57.75    [CC] func_base64.c -> func_base64.o
#18 57.75    [CC] func_blacklist.c -> func_blacklist.o
#18 57.75    [CC] func_callcompletion.c -> func_callcompletion.o
#18 57.75    [CC] func_callerid.c -> func_callerid.o
#18 57.75    [CC] func_cdr.c -> func_cdr.o
#18 57.75    [CC] func_channel.c -> func_channel.o
#18 57.76    [CC] func_config.c -> func_config.o
#18 57.76    [CC] func_curl.c -> func_curl.o
#18 57.76    [CC] func_cut.c -> func_cut.o
#18 57.76    [CC] func_db.c -> func_db.o
#18 57.76    [CC] func_devstate.c -> func_devstate.o
#18 57.76    [CC] func_dialgroup.c -> func_dialgroup.o
#18 57.76    [CC] func_dialplan.c -> func_dialplan.o
#18 57.76    [CC] func_enum.c -> func_enum.o
#18 57.76    [CC] func_env.c -> func_env.o
#18 57.76    [CC] func_export.c -> func_export.o
#18 57.76    [CC] func_evalexten.c -> func_evalexten.o
#18 57.76    [CC] func_extstate.c -> func_extstate.o
#18 57.76    [CC] func_frame_drop.c -> func_frame_drop.o
#18 57.88    [CC] func_frame_trace.c -> func_frame_trace.o
#18 57.90    [CC] func_groupcount.c -> func_groupcount.o
#18 57.90    [CC] func_global.c -> func_global.o
#18 57.91    [CC] func_hangupcause.c -> func_hangupcause.o
#18 57.91    [CC] func_holdintercept.c -> func_holdintercept.o
#18 57.92    [CC] func_iconv.c -> func_iconv.o
#18 57.94    [CC] func_jitterbuffer.c -> func_jitterbuffer.o
#18 57.94    [CC] func_lock.c -> func_lock.o
#18 57.94    [CC] func_json.c -> func_json.o
#18 57.96    [CC] func_logic.c -> func_logic.o
#18 57.96    [CC] func_math.c -> func_math.o
#18 57.97    [CC] func_md5.c -> func_md5.o
#18 57.99    [CC] func_module.c -> func_module.o
#18 58.00    [CC] func_periodic_hook.c -> func_periodic_hook.o
#18 58.02    [CC] func_pitchshift.c -> func_pitchshift.o
#18 58.05    [CC] func_pjsip_aor.c -> func_pjsip_aor.o
#18 58.08    [CC] func_pjsip_contact.c -> func_pjsip_contact.o
#18 58.10    [CC] func_pjsip_endpoint.c -> func_pjsip_endpoint.o
#18 58.10    [CC] func_presencestate.c -> func_presencestate.o
#18 58.11    [CC] func_rand.c -> func_rand.o
#18 58.11    [CC] func_realtime.c -> func_realtime.o
#18 58.11    [CC] func_sayfiles.c -> func_sayfiles.o
#18 58.11    [CC] func_scramble.c -> func_scramble.o
#18 58.12    [CC] func_sha1.c -> func_sha1.o
#18 58.12    [CC] func_shell.c -> func_shell.o
#18 58.18    [CC] func_sorcery.c -> func_sorcery.o
#18 58.20    [CC] func_sprintf.c -> func_sprintf.o
#18 58.20    [CC] func_srv.c -> func_srv.o
#18 58.23    [CC] func_strings.c -> func_strings.o
#18 58.23    [CC] func_sysinfo.c -> func_sysinfo.o
#18 58.24    [CC] func_talkdetect.c -> func_talkdetect.o
#18 58.26    [CC] func_timeout.c -> func_timeout.o
#18 58.27    [CC] func_uri.c -> func_uri.o
#18 58.27    [CC] func_version.c -> func_version.o
#18 58.28    [CC] func_vmcount.c -> func_vmcount.o
#18 58.28    [CC] func_volume.c -> func_volume.o
#18 58.30    [LD] func_aes.o -> func_aes.so
#18 58.30    [LD] func_base64.o -> func_base64.so
#18 58.30    [LD] func_blacklist.o -> func_blacklist.so
#18 58.31    [LD] func_callcompletion.o -> func_callcompletion.so
#18 58.32    [LD] func_cdr.o -> func_cdr.so
#18 58.33    [LD] func_channel.o -> func_channel.so
#18 58.33    [LD] func_config.o -> func_config.so
#18 58.33    [LD] func_curl.o -> func_curl.so
#18 58.33    [LD] func_cut.o -> func_cut.so
#18 58.33    [LD] func_db.o -> func_db.so
#18 58.35    [LD] func_devstate.o -> func_devstate.so
#18 58.35    [LD] func_dialgroup.o -> func_dialgroup.so
#18 58.36    [LD] func_enum.o -> func_enum.so
#18 58.36    [LD] func_dialplan.o -> func_dialplan.so
#18 58.36    [LD] func_evalexten.o -> func_evalexten.so
#18 58.37    [LD] func_export.o -> func_export.so
#18 58.39    [LD] func_extstate.o -> func_extstate.so
#18 58.39    [LD] func_frame_drop.o -> func_frame_drop.so
#18 58.39    [LD] func_groupcount.o -> func_groupcount.so
#18 58.39    [LD] func_hangupcause.o -> func_hangupcause.so
#18 58.39    [LD] func_holdintercept.o -> func_holdintercept.so
#18 58.39    [LD] func_frame_trace.o -> func_frame_trace.so
#18 58.39    [LD] func_jitterbuffer.o -> func_jitterbuffer.so
#18 58.39    [LD] func_iconv.o -> func_iconv.so
#18 58.39    [LD] func_global.o -> func_global.so
#18 58.39    [LD] func_json.o -> func_json.so
#18 58.39    [LD] func_lock.o -> func_lock.so
#18 58.40    [LD] func_logic.o -> func_logic.so
#18 58.42    [LD] func_math.o -> func_math.so
#18 58.42    [LD] func_md5.o -> func_md5.so
#18 58.42    [LD] func_pitchshift.o -> func_pitchshift.so
#18 58.42    [LD] func_module.o -> func_module.so
#18 58.42    [LD] func_periodic_hook.o -> func_periodic_hook.so
#18 58.43    [LD] func_pjsip_aor.o -> func_pjsip_aor.so
#18 58.43    [LD] func_pjsip_endpoint.o -> func_pjsip_endpoint.so
#18 58.43    [LD] func_pjsip_contact.o -> func_pjsip_contact.so
#18 58.43    [LD] func_presencestate.o -> func_presencestate.so
#18 58.43    [LD] func_rand.o -> func_rand.so
#18 58.44    [LD] func_realtime.o -> func_realtime.so
#18 58.44    [LD] func_sayfiles.o -> func_sayfiles.so
#18 58.44    [LD] func_scramble.o -> func_scramble.so
#18 58.44    [LD] func_sha1.o -> func_sha1.so
#18 58.45    [LD] func_shell.o -> func_shell.so
#18 58.45    [LD] func_sorcery.o -> func_sorcery.so
#18 58.45    [LD] func_sprintf.o -> func_sprintf.so
#18 58.45    [LD] func_srv.o -> func_srv.so
#18 58.46    [LD] func_sysinfo.o -> func_sysinfo.so
#18 58.46    [LD] func_timeout.o -> func_timeout.so
#18 58.46    [LD] func_uri.o -> func_uri.so
#18 58.46    [LD] func_vmcount.o -> func_vmcount.so
#18 58.46    [LD] func_version.o -> func_version.so
#18 58.46    [LD] func_callerid.o -> func_callerid.so
#18 58.47    [LD] func_talkdetect.o -> func_talkdetect.so
#18 58.47    [LD] func_env.o -> func_env.so
#18 58.47    [LD] func_volume.o -> func_volume.so
#18 58.74    [LD] func_strings.o -> func_strings.so
#18 58.77    [CC] abstract_jb.c -> abstract_jb.o
#18 58.77    [CC] acl.c -> acl.o
#18 58.77    [CC] adsi.c -> adsi.o
#18 58.77    [CC] alaw.c -> alaw.o
#18 58.77    [CC] aoc.c -> aoc.o
#18 58.77    [CC] alertpipe.c -> alertpipe.o
#18 58.77    [CC] app.c -> app.o
#18 58.77    [CC] ast_expr2.c -> ast_expr2.o
#18 58.77    [CC] ast_expr2f.c -> ast_expr2f.o
#18 58.78    [CC] asterisk.c -> asterisk.o
#18 58.78    [CC] astfd.c -> astfd.o
#18 58.78    [CC] astmm.c -> astmm.o
#18 58.78    [CC] astobj2.c -> astobj2.o
#18 58.78    [CC] astobj2_container.c -> astobj2_container.o
#18 58.78    [CC] astobj2_global.c -> astobj2_global.o
#18 58.78    [CC] astobj2_hash.c -> astobj2_hash.o
#18 58.78    [CC] astobj2_rbtree.c -> astobj2_rbtree.o
#18 58.78    [CC] audiohook.c -> audiohook.o
#18 58.78    [CC] autochan.c -> autochan.o
#18 58.78    [CC] autoservice.c -> autoservice.o
#18 58.82    [CC] backtrace.c -> backtrace.o
#18 58.84    [CC] bridge.c -> bridge.o
#18 58.88    [CC] bridge_after.c -> bridge_after.o
#18 58.90    [CC] bridge_basic.c -> bridge_basic.o
#18 58.90    [CC] bridge_channel.c -> bridge_channel.o
#18 58.92    [CC] bridge_roles.c -> bridge_roles.o
#18 58.94    [CC] bucket.c -> bucket.o
#18 59.00    [CC] callerid.c -> callerid.o
#18 59.10    [CC] channel.c -> channel.o
#18 59.13    [CC] channel_internal_api.c -> channel_internal_api.o
#18 59.18    [CC] chanvars.c -> chanvars.o
#18 59.19    [CC] cli.c -> cli.o
#18 59.21    [CC] codec.c -> codec.o
#18 59.21    [CC] codec_builtin.c -> codec_builtin.o
#18 59.23    [CC] config_options.c -> config_options.o
#18 59.26    [CC] conversions.c -> conversions.o
#18 59.32    [CC] core_local.c -> core_local.o
#18 59.33    [CC] core_unreal.c -> core_unreal.o
#18 59.34    [CC] crypt.c -> crypt.o
#18 59.35    [CC] data_buffer.c -> data_buffer.o
#18 59.41    [CC] datastore.c -> datastore.o
#18 59.45    [CC] db.c -> db.o
#18 59.46    [CC] devicestate.c -> devicestate.o
#18 59.49    [CC] dial.c -> dial.o
#18 59.49    [CC] dns.c -> dns.o
#18 59.53    [CC] dns_core.c -> dns_core.o
#18 59.56    [CC] dns_naptr.c -> dns_naptr.o
#18 59.56    [CC] dns_query_set.c -> dns_query_set.o
#18 59.62    [CC] dns_recurring.c -> dns_recurring.o
#18 59.70    [CC] dns_srv.c -> dns_srv.o
#18 59.73    [CC] dns_system_resolver.c -> dns_system_resolver.o
#18 59.73    [CC] dns_test.c -> dns_test.o
#18 59.77    [CC] dns_tlsa.c -> dns_tlsa.o
#18 59.78    [CC] dns_txt.c -> dns_txt.o
#18 59.79    [CC] endpoints.c -> endpoints.o
#18 59.79    [CC] event.c -> event.o
#18 59.79    [CC] features_config.c -> features_config.o
#18 59.81    [CC] file.c -> file.o
#18 59.84    [CC] fixedjitterbuf.c -> fixedjitterbuf.o
#18 59.84    [CC] format.c -> format.o
#18 59.84    [CC] format_cache.c -> format_cache.o
#18 59.86    [CC] format_cap.c -> format_cap.o
#18 59.88    [CC] format_compatibility.c -> format_compatibility.o
#18 59.91    [CC] frame.c -> frame.o
#18 59.93    [CC] framehook.c -> framehook.o
#18 59.99    [CC] fskmodem.c -> fskmodem.o
#18 59.99    [CC] global_datastores.c -> global_datastores.o
#18 60.01    [CC] hashtab.c -> hashtab.o
#18 60.02    [CC] heap.c -> heap.o
#18 60.04    [CC] image.c -> image.o
#18 60.04    [CC] io.c -> io.o
#18 60.05    [CC] iostream.c -> iostream.o
#18 60.06    [CC] jitterbuf.c -> jitterbuf.o
#18 60.10    [CC] json.c -> json.o
#18 60.15    [CC] loader.c -> loader.o
#18 60.15    [CC] lock.c -> lock.o
#18 60.16    [CC] logger_category.c -> logger_category.o
#18 60.16    [CC] manager_bridges.c -> manager_bridges.o
#18 60.20    [CC] manager_channels.c -> manager_channels.o
#18 60.24    [CC] manager_endpoints.c -> manager_endpoints.o
#18 60.26    [CC] manager_mwi.c -> manager_mwi.o
#18 60.28    [CC] manager_system.c -> manager_system.o
#18 60.31    [CC] max_forwards.c -> max_forwards.o
#18 60.31    [CC] md5.c -> md5.o
#18 60.37    [CC] media_cache.c -> media_cache.o
#18 60.37    [CC] media_index.c -> media_index.o
#18 60.39    [CC] message.c -> message.o
#18 60.40    [CC] mixmonitor.c -> mixmonitor.o
#18 60.43    [CC] mwi.c -> mwi.o
#18 60.43    [CC] named_locks.c -> named_locks.o
#18 60.47    [CC] netsock2.c -> netsock2.o
#18 60.49    [CC] optional_api.c -> optional_api.o
#18 60.49    [CC] options.c -> options.o
#18 60.50    [CC] parking.c -> parking.o
#18 60.51    [CC] pbx.c -> pbx.o
#18 60.52    [CC] pbx_app.c -> pbx_app.o
#18 60.53    [CC] pbx_builtins.c -> pbx_builtins.o
#18 60.58    [CC] pbx_functions.c -> pbx_functions.o
#18 60.60    [CC] pbx_hangup_handler.c -> pbx_hangup_handler.o
#18 60.61    [CC] pbx_ignorepat.c -> pbx_ignorepat.o
#18 60.67    [CC] pbx_include.c -> pbx_include.o
#18 60.67    [CC] pbx_sw.c -> pbx_sw.o
#18 60.71    [CC] pbx_switch.c -> pbx_switch.o
#18 60.72    [CC] pbx_timing.c -> pbx_timing.o
#18 60.72    [CC] pbx_variables.c -> pbx_variables.o
#18 60.75    [CC] pickup.c -> pickup.o
#18 60.76    [CC] poll.c -> poll.o
#18 60.76    [CC] presencestate.c -> presencestate.o
#18 60.77    [CC] privacy.c -> privacy.o
#18 60.80    [CC] refer.c -> refer.o
#18 60.84    [CC] rtp_engine.c -> rtp_engine.o
#18 60.85    [CC] say.c -> say.o
#18 60.86    [CC] sched.c -> sched.o
#18 60.91    [CC] sdp_srtp.c -> sdp_srtp.o
#18 60.93    [CC] security_events.c -> security_events.o
#18 60.93    [CC] sem.c -> sem.o
#18 60.93    [CC] serializer.c -> serializer.o
#18 60.95    [CC] sha1.c -> sha1.o
#18 60.98    [CC] sip_api.c -> sip_api.o
#18 60.99    [CC] slinfactory.c -> slinfactory.o
#18 61.04    [CC] smoother.c -> smoother.o
#18 61.06    [CC] sorcery.c -> sorcery.o
#18 61.06    [CC] srv.c -> srv.o
#18 61.08    [CC] stasis.c -> stasis.o
#18 61.08    [CC] stasis_bridges.c -> stasis_bridges.o
#18 61.09    [CC] stasis_cache.c -> stasis_cache.o
#18 61.10    [CC] stasis_cache_pattern.c -> stasis_cache_pattern.o
#18 61.12    [CC] stasis_channels.c -> stasis_channels.o
#18 61.13    [CC] stasis_endpoints.c -> stasis_endpoints.o
#18 61.15    [CC] stasis_message.c -> stasis_message.o
#18 61.19    [CC] stasis_message_router.c -> stasis_message_router.o
#18 61.24    [CC] stasis_state.c -> stasis_state.o
#18 61.25    [CC] stasis_system.c -> stasis_system.o
#18 61.29    [CC] stdtime/localtime.c -> stdtime/localtime.o
#18 61.29    [CC] strcompat.c -> strcompat.o
#18 61.34    [CC] stream.c -> stream.o
#18 61.35    [CC] stringfields.c -> stringfields.o
#18 61.37    [CC] strings.c -> strings.o
#18 61.41    [CC] stun.c -> stun.o
#18 61.43    [CC] syslog.c -> syslog.o
#18 61.47    [CC] taskprocessor.c -> taskprocessor.o
#18 61.48    [CC] tcptls.c -> tcptls.o
#18 61.50    [CC] tdd.c -> tdd.o
#18 61.55    [CC] term.c -> term.o
#18 61.57    [CC] test.c -> test.o
#18 61.59    [CC] threadpool.c -> threadpool.o
#18 61.63    [CC] threadstorage.c -> threadstorage.o
#18 61.64    [CC] time.c -> time.o
#18 61.70    [CC] timing.c -> timing.o
#18 61.70    [CC] translate.c -> translate.o
#18 61.72    [CC] ulaw.c -> ulaw.o
#18 61.73    [CC] uri.c -> uri.o
#18 61.77    [CC] utf8.c -> utf8.o
#18 61.77    [CC] utils.c -> utils.o
#18 61.80    [CC] uuid.c -> uuid.o
#18 61.88    [CC] version.c -> version.o
#18 61.93    [CC] xml.c -> xml.o
#18 61.94    [CC] xmldoc.c -> xmldoc.o
#18 61.95    [CC] ccss.c -> ccss.o
#18 61.97    [CC] cdr.c -> cdr.o
#18 61.97    [CC] cel.c -> cel.o
#18 61.97    [CC] config.c -> config.o
#18 61.98    [CC] dnsmgr.c -> dnsmgr.o
#18 62.01    [CC] dsp.c -> dsp.o
#18 62.05    [CC] enum.c -> enum.o
#18 62.10    [CC] features.c -> features.o
#18 62.11    [CC] http.c -> http.o
#18 62.19    [CC] indications.c -> indications.o
#18 62.24    [CC] logger.c -> logger.o
#18 62.31    [CC] manager.c -> manager.o
#18 62.41    [CC] named_acl.c -> named_acl.o
#18 62.62    [CC] plc.c -> plc.o
#18 62.63    [CC] sounds.c -> sounds.o
#18 62.68    [CC] udptl.c -> udptl.o
#18 62.73    [CC] libasteriskssl.c -> libasteriskssl.o
#18 62.73    [CC] libasteriskpj.c -> libasteriskpj.o
#18 62.73    [GENERATE] libasteriskpj.exports
#18 62.80    [LD] libasteriskssl.o -> libasteriskssl.so.1
#18 62.83    [LN] libasteriskssl.so.1 -> libasteriskssl.so
#18 62.86    [LD] libasteriskpj.o -> libasteriskpj.so.2
#18 63.41    [LN] libasteriskpj.so.2 -> libasteriskpj.so
#18 64.73    [LD] abstract_jb.o acl.o adsi.o alaw.o alertpipe.o aoc.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o astobj2_container.o astobj2_global.o astobj2_hash.o astobj2_rbtree.o audiohook.o autochan.o autoservice.o backtrace.o bridge.o bridge_after.o bridge_basic.o bridge_channel.o bridge_roles.o bucket.o callerid.o channel.o channel_internal_api.o chanvars.o cli.o codec.o codec_builtin.o config_options.o conversions.o core_local.o core_unreal.o crypt.o data_buffer.o datastore.o db.o devicestate.o dial.o dns.o dns_core.o dns_naptr.o dns_query_set.o dns_recurring.o dns_srv.o dns_system_resolver.o dns_test.o dns_tlsa.o dns_txt.o endpoints.o event.o features_config.o file.o fixedjitterbuf.o format.o format_cache.o format_cap.o format_compatibility.o frame.o framehook.o fskmodem.o global_datastores.o hashtab.o heap.o image.o io.o iostream.o jitterbuf.o json.o loader.o lock.o logger_category.o manager_bridges.o manager_channels.o manager_endpoints.o manager_mwi.o manager_system.o max_forwards.o md5.o media_cache.o media_index.o message.o mixmonitor.o mwi.o named_locks.o netsock2.o optional_api.o options.o parking.o pbx.o pbx_app.o pbx_builtins.o pbx_functions.o pbx_hangup_handler.o pbx_ignorepat.o pbx_include.o pbx_sw.o pbx_switch.o pbx_timing.o pbx_variables.o pickup.o poll.o presencestate.o privacy.o refer.o rtp_engine.o say.o sched.o sdp_srtp.o security_events.o sem.o serializer.o sha1.o sip_api.o slinfactory.o smoother.o sorcery.o srv.o stasis.o stasis_bridges.o stasis_cache.o stasis_cache_pattern.o stasis_channels.o stasis_endpoints.o stasis_message.o stasis_message_router.o stasis_state.o stasis_system.o stdtime/localtime.o strcompat.o stream.o stringfields.o strings.o stun.o syslog.o taskprocessor.o tcptls.o tdd.o term.o test.o threadpool.o threadstorage.o time.o timing.o translate.o ulaw.o uri.o utf8.o utils.o uuid.o version.o xml.o xmldoc.o ccss.o cdr.o cel.o config.o dnsmgr.o dsp.o enum.o features.o http.o indications.o logger.o manager.o named_acl.o plc.o sounds.o udptl.o -> asterisk
#18 65.18    [CC] res_adsi.c -> res_adsi.o
#18 65.18    [CC] res_aeap.c -> res_aeap.o
#18 65.18    [CC] res_aeap/aeap.c -> res_aeap/aeap.o
#18 65.18    [CC] res_aeap/general.c -> res_aeap/general.o
#18 65.18    [CC] res_aeap/message.c -> res_aeap/message.o
#18 65.18    [CC] res_aeap/message_json.c -> res_aeap/message_json.o
#18 65.18    [CC] res_aeap/transaction.c -> res_aeap/transaction.o
#18 65.18    [CC] res_aeap/transport.c -> res_aeap/transport.o
#18 65.18    [CC] res_aeap/transport_websocket.c -> res_aeap/transport_websocket.o
#18 65.18    [CC] ael/ael_lex.c -> ael/ael_lex.o
#18 65.18    [CC] res_ael_share.c -> res_ael_share.o
#18 65.18    [CC] ael/ael.tab.c -> ael/ael.tab.o
#18 65.18    [CC] ael/pval.c -> ael/pval.o
#18 65.19    [CC] res_agi.c -> res_agi.o
#18 65.19    [CC] res_ari.c -> res_ari.o
#18 65.19    [CC] ari/cli.c -> ari/cli.o
#18 65.19    [CC] ari/config.c -> ari/config.o
#18 65.19    [CC] ari/ari_websockets.c -> ari/ari_websockets.o
#18 65.21    [CC] res_ari_applications.c -> res_ari_applications.o
#18 65.22    [CC] ari/resource_applications.c -> ari/resource_applications.o
#18 65.26    [CC] res_ari_asterisk.c -> res_ari_asterisk.o
#18 65.28    [CC] ari/resource_asterisk.c -> ari/resource_asterisk.o
#18 65.30    [CC] res_ari_bridges.c -> res_ari_bridges.o
#18 65.31    [CC] ari/resource_bridges.c -> ari/resource_bridges.o
#18 65.35    [CC] res_ari_channels.c -> res_ari_channels.o
#18 65.35    [CC] ari/resource_channels.c -> ari/resource_channels.o
#18 65.38    [CC] res_ari_device_states.c -> res_ari_device_states.o
#18 65.39    [CC] ari/resource_device_states.c -> ari/resource_device_states.o
#18 65.39    [CC] res_ari_endpoints.c -> res_ari_endpoints.o
#18 65.41    [CC] ari/resource_endpoints.c -> ari/resource_endpoints.o
#18 65.42    [CC] res_ari_events.c -> res_ari_events.o
#18 65.44    [CC] ari/resource_events.c -> ari/resource_events.o
#18 65.46    [CC] res_ari_model.c -> res_ari_model.o
#18 65.51    [CC] ari/ari_model_validators.c -> ari/ari_model_validators.o
#18 65.53    [CC] res_ari_playbacks.c -> res_ari_playbacks.o
#18 65.54    [CC] ari/resource_playbacks.c -> ari/resource_playbacks.o
#18 65.56    [CC] res_ari_recordings.c -> res_ari_recordings.o
#18 65.57    [CC] ari/resource_recordings.c -> ari/resource_recordings.o
#18 65.59    [CC] res_ari_sounds.c -> res_ari_sounds.o
#18 65.59    [CC] ari/resource_sounds.c -> ari/resource_sounds.o
#18 65.64    [CC] res_audiosocket.c -> res_audiosocket.o
#18 65.65    [CC] res_calendar.c -> res_calendar.o
#18 65.67    [CC] res_clialiases.c -> res_clialiases.o
#18 65.68    [CC] res_clioriginate.c -> res_clioriginate.o
#18 65.69    [CC] res_config_curl.c -> res_config_curl.o
#18 65.70    [CC] res_config_sqlite3.c -> res_config_sqlite3.o
#18 65.75    [CC] res_convert.c -> res_convert.o
#18 65.75    [CC] res_crypto.c -> res_crypto.o
#18 65.78    [CC] res_curl.c -> res_curl.o
#18 65.79    [CC] res_fax.c -> res_fax.o
#18 65.80    [CC] res_format_attr_celt.c -> res_format_attr_celt.o
#18 65.81    [CC] res_format_attr_g729.c -> res_format_attr_g729.o
#18 65.85    [CC] res_format_attr_h263.c -> res_format_attr_h263.o
#18 65.85    [CC] res_format_attr_h264.c -> res_format_attr_h264.o
#18 65.86    [CC] res_format_attr_ilbc.c -> res_format_attr_ilbc.o
#18 65.87    [CC] res_format_attr_opus.c -> res_format_attr_opus.o
#18 65.87    [CC] res_format_attr_silk.c -> res_format_attr_silk.o
#18 65.89    [CC] res_format_attr_siren14.c -> res_format_attr_siren14.o
#18 65.91    [CC] res_format_attr_siren7.c -> res_format_attr_siren7.o
#18 65.93    [CC] res_format_attr_vevs.c -> res_format_attr_vevs.o
#18 65.95    [CC] res_format_attr_vp8.c -> res_format_attr_vp8.o
#18 65.97    [CC] res_hep.c -> res_hep.o
#18 66.02    [CC] res_hep_pjsip.c -> res_hep_pjsip.o
#18 66.05    [CC] res_hep_rtcp.c -> res_hep_rtcp.o
#18 66.07    [CC] res_http_media_cache.c -> res_http_media_cache.o
#18 66.07    [CC] res_http_websocket.c -> res_http_websocket.o
#18 66.08    [CC] res_limit.c -> res_limit.o
#18 66.13    [CC] res_manager_devicestate.c -> res_manager_devicestate.o
#18 66.14    [CC] res_manager_presencestate.c -> res_manager_presencestate.o
#18 66.14    [CC] res_musiconhold.c -> res_musiconhold.o
#18 66.15    [CC] res_mutestream.c -> res_mutestream.o
#18 66.24    [CC] res_mwi_devstate.c -> res_mwi_devstate.o
#18 66.25    [CC] res_parking.c -> res_parking.o
#18 66.26    [CC] parking/parking_applications.c -> parking/parking_applications.o
#18 66.27    [CC] parking/parking_bridge.c -> parking/parking_bridge.o
#18 66.30    [CC] parking/parking_bridge_features.c -> parking/parking_bridge_features.o
#18 66.30    [CC] parking/parking_controller.c -> parking/parking_controller.o
#18 66.32    [CC] parking/parking_devicestate.c -> parking/parking_devicestate.o
#18 66.33    [CC] parking/parking_manager.c -> parking/parking_manager.o
#18 66.33    [CC] parking/parking_tests.c -> parking/parking_tests.o
#18 66.34    [CC] parking/parking_ui.c -> parking/parking_ui.o
#18 66.35    [CC] res_phoneprov.c -> res_phoneprov.o
#18 66.44    [CC] res_pjproject.c -> res_pjproject.o
#18 66.44    [CC] res_pjsip.c -> res_pjsip.o
#18 66.49    [CC] res_pjsip/config_auth.c -> res_pjsip/config_auth.o
#18 66.51    [CC] res_pjsip/config_domain_aliases.c -> res_pjsip/config_domain_aliases.o
#18 66.52    [CC] res_pjsip/config_global.c -> res_pjsip/config_global.o
#18 66.54    [CC] res_pjsip/config_resolve.c -> res_pjsip/config_resolve.o
#18 66.55    [CC] res_pjsip/config_system.c -> res_pjsip/config_system.o
#18 66.57    [CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o
#18 66.66    [CC] res_pjsip/location.c -> res_pjsip/location.o
#18 66.68    [CC] res_pjsip/pjsip_cli.c -> res_pjsip/pjsip_cli.o
#18 66.69    [CC] res_pjsip/pjsip_configuration.c -> res_pjsip/pjsip_configuration.o
#18 66.76    [CC] res_pjsip/pjsip_distributor.c -> res_pjsip/pjsip_distributor.o
#18 66.77    [CC] res_pjsip/pjsip_global_headers.c -> res_pjsip/pjsip_global_headers.o
#18 66.78    [CC] res_pjsip/pjsip_message_filter.c -> res_pjsip/pjsip_message_filter.o
#18 66.80    [CC] res_pjsip/pjsip_options.c -> res_pjsip/pjsip_options.o
#18 66.82    [CC] res_pjsip/pjsip_resolver.c -> res_pjsip/pjsip_resolver.o
#18 66.82    [CC] res_pjsip/pjsip_scheduler.c -> res_pjsip/pjsip_scheduler.o
#18 66.84    [CC] res_pjsip/pjsip_session.c -> res_pjsip/pjsip_session.o
#18 66.84    [CC] res_pjsip/pjsip_transport_events.c -> res_pjsip/pjsip_transport_events.o
#18 66.94    [CC] res_pjsip/pjsip_transport_management.c -> res_pjsip/pjsip_transport_management.o
#18 66.96    [CC] res_pjsip/presence_xml.c -> res_pjsip/presence_xml.o
#18 67.04    [CC] res_pjsip/security_agreements.c -> res_pjsip/security_agreements.o
#18 67.07    [CC] res_pjsip/security_events.c -> res_pjsip/security_events.o
#18 67.11    [CC] res_pjsip_acl.c -> res_pjsip_acl.o
#18 67.16    [CC] res_pjsip_aoc.c -> res_pjsip_aoc.o
#18 67.20    [CC] res_pjsip_authenticator_digest.c -> res_pjsip_authenticator_digest.o
#18 67.26    [CC] res_pjsip_caller_id.c -> res_pjsip_caller_id.o
#18 67.27    [CC] res_pjsip_config_wizard.c -> res_pjsip_config_wizard.o
#18 67.31    [CC] res_pjsip_dialog_info_body_generator.c -> res_pjsip_dialog_info_body_generator.o
#18 67.36    [CC] res_pjsip_diversion.c -> res_pjsip_diversion.o
#18 67.38    [CC] res_pjsip_dlg_options.c -> res_pjsip_dlg_options.o
#18 67.38    [CC] res_pjsip_dtmf_info.c -> res_pjsip_dtmf_info.o
#18 67.40    [CC] res_pjsip_empty_info.c -> res_pjsip_empty_info.o
#18 67.41    [CC] res_pjsip_endpoint_identifier_anonymous.c -> res_pjsip_endpoint_identifier_anonymous.o
#18 67.42    [CC] res_pjsip_endpoint_identifier_ip.c -> res_pjsip_endpoint_identifier_ip.o
#18 67.44    [CC] res_pjsip_endpoint_identifier_user.c -> res_pjsip_endpoint_identifier_user.o
#18 67.48    [CC] res_pjsip_exten_state.c -> res_pjsip_exten_state.o
#18 67.59    [CC] res_pjsip_header_funcs.c -> res_pjsip_header_funcs.o
#18 67.61    [CC] res_pjsip_history.c -> res_pjsip_history.o
#18 67.63    [CC] res_pjsip_logger.c -> res_pjsip_logger.o
#18 67.64    [CC] res_pjsip_messaging.c -> res_pjsip_messaging.o
#18 67.64    [CC] res_pjsip_mwi.c -> res_pjsip_mwi.o
#18 67.65    [CC] res_pjsip_mwi_body_generator.c -> res_pjsip_mwi_body_generator.o
#18 67.65    [CC] res_pjsip_nat.c -> res_pjsip_nat.o
#18 67.66    [CC] res_pjsip_notify.c -> res_pjsip_notify.o
#18 67.67    [CC] res_pjsip_one_touch_record_info.c -> res_pjsip_one_touch_record_info.o
#18 67.74    [CC] res_pjsip_outbound_authenticator_digest.c -> res_pjsip_outbound_authenticator_digest.o
#18 67.74    [CC] res_pjsip_outbound_publish.c -> res_pjsip_outbound_publish.o
#18 67.78    [CC] res_pjsip_outbound_registration.c -> res_pjsip_outbound_registration.o
#18 67.83    [CC] res_pjsip_outbound_registration/milenage.c -> res_pjsip_outbound_registration/milenage.o
#18 67.90    [CC] res_pjsip_outbound_registration/netlink_xfrm.c -> res_pjsip_outbound_registration/netlink_xfrm.o
#18 67.91    [CC] res_pjsip_outbound_registration/volte.c -> res_pjsip_outbound_registration/volte.o
#18 67.95    [CC] res_pjsip_path.c -> res_pjsip_path.o
#18 68.03    [CC] res_pjsip_phoneprov_provider.c -> res_pjsip_phoneprov_provider.o
#18 68.03    [CC] res_pjsip_pidf_body_generator.c -> res_pjsip_pidf_body_generator.o
#18 68.04    [CC] res_pjsip_pidf_digium_body_supplement.c -> res_pjsip_pidf_digium_body_supplement.o
#18 68.08    [CC] res_pjsip_pidf_eyebeam_body_supplement.c -> res_pjsip_pidf_eyebeam_body_supplement.o
#18 68.09    [CC] res_pjsip_publish_asterisk.c -> res_pjsip_publish_asterisk.o
#18 68.12    [CC] res_pjsip_pubsub.c -> res_pjsip_pubsub.o
#18 68.14    [CC] res_pjsip_refer.c -> res_pjsip_refer.o
#18 68.15    [CC] res_pjsip_registrar.c -> res_pjsip_registrar.o
#18 68.19    [CC] res_pjsip_rfc3326.c -> res_pjsip_rfc3326.o
#18 68.20    [CC] res_pjsip_rfc3329.c -> res_pjsip_rfc3329.o
#18 68.24    [CC] res_pjsip_sdp_rtp.c -> res_pjsip_sdp_rtp.o
#18 68.25    [CC] res_pjsip_send_to_voicemail.c -> res_pjsip_send_to_voicemail.o
#18 68.26    [CC] res_pjsip_session.c -> res_pjsip_session.o
#18 68.26    [CC] res_pjsip_session/pjsip_session_caps.c -> res_pjsip_session/pjsip_session_caps.o
#18 68.28    [CC] res_pjsip_session/pjsip_session_reason_header.c -> res_pjsip_session/pjsip_session_reason_header.o
#18 68.29    [CC] res_pjsip_session/volte.c -> res_pjsip_session/volte.o
#18 68.31    [CC] res_pjsip_sips_contact.c -> res_pjsip_sips_contact.o
#18 68.34    [CC] res_pjsip_t38.c -> res_pjsip_t38.o
#18 68.41    [CC] res_pjsip_transport_websocket.c -> res_pjsip_transport_websocket.o
#18 68.47    [CC] res_pjsip_xpidf_body_generator.c -> res_pjsip_xpidf_body_generator.o
#18 68.48    [CC] res_prometheus.c -> res_prometheus.o
#18 68.49    [CC] prometheus/bridges.c -> prometheus/bridges.o
#18 68.52    [CC] prometheus/channels.c -> prometheus/channels.o
#18 68.52    [CC] prometheus/cli.c -> prometheus/cli.o
#18 68.54    [CC] prometheus/endpoints.c -> prometheus/endpoints.o
#18 68.55    [CC] prometheus/pjsip_outbound_registrations.c -> prometheus/pjsip_outbound_registrations.o
#18 68.59    [CC] res_realtime.c -> res_realtime.o
#18 68.59    [CC] res_rtp_asterisk.c -> res_rtp_asterisk.o
#18 68.60    [CC] res_rtp_multicast.c -> res_rtp_multicast.o
#18 68.61    [CC] res_security_log.c -> res_security_log.o
#18 68.71    [CC] res_smdi.c -> res_smdi.o
#18 68.75    [CC] res_snmp.c -> res_snmp.o
#18 68.77    [CC] snmp/agent.c -> snmp/agent.o
#18 68.77    [CC] res_sorcery_astdb.c -> res_sorcery_astdb.o
#18 68.77    [CC] res_sorcery_config.c -> res_sorcery_config.o
#18 68.80    [CC] res_sorcery_memory.c -> res_sorcery_memory.o
#18 68.81    [CC] res_sorcery_memory_cache.c -> res_sorcery_memory_cache.o
#18 68.83    [CC] res_sorcery_realtime.c -> res_sorcery_realtime.o
#18 68.89    [CC] res_speech.c -> res_speech.o
#18 68.93    [CC] res_speech_aeap.c -> res_speech_aeap.o
#18 68.95    [CC] res_stasis.c -> res_stasis.o
#18 68.95    [CC] stasis/app.c -> stasis/app.o
#18 68.96    [CC] stasis/command.c -> stasis/command.o
#18 69.00    [CC] stasis/control.c -> stasis/control.o
#18 69.01    [CC] stasis/messaging.c -> stasis/messaging.o
#18 69.04    [CC] stasis/stasis_bridge.c -> stasis/stasis_bridge.o
#18 69.06    [CC] res_stasis_answer.c -> res_stasis_answer.o
#18 69.08    [CC] res_stasis_device_state.c -> res_stasis_device_state.o
#18 69.08    [CC] res_stasis_playback.c -> res_stasis_playback.o
#18 69.10    [CC] res_stasis_recording.c -> res_stasis_recording.o
#18 69.17    [CC] stasis_recording/stored.c -> stasis_recording/stored.o
#18 69.18    [CC] res_stasis_snoop.c -> res_stasis_snoop.o
#18 69.23    [CC] res_statsd.c -> res_statsd.o
#18 69.24    [CC] res_stun_monitor.c -> res_stun_monitor.o
#18 69.30    [CC] res_timing_dahdi.c -> res_timing_dahdi.o
#18 69.30    [CC] res_timing_pthread.c -> res_timing_pthread.o
#18 69.35    [CC] res_timing_timerfd.c -> res_timing_timerfd.o
#18 69.40    [CC] res_tonedetect.c -> res_tonedetect.o
#18 69.43    [LD] res_adsi.o -> res_adsi.so
#18 69.45    [LD] res_aeap.o res_aeap/aeap.o res_aeap/general.o res_aeap/message.o res_aeap/message_json.o res_aeap/transaction.o res_aeap/transport.o res_aeap/transport_websocket.o -> res_aeap.so
#18 69.47    [LD] res_ael_share.o ael/ael_lex.o ael/ael.tab.o ael/pval.o -> res_ael_share.so
#18 69.47    [LD] res_agi.o -> res_agi.so
#18 69.50    [LD] res_ari.o ari/cli.o ari/config.o ari/ari_websockets.o -> res_ari.so
#18 69.51    [LD] res_ari_asterisk.o ari/resource_asterisk.o -> res_ari_asterisk.so
#18 69.52    [LD] res_ari_bridges.o ari/resource_bridges.o -> res_ari_bridges.so
#18 69.52    [LD] res_ari_applications.o ari/resource_applications.o -> res_ari_applications.so
#18 69.53    [LD] res_ari_channels.o ari/resource_channels.o -> res_ari_channels.so
#18 69.54    [LD] res_ari_device_states.o ari/resource_device_states.o -> res_ari_device_states.so
#18 69.54    [LD] res_ari_endpoints.o ari/resource_endpoints.o -> res_ari_endpoints.so
#18 69.54    [LD] res_ari_events.o ari/resource_events.o -> res_ari_events.so
#18 69.54    [LD] res_ari_model.o ari/ari_model_validators.o -> res_ari_model.so
#18 69.55    [LD] res_ari_playbacks.o ari/resource_playbacks.o -> res_ari_playbacks.so
#18 69.55    [LD] res_ari_recordings.o ari/resource_recordings.o -> res_ari_recordings.so
#18 69.56    [LD] res_ari_sounds.o ari/resource_sounds.o -> res_ari_sounds.so
#18 69.57    [LD] res_audiosocket.o -> res_audiosocket.so
#18 69.58    [LD] res_calendar.o -> res_calendar.so
#18 69.58    [LD] res_clioriginate.o -> res_clioriginate.so
#18 69.58    [LD] res_clialiases.o -> res_clialiases.so
#18 69.58    [LD] res_config_curl.o -> res_config_curl.so
#18 69.58    [LD] res_config_sqlite3.o -> res_config_sqlite3.so
#18 69.58    [LD] res_convert.o -> res_convert.so
#18 69.59    [LD] res_crypto.o -> res_crypto.so
#18 69.59    [LD] res_curl.o -> res_curl.so
#18 69.59    [LD] res_fax.o -> res_fax.so
#18 69.60    [LD] res_format_attr_celt.o -> res_format_attr_celt.so
#18 69.61    [LD] res_format_attr_g729.o -> res_format_attr_g729.so
#18 69.61    [LD] res_format_attr_h263.o -> res_format_attr_h263.so
#18 69.62    [LD] res_format_attr_h264.o -> res_format_attr_h264.so
#18 69.62    [LD] res_format_attr_ilbc.o -> res_format_attr_ilbc.so
#18 69.62    [LD] res_format_attr_opus.o -> res_format_attr_opus.so
#18 69.62    [LD] res_format_attr_silk.o -> res_format_attr_silk.so
#18 69.62    [LD] res_format_attr_siren14.o -> res_format_attr_siren14.so
#18 69.62    [LD] res_format_attr_siren7.o -> res_format_attr_siren7.so
#18 69.63    [LD] res_format_attr_vevs.o -> res_format_attr_vevs.so
#18 69.64    [LD] res_format_attr_vp8.o -> res_format_attr_vp8.so
#18 69.64    [LD] res_hep.o -> res_hep.so
#18 69.64    [LD] res_hep_pjsip.o -> res_hep_pjsip.so
#18 69.65    [LD] res_hep_rtcp.o -> res_hep_rtcp.so
#18 69.65    [LD] res_http_media_cache.o -> res_http_media_cache.so
#18 69.67    [LD] res_limit.o -> res_limit.so
#18 69.67    [LD] res_http_websocket.o -> res_http_websocket.so
#18 69.68    [LD] res_manager_presencestate.o -> res_manager_presencestate.so
#18 69.68    [LD] res_musiconhold.o -> res_musiconhold.so
#18 69.68    [LD] res_mutestream.o -> res_mutestream.so
#18 69.68    [LD] res_mwi_devstate.o -> res_mwi_devstate.so
#18 69.68    [LD] res_parking.o parking/parking_applications.o parking/parking_bridge.o parking/parking_bridge_features.o parking/parking_controller.o parking/parking_devicestate.o parking/parking_manager.o parking/parking_tests.o parking/parking_ui.o -> res_parking.so
#18 69.68    [LD] res_phoneprov.o -> res_phoneprov.so
#18 69.68    [LD] res_pjproject.o -> res_pjproject.so
#18 69.68    [LD] res_manager_devicestate.o -> res_manager_devicestate.so
#18 69.68    [LD] res_pjsip.o res_pjsip/config_auth.o res_pjsip/config_domain_aliases.o res_pjsip/config_global.o res_pjsip/config_resolve.o res_pjsip/config_system.o res_pjsip/config_transport.o res_pjsip/location.o res_pjsip/pjsip_cli.o res_pjsip/pjsip_configuration.o res_pjsip/pjsip_distributor.o res_pjsip/pjsip_global_headers.o res_pjsip/pjsip_message_filter.o res_pjsip/pjsip_options.o res_pjsip/pjsip_resolver.o res_pjsip/pjsip_scheduler.o res_pjsip/pjsip_session.o res_pjsip/pjsip_transport_events.o res_pjsip/pjsip_transport_management.o res_pjsip/presence_xml.o res_pjsip/security_agreements.o res_pjsip/security_events.o -> res_pjsip.so
#18 69.69    [LD] res_pjsip_acl.o -> res_pjsip_acl.so
#18 69.70    [LD] res_pjsip_aoc.o -> res_pjsip_aoc.so
#18 69.71    [LD] res_pjsip_caller_id.o -> res_pjsip_caller_id.so
#18 69.71    [LD] res_pjsip_dialog_info_body_generator.o -> res_pjsip_dialog_info_body_generator.so
#18 69.71    [LD] res_pjsip_config_wizard.o -> res_pjsip_config_wizard.so
#18 69.71    [LD] res_pjsip_diversion.o -> res_pjsip_diversion.so
#18 69.71    [LD] res_pjsip_dlg_options.o -> res_pjsip_dlg_options.so
#18 69.71    [LD] res_pjsip_dtmf_info.o -> res_pjsip_dtmf_info.so
#18 69.71    [LD] res_pjsip_empty_info.o -> res_pjsip_empty_info.so
#18 69.72    [LD] res_pjsip_endpoint_identifier_anonymous.o -> res_pjsip_endpoint_identifier_anonymous.so
#18 69.72    [LD] res_pjsip_authenticator_digest.o -> res_pjsip_authenticator_digest.so
#18 69.72    [LD] res_pjsip_endpoint_identifier_ip.o -> res_pjsip_endpoint_identifier_ip.so
#18 69.72    [LD] res_pjsip_endpoint_identifier_user.o -> res_pjsip_endpoint_identifier_user.so
#18 69.73    [LD] res_pjsip_exten_state.o -> res_pjsip_exten_state.so
#18 69.74    [LD] res_pjsip_header_funcs.o -> res_pjsip_header_funcs.so
#18 69.74    [LD] res_pjsip_history.o -> res_pjsip_history.so
#18 69.75    [LD] res_pjsip_messaging.o -> res_pjsip_messaging.so
#18 69.75    [LD] res_pjsip_mwi.o -> res_pjsip_mwi.so
#18 69.75    [LD] res_pjsip_mwi_body_generator.o -> res_pjsip_mwi_body_generator.so
#18 69.76    [LD] res_pjsip_nat.o -> res_pjsip_nat.so
#18 69.76    [LD] res_pjsip_notify.o -> res_pjsip_notify.so
#18 69.76    [LD] res_pjsip_logger.o -> res_pjsip_logger.so
#18 69.77    [LD] res_pjsip_one_touch_record_info.o -> res_pjsip_one_touch_record_info.so
#18 69.77    [LD] res_pjsip_outbound_registration.o res_pjsip_outbound_registration/milenage.o res_pjsip_outbound_registration/netlink_xfrm.o res_pjsip_outbound_registration/volte.o -> res_pjsip_outbound_registration.so
#18 69.78    [LD] res_pjsip_outbound_publish.o -> res_pjsip_outbound_publish.so
#18 69.78    [LD] res_pjsip_outbound_authenticator_digest.o -> res_pjsip_outbound_authenticator_digest.so
#18 69.78    [LD] res_pjsip_path.o -> res_pjsip_path.so
#18 69.78    [LD] res_pjsip_pidf_digium_body_supplement.o -> res_pjsip_pidf_digium_body_supplement.so
#18 69.78    [LD] res_pjsip_phoneprov_provider.o -> res_pjsip_phoneprov_provider.so
#18 69.78    [LD] res_pjsip_pidf_eyebeam_body_supplement.o -> res_pjsip_pidf_eyebeam_body_supplement.so
#18 69.79    [LD] res_pjsip_pidf_body_generator.o -> res_pjsip_pidf_body_generator.so
#18 69.79    [LD] res_pjsip_publish_asterisk.o -> res_pjsip_publish_asterisk.so
#18 69.80    [LD] res_pjsip_refer.o -> res_pjsip_refer.so
#18 69.80    [LD] res_pjsip_registrar.o -> res_pjsip_registrar.so
#18 69.80    [LD] res_pjsip_rfc3326.o -> res_pjsip_rfc3326.so
#18 69.81    [LD] res_pjsip_send_to_voicemail.o -> res_pjsip_send_to_voicemail.so
#18 69.81    [LD] res_pjsip_sdp_rtp.o -> res_pjsip_sdp_rtp.so
#18 69.82    [LD] res_pjsip_sips_contact.o -> res_pjsip_sips_contact.so
#18 69.82    [LD] res_pjsip_t38.o -> res_pjsip_t38.so
#18 69.82    [LD] res_pjsip_transport_websocket.o -> res_pjsip_transport_websocket.so
#18 69.82    [LD] res_pjsip_xpidf_body_generator.o -> res_pjsip_xpidf_body_generator.so
#18 69.83    [LD] res_prometheus.o prometheus/bridges.o prometheus/channels.o prometheus/cli.o prometheus/endpoints.o prometheus/pjsip_outbound_registrations.o -> res_prometheus.so
#18 69.83    [LD] res_realtime.o -> res_realtime.so
#18 69.83    [LD] res_rtp_multicast.o -> res_rtp_multicast.so
#18 69.83    [LD] res_security_log.o -> res_security_log.so
#18 69.84    [LD] res_smdi.o -> res_smdi.so
#18 69.84    [LD] res_snmp.o snmp/agent.o -> res_snmp.so
#18 69.84    [LD] res_pjsip_rfc3329.o -> res_pjsip_rfc3329.so
#18 69.86    [LD] res_sorcery_astdb.o -> res_sorcery_astdb.so
#18 69.86    [LD] res_sorcery_config.o -> res_sorcery_config.so
#18 69.86    [LD] res_sorcery_memory.o -> res_sorcery_memory.so
#18 69.86    [LD] res_sorcery_memory_cache.o -> res_sorcery_memory_cache.so
#18 69.86    [LD] res_sorcery_realtime.o -> res_sorcery_realtime.so
#18 69.86    [LD] res_speech.o -> res_speech.so
#18 69.86    [LD] res_speech_aeap.o -> res_speech_aeap.so
#18 69.86    [LD] res_stasis_answer.o -> res_stasis_answer.so
#18 69.86    [LD] res_stasis_device_state.o -> res_stasis_device_state.so
#18 69.87    [LD] res_stasis_playback.o -> res_stasis_playback.so
#18 69.88    [LD] res_stasis_snoop.o -> res_stasis_snoop.so
#18 69.88    [LD] res_stasis_recording.o stasis_recording/stored.o -> res_stasis_recording.so
#18 69.89    [LD] res_statsd.o -> res_statsd.so
#18 69.90    [LD] res_stun_monitor.o -> res_stun_monitor.so
#18 69.90    [LD] res_timing_dahdi.o -> res_timing_dahdi.so
#18 69.90    [LD] res_timing_pthread.o -> res_timing_pthread.so
#18 69.90    [LD] res_timing_timerfd.o -> res_timing_timerfd.so
#18 69.90    [LD] res_tonedetect.o -> res_tonedetect.so
#18 69.94    [LD] res_stasis.o stasis/app.o stasis/command.o stasis/control.o stasis/messaging.o stasis/stasis_bridge.o -> res_stasis.so
#18 70.01    [LD] res_pjsip_pubsub.o -> res_pjsip_pubsub.so
#18 70.84    [LD] res_pjsip_session.o res_pjsip_session/pjsip_session_caps.o res_pjsip_session/pjsip_session_reason_header.o res_pjsip_session/volte.o -> res_pjsip_session.so
#18 71.15    [LD] res_rtp_asterisk.o -> res_rtp_asterisk.so
#18 71.19 Building Documentation For: channels pbx apps codecs formats cdr cel bridges funcs tests main res addons 
#18 80.86  +--------- Asterisk Build Complete ---------+
#18 80.86  + Asterisk has successfully been built, and +
#18 80.87  + can be installed by running:              +
#18 80.87  +                                           +
#18 80.87  +                make install               +
#18 80.88  +-------------------------------------------+
#18 85.17 Installing modules from channels...
#18 85.19 Installing modules from pbx...
#18 85.27 Installing modules from apps...
#18 85.50 Installing modules from codecs...
#18 85.57 Installing modules from formats...
#18 85.61 Installing modules from cdr...
#18 85.63 Installing modules from cel...
#18 85.66 Installing modules from bridges...
#18 85.74 Installing modules from funcs...
#18 85.85 Installing modules from tests...
#18 85.95 Installing modules from main...
#18 86.05 Installing modules from res...
#18 86.40 Installing modules from addons...
#18 86.51 /usr/bin/install -c -m 755 contrib/scripts/astversion "/usr/sbin/"
#18 86.51 /usr/bin/install -c -m 755 contrib/scripts/astgenkey "/usr/sbin/"
#18 86.51 /usr/bin/install -c -m 755 contrib/scripts/autosupport "/usr/sbin/"
#18 86.52 ./build_tools/install_subst contrib/scripts/safe_asterisk "/usr/sbin/safe_asterisk";
#18 86.55 /usr/bin/install -c -m 644 doc/core-*.xml "/var/lib/asterisk/documentation"
#18 86.56 /usr/bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/documentation"
#18 86.57 /usr/bin/install -c -m 644 doc/appdocsxml.dtd "/var/lib/asterisk/documentation"
#18 86.57 /usr/bin/install -c -m 644 doc/asterisk.8 "/usr/share/man/man8"
#18 86.58 /usr/bin/install -c -m 644 doc/astdb*.8 "/usr/share/man/man8"
#18 86.58 /usr/bin/install -c -m 644 contrib/scripts/astgenkey.8 "/usr/share/man/man8"
#18 86.59 /usr/bin/install -c -m 644 contrib/scripts/autosupport.8 "/usr/share/man/man8"
#18 86.59 /usr/bin/install -c -m 644 contrib/scripts/safe_asterisk.8 "/usr/share/man/man8"
#18 86.60 if [ -f contrib/firmware/iax/iaxy.bin ] ; then \
#18 86.60 	/usr/bin/install -c -m 644 contrib/firmware/iax/iaxy.bin "/var/lib/asterisk/firmware/iax/iaxy.bin"; \
#18 86.60 fi
#18 86.60 /usr/bin/install -c -d //usr/share/dahdi/span_config.d
#18 86.61 /usr/bin/install -c -m 644 contrib/scripts/dahdi_span_config_hook /usr/share/dahdi/span_config.d/40-asterisk
#18 86.61 CFLAGS="  -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations   -g3 " build_tools/mkpkgconfig "/usr/lib/pkgconfig";
#18 86.63 find static-http | while read x; do \
#18 86.63 	if test -d $x; then \
#18 86.63 		/usr/bin/install -c -m 755 -d "/var/lib/asterisk/$x"; \
#18 86.63 	else \
#18 86.63 		/usr/bin/install -c -m 644 $x "/var/lib/asterisk/$x" ; \
#18 86.63 	fi \
#18 86.63 done
#18 86.65 /usr/bin/install -c -m 644 doc/core-en_US.xml "/var/lib/asterisk/static-http";
#18 86.66 /usr/bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/static-http";
#18 86.67 if [ -d doc/tex/asterisk ] ; then \
#18 86.67 	/usr/bin/install -c -d "/var/lib/asterisk/static-http/docs" ; \
#18 86.67 	for n in doc/tex/asterisk/* ; do \
#18 86.67 		/usr/bin/install -c -m 644 $n "/var/lib/asterisk/static-http/docs" ; \
#18 86.67 	done \
#18 86.67 fi
#18 86.67 for x in images/*.jpg; do \
#18 86.67 	/usr/bin/install -c -m 644 $x "/var/lib/asterisk/images" ; \
#18 86.67 done
#18 86.68 make -C sounds install
#18 86.69 make[1]: Entering directory '/home/asterisk/asterisk/sounds'
#18 86.70 --2025-09-09 06:40:00--  https://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-gsm-1.6.1.tar.gz
#18 86.71 Resolving downloads.asterisk.org (downloads.asterisk.org)... 165.22.184.19, 2604:a880:400:d0::14:9001
#18 86.78 Connecting to downloads.asterisk.org (downloads.asterisk.org)|165.22.184.19|:443... connected.
#18 87.02 HTTP request sent, awaiting response... 200 OK
#18 87.22 Length: 2466402 (2.4M) [application/octet-stream]
#18 87.22 Saving to: 'asterisk-core-sounds-en-gsm-1.6.1.tar.gz'
#18 87.22 
#18 87.22      0K .......... .......... .......... .......... ..........  2%  577K 4s
#18 87.30     50K .......... .......... .......... .......... ..........  4%  571K 4s
#18 87.39    100K .......... .......... .......... .......... ..........  6% 80.5M 3s
#18 87.39    150K .......... .......... .......... .......... ..........  8% 1.19M 2s
#18 87.43    200K .......... .......... .......... .......... .......... 10% 1.09M 2s
#18 87.48    250K .......... .......... .......... .......... .......... 12% 98.4M 2s
#18 87.48    300K .......... .......... .......... .......... .......... 14% 65.0M 2s
#18 87.48    350K .......... .......... .......... .......... .......... 16%  123M 1s
#18 87.48    400K .......... .......... .......... .......... .......... 18%  589K 2s
#18 87.56    450K .......... .......... .......... .......... .......... 20%  130M 1s
#18 87.56    500K .......... .......... .......... .......... .......... 22%  137M 1s
#18 87.57    550K .......... .......... .......... .......... .......... 24%  110M 1s
#18 87.57    600K .......... .......... .......... .......... .......... 26%  112M 1s
#18 87.57    650K .......... .......... .......... .......... .......... 29%  124M 1s
#18 87.57    700K .......... .......... .......... .......... .......... 31%  159M 1s
#18 87.57    750K .......... .......... .......... .......... .......... 33% 72.9M 1s
#18 87.57    800K .......... .......... .......... .......... .......... 35%  128M 1s
#18 87.57    850K .......... .......... .......... .......... .......... 37%  599K 1s
#18 87.65    900K .......... .......... .......... .......... .......... 39% 69.9M 1s
#18 87.65    950K .......... .......... .......... .......... .......... 41%  140M 1s
#18 87.65   1000K .......... .......... .......... .......... .......... 43%  149M 1s
#18 87.65   1050K .......... .......... .......... .......... .......... 45%  155M 1s
#18 87.65   1100K .......... .......... .......... .......... .......... 47%  141M 0s
#18 87.65   1150K .......... .......... .......... .......... .......... 49% 69.7M 0s
#18 87.65   1200K .......... .......... .......... .......... .......... 51%  144M 0s
#18 87.65   1250K .......... .......... .......... .......... .......... 53%  115M 0s
#18 87.65   1300K .......... .......... .......... .......... .......... 56%  146M 0s
#18 87.65   1350K .......... .......... .......... .......... .......... 58%  107M 0s
#18 87.66   1400K .......... .......... .......... .......... .......... 60%  114M 0s
#18 87.66   1450K .......... .......... .......... .......... .......... 62%  129M 0s
#18 87.66   1500K .......... .......... .......... .......... .......... 64% 78.0M 0s
#18 87.66   1550K .......... .......... .......... .......... .......... 66%  145M 0s
#18 87.66   1600K .......... .......... .......... .......... .......... 68%  148M 0s
#18 87.66   1650K .......... .......... .......... .......... .......... 70%  117M 0s
#18 87.66   1700K .......... .......... .......... .......... .......... 72% 1.39M 0s
#18 87.69   1750K .......... .......... .......... .......... .......... 74% 1.09M 0s
#18 87.74   1800K .......... .......... .......... .......... .......... 76%  128M 0s
#18 87.74   1850K .......... .......... .......... .......... .......... 78%  130M 0s
#18 87.74   1900K .......... .......... .......... .......... .......... 80%  117M 0s
#18 87.74   1950K .......... .......... .......... .......... .......... 83% 88.8M 0s
#18 87.74   2000K .......... .......... .......... .......... .......... 85%  125M 0s
#18 87.74   2050K .......... .......... .......... .......... .......... 87%  111M 0s
#18 87.74   2100K .......... .......... .......... .......... .......... 89% 70.1M 0s
#18 87.74   2150K .......... .......... .......... .......... .......... 91%  114M 0s
#18 87.74   2200K .......... .......... .......... .......... .......... 93%  108M 0s
#18 87.74   2250K .......... .......... .......... .......... .......... 95%  133M 0s
#18 87.74   2300K .......... .......... .......... .......... .......... 97%  122M 0s
#18 87.74   2350K .......... .......... .......... .......... .......... 99%  116M 0s
#18 87.74   2400K ........                                              100%  161M=0.5s
#18 87.74 
#18 87.74 2025-09-09 06:40:01 (4.47 MB/s) - 'asterisk-core-sounds-en-gsm-1.6.1.tar.gz' saved [2466402/2466402]
#18 87.74 
#18 87.83 --2025-09-09 06:40:01--  https://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-moh-opsound-wav-2.03.tar.gz
#18 87.83 Resolving downloads.asterisk.org (downloads.asterisk.org)... 165.22.184.19, 2604:a880:400:d0::14:9001
#18 87.83 Connecting to downloads.asterisk.org (downloads.asterisk.org)|165.22.184.19|:443... connected.
#18 88.08 HTTP request sent, awaiting response... 200 OK
#18 88.29 Length: 15359473 (15M) [application/octet-stream]
#18 88.29 Saving to: 'asterisk-moh-opsound-wav-2.03.tar.gz'
#18 88.29 
#18 88.29      0K .......... .......... .......... .......... ..........  0%  550K 27s
#18 88.38     50K .......... .......... .......... .......... ..........  0%  572K 27s
#18 88.47    100K .......... .......... .......... .......... ..........  1% 43.8M 18s
#18 88.47    150K .......... .......... .......... .......... ..........  1% 1.11M 17s
#18 88.51    200K .......... .......... .......... .......... ..........  1% 1.13M 16s
#18 88.55    250K .......... .......... .......... .......... ..........  2% 47.6M 13s
#18 88.55    300K .......... .......... .......... .......... ..........  2%  117M 11s
#18 88.55    350K .......... .......... .......... .......... ..........  2% 51.0M 10s
#18 88.56    400K .......... .......... .......... .......... ..........  3%  601K 11s
#18 88.64    450K .......... .......... .......... .......... ..........  3% 19.5M 10s
#18 88.64    500K .......... .......... .......... .......... ..........  3%  117M 9s
#18 88.64    550K .......... .......... .......... .......... ..........  4% 30.4M 9s
#18 88.64    600K .......... .......... .......... .......... ..........  4%  117M 8s
#18 88.64    650K .......... .......... .......... .......... ..........  4%  136M 7s
#18 88.64    700K .......... .......... .......... .......... ..........  5%  134M 7s
#18 88.64    750K .......... .......... .......... .......... ..........  5%  104M 6s
#18 88.65    800K .......... .......... .......... .......... ..........  5%  126M 6s
#18 88.65    850K .......... .......... .......... .......... ..........  6%  610K 7s
#18 88.73    900K .......... .......... .......... .......... ..........  6% 31.5M 7s
#18 88.73    950K .......... .......... .......... .......... ..........  6% 80.0M 6s
#18 88.73   1000K .......... .......... .......... .......... ..........  7%  105M 6s
#18 88.73   1050K .......... .......... .......... .......... ..........  7%  154M 6s
#18 88.73   1100K .......... .......... .......... .......... ..........  7%  154M 5s
#18 88.73   1150K .......... .......... .......... .......... ..........  8% 83.0M 5s
#18 88.73   1200K .......... .......... .......... .......... ..........  8%  105M 5s
#18 88.73   1250K .......... .......... .......... .......... ..........  8% 56.4M 5s
#18 88.73   1300K .......... .......... .......... .......... ..........  9%  150M 5s
#18 88.73   1350K .......... .......... .......... .......... ..........  9%  100M 4s
#18 88.73   1400K .......... .......... .......... .......... ..........  9%  140M 4s
#18 88.73   1450K .......... .......... .......... .......... .......... 10% 86.4M 4s
#18 88.73   1500K .......... .......... .......... .......... .......... 10% 84.2M 4s
#18 88.74   1550K .......... .......... .......... .......... .......... 10% 87.5M 4s
#18 88.74   1600K .......... .......... .......... .......... .......... 11%  422M 4s
#18 88.74   1650K .......... .......... .......... .......... .......... 11%  186M 4s
#18 88.74   1700K .......... .......... .......... .......... .......... 11%  129M 3s
#18 88.74   1750K .......... .......... .......... .......... .......... 12%  633K 4s
#18 88.82   1800K .......... .......... .......... .......... .......... 12% 65.0M 4s
#18 88.82   1850K .......... .......... .......... .......... .......... 12%  104M 4s
#18 88.82   1900K .......... .......... .......... .......... .......... 13% 59.7M 4s
#18 88.82   1950K .......... .......... .......... .......... .......... 13% 61.6M 3s
#18 88.82   2000K .......... .......... .......... .......... .......... 13% 75.3M 3s
#18 88.82   2050K .......... .......... .......... .......... .......... 14% 75.9M 3s
#18 88.82   2100K .......... .......... .......... .......... .......... 14% 70.7M 3s
#18 88.82   2150K .......... .......... .......... .......... .......... 14% 63.8M 3s
#18 88.82   2200K .......... .......... .......... .......... .......... 15% 44.3M 3s
#18 88.82   2250K .......... .......... .......... .......... .......... 15% 63.8M 3s
#18 88.82   2300K .......... .......... .......... .......... .......... 15% 70.9M 3s
#18 88.82   2350K .......... .......... .......... .......... .......... 16% 58.3M 3s
#18 88.82   2400K .......... .......... .......... .......... .......... 16% 71.7M 3s
#18 88.83   2450K .......... .......... .......... .......... .......... 16% 93.5M 3s
#18 88.83   2500K .......... .......... .......... .......... .......... 17% 68.4M 3s
#18 88.83   2550K .......... .......... .......... .......... .......... 17% 62.2M 3s
#18 88.83   2600K .......... .......... .......... .......... .......... 17% 67.8M 3s
#18 88.83   2650K .......... .......... .......... .......... .......... 18% 69.0M 2s
#18 88.83   2700K .......... .......... .......... .......... .......... 18% 68.4M 2s
#18 88.83   2750K .......... .......... .......... .......... .......... 18% 50.2M 2s
#18 88.83   2800K .......... .......... .......... .......... .......... 19% 48.8M 2s
#18 88.83   2850K .......... .......... .......... .......... .......... 19% 63.0M 2s
#18 88.83   2900K .......... .......... .......... .......... .......... 19%  148M 2s
#18 88.83   2950K .......... .......... .......... .......... .......... 20%  143M 2s
#18 88.83   3000K .......... .......... .......... .......... .......... 20%  164M 2s
#18 88.83   3050K .......... .......... .......... .......... .......... 20%  157M 2s
#18 88.83   3100K .......... .......... .......... .......... .......... 21%  160M 2s
#18 88.83   3150K .......... .......... .......... .......... .......... 21%  124M 2s
#18 88.83   3200K .......... .......... .......... .......... .......... 21%  158M 2s
#18 88.83   3250K .......... .......... .......... .......... .......... 22%  161M 2s
#18 88.83   3300K .......... .......... .......... .......... .......... 22%  160M 2s
#18 88.83   3350K .......... .......... .......... .......... .......... 22%  142M 2s
#18 88.84   3400K .......... .......... .......... .......... .......... 23%  161M 2s
#18 88.84   3450K .......... .......... .......... .......... .......... 23% 89.7M 2s
#18 88.84   3500K .......... .......... .......... .......... .......... 23% 1.83M 2s
#18 88.86   3550K .......... .......... .......... .......... .......... 24% 1.20M 2s
#18 88.90   3600K .......... .......... .......... .......... .......... 24%  139M 2s
#18 88.90   3650K .......... .......... .......... .......... .......... 24%  116M 2s
#18 88.90   3700K .......... .......... .......... .......... .......... 25%  117M 2s
#18 88.90   3750K .......... .......... .......... .......... .......... 25%  114M 2s
#18 88.91   3800K .......... .......... .......... .......... .......... 25%  117M 2s
#18 88.91   3850K .......... .......... .......... .......... .......... 26%  112M 2s
#18 88.91   3900K .......... .......... .......... .......... .......... 26%  122M 2s
#18 88.91   3950K .......... .......... .......... .......... .......... 26% 87.1M 2s
#18 88.91   4000K .......... .......... .......... .......... .......... 27%  117M 2s
#18 88.91   4050K .......... .......... .......... .......... .......... 27%  117M 2s
#18 88.91   4100K .......... .......... .......... .......... .......... 27%  115M 2s
#18 88.91   4150K .......... .......... .......... .......... .......... 28%  114M 2s
#18 88.91   4200K .......... .......... .......... .......... .......... 28%  119M 2s
#18 88.91   4250K .......... .......... .......... .......... .......... 28%  120M 2s
#18 88.91   4300K .......... .......... .......... .......... .......... 29%  118M 2s
#18 88.91   4350K .......... .......... .......... .......... .......... 29% 87.5M 2s
#18 88.91   4400K .......... .......... .......... .......... .......... 29%  117M 1s
#18 88.91   4450K .......... .......... .......... .......... .......... 30%  117M 1s
#18 88.91   4500K .......... .......... .......... .......... .......... 30%  116M 1s
#18 88.91   4550K .......... .......... .......... .......... .......... 30%  115M 1s
#18 88.91   4600K .......... .......... .......... .......... .......... 31%  117M 1s
#18 88.91   4650K .......... .......... .......... .......... .......... 31%  116M 1s
#18 88.91   4700K .......... .......... .......... .......... .......... 31%  117M 1s
#18 88.91   4750K .......... .......... .......... .......... .......... 32% 88.3M 1s
#18 88.91   4800K .......... .......... .......... .......... .......... 32%  119M 1s
#18 88.91   4850K .......... .......... .......... .......... .......... 32%  117M 1s
#18 88.91   4900K .......... .......... .......... .......... .......... 33%  117M 1s
#18 88.92   4950K .......... .......... .......... .......... .......... 33%  114M 1s
#18 88.92   5000K .......... .......... .......... .......... .......... 33%  116M 1s
#18 88.92   5050K .......... .......... .......... .......... .......... 34%  117M 1s
#18 88.92   5100K .......... .......... .......... .......... .......... 34%  116M 1s
#18 88.92   5150K .......... .......... .......... .......... .......... 34%  541K 1s
#18 89.01   5200K .......... .......... .......... .......... .......... 35%  131M 1s
#18 89.01   5250K .......... .......... .......... .......... .......... 35%  159M 1s
#18 89.01   5300K .......... .......... .......... .......... .......... 35%  186M 1s
#18 89.01   5350K .......... .......... .......... .......... .......... 36%  186M 1s
#18 89.01   5400K .......... .......... .......... .......... .......... 36%  337M 1s
#18 89.01   5450K .......... .......... .......... .......... .......... 36%  462M 1s
#18 89.01   5500K .......... .......... .......... .......... .......... 37%  186M 1s
#18 89.01   5550K .......... .......... .......... .......... .......... 37%  300M 1s
#18 89.01   5600K .......... .......... .......... .......... .......... 37%  260M 1s
#18 89.01   5650K .......... .......... .......... .......... .......... 38%  267M 1s
#18 89.01   5700K .......... .......... .......... .......... .......... 38%  237M 1s
#18 89.01   5750K .......... .......... .......... .......... .......... 38%  168M 1s
#18 89.01   5800K .......... .......... .......... .......... .......... 39%  194M 1s
#18 89.01   5850K .......... .......... .......... .......... .......... 39%  181M 1s
#18 89.01   5900K .......... .......... .......... .......... .......... 39%  145M 1s
#18 89.01   5950K .......... .......... .......... .......... .......... 40%  114M 1s
#18 89.01   6000K .......... .......... .......... .......... .......... 40%  141M 1s
#18 89.01   6050K .......... .......... .......... .......... .......... 40%  129M 1s
#18 89.01   6100K .......... .......... .......... .......... .......... 41% 80.2M 1s
#18 89.01   6150K .......... .......... .......... .......... .......... 41%  246M 1s
#18 89.01   6200K .......... .......... .......... .......... .......... 41%  256M 1s
#18 89.01   6250K .......... .......... .......... .......... .......... 42%  198M 1s
#18 89.02   6300K .......... .......... .......... .......... .......... 42%  208M 1s
#18 89.02   6350K .......... .......... .......... .......... .......... 42%  133M 1s
#18 89.02   6400K .......... .......... .......... .......... .......... 43%  159M 1s
#18 89.02   6450K .......... .......... .......... .......... .......... 43%  147M 1s
#18 89.02   6500K .......... .......... .......... .......... .......... 43%  148M 1s
#18 89.02   6550K .......... .......... .......... .......... .......... 44%  740M 1s
#18 89.02   6600K .......... .......... .......... .......... .......... 44%  886M 1s
#18 89.02   6650K .......... .......... .......... .......... .......... 44%  350M 1s
#18 89.02   6700K .......... .......... .......... .......... .......... 45%  794M 1s
#18 89.02   6750K .......... .......... .......... .......... .......... 45%  734M 1s
#18 89.02   6800K .......... .......... .......... .......... .......... 45%  867M 1s
#18 89.02   6850K .......... .......... .......... .......... .......... 46%  843M 1s
#18 89.02   6900K .......... .......... .......... .......... .......... 46%  852M 1s
#18 89.02   6950K .......... .......... .......... .......... .......... 46%  718M 1s
#18 89.02   7000K .......... .......... .......... .......... .......... 47%  854M 1s
#18 89.02   7050K .......... .......... .......... .......... .......... 47%  853M 1s
#18 89.02   7100K .......... .......... .......... .......... .......... 47%  859M 1s
#18 89.02   7150K .......... .......... .......... .......... .......... 48%  700M 1s
#18 89.02   7200K .......... .......... .......... .......... .......... 48%  779M 1s
#18 89.02   7250K .......... .......... .......... .......... .......... 48%  455M 1s
#18 89.02   7300K .......... .......... .......... .......... .......... 49%  791M 1s
#18 89.02   7350K .......... .......... .......... .......... .......... 49%  755M 1s
#18 89.02   7400K .......... .......... .......... .......... .......... 49%  709M 1s
#18 89.02   7450K .......... .......... .......... .......... .......... 50%  859M 1s
#18 89.02   7500K .......... .......... .......... .......... .......... 50%  806M 1s
#18 89.02   7550K .......... .......... .......... .......... .......... 50%  722M 1s
#18 89.02   7600K .......... .......... .......... .......... .......... 51%  838M 1s
#18 89.02   7650K .......... .......... .......... .......... .......... 51%  854M 1s
#18 89.02   7700K .......... .......... .......... .......... .......... 51%  836M 1s
#18 89.02   7750K .......... .......... .......... .......... .......... 52%  717M 1s
#18 89.02   7800K .......... .......... .......... .......... .......... 52%  794M 1s
#18 89.02   7850K .......... .......... .......... .......... .......... 52%  449M 1s
#18 89.02   7900K .......... .......... .......... .......... .......... 53%  877M 1s
#18 89.02   7950K .......... .......... .......... .......... .......... 53%  698M 1s
#18 89.02   8000K .......... .......... .......... .......... .......... 53%  765M 1s
#18 89.02   8050K .......... .......... .......... .......... .......... 54%  842M 1s
#18 89.02   8100K .......... .......... .......... .......... .......... 54%  856M 1s
#18 89.02   8150K .......... .......... .......... .......... .......... 54%  774M 1s
#18 89.02   8200K .......... .......... .......... .......... .......... 55%  628K 1s
#18 89.10   8250K .......... .......... .......... .......... .......... 55% 84.6M 1s
#18 89.10   8300K .......... .......... .......... .......... .......... 55%  108M 1s
#18 89.10   8350K .......... .......... .......... .......... .......... 56% 86.2M 1s
#18 89.10   8400K .......... .......... .......... .......... .......... 56%  112M 1s
#18 89.10   8450K .......... .......... .......... .......... .......... 56% 61.2M 1s
#18 89.10   8500K .......... .......... .......... .......... .......... 57%  100M 1s
#18 89.10   8550K .......... .......... .......... .......... .......... 57%  101M 1s
#18 89.10   8600K .......... .......... .......... .......... .......... 57%  100M 1s
#18 89.10   8650K .......... .......... .......... .......... .......... 58%  105M 1s
#18 89.10   8700K .......... .......... .......... .......... .......... 58%  109M 1s
#18 89.10   8750K .......... .......... .......... .......... .......... 58% 97.4M 1s
#18 89.10   8800K .......... .......... .......... .......... .......... 59%  122M 1s
#18 89.10   8850K .......... .......... .......... .......... .......... 59%  148M 1s
#18 89.10   8900K .......... .......... .......... .......... .......... 59%  746M 1s
#18 89.11   8950K .......... .......... .......... .......... .......... 60%  753M 1s
#18 89.11   9000K .......... .......... .......... .......... .......... 60%  545K 1s
#18 89.20   9050K .......... .......... .......... .......... .......... 60% 64.9M 1s
#18 89.20   9100K .......... .......... .......... .......... .......... 61%  153M 1s
#18 89.20   9150K .......... .......... .......... .......... .......... 61%  130M 1s
#18 89.20   9200K .......... .......... .......... .......... .......... 61%  144M 1s
#18 89.20   9250K .......... .......... .......... .......... .......... 62%  134M 1s
#18 89.20   9300K .......... .......... .......... .......... .......... 62%  121M 1s
#18 89.20   9350K .......... .......... .......... .......... .......... 62%  123M 1s
#18 89.20   9400K .......... .......... .......... .......... .......... 63%  133M 1s
#18 89.20   9450K .......... .......... .......... .......... .......... 63%  138M 1s
#18 89.20   9500K .......... .......... .......... .......... .......... 63%  124M 1s
#18 89.20   9550K .......... .......... .......... .......... .......... 64%  177M 1s
#18 89.20   9600K .......... .......... .......... .......... .......... 64%  203M 1s
#18 89.20   9650K .......... .......... .......... .......... .......... 64% 82.3M 0s
#18 89.20   9700K .......... .......... .......... .......... .......... 65%  154M 0s
#18 89.20   9750K .......... .......... .......... .......... .......... 65%  139M 0s
#18 89.20   9800K .......... .......... .......... .......... .......... 65%  152M 0s
#18 89.20   9850K .......... .......... .......... .......... .......... 66%  159M 0s
#18 89.20   9900K .......... .......... .......... .......... .......... 66%  261M 0s
#18 89.20   9950K .......... .......... .......... .......... .......... 66%  726M 0s
#18 89.20  10000K .......... .......... .......... .......... .......... 67%  803M 0s
#18 89.20  10050K .......... .......... .......... .......... .......... 67%  860M 0s
#18 89.20  10100K .......... .......... .......... .......... .......... 67%  851M 0s
#18 89.20  10150K .......... .......... .......... .......... .......... 68%  781M 0s
#18 89.20  10200K .......... .......... .......... .......... .......... 68%  850M 0s
#18 89.20  10250K .......... .......... .......... .......... .......... 68%  710K 0s
#18 89.27  10300K .......... .......... .......... .......... .......... 69%  122M 0s
#18 89.27  10350K .......... .......... .......... .......... .......... 69% 80.7M 0s
#18 89.28  10400K .......... .......... .......... .......... .......... 69%  145M 0s
#18 89.28  10450K .......... .......... .......... .......... .......... 70%  104M 0s
#18 89.28  10500K .......... .......... .......... .......... .......... 70%  132M 0s
#18 89.28  10550K .......... .......... .......... .......... .......... 70%  113M 0s
#18 89.28  10600K .......... .......... .......... .......... .......... 71%  114M 0s
#18 89.28  10650K .......... .......... .......... .......... .......... 71%  128M 0s
#18 89.28  10700K .......... .......... .......... .......... .......... 71%  127M 0s
#18 89.28  10750K .......... .......... .......... .......... .......... 72%  111M 0s
#18 89.28  10800K .......... .......... .......... .......... .......... 72%  148M 0s
#18 89.28  10850K .......... .......... .......... .......... .......... 72% 80.7M 0s
#18 89.28  10900K .......... .......... .......... .......... .......... 73%  152M 0s
#18 89.28  10950K .......... .......... .......... .......... .......... 73%  142M 0s
#18 89.28  11000K .......... .......... .......... .......... .......... 73%  146M 0s
#18 89.28  11050K .......... .......... .......... .......... .......... 74%  157M 0s
#18 89.28  11100K .......... .......... .......... .......... .......... 74%  159M 0s
#18 89.28  11150K .......... .......... .......... .......... .......... 74%  132M 0s
#18 89.28  11200K .......... .......... .......... .......... .......... 75%  153M 0s
#18 89.28  11250K .......... .......... .......... .......... .......... 75%  143M 0s
#18 89.28  11300K .......... .......... .......... .......... .......... 75%  161M 0s
#18 89.28  11350K .......... .......... .......... .......... .......... 76%  145M 0s
#18 89.28  11400K .......... .......... .......... .......... .......... 76%  161M 0s
#18 89.28  11450K .......... .......... .......... .......... .......... 76% 97.5M 0s
#18 89.28  11500K .......... .......... .......... .......... .......... 77%  136M 0s
#18 89.28  11550K .......... .......... .......... .......... .......... 77%  127M 0s
#18 89.28  11600K .......... .......... .......... .......... .......... 77%  161M 0s
#18 89.28  11650K .......... .......... .......... .......... .......... 78%  159M 0s
#18 89.28  11700K .......... .......... .......... .......... .......... 78%  162M 0s
#18 89.29  11750K .......... .......... .......... .......... .......... 78%  138M 0s
#18 89.29  11800K .......... .......... .......... .......... .......... 79%  151M 0s
#18 89.29  11850K .......... .......... .......... .......... .......... 79%  156M 0s
#18 89.29  11900K .......... .......... .......... .......... .......... 79%  143M 0s
#18 89.29  11950K .......... .......... .......... .......... .......... 80%  134M 0s
#18 89.29  12000K .......... .......... .......... .......... .......... 80%  159M 0s
#18 89.29  12050K .......... .......... .......... .......... .......... 80%  666K 0s
#18 89.36  12100K .......... .......... .......... .......... .......... 81% 76.5M 0s
#18 89.36  12150K .......... .......... .......... .......... .......... 81% 93.1M 0s
#18 89.36  12200K .......... .......... .......... .......... .......... 81%  105M 0s
#18 89.36  12250K .......... .......... .......... .......... .......... 82%  104M 0s
#18 89.36  12300K .......... .......... .......... .......... .......... 82%  107M 0s
#18 89.36  12350K .......... .......... .......... .......... .......... 82% 88.1M 0s
#18 89.37  12400K .......... .......... .......... .......... .......... 83%  118M 0s
#18 89.37  12450K .......... .......... .......... .......... .......... 83%  106M 0s
#18 89.37  12500K .......... .......... .......... .......... .......... 83%  102M 0s
#18 89.37  12550K .......... .......... .......... .......... .......... 84%  108M 0s
#18 89.37  12600K .......... .......... .......... .......... .......... 84%  134M 0s
#18 89.37  12650K .......... .......... .......... .......... .......... 84%  135M 0s
#18 89.37  12700K .......... .......... .......... .......... .......... 85%  853M 0s
#18 89.37  12750K .......... .......... .......... .......... .......... 85%  327M 0s
#18 89.37  12800K .......... .......... .......... .......... .......... 85%  114M 0s
#18 89.37  12850K .......... .......... .......... .......... .......... 86%  118M 0s
#18 89.37  12900K .......... .......... .......... .......... .......... 86% 99.0M 0s
#18 89.37  12950K .......... .......... .......... .......... .......... 86%  107M 0s
#18 89.37  13000K .......... .......... .......... .......... .......... 87%  115M 0s
#18 89.37  13050K .......... .......... .......... .......... .......... 87%  123M 0s
#18 89.37  13100K .......... .......... .......... .......... .......... 87%  118M 0s
#18 89.37  13150K .......... .......... .......... .......... .......... 88% 90.9M 0s
#18 89.37  13200K .......... .......... .......... .......... .......... 88%  564K 0s
#18 89.46  13250K .......... .......... .......... .......... .......... 88% 48.3M 0s
#18 89.46  13300K .......... .......... .......... .......... .......... 89% 36.2M 0s
#18 89.46  13350K .......... .......... .......... .......... .......... 89%  125M 0s
#18 89.46  13400K .......... .......... .......... .......... .......... 89%  122M 0s
#18 89.46  13450K .......... .......... .......... .......... .......... 90% 10.1M 0s
#18 89.47  13500K .......... .......... .......... .......... .......... 90%  159M 0s
#18 89.47  13550K .......... .......... .......... .......... .......... 90%  122M 0s
#18 89.47  13600K .......... .......... .......... .......... .......... 91%  127M 0s
#18 89.47  13650K .......... .......... .......... .......... .......... 91%  659K 0s
#18 89.55  13700K .......... .......... .......... .......... .......... 91% 88.0M 0s
#18 89.55  13750K .......... .......... .......... .......... .......... 92%  119M 0s
#18 89.55  13800K .......... .......... .......... .......... .......... 92% 70.2M 0s
#18 89.55  13850K .......... .......... .......... .......... .......... 92%  115M 0s
#18 89.55  13900K .......... .......... .......... .......... .......... 93%  129M 0s
#18 89.55  13950K .......... .......... .......... .......... .......... 93%  113M 0s
#18 89.55  14000K .......... .......... .......... .......... .......... 93%  140M 0s
#18 89.55  14050K .......... .......... .......... .......... .......... 94%  132M 0s
#18 89.55  14100K .......... .......... .......... .......... .......... 94%  140M 0s
#18 89.55  14150K .......... .......... .......... .......... .......... 94%  125M 0s
#18 89.55  14200K .......... .......... .......... .......... .......... 95%  130M 0s
#18 89.55  14250K .......... .......... .......... .......... .......... 95%  142M 0s
#18 89.55  14300K .......... .......... .......... .......... .......... 95%  278M 0s
#18 89.55  14350K .......... .......... .......... .......... .......... 96%  664M 0s
#18 89.55  14400K .......... .......... .......... .......... .......... 96%  441M 0s
#18 89.55  14450K .......... .......... .......... .......... .......... 96%  840M 0s
#18 89.55  14500K .......... .......... .......... .......... .......... 97%  789M 0s
#18 89.55  14550K .......... .......... .......... .......... .......... 97%  691M 0s
#18 89.55  14600K .......... .......... .......... .......... .......... 97%  809M 0s
#18 89.55  14650K .......... .......... .......... .......... .......... 98%  808M 0s
#18 89.55  14700K .......... .......... .......... .......... .......... 98%  800M 0s
#18 89.55  14750K .......... .......... .......... .......... .......... 98%  692M 0s
#18 89.55  14800K .......... .......... .......... .......... .......... 99%  762M 0s
#18 89.55  14850K .......... .......... .......... .......... .......... 99%  827M 0s
#18 89.55  14900K .......... .......... .......... .......... .......... 99%  818M 0s
#18 89.55  14950K .......... .......... .......... .......... ......... 100%  769M=1.3s
#18 89.55 
#18 89.55 2025-09-09 06:40:03 (11.6 MB/s) - 'asterisk-moh-opsound-wav-2.03.tar.gz' saved [15359473/15359473]
#18 89.55 
#18 89.70 make[1]: Leaving directory '/home/asterisk/asterisk/sounds'
#18 89.70 find rest-api -name "*.json" | while read x; do \
#18 89.70 	/usr/bin/install -c -m 644 $x "/var/lib/asterisk/rest-api" ; \
#18 89.70 done
#18 89.71  +---- Asterisk Installation Complete -------+
#18 89.71  +                                           +
#18 89.71  +    YOU MUST READ THE SECURITY DOCUMENT    +
#18 89.71  +                                           +
#18 89.71  + Asterisk has successfully been installed. +
#18 89.71  + If you would like to install the sample   +
#18 89.71  + configuration files (overwriting any      +
#18 89.71  + existing config files), run:              +
#18 89.71  +                                           +
#18 89.71  + For generic reference documentation:      +
#18 89.71  +    make samples                           +
#18 89.71  +                                           +
#18 89.71  + For a sample basic PBX:                   +
#18 89.71  +    make basic-pbx                         +
#18 89.71  +                                           +
#18 89.72  +                                           +
#18 89.72  +-----------------  or ---------------------+
#18 89.72  +                                           +
#18 89.72  + You can go ahead and install the asterisk +
#18 89.72  + program documentation now or later run:   +
#18 89.72  +                                           +
#18 89.72  +               make progdocs               +
#18 89.72  +                                           +
#18 89.72  + **Note** This requires that you have      +
#18 89.72  + doxygen installed on your local system    +
#18 89.72  +-------------------------------------------+
#18 98.79 Installing adsi config files...
#18 98.79 /usr/bin/install -c -d "/etc/asterisk"
#18 98.80 Installing configs/samples/asterisk.adsi
#18 98.80 Installing configs/samples/telcordia-1.adsi
#18 98.81 Installing other config files...
#18 98.81 Installing file configs/samples/acl.conf.sample
#18 98.82 Installing file configs/samples/adsi.conf.sample
#18 98.82 Installing file configs/samples/aeap.conf.sample
#18 98.83 Installing file configs/samples/agents.conf.sample
#18 98.83 Installing file configs/samples/alarmreceiver.conf.sample
#18 98.84 Installing file configs/samples/alsa.conf.sample
#18 98.85 Installing file configs/samples/amd.conf.sample
#18 98.85 Installing file configs/samples/app_skel.conf.sample
#18 98.86 Installing file configs/samples/ari.conf.sample
#18 98.86 Installing file configs/samples/ast_debug_tools.conf.sample
#18 98.87 Installing file configs/samples/asterisk.conf.sample
#18 98.87 Installing file configs/samples/calendar.conf.sample
#18 98.88 Installing file configs/samples/ccss.conf.sample
#18 98.88 Installing file configs/samples/cdr.conf.sample
#18 98.89 Installing file configs/samples/cdr_adaptive_odbc.conf.sample
#18 98.90 Installing file configs/samples/cdr_beanstalkd.conf.sample
#18 98.90 Installing file configs/samples/cdr_custom.conf.sample
#18 98.91 Installing file configs/samples/cdr_manager.conf.sample
#18 98.91 Installing file configs/samples/cdr_odbc.conf.sample
#18 98.92 Installing file configs/samples/cdr_pgsql.conf.sample
#18 98.92 Installing file configs/samples/cdr_sqlite3_custom.conf.sample
#18 98.93 Installing file configs/samples/cdr_tds.conf.sample
#18 98.93 Installing file configs/samples/cel.conf.sample
#18 98.94 Installing file configs/samples/cel_beanstalkd.conf.sample
#18 98.94 Installing file configs/samples/cel_custom.conf.sample
#18 98.95 Installing file configs/samples/cel_odbc.conf.sample
#18 98.95 Installing file configs/samples/cel_pgsql.conf.sample
#18 98.96 Installing file configs/samples/cel_sqlite3_custom.conf.sample
#18 98.96 Installing file configs/samples/cel_tds.conf.sample
#18 98.97 Installing file configs/samples/chan_dahdi.conf.sample
#18 98.98 Installing file configs/samples/chan_mobile.conf.sample
#18 98.98 Installing file configs/samples/cli.conf.sample
#18 98.99 Installing file configs/samples/cli_aliases.conf.sample
#18 98.99 Installing file configs/samples/cli_permissions.conf.sample
#18 99.00 Installing file configs/samples/codecs.conf.sample
#18 99.00 Installing file configs/samples/confbridge.conf.sample
#18 99.01 Installing file configs/samples/config_test.conf.sample
#18 99.01 Installing file configs/samples/console.conf.sample
#18 99.02 Installing file configs/samples/dbsep.conf.sample
#18 99.02 Installing file configs/samples/dnsmgr.conf.sample
#18 99.03 Installing file configs/samples/dsp.conf.sample
#18 99.03 Installing file configs/samples/dundi.conf.sample
#18 99.04 Installing file configs/samples/enum.conf.sample
#18 99.04 Installing file configs/samples/extconfig.conf.sample
#18 99.05 Installing file configs/samples/extensions.ael.sample
#18 99.06 Installing file configs/samples/extensions.conf.sample
#18 99.06 Installing file configs/samples/extensions.lua.sample
#18 99.07 Installing file configs/samples/extensions_minivm.conf.sample
#18 99.07 Installing file configs/samples/features.conf.sample
#18 99.08 Installing file configs/samples/festival.conf.sample
#18 99.08 Installing file configs/samples/followme.conf.sample
#18 99.09 Installing file configs/samples/func_odbc.conf.sample
#18 99.09 Installing file configs/samples/geolocation.conf.sample
#18 99.10 Installing file configs/samples/hep.conf.sample
#18 99.10 Installing file configs/samples/http.conf.sample
#18 99.11 Installing file configs/samples/iax.conf.sample
#18 99.11 Installing file configs/samples/iaxprov.conf.sample
#18 99.12 Installing file configs/samples/indications.conf.sample
#18 99.12 Installing file configs/samples/logger.conf.sample
#18 99.13 Installing file configs/samples/manager.conf.sample
#18 99.13 Installing file configs/samples/meetme.conf.sample
#18 99.14 Installing file configs/samples/mgcp.conf.sample
#18 99.14 Installing file configs/samples/minivm.conf.sample
#18 99.15 Installing file configs/samples/modules.conf.sample
#18 99.15 Installing file configs/samples/motif.conf.sample
#18 99.16 Installing file configs/samples/musiconhold.conf.sample
#18 99.16 Installing file configs/samples/ooh323.conf.sample
#18 99.17 Installing file configs/samples/osp.conf.sample
#18 99.17 Installing file configs/samples/phoneprov.conf.sample
#18 99.18 Installing file configs/samples/pjproject.conf.sample
#18 99.18 Installing file configs/samples/pjsip.conf.sample
#18 99.19 Installing file configs/samples/pjsip_notify.conf.sample
#18 99.19 Installing file configs/samples/pjsip_wizard.conf.sample
#18 99.20 Installing file configs/samples/prometheus.conf.sample
#18 99.20 Installing file configs/samples/queuerules.conf.sample
#18 99.21 Installing file configs/samples/queues.conf.sample
#18 99.21 Installing file configs/samples/res_config_mysql.conf.sample
#18 99.22 Installing file configs/samples/res_config_odbc.conf.sample
#18 99.22 Installing file configs/samples/res_config_sqlite3.conf.sample
#18 99.22 Installing file configs/samples/res_corosync.conf.sample
#18 99.23 Installing file configs/samples/res_curl.conf.sample
#18 99.23 Installing file configs/samples/res_fax.conf.sample
#18 99.23 Installing file configs/samples/res_http_media_cache.conf.sample
#18 99.23 Installing file configs/samples/res_ldap.conf.sample
#18 99.23 Installing file configs/samples/res_odbc.conf.sample
#18 99.24 Installing file configs/samples/res_parking.conf.sample
#18 99.24 Installing file configs/samples/res_pgsql.conf.sample
#18 99.24 Installing file configs/samples/res_pktccops.conf.sample
#18 99.24 Installing file configs/samples/res_snmp.conf.sample
#18 99.24 Installing file configs/samples/res_stun_monitor.conf.sample
#18 99.24 Installing file configs/samples/resolver_unbound.conf.sample
#18 99.24 Installing file configs/samples/rtp.conf.sample
#18 99.24 Installing file configs/samples/say.conf.sample
#18 99.25 Installing file configs/samples/sip.conf.sample
#18 99.25 Installing file configs/samples/sip_notify.conf.sample
#18 99.25 Installing file configs/samples/skinny.conf.sample
#18 99.25 Installing file configs/samples/sla.conf.sample
#18 99.25 Installing file configs/samples/smdi.conf.sample
#18 99.25 Installing file configs/samples/sorcery.conf.sample
#18 99.25 Installing file configs/samples/ss7.timers.sample
#18 99.25 Installing file configs/samples/stasis.conf.sample
#18 99.25 Installing file configs/samples/statsd.conf.sample
#18 99.25 Installing file configs/samples/stir_shaken.conf.sample
#18 99.25 Installing file configs/samples/test_sorcery.conf.sample
#18 99.25 Installing file configs/samples/udptl.conf.sample
#18 99.26 Installing file configs/samples/unistim.conf.sample
#18 99.26 Installing file configs/samples/users.conf.sample
#18 99.26 Installing file configs/samples/voicemail.conf.sample
#18 99.26 Installing file configs/samples/xmpp.conf.sample
#18 99.26 Updating asterisk.conf
#18 99.26 /usr/bin/install -c -d "/var/spool/asterisk/voicemail/default/1234/INBOX"
#18 99.26 build_tools/make_sample_voicemail "//var/lib/asterisk" "//var/spool/asterisk"
#18 99.28 Installing file phoneprov/000000000000-directory.xml
#18 99.28 Installing file phoneprov/000000000000-phone.cfg
#18 99.28 Installing file phoneprov/000000000000.cfg
#18 99.28 Installing file phoneprov/polycom.xml
#18 99.28 Installing file phoneprov/polycom_line.xml
#18 99.29 Installing file phoneprov/snom-mac.xml
#18 DONE 99.7s

#19 [14/15] RUN	SETCAP 'cap_net_admin,cap_sys_resource=ep' /usr/sbin/asterisk
#19 DONE 0.6s

#20 [15/15] RUN	CD asterisk/codec_server && 	make "-j$(nproc)" && 	cp cserver /usr/bin/cserver
#20 0.363 cc -O3 -ggdb -pthread cserver.c -o cserver
#20 DONE 0.5s

#21 exporting to image
#21 exporting layers
#21 exporting layers 3.2s done
#21 writing image sha256:4bb8c34028ab0b504c43db7093996c090f9aac2b886d8b15c93d043749047395 done
#21 naming to docker.io/osmocom-build/asterisk-master:latest 0.0s done
#21 DONE 3.3s

 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/$DISTRO-build results in empty or invalid base image name (line 4)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-asterisk-ims-ue-test/asterisk-master'
+ docker_image_exists asterisk-master
+ docker images -q osmocom-build/asterisk-master
+ test -n 4bb8c34028ab
+ list_osmo_packages debian-bookworm asterisk-master
+ local distro=debian-bookworm
+ local image=asterisk-master
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/asterisk-master -c
+ [ -n  ]
+ return
+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends ttcn3-asterisk-ims-ue-test
+ local feed
+ echo debian-bookworm-titan
+ depends=debian-bookworm-titan
+ [ -n debian-bookworm-titan ]
+ docker_images_require debian-bookworm-titan
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker pull registry.osmocom.org/osmocom-build/debian-bookworm-titan
Using default tag: latest
latest: Pulling from osmocom-build/debian-bookworm-titan
Digest: sha256:2b3c045a0787e82aa55f625a5cc48bf746193e4e5c7dd90bb463d5995d0ba55a
Status: Image is up to date for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
+ continue
+ docker_distro_from_image_name ttcn3-asterisk-ims-ue-test
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name ttcn3-asterisk-ims-ue-test
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name ttcn3-asterisk-ims-ue-test
+ echo ttcn3-asterisk-ims-ue-test
+ dir=ttcn3-asterisk-ims-ue-test
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../ttcn3-asterisk-ims-ue-test/Dockerfile
+ from_line=FROM	$REGISTRY/$USER/debian-bookworm-titan
+ echo FROM	$REGISTRY/$USER/debian-bookworm-titan
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: ttcn3-asterisk-ims-ue-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../ttcn3-asterisk-ims-ue-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/ttcn3-asterisk-ims-ue-test OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-asterisk-ims-ue-test/ttcn3-asterisk-ims-ue-test'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/ttcn3-asterisk-ims-ue-test/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t osmocom-build/ttcn3-asterisk-ims-ue-test:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 461B done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $REGISTRY/$USER/debian-bookworm-titan results in empty or invalid base image name (line 3)
#1 DONE 0.1s

#2 [internal] load metadata for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context:
#3 transferring context: 2B done
#3 DONE 0.1s

#4 [1/5] FROM registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
#4 DONE 0.0s

#5 [2/5] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-TTCN3-HACKS/+/MASTER?FORMAT=TEXT /tmp/commit
#5 DONE 0.1s

#6 [internal] load build context
#6 transferring context: 2.21kB done
#6 DONE 0.1s

#7 [2/5] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-TTCN3-HACKS/+/MASTER?FORMAT=TEXT /tmp/commit
#7 CACHED

#8 [3/5] RUN	TTCN3-DOCKER-PREPARE "master" asterisk
#8 0.302 + OSMO_TTCN3_BRANCH=master
#8 0.302 + shift
#8 0.302 + cd /osmo-ttcn3-hacks
#8 0.302 + git fetch
#8 0.341 + git checkout master
#8 0.377 Already on 'master'
#8 0.377 Your branch is up to date with 'origin/master'.
#8 0.377 + git symbolic-ref -q HEAD
#8 0.377 refs/heads/master
#8 0.377 + git reset --hard origin/master
#8 0.380 HEAD is now at 589f2aac mme: Split ConnHdlr to its own file
#8 0.381 + git rev-parse --abbrev-ref HEAD
#8 0.381 master
#8 0.381 + git rev-parse HEAD
#8 0.382 589f2aacdd3dc4a1a08a2614c57ac349e00550ba
#8 0.382 + diff -q /tmp/deps-Makefile deps/Makefile
#8 0.382 Files /tmp/deps-Makefile and deps/Makefile differ
#8 0.382 + make -j8 deps
#8 0.457 make: Nothing to be done for 'deps'.
#8 0.458 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh /ttcn3-dumpcap-start.sh
#8 0.460 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 0.460 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh /ttcn3-tcpdump-start.sh
#8 0.461 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 0.462 + ln -sv /osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh /ttcn3-dumpcap-stop.sh
#8 0.463 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 0.463 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /ttcn3-tcpdump-stop.sh
#8 0.464 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 0.465 + ln -sv /osmo-ttcn3-hacks/_scripts /_scripts
#8 0.466 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 0.466 + make asterisk
#8 0.581 (cd asterisk && ./gen_links.sh && ./regen_makefile.sh)
#8 0.627 ttcn3_makefilegen: error: Cannot find any source file for argument `PIPEasp_Templates.ttcn'.
#8 0.631 ttcn3_makefilegen: warning: TTCN-3 preprocessing (option `-p') is enabled, but no TTCN-3 files to be preprocessed were given for the Makefile.
#8 0.632 make: *** [Makefile:131: _build/asterisk/Makefile] Error 1
#8 ERROR: process "/bin/sh -c ttcn3-docker-prepare \"$OSMO_TTCN3_BRANCH\" asterisk" did not complete successfully: exit code: 2
------
 > [3/5] RUN	TTCN3-DOCKER-PREPARE "master" asterisk:
0.463 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
0.463 + ln -sv /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /ttcn3-tcpdump-stop.sh
0.464 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
0.465 + ln -sv /osmo-ttcn3-hacks/_scripts /_scripts
0.466 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
0.466 + make asterisk
0.581 (cd asterisk && ./gen_links.sh && ./regen_makefile.sh)
0.627 ttcn3_makefilegen: error: Cannot find any source file for argument `PIPEasp_Templates.ttcn'.
0.631 ttcn3_makefilegen: warning: TTCN-3 preprocessing (option `-p') is enabled, but no TTCN-3 files to be preprocessed were given for the Makefile.
0.632 make: *** [Makefile:131: _build/asterisk/Makefile] Error 1
------

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $REGISTRY/$USER/debian-bookworm-titan results in empty or invalid base image name (line 3)
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 14)
Dockerfile:7
--------------------
   5 |     
   6 |     ADD	https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
   7 | >>> RUN	ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" asterisk
   8 |     
   9 |     VOLUME	/data
--------------------
ERROR: failed to solve: process "/bin/sh -c ttcn3-docker-prepare \"$OSMO_TTCN3_BRANCH\" asterisk" did not complete successfully: exit code: 2
make: *** [../make/Makefile:96: docker-build] Error 1
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-asterisk-ims-ue-test/ttcn3-asterisk-ims-ue-test'
+ exit 1
+ RC=1
+ uptime
+ grep --color=always -o load.*
load average: 4.81, 2.83, 2.11
+ exit 1
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Sending e-mails to: jenkins-notifications@lists.osmocom.org
Archiving artifacts
Finished: FAILURE