Changes:
------------------------------------------ [...truncated 192.44 KiB...] In file included from /build/deps/install/stow/libosmocore/include/osmocom/core/fsm.h:13, from oml.c:29: oml.c:822:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 822 | "Failed to find lchan for hLayer3=0x%x\n", (uint32_t)ic->hLayer3); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:105:82: note: in definition of macro 'LOGPSRCC' 105 | logp_stub(caller_file, caller_line, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ oml.c:821:17: note: in expansion of macro 'LOGP' 821 | LOGP(DL1C, LOGL_ERROR, | ^~~~ oml.c:822:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 822 | "Failed to find lchan for hLayer3=0x%x\n", (uint32_t)ic->hLayer3); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:107:76: note: in definition of macro 'LOGPSRCC' 107 | logp_stub(__FILE__, __LINE__, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ oml.c:821:17: note: in expansion of macro 'LOGP' 821 | LOGP(DL1C, LOGL_ERROR, | ^~~~ oml.c:822:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 822 | "Failed to find lchan for hLayer3=0x%x\n", (uint32_t)ic->hLayer3); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:112:89: note: in definition of macro 'LOGPSRCC' 112 | logp2(ss, level, caller_file, caller_line, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ oml.c:821:17: note: in expansion of macro 'LOGP' 821 | LOGP(DL1C, LOGL_ERROR, | ^~~~ oml.c:822:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 822 | "Failed to find lchan for hLayer3=0x%x\n", (uint32_t)ic->hLayer3); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:114:83: note: in definition of macro 'LOGPSRCC' 114 | logp2(ss, level, __FILE__, __LINE__, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ oml.c:821:17: note: in expansion of macro 'LOGP' 821 | LOGP(DL1C, LOGL_ERROR, | ^~~~ oml.c: In function 'mph_send_activate_req': oml.c:1042:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1042 | act_req->hLayer2 = (HANDLE *)l1if_lchan_to_hLayer(lchan); | ^ oml.c:1091:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1091 | (uint32_t)act_req->hLayer2, get_value_string(lc15bts_l1sapi_names, act_req->sapi)); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:105:82: note: in definition of macro 'LOGPSRCC' 105 | logp_stub(caller_file, caller_line, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ ../../include/osmo-bts/lchan.h:24:49: note: in expansion of macro 'LOGP' 24 | #define LOGPLCHAN(lchan, ss, lvl, fmt, args...) LOGP(ss, lvl, "%s " fmt, gsm_lchan_name(lchan), ## args) | ^~~~ oml.c:1090:9: note: in expansion of macro 'LOGPLCHAN' 1090 | LOGPLCHAN(lchan, DL1C, LOGL_INFO, "MPH-ACTIVATE.req (hL2=0x%08x, %s ", | ^~~~~~~~~ oml.c:1091:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1091 | (uint32_t)act_req->hLayer2, get_value_string(lc15bts_l1sapi_names, act_req->sapi)); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:107:76: note: in definition of macro 'LOGPSRCC' 107 | logp_stub(__FILE__, __LINE__, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ ../../include/osmo-bts/lchan.h:24:49: note: in expansion of macro 'LOGP' 24 | #define LOGPLCHAN(lchan, ss, lvl, fmt, args...) LOGP(ss, lvl, "%s " fmt, gsm_lchan_name(lchan), ## args) | ^~~~ oml.c:1090:9: note: in expansion of macro 'LOGPLCHAN' 1090 | LOGPLCHAN(lchan, DL1C, LOGL_INFO, "MPH-ACTIVATE.req (hL2=0x%08x, %s ", | ^~~~~~~~~ oml.c:1091:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1091 | (uint32_t)act_req->hLayer2, get_value_string(lc15bts_l1sapi_names, act_req->sapi)); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:112:89: note: in definition of macro 'LOGPSRCC' 112 | logp2(ss, level, caller_file, caller_line, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ ../../include/osmo-bts/lchan.h:24:49: note: in expansion of macro 'LOGP' 24 | #define LOGPLCHAN(lchan, ss, lvl, fmt, args...) LOGP(ss, lvl, "%s " fmt, gsm_lchan_name(lchan), ## args) | ^~~~ oml.c:1090:9: note: in expansion of macro 'LOGPLCHAN' 1090 | LOGPLCHAN(lchan, DL1C, LOGL_INFO, "MPH-ACTIVATE.req (hL2=0x%08x, %s ", | ^~~~~~~~~ oml.c:1091:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1091 | (uint32_t)act_req->hLayer2, get_value_string(lc15bts_l1sapi_names, act_req->sapi)); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:114:83: note: in definition of macro 'LOGPSRCC' 114 | logp2(ss, level, __FILE__, __LINE__, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ ../../include/osmo-bts/lchan.h:24:49: note: in expansion of macro 'LOGP' 24 | #define LOGPLCHAN(lchan, ss, lvl, fmt, args...) LOGP(ss, lvl, "%s " fmt, gsm_lchan_name(lchan), ## args) | ^~~~ oml.c:1090:9: note: in expansion of macro 'LOGPLCHAN' 1090 | LOGPLCHAN(lchan, DL1C, LOGL_INFO, "MPH-ACTIVATE.req (hL2=0x%08x, %s ", | ^~~~~~~~~ oml.c: In function 'chmod_modif_compl_cb': oml.c:1317:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1317 | lchan = l1if_hLayer_to_lchan(trx, (uint32_t)cc->hLayer3); | ^ oml.c:1320:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1320 | "Failed to find lchan for hLayer3=0x%x\n", (uint32_t)cc->hLayer3); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:105:82: note: in definition of macro 'LOGPSRCC' 105 | logp_stub(caller_file, caller_line, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ oml.c:1319:17: note: in expansion of macro 'LOGP' 1319 | LOGP(DL1C, LOGL_ERROR, | ^~~~ oml.c:1320:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1320 | "Failed to find lchan for hLayer3=0x%x\n", (uint32_t)cc->hLayer3); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:107:76: note: in definition of macro 'LOGPSRCC' 107 | logp_stub(__FILE__, __LINE__, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ oml.c:1319:17: note: in expansion of macro 'LOGP' 1319 | LOGP(DL1C, LOGL_ERROR, | ^~~~ oml.c:1320:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1320 | "Failed to find lchan for hLayer3=0x%x\n", (uint32_t)cc->hLayer3); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:112:89: note: in definition of macro 'LOGPSRCC' 112 | logp2(ss, level, caller_file, caller_line, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ oml.c:1319:17: note: in expansion of macro 'LOGP' 1319 | LOGP(DL1C, LOGL_ERROR, | ^~~~ oml.c:1320:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1320 | "Failed to find lchan for hLayer3=0x%x\n", (uint32_t)cc->hLayer3); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:114:83: note: in definition of macro 'LOGPSRCC' 114 | logp2(ss, level, __FILE__, __LINE__, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ oml.c:1319:17: note: in expansion of macro 'LOGP' 1319 | LOGP(DL1C, LOGL_ERROR, | ^~~~ oml.c: In function 'mph_send_config_logchpar': oml.c:1394:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1394 | conf_req->hLayer3 = (HANDLE)l1if_lchan_to_hLayer(lchan); | ^ oml.c: In function 'mph_send_config_ciphering': oml.c:1513:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1513 | cfgr->hLayer3 = (HANDLE)l1if_lchan_to_hLayer(lchan); | ^ oml.c: In function 'lchan_deact_compl_cb': oml.c:1592:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1592 | lchan = l1if_hLayer_to_lchan(trx, (uint32_t)ic->hLayer3); | ^ oml.c:1595:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1595 | "Failed to find lchan for hLayer3=0x%x\n", (uint32_t)ic->hLayer3); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:105:82: note: in definition of macro 'LOGPSRCC' 105 | logp_stub(caller_file, caller_line, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ oml.c:1594:17: note: in expansion of macro 'LOGP' 1594 | LOGP(DL1C, LOGL_ERROR, | ^~~~ oml.c:1595:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1595 | "Failed to find lchan for hLayer3=0x%x\n", (uint32_t)ic->hLayer3); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:107:76: note: in definition of macro 'LOGPSRCC' 107 | logp_stub(__FILE__, __LINE__, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ oml.c:1594:17: note: in expansion of macro 'LOGP' 1594 | LOGP(DL1C, LOGL_ERROR, | ^~~~ oml.c:1595:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1595 | "Failed to find lchan for hLayer3=0x%x\n", (uint32_t)ic->hLayer3); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:112:89: note: in definition of macro 'LOGPSRCC' 112 | logp2(ss, level, caller_file, caller_line, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ oml.c:1594:17: note: in expansion of macro 'LOGP' 1594 | LOGP(DL1C, LOGL_ERROR, | ^~~~ oml.c:1595:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1595 | "Failed to find lchan for hLayer3=0x%x\n", (uint32_t)ic->hLayer3); | ^ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:114:83: note: in definition of macro 'LOGPSRCC' 114 | logp2(ss, level, __FILE__, __LINE__, cont, fmt, ##args); \ | ^~~~ /build/deps/install/stow/libosmocore/include/osmocom/core/logging.h:50:9: note: in expansion of macro 'LOGPSRC' 50 | LOGPSRC(ss, level, NULL, 0, fmt, ## args) | ^~~~~~~ oml.c:1594:17: note: in expansion of macro 'LOGP' 1594 | LOGP(DL1C, LOGL_ERROR, | ^~~~ oml.c: In function 'mph_send_deactivate_req': oml.c:1653:30: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1653 | deact_req->hLayer3 = (HANDLE)l1if_lchan_to_hLayer(lchan); | ^ oml.c: In function 'bts_model_opstart': oml.c:1860:32: warning: unused variable 'bb_transc' [-Wunused-variable] 1860 | struct gsm_bts_bb_trx *bb_transc; | ^~~~~~~~~ make[3]: *** [Makefile:633: oml.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/build/src/osmo-bts-lc15' make[2]: *** [Makefile:396: all-recursive] Error 1 make[2]: Leaving directory '/build/src' make[1]: *** [Makefile:451: all-recursive] Error 1 make[1]: Leaving directory '/build' make: *** [Makefile:383: all] Error 2 Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2736306 killed; [ssh-agent] Stopped. Archiving artifacts