Starting lpci, version 0.2.1 Logging execution to '/home/buildd/.local/state/lpci/log/lpci-20230630-124021.175076.log' Launching environment for focal/amd64 Checking for instance 'lpci-tree-519400-focal-amd64' in project 'lpci' in remote 'local' Instance exists and is not running. Starting instance. Running ['apt', 'update'] :: :: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. :: :: Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease :: Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease :: Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease :: Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease :: Reading package lists... :: Building dependency tree... :: Reading state information... :: 101 packages can be upgraded. Run 'apt list --upgradable' to see them. Installing system packages Running ['apt', 'install', '-y', 'tox'] :: :: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. :: :: Reading package lists... :: Building dependency tree... :: Reading state information... :: tox is already the newest version (3.13.2-2). :: 0 upgraded, 0 newly installed, 0 to remove and 101 not upgraded. Running command for the job... Running ['bash', '--noprofile', '--norc', '-ec', 'tox -e py38'] :: GLOB sdist-make: /build/lpci/project/setup.py :: py38 create: /build/lpci/project/.tox/py38 :: py38 installdeps: .[test,testing] :: py38 inst: /build/lpci/project/.tox/.tmp/package/1/launchpadlib-1.11.0.zip :: py38 installed: coverage==7.2.7,distro==1.8.0,exceptiongroup==1.1.1,httplib2==0.22.0,iniconfig==2.0.0,launchpadlib==1.11.0,lazr.restfulclient==0.14.5,lazr.uri==1.0.6,oauthlib==3.2.2,packaging==23.1,pbr==5.11.1,pluggy==1.2.0,pyparsing==3.1.0,pytest==7.4.0,six==1.16.0,testresources==2.0.1,tomli==2.0.1,wadllib==1.3.6 :: py38 run-test-pre: PYTHONHASHSEED='3617763294' :: py38 run-test: commands[0] | coverage run -m pytest src :: ============================= test session starts ============================== :: platform linux -- Python 3.8.10, pytest-7.4.0, pluggy-1.2.0 :: cachedir: .tox/py38/.pytest_cache :: rootdir: /build/lpci/project :: collected 115 items :: :: src/launchpadlib/testing/tests/test_launchpad.py ....................... [ 20%] :: ........................ [ 40%] :: src/launchpadlib/tests/test_credential_store.py ............ [ 51%] :: src/launchpadlib/tests/test_http.py .......... [ 60%] :: src/launchpadlib/tests/test_launchpad.py ............................... [ 86%] :: ............... [100%] :: :: ============================= 115 passed in 0.64s ============================== :: ___________________________________ summary ____________________________________ :: py38: commands succeeded :: congratulations :)