Skip to content
Unstable

Console Output

Skipping 480 KB.. Full Log
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(38)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262429554014227 --msisdn 491618065442 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:37:33] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429554014227', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429554014227', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:37:33] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262429554014227', 'msisdn': '491618065442'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262429554014227', 'msisdn': '491618065442'}
127.0.0.1 - - [07/Nov/2025 09:37:33] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(39)@40b4dad44032: Created GsupExpect[0] for "262429554014227" to be handled at TC_gsup_ul(40)
[Database] [DEBUG] Get_Subscriber for imsi 262429554014227
[Database] [DEBUG] Got back result: {'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 1, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'Internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491618065442', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-07T09:37:33Z', 'subscriber_id': 2, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262429554014227', 'nam': 0, 'serving_msc': None}
[GSUP] [ERROR] Error handling GSUP message: 'ton_npi'
HLR_Test-GSUP-IPA(38)@40b4dad44032: Dynamic test case error: Index overflow in a value of type @GSUP_Types.GSUP_IEs: The index is 0, but the value has only 0 elements.
HLR_Test-GSUP-IPA(38)@40b4dad44032: setverdict(error): none -> error
HLR_Test-GSUP(39)@40b4dad44032: Found GsupExpect[0] for "262429554014227" handled at TC_gsup_ul(40)
HLR_Test-GSUP(39)@40b4dad44032: Added IMSI table entry 0TC_gsup_ul(40)"262429554014227"
[GSUP] [INFO] GSUP Client disconnected: 127.0.0.1:9999
HLR_Test-GSUP-IPA(38)@40b4dad44032: Final verdict of PTC: error
TC_gsup_ul(40)@40b4dad44032: setverdict(fail): none -> fail reason: "Timeout waiting for UL response", new component reason: "Timeout waiting for UL response"
MC@40b4dad44032: Test Component 40 has requested to stop MTC. Terminating current testcase execution.
TC_gsup_ul(40)@40b4dad44032: Final verdict of PTC: fail reason: "Timeout waiting for UL response"
HLR_Test-GSUP(39)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: none
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(38): error (none -> error)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(39): none (error -> error)
MTC@40b4dad44032: Local verdict of PTC TC_gsup_ul(40): fail (error -> error) reason: "Timeout waiting for UL response"
MTC@40b4dad44032: Test case TC_gsup_ul finished. Verdict: error
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_ul error'.
Fri Nov  7 09:37:36 UTC 2025
------ HLR_Tests.TC_gsup_ul error ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=15244)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_ul error' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_ul_subscriber_data'.
------ HLR_Tests.TC_gsup_ul_subscriber_data ------
Fri Nov  7 09:37:37 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_ul_subscriber_data.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_ul_subscriber_data.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_ul_subscriber_data' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_gsup_ul_subscriber_data started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
MTC@40b4dad44032: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(41)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
MTC@40b4dad44032: Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.
MTC@40b4dad44032: setverdict(error): none -> error
HLR_Test-GSUP-IPA(41)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP(42)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP-IPA(41)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
[GSUP] [DEBUG] Connection closed by peer
HLR_Test-GSUP-IPA(41)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: error
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(41): none (error -> error)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(42): none (error -> error)
MTC@40b4dad44032: Test case TC_gsup_ul_subscriber_data finished. Verdict: error
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_ul_subscriber_data error'.
Fri Nov  7 09:37:39 UTC 2025
------ HLR_Tests.TC_gsup_ul_subscriber_data error ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=3868)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_ul_subscriber_data error' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_vty'.
------ HLR_Tests.TC_vty ------
Fri Nov  7 09:37:41 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_vty.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_vty.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_vty' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_vty started.
MTC@40b4dad44032: legacy= true
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(43)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262424977237890 --msisdn 491611720040 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
HLR_Test-GSUP-IPA(43)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(43)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(43)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:37:42] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262424977237890', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262424977237890', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:37:42] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262424977237890', 'msisdn': '491611720040'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262424977237890', 'msisdn': '491611720040'}
127.0.0.1 - - [07/Nov/2025 09:37:42] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
MTC@40b4dad44032: Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.
MTC@40b4dad44032: setverdict(error): none -> error
[GSUP] [INFO] GSUP Client disconnected: 127.0.0.1:9999
HLR_Test-GSUP-IPA(43)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: error
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(43): none (error -> error)
MTC@40b4dad44032: Test case TC_vty finished. Verdict: error
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_vty error'.
Fri Nov  7 09:37:42 UTC 2025
------ HLR_Tests.TC_vty error ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=12812)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_vty error' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_vty_msisdn_isd'.
------ HLR_Tests.TC_vty_msisdn_isd ------
Fri Nov  7 09:37:44 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_vty_msisdn_isd.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_vty_msisdn_isd.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_vty_msisdn_isd' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_vty_msisdn_isd started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
MTC@40b4dad44032: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(44)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(44)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(44)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(44)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
HLR_Test-GSUP(45)@40b4dad44032: Created GsupExpect[0] for "262426152713765" to be handled at TC_vty_msisdn_isd(46)
TC_vty_msisdn_isd(46)@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262426152713765 --msisdn 491612642585 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:37:45] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262426152713765', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262426152713765', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:37:45] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262426152713765', 'msisdn': '491612642585'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262426152713765', 'msisdn': '491612642585'}
127.0.0.1 - - [07/Nov/2025 09:37:45] "PUT /subscriber/ HTTP/1.1" 200 -
TC_vty_msisdn_isd(46)@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
[Database] [DEBUG] Get_Subscriber for imsi 262426152713765
[Database] [DEBUG] Got back result: {'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 1, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'Internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491612642585', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-07T09:37:45Z', 'subscriber_id': 4, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262426152713765', 'nam': 0, 'serving_msc': None}
[GSUP] [ERROR] Error handling GSUP message: 'ton_npi'
HLR_Test-GSUP-IPA(44)@40b4dad44032: Dynamic test case error: Index overflow in a value of type @GSUP_Types.GSUP_IEs: The index is 0, but the value has only 0 elements.
HLR_Test-GSUP-IPA(44)@40b4dad44032: setverdict(error): none -> error
HLR_Test-GSUP(45)@40b4dad44032: Found GsupExpect[0] for "262426152713765" handled at TC_vty_msisdn_isd(46)
HLR_Test-GSUP(45)@40b4dad44032: Added IMSI table entry 0TC_vty_msisdn_isd(46)"262426152713765"
[GSUP] [INFO] GSUP Client disconnected: 127.0.0.1:9999
HLR_Test-GSUP-IPA(44)@40b4dad44032: Final verdict of PTC: error
TC_vty_msisdn_isd(46)@40b4dad44032: setverdict(fail): none -> fail reason: "Timeout waiting for UL response", new component reason: "Timeout waiting for UL response"
MC@40b4dad44032: Test Component 46 has requested to stop MTC. Terminating current testcase execution.
TC_vty_msisdn_isd(46)@40b4dad44032: Final verdict of PTC: fail reason: "Timeout waiting for UL response"
HLR_Test-GSUP(45)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: none
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(44): error (none -> error)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(45): none (error -> error)
MTC@40b4dad44032: Local verdict of PTC TC_vty_msisdn_isd(46): fail (error -> error) reason: "Timeout waiting for UL response"
MTC@40b4dad44032: Test case TC_vty_msisdn_isd finished. Verdict: error
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_vty_msisdn_isd error'.
Fri Nov  7 09:37:48 UTC 2025
------ HLR_Tests.TC_vty_msisdn_isd error ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=15276)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_vty_msisdn_isd error' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_purge_cs'.
------ HLR_Tests.TC_gsup_purge_cs ------
Fri Nov  7 09:37:49 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_purge_cs.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_purge_cs.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_purge_cs' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_gsup_purge_cs started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
MTC@40b4dad44032: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(47)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(47)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(47)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(47)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262428561656463 --msisdn 491612504050 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:37:51] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262428561656463', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262428561656463', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:37:51] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262428561656463', 'msisdn': '491612504050'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262428561656463', 'msisdn': '491612504050'}
127.0.0.1 - - [07/Nov/2025 09:37:51] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(48)@40b4dad44032: Created GsupExpect[0] for "262428561656463" to be handled at TC_gsup_purge_cs(49)
[Database] [DEBUG] Get_Subscriber for imsi 262428561656463
[Database] [DEBUG] Got back result: {'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 1, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'Internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491612504050', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-07T09:37:51Z', 'subscriber_id': 5, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262428561656463', 'nam': 0, 'serving_msc': None}
[GSUP] [ERROR] Error handling GSUP message: 'ton_npi'
HLR_Test-GSUP-IPA(47)@40b4dad44032: Dynamic test case error: Index overflow in a value of type @GSUP_Types.GSUP_IEs: The index is 0, but the value has only 0 elements.
HLR_Test-GSUP(48)@40b4dad44032: Found GsupExpect[0] for "262428561656463" handled at TC_gsup_purge_cs(49)
HLR_Test-GSUP-IPA(47)@40b4dad44032: setverdict(error): none -> error
HLR_Test-GSUP(48)@40b4dad44032: Added IMSI table entry 0TC_gsup_purge_cs(49)"262428561656463"
[GSUP] [INFO] GSUP Client disconnected: 127.0.0.1:9999
HLR_Test-GSUP-IPA(47)@40b4dad44032: Final verdict of PTC: error
TC_gsup_purge_cs(49)@40b4dad44032: setverdict(fail): none -> fail reason: "Timeout waiting for UL response", new component reason: "Timeout waiting for UL response"
MC@40b4dad44032: Test Component 49 has requested to stop MTC. Terminating current testcase execution.
TC_gsup_purge_cs(49)@40b4dad44032: Final verdict of PTC: fail reason: "Timeout waiting for UL response"
HLR_Test-GSUP(48)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: none
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(47): error (none -> error)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(48): none (error -> error)
MTC@40b4dad44032: Local verdict of PTC TC_gsup_purge_cs(49): fail (error -> error) reason: "Timeout waiting for UL response"
MTC@40b4dad44032: Test case TC_gsup_purge_cs finished. Verdict: error
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_purge_cs error'.
Fri Nov  7 09:37:54 UTC 2025
------ HLR_Tests.TC_gsup_purge_cs error ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=15268)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_purge_cs error' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_purge_ps'.
------ HLR_Tests.TC_gsup_purge_ps ------
Fri Nov  7 09:37:55 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_purge_ps.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_purge_ps.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_purge_ps' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_gsup_purge_ps started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
MTC@40b4dad44032: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(50)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(50)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(50)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(50)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262425719550548 --msisdn 491618673268 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:37:56] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262425719550548', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262425719550548', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:37:56] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262425719550548', 'msisdn': '491618673268'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262425719550548', 'msisdn': '491618673268'}
127.0.0.1 - - [07/Nov/2025 09:37:56] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(51)@40b4dad44032: Created GsupExpect[0] for "262425719550548" to be handled at TC_gsup_purge_ps(52)
[Database] [DEBUG] Get_Subscriber for imsi 262425719550548
[Database] [DEBUG] Got back result: {'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 1, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'Internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491618673268', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-07T09:37:56Z', 'subscriber_id': 6, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'imsi': '262425719550548', 'nam': 0, 'serving_msc': None}
[GSUP] [ERROR] Error handling GSUP message: 'ton_npi'
HLR_Test-GSUP-IPA(50)@40b4dad44032: Dynamic test case error: Index overflow in a value of type @GSUP_Types.GSUP_IEs: The index is 0, but the value has only 0 elements.
HLR_Test-GSUP(51)@40b4dad44032: Found GsupExpect[0] for "262425719550548" handled at TC_gsup_purge_ps(52)
HLR_Test-GSUP-IPA(50)@40b4dad44032: setverdict(error): none -> error
HLR_Test-GSUP(51)@40b4dad44032: Added IMSI table entry 0TC_gsup_purge_ps(52)"262425719550548"
[GSUP] [INFO] GSUP Client disconnected: 127.0.0.1:9999
HLR_Test-GSUP-IPA(50)@40b4dad44032: Final verdict of PTC: error
TC_gsup_purge_ps(52)@40b4dad44032: setverdict(fail): none -> fail reason: "Timeout waiting for UL response", new component reason: "Timeout waiting for UL response"
MC@40b4dad44032: Test Component 52 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP(51)@40b4dad44032: Final verdict of PTC: none
TC_gsup_purge_ps(52)@40b4dad44032: Final verdict of PTC: fail reason: "Timeout waiting for UL response"
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: none
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(50): error (none -> error)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(51): none (error -> error)
MTC@40b4dad44032: Local verdict of PTC TC_gsup_purge_ps(52): fail (error -> error) reason: "Timeout waiting for UL response"
MTC@40b4dad44032: Test case TC_gsup_purge_ps finished. Verdict: error
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_purge_ps error'.
Fri Nov  7 09:37:59 UTC 2025
------ HLR_Tests.TC_gsup_purge_ps error ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=15268)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_purge_ps error' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_purge_unknown'.
------ HLR_Tests.TC_gsup_purge_unknown ------
Fri Nov  7 09:38:00 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_purge_unknown.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_purge_unknown.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_purge_unknown' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_gsup_purge_unknown started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
MTC@40b4dad44032: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(53)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(53)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(53)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(53)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
HLR_Test-GSUP(54)@40b4dad44032: Created GsupExpect[0] for "2345743413463" to be handled at TC_gsup_purge_unknown(55)
[Database] [DEBUG] Get_Subscriber for imsi 2345743413463
[GSUP] [WARN] Subscriber not found: 2345743413463 Traceback (most recent call last):
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/database.py", line 1366, in Get_Subscriber
    result = session.query(SUBSCRIBER).filter_by(imsi=str(kwargs['imsi'])).one()
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/sqlalchemy/orm/query.py", line 2808, in one
    return self._iter().one()  # type: ignore
           ~~~~~~~~~~~~~~~~^^
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/sqlalchemy/engine/result.py", line 1815, in one
    return self._only_one_row(
           ~~~~~~~~~~~~~~~~~~^
        raise_for_second_row=True, raise_for_none=True, scalar=False
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/sqlalchemy/engine/result.py", line 760, in _only_one_row
    raise exc.NoResultFound(
        "No row was found when one was required"
    )
sqlalchemy.exc.NoResultFound: No row was found when one was required

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/controller/ulr.py", line 161, in handle_message
    subscriber = self._database.Get_Subscriber(imsi=imsi)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/database.py", line 1369, in Get_Subscriber
    raise ValueError(E)
ValueError: No row was found when one was required

HLR_Test-GSUP(54)@40b4dad44032: Found GsupExpect[0] for "2345743413463" handled at TC_gsup_purge_unknown(55)
HLR_Test-GSUP(54)@40b4dad44032: Added IMSI table entry 0TC_gsup_purge_unknown(55)"2345743413463"
TC_gsup_purge_unknown(55)@40b4dad44032: setverdict(pass): none -> pass
TC_gsup_purge_unknown(55)@40b4dad44032: setverdict(pass): pass -> pass, component reason not changed
TC_gsup_purge_unknown(55)@40b4dad44032: Final verdict of PTC: pass
MTC@40b4dad44032: setverdict(pass): none -> pass
[GSUP] [INFO] GSUP Client disconnected: 127.0.0.1:9999
HLR_Test-GSUP(54)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP-IPA(53)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: pass
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(53): none (pass -> pass)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(54): none (pass -> pass)
MTC@40b4dad44032: Local verdict of PTC TC_gsup_purge_unknown(55): pass (pass -> pass)
MTC@40b4dad44032: Test case TC_gsup_purge_unknown finished. Verdict: pass
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_purge_unknown pass'.
Fri Nov  7 09:38:01 UTC 2025
====== HLR_Tests.TC_gsup_purge_unknown pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=5388)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_purge_unknown pass' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_unknown'.
------ HLR_Tests.TC_mo_ussd_unknown ------
Fri Nov  7 09:38:03 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_unknown.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_unknown.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_unknown' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_mo_ussd_unknown started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
MTC@40b4dad44032: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(56)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(56)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(56)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(56)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262423017394885 --msisdn 491610827060 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:04] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262423017394885', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262423017394885', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:38:04] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262423017394885', 'msisdn': '491610827060'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262423017394885', 'msisdn': '491610827060'}
127.0.0.1 - - [07/Nov/2025 09:38:04] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(57)@40b4dad44032: Created GsupExpect[0] for "262423017394885" to be handled at TC_mo_ussd_unknown(58)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
    await self.__handle_gsup(peer, payload_length)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
    await self.gsup_handler.dispatch(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
    await self.__handle_gsup_unhandled_request(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
    await self.__send_gsup_response(peer, builder)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
    data = response.to_bytes()
           ^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'

HLR_Test-GSUP-IPA(56)@40b4dad44032: IPA: Closed
HLR_Test-GSUP(57)@40b4dad44032: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@40b4dad44032: Test Component 57 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP-IPA(56)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP(57)@40b4dad44032: Final verdict of PTC: fail reason: "GSUP Connection Lost"
TC_mo_ussd_unknown(58)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: none
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(56): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(57): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@40b4dad44032: Local verdict of PTC TC_mo_ussd_unknown(58): none (fail -> fail)
MTC@40b4dad44032: Test case TC_mo_ussd_unknown finished. Verdict: fail reason: GSUP Connection Lost
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_unknown fail'.
Fri Nov  7 09:38:04 UTC 2025
------ HLR_Tests.TC_mo_ussd_unknown fail ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=3232)
Waiting for packet dumper to finish... 1 (prev_count=3232, count=14016)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_unknown fail' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse_disc'.
------ HLR_Tests.TC_mo_ussd_euse_disc ------
Fri Nov  7 09:38:07 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_euse_disc.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_euse_disc.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse_disc' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_mo_ussd_euse_disc started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
MTC@40b4dad44032: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(59)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(59)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(59)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(59)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262423418617055 --msisdn 491617520311 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:08] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262423418617055', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262423418617055', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:38:08] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262423418617055', 'msisdn': '491617520311'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262423418617055', 'msisdn': '491617520311'}
127.0.0.1 - - [07/Nov/2025 09:38:08] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(60)@40b4dad44032: Created GsupExpect[0] for "262423418617055" to be handled at TC_mo_ussd_euse_disc(61)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
    await self.__handle_gsup(peer, payload_length)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
    await self.gsup_handler.dispatch(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
    await self.__handle_gsup_unhandled_request(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
    await self.__send_gsup_response(peer, builder)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
    data = response.to_bytes()
           ^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'

HLR_Test-GSUP-IPA(59)@40b4dad44032: IPA: Closed
HLR_Test-GSUP(60)@40b4dad44032: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@40b4dad44032: Test Component 60 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP(60)@40b4dad44032: Final verdict of PTC: fail reason: "GSUP Connection Lost"
HLR_Test-GSUP-IPA(59)@40b4dad44032: Final verdict of PTC: none
TC_mo_ussd_euse_disc(61)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: none
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(59): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(60): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@40b4dad44032: Local verdict of PTC TC_mo_ussd_euse_disc(61): none (fail -> fail)
MTC@40b4dad44032: Test case TC_mo_ussd_euse_disc finished. Verdict: fail reason: GSUP Connection Lost
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse_disc fail'.
Fri Nov  7 09:38:08 UTC 2025
------ HLR_Tests.TC_mo_ussd_euse_disc fail ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=1796)
Waiting for packet dumper to finish... 1 (prev_count=1796, count=14024)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse_disc fail' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_iuse_imsi'.
------ HLR_Tests.TC_mo_ussd_iuse_imsi ------
Fri Nov  7 09:38:10 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_iuse_imsi.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_iuse_imsi.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_iuse_imsi' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_mo_ussd_iuse_imsi started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
MTC@40b4dad44032: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(62)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(62)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(62)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(62)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262421897302022 --msisdn 491610651632 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:11] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262421897302022', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262421897302022', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:38:11] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262421897302022', 'msisdn': '491610651632'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262421897302022', 'msisdn': '491610651632'}
127.0.0.1 - - [07/Nov/2025 09:38:11] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(63)@40b4dad44032: Created GsupExpect[0] for "262421897302022" to be handled at TC_mo_ussd_iuse_imsi(64)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
    await self.__handle_gsup(peer, payload_length)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
    await self.gsup_handler.dispatch(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
    await self.__handle_gsup_unhandled_request(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
    await self.__send_gsup_response(peer, builder)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
    data = response.to_bytes()
           ^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'

HLR_Test-GSUP-IPA(62)@40b4dad44032: IPA: Closed
HLR_Test-GSUP(63)@40b4dad44032: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@40b4dad44032: Test Component 63 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP-IPA(62)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP(63)@40b4dad44032: Final verdict of PTC: fail reason: "GSUP Connection Lost"
TC_mo_ussd_iuse_imsi(64)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: none
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(62): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(63): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@40b4dad44032: Local verdict of PTC TC_mo_ussd_iuse_imsi(64): none (fail -> fail)
MTC@40b4dad44032: Test case TC_mo_ussd_iuse_imsi finished. Verdict: fail reason: GSUP Connection Lost
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_iuse_imsi fail'.
Fri Nov  7 09:38:11 UTC 2025
------ HLR_Tests.TC_mo_ussd_iuse_imsi fail ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=3236)
Waiting for packet dumper to finish... 1 (prev_count=3236, count=14024)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_iuse_imsi fail' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_iuse_msisdn'.
------ HLR_Tests.TC_mo_ussd_iuse_msisdn ------
Fri Nov  7 09:38:13 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_iuse_msisdn.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_iuse_msisdn.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_iuse_msisdn' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_mo_ussd_iuse_msisdn started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
MTC@40b4dad44032: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(65)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(65)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(65)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(65)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262425183213175 --msisdn 491614635740 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:15] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262425183213175', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262425183213175', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:38:15] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262425183213175', 'msisdn': '491614635740'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262425183213175', 'msisdn': '491614635740'}
127.0.0.1 - - [07/Nov/2025 09:38:15] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(66)@40b4dad44032: Created GsupExpect[0] for "262425183213175" to be handled at TC_mo_ussd_iuse_msisdn(67)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
    await self.__handle_gsup(peer, payload_length)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
    await self.gsup_handler.dispatch(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
    await self.__handle_gsup_unhandled_request(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
    await self.__send_gsup_response(peer, builder)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
    data = response.to_bytes()
           ^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'

HLR_Test-GSUP-IPA(65)@40b4dad44032: IPA: Closed
HLR_Test-GSUP(66)@40b4dad44032: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@40b4dad44032: Test Component 66 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP-IPA(65)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP(66)@40b4dad44032: Final verdict of PTC: fail reason: "GSUP Connection Lost"
TC_mo_ussd_iuse_msisdn(67)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: none
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(65): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(66): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@40b4dad44032: Local verdict of PTC TC_mo_ussd_iuse_msisdn(67): none (fail -> fail)
MTC@40b4dad44032: Test case TC_mo_ussd_iuse_msisdn finished. Verdict: fail reason: GSUP Connection Lost
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_iuse_msisdn fail'.
Fri Nov  7 09:38:15 UTC 2025
------ HLR_Tests.TC_mo_ussd_iuse_msisdn fail ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=3244)
Waiting for packet dumper to finish... 1 (prev_count=3244, count=14036)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_iuse_msisdn fail' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse'.
------ HLR_Tests.TC_mo_ussd_euse ------
Fri Nov  7 09:38:17 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_euse.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_euse.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_mo_ussd_euse started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
[GSUP] [DEBUG] New connection from 127.0.0.1:43629.
MTC@40b4dad44032: in not legacy case 2
IPA-EUSE-foobar(70)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:43629
IPA-EUSE-foobar(70)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
IPA-EUSE-foobar(70)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320455553452053696D756C61746F7200'O } } } }
[GSUP] [ERROR] 127.0.0.1:43629: Role not found in tags. 'sgsn' or 'msc' must appear in one of there tags: TYPE, UNIT, UNITNAME. Closing connection.
HLR_Test-GSUP-IPA(69)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
IPA-EUSE-foobar(70)@40b4dad44032: IPA: Closed
IPA-EUSE-foobar(70)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP-IPA(69)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(69)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(69)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262422033166060 --msisdn 491610288242 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:18] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262422033166060', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262422033166060', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:38:18] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262422033166060', 'msisdn': '491610288242'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262422033166060', 'msisdn': '491610288242'}
127.0.0.1 - - [07/Nov/2025 09:38:18] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(71)@40b4dad44032: Created GsupExpect[0] for "262422033166060" to be handled at TC_mo_ussd_euse(72)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
    await self.__handle_gsup(peer, payload_length)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
    await self.gsup_handler.dispatch(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
    await self.__handle_gsup_unhandled_request(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
    await self.__send_gsup_response(peer, builder)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
    data = response.to_bytes()
           ^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'

HLR_Test-GSUP-IPA(69)@40b4dad44032: IPA: Closed
HLR_Test-GSUP(71)@40b4dad44032: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@40b4dad44032: Test Component 71 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP-IPA(69)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP(71)@40b4dad44032: Final verdict of PTC: fail reason: "GSUP Connection Lost"
EUSE-TC_mo_ussd_euse(68)@40b4dad44032: Final verdict of PTC: none
TC_mo_ussd_euse(72)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: none
MTC@40b4dad44032: Local verdict of PTC EUSE-TC_mo_ussd_euse(68): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(69): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC IPA-EUSE-foobar(70): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(71): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@40b4dad44032: Local verdict of PTC TC_mo_ussd_euse(72): none (fail -> fail)
MTC@40b4dad44032: Test case TC_mo_ussd_euse finished. Verdict: fail reason: GSUP Connection Lost
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse fail'.
Fri Nov  7 09:38:18 UTC 2025
------ HLR_Tests.TC_mo_ussd_euse fail ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=17216)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse fail' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse_continue'.
------ HLR_Tests.TC_mo_ussd_euse_continue ------
Fri Nov  7 09:38:20 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_euse_continue.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_euse_continue.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse_continue' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_mo_ussd_euse_continue started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
[GSUP] [DEBUG] New connection from 127.0.0.1:38799.
MTC@40b4dad44032: in not legacy case 2
IPA-EUSE-foobar(75)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:38799
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
IPA-EUSE-foobar(75)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(74)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
IPA-EUSE-foobar(75)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320455553452053696D756C61746F7200'O } } } }
[GSUP] [ERROR] 127.0.0.1:38799: Role not found in tags. 'sgsn' or 'msc' must appear in one of there tags: TYPE, UNIT, UNITNAME. Closing connection.
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(74)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
IPA-EUSE-foobar(75)@40b4dad44032: IPA: Closed
HLR_Test-GSUP-IPA(74)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
IPA-EUSE-foobar(75)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP-IPA(74)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262421078095876 --msisdn 491610738316 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:21] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262421078095876', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262421078095876', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:38:21] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262421078095876', 'msisdn': '491610738316'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262421078095876', 'msisdn': '491610738316'}
127.0.0.1 - - [07/Nov/2025 09:38:21] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(76)@40b4dad44032: Created GsupExpect[0] for "262421078095876" to be handled at TC_mo_ussd_euse_continue(77)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
    await self.__handle_gsup(peer, payload_length)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
    await self.gsup_handler.dispatch(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
    await self.__handle_gsup_unhandled_request(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
    await self.__send_gsup_response(peer, builder)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
    data = response.to_bytes()
           ^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'

HLR_Test-GSUP-IPA(74)@40b4dad44032: IPA: Closed
HLR_Test-GSUP(76)@40b4dad44032: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@40b4dad44032: Test Component 76 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP-IPA(74)@40b4dad44032: Final verdict of PTC: none
TC_mo_ussd_euse_continue(77)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP(76)@40b4dad44032: Final verdict of PTC: fail reason: "GSUP Connection Lost"
EUSE-TC_mo_ussd_euse_continue(73)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: none
MTC@40b4dad44032: Local verdict of PTC EUSE-TC_mo_ussd_euse_continue(73): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(74): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC IPA-EUSE-foobar(75): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(76): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@40b4dad44032: Local verdict of PTC TC_mo_ussd_euse_continue(77): none (fail -> fail)
MTC@40b4dad44032: Test case TC_mo_ussd_euse_continue finished. Verdict: fail reason: GSUP Connection Lost
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse_continue fail'.
Fri Nov  7 09:38:21 UTC 2025
------ HLR_Tests.TC_mo_ussd_euse_continue fail ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=17276)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse_continue fail' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse_defaultroute'.
------ HLR_Tests.TC_mo_ussd_euse_defaultroute ------
Fri Nov  7 09:38:23 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_euse_defaultroute.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_ussd_euse_defaultroute.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_ussd_euse_defaultroute' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_mo_ussd_euse_defaultroute started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
[GSUP] [DEBUG] New connection from 127.0.0.1:40261.
MTC@40b4dad44032: in not legacy case 2
IPA-EUSE-foobar(80)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:40261
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
IPA-EUSE-foobar(80)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
[GSUP] [ERROR] 127.0.0.1:40261: Role not found in tags. 'sgsn' or 'msc' must appear in one of there tags: TYPE, UNIT, UNITNAME. Closing connection.
IPA-EUSE-foobar(80)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320455553452053696D756C61746F7200'O } } } }
HLR_Test-GSUP-IPA(79)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
IPA-EUSE-foobar(80)@40b4dad44032: IPA: Closed
MTC@40b4dad44032: Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.
MTC@40b4dad44032: setverdict(error): none -> error
IPA-EUSE-foobar(80)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP-IPA(79)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
EUSE-TC_mo_ussd_euse_defaultroute(78)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP-IPA(79)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP(81)@40b4dad44032: Final verdict of PTC: none
[GSUP] [DEBUG] Connection closed by peer
HLR_Test-GSUP-IPA(79)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: error
MTC@40b4dad44032: Local verdict of PTC EUSE-TC_mo_ussd_euse_defaultroute(78): none (error -> error)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(79): none (error -> error)
MTC@40b4dad44032: Local verdict of PTC IPA-EUSE-foobar(80): none (error -> error)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(81): none (error -> error)
MTC@40b4dad44032: Test case TC_mo_ussd_euse_defaultroute finished. Verdict: error
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse_defaultroute error'.
Fri Nov  7 09:38:25 UTC 2025
------ HLR_Tests.TC_mo_ussd_euse_defaultroute error ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=7120)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_ussd_euse_defaultroute error' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_sss_reject'.
------ HLR_Tests.TC_mo_sss_reject ------
Fri Nov  7 09:38:27 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_sss_reject.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_mo_sss_reject.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_mo_sss_reject' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_mo_sss_reject started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
MTC@40b4dad44032: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(82)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262424324028981 --msisdn 491616768157 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
HLR_Test-GSUP-IPA(82)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(82)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(82)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:28] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262424324028981', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262424324028981', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:38:28] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262424324028981', 'msisdn': '491616768157'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262424324028981', 'msisdn': '491616768157'}
127.0.0.1 - - [07/Nov/2025 09:38:28] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(83)@40b4dad44032: Created GsupExpect[0] for "262424324028981" to be handled at TC_mo_sss_reject(84)
[GSUP] [WARN] Unhandled GSUP message 32 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
    await self.__handle_gsup(peer, payload_length)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
    await self.gsup_handler.dispatch(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
    await self.__handle_gsup_unhandled_request(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
    await self.__send_gsup_response(peer, builder)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
    data = response.to_bytes()
           ^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'

HLR_Test-GSUP-IPA(82)@40b4dad44032: IPA: Closed
HLR_Test-GSUP(83)@40b4dad44032: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@40b4dad44032: Test Component 83 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP-IPA(82)@40b4dad44032: Final verdict of PTC: none
TC_mo_sss_reject(84)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP(83)@40b4dad44032: Final verdict of PTC: fail reason: "GSUP Connection Lost"
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: none
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(82): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(83): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@40b4dad44032: Local verdict of PTC TC_mo_sss_reject(84): none (fail -> fail)
MTC@40b4dad44032: Test case TC_mo_sss_reject finished. Verdict: fail reason: GSUP Connection Lost
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_sss_reject fail'.
Fri Nov  7 09:38:28 UTC 2025
------ HLR_Tests.TC_mo_sss_reject fail ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=14004)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_mo_sss_reject fail' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_check_imei'.
------ HLR_Tests.TC_gsup_check_imei ------
Fri Nov  7 09:38:30 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_check_imei.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_check_imei.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_check_imei' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_gsup_check_imei started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
MTC@40b4dad44032: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(85)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(85)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(85)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(85)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262429102563607 --msisdn 491618823715 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:31] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429102563607', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429102563607', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:38:31] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262429102563607', 'msisdn': '491618823715'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262429102563607', 'msisdn': '491618823715'}
127.0.0.1 - - [07/Nov/2025 09:38:31] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(86)@40b4dad44032: Created GsupExpect[0] for "262429102563607" to be handled at TC_gsup_check_imei(87)
TC_gsup_check_imei(87)@40b4dad44032: Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.
TC_gsup_check_imei(87)@40b4dad44032: setverdict(error): none -> error
TC_gsup_check_imei(87)@40b4dad44032: Final verdict of PTC: error
MTC@40b4dad44032: Executing: "pyhss_api_helper.py del_subscr --imsi 262429102563607"
[Database] [DEBUG] Get_Subscriber for imsi 262429102563607
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 14
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262429102563607', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 1, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'Internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491618823715', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-07T09:38:31Z', 'subscriber_id': 14, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [07/Nov/2025 09:38:31] "GET /subscriber/imsi/262429102563607 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:31] "DELETE /auc/1 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 14
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
127.0.0.1 - - [07/Nov/2025 09:38:31] "DELETE /subscriber/14 HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262429102563607\nDELETE http://127.0.0.1:8080/auc/1\nDELETE http://127.0.0.1:8080/subscriber/14", stderr := "", code := 0 }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262423805118977 --msisdn 491615553056 --auc-id 2 --algo 2 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 2
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [07/Nov/2025 09:38:32] "DELETE /auc/2 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '2', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262423805118977', 'algo': '2'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '2', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262423805118977', 'algo': '2'}
127.0.0.1 - - [07/Nov/2025 09:38:32] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '2', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262423805118977', 'msisdn': '491615553056'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '2', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262423805118977', 'msisdn': '491615553056'}
127.0.0.1 - - [07/Nov/2025 09:38:32] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/2\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(86)@40b4dad44032: Created GsupExpect[1] for "262423805118977" to be handled at TC_gsup_check_imei(88)
TC_gsup_check_imei(88)@40b4dad44032: Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.
TC_gsup_check_imei(88)@40b4dad44032: setverdict(error): none -> error
TC_gsup_check_imei(88)@40b4dad44032: Final verdict of PTC: error
MTC@40b4dad44032: Executing: "pyhss_api_helper.py del_subscr --imsi 262423805118977"
[Database] [DEBUG] Get_Subscriber for imsi 262423805118977
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 14
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262423805118977', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 2, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'Internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491615553056', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-07T09:38:32Z', 'subscriber_id': 14, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [07/Nov/2025 09:38:32] "GET /subscriber/imsi/262423805118977 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 2
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:32] "DELETE /auc/2 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 14
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
127.0.0.1 - - [07/Nov/2025 09:38:32] "DELETE /subscriber/14 HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262423805118977\nDELETE http://127.0.0.1:8080/auc/2\nDELETE http://127.0.0.1:8080/subscriber/14", stderr := "", code := 0 }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262426053901411 --msisdn 491614714500 --auc-id 3 --algo 3 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 3
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [07/Nov/2025 09:38:32] "DELETE /auc/3 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '3', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262426053901411', 'algo': '3'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '3', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262426053901411', 'algo': '3'}
127.0.0.1 - - [07/Nov/2025 09:38:32] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '3', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262426053901411', 'msisdn': '491614714500'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '3', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262426053901411', 'msisdn': '491614714500'}
127.0.0.1 - - [07/Nov/2025 09:38:32] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/3\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(86)@40b4dad44032: Created GsupExpect[2] for "262426053901411" to be handled at TC_gsup_check_imei(89)
TC_gsup_check_imei(89)@40b4dad44032: Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.
TC_gsup_check_imei(89)@40b4dad44032: setverdict(error): none -> error
TC_gsup_check_imei(89)@40b4dad44032: Final verdict of PTC: error
MTC@40b4dad44032: Executing: "pyhss_api_helper.py del_subscr --imsi 262426053901411"
[Database] [DEBUG] Get_Subscriber for imsi 262426053901411
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 14
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262426053901411', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 3, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'Internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491614714500', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-07T09:38:32Z', 'subscriber_id': 14, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [07/Nov/2025 09:38:32] "GET /subscriber/imsi/262426053901411 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 3
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:32] "DELETE /auc/3 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 14
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
127.0.0.1 - - [07/Nov/2025 09:38:32] "DELETE /subscriber/14 HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262426053901411\nDELETE http://127.0.0.1:8080/auc/3\nDELETE http://127.0.0.1:8080/subscriber/14", stderr := "", code := 0 }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262424670314963 --msisdn 491612068464 --auc-id 4 --algo 4 --ki 11111111111111111111111111111111 --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 4
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [07/Nov/2025 09:38:32] "DELETE /auc/4 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '4', 'ki': '11111111111111111111111111111111', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262424670314963', 'algo': '4'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '4', 'ki': '11111111111111111111111111111111', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262424670314963', 'algo': '4'}
127.0.0.1 - - [07/Nov/2025 09:38:32] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '4', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262424670314963', 'msisdn': '491612068464'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '4', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262424670314963', 'msisdn': '491612068464'}
127.0.0.1 - - [07/Nov/2025 09:38:32] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/4\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(86)@40b4dad44032: Created GsupExpect[3] for "262424670314963" to be handled at TC_gsup_check_imei(90)
TC_gsup_check_imei(90)@40b4dad44032: Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.
TC_gsup_check_imei(90)@40b4dad44032: setverdict(error): none -> error
TC_gsup_check_imei(90)@40b4dad44032: Final verdict of PTC: error
MTC@40b4dad44032: Executing: "pyhss_api_helper.py del_subscr --imsi 262424670314963"
[Database] [DEBUG] Get_Subscriber for imsi 262424670314963
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 14
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262424670314963', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 4, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'Internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491612068464', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-07T09:38:32Z', 'subscriber_id': 14, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [07/Nov/2025 09:38:32] "GET /subscriber/imsi/262424670314963 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 4
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:32] "DELETE /auc/4 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 14
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
127.0.0.1 - - [07/Nov/2025 09:38:33] "DELETE /subscriber/14 HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262424670314963\nDELETE http://127.0.0.1:8080/auc/4\nDELETE http://127.0.0.1:8080/subscriber/14", stderr := "", code := 0 }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262429080093660 --msisdn 491610576151 --auc-id 5 --algo 4 --ki 11111111111111111111111111111111 --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 5
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [07/Nov/2025 09:38:33] "DELETE /auc/5 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '5', 'ki': '11111111111111111111111111111111', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262429080093660', 'algo': '4'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '5', 'ki': '11111111111111111111111111111111', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262429080093660', 'algo': '4'}
127.0.0.1 - - [07/Nov/2025 09:38:33] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '5', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262429080093660', 'msisdn': '491610576151'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '5', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262429080093660', 'msisdn': '491610576151'}
127.0.0.1 - - [07/Nov/2025 09:38:33] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/5\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(86)@40b4dad44032: Created GsupExpect[4] for "262429080093660" to be handled at TC_gsup_check_imei(91)
TC_gsup_check_imei(91)@40b4dad44032: Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.
TC_gsup_check_imei(91)@40b4dad44032: setverdict(error): none -> error
TC_gsup_check_imei(91)@40b4dad44032: Final verdict of PTC: error
MTC@40b4dad44032: Executing: "pyhss_api_helper.py del_subscr --imsi 262429080093660"
[Database] [DEBUG] Get_Subscriber for imsi 262429080093660
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 14
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262429080093660', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 5, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'Internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491610576151', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-07T09:38:33Z', 'subscriber_id': 14, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [07/Nov/2025 09:38:33] "GET /subscriber/imsi/262429080093660 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 5
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:33] "DELETE /auc/5 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 14
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
127.0.0.1 - - [07/Nov/2025 09:38:33] "DELETE /subscriber/14 HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262429080093660\nDELETE http://127.0.0.1:8080/auc/5\nDELETE http://127.0.0.1:8080/subscriber/14", stderr := "", code := 0 }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262429241229385 --msisdn 491612273382 --auc-id 6 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 6
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [07/Nov/2025 09:38:33] "DELETE /auc/6 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '6', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262429241229385', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '6', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262429241229385', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:38:33] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '6', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262429241229385', 'msisdn': '491612273382'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '6', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262429241229385', 'msisdn': '491612273382'}
127.0.0.1 - - [07/Nov/2025 09:38:33] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/6\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(86)@40b4dad44032: Created GsupExpect[5] for "262429241229385" to be handled at TC_gsup_check_imei(92)
TC_gsup_check_imei(92)@40b4dad44032: Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.
TC_gsup_check_imei(92)@40b4dad44032: setverdict(error): none -> error
TC_gsup_check_imei(92)@40b4dad44032: Final verdict of PTC: error
MTC@40b4dad44032: Executing: "pyhss_api_helper.py del_subscr --imsi 262429241229385"
[Database] [DEBUG] Get_Subscriber for imsi 262429241229385
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 14
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262429241229385', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 6, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'Internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491612273382', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-07T09:38:33Z', 'subscriber_id': 14, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [07/Nov/2025 09:38:33] "GET /subscriber/imsi/262429241229385 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 6
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:33] "DELETE /auc/6 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 14
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
127.0.0.1 - - [07/Nov/2025 09:38:33] "DELETE /subscriber/14 HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262429241229385\nDELETE http://127.0.0.1:8080/auc/6\nDELETE http://127.0.0.1:8080/subscriber/14", stderr := "", code := 0 }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262425428378620 --msisdn 491616056140 --auc-id 7 --algo 2 --ki 000102030405060708090A0B0C0D0E0F --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 7
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [07/Nov/2025 09:38:33] "DELETE /auc/7 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '7', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262425428378620', 'algo': '2'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '7', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262425428378620', 'algo': '2'}
127.0.0.1 - - [07/Nov/2025 09:38:33] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '7', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262425428378620', 'msisdn': '491616056140'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '7', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262425428378620', 'msisdn': '491616056140'}
127.0.0.1 - - [07/Nov/2025 09:38:33] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/7\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(86)@40b4dad44032: Created GsupExpect[6] for "262425428378620" to be handled at TC_gsup_check_imei(93)
TC_gsup_check_imei(93)@40b4dad44032: Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.
TC_gsup_check_imei(93)@40b4dad44032: setverdict(error): none -> error
TC_gsup_check_imei(93)@40b4dad44032: Final verdict of PTC: error
MTC@40b4dad44032: Executing: "pyhss_api_helper.py del_subscr --imsi 262425428378620"
[Database] [DEBUG] Get_Subscriber for imsi 262425428378620
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 14
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262425428378620', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 7, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'Internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491616056140', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-07T09:38:33Z', 'subscriber_id': 14, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [07/Nov/2025 09:38:33] "GET /subscriber/imsi/262425428378620 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 7
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:33] "DELETE /auc/7 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 14
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
127.0.0.1 - - [07/Nov/2025 09:38:34] "DELETE /subscriber/14 HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262425428378620\nDELETE http://127.0.0.1:8080/auc/7\nDELETE http://127.0.0.1:8080/subscriber/14", stderr := "", code := 0 }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262424685900802 --msisdn 491611442012 --auc-id 8 --algo 3 --ki 000102030405060708090A0B0C0D0E0F --opc 202122232425262728292A2B2C2D2E2F"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 8
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [07/Nov/2025 09:38:34] "DELETE /auc/8 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '8', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262424685900802', 'algo': '3'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '8', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '202122232425262728292A2B2C2D2E2F', 'amf': '8000', 'sqn': '0', 'imsi': '262424685900802', 'algo': '3'}
127.0.0.1 - - [07/Nov/2025 09:38:34] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '8', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262424685900802', 'msisdn': '491611442012'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '8', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262424685900802', 'msisdn': '491611442012'}
127.0.0.1 - - [07/Nov/2025 09:38:34] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/8\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(86)@40b4dad44032: Created GsupExpect[7] for "262424685900802" to be handled at TC_gsup_check_imei(94)
TC_gsup_check_imei(94)@40b4dad44032: Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.
TC_gsup_check_imei(94)@40b4dad44032: setverdict(error): none -> error
TC_gsup_check_imei(94)@40b4dad44032: Final verdict of PTC: error
MTC@40b4dad44032: Executing: "pyhss_api_helper.py del_subscr --imsi 262424685900802"
[Database] [DEBUG] Get_Subscriber for imsi 262424685900802
[Database] [DEBUG] Get_Subscriber_Attributes for subscriber_id 14
[Database] [DEBUG] Got back result: []
[Database] [DEBUG] Got back result: {'imsi': '262424685900802', 'nam': 0, 'serving_msc': None, 'enabled': True, 'roaming_enabled': True, 'serving_msc_timestamp': None, 'last_seen_cell_id': None, 'auc_id': 8, 'roaming_rule_list': None, 'serving_vlr': None, 'last_seen_tac': None, 'default_apn': 'Internet', 'subscribed_rau_tau_timer': 300, 'serving_vlr_timestamp': None, 'last_seen_mcc': None, 'apn_list': '1', 'serving_mme': None, 'serving_sgsn': None, 'last_seen_mnc': None, 'msisdn': '491611442012', 'serving_mme_timestamp': None, 'serving_sgsn_timestamp': None, 'last_location_update_timestamp': None, 'ue_ambr_dl': 999999, 'serving_mme_realm': None, 'last_seen_eci': None, 'last_modified': '2025-11-07T09:38:34Z', 'subscriber_id': 14, 'ue_ambr_ul': 999999, 'serving_mme_peer': None, 'last_seen_enodeb_id': None, 'attributes': []}
127.0.0.1 - - [07/Nov/2025 09:38:34] "GET /subscriber/imsi/262424685900802 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 8
[Database] [DEBUG] Called GetObj for type <class 'database.AUC'>
127.0.0.1 - - [07/Nov/2025 09:38:34] "DELETE /auc/8 HTTP/1.1" 200 -
[Database] [DEBUG] Called DeleteObj for type <class 'database.SUBSCRIBER'> with id 14
[Database] [DEBUG] Called GetObj for type <class 'database.SUBSCRIBER'>
127.0.0.1 - - [07/Nov/2025 09:38:34] "DELETE /subscriber/14 HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "GET http://127.0.0.1:8080/subscriber/imsi/262424685900802\nDELETE http://127.0.0.1:8080/auc/8\nDELETE http://127.0.0.1:8080/subscriber/14", stderr := "", code := 0 }
MTC@40b4dad44032: setverdict(pass): none -> pass
[GSUP] [INFO] GSUP Client disconnected: 127.0.0.1:9999
HLR_Test-GSUP(86)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP-IPA(85)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: pass
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(85): none (pass -> pass)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(86): none (pass -> pass)
MTC@40b4dad44032: Local verdict of PTC TC_gsup_check_imei(87): error (pass -> error)
MTC@40b4dad44032: Local verdict of PTC TC_gsup_check_imei(88): error (error -> error)
MTC@40b4dad44032: Local verdict of PTC TC_gsup_check_imei(89): error (error -> error)
MTC@40b4dad44032: Local verdict of PTC TC_gsup_check_imei(90): error (error -> error)
MTC@40b4dad44032: Local verdict of PTC TC_gsup_check_imei(91): error (error -> error)
MTC@40b4dad44032: Local verdict of PTC TC_gsup_check_imei(92): error (error -> error)
MTC@40b4dad44032: Local verdict of PTC TC_gsup_check_imei(93): error (error -> error)
MTC@40b4dad44032: Local verdict of PTC TC_gsup_check_imei(94): error (error -> error)
MTC@40b4dad44032: Test case TC_gsup_check_imei finished. Verdict: error
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_check_imei error'.
Fri Nov  7 09:38:34 UTC 2025
------ HLR_Tests.TC_gsup_check_imei error ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=129252)
Waiting for packet dumper to finish... 1 (prev_count=129252, count=159044)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_check_imei error' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_check_imei_invalid_len'.
------ HLR_Tests.TC_gsup_check_imei_invalid_len ------
Fri Nov  7 09:38:36 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_check_imei_invalid_len.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_check_imei_invalid_len.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_check_imei_invalid_len' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_gsup_check_imei_invalid_len started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
MTC@40b4dad44032: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(95)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(95)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(95)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(95)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
MTC@40b4dad44032: Executing: "pyhss_api_helper.py add_subscr --imsi 262429853223708 --msisdn 491618777602 --auc-id 1 --algo 1 --ki 000102030405060708090A0B0C0D0E0F --opc 22222222222222222222222222222222"
[Database] [DEBUG] Called DeleteObj for type <class 'database.AUC'> with id 1
[Database] [ERROR] Exception in DeleteObj, error: The specified row does not exist
The specified row does not exist
[API] [ERROR] [API] An error occurred: The specified row does not exist
127.0.0.1 - - [07/Nov/2025 09:38:37] "DELETE /auc/1 HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429853223708', 'algo': '1'}
[Database] [DEBUG] Called CreateObj to create <class 'database.AUC'> with value: {'auc_id': '1', 'ki': '000102030405060708090A0B0C0D0E0F', 'opc': '22222222222222222222222222222222', 'amf': '8000', 'sqn': '0', 'imsi': '262429853223708', 'algo': '1'}
127.0.0.1 - - [07/Nov/2025 09:38:37] "PUT /auc/ HTTP/1.1" 200 -
JSON Data sent: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262429853223708', 'msisdn': '491618777602'}
[Database] [DEBUG] Called CreateObj to create <class 'database.SUBSCRIBER'> with value: {'auc_id': '1', 'default_apn': 'Internet', 'apn_list': '1', 'imsi': '262429853223708', 'msisdn': '491618777602'}
127.0.0.1 - - [07/Nov/2025 09:38:37] "PUT /subscriber/ HTTP/1.1" 200 -
MTC@40b4dad44032: Result: { stdout := "DELETE http://127.0.0.1:8080/auc/1\nPUT http://127.0.0.1:8080/auc/\nPUT http://127.0.0.1:8080/subscriber/", stderr := "", code := 0 }
HLR_Test-GSUP(96)@40b4dad44032: Created GsupExpect[0] for "262429853223708" to be handled at TC_gsup_check_imei_invalid_len(97)
[GSUP] [WARN] Unhandled GSUP message 48 from [127.0.0.1:9999 (MSC)]. Responding with error.
[GSUP] [ERROR] Error handling connection: 'GsupMessageBuilder' object has no attribute 'to_bytes' trace: Traceback (most recent call last):
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 107, in __handle_connection
    await self.__handle_gsup(peer, payload_length)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/server.py", line 218, in __handle_gsup
    await self.gsup_handler.dispatch(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 71, in dispatch
    await self.__handle_gsup_unhandled_request(peer, request)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 98, in __handle_gsup_unhandled_request
    await self.__send_gsup_response(peer, builder)
  File "/opt/venvs/pyhss/lib/python3.13/site-packages/pyhss/lib/gsup/request_dispatcher.py", line 74, in __send_gsup_response
    data = response.to_bytes()
           ^^^^^^^^^^^^^^^^^
AttributeError: 'GsupMessageBuilder' object has no attribute 'to_bytes'

HLR_Test-GSUP-IPA(95)@40b4dad44032: IPA: Closed
HLR_Test-GSUP(96)@40b4dad44032: setverdict(fail): none -> fail reason: "GSUP Connection Lost", new component reason: "GSUP Connection Lost"
MC@40b4dad44032: Test Component 96 has requested to stop MTC. Terminating current testcase execution.
HLR_Test-GSUP-IPA(95)@40b4dad44032: Final verdict of PTC: none
TC_gsup_check_imei_invalid_len(97)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP(96)@40b4dad44032: Final verdict of PTC: fail reason: "GSUP Connection Lost"
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: none
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(95): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(96): fail (none -> fail) reason: "GSUP Connection Lost"
MTC@40b4dad44032: Local verdict of PTC TC_gsup_check_imei_invalid_len(97): none (fail -> fail)
MTC@40b4dad44032: Test case TC_gsup_check_imei_invalid_len finished. Verdict: fail reason: GSUP Connection Lost
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_check_imei_invalid_len fail'.
Fri Nov  7 09:38:37 UTC 2025
------ HLR_Tests.TC_gsup_check_imei_invalid_len fail ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=432)
Waiting for packet dumper to finish... 1 (prev_count=432, count=14464)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_check_imei_invalid_len fail' was executed successfully (exit status: 0).
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_check_imei_unknown_imsi'.
------ HLR_Tests.TC_gsup_check_imei_unknown_imsi ------
Fri Nov  7 09:38:39 UTC 2025
/usr/bin/dumpcap -q -s 1520 -n -i any -w "/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_check_imei_unknown_imsi.pcap" >/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/HLR_Tests.TC_gsup_check_imei_unknown_imsi.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-start.sh HLR_Tests.TC_gsup_check_imei_unknown_imsi' was executed successfully (exit status: 0).
MTC@40b4dad44032: Test case TC_gsup_check_imei_unknown_imsi started.
MTC@40b4dad44032: legacy= false
MTC@40b4dad44032: in not legacy case 1
MTC@40b4dad44032: in not legacy case 2
[GSUP] [DEBUG] New connection from 127.0.0.1:9999.
HLR_Test-GSUP-IPA(98)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
[GSUP] [ERROR] Client message received without known identity 127.0.0.1:9999
HLR_Test-GSUP-IPA(98)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_GET (4), u := { get := { { len := 1, tag := IPAC_IDTAG_UNITID (8) }, { len := 1, tag := IPAC_IDTAG_MACADDR (7) }, { len := 1, tag := IPAC_IDTAG_LOCATION2 (3) }, { len := 1, tag := IPAC_IDTAG_SWVERSION (5) }, { len := 1, tag := IPAC_IDTAG_LOCATION1 (2) }, { len := 1, tag := IPAC_IDTAG_UNITNAME (1) } } } }
HLR_Test-GSUP-IPA(98)@40b4dad44032: CCM Tx:{ msg_type := IPAC_MSGT_ID_RESP (5), u := { resp := { { len := 0, tag := IPAC_IDTAG_UNITID (8), data := '302F312F3200'O }, { len := 0, tag := IPAC_IDTAG_MACADDR (7), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION2 (3), data := '00'O }, { len := 0, tag := IPAC_IDTAG_SWVERSION (5), data := '00'O }, { len := 0, tag := IPAC_IDTAG_LOCATION1 (2), data := '00'O }, { len := 0, tag := IPAC_IDTAG_UNITNAME (1), data := '4F736D6F636F6D205454434E2D3320475355502053696D756C61746F7220284D53432900'O } } } }
[GSUP] [INFO] New peer connected: [127.0.0.1:9999 (MSC)]
HLR_Test-GSUP-IPA(98)@40b4dad44032: CCM Rx:{ msg_type := IPAC_MSGT_ID_ACK (6), u := omit }
HLR_Test-GSUP(99)@40b4dad44032: Created GsupExpect[0] for "262423275534363" to be handled at TC_gsup_check_imei_unknown_imsi(100)
TC_gsup_check_imei_unknown_imsi(100)@40b4dad44032: Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.
TC_gsup_check_imei_unknown_imsi(100)@40b4dad44032: setverdict(error): none -> error
TC_gsup_check_imei_unknown_imsi(100)@40b4dad44032: Final verdict of PTC: error
[GSUP] [INFO] GSUP Client disconnected: 127.0.0.1:9999
HLR_Test-GSUP-IPA(98)@40b4dad44032: Final verdict of PTC: none
HLR_Test-GSUP(99)@40b4dad44032: Final verdict of PTC: none
MTC@40b4dad44032: Setting final verdict of the test case.
MTC@40b4dad44032: Local verdict of MTC: none
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP-IPA(98): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC HLR_Test-GSUP(99): none (none -> none)
MTC@40b4dad44032: Local verdict of PTC TC_gsup_check_imei_unknown_imsi(100): error (none -> error)
MTC@40b4dad44032: Test case TC_gsup_check_imei_unknown_imsi finished. Verdict: error
MTC@40b4dad44032: Starting external command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_check_imei_unknown_imsi error'.
Fri Nov  7 09:38:40 UTC 2025
------ HLR_Tests.TC_gsup_check_imei_unknown_imsi error ------

Waiting for packet dumper to finish... 0 (prev_count=-1, count=208)
Waiting for packet dumper to finish... 1 (prev_count=208, count=4324)
MTC@40b4dad44032: External command `/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/ttcn3-tcpdump-stop.sh HLR_Tests.TC_gsup_check_imei_unknown_imsi error' was executed successfully (exit status: 0).
MC@40b4dad44032: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@40b4dad44032: Terminating MTC.
MC@40b4dad44032: MTC terminated.
MC2> exit
MC@40b4dad44032: Shutting down session.
MC@40b4dad44032: Shutdown complete.

Comparing expected results '/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/hlr/expected-results.xml' against results in 'junit-xml-11244.log'
--------------------
pass HLR_Tests.TC_gsup_sai_err_invalid_imsi
pass HLR_Tests.TC_gsup_sai
pass HLR_Tests.TC_gsup_sai_num_auth_vectors
pass->FAIL HLR_Tests.TC_gsup_sai_eps
pass HLR_Tests.TC_gsup_ul_unknown_imsi
pass->FAIL HLR_Tests.TC_gsup_ul_unknown_imsi_roaming_not_allowed
pass HLR_Tests.TC_gsup_sai_err_unknown_imsi
pass->FAIL HLR_Tests.TC_gsup_ul
pass->FAIL HLR_Tests.TC_gsup_ul_subscriber_data
pass->FAIL HLR_Tests.TC_vty
pass->FAIL HLR_Tests.TC_vty_msisdn_isd
pass->FAIL HLR_Tests.TC_gsup_purge_cs
pass->FAIL HLR_Tests.TC_gsup_purge_ps
pass HLR_Tests.TC_gsup_purge_unknown
pass->FAIL HLR_Tests.TC_mo_ussd_unknown
pass->FAIL HLR_Tests.TC_mo_ussd_euse_disc
pass->FAIL HLR_Tests.TC_mo_ussd_iuse_imsi
pass->FAIL HLR_Tests.TC_mo_ussd_iuse_msisdn
pass->FAIL HLR_Tests.TC_mo_ussd_euse
pass->FAIL HLR_Tests.TC_mo_ussd_euse_continue
pass->FAIL HLR_Tests.TC_mo_ussd_euse_defaultroute
pass->FAIL HLR_Tests.TC_mo_sss_reject
pass->FAIL HLR_Tests.TC_gsup_check_imei
pass->FAIL HLR_Tests.TC_gsup_check_imei_invalid_len
pass->FAIL HLR_Tests.TC_gsup_check_imei_unknown_imsi

Summary:
  pass->FAIL: 19
  pass: 6
  skip: 13


[testenv][pyhss] Testsuite is done
[testenv][pyhss] Stopping testsuite (1008184)
[testenv][pyhss] Merging log files
[testenv][pyhss] + ['podman', 'exec', '-e', 'CCACHE_DIR=/home/osmocom-build/ccache/testenv', '-e', 'TESTENV_CACHE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/_cache', '-e', 'TESTENV_SRC_DIR=/home/osmocom-build/jenkins/workspace', '-e', 'TESTENV_INSTALL_DIR=/', '-e', 'TERM=dumb', '-e', 'PATH=/opt/eclipse-titan-11.1.0/bin:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/_testenv/data/scripts:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/_testenv/data/scripts/qemu:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/hlr:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', '-e', 'HOME=/home/osmocom-build', '-e', 'PYTHONUNBUFFERED=1', '-e', 'BUILDDIR=/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/_cache/podman/titan-11.1.0-debian-trixie', '-e', 'TTCN3_DIR=/opt/eclipse-titan-11.1.0', '-t', '-w', '/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite', 'testenv-hlr-pyhss-osmocom-nightly-20251107-0936-44fe8c11-0', 'sh', '-c', '/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/log_merge.sh HLR_Tests --rm >/dev/null']
[testenv][pyhss] Formatting log files
[testenv][pyhss] + ['podman', 'exec', '-e', 'CCACHE_DIR=/home/osmocom-build/ccache/testenv', '-e', 'TESTENV_CACHE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/_cache', '-e', 'TESTENV_SRC_DIR=/home/osmocom-build/jenkins/workspace', '-e', 'TESTENV_INSTALL_DIR=/', '-e', 'TERM=dumb', '-e', 'PATH=/opt/eclipse-titan-11.1.0/bin:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/_testenv/data/scripts:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/_testenv/data/scripts/qemu:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/hlr:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', '-e', 'HOME=/home/osmocom-build', '-e', 'PYTHONUNBUFFERED=1', '-e', 'BUILDDIR=/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/_cache/podman/titan-11.1.0-debian-trixie', '-e', 'TTCN3_DIR=/opt/eclipse-titan-11.1.0', '-t', '-w', '/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite', 'testenv-hlr-pyhss-osmocom-nightly-20251107-0936-44fe8c11-0', 'sh', '-c', '/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/_testenv/data/scripts/log_format.sh']
[testenv][pyhss] Stopping pyhss_gsup (1007930)
[testenv][pyhss] Stopping pyhss_api (1008089)
[testenv] Showing testsuite/junit-xml-11244.log
[testenv] + ['podman', 'exec', '-e', 'CCACHE_DIR=/home/osmocom-build/ccache/testenv', '-e', 'TESTENV_CACHE_DIR=/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/_cache', '-e', 'TESTENV_SRC_DIR=/home/osmocom-build/jenkins/workspace', '-e', 'TESTENV_INSTALL_DIR=/', '-e', 'TERM=dumb', '-e', 'PATH=/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/_testenv/data/scripts:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/_testenv/data/scripts/qemu:/home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/hlr:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', '-e', 'HOME=/home/osmocom-build', '-e', 'PYTHONUNBUFFERED=1', '-t', 'testenv-hlr-pyhss-osmocom-nightly-20251107-0936-44fe8c11-0', 'sh', '-c', 'echo && source-highlight -f esc -s xml -i /home/osmocom-build/jenkins/workspace/ttcn3-hlr-test-pyhss/logs/testsuite/junit-xml-11244.log && echo']

<?xml version="1.0"?>
<testsuite name='Titan' tests='25' failures='9' errors='10' skipped='0' inconc='0' time='103.00'>
  <testcase classname='HLR_Tests' name='TC_gsup_sai_err_invalid_imsi' time='0.100387'/>
  <testcase classname='HLR_Tests' name='TC_gsup_sai' time='4.027608'/>
  <testcase classname='HLR_Tests' name='TC_gsup_sai_num_auth_vectors' time='6.204687'/>
  <testcase classname='HLR_Tests' name='TC_gsup_sai_eps' time='0.417294'>
    <failure type='fail-verdict'>AMF bit 0 (separation bit) must be '1'B  but was not
      HLR_Tests.ttcn:2206 HLR_Tests control part
      HLR_Tests.ttcn:1080 TC_gsup_sai_eps testcase
    </failure>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_gsup_ul_unknown_imsi' time='0.060172'/>
  <testcase classname='HLR_Tests' name='TC_gsup_ul_unknown_imsi_roaming_not_allowed' time='0.054845'>
    <error type='DTE'></error>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_gsup_sai_err_unknown_imsi' time='0.072471'/>
  <testcase classname='HLR_Tests' name='TC_gsup_ul' time='3.302232'>
    <error type='DTE'></error>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_gsup_ul_subscriber_data' time='0.041464'>
    <error type='DTE'>Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.</error>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_vty' time='0.250793'>
    <error type='DTE'>Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.</error>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_vty_msisdn_isd' time='3.257721'>
    <error type='DTE'></error>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_gsup_purge_cs' time='3.247802'>
    <error type='DTE'></error>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_gsup_purge_ps' time='3.221156'>
    <error type='DTE'></error>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_gsup_purge_unknown' time='0.066565'/>
  <testcase classname='HLR_Tests' name='TC_mo_ussd_unknown' time='0.308846'>
    <failure type='fail-verdict'>GSUP Connection Lost
      HLR_Tests.ttcn:2218 HLR_Tests control part
      HLR_Tests.ttcn:1376 TC_mo_ussd_unknown testcase
    </failure>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_mo_ussd_euse_disc' time='0.281336'>
    <failure type='fail-verdict'>GSUP Connection Lost
      HLR_Tests.ttcn:2219 HLR_Tests control part
      HLR_Tests.ttcn:1403 TC_mo_ussd_euse_disc testcase
    </failure>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_mo_ussd_iuse_imsi' time='0.309886'>
    <failure type='fail-verdict'>GSUP Connection Lost
      HLR_Tests.ttcn:2220 HLR_Tests control part
      HLR_Tests.ttcn:1435 TC_mo_ussd_iuse_imsi testcase
    </failure>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_mo_ussd_iuse_msisdn' time='0.321949'>
    <failure type='fail-verdict'>GSUP Connection Lost
      HLR_Tests.ttcn:2221 HLR_Tests control part
      HLR_Tests.ttcn:1481 TC_mo_ussd_iuse_msisdn testcase
    </failure>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_mo_ussd_euse' time='0.250831'>
    <failure type='fail-verdict'>GSUP Connection Lost
      HLR_Tests.ttcn:2222 HLR_Tests control part
      HLR_Tests.ttcn:1528 TC_mo_ussd_euse testcase
    </failure>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_mo_ussd_euse_continue' time='0.264682'>
    <failure type='fail-verdict'>GSUP Connection Lost
      HLR_Tests.ttcn:2223 HLR_Tests control part
      HLR_Tests.ttcn:1575 TC_mo_ussd_euse_continue testcase
    </failure>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_mo_ussd_euse_defaultroute' time='0.031515'>
    <error type='DTE'>Dynamic test case error: Port VTY has neither connections nor mappings. Message cannot be sent on it.</error>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_mo_sss_reject' time='0.290061'>
    <failure type='fail-verdict'>GSUP Connection Lost
      HLR_Tests.ttcn:2227 HLR_Tests control part
      HLR_Tests.ttcn:1662 TC_mo_sss_reject testcase
    </failure>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_gsup_check_imei' time='2.859661'>
    <error type='DTE'></error>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_gsup_check_imei_invalid_len' time='0.239333'>
    <failure type='fail-verdict'>GSUP Connection Lost
      HLR_Tests.ttcn:2230 HLR_Tests control part
      HLR_Tests.ttcn:1723 TC_gsup_check_imei_invalid_len testcase
    </failure>
  </testcase>
  <testcase classname='HLR_Tests' name='TC_gsup_check_imei_unknown_imsi' time='0.030620'>
    <error type='DTE'></error>
  </testcase>
</testsuite>

[testenv] Stopping podman container
[testenv] + ['podman', 'kill', 'testenv-hlr-pyhss-osmocom-nightly-20251107-0936-44fe8c11-0']
testenv-hlr-pyhss-osmocom-nightly-20251107-0936-44fe8c11-0
[testenv] feed_watchdog_loop: podman container has stopped
[testenv] Logs saved to: https://jenkins.osmocom.org/jenkins/job/ttcn3-hlr-test-pyhss/1/artifact/logs/ 
+ [ 0 = 0 ]
+ rm -rf _cache .linux
+ uptime
+ grep --color=always -o load.*
load average: 2.36, 2.15, 1.48
+ exit 0
Recording test results
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
An attempt to send an e-mail to empty list of recipients, ignored.
Archiving artifacts
Finished: UNSTABLE