lists.osmocom.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2024
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
List overview
Download
jenkins-notifications
August 2022
----- 2024 -----
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
jenkins-notifications@lists.osmocom.org
1 participants
60 discussions
Start a n
N
ew thread
Build failed in Jenkins: osmo-gsm-tester_build-osmocom-bb #4420
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/44…
> Changes: ------------------------------------------ [...truncated 103.41 KB...] gsm48_mi_to_string(mi_string, sizeof(mi_string), &pag->data[1], len1); ^~~~~~~~~~~~~~~~~~ In file included from app_ccch_scan.c:27: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:65:5: note: declared here int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len) ^~~~~~~~~~~~~~~~~~ app_ccch_scan.c:294:3: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations] gsm48_mi_to_string(mi_string, sizeof(mi_string), &pag->data[2 + len1 + 2], len2); ^~~~~~~~~~~~~~~~~~ In file included from app_ccch_scan.c:27: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:65:5: note: declared here int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len) ^~~~~~~~~~~~~~~~~~ app_ccch_scan.c: In function ‘gsm48_rx_paging_p2’: app_ccch_scan.c:339:2: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations] gsm48_mi_to_string(mi_string, sizeof(mi_string), &pag->data[2], len); ^~~~~~~~~~~~~~~~~~ In file included from app_ccch_scan.c:27: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:65:5: note: declared here int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len) ^~~~~~~~~~~~~~~~~~ ../../src/common/main.c: In function ‘main’: ../../src/common/main.c:261:2: warning: ‘lapdm_channel_init’ is deprecated: Use lapdm_channel_init3() instead [-Wdeprecated-declarations] lapdm_channel_init(&ms->lapdm_channel, LAPDM_MODE_MS); ^~~~~~~~~~~~~~~~~~ In file included from ../../include/osmocom/bb/common/osmocom_data.h:14, from ../../src/common/main.c:20: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:92:6: note: declared here void lapdm_channel_init(struct lapdm_channel *lc, enum lapdm_mode mode) ^~~~~~~~~~~~~~~~~~ CC geo.o CC app_cbch_sniff.o CCLD bcch_scan CCLD echo_test CCLD cbch_sniff CCLD ccch_scan CCLD cell_log make[2]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> Making all in mobile make[2]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> CC main.o CC app_mobile.o CC gsm322.o CC gsm480_ss.o CC gsm411_sms.o CC gsm48_cc.o CC gsm48_mm.o CC gsm48_rr.o app_mobile.c: In function ‘mobile_init’: app_mobile.c:189:2: warning: ‘lapdm_channel_init’ is deprecated: Use lapdm_channel_init3() instead [-Wdeprecated-declarations] lapdm_channel_init(&ms->lapdm_channel, LAPDM_MODE_MS); ^~~~~~~~~~~~~~~~~~ In file included from ../../include/osmocom/bb/common/osmocom_data.h:14, from app_mobile.c:24: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:92:6: note: declared here void lapdm_channel_init(struct lapdm_channel *lc, enum lapdm_mode mode) ^~~~~~~~~~~~~~~~~~ gsm48_mm.c: In function ‘gsm48_encode_mi’: gsm48_mm.c:280:3: 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] gsm48_generate_mid_from_tmsi(buf, subscr->tmsi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_mm.c:27: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:53:5: note: declared here int gsm48_generate_mid_from_tmsi(uint8_t *buf, uint32_t tmsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_mm.c:283:3: 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] gsm48_generate_mid_from_imsi(buf, subscr->imsi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_mm.c:27: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:56:5: note: declared here int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_mm.c:286:3: 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] gsm48_generate_mid_from_imsi(buf, set->imei); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_mm.c:27: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:56:5: note: declared here int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_mm.c:289:3: 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] gsm48_generate_mid_from_imsi(buf, set->imeisv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_mm.c:27: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:56:5: note: declared here int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_rr.c: In function ‘gsm48_rr_tx_cip_mode_cpl’: gsm48_rr.c:927:3: 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] gsm48_generate_mid_from_imsi(buf, set->imeisv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_rr.c:68: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:56:5: note: declared here int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_rr.c: In function ‘gsm_match_mi’: gsm48_rr.c:2107:3: warning: ‘gsm48_mi_to_string’ is deprecated: Instead use osmo_mobile_identity_decode() [-Wdeprecated-declarations] gsm48_mi_to_string(imsi, sizeof(imsi), mi + 1, mi[0]); ^~~~~~~~~~~~~~~~~~ In file included from gsm48_rr.c:68: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:65:5: note: declared here int gsm48_mi_to_string(char *string, int str_len, const uint8_t *mi, int mi_len) ^~~~~~~~~~~~~~~~~~ gsm48_mm.c: In function ‘gsm48_mm_tx_cm_serv_req’: gsm48_mm.c:2822:3: 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] gsm48_generate_mid_from_imsi(buf, set->emergency_imsi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_mm.c:27: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:56:5: note: declared here int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_rr.c: In function ‘gsm48_rr_dl_est’: gsm48_rr.c:3239:4: 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] gsm48_generate_mid_from_tmsi(mi, subscr->tmsi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_rr.c:68: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:53:5: note: declared here int gsm48_generate_mid_from_tmsi(uint8_t *buf, uint32_t tmsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gsm48_rr.c:3243:4: 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] gsm48_generate_mid_from_imsi(mi, subscr->imsi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gsm48_rr.c:68: <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
>:56:5: note: declared here int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC gsm414.o CC mnccms.o CC mncc_sock.o CC primitives.o CC settings.o CC subscriber.o CC support.o CC transaction.o CC vty_interface.o CC voice.o CC script_lua.o AR libmobile.a ar: `u' modifier ignored since `D' is the default (see `U') CCLD mobile make[2]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[2]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[1]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[1]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> + set +x + make install Making install in include make[1]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> Making install in osmocom make[2]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> Making install in bb make[3]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> Making install in common make[4]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[5]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[4]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> Making install in misc make[4]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[5]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[4]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> Making install in mobile make[4]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[5]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[4]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[4]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[5]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[4]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[3]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[3]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[4]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[3]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[2]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[2]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[3]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[2]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[1]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> Making install in src make[1]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> Making install in common make[2]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[3]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[2]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> Making install in misc make[2]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[3]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> /bin/mkdir -p '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> /usr/bin/install -c bcch_scan ccch_scan echo_test cell_log cbch_sniff '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[2]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> Making install in mobile make[2]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[3]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> /bin/mkdir -p '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> /usr/bin/install -c mobile '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[2]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[2]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[3]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[2]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[1]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[1]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[2]: Entering directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> make[1]: Leaving directory '<
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
'> + mkdir -p <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
> + cd <
https://jenkins.osmocom.org/jenkins/job/osmo-gsm-tester_build-osmocom-bb/ws…
> + wget -q -O -
http://download.opensuse.org/repositories/home:/mnhauke:/osmocom:/nightly/o…
+ grep -o osmocom-bb-firmware.*rpm + sed s#\"#\n#g + head -1 + FW_RPM=osmocom-bb-firmware-0.0.0.git1656763369.b7335dfe-7.1.x86_64.rpm + echo Downloading RPM package osmocom-bb-firmware-0.0.0.git1656763369.b7335dfe-7.1.x86_64.rpm Downloading RPM package osmocom-bb-firmware-0.0.0.git1656763369.b7335dfe-7.1.x86_64.rpm + wget -q
http://download.opensuse.org/repositories/home:/mnhauke:/osmocom:/nightly/o…
-O osmocom-bb-firmware.rpm Build step 'Execute shell' marked build as failure Skipped archiving because build is not successful
2 years, 1 month
1
1
0
0
Build failed in Jenkins: master-osmo-cbc » a1=default,a2=default,a3=default,a4=default,osmocom-master-debian9 #1083
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/master-osmo-cbc/a1=default,a2=defau…
> Changes: [Vadim Yanitskiy] contrib/jenkins.sh: also execute maintainer-clean target [Vadim Yanitskiy] contrib/jenkins.sh: execute 'distcheck' with $PARALLEL_MAKE ------------------------------------------ [...truncated 293.39 KB...] rm -f gen/.deps/SBcAP_Global-RAN-Node-ID.Plo rm -f gen/.deps/SBcAP_InitiatingMessage.Plo rm -f gen/.deps/SBcAP_List-of-5GS-Cells-for-Failure.Plo rm -f gen/.deps/SBcAP_List-of-5GS-TAI-for-Restart.Plo rm -f gen/.deps/SBcAP_List-of-5GS-TAIs.Plo rm -f gen/.deps/SBcAP_List-of-EAIs-Restart.Plo rm -f gen/.deps/SBcAP_List-of-TAIs-Restart.Plo rm -f gen/.deps/SBcAP_List-of-TAIs.Plo rm -f gen/.deps/SBcAP_Message-Identifier.Plo rm -f gen/.deps/SBcAP_NR-CGI.Plo rm -f gen/.deps/SBcAP_NR-CGIList.Plo rm -f gen/.deps/SBcAP_NRCellIdentity.Plo rm -f gen/.deps/SBcAP_NgENB-ID.Plo rm -f gen/.deps/SBcAP_Number-of-Broadcasts-Requested.Plo rm -f gen/.deps/SBcAP_NumberOfBroadcasts.Plo rm -f gen/.deps/SBcAP_Omc-Id.Plo rm -f gen/.deps/SBcAP_PLMNidentity.Plo rm -f gen/.deps/SBcAP_PWS-Failure-Indication.Plo rm -f gen/.deps/SBcAP_PWS-Restart-Indication.Plo rm -f gen/.deps/SBcAP_Presence.Plo rm -f gen/.deps/SBcAP_ProcedureCode.Plo rm -f gen/.deps/SBcAP_ProtocolExtensionContainer.Plo rm -f gen/.deps/SBcAP_ProtocolExtensionField.Plo rm -f gen/.deps/SBcAP_ProtocolExtensionID.Plo rm -f gen/.deps/SBcAP_ProtocolIE-Container.Plo rm -f gen/.deps/SBcAP_ProtocolIE-ContainerList.Plo rm -f gen/.deps/SBcAP_ProtocolIE-Field.Plo rm -f gen/.deps/SBcAP_ProtocolIE-ID.Plo rm -f gen/.deps/SBcAP_RAT-Selector-5GS.Plo rm -f gen/.deps/SBcAP_Repetition-Period.Plo rm -f gen/.deps/SBcAP_Restarted-Cell-List-NR.Plo rm -f gen/.deps/SBcAP_Restarted-Cell-List.Plo rm -f gen/.deps/SBcAP_SBC-AP-PDU.Plo rm -f gen/.deps/SBcAP_ScheduledCellinEAI-Item.Plo rm -f gen/.deps/SBcAP_ScheduledCellinEAI.Plo rm -f gen/.deps/SBcAP_ScheduledCellinTAI-5GS.Plo rm -f gen/.deps/SBcAP_ScheduledCellinTAI-Item.Plo rm -f gen/.deps/SBcAP_ScheduledCellinTAI.Plo rm -f gen/.deps/SBcAP_Send-Stop-Warning-Indication.Plo rm -f gen/.deps/SBcAP_Send-Write-Replace-Warning-Indication.Plo rm -f gen/.deps/SBcAP_Serial-Number.Plo rm -f gen/.deps/SBcAP_Stop-All-Indicator.Plo rm -f gen/.deps/SBcAP_Stop-Warning-Indication.Plo rm -f gen/.deps/SBcAP_Stop-Warning-Request.Plo rm -f gen/.deps/SBcAP_Stop-Warning-Response.Plo rm -f gen/.deps/SBcAP_SuccessfulOutcome.Plo rm -f gen/.deps/SBcAP_TAC-5GS.Plo rm -f gen/.deps/SBcAP_TAC.Plo rm -f gen/.deps/SBcAP_TAI-5GS.Plo rm -f gen/.deps/SBcAP_TAI-Broadcast-List-5GS.Plo rm -f gen/.deps/SBcAP_TAI-Broadcast-List-Item.Plo rm -f gen/.deps/SBcAP_TAI-Broadcast-List.Plo rm -f gen/.deps/SBcAP_TAI-Cancelled-List-5GS.Plo rm -f gen/.deps/SBcAP_TAI-Cancelled-List-Item.Plo rm -f gen/.deps/SBcAP_TAI-Cancelled-List.Plo rm -f gen/.deps/SBcAP_TAI-List-for-Warning.Plo rm -f gen/.deps/SBcAP_TAI.Plo rm -f gen/.deps/SBcAP_TBCD-STRING.Plo rm -f gen/.deps/SBcAP_TriggeringMessage.Plo rm -f gen/.deps/SBcAP_TypeOfError.Plo rm -f gen/.deps/SBcAP_Unknown-5GS-Tracking-Area-List.Plo rm -f gen/.deps/SBcAP_Unknown-Tracking-Area-List.Plo rm -f gen/.deps/SBcAP_UnsuccessfulOutcome.Plo rm -f gen/.deps/SBcAP_Warning-Area-Coordinates.Plo rm -f gen/.deps/SBcAP_Warning-Area-List-5GS.Plo rm -f gen/.deps/SBcAP_Warning-Area-List.Plo rm -f gen/.deps/SBcAP_Warning-Message-Content.Plo rm -f gen/.deps/SBcAP_Warning-Security-Information.Plo rm -f gen/.deps/SBcAP_Warning-Type.Plo rm -f gen/.deps/SBcAP_Write-Replace-Warning-Indication.Plo rm -f gen/.deps/SBcAP_Write-Replace-Warning-Request.Plo rm -f gen/.deps/SBcAP_Write-Replace-Warning-Response.Plo rm -f gen/.deps/aper_decoder.Plo rm -f gen/.deps/aper_encoder.Plo rm -f gen/.deps/aper_opentype.Plo rm -f gen/.deps/aper_support.Plo rm -f gen/.deps/asn_SEQUENCE_OF.Plo rm -f gen/.deps/asn_SET_OF.Plo rm -f gen/.deps/asn_application.Plo rm -f gen/.deps/asn_bit_data.Plo rm -f gen/.deps/asn_codecs_prim.Plo rm -f gen/.deps/asn_internal.Plo rm -f gen/.deps/asn_random_fill.Plo rm -f gen/.deps/ber_tlv_length.Plo rm -f gen/.deps/ber_tlv_tag.Plo rm -f gen/.deps/constr_CHOICE.Plo rm -f gen/.deps/constr_CHOICE_aper.Plo rm -f gen/.deps/constr_CHOICE_print.Plo rm -f gen/.deps/constr_CHOICE_rfill.Plo rm -f gen/.deps/constr_SEQUENCE.Plo rm -f gen/.deps/constr_SEQUENCE_OF.Plo rm -f gen/.deps/constr_SEQUENCE_OF_aper.Plo rm -f gen/.deps/constr_SEQUENCE_aper.Plo rm -f gen/.deps/constr_SEQUENCE_print.Plo rm -f gen/.deps/constr_SEQUENCE_rfill.Plo rm -f gen/.deps/constr_SET_OF.Plo rm -f gen/.deps/constr_SET_OF_aper.Plo rm -f gen/.deps/constr_SET_OF_print.Plo rm -f gen/.deps/constr_SET_OF_rfill.Plo rm -f gen/.deps/constr_TYPE.Plo rm -f gen/.deps/constraints.Plo rm -f gen/.deps/per_decoder.Plo rm -f gen/.deps/per_encoder.Plo rm -f gen/.deps/per_opentype.Plo rm -f gen/.deps/per_support.Plo rm -f Makefile make[2]: Leaving directory '/build/src/sbcap' make[2]: Entering directory '/build/src' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f osmo-cbc rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[2]: Leaving directory '/build/src' rm -f ./.deps/cbc_data.Po rm -f ./.deps/cbc_main.Po rm -f ./.deps/cbc_message.Po rm -f ./.deps/cbc_peer.Po rm -f ./.deps/cbc_vty.Po rm -f ./.deps/cbsp_link.Po rm -f ./.deps/cbsp_link_fsm.Po rm -f ./.deps/cbsp_msg.Po rm -f ./.deps/cbsp_smscb_peer_fsm.Po rm -f ./.deps/charset.Po rm -f ./.deps/rest_api.Po rm -f ./.deps/rest_it_op.Po rm -f ./.deps/sbcap_link.Po rm -f ./.deps/sbcap_link_fsm.Po rm -f ./.deps/sbcap_msg.Po rm -f ./.deps/sbcap_smscb_peer_fsm.Po rm -f ./.deps/smscb_message_fsm.Po rm -f ./.deps/smscb_peer_fsm.Po rm -f Makefile make[1]: Leaving directory '/build/src' Making maintainer-clean in doc make[1]: Entering directory '/build/doc' Making maintainer-clean in examples make[2]: Entering directory '/build/doc/examples' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f Makefile make[2]: Leaving directory '/build/doc/examples' Making maintainer-clean in manuals make[2]: Entering directory '/build/doc/manuals' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f This command is intended for maintainers to use test . = "." || test -z "" || rm -f it deletes files that may require special tools to rebuild. rm -f Makefile make[2]: Leaving directory '/build/doc/manuals' make[2]: Entering directory '/build/doc' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[2]: Leaving directory '/build/doc' rm -f Makefile make[1]: Leaving directory '/build/doc' Making maintainer-clean in contrib make[1]: Entering directory '/build/contrib' Making maintainer-clean in systemd make[2]: Entering directory '/build/contrib/systemd' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f Makefile make[2]: Leaving directory '/build/contrib/systemd' make[2]: Entering directory '/build/contrib' rm -rf .libs _libs rm -f *.lo test -z "osmo-cbc.spec" || rm -f osmo-cbc.spec rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[2]: Leaving directory '/build/contrib' rm -f Makefile make[1]: Leaving directory '/build/contrib' Making maintainer-clean in tests make[1]: Entering directory '/build/tests' Making maintainer-clean in sbcap make[2]: Entering directory '/build/tests/sbcap' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f sbcap_test rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f ./.deps/sbcap_test.Po rm -f Makefile make[2]: Leaving directory '/build/tests/sbcap' make[2]: Entering directory '/build/tests' rm -rf .libs _libs test ! -f './testsuite' || \ /bin/bash './testsuite' --clean rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use test -z "atconfig " || rm -f atconfig it deletes files that may require special tools to rebuild. make[2]: Leaving directory '/build/tests' rm -f Makefile make[1]: Leaving directory '/build/tests' make[1]: Entering directory '/build' rm -rf .libs _libs rm -f *.lo test -z "libosmo-sbcap.pc" || rm -f libosmo-sbcap.pc rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags This command is intended for maintainers to use test . = "." || test -z "" || rm -f rm -f cscope.out cscope.in.out cscope.po.out cscope.files it deletes files that may require special tools to rebuild. test -z "./.version" || rm -f ./.version make[1]: Leaving directory '/build' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -rf ./autom4te.cache rm -f Makefile + [ 1 = 1 ] + [ 1 = 1 ] + make -C /build/doc/manuals publish make: Entering directory '/build/doc/manuals' make: Leaving directory '/build/doc/manuals' make: *** No rule to make target 'publish'. Stop. Build step 'Execute shell' marked build as failure Archiving artifacts
2 years, 1 month
1
1
0
0
Build failed in Jenkins: master-osmo-msc » --enable-iu,0,a3=default,a4=default,osmocom-master-debian9 #32327
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/master-osmo-msc/IU=--enable-iu,WITH…
> Changes: ------------------------------------------ [...truncated 1.09 MB...] rm -f ./.deps/ran_msg_a.Po rm -f ./.deps/ran_msg_iu.Po rm -f ./.deps/ran_peer.Po rm -f ./.deps/rrlp.Po rm -f ./.deps/rtp_stream.Po rm -f ./.deps/sccp_ran.Po rm -f ./.deps/sdp_msg.Po rm -f ./.deps/sgs_iface.Po rm -f ./.deps/sgs_server.Po rm -f ./.deps/sgs_vty.Po rm -f ./.deps/silent_call.Po rm -f ./.deps/sms_queue.Po rm -f ./.deps/smsc_vty.Po rm -f ./.deps/transaction.Po rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/src/libmsc' Making distclean in libsmpputil make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/src/libsmpputil' rm -rf .libs _libs test -z "libsmpputil.a" || rm -f libsmpputil.a rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../../src/libsmpputil" || test -z "" || rm -f rm -f ./.deps/smpp_msc.Po rm -f ./.deps/smpp_smsc.Po rm -f ./.deps/smpp_utils.Po rm -f ./.deps/smpp_vty.Po rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/src/libsmpputil' Making distclean in utils make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/src/utils' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f smpp_mirror test . = "../../../../src/utils" || test -z "" || rm -f rm -f ./.deps/smpp_mirror-smpp_mirror.Po rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/src/utils' Making distclean in osmo-msc make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/src/osmo-msc' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f osmo-msc rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../../src/osmo-msc" || test -z "" || rm -f rm -f ./.deps/msc_main.Po rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/src/osmo-msc' make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/src' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../src" || test -z "" || rm -f make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/src' rm -f Makefile make[2]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/src' Making distclean in doc make[2]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/doc' Making distclean in examples make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/doc/examples' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../doc/examples" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/doc/examples' Making distclean in manuals make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/doc/manuals' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../doc/manuals" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/doc/manuals' Making distclean in sequence_charts make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/doc/sequence_charts' test -z "inter_bsc_ho.png inter_msc_ho.png mncc_call_fsm.png voice_call_full.png " || rm -f inter_bsc_ho.png inter_msc_ho.png mncc_call_fsm.png voice_call_full.png rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../doc/sequence_charts" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/doc/sequence_charts' make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/doc' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../doc" || test -z "" || rm -f make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/doc' rm -f Makefile make[2]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/doc' Making distclean in contrib make[2]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/contrib' Making distclean in systemd make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/contrib/systemd' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../contrib/systemd" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/contrib/systemd' make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/contrib' rm -rf .libs _libs rm -f *.lo test -z "osmo-msc.spec" || rm -f osmo-msc.spec rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../contrib" || test -z "" || rm -f make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/contrib' rm -f Makefile make[2]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/contrib' Making distclean in tests make[2]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests' Making distclean in sms_queue make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests/sms_queue' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f sms_queue_test test . = "../../../../tests/sms_queue" || test -z "" || rm -f rm -f ./.deps/sms_queue_test.Po rm -f ./.deps/stubs.Po rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests/sms_queue' Making distclean in msc_vlr make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests/msc_vlr' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c rm -f msc_vlr_test_no_authen msc_vlr_test_gsm_authen msc_vlr_test_gsm_ciph msc_vlr_test_umts_authen msc_vlr_test_authen_reuse msc_vlr_test_hlr_reject msc_vlr_test_hlr_timeout msc_vlr_test_ms_timeout msc_vlr_test_reject_concurrency msc_vlr_test_call msc_vlr_test_rest msc_vlr_test_ss test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../../tests/msc_vlr" || test -z "" || rm -f rm -f ./.deps/msc_vlr_test_authen_reuse.Po rm -f ./.deps/msc_vlr_test_call.Po rm -f ./.deps/msc_vlr_test_gsm_authen.Po rm -f ./.deps/msc_vlr_test_gsm_ciph.Po rm -f ./.deps/msc_vlr_test_hlr_reject.Po rm -f ./.deps/msc_vlr_test_hlr_timeout.Po rm -f ./.deps/msc_vlr_test_ms_timeout.Po rm -f ./.deps/msc_vlr_test_no_authen.Po rm -f ./.deps/msc_vlr_test_reject_concurrency.Po rm -f ./.deps/msc_vlr_test_rest.Po rm -f ./.deps/msc_vlr_test_ss.Po rm -f ./.deps/msc_vlr_test_umts_authen.Po rm -f ./.deps/msc_vlr_tests.Po rm -f ./.deps/stubs.Po rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests/msc_vlr' Making distclean in db_sms make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests/db_sms' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f db_sms_test rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../../tests/db_sms" || test -z "" || rm -f rm -f ./.deps/db_sms_test.Po rm -f ./.deps/stubs.Po rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests/db_sms' Making distclean in sdp_msg make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests/sdp_msg' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f sdp_msg_test rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../../tests/sdp_msg" || test -z "" || rm -f rm -f ./.deps/sdp_msg_test.Po rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests/sdp_msg' Making distclean in mncc make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests/mncc' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f mncc_test rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../../tests/mncc" || test -z "" || rm -f rm -f ./.deps/mncc_test.Po rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests/mncc' Making distclean in smpp make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests/smpp' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c rm -f smpp_test test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../../tests/smpp" || test -z "" || rm -f rm -f ./.deps/smpp_test.Po rm -f Makefile make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests/smpp' make[3]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests' rm -rf .libs _libs test ! -f '../../../tests/testsuite' || \ /bin/bash '../../../tests/testsuite' --clean rm -f *.lo test -z "atlocal" || rm -f atlocal rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../tests" || test -z "" || rm -f test -z "atconfig " || rm -f atconfig make[3]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests' rm -f Makefile make[2]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub/tests' make[2]: Entering directory '/build/osmo-msc-1.9.0.16-62977/_build/sub' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f config.h stamp-h1 rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../.." || test -z "" || rm -f rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[2]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile ERROR: files left in build directory after distclean: ./core make[1]: *** [Makefile:756: distcleancheck] Error 1 make[1]: Leaving directory '/build/osmo-msc-1.9.0.16-62977/_build/sub' make: *** [Makefile:687: distcheck] Error 1 + cat-testlogs.sh Build step 'Execute shell' marked build as failure Archiving artifacts
2 years, 1 month
1
1
0
0
Build failed in Jenkins: master-osmo-hlr » a1=default,a2=default,a3=default,a4=default,osmocom-master-debian9 #8338
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/master-osmo-hlr/a1=default,a2=defau…
> Changes: ------------------------------------------ [...truncated 236.96 KB...] struct osmo_mslookup_client contains 40 bytes in 1 blocks (ref 0) 0x60d000025770 struct hlr contains 675 bytes in 10 blocks (ref 0) 0x6160000000e0 struct ctrl_handle contains 88 bytes in 1 blocks (ref 0) 0x610000001ea0 hlr_ctrl_test.db contains 17 bytes in 1 blocks (ref 0) 0x60c000030520 struct hlr_ussd_route contains 47 bytes in 2 blocks (ref 0) 0x60d000022780 *#101# contains 7 bytes in 1 blocks (ref 0) 0x60b00011fcd0 struct hlr_ussd_route contains 47 bytes in 2 blocks (ref 0) 0x60d0000226b0 *#100# contains 7 bytes in 1 blocks (ref 0) 0x60b00011f490 127.0.0.1 contains 10 bytes in 1 blocks (ref 0) 0x60b00011ec50
mdns.osmocom.org
contains 17 bytes in 1 blocks (ref 0) 0x60c000000160
mdns.osmocom.org
contains 17 bytes in 1 blocks (ref 0) 0x60c0000000a0 msgb contains 0 bytes in 1 blocks (ref 0) 0x608000000180 full talloc report on 'null_context' (total 24 bytes in 2 blocks) struct lookup_helper contains 24 bytes in 1 blocks (ref 0) 0x60c000032f20 RESULTS: pass: ./test_subscriber.ctrl pass: ./test_subscriber_errors.ctrl rm -f hlr_ctrl_test.db rm hlr_ctrl_test.db-* rm: cannot remove 'hlr_ctrl_test.db-*': No such file or directory make[6]: [Makefile:728: ctrl-test] Error 1 (ignored) make[6]: Leaving directory '/build/tests' make db-upgrade-equivalence-test make[6]: Entering directory '/build/tests' make -C db_upgrade upgrade-equivalence-test make[7]: Entering directory '/build/tests/db_upgrade' ./db_upgrade_test.sh . . do-equivalence-test Creating db in schema version 0 Version 0 db: Table: auc_2g name|type|notnull|dflt_value|pk algo_id_2g|INTEGER|1||0 ki|VARCHAR(32)|1||0 subscriber_id|INTEGER|0||1 Table auc_2g contents: algo_id_2g|ki|subscriber_id 1|BeefedCafeFaceAcedAddedDecadeFee|1 2|33333333333333333333333333333333|4 4|55555555555555555555555555555555|6 Table: auc_3g name|type|notnull|dflt_value|pk algo_id_3g|INTEGER|1||0 ind_bitlen|INTEGER|1|5|0 k|VARCHAR(32)|1||0 op|VARCHAR(32)|0||0 opc|VARCHAR(32)|0||0 sqn|INTEGER|1|0|0 subscriber_id|INTEGER|0||1 Table auc_3g contents: algo_id_3g|ind_bitlen|k|op|opc|sqn|subscriber_id 5|5|C01ffedC1cadaeAc1d1f1edAcac1aB0a||CededEffacedAceFacedBadFadedBeef|0|1 5|5|44444444444444444444444444444444|44444444444444444444444444444444||0|5 5|5|55555555555555555555555555555555||55555555555555555555555555555555|0|6 Table: subscriber name|type|notnull|dflt_value|pk ggsn_number|VARCHAR(15)|0||0 gmlc_number|VARCHAR(15)|0||0 hlr_number|VARCHAR(15)|0||0 id|INTEGER|0||1 imeisv|VARCHAR|0||0 imsi|VARCHAR(15)|1||0 lmsi|INTEGER|0||0 ms_purged_cs|BOOLEAN|1|0|0 ms_purged_ps|BOOLEAN|1|0|0 msisdn|VARCHAR(15)|0||0 nam_cs|BOOLEAN|1|1|0 nam_ps|BOOLEAN|1|1|0 periodic_lu_tmr|INTEGER|0||0 periodic_rau_tau_tmr|INTEGER|0||0 sgsn_address|VARCHAR|0||0 sgsn_number|VARCHAR(15)|0||0 smsc_number|VARCHAR(15)|0||0 vlr_number|VARCHAR(15)|0||0 Table subscriber contents: ggsn_number|gmlc_number|hlr_number|id|imeisv|imsi|lmsi|ms_purged_cs|ms_purged_ps|msisdn|nam_cs|nam_ps|periodic_lu_tmr|periodic_rau_tau_tmr|sgsn_address|sgsn_number|smsc_number|vlr_number |||1||123456789012345||0|0|098765432109876|1|1||||||MSC-1 |||2||111111111||1|0||1|1|||||| |||3||222222222||0|1|22222|1|1|||||| |||4||333333||0|0|3|0|1|||||| |||5||444444444444444||0|0|4444|1|0|||||| |||6||5555555||0|0|55555555555555|0|0|||||| Table: subscriber_apn name|type|notnull|dflt_value|pk apn|VARCHAR(256)|1||0 subscriber_id|INTEGER|0||0 Table subscriber_apn contents: Table: subscriber_multi_msisdn name|type|notnull|dflt_value|pk msisdn|VARCHAR(15)|1||0 subscriber_id|INTEGER|0||0 Table subscriber_multi_msisdn contents: Launching osmo-hlr to upgrade db: osmo-hlr --database $db --db-upgrade --db-check --config-file $srcdir/osmo-hlr.cfg rc = 0 DMAIN hlr starting DDB using database: <PATH>test.db DDB Database <PATH>test.db' has HLR DB schema version 0 DDB Database <PATH>test.db' has been upgraded to HLR DB schema version 1 DDB Database <PATH>test.db' has been upgraded to HLR DB schema version 2 DDB Database <PATH>test.db' has been upgraded to HLR DB schema version 3 DDB Database <PATH>test.db' has been upgraded to HLR DB schema version 4 DDB Database <PATH>test.db' has been upgraded to HLR DB schema version 5 DDB Database <PATH>test.db' has been upgraded to HLR DB schema version 6 DMAIN Cmdline option --db-check: Database was opened successfully, quitting. Resulting db: Table: auc_2g name|type|notnull|dflt_value|pk algo_id_2g|INTEGER|1||0 ki|VARCHAR(32)|1||0 subscriber_id|INTEGER|0||1 Table auc_2g contents: algo_id_2g|ki|subscriber_id 1|BeefedCafeFaceAcedAddedDecadeFee|1 2|33333333333333333333333333333333|4 4|55555555555555555555555555555555|6 Table: auc_3g name|type|notnull|dflt_value|pk algo_id_3g|INTEGER|1||0 ind_bitlen|INTEGER|1|5|0 k|VARCHAR(32)|1||0 op|VARCHAR(32)|0||0 opc|VARCHAR(32)|0||0 sqn|INTEGER|1|0|0 subscriber_id|INTEGER|0||1 Table auc_3g contents: algo_id_3g|ind_bitlen|k|op|opc|sqn|subscriber_id 5|5|C01ffedC1cadaeAc1d1f1edAcac1aB0a||CededEffacedAceFacedBadFadedBeef|0|1 5|5|44444444444444444444444444444444|44444444444444444444444444444444||0|5 5|5|55555555555555555555555555555555||55555555555555555555555555555555|0|6 Table: ind name|type|notnull|dflt_value|pk ind|INTEGER|0||1 vlr|TEXT|1||0 Table ind contents: Table: subscriber name|type|notnull|dflt_value|pk ggsn_number|VARCHAR(15)|0||0 gmlc_number|VARCHAR(15)|0||0 id|INTEGER|0||1 imei|VARCHAR(14)|0||0 imeisv|VARCHAR|0||0 imsi|VARCHAR(15)|1||0 last_lu_seen|TIMESTAMP|0|NULL|0 last_lu_seen_ps|TIMESTAMP|0|NULL|0 lmsi|INTEGER|0||0 ms_purged_cs|BOOLEAN|1|0|0 ms_purged_ps|BOOLEAN|1|0|0 msc_number|VARCHAR(15)|0||0 msisdn|VARCHAR(15)|0||0 nam_cs|BOOLEAN|1|1|0 nam_ps|BOOLEAN|1|1|0 periodic_lu_tmr|INTEGER|0||0 periodic_rau_tau_tmr|INTEGER|0||0 sgsn_address|VARCHAR|0||0 sgsn_number|VARCHAR(15)|0||0 sgsn_via_proxy|VARCHAR|0||0 smsc_number|VARCHAR(15)|0||0 vlr_number|VARCHAR(15)|0||0 vlr_via_proxy|VARCHAR|0||0 Table subscriber contents: ggsn_number|gmlc_number|id|imei|imeisv|imsi|last_lu_seen|last_lu_seen_ps|lmsi|ms_purged_cs|ms_purged_ps|msc_number|msisdn|nam_cs|nam_ps|periodic_lu_tmr|periodic_rau_tau_tmr|sgsn_address|sgsn_number|sgsn_via_proxy|smsc_number|vlr_number|vlr_via_proxy ||1|||123456789012345||||0|0||098765432109876|1|1|||||||MSC-1| ||2|||111111111||||1|0|||1|1|||||||| ||3|||222222222||||0|1||22222|1|1|||||||| ||4|||333333||||0|0||3|0|1|||||||| ||5|||444444444444444||||0|0||4444|1|0|||||||| ||6|||5555555||||0|0||55555555555555|0|0|||||||| Table: subscriber_apn name|type|notnull|dflt_value|pk apn|VARCHAR(256)|1||0 subscriber_id|INTEGER|0||0 Table subscriber_apn contents: Table: subscriber_multi_msisdn name|type|notnull|dflt_value|pk msisdn|VARCHAR(15)|1||0 subscriber_id|INTEGER|0||0 Table subscriber_multi_msisdn contents: Verify that osmo-hlr can open it: osmo-hlr --database $db --db-check --config-file $srcdir/osmo-hlr.cfg rc = 0 DMAIN hlr starting DDB using database: <PATH>test.db DDB Database <PATH>test.db' has HLR DB schema version 6 DMAIN Cmdline option --db-check: Database was opened successfully, quitting. + mint_db=./mint.db + rm -f ./mint.db + osmo_verify_transcript_vty.py -v -n OsmoHLR -p 4258 -r ./../../src/osmo-hlr -c ./osmo-hlr.cfg -l ./mint.db ./create_subscribers.vty DMAIN hlr starting DDB using database: ./mint.db Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/osmopython-0.2.1-py3.7.egg/osmopy/osmo_interact/common.py", line 356, in verify_application interact.connect() File "/usr/local/lib/python3.7/dist-packages/osmopython-0.2.1-py3.7.egg/osmopy/osmo_interact/vty.py", line 84, in connect super().connect() File "/usr/local/lib/python3.7/dist-packages/osmopython-0.2.1-py3.7.egg/osmopy/osmo_interact/common.py", line 88, in connect self.socket.connect((self.host, int(self.port))) ConnectionRefusedError: [Errno 111] Connection refused Launching: cd '/build/tests/db_upgrade'; ./../../src/osmo-hlr -c ./osmo-hlr.cfg -l ./mint.db Terminating took 0.475s RESULTS: FAIL: ./create_subscribers.vty make[7]: Leaving directory '/build/tests/db_upgrade' make[7]: *** [Makefile:479: upgrade-equivalence-test] Error 1 make[6]: *** [Makefile:734: db-upgrade-equivalence-test] Error 2 make[6]: Leaving directory '/build/tests' make[5]: *** [Makefile:698: python-tests] Error 2 make[5]: Leaving directory '/build/tests' make[4]: *** [Makefile:738: check-local] Error 2 make[4]: Leaving directory '/build/tests' make[3]: *** [Makefile:555: check-am] Error 2 make[3]: Leaving directory '/build/tests' make[2]: *** [Makefile:404: check-recursive] Error 1 make[2]: Leaving directory '/build/tests' make[1]: *** [Makefile:487: check-recursive] Error 1 make[1]: Leaving directory '/build' make: *** [Makefile:781: check] Error 2 + cat-testlogs.sh Build step 'Execute shell' marked build as failure Archiving artifacts
2 years, 1 month
1
1
0
0
Build failed in Jenkins: Osmocom-repo-install-centos8 » nightly,repo-install-test #650
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/Osmocom-repo-install-centos8/feed=n…
> Changes: [Oliver Smith] obs: meaningful error if debian/changelog is empty [Oliver Smith] jobs/master-builds: clone from
gerrit.osmocom.org
[Oliver Smith] jobs/ttcn3: drop obs-mirror workaround for centos8 [Oliver Smith] jobs/ttcn3: use new packages for 20YYqX testsuite [Oliver Smith] repo-install-test: don't use next repository [Oliver Smith] repo-install-test: adjust for
obs.osmocom.org
------------------------------------------ [...truncated 83.16 KB...] (156/387): libosmo-pfcp-debugsource-0.1.0.28.8e 2.5 MB/s | 56 kB 00:00 (157/387): libosmo-pfcp-devel-0.1.0.28.8e30.202 3.8 MB/s | 80 kB 00:00 (158/387): libosmo-pfcp0-0.1.0.28.8e30.20220820 3.4 MB/s | 68 kB 00:00 (159/387): libosmo-pfcp0-debuginfo-0.1.0.28.8e3 7.0 MB/s | 145 kB 00:00 (160/387): libosmo-ranap-devel-1.3.0.2.a9c38.20 5.3 MB/s | 166 kB 00:00 (161/387): libosmo-ranap5-1.3.0.2.a9c38.2022082 5.3 MB/s | 230 kB 00:00 (162/387): libosmo-rspro-devel-1.0.0.30.f4be.20 295 kB/s | 9.4 kB 00:00 (163/387): libosmo-rspro2-1.0.0.30.f4be.2022082 2.8 MB/s | 80 kB 00:00 (164/387): libosmo-ranap5-debuginfo-1.3.0.2.a9c 8.7 MB/s | 692 kB 00:00 (165/387): libosmo-rspro2-debuginfo-1.0.0.30.f4 5.4 MB/s | 183 kB 00:00 (166/387): libosmo-rua-devel-1.3.0.2.a9c38.2022 681 kB/s | 20 kB 00:00 (167/387): libosmo-rua0-1.3.0.2.a9c38.202208200 1.4 MB/s | 31 kB 00:00 (168/387): libosmo-sabp-devel-1.3.0.2.a9c38.202 1.8 MB/s | 26 kB 00:00 (169/387): libosmo-rua0-debuginfo-1.3.0.2.a9c38 2.6 MB/s | 68 kB 00:00 (170/387): libosmo-sabp1-1.3.0.2.a9c38.20220820 1.9 MB/s | 40 kB 00:00 (171/387): libosmo-sbcap-devel-0.4.0.2022082000 3.3 MB/s | 42 kB 00:00 (172/387): libosmo-sabp1-debuginfo-1.3.0.2.a9c3 3.4 MB/s | 93 kB 00:00 (173/387): libosmo-sbcap0-0.4.0.202208200002-1. 5.0 MB/s | 103 kB 00:00 (174/387): libosmo-sccp-debuginfo-1.6.0.3.4f9c. 914 kB/s | 12 kB 00:00 (175/387): libosmo-sbcap0-debuginfo-0.4.0.20220 8.6 MB/s | 266 kB 00:00 (176/387): libosmo-sccp-debugsource-1.6.0.3.4f9 4.6 MB/s | 122 kB 00:00 (177/387): libosmo-sccp-devel-1.6.0.3.4f9c.2022 1.0 MB/s | 26 kB 00:00 (178/387): libosmo-sigtran-devel-1.6.0.3.4f9c.2 5.6 MB/s | 152 kB 00:00 (179/387): libosmo-sigtran7-1.6.0.3.4f9c.202208 6.5 MB/s | 112 kB 00:00 (180/387): libosmo-simtrace2-1-0.8.1.36.a5d53.2 1.1 MB/s | 16 kB 00:00 (181/387): libosmo-sigtran7-debuginfo-1.6.0.3.4 7.1 MB/s | 279 kB 00:00 (182/387): libosmo-simtrace2-1-debuginfo-0.8.1. 1.1 MB/s | 28 kB 00:00 (183/387): libosmo-simtrace2-devel-0.8.1.36.a5d 640 kB/s | 14 kB 00:00 (184/387): libosmo-xua-devel-1.6.0.3.4f9c.20220 874 kB/s | 15 kB 00:00 (185/387): libosmoabis-devel-1.3.0.3.74c8.20220 1.4 MB/s | 28 kB 00:00 (186/387): libosmoabis10-1.3.0.3.74c8.202208200 2.8 MB/s | 65 kB 00:00 (187/387): libosmocodec-devel-1.7.0.35.d515.202 1.1 MB/s | 11 kB 00:00 (188/387): libosmoabis10-debuginfo-1.3.0.3.74c8 6.2 MB/s | 141 kB 00:00 (189/387): libosmocodec0-1.7.0.35.d515.20220820 1.2 MB/s | 16 kB 00:00 (190/387): libosmocodec0-debuginfo-1.7.0.35.d51 1.3 MB/s | 22 kB 00:00 (191/387): libosmocoding-devel-1.7.0.35.d515.20 721 kB/s | 11 kB 00:00 (192/387): libosmocoding0-1.7.0.35.d515.2022082 1.6 MB/s | 34 kB 00:00 (193/387): libosmocore-debuginfo-1.7.0.35.d515. 1.0 MB/s | 21 kB 00:00 (194/387): libosmocoding0-debuginfo-1.7.0.35.d5 2.1 MB/s | 62 kB 00:00 (195/387): libosmocore-tools-1.7.0.35.d515.2022 1.4 MB/s | 29 kB 00:00 (196/387): libosmocore-tools-debuginfo-1.7.0.35 1.8 MB/s | 38 kB 00:00 (197/387): libosmoctrl-devel-1.7.0.35.d515.2022 547 kB/s | 13 kB 00:00 (198/387): libosmoctrl0-1.7.0.35.d515.202208200 1.4 MB/s | 27 kB 00:00 (199/387): libosmocore19-debuginfo-1.7.0.35.d51 5.4 MB/s | 296 kB 00:00 (200/387): libosmoctrl0-debuginfo-1.7.0.35.d515 3.0 MB/s | 46 kB 00:00 (201/387): libosmocore-debugsource-1.7.0.35.d51 7.9 MB/s | 765 kB 00:00 (202/387): libosmodsp-debugsource-0.4.0.6.1dfd. 843 kB/s | 18 kB 00:00 (203/387): libosmodsp-devel-0.4.0.6.1dfd.202208 615 kB/s | 11 kB 00:00 (204/387): libosmodsp-doc-0.4.0.6.1dfd.20220820 7.3 MB/s | 140 kB 00:00 (205/387): libosmodsp0-0.4.0.6.1dfd.20220820000 1.2 MB/s | 25 kB 00:00 (206/387): libosmodsp0-debuginfo-0.4.0.6.1dfd.2 1.2 MB/s | 27 kB 00:00 (207/387): libosmogb-devel-1.7.0.35.d515.202208 1.2 MB/s | 28 kB 00:00 (208/387): libosmogb14-1.7.0.35.d515.2022082000 6.2 MB/s | 151 kB 00:00 (209/387): libosmogsm-devel-1.7.0.35.d515.20220 4.8 MB/s | 106 kB 00:00 (210/387): libosmogsm18-1.7.0.35.d515.202208200 15 MB/s | 202 kB 00:00 (211/387): libosmogb14-debuginfo-1.7.0.35.d515. 8.7 MB/s | 407 kB 00:00 (212/387): libosmonetif-devel-1.2.0.7.c824.2022 1.2 MB/s | 23 kB 00:00 (213/387): libosmonetif8-1.2.0.7.c824.202208200 2.5 MB/s | 45 kB 00:00 (214/387): libosmogsm18-debuginfo-1.7.0.35.d515 14 MB/s | 582 kB 00:00 (215/387): libosmosim-devel-1.7.0.35.d515.20220 909 kB/s | 13 kB 00:00 (216/387): libosmonetif8-debuginfo-1.2.0.7.c824 3.4 MB/s | 100 kB 00:00 (217/387): libosmosim2-1.7.0.35.d515.2022082000 1.6 MB/s | 31 kB 00:00 (218/387): libosmosim2-debuginfo-1.7.0.35.d515. 2.1 MB/s | 40 kB 00:00 (219/387): libosmotrau-devel-1.3.0.3.74c8.20220 1.3 MB/s | 24 kB 00:00 (220/387): libosmotrau2-1.3.0.3.74c8.2022082000 1.4 MB/s | 25 kB 00:00 (221/387): libosmotrau2-debuginfo-1.3.0.3.74c8. 3.4 MB/s | 64 kB 00:00 (222/387): libosmousb-devel-1.7.0.35.d515.20220 778 kB/s | 10 kB 00:00 (223/387): libosmousb0-1.7.0.35.d515.2022082000 863 kB/s | 17 kB 00:00 (224/387): libosmousb0-debuginfo-1.7.0.35.d515. 1.3 MB/s | 25 kB 00:00 (225/387): libosmovty-devel-1.7.0.35.d515.20220 1.1 MB/s | 21 kB 00:00 (226/387): libosmovty9-1.7.0.35.d515.2022082000 4.2 MB/s | 73 kB 00:00 (227/387): libosmovty9-debuginfo-1.7.0.35.d515. 7.2 MB/s | 151 kB 00:00 (228/387): libpgm-5_2-0-5.2.122-3.1.x86_64.rpm 5.4 MB/s | 178 kB 00:00 (229/387): libsmpp34-1-1.14.1.1.c59b.2022082000 2.3 MB/s | 118 kB 00:00 (230/387): libsmpp34-1-devel-1.14.1.1.c59b.2022 1.2 MB/s | 33 kB 00:00 (231/387): libpgm-5_2-0-debuginfo-5.2.122-3.1.x 3.3 MB/s | 313 kB 00:00 (232/387): libsmpp34-debugsource-1.14.1.1.c59b. 2.1 MB/s | 22 kB 00:00 (233/387): libsmpp34-1-debuginfo-1.14.1.1.c59b. 6.2 MB/s | 507 kB 00:00 (234/387): libsodium-debugsource-1.0.18-3.1.x86 7.5 MB/s | 184 kB 00:00 (235/387): libsodium-devel-1.0.18-3.1.x86_64.rp 2.4 MB/s | 62 kB 00:00 (236/387): libsodium23-1.0.18-3.1.x86_64.rpm 8.2 MB/s | 176 kB 00:00 (237/387): libsofia-sip-ua-glib3-1.12.11+201104 492 kB/s | 20 kB 00:00 (238/387): libsofia-sip-ua-glib3-debuginfo-1.12 803 kB/s | 31 kB 00:00 (239/387): libsodium23-debuginfo-1.0.18-3.1.x86 9.6 MB/s | 663 kB 00:00 (240/387): libulfius2_7-2.7.10-12.1.x86_64.rpm 5.0 MB/s | 76 kB 00:00 (241/387): libsofia-sip-ua0-1.12.11+20110422-2. 13 MB/s | 622 kB 00:00 (242/387): libulfius2_7-debuginfo-2.7.10-12.1.x 5.9 MB/s | 134 kB 00:00 (243/387): libunwind-coredump0-1.6.2-5.1.x86_64 1.5 MB/s | 25 kB 00:00 (244/387): libunwind-coredump0-debuginfo-1.6.2- 3.2 MB/s | 46 kB 00:00 (245/387): libunwind-debuginfo-1.6.2-5.1.x86_64 2.4 MB/s | 33 kB 00:00 (246/387): libsofia-sip-ua0-debuginfo-1.12.11+2 16 MB/s | 1.4 MB 00:00 (247/387): libunwind-devel-1.6.2-5.1.x86_64.rpm 1.7 MB/s | 28 kB 00:00 (248/387): libunwind-debugsource-1.6.2-5.1.x86_ 4.2 MB/s | 111 kB 00:00 (249/387): libunwind-ptrace0-1.6.2-5.1.x86_64.r 1.1 MB/s | 24 kB 00:00 (250/387): libunwind-setjmp0-1.6.2-5.1.x86_64.r 1.1 MB/s | 22 kB 00:00 (251/387): libunwind-ptrace0-debuginfo-1.6.2-5. 1.2 MB/s | 38 kB 00:00 (252/387): libunwind-setjmp0-debuginfo-1.6.2-5. 1.1 MB/s | 29 kB 00:00 (253/387): libunwind8-1.6.2-5.1.x86_64.rpm 2.6 MB/s | 65 kB 00:00 (254/387): libyder1_4-1.4.17-6.1.x86_64.rpm 2.2 MB/s | 29 kB 00:00 (255/387): libunwind8-debuginfo-1.6.2-5.1.x86_6 6.7 MB/s | 227 kB 00:00 (256/387): libyder1_4-debuginfo-1.4.17-6.1.x86_ 874 kB/s | 20 kB 00:00 (257/387): libzmq5-4.3.4-5.1.x86_64.rpm 11 MB/s | 309 kB 00:00 (258/387): neocon-debuginfo-1.0.2.202208200002- 1.1 MB/s | 14 kB 00:00 (259/387): neocon-1.0.2.202208200002-1.1.x86_64 493 kB/s | 15 kB 00:00 (260/387): neocon-debugsource-1.0.2.20220820000 490 kB/s | 11 kB 00:00 (261/387): nftables-debuginfo-1.0.5-68.1.x86_64 1.5 MB/s | 36 kB 00:00 (262/387): nftables-debugsource-1.0.5-68.1.x86_ 7.2 MB/s | 266 kB 00:00 (263/387): libzmq5-debuginfo-4.3.4-5.1.x86_64.r 22 MB/s | 2.4 MB 00:00 (264/387): openpgm-debugsource-5.2.122-3.1.x86_ 4.6 MB/s | 268 kB 00:00 (265/387): openpgm-devel-5.2.122-3.1.x86_64.rpm 1.3 MB/s | 44 kB 00:00 (266/387): orcania-debuginfo-2.3.0-5.1.x86_64.r 628 kB/s | 12 kB 00:00 (267/387): orcania-debugsource-2.3.0-5.1.x86_64 1.1 MB/s | 21 kB 00:00 (268/387): orcania-devel-2.3.0-5.1.x86_64.rpm 1.8 MB/s | 22 kB 00:00 (269/387): orcania-devel-debuginfo-2.3.0-5.1.x8 1.3 MB/s | 20 kB 00:00 (270/387): ortp-debugsource-0.24.2-2.1.x86_64.r 3.4 MB/s | 113 kB 00:00 (271/387): ortp-devel-0.24.2-2.1.x86_64.rpm 1.5 MB/s | 51 kB 00:00 (272/387): osmo-bsc-abisip-find-1.9.0.28.4da4.2 661 kB/s | 15 kB 00:00 (273/387): osmo-bsc-abisip-find-debuginfo-1.9.0 2.1 MB/s | 38 kB 00:00 (274/387): osmo-bsc-1.9.0.28.4da4.202208200002- 8.9 MB/s | 567 kB 00:00 (275/387): osmo-bsc-bs11-utils-1.9.0.28.4da4.20 8.7 MB/s | 540 kB 00:00 (276/387): osmo-bsc-debugsource-1.9.0.28.4da4.2 6.9 MB/s | 456 kB 00:00 (277/387): osmo-bsc-bs11-utils-debuginfo-1.9.0. 8.0 MB/s | 1.2 MB 00:00 (278/387): osmo-bsc-debuginfo-1.9.0.28.4da4.202 9.2 MB/s | 1.4 MB 00:00 (279/387): osmo-bsc-ipaccess-utils-1.9.0.28.4da 6.3 MB/s | 757 kB 00:00 (280/387): osmo-bsc-meas-utils-1.9.0.28.4da4.20 5.9 MB/s | 528 kB 00:00 (281/387): osmo-bsc-nat-0.1.0.202208200002-1.1. 1.2 MB/s | 45 kB 00:00 (282/387): osmo-bsc-nat-debuginfo-0.1.0.2022082 1.5 MB/s | 68 kB 00:00 (283/387): osmo-bsc-nat-debugsource-0.1.0.20220 494 kB/s | 24 kB 00:00 (284/387): osmo-bsc-meas-utils-debuginfo-1.9.0. 6.9 MB/s | 1.2 MB 00:00 (285/387): osmo-bsc-ipaccess-utils-debuginfo-1. 8.7 MB/s | 2.4 MB 00:00 (286/387): osmo-bts-1.5.0.8.7593.202208200002-1 3.9 MB/s | 227 kB 00:00 (287/387): osmo-bts-debugsource-1.5.0.8.7593.20 6.1 MB/s | 229 kB 00:00 (288/387): osmo-bts-omldummy-1.5.0.8.7593.20220 3.6 MB/s | 139 kB 00:00 (289/387): osmo-bts-debuginfo-1.5.0.8.7593.2022 7.0 MB/s | 568 kB 00:00 (290/387): osmo-bts-omldummy-debuginfo-1.5.0.8. 4.8 MB/s | 350 kB 00:00 (291/387): osmo-bts-virtual-1.5.0.8.7593.202208 2.5 MB/s | 181 kB 00:00 (292/387): osmo-bts-virtual-debuginfo-1.5.0.8.7 4.2 MB/s | 438 kB 00:00 (293/387): osmo-cbc-0.4.0.202208200002-1.1.x86_ 1.1 MB/s | 66 kB 00:00 (294/387): osmo-cbc-debuginfo-0.4.0.20220820000 2.5 MB/s | 153 kB 00:00 (295/387): osmo-cbc-debugsource-0.4.0.202208200 4.9 MB/s | 205 kB 00:00 (296/387): osmo-cbc-utils-0.4.0.202208200002-1. 225 kB/s | 9.0 kB 00:00 (297/387): osmo-gbproxy-0.3.0.1.49246.202208200 1.2 MB/s | 50 kB 00:00 (298/387): osmo-gbproxy-debuginfo-0.3.0.1.49246 2.5 MB/s | 103 kB 00:00 (299/387): osmo-gbproxy-debugsource-0.3.0.1.492 870 kB/s | 36 kB 00:00 (300/387): osmo-ggsn-1.9.0.202208200002-1.1.x86 2.3 MB/s | 99 kB 00:00 (301/387): osmo-ggsn-debuginfo-1.9.0.2022082000 4.0 MB/s | 192 kB 00:00 (302/387): osmo-ggsn-debugsource-1.9.0.20220820 2.5 MB/s | 120 kB 00:00 (303/387): osmo-gtphub-1.9.0.1.c63a8.2022082000 1.0 MB/s | 49 kB 00:00 (304/387): osmo-gtphub-debuginfo-1.9.0.1.c63a8. 2.3 MB/s | 108 kB 00:00 (305/387): osmo-hlr-1.5.0.1.61569.202208200002- 2.4 MB/s | 129 kB 00:00 (306/387): osmo-hlr-debuginfo-1.5.0.1.61569.202 3.9 MB/s | 220 kB 00:00 (307/387): osmo-hlr-debugsource-1.5.0.1.61569.2 2.1 MB/s | 115 kB 00:00 (308/387): osmo-hnbgw-1.3.0.11.9410.20220820000 1.2 MB/s | 63 kB 00:00 (309/387): osmo-hnbgw-debuginfo-1.3.0.11.9410.2 3.2 MB/s | 173 kB 00:00 (310/387): osmo-hnbgw-debugsource-1.3.0.11.9410 674 kB/s | 43 kB 00:00 (311/387): osmo-hnodeb-0.1.0.1.f74f.20220820000 973 kB/s | 56 kB 00:00 (312/387): osmo-hnodeb-debuginfo-0.1.0.1.f74f.2 2.1 MB/s | 115 kB 00:00 (313/387): osmo-hnodeb-debugsource-0.1.0.1.f74f 577 kB/s | 35 kB 00:00 (314/387): osmo-iuh-1.3.0.2.a9c38.202208200002- 326 kB/s | 20 kB 00:00 (315/387): osmo-iuh-debuginfo-1.3.0.2.a9c38.202 264 kB/s | 16 kB 00:00 (316/387): osmo-mgw-1.10.0.4.f1f73.202208200002 1.5 MB/s | 105 kB 00:00 (317/387): osmo-mgw-debuginfo-1.10.0.4.f1f73.20 2.7 MB/s | 198 kB 00:00 (318/387): osmo-iuh-debugsource-1.3.0.2.a9c38.2 4.6 MB/s | 577 kB 00:00 (319/387): osmo-mgw-debugsource-1.10.0.4.f1f73. 1.8 MB/s | 123 kB 00:00 (320/387): osmo-msc-1.9.0.16.62977.202208200002 4.1 MB/s | 306 kB 00:00 (321/387): osmo-msc-debugsource-1.9.0.16.62977. 2.6 MB/s | 250 kB 00:00 (322/387): osmo-mslookup-client-1.5.0.1.61569.2 254 kB/s | 22 kB 00:00 (323/387): osmo-msc-debuginfo-1.9.0.16.62977.20 4.4 MB/s | 687 kB 00:00 (324/387): osmo-mslookup-client-debuginfo-1.5.0 463 kB/s | 35 kB 00:00 (325/387): osmo-pcap-0.4.0.202208200002-1.1.x86 787 kB/s | 60 kB 00:00 (326/387): osmo-pcap-debuginfo-0.4.0.2022082000 1.3 MB/s | 95 kB 00:00 (327/387): osmo-pcap-debugsource-0.4.0.20220820 356 kB/s | 30 kB 00:00 (328/387): osmo-pcu-1.1.0.14.8c882.202208200002 2.7 MB/s | 237 kB 00:00 (329/387): osmo-pcu-debugsource-1.1.0.14.8c882. 2.8 MB/s | 238 kB 00:00 (330/387): osmo-remsim-apitool-1.0.0.30.f4be.20 108 kB/s | 8.9 kB 00:00 (331/387): osmo-pcu-debuginfo-1.1.0.14.8c882.20 3.6 MB/s | 562 kB 00:00 (332/387): osmo-remsim-bankd-1.0.0.30.f4be.2022 438 kB/s | 35 kB 00:00 (333/387): osmo-remsim-bankd-debuginfo-1.0.0.30 789 kB/s | 63 kB 00:00 (334/387): osmo-remsim-client-shell-1.0.0.30.f4 335 kB/s | 25 kB 00:00 (335/387): osmo-remsim-client-shell-debuginfo-1 565 kB/s | 44 kB 00:00 (336/387): osmo-remsim-client-st2-1.0.0.30.f4be 376 kB/s | 29 kB 00:00 (337/387): osmo-remsim-client-st2-debuginfo-1.0 646 kB/s | 53 kB 00:00 (338/387): osmo-remsim-debuginfo-1.0.0.30.f4be. 302 kB/s | 25 kB 00:00 (339/387): osmo-remsim-debugsource-1.0.0.30.f4b 1.6 MB/s | 147 kB 00:00 (340/387): osmo-remsim-server-1.0.0.30.f4be.202 351 kB/s | 32 kB 00:00 (341/387): osmo-remsim-server-debuginfo-1.0.0.3 733 kB/s | 66 kB 00:00 (342/387): osmo-sgsn-1.9.0.1.c63a8.202208200002 1.5 MB/s | 143 kB 00:00 (343/387): osmo-sgsn-debuginfo-1.9.0.1.c63a8.20 3.4 MB/s | 348 kB 00:00 (344/387): osmo-sgsn-debugsource-1.9.0.1.c63a8. 1.6 MB/s | 168 kB 00:00 (345/387): osmo-sip-connector-1.6.1.20220820000 527 kB/s | 51 kB 00:00 (346/387): osmo-sip-connector-debuginfo-1.6.1.2 974 kB/s | 91 kB 00:00 (347/387): osmo-sip-connector-debugsource-1.6.1 320 kB/s | 30 kB 00:00 (348/387): osmo-smlc-0.2.2.202208200002-1.1.x86 515 kB/s | 49 kB 00:00 (349/387): osmo-smlc-debuginfo-0.2.2.2022082000 772 kB/s | 75 kB 00:00 (350/387): osmo-smlc-debugsource-0.2.2.20220820 266 kB/s | 27 kB 00:00 (351/387): osmo-stp-1.6.0.3.4f9c.202208200002-1 161 kB/s | 16 kB 00:00 (352/387): osmo-stp-debuginfo-1.6.0.3.4f9c.2022 189 kB/s | 19 kB 00:00 (353/387): osmo-trx-1.4.1.4.19fa.202208200002-1 222 kB/s | 23 kB 00:00 (354/387): osmo-trx-debugsource-1.4.1.4.19fa.20 1.1 MB/s | 121 kB 00:00 (355/387): osmo-trx-debuginfo-1.4.1.4.19fa.2022 1.8 MB/s | 381 kB 00:00 (356/387): osmo-trx-ipc-1.4.1.4.19fa.2022082000 1.2 MB/s | 151 kB 00:00 (357/387): osmo-trx-ipc-test-1.4.1.4.19fa.20220 645 kB/s | 72 kB 00:00 (358/387): osmo-trx-ipc-debuginfo-1.4.1.4.19fa. 3.6 MB/s | 847 kB 00:00 (359/387): osmo-trx-uhd-1.4.1.4.19fa.2022082000 1.3 MB/s | 159 kB 00:00 (360/387): osmo-trx-ipc-test-debuginfo-1.4.1.4. 2.2 MB/s | 539 kB 00:00 (361/387): simtrace2-0.8.1.36.a5d53.20220820000 315 kB/s | 37 kB 00:00 (362/387): simtrace2-debuginfo-0.8.1.36.a5d53.2 467 kB/s | 55 kB 00:00 (363/387): osmo-trx-uhd-debuginfo-1.4.1.4.19fa. 4.1 MB/s | 1.0 MB 00:00 (364/387): simtrace2-debugsource-0.8.1.36.a5d53 218 kB/s | 25 kB 00:00 (365/387): sofia-sip-1.12.11+20110422-2.1.x86_6 1.0 MB/s | 138 kB 00:00 (366/387): sofia-sip-debuginfo-1.12.11+20110422 3.2 MB/s | 389 kB 00:00 (367/387): sofia-sip-devel-1.12.11+20110422-2.1 2.0 MB/s | 238 kB 00:00 (368/387): sofia-sip-debugsource-1.12.11+201104 2.7 MB/s | 927 kB 00:00 (369/387): uhd-debugsource-3.15.0.0-2.1.x86_64. 3.5 MB/s | 958 kB 00:00 (370/387): uhd-devel-3.15.0.0-2.1.x86_64.rpm 1.6 MB/s | 133 kB 00:00 (371/387): uhd-3.15.0.0-2.1.x86_64.rpm 8.7 MB/s | 6.9 MB 00:00 (372/387): uhd-doc-3.15.0.0-2.1.noarch.rpm 6.6 MB/s | 3.4 MB 00:00 (373/387): uhd-tools-3.15.0.0-2.1.x86_64.rpm 346 kB/s | 27 kB 00:00 (374/387): uhd-tools-debuginfo-3.15.0.0-2.1.x86 419 kB/s | 33 kB 00:00 (375/387): ulfius-debuginfo-2.7.10-12.1.x86_64. 255 kB/s | 22 kB 00:00 (376/387): ulfius-debugsource-2.7.10-12.1.x86_6 964 kB/s | 83 kB 00:00 (377/387): uwsc-2.7.10-12.1.x86_64.rpm 264 kB/s | 26 kB 00:00 (378/387): uwsc-debuginfo-2.7.10-12.1.x86_64.rp 328 kB/s | 31 kB 00:00 (379/387): yder-debugsource-1.4.17-6.1.x86_64.r 240 kB/s | 13 kB 00:00 (380/387): yder-devel-1.4.17-6.1.x86_64.rpm 161 kB/s | 12 kB 00:00 (381/387): zeromq-debuginfo-4.3.4-5.1.x86_64.rp 462 kB/s | 28 kB 00:00 (382/387): zeromq-debugsource-4.3.4-5.1.x86_64. 4.8 MB/s | 286 kB 00:00 (383/387): zeromq-devel-4.3.4-5.1.x86_64.rpm 8.0 MB/s | 975 kB 00:00 (384/387): zeromq-tools-4.3.4-5.1.x86_64.rpm 720 kB/s | 44 kB 00:00 (385/387): zeromq-tools-debuginfo-4.3.4-5.1.x86 524 kB/s | 31 kB 00:00 (386/387): uhd-firmware-3.15.0.0-2.1.noarch.rpm 36 MB/s | 117 MB 00:03 (387/387): uhd-debuginfo-3.15.0.0-2.1.x86_64.rp 16 MB/s | 80 MB 00:04 -------------------------------------------------------------------------------- Total 24 MB/s | 289 MB 00:11 Running transaction check Transaction check succeeded. Running transaction test The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Error: Transaction test error: file /usr/lib64/libnftnl.so.11 conflicts between attempted installs of libnftnl11-1.2.3-58.1.x86_64 and libnftnl-1.1.5-5.el8.x86_64 file /usr/lib64/libnftables.so.1 conflicts between attempted installs of libnftables1-1.0.5-68.1.x86_64 and nftables-1:0.9.3-25.el8.x86_64 + ret=1 + [ -n ] + docker container kill centos8-repo-install-test-nightly centos8-repo-install-test-nightly + exit 1 Build step 'Execute shell' marked build as failure
2 years, 1 month
1
6
0
0
Build failed in Jenkins: master-osmo-pcu » master,1,osmocom-master-debian9,none,False #5097
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=ma…
> Changes: ------------------------------------------ [...truncated 227.77 KB...] rm -f ms/.dirstamp rm -f rlcmac/.dirstamp rm -f tbf/.dirstamp rm -f types/.dirstamp rm -f ulc/.dirstamp test -z "atconfig" || rm -f atconfig rm -f ./.deps/AllocTest.Po rm -f ./.deps/AppInfoTest.Po rm -f ./.deps/BitcompTest.Po rm -f ./.deps/EdgeTest.Po rm -f ./.deps/FnTest.Po rm -f ./.deps/LListTest.Po rm -f ./.deps/LlcTest.Po rm -f ./.deps/MsTest.Po rm -f ./.deps/MslotTest.Po rm -f ./.deps/PdchUlcTest.Po rm -f ./.deps/RLCMACTest.Po rm -f ./.deps/TbfTest.Po rm -f ./.deps/TypesTest.Po rm -f ./.deps/codel_test.Po rm -f ./.deps/egprs_rlc_compression.Po rm -f ./.deps/openbsc_clone.Po rm -f ./.deps/pcu_emu.Po rm -f ./.deps/test_pdp_activation.Po rm -f ./.deps/test_replay_gprs_attach.Po rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-1.1.0.14-8c882/_build/sub/tests' Making distclean in contrib make[2]: Entering directory '/build/osmo-pcu-1.1.0.14-8c882/_build/sub/contrib' Making distclean in systemd make[3]: Entering directory '/build/osmo-pcu-1.1.0.14-8c882/_build/sub/contrib/systemd' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../contrib/systemd" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/build/osmo-pcu-1.1.0.14-8c882/_build/sub/contrib/systemd' make[3]: Entering directory '/build/osmo-pcu-1.1.0.14-8c882/_build/sub/contrib' rm -rf .libs _libs rm -f *.lo test -z "osmo-pcu.spec" || rm -f osmo-pcu.spec rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "../../../contrib" || test -z "" || rm -f make[3]: Leaving directory '/build/osmo-pcu-1.1.0.14-8c882/_build/sub/contrib' rm -f Makefile make[2]: Leaving directory '/build/osmo-pcu-1.1.0.14-8c882/_build/sub/contrib' make[2]: Entering directory '/build/osmo-pcu-1.1.0.14-8c882/_build/sub' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f libtool config.lt test . = "../.." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[2]: Leaving directory '/build/osmo-pcu-1.1.0.14-8c882/_build/sub' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory '/build/osmo-pcu-1.1.0.14-8c882/_build/sub' if test -d "osmo-pcu-1.1.0.14-8c882"; then find "osmo-pcu-1.1.0.14-8c882" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-pcu-1.1.0.14-8c882" || { sleep 5 && rm -rf "osmo-pcu-1.1.0.14-8c882"; }; else :; fi ========================================================= osmo-pcu-1.1.0.14-8c882 archives ready for distribution: osmo-pcu-1.1.0.14-8c882.tar.gz osmo-pcu-1.1.0.14-8c882.tar.bz2 ========================================================= + [ 1 = 1 ] + [ 1 = 1 ] + make -C /build/doc/manuals publish make: Entering directory '/build/doc/manuals' rsync -avz -e "ssh -o 'UserKnownHostsFile=/opt/osmo-gsm-manuals/build/known_hosts' -p 48" osmopcu-usermanual.pdf osmopcu-gb.pdf osmopcu-vty-reference.pdf docs@ftp.osmocom.org:web-files/latest/ Failed to add the ECDSA host key for IP address '[148.251.236.141]:48' to the list of known hosts (/opt/osmo-gsm-manuals/build/known_hosts). sending incremental file list osmopcu-gb.pdf osmopcu-usermanual.pdf osmopcu-vty-reference.pdf sent 3,947 bytes received 8,833 bytes 5,112.00 bytes/sec total size is 1,048,189 speedup is 82.02 make: Leaving directory '/build/doc/manuals' + make -j 4 maintainer-clean Making maintainer-clean in include make[1]: Entering directory '/build/include' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f Makefile make[1]: Leaving directory '/build/include' Making maintainer-clean in src make[1]: Entering directory '/build/src' rm -rf .libs _libs test -z "libgprs.la" || rm -f libgprs.la rm -f osmo-pcu rm -f *.o rm -f *.lo rm -f ./so_locations rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f osmo-bts-litecell15/*.o test . = "." || test -z "" || rm -f rm -f osmo-bts-litecell15/.deps/.dirstamp rm -f osmo-bts-oc2g/*.o This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f osmo-bts-litecell15/.dirstamp rm -f osmo-bts-sysmo/*.o rm -f osmo-bts-oc2g/.deps/.dirstamp rm -f osmo-bts-oc2g/.dirstamp rm -f osmo-bts-sysmo/.deps/.dirstamp rm -f osmo-bts-sysmo/.dirstamp rm -f ./.deps/bts.Plo rm -f ./.deps/bts_pch_timer.Plo rm -f ./.deps/coding_scheme.Plo rm -f ./.deps/csn1.Plo rm -f ./.deps/csn1_dec.Plo rm -f ./.deps/csn1_enc.Plo rm -f ./.deps/decoding.Plo rm -f ./.deps/egprs_rlc_compression.Plo rm -f ./.deps/encoding.Plo rm -f ./.deps/gprs_bssgp_pcu.Plo rm -f ./.deps/gprs_bssgp_rim.Plo rm -f ./.deps/gprs_codel.Plo rm -f ./.deps/gprs_debug.Plo rm -f ./.deps/gprs_ms.Plo rm -f ./.deps/gprs_ms_storage.Plo rm -f ./.deps/gprs_pcu.Plo rm -f ./.deps/gprs_rlcmac.Plo rm -f ./.deps/gprs_rlcmac_meas.Plo rm -f ./.deps/gprs_rlcmac_sched.Plo rm -f ./.deps/gprs_rlcmac_ts_alloc.Plo rm -f ./.deps/gsm_rlcmac.Plo rm -f ./.deps/llc.Plo rm -f ./.deps/mslot_class.Plo rm -f ./.deps/nacc_fsm.Plo rm -f ./.deps/neigh_cache.Plo rm -f ./.deps/osmobts_sock.Plo rm -f ./.deps/pcu_l1_if.Plo rm -f ./.deps/pcu_main.Po rm -f ./.deps/pcu_vty.Plo rm -f ./.deps/pcu_vty_functions.Plo rm -f ./.deps/pdch.Plo rm -f ./.deps/pdch_ul_controller.Plo rm -f ./.deps/rlc.Plo rm -f ./.deps/sba.Plo rm -f ./.deps/tbf.Plo rm -f ./.deps/tbf_dl.Plo rm -f ./.deps/tbf_dl_ass_fsm.Plo rm -f ./.deps/tbf_fsm.Plo rm -f ./.deps/tbf_ul.Plo rm -f ./.deps/tbf_ul_ack_fsm.Plo rm -f ./.deps/tbf_ul_ass_fsm.Plo rm -f osmo-bts-litecell15/.deps/lc15_l1_hw.Po rm -f osmo-bts-litecell15/.deps/lc15_l1_if.Po rm -f osmo-bts-litecell15/.deps/lc15bts.Po rm -f osmo-bts-oc2g/.deps/oc2g_l1_hw.Po rm -f osmo-bts-oc2g/.deps/oc2g_l1_if.Po rm -f osmo-bts-oc2g/.deps/oc2gbts.Po rm -f osmo-bts-sysmo/.deps/femtobts.Po rm -f osmo-bts-sysmo/.deps/sysmo_l1_fwd.Po rm -f osmo-bts-sysmo/.deps/sysmo_l1_hw.Po rm -f osmo-bts-sysmo/.deps/sysmo_l1_if.Po rm -f Makefile make[1]: Leaving directory '/build/src' Making maintainer-clean in doc make[1]: Entering directory '/build/doc' Making maintainer-clean in examples make[2]: Entering directory '/build/doc/examples' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f This command is intended for maintainers to use test . = "." || test -z "" || rm -f it deletes files that may require special tools to rebuild. rm -f Makefile make[2]: Leaving directory '/build/doc/examples' Making maintainer-clean in manuals make[2]: Entering directory '/build/doc/manuals' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. rm -f Makefile make[2]: Leaving directory '/build/doc/manuals' make[2]: Entering directory '/build/doc' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f This command is intended for maintainers to use it deletes files that may require special tools to rebuild. make[2]: Leaving directory '/build/doc' rm -f Makefile make[1]: Leaving directory '/build/doc' Making maintainer-clean in tests make[1]: Entering directory '/build/tests' rm -rf .libs _libs test ! -f './testsuite' || \ /bin/bash './testsuite' --clean rm -f rlcmac/RLCMACTest alloc/AllocTest alloc/MslotTest tbf/TbfTest types/TypesTest ms/MsTest llist/LListTest llc/LlcTest codel/codel_test edge/EdgeTest bitcomp/BitcompTest fn/FnTest app_info/AppInfoTest ulc/PdchUlcTest rm -f emu/pcu_emu rm -rf alloc/.libs alloc/_libs rm -f *.o rm -rf app_info/.libs app_info/_libs rm -f *.lo rm -f *.tab.c rm -rf bitcomp/.libs bitcomp/_libs test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f rm -rf codel/.libs codel/_libs rm -f alloc/.dirstamp This command is intended for maintainers to use rm -rf edge/.libs edge/_libs it deletes files that may require special tools to rebuild. rm -f app_info/.dirstamp rm -rf emu/.libs emu/_libs rm -f bitcomp/.dirstamp rm -rf fn/.libs fn/_libs rm -f codel/.dirstamp rm -rf llc/.libs llc/_libs rm -f edge/.dirstamp rm -rf llist/.libs llist/_libs rm -f emu/.dirstamp rm -rf ms/.libs ms/_libs rm -f fn/.dirstamp rm -rf rlcmac/.libs rlcmac/_libs rm -f llc/.dirstamp rm -rf tbf/.libs tbf/_libs rm -f llist/.dirstamp rm -rf types/.libs types/_libs rm -f ms/.dirstamp rm -rf ulc/.libs ulc/_libs rm -f rlcmac/.dirstamp rm -f tbf/.dirstamp rm -f types/.dirstamp rm -f ulc/.dirstamp test -z "atconfig" || rm -f atconfig ./testsuite: line 987: ./atconfig: No such file or directory make[1]: *** [Makefile:1464: clean-local] Error 1 make[1]: Leaving directory '/build/tests' make: *** [Makefile:423: maintainer-clean-recursive] Error 1 Build step 'Execute shell' marked build as failure Archiving artifacts
2 years, 1 month
1
1
0
0
Build failed in Jenkins: Osmocom-build-tags-against-master #1277
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/Osmocom-build-tags-against-master/1…
> Changes: [Oliver Smith] osmocom-list-commits: use proper git clone urls [Vadim Yanitskiy] obs: add libosmo-gprs [Oliver Smith] obs: checkout_for_feed + fetch: fix for 2022q1 etc [Oliver Smith] obs: make git fetch the default [Oliver Smith] obs: prepend origin/ to branch selected with -b ------------------------------------------ Started by timer Running as SYSTEM Building remotely on build2-deb9build-ansible (ttcn3 osmocom-gerrit-debian9 osmocom-master-debian9 repo-install-test coverity) in workspace <
https://jenkins.osmocom.org/jenkins/job/Osmocom-build-tags-against-master/w…
> The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository
git://git.osmocom.org/osmo-ci
> git init <
https://jenkins.osmocom.org/jenkins/job/Osmocom-build-tags-against-master/w…
> # timeout=10 Fetching upstream changes from
git://git.osmocom.org/osmo-ci
> git --version # timeout=10 > git --version # 'git version 2.11.0' > git fetch --tags --progress --
git://git.osmocom.org/osmo-ci
+refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url
git://git.osmocom.org/osmo-ci
# timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Seen branch in repository origin/fixeria/fixes Seen branch in repository origin/lynxis/staging Seen branch in repository origin/master Seen branch in repository origin/neels/obs Seen branch in repository origin/neels/test Seen branch in repository origin/neels/wip Seen branch in repository origin/osmith/centos-install-test Seen branch in repository origin/osmith/dependency-check Seen branch in repository origin/osmith/fix-python3 Seen branch in repository origin/osmith/gerrit-lint Seen branch in repository origin/osmith/ggsn-kernel-mod-test Seen branch in repository origin/osmith/obs-2021q1 Seen branch in repository origin/osmith/obs-fixes Seen branch in repository origin/osmith/obs-latest-fix Seen branch in repository origin/osmith/obs-mirror Seen branch in repository origin/osmith/rpm Seen branch in repository origin/osmith/ttcn3-centos Seen branch in repository origin/osmith/ttcn3-latest Seen branch in repository origin/osmith/wip Seen branch in repository origin/osmith/wip-docuum Seen branch in repository origin/osmith/wip-obs Seen branch in repository origin/osmith/wip-obs-asan Seen branch in repository origin/pespin/limesuite-latest Seen branch in repository origin/pespin/open5gs Seen 24 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision a8536d884774e2297a3eb90b6f258911f8e43234 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a8536d884774e2297a3eb90b6f258911f8e43234 # timeout=10 Commit message: "obs: prepend origin/ to branch selected with -b" > git rev-list --no-walk 7057a9f55d6a5d2f7c2417afaa4e86d973babdf3 # timeout=10 [Osmocom-build-tags-against-master] $ /bin/sh -xe /tmp/jenkins6954159794493906156.sh + PARALLEL_MAKE=-j8 scripts/osmocom-build-old-tags-against-master.sh Temp dir: <
https://jenkins.osmocom.org/jenkins/job/Osmocom-build-tags-against-master/w…
> Building libraries from current master... * libosmocore d5150a61fc246879760aa722742bdfc02e1d82a5 * libosmo-abis 74c8eba5ada3483eb99201c1cdf63266a8bd2544 * libosmo-netif c8241421bcc1468697503ab1b61e8dea68fac2f1 * libosmo-sccp 4f9c66dc0f7689b6cc0e586ae25b74f77422d446 * libsmpp34 09726c1cb1ce191cb2f5a848c3feda0f57755951 * libasn1c 71cb3d49a888ed14ce1fa53123b587705e053f9d * osmo-ggsn bc583d9763a6889a754fd5b5d77345619e7d0d8e * osmo-iuh a9c380afaede9a0a744a5e5a5603e8d609b02797 * osmo-hlr 6156950634aefe928c75262af1c18c0b0388b7c3 * osmo-mgw f1f73b8e1df99ce5762be9442707df0b757b298b Building legacy libraries... * osmo-mgw 1.4.0 (provides libosmo-legacy-mgcp) Building old tags against libraries from current master... (ERR: new error, err: known error) * libosmo-abis 1.1.1 1.2.0 1.3.0 * libosmocore 1.5.2 1.6.0 1.7.0 * libosmo-netif 1.0.0 1.1.0 1.2.0 * libosmo-sccp 1.4.0 1.5.0 1.6.0 * openbsc 1.4.0 1.4.1 1.4.2 (ERR) * osmo-bsc 1.8.0 1.8.1 1.9.0 * osmo-bts 1.4.0 1.4.1 1.5.0 * osmo-ggsn 1.7.1 1.8.0 1.9.0 * osmo-hlr 1.3.1 1.4.0 1.5.0 * osmo-iuh 1.1.0 1.2.0 1.3.0 * osmo-mgw 1.9.0 1.9.1 1.10.0 * osmo-msc 1.7.1 1.8.0 1.9.0 * osmo-pcu 0.9.1 1.0.0 1.1.0 * osmo-sgsn 1.7.1 1.8.0 1.9.0 * osmo-sip-connector 1.5.1 1.6.0 1.6.1 * osmo-trx 1.3.1 1.4.0 1.4.1 --- BUILD FAILED: openbsc-1.4.2.txt Showing last lines of build log below (full log in temp dir/jenkins artifacts): --- Removing openbsc/tests/subscr/.libs/ Removing openbsc/tests/subscr/Makefile Removing openbsc/tests/subscr/Makefile.in Removing openbsc/tests/subscr/bsc_subscr_test Removing openbsc/tests/subscr/bsc_subscr_test.o Removing openbsc/tests/subscr/subscr_test Removing openbsc/tests/subscr/subscr_test.o Removing openbsc/tests/testsuite Removing openbsc/tests/testsuite.dir/ Removing openbsc/tests/testsuite.log Removing openbsc/tests/trau/.deps/ Removing openbsc/tests/trau/.libs/ Removing openbsc/tests/trau/Makefile Removing openbsc/tests/trau/Makefile.in Removing openbsc/tests/trau/trau_test Removing openbsc/tests/trau/trau_test.o + [ -d ] + [ -d layer1-headers ] + git checkout -f 1.4.2 error: pathspec '1.4.2' did not match any file(s) known to git. --- Build step 'Execute shell' marked build as failure Archiving artifacts
2 years, 1 month
1
5
0
0
Build failed in Jenkins: Osmocom_OBS_latest_obs.osmocom.org #66
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_latest_obs.osmocom.org/…
> Changes: [Neels Hofmeyr] obs: add libosmo-pfcp, osmo-upf [Oliver Smith] jobs/master-builds: archive core, testsuite.log [Neels Hofmeyr] obs: add explicit --git-branch arg [Neels Hofmeyr] obs: expand help for --feed [Neels Hofmeyr] obs: add README [Neels Hofmeyr] obs: tweak logging output ------------------------------------------ Started by timer Running as SYSTEM Building remotely on build2-deb10build-ansible (obs osmo-gsm-tester-build osmocom-master-debian10 ttcn3-ggsn-test-kernel-git osmocom-gerrit-debian10 repo-install-test) in workspace <
https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_latest_obs.osmocom.org/…
> The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository
git://git.osmocom.org/osmo-ci
> git init <
https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_latest_obs.osmocom.org/…
> # timeout=10 Fetching upstream changes from
git://git.osmocom.org/osmo-ci
> git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress --
git://git.osmocom.org/osmo-ci
+refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url
git://git.osmocom.org/osmo-ci
# timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 7057a9f55d6a5d2f7c2417afaa4e86d973babdf3 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7057a9f55d6a5d2f7c2417afaa4e86d973babdf3 # timeout=10 Commit message: "obs: tweak logging output" > git rev-list --no-walk 5455b42405695a7251208b359f4a1c35a6d74e29 # timeout=10 [
Osmocom_OBS_latest_obs.osmocom.org
] $ /bin/sh -xe /tmp/jenkins5551691955572537196.sh + export PYTHONUNBUFFERED=1 + ./scripts/obs/update_obs_project.py --apiurl
obs.osmocom.org
--conflict-version --docker --feed latest --git-fetch --meta osmocom:latest docker: building image debian-bullseye-osmocom-obs + ['docker', 'build', '--build-arg', 'UID=1000', '-t', 'debian-bullseye-osmocom-obs', '<
https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_latest_obs.osmocom.org/…
']> Sending build context to Docker daemon 5.632kB Step 1/8 : FROM debian:bullseye ---> 07d9246c53a6 Step 2/8 : ARG UID ---> Using cache ---> 99ccb413ec08 Step 3/8 : RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends ca-certificates gnupg2 && apt-get clean ---> Using cache ---> ad627b69026e Step 4/8 : COPY Release.key /tmp/Release.key ---> Using cache ---> 6696f7f7511b Step 5/8 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb
https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11/
./" > /etc/apt/sources.list.d/osmocom-latest.list ---> Using cache ---> d646a8d852e7 Step 6/8 : RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends debhelper dh-python dpkg-dev fakeroot git meson osc python3-setuptools rebar3 sed && apt-get clean ---> Using cache ---> c8dc265280c1 Step 7/8 : RUN useradd --uid=${UID} -m user ---> Using cache ---> 32e9f134774b Step 8/8 : USER user ---> Using cache ---> b5f18556a5ca Successfully built b5f18556a5ca Successfully tagged debian-bullseye-osmocom-obs:latest docker: running: update_obs_project.py inside docker OBS: getting packages in osmocom:latest ### Building source packages ### osmocom-latest: getting OBS version osmocom-latest: skipping (1.0.0 is up-to-date) erlang/osmo_dia2gsup: getting latest tag from git remote erlang/osmo_dia2gsup: getting OBS version erlang/osmo_dia2gsup: skipping (0.1.1 is up-to-date) libasn1c: getting latest tag from git remote libasn1c: getting OBS version libasn1c: skipping (0.9.34 is up-to-date) libgtpnl: getting latest tag from git remote libgtpnl: getting OBS version libgtpnl: skipping (1.2.3 is up-to-date) libosmo-abis: getting latest tag from git remote libosmo-abis: getting OBS version libosmo-abis: skipping (1.3.0 is up-to-date) libosmo-dsp: getting latest tag from git remote libosmo-dsp: getting OBS version libosmo-dsp: skipping (0.4.0 is up-to-date) libosmo-netif: getting latest tag from git remote libosmo-netif: getting OBS version libosmo-netif: skipping (1.2.0 is up-to-date) libosmo-pfcp: getting latest tag from git remote libosmo-pfcp: building source package (not in OBS) libosmo-pfcp: cloning
https://gerrit.osmocom.org/libosmo-pfcp
libosmo-pfcp: 'git clean -ffxd' libosmo-pfcp: 'git checkout -f 0.1.0' libosmo-pfcp: 'git reset --hard 0.1.0' libosmo-pfcp: build failed libosmo-sccp: getting latest tag from git remote Traceback (most recent call last): File "/obs/update_obs_project.py", line 45, in build_srcpkg version = lib.srcpkg.build(package, feed, branch, conflict_version, fetch) File "/obs/lib/srcpkg.py", line 128, in build epoch = get_epoch(project) File "/obs/lib/srcpkg.py", line 95, in get_epoch if ":" in version_epoch: TypeError: argument of type 'NoneType' is not iterable libosmo-sccp: getting OBS version libosmo-sccp: skipping (1.6.0 is up-to-date) libosmocore: getting latest tag from git remote libosmocore: getting OBS version libosmocore: skipping (1.7.0 is up-to-date) libsmpp34: getting latest tag from git remote libsmpp34: getting OBS version libsmpp34: skipping (1.14.1 is up-to-date) libusrp: getting latest tag from git remote libusrp: getting OBS version libusrp: skipping (3.4.6 is up-to-date) osmo-bsc: getting latest tag from git remote osmo-bsc: getting OBS version osmo-bsc: skipping (1.9.0 is up-to-date) osmo-bsc-nat: getting latest tag from git remote osmo-bsc-nat: skipping (no git tag found) osmo-bts: getting latest tag from git remote osmo-bts: getting OBS version osmo-bts: skipping (1.5.0 is up-to-date) osmo-cbc: getting latest tag from git remote osmo-cbc: getting OBS version osmo-cbc: skipping (0.4.0 is up-to-date) osmo-e1d: getting latest tag from git remote osmo-e1d: getting OBS version osmo-e1d: skipping (0.4.0 is up-to-date) osmo-fl2k: getting latest tag from git remote osmo-fl2k: skipping (no git tag found) osmo-gbproxy: getting latest tag from git remote osmo-gbproxy: getting OBS version osmo-gbproxy: skipping (0.3.0 is up-to-date) osmo-ggsn: getting latest tag from git remote osmo-ggsn: getting OBS version osmo-ggsn: skipping (1.9.0 is up-to-date) osmo-gsm-manuals: getting latest tag from git remote osmo-gsm-manuals: getting OBS version osmo-gsm-manuals: skipping (1.3.0 is up-to-date) osmo-hlr: getting latest tag from git remote osmo-hlr: getting OBS version osmo-hlr: skipping (1.5.0 is up-to-date) osmo-hnbgw: getting latest tag from git remote osmo-hnbgw: getting OBS version osmo-hnbgw: skipping (1.3.0 is up-to-date) osmo-hnodeb: getting latest tag from git remote osmo-hnodeb: getting OBS version osmo-hnodeb: skipping (0.1.0 is up-to-date) osmo-iuh: getting latest tag from git remote osmo-iuh: getting OBS version osmo-iuh: skipping (1.3.0 is up-to-date) osmo-mgw: getting latest tag from git remote osmo-mgw: getting OBS version osmo-mgw: skipping (1.10.0 is up-to-date) osmo-msc: getting latest tag from git remote osmo-msc: getting OBS version osmo-msc: skipping (1.9.0 is up-to-date) osmo-pcap: getting latest tag from git remote osmo-pcap: getting OBS version osmo-pcap: skipping (0.4.0 is up-to-date) osmo-pcu: getting latest tag from git remote osmo-pcu: getting OBS version osmo-pcu: skipping (1.1.0 is up-to-date) osmo-remsim: getting latest tag from git remote osmo-remsim: getting OBS version osmo-remsim: skipping (1.0.0 is up-to-date) osmo-sgsn: getting latest tag from git remote osmo-sgsn: getting OBS version osmo-sgsn: skipping (1.9.0 is up-to-date) osmo-sip-connector: getting latest tag from git remote osmo-sip-connector: getting OBS version osmo-sip-connector: skipping (1.6.1 is up-to-date) osmo-smlc: getting latest tag from git remote osmo-smlc: getting OBS version osmo-smlc: skipping (0.2.2 is up-to-date) osmo-sysmon: getting latest tag from git remote osmo-sysmon: getting OBS version osmo-sysmon: skipping (0.3.2 is up-to-date) osmo-trx: getting latest tag from git remote osmo-trx: getting OBS version osmo-trx: skipping (1.4.1 is up-to-date) osmo-uecups: getting latest tag from git remote osmo-uecups: getting OBS version osmo-uecups: skipping (0.2.0 is up-to-date) osmo-upf: getting latest tag from git remote osmo-upf: skipping (no git tag found) python/osmo-python-tests: getting latest tag from git remote python/osmo-python-tests: getting OBS version python/osmo-python-tests: skipping (0.2.1 is up-to-date) rtl-sdr: getting latest tag from git remote rtl-sdr: getting OBS version rtl-sdr: skipping (0.6.0 is up-to-date) simtrace2: getting latest tag from git remote simtrace2: getting OBS version simtrace2: skipping (0.8.1 is up-to-date) limesuite: getting latest tag from git remote limesuite: getting OBS version limesuite: skipping (20.10.0 is up-to-date) neocon: getting latest tag from git remote neocon: getting OBS version neocon: skipping (1.0.2 is up-to-date) open5gs: getting latest tag from git remote open5gs: getting OBS version open5gs: skipping (2.4.9 is up-to-date) ### Summary ### Updated: 0 Skipped: 42 Failed (srcpkg build): 1 Failed (srcpkg upload): 0 List of failed packages: * libosmo-pfcp (srcpkg build) Build step 'Execute shell' marked build as failure
2 years, 1 month
1
6
0
0
Build failed in Jenkins: Osmocom_OBS_latest_build.opensuse.org #56
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_latest_build.opensuse.o…
> Changes: [Neels Hofmeyr] obs: add libosmo-pfcp, osmo-upf [Oliver Smith] jobs/master-builds: archive core, testsuite.log [Neels Hofmeyr] obs: add explicit --git-branch arg [Neels Hofmeyr] obs: expand help for --feed [Neels Hofmeyr] obs: add README [Neels Hofmeyr] obs: tweak logging output ------------------------------------------ Started by timer Running as SYSTEM Building remotely on build2-deb10build-ansible (obs osmo-gsm-tester-build osmocom-master-debian10 ttcn3-ggsn-test-kernel-git osmocom-gerrit-debian10 repo-install-test) in workspace <
https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_latest_build.opensuse.o…
> The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository
git://git.osmocom.org/osmo-ci
> git init <
https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_latest_build.opensuse.o…
> # timeout=10 Fetching upstream changes from
git://git.osmocom.org/osmo-ci
> git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress --
git://git.osmocom.org/osmo-ci
+refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url
git://git.osmocom.org/osmo-ci
# timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 7057a9f55d6a5d2f7c2417afaa4e86d973babdf3 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7057a9f55d6a5d2f7c2417afaa4e86d973babdf3 # timeout=10 Commit message: "obs: tweak logging output" > git rev-list --no-walk 5455b42405695a7251208b359f4a1c35a6d74e29 # timeout=10 [
Osmocom_OBS_latest_build.opensuse.org
] $ /bin/sh -xe /tmp/jenkins1018015258253531042.sh + export PYTHONUNBUFFERED=1 + ./scripts/obs/update_obs_project.py --apiurl
build.opensuse.org
--conflict-version --docker --feed latest --git-fetch --meta network:osmocom:latest docker: building image debian-bullseye-osmocom-obs + ['docker', 'build', '--build-arg', 'UID=1000', '-t', 'debian-bullseye-osmocom-obs', '<
https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_latest_build.opensuse.o…
']> Sending build context to Docker daemon 5.632kB Step 1/8 : FROM debian:bullseye ---> 07d9246c53a6 Step 2/8 : ARG UID ---> Using cache ---> 99ccb413ec08 Step 3/8 : RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends ca-certificates gnupg2 && apt-get clean ---> Using cache ---> ad627b69026e Step 4/8 : COPY Release.key /tmp/Release.key ---> Using cache ---> 6696f7f7511b Step 5/8 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb
https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11/
./" > /etc/apt/sources.list.d/osmocom-latest.list ---> Using cache ---> d646a8d852e7 Step 6/8 : RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends debhelper dh-python dpkg-dev fakeroot git meson osc python3-setuptools rebar3 sed && apt-get clean ---> Using cache ---> c8dc265280c1 Step 7/8 : RUN useradd --uid=${UID} -m user ---> Using cache ---> 32e9f134774b Step 8/8 : USER user ---> Using cache ---> b5f18556a5ca Successfully built b5f18556a5ca Successfully tagged debian-bullseye-osmocom-obs:latest docker: running: update_obs_project.py inside docker OBS: getting packages in network:osmocom:latest ### Building source packages ### osmocom-latest: getting OBS version osmocom-latest: skipping (1.0.0 is up-to-date) erlang/osmo_dia2gsup: getting latest tag from git remote erlang/osmo_dia2gsup: getting OBS version erlang/osmo_dia2gsup: skipping (0.1.1 is up-to-date) libasn1c: getting latest tag from git remote libasn1c: getting OBS version libasn1c: skipping (0.9.34 is up-to-date) libgtpnl: getting latest tag from git remote libgtpnl: getting OBS version libgtpnl: skipping (1.2.3 is up-to-date) libosmo-abis: getting latest tag from git remote libosmo-abis: getting OBS version libosmo-abis: skipping (1.3.0 is up-to-date) libosmo-dsp: getting latest tag from git remote libosmo-dsp: getting OBS version libosmo-dsp: skipping (0.4.0 is up-to-date) libosmo-netif: getting latest tag from git remote libosmo-netif: getting OBS version libosmo-netif: skipping (1.2.0 is up-to-date) libosmo-pfcp: getting latest tag from git remote libosmo-pfcp: building source package (not in OBS) libosmo-pfcp: cloning
https://gerrit.osmocom.org/libosmo-pfcp
libosmo-pfcp: 'git clean -ffxd' libosmo-pfcp: 'git checkout -f 0.1.0' libosmo-pfcp: 'git reset --hard 0.1.0' libosmo-pfcp: build failed libosmo-sccp: getting latest tag from git remote Traceback (most recent call last): File "/obs/update_obs_project.py", line 45, in build_srcpkg version = lib.srcpkg.build(package, feed, branch, conflict_version, fetch) File "/obs/lib/srcpkg.py", line 128, in build epoch = get_epoch(project) File "/obs/lib/srcpkg.py", line 95, in get_epoch if ":" in version_epoch: TypeError: argument of type 'NoneType' is not iterable libosmo-sccp: getting OBS version libosmo-sccp: skipping (1.6.0 is up-to-date) libosmocore: getting latest tag from git remote libosmocore: getting OBS version libosmocore: skipping (1.7.0 is up-to-date) libsmpp34: getting latest tag from git remote libsmpp34: getting OBS version libsmpp34: skipping (1.14.1 is up-to-date) libusrp: getting latest tag from git remote libusrp: getting OBS version libusrp: skipping (3.4.6 is up-to-date) osmo-bsc: getting latest tag from git remote osmo-bsc: getting OBS version osmo-bsc: skipping (1.9.0 is up-to-date) osmo-bsc-nat: getting latest tag from git remote osmo-bsc-nat: skipping (no git tag found) osmo-bts: getting latest tag from git remote osmo-bts: getting OBS version osmo-bts: skipping (1.5.0 is up-to-date) osmo-cbc: getting latest tag from git remote osmo-cbc: getting OBS version osmo-cbc: skipping (0.4.0 is up-to-date) osmo-e1d: getting latest tag from git remote osmo-e1d: getting OBS version osmo-e1d: skipping (0.4.0 is up-to-date) osmo-fl2k: getting latest tag from git remote osmo-fl2k: skipping (no git tag found) osmo-gbproxy: getting latest tag from git remote osmo-gbproxy: getting OBS version osmo-gbproxy: skipping (0.3.0 is up-to-date) osmo-ggsn: getting latest tag from git remote osmo-ggsn: getting OBS version osmo-ggsn: skipping (1.9.0 is up-to-date) osmo-gsm-manuals: getting latest tag from git remote osmo-gsm-manuals: getting OBS version osmo-gsm-manuals: skipping (1.3.0 is up-to-date) osmo-hlr: getting latest tag from git remote osmo-hlr: getting OBS version osmo-hlr: skipping (1.5.0 is up-to-date) osmo-hnbgw: getting latest tag from git remote osmo-hnbgw: getting OBS version osmo-hnbgw: skipping (1.3.0 is up-to-date) osmo-hnodeb: getting latest tag from git remote osmo-hnodeb: getting OBS version osmo-hnodeb: skipping (0.1.0 is up-to-date) osmo-iuh: getting latest tag from git remote osmo-iuh: getting OBS version osmo-iuh: skipping (1.3.0 is up-to-date) osmo-mgw: getting latest tag from git remote osmo-mgw: getting OBS version osmo-mgw: skipping (1.10.0 is up-to-date) osmo-msc: getting latest tag from git remote osmo-msc: getting OBS version osmo-msc: skipping (1.9.0 is up-to-date) osmo-pcap: getting latest tag from git remote osmo-pcap: getting OBS version osmo-pcap: skipping (0.4.0 is up-to-date) osmo-pcu: getting latest tag from git remote osmo-pcu: getting OBS version osmo-pcu: skipping (1.1.0 is up-to-date) osmo-remsim: getting latest tag from git remote osmo-remsim: getting OBS version osmo-remsim: skipping (1.0.0 is up-to-date) osmo-sgsn: getting latest tag from git remote osmo-sgsn: getting OBS version osmo-sgsn: skipping (1.9.0 is up-to-date) osmo-sip-connector: getting latest tag from git remote osmo-sip-connector: getting OBS version osmo-sip-connector: skipping (1.6.1 is up-to-date) osmo-smlc: getting latest tag from git remote osmo-smlc: getting OBS version osmo-smlc: skipping (0.2.2 is up-to-date) osmo-sysmon: getting latest tag from git remote osmo-sysmon: getting OBS version osmo-sysmon: skipping (0.3.2 is up-to-date) osmo-trx: getting latest tag from git remote osmo-trx: getting OBS version osmo-trx: skipping (1.4.1 is up-to-date) osmo-uecups: getting latest tag from git remote osmo-uecups: getting OBS version osmo-uecups: skipping (0.2.0 is up-to-date) osmo-upf: getting latest tag from git remote osmo-upf: skipping (no git tag found) python/osmo-python-tests: getting latest tag from git remote python/osmo-python-tests: getting OBS version python/osmo-python-tests: skipping (0.2.1 is up-to-date) rtl-sdr: getting latest tag from git remote rtl-sdr: getting OBS version rtl-sdr: skipping (0.6.0 is up-to-date) simtrace2: getting latest tag from git remote simtrace2: getting OBS version simtrace2: skipping (0.8.1 is up-to-date) limesuite: getting latest tag from git remote limesuite: getting OBS version limesuite: skipping (20.10.0 is up-to-date) neocon: getting latest tag from git remote neocon: getting OBS version neocon: skipping (1.0.2 is up-to-date) open5gs: getting latest tag from git remote open5gs: getting OBS version open5gs: skipping (2.4.9 is up-to-date) ### Summary ### Updated: 0 Skipped: 42 Failed (srcpkg build): 1 Failed (srcpkg upload): 0 List of failed packages: * libosmo-pfcp (srcpkg build) Build step 'Execute shell' marked build as failure
2 years, 1 month
1
6
0
0
Build failed in Jenkins: master-osmo-trx » --with-neon,0,a3=default,a4=default,rpi4-raspbian11 #4513
by jenkins@lists.osmocom.org
See <
https://jenkins.osmocom.org/jenkins/job/master-osmo-trx/INSTR=--with-neon,W…
> Changes: ------------------------------------------ Started by upstream project "master-osmo-trx" build number 4513 originally caused by: Started by timer Running as SYSTEM Building remotely on rpi4-raspbian11build-ansible-1 (rpi4-raspbian11) in workspace <
https://jenkins.osmocom.org/jenkins/job/master-osmo-trx/INSTR=--with-neon,W…
> The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir <
https://jenkins.osmocom.org/jenkins/job/master-osmo-trx/INSTR=--with-neon,W…
> # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url
https://gerrit.osmocom.org/osmo-trx
# timeout=10 Fetching upstream changes from
https://gerrit.osmocom.org/osmo-trx
> git --version # timeout=10 > git --version # 'git version 2.30.2' > git fetch --tags --force --progress --
https://gerrit.osmocom.org/osmo-trx
+refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 19faae85c65a0801c31a3c7d09333ef8e7475884 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 19faae85c65a0801c31a3c7d09333ef8e7475884 # timeout=10 Commit message: "threshold_timer_update_intv(): call osmo_timer_del() unconditionally" > git rev-list --no-walk 19faae85c65a0801c31a3c7d09333ef8e7475884 # timeout=10 [rpi4-raspbian11] $ /bin/sh -xe /tmp/jenkins1115121407336150218.sh + ARTIFACT_STORE=/home/osmocom-build/jenkins_build_artifact_store + mkdir -p /home/osmocom-build/jenkins_build_artifact_store + docker run --rm=true --cap-add SYS_PTRACE -e ARTIFACT_STORE=/artifact_store -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e JOB_NAME=master-osmo-trx/INSTR=--with-neon,WITH_MANUALS=0,a3=default,a4=default,label=rpi4-raspbian11 -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 4 -e PUBLISH=1 -e WITH_MANUALS=1 -w /build -i -u build -v <
https://jenkins.osmocom.org/jenkins/job/master-osmo-trx/INSTR=--with-neon,W…
>:/build -v /home/osmocom-build/jenkins_build_artifact_store:/artifact_store -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e INSTR=--with-neon -e WITH_MANUALS=0 osmocom-build/debian-buster-jenkins /build/contrib/jenkins.sh + [ -z ] + uname -m + substr arm armv7l + [ -z ] + + set -ex + command -v osmo-build-dep.sh + [ -x /usr/local/bin/osmo-build-dep.sh ] + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf Skipping repository deps/libosmocore Skipping repository deps/libusrp + [ -d /build/deps ] + git_clean /build/deps/libosmocore + repos=/build/deps/libosmocore + [ ! -d /build/deps/libosmocore ] + [ ! -d /build/deps/libosmocore/.git ] + git -C /build/deps/libosmocore checkout -f HEAD + git -C /build/deps/libosmocore clean -dxf + git_clean /build/deps/libusrp + repos=/build/deps/libusrp + [ ! -d /build/deps/libusrp ] + [ ! -d /build/deps/libusrp/.git ] + git -C /build/deps/libusrp checkout -f HEAD + git -C /build/deps/libusrp clean -dxf + [ -d layer1-headers ] + mkdir /build/deps mkdir: cannot create directory ‘/build/deps’: File exists + true + osmo-build-dep.sh libosmocore --enable-sanitize --disable-doxygen --disable-pcsc =============================== libosmocore =============================== + mkdir -p /build/deps + cd /build/deps + osmo-deps.sh libosmocore + project=libosmocore + branch=master + git branch -a + grep -c remotes/origin/master$ + [ x1 != x0 ] + branch=origin/master + test -d libosmocore + cd libosmocore + git fetch --tags origin fatal: unable to access '
https://git.osmocom.org/libosmocore/
': gnutls_handshake() failed: The TLS connection was non-properly terminated. Build step 'Execute shell' marked build as failure Archiving artifacts
2 years, 1 month
1
1
0
0
← Newer
1
2
3
4
5
6
Older →
Jump to page:
1
2
3
4
5
6
Results per page:
10
25
50
100
200