Skip to content

Console Output

Skipping 333 KB.. Full Log
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:68:5: note: declared here
   68 | int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
      |     ^~~~~~~~~~~~~~~~~~
bsc_msg_filter.c: In function '_dt_check_id_resp':
bsc_msg_filter.c:317:9: warning: 'gsm48_mi_to_string' is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
  317 |         gsm48_mi_to_string(mi_string, sizeof(mi_string), &data[1], data[0]);
      |         ^~~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:68:5: note: declared here
   68 | int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
      |     ^~~~~~~~~~~~~~~~~~
  AR       libfilter.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/build/openbsc/src/libfilter'
Making all in libcommon-cs
make[3]: Entering directory '/build/openbsc/src/libcommon-cs'
  CC       common_cs.o
  CC       common_cs_vty.o
common_cs.c: In function 'gsm_network_init':
common_cs.c:84:9: warning: 'osmo_counter_alloc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
   84 |         net->active_calls = osmo_counter_alloc("msc.active_calls");
      |         ^~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
                 from ../../include/openbsc/gsm_data_shared.h:10,
                 from ../../include/openbsc/gsm_data.h:178,
                 from common_cs.c:28:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
   47 | struct osmo_counter *osmo_counter_alloc(const char *name)
      |                      ^~~~~~~~~~~~~~~~~~
  AR       libcommon-cs.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/build/openbsc/src/libcommon-cs'
Making all in osmo-nitb
make[3]: Entering directory '/build/openbsc/src/osmo-nitb'
  CC       bsc_hack.o
bsc_hack.c: In function 'create_pcap_file':
bsc_hack.c:86:9: warning: 'e1_set_pcap_fd' is deprecated: Use e1_set_pcap_fd2() instead [-Wdeprecated-declarations]
   86 |         e1_set_pcap_fd(fd);
      |         ^~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_data_shared.h:21,
                 from ../../include/openbsc/gsm_data.h:178,
                 from ../../include/openbsc/gsm_subscriber.h:9,
                 from ../../include/openbsc/db.h:25,
                 from bsc_hack.c:32:
/build/deps/install/stow/libosmo-abis/include/osmocom/abis/e1_input.h:366:5: note: declared here
  366 | int e1_set_pcap_fd(int fd);
      |     ^~~~~~~~~~~~~~
bsc_hack.c: In function 'main':
bsc_hack.c:283:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  283 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from bsc_hack.c:33:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     osmo-nitb
make[3]: Leaving directory '/build/openbsc/src/osmo-nitb'
Making all in osmo-bsc_mgcp
make[3]: Entering directory '/build/openbsc/src/osmo-bsc_mgcp'
  CC       mgcp_main.o
mgcp_main.c:62:2: warning: #warning "Make use of the rtp proxy code" [-Wcpp]
   62 | #warning "Make use of the rtp proxy code"
      |  ^~~~~~~
mgcp_main.c: In function 'main':
mgcp_main.c:209:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  209 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from mgcp_main.c:40:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
mgcp_main.c:239:9: warning: 'telnet_init_dynif' is deprecated: This function ignores dynamic port configuration. Use telnet_init_default() instead [-Wdeprecated-declarations]
  239 |         rc = telnet_init_dynif(tall_bsc_ctx, &dummy_network,
      |         ^~
In file included from mgcp_main.c:47:
/build/deps/install/stow/libosmocore/include/osmocom/vty/telnet_interface.h:49:5: note: declared here
   49 | int telnet_init_dynif(void *tall_ctx, void *priv, const char *ip, int port)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     osmo-bsc_mgcp
make[3]: Leaving directory '/build/openbsc/src/osmo-bsc_mgcp'
Making all in utils
make[3]: Entering directory '/build/openbsc/src/utils'
  CC       bs11_config.o
  CC       isdnsync.o
  CC       smpp_mirror.o
smpp_mirror.c: In function 'main':
smpp_mirror.c:339:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  339 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from smpp_mirror.c:13:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
smpp_mirror.c:191:69: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  191 |         snprintf((char *)bind.system_id, sizeof(bind.system_id), "%s", esme->system_id);
      |                                                                     ^
In function 'bind_transceiver',
    inlined from 'smpp_esme_init' at smpp_mirror.c:324:9,
    inlined from 'main' at smpp_mirror.c:350:7:
smpp_mirror.c:191:9: note: 'snprintf' output between 1 and 17 bytes into a destination of size 16
  191 |         snprintf((char *)bind.system_id, sizeof(bind.system_id), "%s", esme->system_id);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
smpp_mirror.c: In function 'main':
smpp_mirror.c:192:65: warning: '%s' directive output may be truncated writing up to 16 bytes into a region of size 9 [-Wformat-truncation=]
  192 |         snprintf((char *)bind.password, sizeof(bind.password), "%s", esme->password);
      |                                                                 ^~   ~~~~~~~~~~~~~~
In function 'bind_transceiver',
    inlined from 'smpp_esme_init' at smpp_mirror.c:324:9,
    inlined from 'main' at smpp_mirror.c:350:7:
smpp_mirror.c:192:9: note: 'snprintf' output between 1 and 17 bytes into a destination of size 9
  192 |         snprintf((char *)bind.password, sizeof(bind.password), "%s", esme->password);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bs11_config.c: In function 'main':
bs11_config.c:896:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  896 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from bs11_config.c:43:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     isdnsync
  CCLD     smpp_mirror
  CCLD     bs11_config
make[3]: Leaving directory '/build/openbsc/src/utils'
Making all in osmo-bsc_nat
make[3]: Entering directory '/build/openbsc/src/osmo-bsc_nat'
  CC       bsc_filter.o
  CC       bsc_mgcp_utils.o
  CC       bsc_nat.o
  CC       bsc_nat_utils.o
  CC       bsc_nat_vty.o
  CC       bsc_sccp.o
  CC       bsc_ussd.o
  CC       bsc_nat_ctrl.o
bsc_filter.c:141:1: warning: "/*" within comment [-Wcomment]
  141 | /* it's blacklisted (not to be forwarded) */
      |  
bsc_nat_utils.c: In function 'bsc_nat_alloc':
bsc_nat_utils.c:97:9: warning: 'osmo_counter_alloc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
   97 |         nat->stats.sccp.conn = osmo_counter_alloc("nat.sccp.conn");
      |         ^~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
                 from ../../include/openbsc/bsc_nat.h:34,
                 from bsc_nat_utils.c:24:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
   47 | struct osmo_counter *osmo_counter_alloc(const char *name)
      |                      ^~~~~~~~~~~~~~~~~~
bsc_nat_utils.c:98:9: warning: 'osmo_counter_alloc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
   98 |         nat->stats.sccp.calls = osmo_counter_alloc("nat.sccp.calls");
      |         ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
   47 | struct osmo_counter *osmo_counter_alloc(const char *name)
      |                      ^~~~~~~~~~~~~~~~~~
bsc_nat_utils.c:99:9: warning: 'osmo_counter_alloc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
   99 |         nat->stats.bsc.reconn = osmo_counter_alloc("nat.bsc.conn");
      |         ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
   47 | struct osmo_counter *osmo_counter_alloc(const char *name)
      |                      ^~~~~~~~~~~~~~~~~~
bsc_nat_utils.c:100:9: warning: 'osmo_counter_alloc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  100 |         nat->stats.bsc.auth_fail = osmo_counter_alloc("nat.bsc.auth_fail");
      |         ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
   47 | struct osmo_counter *osmo_counter_alloc(const char *name)
      |                      ^~~~~~~~~~~~~~~~~~
bsc_nat_utils.c:101:9: warning: 'osmo_counter_alloc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  101 |         nat->stats.msc.reconn = osmo_counter_alloc("nat.msc.conn");
      |         ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
   47 | struct osmo_counter *osmo_counter_alloc(const char *name)
      |                      ^~~~~~~~~~~~~~~~~~
bsc_nat_utils.c:102:9: warning: 'osmo_counter_alloc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  102 |         nat->stats.ussd.reconn = osmo_counter_alloc("nat.ussd.conn");
      |         ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
   47 | struct osmo_counter *osmo_counter_alloc(const char *name)
      |                      ^~~~~~~~~~~~~~~~~~
bsc_nat_utils.c: In function 'bsc_nat_free':
bsc_nat_utils.c:130:9: warning: 'osmo_counter_free' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  130 |         osmo_counter_free(nat->stats.sccp.conn);
      |         ^~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50:6: note: declared here
   50 | void osmo_counter_free(struct osmo_counter *ctr)
      |      ^~~~~~~~~~~~~~~~~
bsc_nat_utils.c:131:9: warning: 'osmo_counter_free' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  131 |         osmo_counter_free(nat->stats.sccp.calls);
      |         ^~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50:6: note: declared here
   50 | void osmo_counter_free(struct osmo_counter *ctr)
      |      ^~~~~~~~~~~~~~~~~
bsc_nat_utils.c:132:9: warning: 'osmo_counter_free' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  132 |         osmo_counter_free(nat->stats.bsc.reconn);
      |         ^~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50:6: note: declared here
   50 | void osmo_counter_free(struct osmo_counter *ctr)
      |      ^~~~~~~~~~~~~~~~~
bsc_nat_utils.c:133:9: warning: 'osmo_counter_free' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  133 |         osmo_counter_free(nat->stats.bsc.auth_fail);
      |         ^~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50:6: note: declared here
   50 | void osmo_counter_free(struct osmo_counter *ctr)
      |      ^~~~~~~~~~~~~~~~~
bsc_nat_utils.c:134:9: warning: 'osmo_counter_free' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  134 |         osmo_counter_free(nat->stats.msc.reconn);
      |         ^~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50:6: note: declared here
   50 | void osmo_counter_free(struct osmo_counter *ctr)
      |      ^~~~~~~~~~~~~~~~~
bsc_nat_utils.c:135:9: warning: 'osmo_counter_free' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  135 |         osmo_counter_free(nat->stats.ussd.reconn);
      |         ^~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50:6: note: declared here
   50 | void osmo_counter_free(struct osmo_counter *ctr)
      |      ^~~~~~~~~~~~~~~~~
bsc_sccp.c: In function 'create_sccp_src_ref':
bsc_sccp.c:132:9: warning: 'osmo_counter_inc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  132 |         osmo_counter_inc(bsc->cfg->nat->stats.sccp.conn);
      |         ^~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
                 from ../../include/openbsc/bsc_nat.h:34,
                 from bsc_sccp.c:23:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:28:20: note: declared here
   28 | static inline void osmo_counter_inc(struct osmo_counter *ctr)
      |                    ^~~~~~~~~~~~~~~~
bsc_nat_vty.c: In function 'dump_stat_total':
bsc_nat_vty.c:295:17: warning: 'osmo_counter_get' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  295 |                 osmo_counter_get(nat->stats.sccp.conn),
      |                 ^~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
                 from ../../include/openbsc/gsm_data_shared.h:10,
                 from ../../include/openbsc/gsm_data.h:178,
                 from bsc_nat_vty.c:22:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:35:29: note: declared here
   35 | static inline unsigned long osmo_counter_get(struct osmo_counter *ctr)
      |                             ^~~~~~~~~~~~~~~~
bsc_nat_vty.c:296:17: warning: 'osmo_counter_get' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  296 |                 osmo_counter_get(nat->stats.sccp.calls), VTY_NEWLINE);
      |                 ^~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:35:29: note: declared here
   35 | static inline unsigned long osmo_counter_get(struct osmo_counter *ctr)
      |                             ^~~~~~~~~~~~~~~~
bsc_nat_vty.c:298:17: warning: 'osmo_counter_get' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  298 |                 osmo_counter_get(nat->stats.msc.reconn), VTY_NEWLINE);
      |                 ^~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:35:29: note: declared here
   35 | static inline unsigned long osmo_counter_get(struct osmo_counter *ctr)
      |                             ^~~~~~~~~~~~~~~~
bsc_nat_vty.c:302:17: warning: 'osmo_counter_get' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  302 |                 osmo_counter_get(nat->stats.bsc.reconn),
      |                 ^~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:35:29: note: declared here
   35 | static inline unsigned long osmo_counter_get(struct osmo_counter *ctr)
      |                             ^~~~~~~~~~~~~~~~
bsc_nat_vty.c:303:17: warning: 'osmo_counter_get' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  303 |                 osmo_counter_get(nat->stats.bsc.auth_fail), VTY_NEWLINE);
      |                 ^~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:35:29: note: declared here
   35 | static inline unsigned long osmo_counter_get(struct osmo_counter *ctr)
      |                             ^~~~~~~~~~~~~~~~
bsc_nat.c: In function 'forward_sccp_to_bts':
bsc_nat.c:726:33: warning: 'osmo_counter_inc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  726 |                                 osmo_counter_inc(nat->stats.sccp.calls);
      |                                 ^~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
                 from ../../include/openbsc/bsc_nat.h:34,
                 from bsc_nat.c:44:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:28:20: note: declared here
   28 | static inline void osmo_counter_inc(struct osmo_counter *ctr)
      |                    ^~~~~~~~~~~~~~~~
bsc_nat.c: In function 'msc_connection_connected':
bsc_nat.c:815:9: warning: 'osmo_counter_inc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  815 |         osmo_counter_inc(nat->stats.msc.reconn);
      |         ^~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:28:20: note: declared here
   28 | static inline void osmo_counter_inc(struct osmo_counter *ctr)
      |                    ^~~~~~~~~~~~~~~~
bsc_nat.c: In function 'bsc_close_connection':
bsc_nat.c:952:17: warning: 'ctrl_cmd_send' is deprecated: Use ctrl_cmd_send2() instead. [-Wdeprecated-declarations]
  952 |                 ctrl_cmd_send(&cmd_entry->cmd->ccon->write_queue, cmd_entry->cmd);
      |                 ^~~~~~~~~~~~~
In file included from bsc_nat.c:53:
/build/deps/install/stow/libosmocore/include/osmocom/ctrl/control_if.h:31:5: note: declared here
   31 | int ctrl_cmd_send(struct osmo_wqueue *queue, struct ctrl_cmd *cmd) OSMO_DEPRECATED("Use ctrl_cmd_send2() instead.");
      |     ^~~~~~~~~~~~~
bsc_nat.c: In function 'verify_key':
bsc_nat.c:1028:9: warning: 'osmo_auth_gen_vec' is deprecated: Use osmo_auth_gen_vec2 instead [-Wdeprecated-declarations]
 1028 |         osmo_auth_gen_vec(&vec, &auth, conn->last_rand);
      |         ^~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_data.h:16,
                 from ../../include/openbsc/gsm_subscriber.h:9,
                 from ../../include/openbsc/ipaccess.h:5,
                 from bsc_nat.c:47:
/build/deps/install/stow/libosmocore/include/osmocom/crypt/auth.h:120:5: note: declared here
  120 | int osmo_auth_gen_vec(struct osmo_auth_vector *vec,
      |     ^~~~~~~~~~~~~~~~~
bsc_nat.c: In function 'ipaccess_listen_bsc_cb':
bsc_nat.c:1394:9: warning: 'osmo_counter_inc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
 1394 |         osmo_counter_inc(nat->stats.bsc.reconn);
      |         ^~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:28:20: note: declared here
   28 | static inline void osmo_counter_inc(struct osmo_counter *ctr)
      |                    ^~~~~~~~~~~~~~~~
bsc_nat.c: In function 'main':
bsc_nat.c:1620:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
 1620 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from bsc_nat.c:59:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
bsc_nat.c:1664:9: warning: 'telnet_init_dynif' is deprecated: This function ignores dynamic port configuration. Use telnet_init_default() instead [-Wdeprecated-declarations]
 1664 |         if (telnet_init_dynif(tall_bsc_ctx, NULL, vty_get_bind_addr(),
      |         ^~
In file included from bsc_nat.c:67:
/build/deps/install/stow/libosmocore/include/osmocom/vty/telnet_interface.h:49:5: note: declared here
   49 | int telnet_init_dynif(void *tall_ctx, void *priv, const char *ip, int port)
      |     ^~~~~~~~~~~~~~~~~
bsc_ussd.c: In function 'ussd_listen_cb':
bsc_ussd.c:250:9: warning: 'osmo_counter_inc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  250 |         osmo_counter_inc(nat->stats.ussd.reconn);
      |         ^~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
                 from ../../include/openbsc/bsc_nat.h:34,
                 from bsc_ussd.c:23:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:28:20: note: declared here
   28 | static inline void osmo_counter_inc(struct osmo_counter *ctr)
      |                    ^~~~~~~~~~~~~~~~
bsc_ussd.c: In function 'bsc_ussd_check':
bsc_ussd.c:428:17: warning: 'gsm0480_decode_ussd_request' is deprecated: Use gsm0480_decode_ss_request() instead [-Wdeprecated-declarations]
  428 |                 if (gsm0480_decode_ussd_request(hdr48, len, &req) != 1)
      |                 ^~
In file included from bsc_ussd.c:30:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm0480.h:50:5: note: declared here
   50 | int gsm0480_decode_ussd_request(const struct gsm48_hdr *hdr, uint16_t len,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       bsc_nat_rewrite.o
  CC       bsc_nat_rewrite_trie.o
  CC       bsc_nat_filter.o
bsc_nat_ctrl.c: In function 'bsc_nat_handle_ctrlif_msg':
bsc_nat_ctrl.c:153:25: warning: 'ctrl_cmd_send' is deprecated: Use ctrl_cmd_send2() instead. [-Wdeprecated-declarations]
  153 |                         ctrl_cmd_send(&pending->cmd->ccon->write_queue, cmd);
      |                         ^~~~~~~~~~~~~
In file included from bsc_nat_ctrl.c:25:
/build/deps/install/stow/libosmocore/include/osmocom/ctrl/control_if.h:31:5: note: declared here
   31 | int ctrl_cmd_send(struct osmo_wqueue *queue, struct ctrl_cmd *cmd) OSMO_DEPRECATED("Use ctrl_cmd_send2() instead.");
      |     ^~~~~~~~~~~~~
bsc_nat_ctrl.c:173:9: warning: 'ctrl_cmd_send' is deprecated: Use ctrl_cmd_send2() instead. [-Wdeprecated-declarations]
  173 |         ctrl_cmd_send(&bsc->write_queue, cmd);
      |         ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/ctrl/control_if.h:31:5: note: declared here
   31 | int ctrl_cmd_send(struct osmo_wqueue *queue, struct ctrl_cmd *cmd) OSMO_DEPRECATED("Use ctrl_cmd_send2() instead.");
      |     ^~~~~~~~~~~~~
bsc_nat_ctrl.c: In function 'pending_timeout_cb':
bsc_nat_ctrl.c:184:9: warning: 'ctrl_cmd_send' is deprecated: Use ctrl_cmd_send2() instead. [-Wdeprecated-declarations]
  184 |         ctrl_cmd_send(&pending->cmd->ccon->write_queue, pending->cmd);
      |         ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/ctrl/control_if.h:31:5: note: declared here
   31 | int ctrl_cmd_send(struct osmo_wqueue *queue, struct ctrl_cmd *cmd) OSMO_DEPRECATED("Use ctrl_cmd_send2() instead.");
      |     ^~~~~~~~~~~~~
bsc_nat_ctrl.c: In function 'forward_to_bsc':
bsc_nat_ctrl.c:279:17: warning: 'ctrl_cmd_send' is deprecated: Use ctrl_cmd_send2() instead. [-Wdeprecated-declarations]
  279 |                 if (ctrl_cmd_send(&bsc->write_queue, bsc_cmd)) {
      |                 ^~
/build/deps/install/stow/libosmocore/include/osmocom/ctrl/control_if.h:31:5: note: declared here
   31 | int ctrl_cmd_send(struct osmo_wqueue *queue, struct ctrl_cmd *cmd) OSMO_DEPRECATED("Use ctrl_cmd_send2() instead.");
      |     ^~~~~~~~~~~~~
bsc_nat_rewrite.c: In function 'rewrite_sms':
bsc_nat_rewrite.c:500:9: warning: 'gsm48_decode_bcd_number' is deprecated: Use gsm48_decode_bcd_number2() for improved bounds checking [-Wdeprecated-declarations]
  500 |         gsm48_decode_bcd_number(smsc_addr, ARRAY_SIZE(smsc_addr), dest_addr_ptr - 1, 1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:13,
                 from ../../include/openbsc/gsm_04_08.h:4,
                 from ../../include/openbsc/rest_octets.h:5,
                 from ../../include/openbsc/gsm_data.h:18,
                 from bsc_nat_rewrite.c:27:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48_ie.h:16:5: note: declared here
   16 | int gsm48_decode_bcd_number(char *output, int output_len,
      |     ^~~~~~~~~~~~~~~~~~~~~~~
bsc_nat_rewrite.c:546:9: warning: 'gsm48_decode_bcd_number' is deprecated: Use gsm48_decode_bcd_number2() for improved bounds checking [-Wdeprecated-declarations]
  546 |         gsm48_decode_bcd_number(_dest_nr + 2, ARRAY_SIZE(_dest_nr) - 2,
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48_ie.h:16:5: note: declared here
   16 | int gsm48_decode_bcd_number(char *output, int output_len,
      |     ^~~~~~~~~~~~~~~~~~~~~~~
  CCLD     osmo-bsc_nat
make[3]: Leaving directory '/build/openbsc/src/osmo-bsc_nat'
Making all in osmo-bsc
make[3]: Entering directory '/build/openbsc/src/osmo-bsc'
  CC       osmo_bsc_main.o
  CC       osmo_bsc_api.o
  CC       osmo_bsc_grace.o
  CC       osmo_bsc_msc.o
  CC       osmo_bsc_vty.o
  CC       osmo_bsc_sccp.o
  CC       osmo_bsc_filter.o
  CC       osmo_bsc_bssap.o
osmo_bsc_main.c: In function 'main':
osmo_bsc_main.c:204:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  204 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from osmo_bsc_main.c:37:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
osmo_bsc_api.c: In function 'bsc_sapi_n_reject':
osmo_bsc_api.c:141:9: warning: 'gsm0808_create_sapi_reject' is deprecated: Use gsm0808_create_sapi_reject_cause() instead [-Wdeprecated-declarations]
  141 |         resp = gsm0808_create_sapi_reject(dlci);
      |         ^~~~
In file included from osmo_bsc_api.c:27:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm0808.h:80:14: note: declared here
   80 | struct msgb *gsm0808_create_sapi_reject(uint8_t link_id)
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~
osmo_bsc_msc.c: In function 'handle_ctrl':
osmo_bsc_msc.c:233:17: warning: 'ctrl_cmd_send' is deprecated: Use ctrl_cmd_send2() instead. [-Wdeprecated-declarations]
  233 |                 ctrl_cmd_send(&msc->msc_con->write_queue, cmd);
      |                 ^~~~~~~~~~~~~
In file included from osmo_bsc_msc.c:25:
/build/deps/install/stow/libosmocore/include/osmocom/ctrl/control_if.h:31:5: note: declared here
   31 | int ctrl_cmd_send(struct osmo_wqueue *queue, struct ctrl_cmd *cmd) OSMO_DEPRECATED("Use ctrl_cmd_send2() instead.");
      |     ^~~~~~~~~~~~~
osmo_bsc_msc.c:241:17: warning: 'ctrl_cmd_send' is deprecated: Use ctrl_cmd_send2() instead. [-Wdeprecated-declarations]
  241 |                 ctrl_cmd_send(&msc->msc_con->write_queue, cmd);
      |                 ^~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/ctrl/control_if.h:31:5: note: declared here
   31 | int ctrl_cmd_send(struct osmo_wqueue *queue, struct ctrl_cmd *cmd) OSMO_DEPRECATED("Use ctrl_cmd_send2() instead.");
      |     ^~~~~~~~~~~~~
osmo_bsc_msc.c: In function 'answer_challenge':
osmo_bsc_msc.c:484:9: warning: 'osmo_auth_gen_vec' is deprecated: Use osmo_auth_gen_vec2 instead [-Wdeprecated-declarations]
  484 |         osmo_auth_gen_vec(vec, &auth, mrand);
      |         ^~~~~~~~~~~~~~~~~
In file included from osmo_bsc_msc.c:26:
/build/deps/install/stow/libosmocore/include/osmocom/crypt/auth.h:120:5: note: declared here
  120 | int osmo_auth_gen_vec(struct osmo_auth_vector *vec,
      |     ^~~~~~~~~~~~~~~~~
osmo_bsc_bssap.c: In function 'gsm88_to_chan_mode':
osmo_bsc_bssap.c:74:9: warning: enumeration value 'GSM0808_PERM_FR4' not handled in switch [-Wswitch]
   74 |         switch (speech) {
      |         ^~~~~~
osmo_bsc_bssap.c:74:9: warning: enumeration value 'GSM0808_PERM_FR5' not handled in switch [-Wswitch]
osmo_bsc_bssap.c:74:9: warning: enumeration value 'GSM0808_PERM_HR4' not handled in switch [-Wswitch]
osmo_bsc_bssap.c:74:9: warning: enumeration value 'GSM0808_PERM_HR6' not handled in switch [-Wswitch]
osmo_bsc_bssap.c: In function 'bssmap_handle_paging':
osmo_bsc_bssap.c:166:9: warning: 'gsm48_mi_to_string' is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
  166 |         gsm48_mi_to_string(mi_string, sizeof(mi_string),
      |         ^~~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_04_08.h:4,
                 from ../../include/openbsc/rest_octets.h:5,
                 from ../../include/openbsc/gsm_data.h:18,
                 from ../../include/openbsc/bsc_api.h:6,
                 from ../../include/openbsc/osmo_bsc.h:6,
                 from osmo_bsc_bssap.c:21:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:68:5: note: declared here
   68 | int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
      |     ^~~~~~~~~~~~~~~~~~
  CC       osmo_bsc_audio.o
  CC       osmo_bsc_ctrl.o
  CCLD     osmo-bsc-sccplite
make[3]: Leaving directory '/build/openbsc/src/osmo-bsc'
make[3]: Entering directory '/build/openbsc/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/openbsc/src'
make[2]: Leaving directory '/build/openbsc/src'
Making all in tests
make[2]: Entering directory '/build/openbsc/tests'
Making all in gsm0408
make[3]: Entering directory '/build/openbsc/tests/gsm0408'
  CC       gsm0408_test.o
gsm0408_test.c: In function 'test_location_area_identifier':
gsm0408_test.c:75:5: warning: 'gsm48_generate_lai' is deprecated: Use gsm48_generate_lai2() instead, to not lose leading zeros in the MNC [-Wdeprecated-declarations]
   75 |     gsm48_generate_lai(&lai48, 1, 1, 1);
      |     ^~~~~~~~~~~~~~~~~~
In file included from ../../include/openbsc/gsm_04_08.h:4,
                 from gsm0408_test.c:28:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:50:6: note: declared here
   50 | void gsm48_generate_lai(struct gsm48_loc_area_id *lai48, uint16_t mcc,
      |      ^~~~~~~~~~~~~~~~~~
gsm0408_test.c:81:5: warning: 'gsm48_generate_lai' is deprecated: Use gsm48_generate_lai2() instead, to not lose leading zeros in the MNC [-Wdeprecated-declarations]
   81 |     gsm48_generate_lai(&lai48, 602, 1, 15);
      |     ^~~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:50:6: note: declared here
   50 | void gsm48_generate_lai(struct gsm48_loc_area_id *lai48, uint16_t mcc,
      |      ^~~~~~~~~~~~~~~~~~
gsm0408_test.c: In function 'test_mi_functionality':
gsm0408_test.c:299:9: warning: 'gsm48_generate_mid_from_tmsi' is deprecated: Instead use: l = msgb_tl_put(msg, GSM48_IE_MOBILE_ID); *l = osmo_mobile_identity_encode_msgb(...) [-Wdeprecated-declarations]
  299 |         mi_len = gsm48_generate_mid_from_tmsi(mi, tmsi);
      |         ^~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:56:5: note: declared here
   56 | int gsm48_generate_mid_from_tmsi(uint8_t *buf, uint32_t tmsi)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gsm0408_test.c:300:9: warning: 'gsm48_mi_to_string' is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
  300 |         gsm48_mi_to_string(mi_parsed, sizeof(mi_parsed), mi + 2, mi_len - 2);
      |         ^~~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:68:5: note: declared here
   68 | int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
      |     ^~~~~~~~~~~~~~~~~~
gsm0408_test.c:304:9: warning: 'gsm48_generate_mid_from_imsi' is deprecated: Instead use: l = msgb_tl_put(msg, GSM48_IE_MOBILE_ID); *l = osmo_mobile_identity_encode_msgb(...) [-Wdeprecated-declarations]
  304 |         mi_len = gsm48_generate_mid_from_imsi(mi, imsi_odd);
      |         ^~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:59:5: note: declared here
   59 | int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gsm0408_test.c:305:9: warning: 'gsm48_mi_to_string' is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
  305 |         gsm48_mi_to_string(mi_parsed, sizeof(mi_parsed), mi + 2, mi_len -2);
      |         ^~~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:68:5: note: declared here
   68 | int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
      |     ^~~~~~~~~~~~~~~~~~
gsm0408_test.c:309:9: warning: 'gsm48_generate_mid_from_imsi' is deprecated: Instead use: l = msgb_tl_put(msg, GSM48_IE_MOBILE_ID); *l = osmo_mobile_identity_encode_msgb(...) [-Wdeprecated-declarations]
  309 |         mi_len = gsm48_generate_mid_from_imsi(mi, imsi_even);
      |         ^~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:59:5: note: declared here
   59 | int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gsm0408_test.c:310:9: warning: 'gsm48_mi_to_string' is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations]
  310 |         gsm48_mi_to_string(mi_parsed, sizeof(mi_parsed), mi + 2, mi_len -2);
      |         ^~~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:68:5: note: declared here
   68 | int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len)
      |     ^~~~~~~~~~~~~~~~~~
gsm0408_test.c: In function 'main':
gsm0408_test.c:734:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  734 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from gsm0408_test.c:37:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     gsm0408_test
make[3]: Leaving directory '/build/openbsc/tests/gsm0408'
Making all in db
make[3]: Entering directory '/build/openbsc/tests/db'
  CC       db_test.o
db_test.c: In function 'main':
db_test.c:207:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  207 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from db_test.c:26:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     db_test
make[3]: Leaving directory '/build/openbsc/tests/db'
Making all in channel
make[3]: Entering directory '/build/openbsc/tests/channel'
  CC       channel_test.o
channel_test.c: In function 'main':
channel_test.c:151:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  151 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from channel_test.c:25:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     channel_test
make[3]: Leaving directory '/build/openbsc/tests/channel'
Making all in mgcp
make[3]: Entering directory '/build/openbsc/tests/mgcp'
  CC       mgcp_test.o
mgcp_test.c: In function 'main':
mgcp_test.c:1212:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
 1212 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from mgcp_test.c:26:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     mgcp_test
make[3]: Leaving directory '/build/openbsc/tests/mgcp'
Making all in abis
make[3]: Entering directory '/build/openbsc/tests/abis'
  CC       abis_test.o
abis_test.c: In function 'main':
abis_test.c:88:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
   88 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from abis_test.c:23:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     abis_test
make[3]: Leaving directory '/build/openbsc/tests/abis'
Making all in trau
make[3]: Entering directory '/build/openbsc/tests/trau'
  CC       trau_test.o
  CCLD     trau_test
make[3]: Leaving directory '/build/openbsc/tests/trau'
Making all in subscr
make[3]: Entering directory '/build/openbsc/tests/subscr'
  CC       subscr_test.o
  CC       bsc_subscr_test.o
bsc_subscr_test.c: In function 'main':
bsc_subscr_test.c:116:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  116 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from bsc_subscr_test.c:24:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
subscr_test.c: In function 'main':
subscr_test.c:107:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  107 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from subscr_test.c:26:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     bsc_subscr_test
  CCLD     subscr_test
make[3]: Leaving directory '/build/openbsc/tests/subscr'
Making all in mm_auth
make[3]: Entering directory '/build/openbsc/tests/mm_auth'
  CC       mm_auth_test.o
mm_auth_test.c: In function 'main':
mm_auth_test.c:330:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  330 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from mm_auth_test.c:3:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     mm_auth_test
make[3]: Leaving directory '/build/openbsc/tests/mm_auth'
Making all in nanobts_omlattr
make[3]: Entering directory '/build/openbsc/tests/nanobts_omlattr'
  CC       nanobts_omlattr_test.o
nanobts_omlattr_test.c: In function 'main':
nanobts_omlattr_test.c:194:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  194 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from nanobts_omlattr_test.c:28:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     nanobts_omlattr_test
make[3]: Leaving directory '/build/openbsc/tests/nanobts_omlattr'
Making all in bsc-nat
make[3]: Entering directory '/build/openbsc/tests/bsc-nat'
  CC       bsc_nat_test.o
  CC       bsc_filter.o
  CC       bsc_sccp.o
  CC       bsc_nat_utils.o
  CC       bsc_nat_rewrite.o
  CC       bsc_nat_rewrite_trie.o
  CC       bsc_mgcp_utils.o
  CC       bsc_nat_filter.o
bsc_nat_test.c: In function 'main':
bsc_nat_test.c:1532:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
 1532 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from bsc_nat_test.c:32:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_sccp.c: In function 'create_sccp_src_ref':
../../src/osmo-bsc_nat/bsc_sccp.c:132:9: warning: 'osmo_counter_inc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  132 |         osmo_counter_inc(bsc->cfg->nat->stats.sccp.conn);
      |         ^~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
                 from ../../include/openbsc/bsc_nat.h:34,
                 from ../../src/osmo-bsc_nat/bsc_sccp.c:23:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:28:20: note: declared here
   28 | static inline void osmo_counter_inc(struct osmo_counter *ctr)
      |                    ^~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_filter.c:141:1: warning: "/*" within comment [-Wcomment]
  141 | /* it's blacklisted (not to be forwarded) */
      |  
../../src/osmo-bsc_nat/bsc_nat_utils.c: In function 'bsc_nat_alloc':
../../src/osmo-bsc_nat/bsc_nat_utils.c:97:9: warning: 'osmo_counter_alloc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
   97 |         nat->stats.sccp.conn = osmo_counter_alloc("nat.sccp.conn");
      |         ^~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/statistics.h:2,
                 from ../../include/openbsc/bsc_nat.h:34,
                 from ../../src/osmo-bsc_nat/bsc_nat_utils.c:24:
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
   47 | struct osmo_counter *osmo_counter_alloc(const char *name)
      |                      ^~~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_nat_utils.c:98:9: warning: 'osmo_counter_alloc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
   98 |         nat->stats.sccp.calls = osmo_counter_alloc("nat.sccp.calls");
      |         ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
   47 | struct osmo_counter *osmo_counter_alloc(const char *name)
      |                      ^~~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_nat_utils.c:99:9: warning: 'osmo_counter_alloc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
   99 |         nat->stats.bsc.reconn = osmo_counter_alloc("nat.bsc.conn");
      |         ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
   47 | struct osmo_counter *osmo_counter_alloc(const char *name)
      |                      ^~~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_nat_utils.c:100:9: warning: 'osmo_counter_alloc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  100 |         nat->stats.bsc.auth_fail = osmo_counter_alloc("nat.bsc.auth_fail");
      |         ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
   47 | struct osmo_counter *osmo_counter_alloc(const char *name)
      |                      ^~~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_nat_utils.c:101:9: warning: 'osmo_counter_alloc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  101 |         nat->stats.msc.reconn = osmo_counter_alloc("nat.msc.conn");
      |         ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
   47 | struct osmo_counter *osmo_counter_alloc(const char *name)
      |                      ^~~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_nat_utils.c:102:9: warning: 'osmo_counter_alloc' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  102 |         nat->stats.ussd.reconn = osmo_counter_alloc("nat.ussd.conn");
      |         ^~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:47:22: note: declared here
   47 | struct osmo_counter *osmo_counter_alloc(const char *name)
      |                      ^~~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_nat_utils.c: In function 'bsc_nat_free':
../../src/osmo-bsc_nat/bsc_nat_utils.c:130:9: warning: 'osmo_counter_free' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  130 |         osmo_counter_free(nat->stats.sccp.conn);
      |         ^~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50:6: note: declared here
   50 | void osmo_counter_free(struct osmo_counter *ctr)
      |      ^~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_nat_utils.c:131:9: warning: 'osmo_counter_free' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  131 |         osmo_counter_free(nat->stats.sccp.calls);
      |         ^~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50:6: note: declared here
   50 | void osmo_counter_free(struct osmo_counter *ctr)
      |      ^~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_nat_utils.c:132:9: warning: 'osmo_counter_free' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  132 |         osmo_counter_free(nat->stats.bsc.reconn);
      |         ^~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50:6: note: declared here
   50 | void osmo_counter_free(struct osmo_counter *ctr)
      |      ^~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_nat_utils.c:133:9: warning: 'osmo_counter_free' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  133 |         osmo_counter_free(nat->stats.bsc.auth_fail);
      |         ^~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50:6: note: declared here
   50 | void osmo_counter_free(struct osmo_counter *ctr)
      |      ^~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_nat_utils.c:134:9: warning: 'osmo_counter_free' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  134 |         osmo_counter_free(nat->stats.msc.reconn);
      |         ^~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50:6: note: declared here
   50 | void osmo_counter_free(struct osmo_counter *ctr)
      |      ^~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_nat_utils.c:135:9: warning: 'osmo_counter_free' is deprecated: Implement as osmo_stat_item instead [-Wdeprecated-declarations]
  135 |         osmo_counter_free(nat->stats.ussd.reconn);
      |         ^~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/core/counter.h:50:6: note: declared here
   50 | void osmo_counter_free(struct osmo_counter *ctr)
      |      ^~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_nat_rewrite.c: In function 'rewrite_sms':
../../src/osmo-bsc_nat/bsc_nat_rewrite.c:500:9: warning: 'gsm48_decode_bcd_number' is deprecated: Use gsm48_decode_bcd_number2() for improved bounds checking [-Wdeprecated-declarations]
  500 |         gsm48_decode_bcd_number(smsc_addr, ARRAY_SIZE(smsc_addr), dest_addr_ptr - 1, 1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:13,
                 from ../../include/openbsc/gsm_04_08.h:4,
                 from ../../include/openbsc/rest_octets.h:5,
                 from ../../include/openbsc/gsm_data.h:18,
                 from ../../src/osmo-bsc_nat/bsc_nat_rewrite.c:27:
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48_ie.h:16:5: note: declared here
   16 | int gsm48_decode_bcd_number(char *output, int output_len,
      |     ^~~~~~~~~~~~~~~~~~~~~~~
../../src/osmo-bsc_nat/bsc_nat_rewrite.c:546:9: warning: 'gsm48_decode_bcd_number' is deprecated: Use gsm48_decode_bcd_number2() for improved bounds checking [-Wdeprecated-declarations]
  546 |         gsm48_decode_bcd_number(_dest_nr + 2, ARRAY_SIZE(_dest_nr) - 2,
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48_ie.h:16:5: note: declared here
   16 | int gsm48_decode_bcd_number(char *output, int output_len,
      |     ^~~~~~~~~~~~~~~~~~~~~~~
  CCLD     bsc_nat_test
make[3]: Leaving directory '/build/openbsc/tests/bsc-nat'
Making all in bsc-nat-trie
make[3]: Entering directory '/build/openbsc/tests/bsc-nat-trie'
  CC       bsc_nat_trie_test.o
  CC       bsc_nat_rewrite_trie.o
bsc_nat_trie_test.c: In function 'main':
bsc_nat_trie_test.c:35:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
   35 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from bsc_nat_trie_test.c:24:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     bsc_nat_trie_test
make[3]: Leaving directory '/build/openbsc/tests/bsc-nat-trie'
Making all in bsc
make[3]: Entering directory '/build/openbsc/tests/bsc'
  CC       bsc_test.o
  CC       osmo_bsc_filter.o
bsc_test.c: In function 'main':
bsc_test.c:203:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
  203 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from bsc_test.c:35:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     bsc_test
make[3]: Leaving directory '/build/openbsc/tests/bsc'
Making all in smpp
make[3]: Entering directory '/build/openbsc/tests/smpp'
  CC       smpp_test.o
  CC       smpp_utils.o
smpp_test.c: In function 'main':
smpp_test.c:67:9: warning: 'osmo_init_logging' is deprecated: use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
   67 |         osmo_init_logging(&log_info);
      |         ^~~~~~~~~~~~~~~~~
In file included from smpp_test.c:25:
/build/deps/install/stow/libosmocore/include/osmocom/core/application.h:17:5: note: declared here
   17 | int osmo_init_logging(const struct log_info *)
      |     ^~~~~~~~~~~~~~~~~
  CCLD     smpp_test
make[3]: Leaving directory '/build/openbsc/tests/smpp'
make[3]: Entering directory '/build/openbsc/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/openbsc/tests'
make[2]: Leaving directory '/build/openbsc/tests'
Making all in contrib
make[2]: Entering directory '/build/openbsc/contrib'
Making all in systemd
make[3]: Entering directory '/build/openbsc/contrib/systemd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/openbsc/contrib/systemd'
make[3]: Entering directory '/build/openbsc/contrib'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/openbsc/contrib'
make[2]: Leaving directory '/build/openbsc/contrib'
make[2]: Entering directory '/build/openbsc'
make[2]: Leaving directory '/build/openbsc'
make[1]: Leaving directory '/build/openbsc'
+ make check
make  check-recursive
make[1]: Entering directory '/build/openbsc'
Making check in doc
make[2]: Entering directory '/build/openbsc/doc'
Making check in examples
make[3]: Entering directory '/build/openbsc/doc/examples'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/doc/examples'
make[3]: Entering directory '/build/openbsc/doc'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/build/openbsc/doc'
make[2]: Leaving directory '/build/openbsc/doc'
Making check in include
make[2]: Entering directory '/build/openbsc/include'
Making check in openbsc
make[3]: Entering directory '/build/openbsc/include/openbsc'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/include/openbsc'
make[3]: Entering directory '/build/openbsc/include'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/build/openbsc/include'
make[2]: Leaving directory '/build/openbsc/include'
Making check in src
make[2]: Entering directory '/build/openbsc/src'
Making check in libcommon
make[3]: Entering directory '/build/openbsc/src/libcommon'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/src/libcommon'
Making check in libmgcp
make[3]: Entering directory '/build/openbsc/src/libmgcp'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/src/libmgcp'
Making check in libbsc
make[3]: Entering directory '/build/openbsc/src/libbsc'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/src/libbsc'
Making check in libmsc
make[3]: Entering directory '/build/openbsc/src/libmsc'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/src/libmsc'
Making check in libtrau
make[3]: Entering directory '/build/openbsc/src/libtrau'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/src/libtrau'
Making check in libfilter
make[3]: Entering directory '/build/openbsc/src/libfilter'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/src/libfilter'
Making check in libcommon-cs
make[3]: Entering directory '/build/openbsc/src/libcommon-cs'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/src/libcommon-cs'
Making check in osmo-nitb
make[3]: Entering directory '/build/openbsc/src/osmo-nitb'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/src/osmo-nitb'
Making check in osmo-bsc_mgcp
make[3]: Entering directory '/build/openbsc/src/osmo-bsc_mgcp'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/src/osmo-bsc_mgcp'
Making check in utils
make[3]: Entering directory '/build/openbsc/src/utils'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/src/utils'
Making check in osmo-bsc_nat
make[3]: Entering directory '/build/openbsc/src/osmo-bsc_nat'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/src/osmo-bsc_nat'
Making check in osmo-bsc
make[3]: Entering directory '/build/openbsc/src/osmo-bsc'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/src/osmo-bsc'
make[3]: Entering directory '/build/openbsc/src'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/build/openbsc/src'
make[2]: Leaving directory '/build/openbsc/src'
Making check in tests
make[2]: Entering directory '/build/openbsc/tests'
Making check in gsm0408
make[3]: Entering directory '/build/openbsc/tests/gsm0408'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/tests/gsm0408'
Making check in db
make[3]: Entering directory '/build/openbsc/tests/db'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/tests/db'
Making check in channel
make[3]: Entering directory '/build/openbsc/tests/channel'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/tests/channel'
Making check in mgcp
make[3]: Entering directory '/build/openbsc/tests/mgcp'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/tests/mgcp'
Making check in abis
make[3]: Entering directory '/build/openbsc/tests/abis'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/tests/abis'
Making check in trau
make[3]: Entering directory '/build/openbsc/tests/trau'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/tests/trau'
Making check in subscr
make[3]: Entering directory '/build/openbsc/tests/subscr'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/tests/subscr'
Making check in mm_auth
make[3]: Entering directory '/build/openbsc/tests/mm_auth'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/tests/mm_auth'
Making check in nanobts_omlattr
make[3]: Entering directory '/build/openbsc/tests/nanobts_omlattr'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/tests/nanobts_omlattr'
Making check in bsc-nat
make[3]: Entering directory '/build/openbsc/tests/bsc-nat'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/tests/bsc-nat'
Making check in bsc-nat-trie
make[3]: Entering directory '/build/openbsc/tests/bsc-nat-trie'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/tests/bsc-nat-trie'
Making check in bsc
make[3]: Entering directory '/build/openbsc/tests/bsc'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/tests/bsc'
Making check in smpp
make[3]: Entering directory '/build/openbsc/tests/smpp'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/openbsc/tests/smpp'
make[3]: Entering directory '/build/openbsc/tests'
make  check-local
make[4]: Entering directory '/build/openbsc/tests'
:;{ \
               echo '# Signature of the current package.' && \
               echo 'm4_define([AT_PACKAGE_NAME],' && \
               echo '  [openbsc])' && \
               echo 'm4_define([AT_PACKAGE_TARNAME],' && \
               echo '  [openbsc])' && \
               echo 'm4_define([AT_PACKAGE_VERSION],' && \
               echo '  [1.4.2.9-2b80d])' && \
               echo 'm4_define([AT_PACKAGE_STRING],' && \
               echo '  [openbsc 1.4.2.9-2b80d])' && \
               echo 'm4_define([AT_PACKAGE_BUGREPORT],' && \
               echo '  [openbsc@lists.osmocom.org])'; \
               echo 'm4_define([AT_PACKAGE_URL],' && \
               echo '  [])'; \
             } >'./package.m4'
/bin/bash ../missing --run autom4te --language=autotest -I '.' -o testsuite.tmp testsuite.at
mv testsuite.tmp testsuite
/bin/bash './testsuite' 
## --------------------------------- ##
## openbsc 1.4.2.9-2b80d test suite. ##
## --------------------------------- ##

Regression tests.

  1: gsm0408                                         ok
  2: subscr                                          ok
  3: bsc_subscr                                      ok
  4: db                                              ok
  5: channel                                         ok
  6: mgcp                                            ok
  7: mgcp-trans                                      skipped (testsuite.at:45)
  8: bsc-nat                                         ok
  9: smpp                                            ok
 10: bsc-nat-trie                                    ok
 11: abis                                            ok
 12: bsc                                             ok
 13: trau                                            ok
 14: mm_auth                                         ok
 15: nanobts_omlattr                                 ok

## ------------- ##
## Test results. ##
## ------------- ##

14 tests were successful.
1 test was skipped.
make  python-tests
make[5]: Entering directory '/build/openbsc/tests'
osmotestvty.py -p /build/openbsc -w /build/openbsc -v
test_history (__main__.TestVTY.test_history) ... confpath /build/openbsc, workdir /build/openbsc
Running tests for specific VTY commands
Launch: ./src/osmo-nitb/osmo-nitb -c /build/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software from /build/openbsc
Opening /dev/null
Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43245/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43245 61.1  0.0  27864 22944 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestvty.py -p /build/openbsc -w /build/openbsc -v
build      43246  0.0  0.0  16808 10700 ?        D    00:03   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43253  0.0  0.0   2576   888 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43255  0.0  0.0   3700  1892 ?        S    00:03   0:00 grep osmo

ok
test_terminal_length (__main__.TestVTY.test_terminal_length) ... Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 34536), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 34536), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
Launch: ./src/osmo-nitb/osmo-nitb -c /build/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software from /build/openbsc
Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43245/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43245  2.7  0.0  27864 22944 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestvty.py -p /build/openbsc -w /build/openbsc -v
build      43256 20.0  0.0  16848 11052 ?        S    00:03   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43263  0.0  0.0   2576   936 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43265  0.0  0.0   3700  1820 ?        S    00:03   0:00 grep osmo

ok
test_unknown_command (__main__.TestVTY.test_unknown_command) ... Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 34566), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 34566), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
Launch: ./src/osmo-nitb/osmo-nitb -c /build/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software from /build/openbsc
Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43245/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43245  1.5  0.0  27864 22944 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestvty.py -p /build/openbsc -w /build/openbsc -v
build      43266 16.6  0.0  16848 11028 ?        S    00:03   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43273  0.0  0.0   2576   952 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43275  0.0  0.0   3700  1808 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39516), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39516), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok

----------------------------------------------------------------------
Ran 3 tests in 11.022s

OK
osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
Warning: doc/examples/osmo-nitb/sysmobts/osmo-nitb.cfg is not being tested
Warning: doc/examples/osmo-nitb/nokia/openbsc_nokia_3trx.cfg is not being tested
Warning: doc/examples/osmo-nitb/rbs2308/osmo-nitb.cfg is not being tested
Warning: doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx-hopping.cfg is not being tested
Warning: doc/examples/osmo-nitb/bs11/osmo-nitb.cfg is not being tested
Warning: doc/examples/osmo-nitb/bs11/openbsc-2bts-2trx.cfg is not being tested
Warning: doc/examples/osmo-nitb/bs11/openbsc-1bts-2trx.cfg is not being tested
Warning: doc/examples/osmo-bsc_nat/black-list.cfg is not being tested
Warning: doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg is not being tested
Verifying src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg, test verify_doc
Opening /dev/null
Launching: PWD=/build/openbsc 'src/osmo-bsc/osmo-bsc-sccplite' '-c' '/build/openbsc/doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State    Recv-Q Send-Q Local Address:Port    Peer Address:PortProcess
SYN-SENT 0      1         172.17.0.8:33790 192.168.100.11:6666       


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43276 63.6  0.0  27992 23108 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43277  0.0  0.0  13564  8336 ?        S    00:03   0:00 src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg
build      43284  0.0  0.0   2576   916 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43286  0.0  0.0   3700  1808 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39534), raddr=('127.0.0.1', 4242)> (1 sockets open)
Terminating took 2.679s
Process returned code: 0
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39534), raddr=('127.0.0.1', 4242)> (0 sockets open)
Verifying src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/writtenconfig/osmo-bsc-sccplite.cfg8l3ruqps, test write_config
Launching: PWD=/build/openbsc 'src/osmo-bsc/osmo-bsc-sccplite' '-c' '/build/openbsc/writtenconfig/osmo-bsc-sccplite.cfg8l3ruqps'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State    Recv-Q Send-Q Local Address:Port    Peer Address:PortProcess
SYN-SENT 0      1         172.17.0.8:33806 192.168.100.11:6666       


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43276  4.2  0.0  27960 23632 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43287  0.0  0.0  13564  8388 ?        S    00:03   0:00 src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/writtenconfig/osmo-bsc-sccplite.cfg8l3ruqps
build      43294  0.0  0.0   2576   900 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43296  0.0  0.0   3700  1804 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39560), raddr=('127.0.0.1', 4242)> (1 sockets open)
Terminating took 2.679s
Process returned code: 0
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39560), raddr=('127.0.0.1', 4242)> (0 sockets open)
Verifying src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/writtenconfig/osmo-bsc-sccplite.cfg8l3ruqps, test token_vty_command
Launching: PWD=/build/openbsc 'src/osmo-bsc/osmo-bsc-sccplite' '-c' '/build/openbsc/writtenconfig/osmo-bsc-sccplite.cfg8l3ruqps'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State    Recv-Q Send-Q Local Address:Port    Peer Address:PortProcess
SYN-SENT 0      1         172.17.0.8:34204 192.168.100.11:6666       


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43276  2.2  0.0  27960 23632 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43297  0.0  0.0  13564  8396 ?        S    00:03   0:00 src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/writtenconfig/osmo-bsc-sccplite.cfg8l3ruqps
build      43304  0.0  0.0   2576   880 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43306  0.0  0.0   3700  1744 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 38664), raddr=('127.0.0.1', 4242)> (1 sockets open)
Terminating took 2.679s
Process returned code: 0
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 38664), raddr=('127.0.0.1', 4242)> (0 sockets open)
Verifying src/osmo-bsc_nat/osmo-bsc_nat -c /build/openbsc/tests/osmo-bsc-nat.cfg, test verify_doc
Launching: PWD=/build/openbsc 'src/osmo-bsc_nat/osmo-bsc_nat' '-c' '/build/openbsc/tests/osmo-bsc-nat.cfg'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      1            0.0.0.0:5001      0.0.0.0:*          
LISTEN 0      1            0.0.0.0:5000      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4244      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4250      0.0.0.0:*          


> ps xua | grep osmo
build      43276  1.4  0.0  27960 23632 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43307  0.0  0.0  13452  7476 ?        S    00:03   0:00 src/osmo-bsc_nat/osmo-bsc_nat -c /build/openbsc/tests/osmo-bsc-nat.cfg
build      43314  0.0  0.0   2576   896 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43316  0.0  0.0   3700  1896 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 36296), raddr=('127.0.0.1', 4244)> (1 sockets open)
Process returned code: -15
Socket: closing 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 36296), raddr=('127.0.0.1', 4244)> (0 sockets open)
Verifying src/osmo-bsc_nat/osmo-bsc_nat -c /build/openbsc/writtenconfig/osmo-bsc-nat.cfgh976532e, test write_config
Launching: PWD=/build/openbsc 'src/osmo-bsc_nat/osmo-bsc_nat' '-c' '/build/openbsc/writtenconfig/osmo-bsc-nat.cfgh976532e'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      1            0.0.0.0:5001      0.0.0.0:*          
LISTEN 0      1            0.0.0.0:5000      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4244      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4250      0.0.0.0:*          


> ps xua | grep osmo
build      43276  1.4  0.0  28248 23632 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43317  0.0  0.0  13452  6992 ?        S    00:03   0:00 src/osmo-bsc_nat/osmo-bsc_nat -c /build/openbsc/writtenconfig/osmo-bsc-nat.cfgh976532e
build      43324  0.0  0.0   2576   908 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43326  0.0  0.0   3700  1900 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 36306), raddr=('127.0.0.1', 4244)> (1 sockets open)
Process returned code: -15
Socket: closing 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 36306), raddr=('127.0.0.1', 4244)> (0 sockets open)
Verifying src/osmo-bsc_nat/osmo-bsc_nat -c /build/openbsc/writtenconfig/osmo-bsc-nat.cfgh976532e, test token_vty_command
Launching: PWD=/build/openbsc 'src/osmo-bsc_nat/osmo-bsc_nat' '-c' '/build/openbsc/writtenconfig/osmo-bsc-nat.cfgh976532e'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      1            0.0.0.0:5001      0.0.0.0:*          
LISTEN 0      1            0.0.0.0:5000      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4244      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4250      0.0.0.0:*          


> ps xua | grep osmo
build      43276  1.4  0.0  28248 23632 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43327  0.0  0.0  13452  6924 ?        S    00:03   0:00 src/osmo-bsc_nat/osmo-bsc_nat -c /build/openbsc/writtenconfig/osmo-bsc-nat.cfgh976532e
build      43334  0.0  0.0   2576   912 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43336  0.0  0.0   3700  1864 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 36316), raddr=('127.0.0.1', 4244)> (1 sockets open)
Process returned code: -15
Socket: closing 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 36316), raddr=('127.0.0.1', 4244)> (0 sockets open)
Verifying src/osmo-bsc_mgcp/osmo-bsc_mgcp -c /build/openbsc/doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg, test verify_doc
Launching: PWD=/build/openbsc 'src/osmo-bsc_mgcp/osmo-bsc_mgcp' '-c' '/build/openbsc/doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4243      0.0.0.0:*          


> ps xua | grep osmo
build      43276  1.3  0.0  28248 23632 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43337  0.0  0.0  11988  6772 ?        S    00:03   0:00 src/osmo-bsc_mgcp/osmo-bsc_mgcp -c /build/openbsc/doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg
build      43344  0.0  0.0   2576   876 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43346  0.0  0.0   3700  1780 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4243 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 53058), raddr=('127.0.0.1', 4243)> (1 sockets open)
Process returned code: -15
Socket: closing 127.0.0.1:4243 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 53058), raddr=('127.0.0.1', 4243)> (0 sockets open)
Verifying src/osmo-bsc_mgcp/osmo-bsc_mgcp -c /build/openbsc/writtenconfig/osmo-bsc-mgcp.cfgxmw96t_6, test write_config
Launching: PWD=/build/openbsc 'src/osmo-bsc_mgcp/osmo-bsc_mgcp' '-c' '/build/openbsc/writtenconfig/osmo-bsc-mgcp.cfgxmw96t_6'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4243      0.0.0.0:*          


> ps xua | grep osmo
build      43276  1.4  0.0  28248 23632 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43347  0.0  0.0  11988  6732 ?        S    00:03   0:00 src/osmo-bsc_mgcp/osmo-bsc_mgcp -c /build/openbsc/writtenconfig/osmo-bsc-mgcp.cfgxmw96t_6
build      43354  0.0  0.0   2576   912 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43356  0.0  0.0   3700  1820 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4243 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 53062), raddr=('127.0.0.1', 4243)> (1 sockets open)
Process returned code: -15
Socket: closing 127.0.0.1:4243 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 53062), raddr=('127.0.0.1', 4243)> (0 sockets open)
Verifying src/osmo-bsc_mgcp/osmo-bsc_mgcp -c /build/openbsc/writtenconfig/osmo-bsc-mgcp.cfgxmw96t_6, test token_vty_command
Launching: PWD=/build/openbsc 'src/osmo-bsc_mgcp/osmo-bsc_mgcp' '-c' '/build/openbsc/writtenconfig/osmo-bsc-mgcp.cfgxmw96t_6'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4243      0.0.0.0:*          


> ps xua | grep osmo
build      43276  1.4  0.0  28248 23632 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43357  0.0  0.0  11988  6760 ?        S    00:03   0:00 src/osmo-bsc_mgcp/osmo-bsc_mgcp -c /build/openbsc/writtenconfig/osmo-bsc-mgcp.cfgxmw96t_6
build      43364  0.0  0.0   2576   892 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43366  0.0  0.0   3700  1876 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4243 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 53082), raddr=('127.0.0.1', 4243)> (1 sockets open)
Process returned code: -15
Socket: closing 127.0.0.1:4243 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 53082), raddr=('127.0.0.1', 4243)> (0 sockets open)
Verifying src/osmo-nitb/osmo-nitb --yes-i-really-want-to-run-prehistoric-software -c /build/openbsc/doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg, test verify_doc
Launching: PWD=/build/openbsc 'src/osmo-nitb/osmo-nitb' '--yes-i-really-want-to-run-prehistoric-software' '-c' '/build/openbsc/doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43276  1.3  0.0  28248 23632 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43367  0.0  0.0  17000 11020 ?        S    00:03   0:00 src/osmo-nitb/osmo-nitb --yes-i-really-want-to-run-prehistoric-software -c /build/openbsc/doc/examples/osmo-nitb/nanobts/openbsc-multitrx.cfg
build      43374  0.0  0.0   2576   892 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43376  0.0  0.0   3700  1824 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 38686), raddr=('127.0.0.1', 4242)> (1 sockets open)
Terminating took 2.679s
Process returned code: 0
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 38686), raddr=('127.0.0.1', 4242)> (0 sockets open)
Verifying src/osmo-nitb/osmo-nitb --yes-i-really-want-to-run-prehistoric-software -c /build/openbsc/writtenconfig/openbsc-multitrx.cfgjikhalcn, test write_config
Launching: PWD=/build/openbsc 'src/osmo-nitb/osmo-nitb' '--yes-i-really-want-to-run-prehistoric-software' '-c' '/build/openbsc/writtenconfig/openbsc-multitrx.cfgjikhalcn'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43276  1.1  0.0  28540 24152 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43377  0.0  0.0  16960  9772 ?        D    00:03   0:00 src/osmo-nitb/osmo-nitb --yes-i-really-want-to-run-prehistoric-software -c /build/openbsc/writtenconfig/openbsc-multitrx.cfgjikhalcn
build      43384  0.0  0.0   2576   940 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43386  0.0  0.0   3700  1956 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 40792), raddr=('127.0.0.1', 4242)> (1 sockets open)
Terminating took 2.679s
Process returned code: 0
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 40792), raddr=('127.0.0.1', 4242)> (0 sockets open)
Verifying src/osmo-nitb/osmo-nitb --yes-i-really-want-to-run-prehistoric-software -c /build/openbsc/writtenconfig/openbsc-multitrx.cfgjikhalcn, test token_vty_command
Launching: PWD=/build/openbsc 'src/osmo-nitb/osmo-nitb' '--yes-i-really-want-to-run-prehistoric-software' '-c' '/build/openbsc/writtenconfig/openbsc-multitrx.cfgjikhalcn'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43276  0.9  0.0  28540 24152 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43387  0.0  0.0  16960  9832 ?        D    00:03   0:00 src/osmo-nitb/osmo-nitb --yes-i-really-want-to-run-prehistoric-software -c /build/openbsc/writtenconfig/openbsc-multitrx.cfgjikhalcn
build      43394  0.0  0.0   2576   924 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43396  0.0  0.0   3700  1804 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 40804), raddr=('127.0.0.1', 4242)> (1 sockets open)
Terminating took 2.679s
Process returned code: 0
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 40804), raddr=('127.0.0.1', 4242)> (0 sockets open)
Verifying src/osmo-nitb/osmo-nitb --yes-i-really-want-to-run-prehistoric-software -c /build/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg, test verify_doc
Launching: PWD=/build/openbsc 'src/osmo-nitb/osmo-nitb' '--yes-i-really-want-to-run-prehistoric-software' '-c' '/build/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43276  0.8  0.0  28540 24152 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43397  0.0  0.0  16848 11056 ?        S    00:03   0:00 src/osmo-nitb/osmo-nitb --yes-i-really-want-to-run-prehistoric-software -c /build/openbsc/doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg
build      43404  0.0  0.0   2576   904 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43406  0.0  0.0   3700  1868 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 40814), raddr=('127.0.0.1', 4242)> (1 sockets open)
Terminating took 2.679s
Process returned code: 0
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 40814), raddr=('127.0.0.1', 4242)> (0 sockets open)
Verifying src/osmo-nitb/osmo-nitb --yes-i-really-want-to-run-prehistoric-software -c /build/openbsc/writtenconfig/osmo-nitb.cfgcva8qgxh, test write_config
Launching: PWD=/build/openbsc 'src/osmo-nitb/osmo-nitb' '--yes-i-really-want-to-run-prehistoric-software' '-c' '/build/openbsc/writtenconfig/osmo-nitb.cfgcva8qgxh'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43276  0.7  0.0  28540 24152 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43407  0.0  0.0  16812  9624 ?        D    00:03   0:00 src/osmo-nitb/osmo-nitb --yes-i-really-want-to-run-prehistoric-software -c /build/openbsc/writtenconfig/osmo-nitb.cfgcva8qgxh
build      43414  0.0  0.0   2576   952 ?        S    00:03   0:00 /bin/sh -c ps xua | grep osmo
build      43416  0.0  0.0   3700  1896 ?        S    00:03   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39202), raddr=('127.0.0.1', 4242)> (1 sockets open)
Terminating took 2.679s
Process returned code: 0
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39202), raddr=('127.0.0.1', 4242)> (0 sockets open)
Verifying src/osmo-nitb/osmo-nitb --yes-i-really-want-to-run-prehistoric-software -c /build/openbsc/writtenconfig/osmo-nitb.cfgcva8qgxh, test token_vty_command
Launching: PWD=/build/openbsc 'src/osmo-nitb/osmo-nitb' '--yes-i-really-want-to-run-prehistoric-software' '-c' '/build/openbsc/writtenconfig/osmo-nitb.cfgcva8qgxh'

> ls -l /proc/43276/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:03 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:03 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:03 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:03 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43276  0.6  0.0  28540 24152 ?        S    00:03   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build/openbsc -w /build/openbsc -v
build      43417  0.0  0.0  16848 11012 ?        S    00:04   0:00 src/osmo-nitb/osmo-nitb --yes-i-really-want-to-run-prehistoric-software -c /build/openbsc/writtenconfig/osmo-nitb.cfgcva8qgxh
build      43424  0.0  0.0   2576   912 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43426  0.0  0.0   3700  1808 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39220), raddr=('127.0.0.1', 4242)> (1 sockets open)
Terminating took 2.679s
Process returned code: 0
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39220), raddr=('127.0.0.1', 4242)> (0 sockets open)
./vty_test_runner.py -w /build/openbsc -v
confpath /build/openbsc/tests/.., workdir /build/openbsc
Running tests for specific VTY commands
testBindAddr (__main__.TestVTYMGCP.testBindAddr) ... Opening /dev/null
Launching: PWD=/build/openbsc './src/osmo-bsc_mgcp/osmo-bsc_mgcp' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4243      0.0.0.0:*          


> ps xua | grep osmo
build      43428  0.0  0.0  11988  6604 ?        S    00:04   0:00 ./src/osmo-bsc_mgcp/osmo-bsc_mgcp -c /build/openbsc/tests/../doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg
build      43435  0.0  0.0   2576   928 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43437  0.0  0.0   3700  1876 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4243 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39246), raddr=('127.0.0.1', 4243)> (1 sockets open)
Socket: closing 127.0.0.1:4243 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39246), raddr=('127.0.0.1', 4243)> (0 sockets open)
Process returned code: -15
ok
testForcePtime (__main__.TestVTYMGCP.testForcePtime) ... Launching: PWD=/build/openbsc './src/osmo-bsc_mgcp/osmo-bsc_mgcp' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4243      0.0.0.0:*          


> ps xua | grep osmo
build      43438  0.0  0.0  11988  6604 ?        S    00:04   0:00 ./src/osmo-bsc_mgcp/osmo-bsc_mgcp -c /build/openbsc/tests/../doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg
build      43445  0.0  0.0   2576   936 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43447  0.0  0.0   3700  1744 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4243 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39272), raddr=('127.0.0.1', 4243)> (1 sockets open)
Socket: closing 127.0.0.1:4243 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39272), raddr=('127.0.0.1', 4243)> (0 sockets open)
Process returned code: -15
ok
testOmitAudio (__main__.TestVTYMGCP.testOmitAudio) ... Launching: PWD=/build/openbsc './src/osmo-bsc_mgcp/osmo-bsc_mgcp' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4243      0.0.0.0:*          


> ps xua | grep osmo
build      43448  0.0  0.0  11988  6700 ?        S    00:04   0:00 ./src/osmo-bsc_mgcp/osmo-bsc_mgcp -c /build/openbsc/tests/../doc/examples/osmo-bsc_mgcp/osmo-bsc-mgcp.cfg
build      43455  0.0  0.0   2576   928 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43457  0.0  0.0   3700  1852 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4243 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39292), raddr=('127.0.0.1', 4243)> (1 sockets open)
Socket: closing 127.0.0.1:4243 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39292), raddr=('127.0.0.1', 4243)> (0 sockets open)
Process returned code: -15
ok
testConfigNetworkTree (__main__.TestVTYNITB.testConfigNetworkTree) ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43458  0.0  0.0  16848 11096 ?        S    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43465  0.0  0.0   2576   896 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43467  0.0  0.0   3700  1820 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39230), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39230), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testEnableDisablePeriodicLU (__main__.TestVTYNITB.testEnableDisablePeriodicLU) ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43468  0.0  0.0  16812  9608 ?        D    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43475  0.0  0.0   2576   916 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43477  0.0  0.0   3700  1876 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54150), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54150), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testEnableDisableSiHacks (__main__.TestVTYNITB.testEnableDisableSiHacks) ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43478 14.2  0.0  16848 10880 ?        S    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43485  0.0  0.0   2576   904 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43487  0.0  0.0   3700  1876 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54174), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54174), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testMeasurementFeed (__main__.TestVTYNITB.testMeasurementFeed) ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43488  0.0  0.0  16848 10812 ?        S    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43495  0.0  0.0   2576   952 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43497  0.0  0.0   3700  1860 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 51156), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 51156), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testRachAccessControlClass (__main__.TestVTYNITB.testRachAccessControlClass) ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43498  0.0  0.0  16848 10968 ?        S    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43505  0.0  0.0   2576   940 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43507  0.0  0.0   3700  1804 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 51176), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 51176), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testShowNetwork (__main__.TestVTYNITB.testShowNetwork) ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43508 16.6  0.0  16848 10844 ?        S    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43515  0.0  0.0   2576   924 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43517  0.0  0.0   3700  1844 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 51202), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 51202), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testShowPagingGroup (__main__.TestVTYNITB.testShowPagingGroup) ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43518  0.0  0.0  16848 11012 ?        S    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43525  0.0  0.0   2576   904 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43527  0.0  0.0   3700  1780 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 50652), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 50652), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testSi2Q (__main__.TestVTYNITB.testSi2Q) ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43528 16.6  0.0  16812  9748 ?        D    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43535  0.0  0.0   2576   916 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43537  0.0  0.0   3700  1804 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 50684), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 50684), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testSmppFirst (__main__.TestVTYNITB.testSmppFirst) ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43538  0.0  0.0  16848 10904 ?        S    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43545  0.0  0.0   2576   936 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43547  0.0  0.0   3700  1808 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 50710), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 50710), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testSubscriberCreateDelete (__main__.TestVTYNITB.testSubscriberCreateDelete) ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43548  0.0  0.0  16848 10824 ?        S    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43555  0.0  0.0   2576   880 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43557  0.0  0.0   3700  1808 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39044), raddr=('127.0.0.1', 4242)> (1 sockets open)
    ID: 5, Authorized: 0
    Extension: 9999999999
    LAC: 0/0x0
    IMSI: 204300854013739
    Expiration Time: Thu, 01 Jan 1970 00:00:00 +0000
    Paging: not paging Requests: 0
    Use count: 1
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39044), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testSubscriberCreateDeleteTwice (__main__.TestVTYNITB.testSubscriberCreateDeleteTwice)
OS#1657 indicates that there might be an issue creating the ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43558  0.0  0.0  16848 11024 ?        S    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43565  0.0  0.0   2576   952 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43567  0.0  0.0   3700  1972 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39070), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39070), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testSubscriberSettings (__main__.TestVTYNITB.testSubscriberSettings) ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43568  0.0  0.0  16812  9640 ?        D    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43575  0.0  0.0   2576   908 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43577  0.0  0.0   3700  1864 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39080), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39080), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testVtyAuthorization (__main__.TestVTYNITB.testVtyAuthorization) ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43578  0.0  0.0  16848 10980 ?        S    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43585  0.0  0.0   2576   928 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43587  0.0  0.0   3700  1892 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39226), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39226), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testVtyTree (__main__.TestVTYNITB.testVtyTree) ... Launching: PWD=/build/openbsc './src/osmo-nitb/osmo-nitb' '-c' '/build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg' '--yes-i-really-want-to-run-prehistoric-software'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43588  0.0  0.0  16812  9736 ?        D    00:04   0:00 ./src/osmo-nitb/osmo-nitb -c /build/openbsc/tests/../doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg --yes-i-really-want-to-run-prehistoric-software
build      43595  0.0  0.0   2576   892 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43597  0.0  0.0   3700  1868 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39244), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39244), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testConfigNetworkTree (__main__.TestVTYBSC.testConfigNetworkTree) ... Launching: PWD=/build/openbsc './src/osmo-bsc/osmo-bsc-sccplite' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State    Recv-Q Send-Q Local Address:Port    Peer Address:PortProcess
SYN-SENT 0      1         172.17.0.8:53362 192.168.100.11:6666       


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43598  0.0  0.0  13564  8428 ?        S    00:04   0:00 ./src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg
build      43605  0.0  0.0   2576   892 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43607  0.0  0.0   3700  1808 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39262), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 39262), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testMscDataCoreLACCI (__main__.TestVTYBSC.testMscDataCoreLACCI) ... Launching: PWD=/build/openbsc './src/osmo-bsc/osmo-bsc-sccplite' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State    Recv-Q Send-Q Local Address:Port    Peer Address:PortProcess
SYN-SENT 0      1         172.17.0.8:56582 192.168.100.11:6666       


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43608  0.0  0.0  13564  8476 ?        S    00:04   0:00 ./src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg
build      43615  0.0  0.0   2576   912 ?        S    00:04   0:00 /bin/sh -c ps xua | grep osmo
build      43617  0.0  0.0   3700  1816 ?        S    00:04   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 44656), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 44656), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testNetworkTimezone (__main__.TestVTYBSC.testNetworkTimezone) ... Launching: PWD=/build/openbsc './src/osmo-bsc/osmo-bsc-sccplite' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State    Recv-Q Send-Q Local Address:Port    Peer Address:PortProcess
SYN-SENT 0      1         172.17.0.8:56598 192.168.100.11:6666       


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43618  0.0  0.0  13564  8440 ?        S    00:05   0:00 ./src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg
build      43625  0.0  0.0   2576   912 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43627  0.0  0.0   3700  1812 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 44668), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 44668), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testPingPongConfiguration (__main__.TestVTYBSC.testPingPongConfiguration) ... Launching: PWD=/build/openbsc './src/osmo-bsc/osmo-bsc-sccplite' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State    Recv-Q Send-Q Local Address:Port    Peer Address:PortProcess
SYN-SENT 0      1         172.17.0.8:39690 192.168.100.11:6666       


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43628  0.0  0.0  13564  8360 ?        S    00:05   0:00 ./src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg
build      43635  0.0  0.0   2576   948 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43637  0.0  0.0   3700  1816 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 34792), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 34792), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testShowNetwork (__main__.TestVTYBSC.testShowNetwork) ... Launching: PWD=/build/openbsc './src/osmo-bsc/osmo-bsc-sccplite' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State    Recv-Q Send-Q Local Address:Port    Peer Address:PortProcess
SYN-SENT 0      1         172.17.0.8:39704 192.168.100.11:6666       


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43638  0.0  0.0  13564  8280 ?        S    00:05   0:00 ./src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg
build      43645  0.0  0.0   2576   920 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43647  0.0  0.0   3700  1760 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 34814), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 34814), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testUssdNotificationsBsc (__main__.TestVTYBSC.testUssdNotificationsBsc) ... Launching: PWD=/build/openbsc './src/osmo-bsc/osmo-bsc-sccplite' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State    Recv-Q Send-Q Local Address:Port    Peer Address:PortProcess
SYN-SENT 0      1         172.17.0.8:39706 192.168.100.11:6666       


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43648  0.0  0.0  13564  8452 ?        S    00:05   0:00 ./src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg
build      43655  0.0  0.0   2576   928 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43657  0.0  0.0   3700  1848 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 34832), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 34832), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testUssdNotificationsMsc (__main__.TestVTYBSC.testUssdNotificationsMsc) ... Launching: PWD=/build/openbsc './src/osmo-bsc/osmo-bsc-sccplite' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State    Recv-Q Send-Q Local Address:Port    Peer Address:PortProcess
SYN-SENT 0      1         172.17.0.8:33164 192.168.100.11:6666       


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43658  0.0  0.0  13564  8324 ?        S    00:05   0:00 ./src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg
build      43665  0.0  0.0   2576   900 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43667  0.0  0.0   3700  1856 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 55108), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 55108), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testVtyTree (__main__.TestVTYBSC.testVtyTree) ... Launching: PWD=/build/openbsc './src/osmo-bsc/osmo-bsc-sccplite' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State    Recv-Q Send-Q Local Address:Port    Peer Address:PortProcess
SYN-SENT 0      1         172.17.0.8:33178 192.168.100.11:6666       


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10           0.0.0.0:3003      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:3002      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4242      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4249      0.0.0.0:*          


> ps xua | grep osmo
build      43668  0.0  0.0  13564  8452 ?        S    00:05   0:00 ./src/osmo-bsc/osmo-bsc-sccplite -c /build/openbsc/tests/../doc/examples/osmo-bsc-sccplite/osmo-bsc-sccplite.cfg
build      43675  0.0  0.0   2576   912 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43677  0.0  0.0   3700  1796 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 55124), raddr=('127.0.0.1', 4242)> (1 sockets open)
Socket: closing 127.0.0.1:4242 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 55124), raddr=('127.0.0.1', 4242)> (0 sockets open)
Terminating took 2.679s
Process returned code: 0
ok
testAccessList (__main__.TestVTYNAT.testAccessList)
Verify that the imsi-deny can have a reject cause or no reject cause ... Launching: PWD=/build/openbsc './src/osmo-bsc_nat/osmo-bsc_nat' '-l' '127.0.0.1' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      1            0.0.0.0:5001      0.0.0.0:*          
LISTEN 0      1          127.0.0.1:5000      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4244      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4250      0.0.0.0:*          


> ps xua | grep osmo
build      43678  0.0  0.0  13452  7496 ?        S    00:05   0:00 ./src/osmo-bsc_nat/osmo-bsc_nat -l 127.0.0.1 -c /build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg
build      43685  0.0  0.0   2576   940 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43687  0.0  0.0   3700  1972 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33028), raddr=('127.0.0.1', 4244)> (1 sockets open)
Socket: closing 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33028), raddr=('127.0.0.1', 4244)> (0 sockets open)
Process returned code: -15
ok
testBSCreload (__main__.TestVTYNAT.testBSCreload) ... Launching: PWD=/build/openbsc './src/osmo-bsc_nat/osmo-bsc_nat' '-l' '127.0.0.1' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port  Peer Address:Port Process
ESTAB 0      0          127.0.0.1:42822    127.0.0.1:5000        
ESTAB 0      0          127.0.0.1:5000     127.0.0.1:42822       


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      1            0.0.0.0:5001      0.0.0.0:*          
LISTEN 0      1          127.0.0.1:5000      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4244      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4250      0.0.0.0:*          


> ps xua | grep osmo
build      43688  0.0  0.0  13452  7500 ?        S    00:05   0:00 ./src/osmo-bsc_nat/osmo-bsc_nat -l 127.0.0.1 -c /build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg
build      43695  0.0  0.0   2576   892 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43697  0.0  0.0   3700  1896 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33052), raddr=('127.0.0.1', 4244)> (1 sockets open)
MSC is ready at 127.0.0.1
'show msc connection' says: 'MSC is connected: 1'
ERROR
Socket: closing 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33052), raddr=('127.0.0.1', 4244)> (0 sockets open)
Process returned code: -15
testEnsureNoEnsureModeSet (__main__.TestVTYNAT.testEnsureNoEnsureModeSet) ... Launching: PWD=/build/openbsc './src/osmo-bsc_nat/osmo-bsc_nat' '-l' '127.0.0.1' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      1            0.0.0.0:5001      0.0.0.0:*          
LISTEN 0      1          127.0.0.1:5000      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4244      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4250      0.0.0.0:*          


> ps xua | grep osmo
build      43698  0.0  0.0  13452  6912 ?        S    00:05   0:00 ./src/osmo-bsc_nat/osmo-bsc_nat -l 127.0.0.1 -c /build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg
build      43705  0.0  0.0   2576   944 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43707  0.0  0.0   3700  1840 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33058), raddr=('127.0.0.1', 4244)> (1 sockets open)
Socket: closing 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33058), raddr=('127.0.0.1', 4244)> (0 sockets open)
Process returned code: -15
ok
testPrefixTreeLoading (__main__.TestVTYNAT.testPrefixTreeLoading) ... Launching: PWD=/build/openbsc './src/osmo-bsc_nat/osmo-bsc_nat' '-l' '127.0.0.1' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      1            0.0.0.0:5001      0.0.0.0:*          
LISTEN 0      1          127.0.0.1:5000      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4244      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4250      0.0.0.0:*          


> ps xua | grep osmo
build      43708  0.0  0.0  13452  7604 ?        S    00:05   0:00 ./src/osmo-bsc_nat/osmo-bsc_nat -l 127.0.0.1 -c /build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg
build      43715  0.0  0.0   2576   912 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43717  0.0  0.0   3700  1808 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33060), raddr=('127.0.0.1', 4244)> (1 sockets open)
Socket: closing 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33060), raddr=('127.0.0.1', 4244)> (0 sockets open)
Process returned code: -15
ok
testRewriteNoRewrite (__main__.TestVTYNAT.testRewriteNoRewrite) ... Launching: PWD=/build/openbsc './src/osmo-bsc_nat/osmo-bsc_nat' '-l' '127.0.0.1' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      1            0.0.0.0:5001      0.0.0.0:*          
LISTEN 0      1          127.0.0.1:5000      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4244      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4250      0.0.0.0:*          


> ps xua | grep osmo
build      43718  0.0  0.0  13452  6884 ?        S    00:05   0:00 ./src/osmo-bsc_nat/osmo-bsc_nat -l 127.0.0.1 -c /build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg
build      43725  0.0  0.0   2576   928 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43727  0.0  0.0   3700  1800 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33076), raddr=('127.0.0.1', 4244)> (1 sockets open)
Socket: closing 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33076), raddr=('127.0.0.1', 4244)> (0 sockets open)
Process returned code: -15
ok
testRewritePostNoRewrite (__main__.TestVTYNAT.testRewritePostNoRewrite) ... Launching: PWD=/build/openbsc './src/osmo-bsc_nat/osmo-bsc_nat' '-l' '127.0.0.1' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      1            0.0.0.0:5001      0.0.0.0:*          
LISTEN 0      1          127.0.0.1:5000      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4244      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4250      0.0.0.0:*          


> ps xua | grep osmo
build      43728  0.0  0.0  13452  6904 ?        S    00:05   0:00 ./src/osmo-bsc_nat/osmo-bsc_nat -l 127.0.0.1 -c /build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg
build      43735  0.0  0.0   2576   912 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43737  0.0  0.0   3700  1820 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33080), raddr=('127.0.0.1', 4244)> (1 sockets open)
Socket: closing 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33080), raddr=('127.0.0.1', 4244)> (0 sockets open)
Process returned code: -15
ok
testUssdSideChannelProvider (__main__.TestVTYNAT.testUssdSideChannelProvider) ... Launching: PWD=/build/openbsc './src/osmo-bsc_nat/osmo-bsc_nat' '-l' '127.0.0.1' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      1            0.0.0.0:5001      0.0.0.0:*          
LISTEN 0      1          127.0.0.1:5000      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4244      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4250      0.0.0.0:*          


> ps xua | grep osmo
build      43738  0.0  0.0  13452  7480 ?        S    00:05   0:00 ./src/osmo-bsc_nat/osmo-bsc_nat -l 127.0.0.1 -c /build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg
build      43745  0.0  0.0   2576   948 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43747  0.0  0.0   3700  1744 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33088), raddr=('127.0.0.1', 4244)> (1 sockets open)
Connected to 127.0.0.1:5001
Expecting ID_GET request
Going to send ID_RESP response
Going to send PING request
Expecting PONG response
Going to shut down connection
Expecting EOF
Socket: closing 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33088), raddr=('127.0.0.1', 4244)> (0 sockets open)
Process returned code: -15
ok
testVtyTree (__main__.TestVTYNAT.testVtyTree) ... Launching: PWD=/build/openbsc './src/osmo-bsc_nat/osmo-bsc_nat' '-l' '127.0.0.1' '-c' '/build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg'

> ls -l /proc/43427/fd
total 0
lr-x------ 1 build build 64 Jun 30 00:04 0 -> pipe:[201944326]
l-wx------ 1 build build 64 Jun 30 00:04 1 -> pipe:[201944327]
l-wx------ 1 build build 64 Jun 30 00:04 2 -> pipe:[201944328]
l-wx------ 1 build build 64 Jun 30 00:04 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      1            0.0.0.0:5001      0.0.0.0:*          
LISTEN 0      1          127.0.0.1:5000      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4244      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4250      0.0.0.0:*          


> ps xua | grep osmo
build      43748  0.0  0.0  13452  6916 ?        S    00:05   0:00 ./src/osmo-bsc_nat/osmo-bsc_nat -l 127.0.0.1 -c /build/openbsc/tests/../doc/examples/osmo-bsc_nat/osmo-bsc-nat.cfg
build      43755  0.0  0.0   2576   932 ?        S    00:05   0:00 /bin/sh -c ps xua | grep osmo
build      43757  0.0  0.0   3700  1900 ?        S    00:05   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33102), raddr=('127.0.0.1', 4244)> (1 sockets open)
Socket: closing 127.0.0.1:4244 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33102), raddr=('127.0.0.1', 4244)> (0 sockets open)
Process returned code: -15
ok

======================================================================
ERROR: testBSCreload (__main__.TestVTYNAT.testBSCreload)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/openbsc/tests/./vty_test_runner.py", line 803, in testBSCreload
    msc_socket, msc = nat_msc_test(self, ip, port, verbose=True)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/build/openbsc/tests/./vty_test_runner.py", line 1047, in nat_msc_test
    raise Exception("VTY reports MSC is connected, but I haven't"
Exception: VTY reports MSC is connected, but I haven't connected yet: '127.0.0.1' 5522

----------------------------------------------------------------------
Ran 33 tests in 80.721s

FAILED (errors=1)
make[5]: *** [Makefile:717: python-tests] Error 1
make[5]: Leaving directory '/build/openbsc/tests'
make[4]: *** [Makefile:726: check-local] Error 2
make[4]: Leaving directory '/build/openbsc/tests'
make[3]: *** [Makefile:575: check-am] Error 2
make[3]: Leaving directory '/build/openbsc/tests'
make[2]: *** [Makefile:425: check-recursive] Error 1
make[2]: Leaving directory '/build/openbsc/tests'
make[1]: Leaving directory '/build/openbsc'
make[1]: *** [Makefile:457: check-recursive] Error 1
make: *** [Makefile:756: check] Error 2
+ cat-testlogs.sh
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 3970993 killed;
[ssh-agent] Stopped.
Archiving artifacts
Sending e-mails to: jenkins-notifications@lists.osmocom.org laforge@gnumonks.org
Finished: FAILURE