Skip to content

Failed

nitb_smpp.esme_connect_policy_closed.py

Failing for the past 95 builds (Since #749 )
Took 3 sec.

Stacktrace

osmo-nitb_10.42.42.2(pid=2652): Process ended prematurely: osmo-nitb_10.42.42.2(pid=2652) [trial-843↪nitb_smpp↪esme_connect_policy_closed.py:24↪esme_connect_policy_closed.py↪osmo-nitb_10.42.42.2↪osmo-nitb_10.42.42.2(pid=2652)]

Standard Output

----------------------------------------------
trial-843 nitb_smpp esme_connect_policy_closed.py
----------------------------------------------
09:10:28.871631 tst                        nitb_smpp: Using 1 x ip_address (candidates: 1)
09:10:28.994188 tst    esme_connect_policy_closed.py: using MSISDN 6816
09:10:29.129322 tst    esme_connect_policy_closed.py: using MSISDN 6817
09:10:29.251729 run             osmo-nitb_10.42.42.2: Starting osmo-nitb
09:10:29.895558 run pcap-recorder_any(filters='host 10.42.42.2 and port not 22')(pid=2651): Launched
09:10:30.239598 run   osmo-nitb_10.42.42.2(pid=2652): Launched
09:10:30.435184 run   osmo-nitb_10.42.42.2(pid=2652): ERR: Terminated: ERROR {rc=2}  [trial-843↪nitb_smpp↪esme_connect_policy_closed.py:24↪esme_connect_policy_closed.py↪osmo-nitb_10.42.42.2↪osmo-nitb_10.42.42.2(pid=2652)]
09:10:30.576796 run   osmo-nitb_10.42.42.2(pid=2652): stdout: 
| (launched: 2022-12-06_09:10:30.071179) 
09:10:30.719394 run   osmo-nitb_10.42.42.2(pid=2652): stderr: 
| (launched: 2022-12-06_09:10:30.122318)
| ======================================================================
| ERROR: You should not run osmo-nitb. It is ancient, unmaintained and
| obsolete for several years.  If you really want to ignore years of hard work on
| the new post-NITB stack (osmo-bsc, osmo-mgw, osmo-msc, osmo-hlr, osmo-stp),
| you may ues the '--yes-i-really-want-to-run-prehistoric-software' command line
| argument.  DON'T EVER BOTHER THE DEVELOPERS IF YOU ENCOUNTER PROBLEMS WITH IT!!!
| Use https://osmocom.org/projects/cellular-infrastructure/wiki/Osmocom_Network_In_The_Box
| ====================================================================== 
09:10:30.857592 run   osmo-nitb_10.42.42.2(pid=2652): stdout: 
| (launched: 2022-12-06_09:10:30.071179) 
09:10:30.994543 run   osmo-nitb_10.42.42.2(pid=2652): stderr: 
| (launched: 2022-12-06_09:10:30.122318)
| ======================================================================
| ERROR: You should not run osmo-nitb. It is ancient, unmaintained and
| obsolete for several years.  If you really want to ignore years of hard work on
| the new post-NITB stack (osmo-bsc, osmo-mgw, osmo-msc, osmo-hlr, osmo-stp),
| you may ues the '--yes-i-really-want-to-run-prehistoric-software' command line
| argument.  DON'T EVER BOTHER THE DEVELOPERS IF YOU ENCOUNTER PROBLEMS WITH IT!!!
| Use https://osmocom.org/projects/cellular-infrastructure/wiki/Osmocom_Network_In_The_Box
| ====================================================================== 
09:10:31.053887 tst esme_connect_policy_closed.py:24: ERR: Error: osmo-nitb_10.42.42.2(pid=2652): Process ended prematurely: osmo-nitb_10.42.42.2(pid=2652) [trial-843↪nitb_smpp↪esme_connect_policy_closed.py:24↪esme_connect_policy_closed.py↪osmo-nitb_10.42.42.2↪osmo-nitb_10.42.42.2(pid=2652)]  [trial-843↪nitb_smpp↪esme_connect_policy_closed.py:24]
09:10:31.062494 tst esme_connect_policy_closed.py:24: Test FAILED (2.2 sec)
09:10:31.098059 run pcap-recorder_any(filters='host 10.42.42.2 and port not 22')(pid=2651): Terminating (SIGTERM)
09:10:31.275512 ---      ParallelTerminationStrategy: PID 2651 died...
09:10:31.331782 run pcap-recorder_any(filters='host 10.42.42.2 and port not 22')(pid=2651): Terminated: ok {rc=0}

Standard Error

Traceback (most recent call last):
  File "/home/jenkins/workspace/osmo-gsm-tester_run-rnd/osmo-gsm-tester/src/osmo_gsm_tester/core/test.py", line 76, in run
    self.path)
  File "/home/jenkins/workspace/osmo-gsm-tester_run-rnd/osmo-gsm-tester/src/osmo_gsm_tester/core/util.py", line 414, in run_python_file
    spec.loader.exec_module( importlib.util.module_from_spec(spec) )
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/jenkins/workspace/osmo-gsm-tester_run-rnd/osmo-gsm-tester/sysmocom/suites/nitb_smpp/esme_connect_policy_closed.py", line 24, in <module>
    nitb.start()
  File "/home/jenkins/workspace/osmo-gsm-tester_run-rnd/osmo-gsm-tester/src/osmo_gsm_tester/obj/nitb_osmo.py", line 67, in start
    self.ctrl.connect()
  File "/home/jenkins/workspace/osmo-gsm-tester_run-rnd/osmo-gsm-tester/src/osmo_gsm_tester/obj/osmo_ctrl.py", line 92, in connect
    MainLoop.wait(self.try_connect, timestep=3, timeout=timeout)
  File "/home/jenkins/workspace/osmo-gsm-tester_run-rnd/osmo-gsm-tester/src/osmo_gsm_tester/core/event_loop.py", line 108, in wait
    if not self.wait_no_raise(condition, condition_args, condition_kwargs, timeout, timestep):
  File "/home/jenkins/workspace/osmo-gsm-tester_run-rnd/osmo-gsm-tester/src/osmo_gsm_tester/core/event_loop.py", line 98, in wait_no_raise
    self.poll(may_block=True)
  File "/home/jenkins/workspace/osmo-gsm-tester_run-rnd/osmo-gsm-tester/src/osmo_gsm_tester/core/event_loop.py", line 86, in poll
    self.deferred_handling.handle_queue()
  File "/home/jenkins/workspace/osmo-gsm-tester_run-rnd/osmo-gsm-tester/src/osmo_gsm_tester/core/event_loop.py", line 33, in handle_queue
    handler(*args, **kwargs)
  File "/home/jenkins/workspace/osmo-gsm-tester_run-rnd/osmo-gsm-tester/src/osmo_gsm_tester/testenv.py", line 142, in poll
    raise log_module.Error('Process ended prematurely: %s' % proc.name())
osmo_gsm_tester.core.log.Error: osmo-nitb_10.42.42.2(pid=2652): Process ended prematurely: osmo-nitb_10.42.42.2(pid=2652) [trial-843↪nitb_smpp↪esme_connect_policy_closed.py:24↪esme_connect_policy_closed.py↪osmo-nitb_10.42.42.2↪osmo-nitb_10.42.42.2(pid=2652)]