Skip to content

Console Output

Started by upstream project "update-osmo-python-on-slaves" build number 91
originally caused by:
 Started by user Oliver Smith
Running as SYSTEM
Building remotely on build4-deb12build-ansible (ttcn3 obs qemu osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/update-osmo-python-on-slaves/label/build4-deb12build-ansible
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://gerrit.osmocom.org/python/osmo-python-tests
 > git init /home/osmocom-build/jenkins/workspace/update-osmo-python-on-slaves/label/build4-deb12build-ansible # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/python/osmo-python-tests
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/python/osmo-python-tests +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gerrit.osmocom.org/python/osmo-python-tests # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 92014a44fd038be1a9cbc1526fc4ecbc983ddd18 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 92014a44fd038be1a9cbc1526fc4ecbc983ddd18 # timeout=10
Commit message: "tests/test_py3: fix deprecated loop arg"
 > git rev-list --no-walk 92014a44fd038be1a9cbc1526fc4ecbc983ddd18 # timeout=10
[build4-deb12build-ansible] $ /bin/sh -xe /tmp/jenkins4441458111071788817.sh
+ ./contrib/jenkins.sh
+ COM_FLAGS=-m compileall
+ rm -rf ./build
+ PY3=python3
+ PY3_LIST=osmopy scripts/osmo_ctrl.py scripts/osmo_rate_ctr2csv.py scripts/osmodumpdoc.py scripts/osmotestvty.py scripts/osmotestconfig.py scripts/osmo_interact_ctrl.py scripts/osmo_interact_vty.py scripts/osmo_verify_transcript_ctrl.py scripts/osmo_verify_transcript_vty.py scripts/soap.py scripts/twisted_ipa.py
+ python3 ./setup.py install --user
running install
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
/usr/lib/python3/dist-packages/setuptools/command/easy_install.py:146: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running bdist_egg
running egg_info
creating osmopython.egg-info
writing osmopython.egg-info/PKG-INFO
writing dependency_links to osmopython.egg-info/dependency_links.txt
writing top-level names to osmopython.egg-info/top_level.txt
writing manifest file 'osmopython.egg-info/SOURCES.txt'
reading manifest file 'osmopython.egg-info/SOURCES.txt'
writing manifest file 'osmopython.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/osmopy
copying osmopy/__init__.py -> build/lib/osmopy
copying osmopy/osmoutil.py -> build/lib/osmopy
copying osmopy/obscvty.py -> build/lib/osmopy
copying osmopy/trap_helper.py -> build/lib/osmopy
copying osmopy/osmo_ipa.py -> build/lib/osmopy
copying osmopy/twisted_ipa.py -> build/lib/osmopy
creating build/lib/osmopy/osmo_interact
copying osmopy/osmo_interact/__init__.py -> build/lib/osmopy/osmo_interact
copying osmopy/osmo_interact/vty.py -> build/lib/osmopy/osmo_interact
copying osmopy/osmo_interact/ctrl.py -> build/lib/osmopy/osmo_interact
copying osmopy/osmo_interact/common.py -> build/lib/osmopy/osmo_interact
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/osmopy
copying build/lib/osmopy/__init__.py -> build/bdist.linux-x86_64/egg/osmopy
copying build/lib/osmopy/osmoutil.py -> build/bdist.linux-x86_64/egg/osmopy
copying build/lib/osmopy/obscvty.py -> build/bdist.linux-x86_64/egg/osmopy
copying build/lib/osmopy/trap_helper.py -> build/bdist.linux-x86_64/egg/osmopy
copying build/lib/osmopy/osmo_ipa.py -> build/bdist.linux-x86_64/egg/osmopy
copying build/lib/osmopy/twisted_ipa.py -> build/bdist.linux-x86_64/egg/osmopy
creating build/bdist.linux-x86_64/egg/osmopy/osmo_interact
copying build/lib/osmopy/osmo_interact/__init__.py -> build/bdist.linux-x86_64/egg/osmopy/osmo_interact
copying build/lib/osmopy/osmo_interact/vty.py -> build/bdist.linux-x86_64/egg/osmopy/osmo_interact
copying build/lib/osmopy/osmo_interact/ctrl.py -> build/bdist.linux-x86_64/egg/osmopy/osmo_interact
copying build/lib/osmopy/osmo_interact/common.py -> build/bdist.linux-x86_64/egg/osmopy/osmo_interact
byte-compiling build/bdist.linux-x86_64/egg/osmopy/__init__.py to __init__.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/osmopy/osmoutil.py to osmoutil.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/osmopy/obscvty.py to obscvty.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/osmopy/trap_helper.py to trap_helper.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/osmopy/osmo_ipa.py to osmo_ipa.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/osmopy/twisted_ipa.py to twisted_ipa.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/osmopy/osmo_interact/__init__.py to __init__.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/osmopy/osmo_interact/vty.py to vty.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/osmopy/osmo_interact/ctrl.py to ctrl.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/osmopy/osmo_interact/common.py to common.cpython-311.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/scripts-3.11
copying and adjusting scripts/osmodumpdoc.py -> build/scripts-3.11
copying and adjusting scripts/osmotestvty.py -> build/scripts-3.11
copying and adjusting scripts/osmotestconfig.py -> build/scripts-3.11
copying and adjusting scripts/osmo_ctrl.py -> build/scripts-3.11
copying and adjusting scripts/osmo_rate_ctr2csv.py -> build/scripts-3.11
copying and adjusting scripts/osmo_trap2cgi.py -> build/scripts-3.11
copying and adjusting scripts/osmo_interact_vty.py -> build/scripts-3.11
copying and adjusting scripts/osmo_interact_ctrl.py -> build/scripts-3.11
copying and adjusting scripts/osmo_verify_transcript_vty.py -> build/scripts-3.11
copying and adjusting scripts/osmo_verify_transcript_ctrl.py -> build/scripts-3.11
changing mode of build/scripts-3.11/osmodumpdoc.py from 644 to 755
changing mode of build/scripts-3.11/osmotestvty.py from 644 to 755
changing mode of build/scripts-3.11/osmotestconfig.py from 644 to 755
changing mode of build/scripts-3.11/osmo_ctrl.py from 644 to 755
changing mode of build/scripts-3.11/osmo_rate_ctr2csv.py from 644 to 755
changing mode of build/scripts-3.11/osmo_trap2cgi.py from 644 to 755
changing mode of build/scripts-3.11/osmo_interact_vty.py from 644 to 755
changing mode of build/scripts-3.11/osmo_interact_ctrl.py from 644 to 755
changing mode of build/scripts-3.11/osmo_verify_transcript_vty.py from 644 to 755
changing mode of build/scripts-3.11/osmo_verify_transcript_ctrl.py from 644 to 755
creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.11/osmo_trap2cgi.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.11/osmo_verify_transcript_ctrl.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.11/osmo_verify_transcript_vty.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.11/osmodumpdoc.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.11/osmo_interact_ctrl.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.11/osmotestconfig.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.11/osmo_interact_vty.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.11/osmo_ctrl.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.11/osmotestvty.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.11/osmo_rate_ctr2csv.py -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/osmo_trap2cgi.py to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/osmo_verify_transcript_ctrl.py to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/osmo_verify_transcript_vty.py to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/osmodumpdoc.py to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/osmo_interact_ctrl.py to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/osmotestconfig.py to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/osmo_interact_vty.py to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/osmo_ctrl.py to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/osmotestvty.py to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/osmo_rate_ctr2csv.py to 755
copying osmopython.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying osmopython.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying osmopython.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying osmopython.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
osmopy.__pycache__.trap_helper.cpython-311: module references __file__
creating dist
creating 'dist/osmopython-0.2.1-py3.11.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing osmopython-0.2.1-py3.11.egg
creating /home/osmocom-build/.local/lib/python3.11/site-packages/osmopython-0.2.1-py3.11.egg
Extracting osmopython-0.2.1-py3.11.egg to /home/osmocom-build/.local/lib/python3.11/site-packages
Adding osmopython 0.2.1 to easy-install.pth file
Installing osmo_trap2cgi.py script to /home/osmocom-build/.local/bin
Installing osmo_verify_transcript_ctrl.py script to /home/osmocom-build/.local/bin
Installing osmo_verify_transcript_vty.py script to /home/osmocom-build/.local/bin
Installing osmodumpdoc.py script to /home/osmocom-build/.local/bin
Installing osmo_interact_ctrl.py script to /home/osmocom-build/.local/bin
Installing osmotestconfig.py script to /home/osmocom-build/.local/bin
Installing osmo_interact_vty.py script to /home/osmocom-build/.local/bin
Installing osmo_ctrl.py script to /home/osmocom-build/.local/bin
Installing osmotestvty.py script to /home/osmocom-build/.local/bin
Installing osmo_rate_ctr2csv.py script to /home/osmocom-build/.local/bin

Installed /home/osmocom-build/.local/lib/python3.11/site-packages/osmopython-0.2.1-py3.11.egg
Processing dependencies for osmopython==0.2.1
Finished processing dependencies for osmopython==0.2.1
+ python3 tests/test_py3.py
Testing v0.2.1 on 127.0.0.5:16694
Serving on ('127.0.0.5', 16694)...
Connection from ('127.0.0.1', 49736)
Ctrl GET received: mnc
Closing the loop...
[Python3] Smoke test PASSED for v0.2.1
Got message: b'GET_REPLY 3490820071730534476 mnc'
+ python3 -m compileall osmopy
Listing 'osmopy'...
Compiling 'osmopy/obscvty.py'...
Listing 'osmopy/osmo_interact'...
Compiling 'osmopy/osmo_interact/__init__.py'...
Compiling 'osmopy/osmo_interact/common.py'...
Compiling 'osmopy/osmo_interact/ctrl.py'...
Compiling 'osmopy/osmo_interact/vty.py'...
Compiling 'osmopy/osmoutil.py'...
Compiling 'osmopy/trap_helper.py'...
Compiling 'osmopy/twisted_ipa.py'...
+ python3 -m compileall scripts/osmo_ctrl.py
Compiling 'scripts/osmo_ctrl.py'...
+ python3 -m compileall scripts/osmo_rate_ctr2csv.py
Compiling 'scripts/osmo_rate_ctr2csv.py'...
+ python3 -m compileall scripts/osmodumpdoc.py
Compiling 'scripts/osmodumpdoc.py'...
+ python3 -m compileall scripts/osmotestvty.py
Compiling 'scripts/osmotestvty.py'...
+ python3 -m compileall scripts/osmotestconfig.py
Compiling 'scripts/osmotestconfig.py'...
+ python3 -m compileall scripts/osmo_interact_ctrl.py
Compiling 'scripts/osmo_interact_ctrl.py'...
+ python3 -m compileall scripts/osmo_interact_vty.py
Compiling 'scripts/osmo_interact_vty.py'...
+ python3 -m compileall scripts/osmo_verify_transcript_ctrl.py
Compiling 'scripts/osmo_verify_transcript_ctrl.py'...
+ python3 -m compileall scripts/osmo_verify_transcript_vty.py
Compiling 'scripts/osmo_verify_transcript_vty.py'...
+ python3 -m compileall scripts/soap.py
Compiling 'scripts/soap.py'...
+ python3 -m compileall scripts/twisted_ipa.py
Listing 'scripts/twisted_ipa.py'...
Can't list 'scripts/twisted_ipa.py'
+ python3 tests/test_py3.py
Testing v0.2.1 on 127.0.0.5:52169
Serving on ('127.0.0.5', 52169)...
Connection from ('127.0.0.1', 54454)
Ctrl GET received: mnc
Closing the loop...
[Python3] Smoke test PASSED for v0.2.1
Got message: b'GET_REPLY 4430488132812476814 mnc'
Sending e-mails to: jenkins-notifications@lists.osmocom.org
Finished: SUCCESS