Starting lpci, version 0.2.1 Logging execution to '/home/buildd/.local/state/lpci/log/lpci-20230609-142608.697433.log' Launching environment for focal/amd64 Checking for instance 'lpci-tree-519246-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://archive.ubuntu.com/ubuntu focal-updates InRelease :: Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease :: Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease :: Reading package lists... :: Building dependency tree... :: Reading state information... :: 100 packages can be upgraded. Run 'apt list --upgradable' to see them. Installing system packages Running ['apt', 'install', '-y', 'python3-pip', 'python3-venv'] :: :: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. :: :: Reading package lists... :: Building dependency tree... :: Reading state information... :: python3-pip is already the newest version (20.0.2-5ubuntu1.8). :: The following NEW packages will be installed: :: python3-venv python3.8-venv :: 0 upgraded, 2 newly installed, 0 to remove and 100 not upgraded. :: Need to get 6676 B of archives. :: After this operation, 38.9 kB of additional disk space will be used. :: Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.8 [5448 B] :: Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1228 B] :: Fetched 6676 B in 0s (275 kB/s) :: Selecting previously unselected package python3.8-venv. :: (Reading database ... 15928 files and directories currently installed.) :: Preparing to unpack .../python3.8-venv_3.8.10-0ubuntu1~20.04.8_amd64.deb ... :: Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.8) ... :: Selecting previously unselected package python3-venv. :: Preparing to unpack .../python3-venv_3.8.2-0ubuntu2_amd64.deb ... :: Unpacking python3-venv (3.8.2-0ubuntu2) ... :: Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.8) ... :: Setting up python3-venv (3.8.2-0ubuntu2) ... Running command for the job... Running ['bash', '--noprofile', '--norc', '-ec', 'python3 -m pip install build==0.7.0; python3 -m build'] :: Collecting build==0.7.0 :: Downloading build-0.7.0-py3-none-any.whl (16 kB) :: Requirement already satisfied: packaging>=19.0 in /usr/local/lib/python3.8/dist-packages (from build==0.7.0) (23.1) :: Collecting pep517>=0.9.1 :: Downloading pep517-0.13.0-py3-none-any.whl (18 kB) :: Collecting tomli>=1.0.0 :: Using cached tomli-2.0.1-py3-none-any.whl (12 kB) :: Installing collected packages: tomli, pep517, build :: Successfully installed build-0.7.0 pep517-0.13.0 tomli-2.0.1 :: running egg_info :: creating lpci.egg-info :: writing lpci.egg-info/PKG-INFO :: writing dependency_links to lpci.egg-info/dependency_links.txt :: writing entry points to lpci.egg-info/entry_points.txt :: writing requirements to lpci.egg-info/requires.txt :: writing top-level names to lpci.egg-info/top_level.txt :: writing manifest file 'lpci.egg-info/SOURCES.txt' :: reading manifest file 'lpci.egg-info/SOURCES.txt' :: adding license file 'LICENSE' :: writing manifest file 'lpci.egg-info/SOURCES.txt' :: running sdist :: running egg_info :: writing lpci.egg-info/PKG-INFO :: writing dependency_links to lpci.egg-info/dependency_links.txt :: writing entry points to lpci.egg-info/entry_points.txt :: writing requirements to lpci.egg-info/requires.txt :: writing top-level names to lpci.egg-info/top_level.txt :: reading manifest file 'lpci.egg-info/SOURCES.txt' :: adding license file 'LICENSE' :: writing manifest file 'lpci.egg-info/SOURCES.txt' :: running check :: creating lpci-0.2.1 :: creating lpci-0.2.1/lpci :: creating lpci-0.2.1/lpci.egg-info :: creating lpci-0.2.1/lpci/commands :: creating lpci-0.2.1/lpci/commands/tests :: creating lpci-0.2.1/lpci/plugin :: creating lpci-0.2.1/lpci/plugin/tests :: creating lpci-0.2.1/lpci/plugins :: creating lpci-0.2.1/lpci/providers :: creating lpci-0.2.1/lpci/providers/tests :: creating lpci-0.2.1/lpci/tests :: copying files to lpci-0.2.1... :: copying LICENSE -> lpci-0.2.1 :: copying README.rst -> lpci-0.2.1 :: copying pyproject.toml -> lpci-0.2.1 :: copying setup.cfg -> lpci-0.2.1 :: copying setup.py -> lpci-0.2.1 :: copying lpci/__init__.py -> lpci-0.2.1/lpci :: copying lpci/_version.py -> lpci-0.2.1/lpci :: copying lpci/config.py -> lpci-0.2.1/lpci :: copying lpci/env.py -> lpci-0.2.1/lpci :: copying lpci/errors.py -> lpci-0.2.1/lpci :: copying lpci/git.py -> lpci-0.2.1/lpci :: copying lpci/main.py -> lpci-0.2.1/lpci :: copying lpci/utils.py -> lpci-0.2.1/lpci :: copying lpci.egg-info/PKG-INFO -> lpci-0.2.1/lpci.egg-info :: copying lpci.egg-info/SOURCES.txt -> lpci-0.2.1/lpci.egg-info :: copying lpci.egg-info/dependency_links.txt -> lpci-0.2.1/lpci.egg-info :: copying lpci.egg-info/entry_points.txt -> lpci-0.2.1/lpci.egg-info :: copying lpci.egg-info/requires.txt -> lpci-0.2.1/lpci.egg-info :: copying lpci.egg-info/top_level.txt -> lpci-0.2.1/lpci.egg-info :: copying lpci/commands/__init__.py -> lpci-0.2.1/lpci/commands :: copying lpci/commands/clean.py -> lpci-0.2.1/lpci/commands :: copying lpci/commands/release.py -> lpci-0.2.1/lpci/commands :: copying lpci/commands/run.py -> lpci-0.2.1/lpci/commands :: copying lpci/commands/version.py -> lpci-0.2.1/lpci/commands :: copying lpci/commands/tests/__init__.py -> lpci-0.2.1/lpci/commands/tests :: copying lpci/commands/tests/filter-wadl.py -> lpci-0.2.1/lpci/commands/tests :: copying lpci/commands/tests/test_clean.py -> lpci-0.2.1/lpci/commands/tests :: copying lpci/commands/tests/test_release.py -> lpci-0.2.1/lpci/commands/tests :: copying lpci/commands/tests/test_run.py -> lpci-0.2.1/lpci/commands/tests :: copying lpci/commands/tests/test_version.py -> lpci-0.2.1/lpci/commands/tests :: copying lpci/plugin/__init__.py -> lpci-0.2.1/lpci/plugin :: copying lpci/plugin/hookspecs.py -> lpci-0.2.1/lpci/plugin :: copying lpci/plugin/lib.py -> lpci-0.2.1/lpci/plugin :: copying lpci/plugin/manager.py -> lpci-0.2.1/lpci/plugin :: copying lpci/plugin/tests/__init__.py -> lpci-0.2.1/lpci/plugin/tests :: copying lpci/plugin/tests/test_plugins.py -> lpci-0.2.1/lpci/plugin/tests :: copying lpci/plugins/__init__.py -> lpci-0.2.1/lpci/plugins :: copying lpci/plugins/plugins.py -> lpci-0.2.1/lpci/plugins :: copying lpci/providers/__init__.py -> lpci-0.2.1/lpci/providers :: copying lpci/providers/_base.py -> lpci-0.2.1/lpci/providers :: copying lpci/providers/_buildd.py -> lpci-0.2.1/lpci/providers :: copying lpci/providers/_lxd.py -> lpci-0.2.1/lpci/providers :: copying lpci/providers/tests/__init__.py -> lpci-0.2.1/lpci/providers/tests :: copying lpci/providers/tests/test_base.py -> lpci-0.2.1/lpci/providers/tests :: copying lpci/providers/tests/test_buildd.py -> lpci-0.2.1/lpci/providers/tests :: copying lpci/providers/tests/test_get_provider.py -> lpci-0.2.1/lpci/providers/tests :: copying lpci/providers/tests/test_lxd.py -> lpci-0.2.1/lpci/providers/tests :: copying lpci/tests/__init__.py -> lpci-0.2.1/lpci/tests :: copying lpci/tests/fixtures.py -> lpci-0.2.1/lpci/tests :: copying lpci/tests/test_config.py -> lpci-0.2.1/lpci/tests :: copying lpci/tests/test_env.py -> lpci-0.2.1/lpci/tests :: copying lpci/tests/test_errors.py -> lpci-0.2.1/lpci/tests :: copying lpci/tests/test_git.py -> lpci-0.2.1/lpci/tests :: copying lpci/tests/test_main.py -> lpci-0.2.1/lpci/tests :: copying lpci/tests/test_utils.py -> lpci-0.2.1/lpci/tests :: Writing lpci-0.2.1/setup.cfg :: Creating tar archive :: removing 'lpci-0.2.1' (and everything under it) :: running egg_info :: writing lpci.egg-info/PKG-INFO :: writing dependency_links to lpci.egg-info/dependency_links.txt :: writing entry points to lpci.egg-info/entry_points.txt :: writing requirements to lpci.egg-info/requires.txt :: writing top-level names to lpci.egg-info/top_level.txt :: reading manifest file 'lpci.egg-info/SOURCES.txt' :: adding license file 'LICENSE' :: writing manifest file 'lpci.egg-info/SOURCES.txt' :: running bdist_wheel :: running build :: running build_py :: creating build :: creating build/lib :: creating build/lib/lpci :: copying lpci/utils.py -> build/lib/lpci :: copying lpci/config.py -> build/lib/lpci :: copying lpci/main.py -> build/lib/lpci :: copying lpci/errors.py -> build/lib/lpci :: copying lpci/git.py -> build/lib/lpci :: copying lpci/env.py -> build/lib/lpci :: copying lpci/_version.py -> build/lib/lpci :: copying lpci/__init__.py -> build/lib/lpci :: creating build/lib/lpci/plugins :: copying lpci/plugins/plugins.py -> build/lib/lpci/plugins :: copying lpci/plugins/__init__.py -> build/lib/lpci/plugins :: creating build/lib/lpci/providers :: copying lpci/providers/_base.py -> build/lib/lpci/providers :: copying lpci/providers/_buildd.py -> build/lib/lpci/providers :: copying lpci/providers/_lxd.py -> build/lib/lpci/providers :: copying lpci/providers/__init__.py -> build/lib/lpci/providers :: creating build/lib/lpci/tests :: copying lpci/tests/test_errors.py -> build/lib/lpci/tests :: copying lpci/tests/test_git.py -> build/lib/lpci/tests :: copying lpci/tests/test_config.py -> build/lib/lpci/tests :: copying lpci/tests/test_utils.py -> build/lib/lpci/tests :: copying lpci/tests/fixtures.py -> build/lib/lpci/tests :: copying lpci/tests/test_env.py -> build/lib/lpci/tests :: copying lpci/tests/test_main.py -> build/lib/lpci/tests :: copying lpci/tests/__init__.py -> build/lib/lpci/tests :: creating build/lib/lpci/commands :: copying lpci/commands/run.py -> build/lib/lpci/commands :: copying lpci/commands/version.py -> build/lib/lpci/commands :: copying lpci/commands/release.py -> build/lib/lpci/commands :: copying lpci/commands/clean.py -> build/lib/lpci/commands :: copying lpci/commands/__init__.py -> build/lib/lpci/commands :: creating build/lib/lpci/plugin :: copying lpci/plugin/lib.py -> build/lib/lpci/plugin :: copying lpci/plugin/manager.py -> build/lib/lpci/plugin :: copying lpci/plugin/hookspecs.py -> build/lib/lpci/plugin :: copying lpci/plugin/__init__.py -> build/lib/lpci/plugin :: creating build/lib/lpci/providers/tests :: copying lpci/providers/tests/test_get_provider.py -> build/lib/lpci/providers/tests :: copying lpci/providers/tests/test_base.py -> build/lib/lpci/providers/tests :: copying lpci/providers/tests/test_lxd.py -> build/lib/lpci/providers/tests :: copying lpci/providers/tests/test_buildd.py -> build/lib/lpci/providers/tests :: copying lpci/providers/tests/__init__.py -> build/lib/lpci/providers/tests :: creating build/lib/lpci/commands/tests :: copying lpci/commands/tests/test_release.py -> build/lib/lpci/commands/tests :: copying lpci/commands/tests/filter-wadl.py -> build/lib/lpci/commands/tests :: copying lpci/commands/tests/test_version.py -> build/lib/lpci/commands/tests :: copying lpci/commands/tests/test_clean.py -> build/lib/lpci/commands/tests :: copying lpci/commands/tests/test_run.py -> build/lib/lpci/commands/tests :: copying lpci/commands/tests/__init__.py -> build/lib/lpci/commands/tests :: creating build/lib/lpci/plugin/tests :: copying lpci/plugin/tests/test_plugins.py -> build/lib/lpci/plugin/tests :: copying lpci/plugin/tests/__init__.py -> build/lib/lpci/plugin/tests :: installing to build/bdist.linux-x86_64/wheel :: running install :: running install_lib :: creating build/bdist.linux-x86_64 :: creating build/bdist.linux-x86_64/wheel :: creating build/bdist.linux-x86_64/wheel/lpci :: copying build/lib/lpci/utils.py -> build/bdist.linux-x86_64/wheel/lpci :: creating build/bdist.linux-x86_64/wheel/lpci/plugins :: copying build/lib/lpci/plugins/plugins.py -> build/bdist.linux-x86_64/wheel/lpci/plugins :: copying build/lib/lpci/plugins/__init__.py -> build/bdist.linux-x86_64/wheel/lpci/plugins :: copying build/lib/lpci/config.py -> build/bdist.linux-x86_64/wheel/lpci :: creating build/bdist.linux-x86_64/wheel/lpci/providers :: creating build/bdist.linux-x86_64/wheel/lpci/providers/tests :: copying build/lib/lpci/providers/tests/test_get_provider.py -> build/bdist.linux-x86_64/wheel/lpci/providers/tests :: copying build/lib/lpci/providers/tests/test_base.py -> build/bdist.linux-x86_64/wheel/lpci/providers/tests :: copying build/lib/lpci/providers/tests/test_lxd.py -> build/bdist.linux-x86_64/wheel/lpci/providers/tests :: copying build/lib/lpci/providers/tests/test_buildd.py -> build/bdist.linux-x86_64/wheel/lpci/providers/tests :: copying build/lib/lpci/providers/tests/__init__.py -> build/bdist.linux-x86_64/wheel/lpci/providers/tests :: copying build/lib/lpci/providers/_base.py -> build/bdist.linux-x86_64/wheel/lpci/providers :: copying build/lib/lpci/providers/_buildd.py -> build/bdist.linux-x86_64/wheel/lpci/providers :: copying build/lib/lpci/providers/_lxd.py -> build/bdist.linux-x86_64/wheel/lpci/providers :: copying build/lib/lpci/providers/__init__.py -> build/bdist.linux-x86_64/wheel/lpci/providers :: creating build/bdist.linux-x86_64/wheel/lpci/tests :: copying build/lib/lpci/tests/test_errors.py -> build/bdist.linux-x86_64/wheel/lpci/tests :: copying build/lib/lpci/tests/test_git.py -> build/bdist.linux-x86_64/wheel/lpci/tests :: copying build/lib/lpci/tests/test_config.py -> build/bdist.linux-x86_64/wheel/lpci/tests :: copying build/lib/lpci/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/lpci/tests :: copying build/lib/lpci/tests/fixtures.py -> build/bdist.linux-x86_64/wheel/lpci/tests :: copying build/lib/lpci/tests/test_env.py -> build/bdist.linux-x86_64/wheel/lpci/tests :: copying build/lib/lpci/tests/test_main.py -> build/bdist.linux-x86_64/wheel/lpci/tests :: copying build/lib/lpci/tests/__init__.py -> build/bdist.linux-x86_64/wheel/lpci/tests :: copying build/lib/lpci/main.py -> build/bdist.linux-x86_64/wheel/lpci :: creating build/bdist.linux-x86_64/wheel/lpci/commands :: copying build/lib/lpci/commands/run.py -> build/bdist.linux-x86_64/wheel/lpci/commands :: creating build/bdist.linux-x86_64/wheel/lpci/commands/tests :: copying build/lib/lpci/commands/tests/test_release.py -> build/bdist.linux-x86_64/wheel/lpci/commands/tests :: copying build/lib/lpci/commands/tests/filter-wadl.py -> build/bdist.linux-x86_64/wheel/lpci/commands/tests :: copying build/lib/lpci/commands/tests/test_version.py -> build/bdist.linux-x86_64/wheel/lpci/commands/tests :: copying build/lib/lpci/commands/tests/test_clean.py -> build/bdist.linux-x86_64/wheel/lpci/commands/tests :: copying build/lib/lpci/commands/tests/test_run.py -> build/bdist.linux-x86_64/wheel/lpci/commands/tests :: copying build/lib/lpci/commands/tests/__init__.py -> build/bdist.linux-x86_64/wheel/lpci/commands/tests :: copying build/lib/lpci/commands/version.py -> build/bdist.linux-x86_64/wheel/lpci/commands :: copying build/lib/lpci/commands/release.py -> build/bdist.linux-x86_64/wheel/lpci/commands :: copying build/lib/lpci/commands/clean.py -> build/bdist.linux-x86_64/wheel/lpci/commands :: copying build/lib/lpci/commands/__init__.py -> build/bdist.linux-x86_64/wheel/lpci/commands :: creating build/bdist.linux-x86_64/wheel/lpci/plugin :: copying build/lib/lpci/plugin/lib.py -> build/bdist.linux-x86_64/wheel/lpci/plugin :: copying build/lib/lpci/plugin/manager.py -> build/bdist.linux-x86_64/wheel/lpci/plugin :: creating build/bdist.linux-x86_64/wheel/lpci/plugin/tests :: copying build/lib/lpci/plugin/tests/test_plugins.py -> build/bdist.linux-x86_64/wheel/lpci/plugin/tests :: copying build/lib/lpci/plugin/tests/__init__.py -> build/bdist.linux-x86_64/wheel/lpci/plugin/tests :: copying build/lib/lpci/plugin/hookspecs.py -> build/bdist.linux-x86_64/wheel/lpci/plugin :: copying build/lib/lpci/plugin/__init__.py -> build/bdist.linux-x86_64/wheel/lpci/plugin :: copying build/lib/lpci/errors.py -> build/bdist.linux-x86_64/wheel/lpci :: copying build/lib/lpci/git.py -> build/bdist.linux-x86_64/wheel/lpci :: copying build/lib/lpci/env.py -> build/bdist.linux-x86_64/wheel/lpci :: copying build/lib/lpci/_version.py -> build/bdist.linux-x86_64/wheel/lpci :: copying build/lib/lpci/__init__.py -> build/bdist.linux-x86_64/wheel/lpci :: running install_egg_info :: running egg_info :: writing lpci.egg-info/PKG-INFO :: writing dependency_links to lpci.egg-info/dependency_links.txt :: writing entry points to lpci.egg-info/entry_points.txt :: writing requirements to lpci.egg-info/requires.txt :: writing top-level names to lpci.egg-info/top_level.txt :: reading manifest file 'lpci.egg-info/SOURCES.txt' :: adding license file 'LICENSE' :: writing manifest file 'lpci.egg-info/SOURCES.txt' :: Copying lpci.egg-info to build/bdist.linux-x86_64/wheel/lpci-0.2.1-py3.8.egg-info :: running install_scripts :: creating build/bdist.linux-x86_64/wheel/lpci-0.2.1.dist-info/WHEEL :: creating '/build/lpci/project/dist/.tmp-wl87nasy/lpci-0.2.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it :: adding 'lpci/__init__.py' :: adding 'lpci/_version.py' :: adding 'lpci/config.py' :: adding 'lpci/env.py' :: adding 'lpci/errors.py' :: adding 'lpci/git.py' :: adding 'lpci/main.py' :: adding 'lpci/utils.py' :: adding 'lpci/commands/__init__.py' :: adding 'lpci/commands/clean.py' :: adding 'lpci/commands/release.py' :: adding 'lpci/commands/run.py' :: adding 'lpci/commands/version.py' :: adding 'lpci/commands/tests/__init__.py' :: adding 'lpci/commands/tests/filter-wadl.py' :: adding 'lpci/commands/tests/test_clean.py' :: adding 'lpci/commands/tests/test_release.py' :: adding 'lpci/commands/tests/test_run.py' :: adding 'lpci/commands/tests/test_version.py' :: adding 'lpci/plugin/__init__.py' :: adding 'lpci/plugin/hookspecs.py' :: adding 'lpci/plugin/lib.py' :: adding 'lpci/plugin/manager.py' :: adding 'lpci/plugin/tests/__init__.py' :: adding 'lpci/plugin/tests/test_plugins.py' :: adding 'lpci/plugins/__init__.py' :: adding 'lpci/plugins/plugins.py' :: adding 'lpci/providers/__init__.py' :: adding 'lpci/providers/_base.py' :: adding 'lpci/providers/_buildd.py' :: adding 'lpci/providers/_lxd.py' :: adding 'lpci/providers/tests/__init__.py' :: adding 'lpci/providers/tests/test_base.py' :: adding 'lpci/providers/tests/test_buildd.py' :: adding 'lpci/providers/tests/test_get_provider.py' :: adding 'lpci/providers/tests/test_lxd.py' :: adding 'lpci/tests/__init__.py' :: adding 'lpci/tests/fixtures.py' :: adding 'lpci/tests/test_config.py' :: adding 'lpci/tests/test_env.py' :: adding 'lpci/tests/test_errors.py' :: adding 'lpci/tests/test_git.py' :: adding 'lpci/tests/test_main.py' :: adding 'lpci/tests/test_utils.py' :: adding 'lpci-0.2.1.dist-info/LICENSE' :: adding 'lpci-0.2.1.dist-info/METADATA' :: adding 'lpci-0.2.1.dist-info/WHEEL' :: adding 'lpci-0.2.1.dist-info/entry_points.txt' :: adding 'lpci-0.2.1.dist-info/top_level.txt' :: adding 'lpci-0.2.1.dist-info/RECORD' :: removing build/bdist.linux-x86_64/wheel :: * Creating virtualenv isolated environment... :: * Installing packages in isolated environment... (setuptools >= 40.8.0, wheel) :: * Getting dependencies for sdist... :: * Building sdist... :: * Building wheel from sdist :: * Creating virtualenv isolated environment... :: * Installing packages in isolated environment... (setuptools >= 40.8.0, wheel) :: * Getting dependencies for wheel... :: * Installing packages in isolated environment... (wheel) :: * Building wheel... :: Successfully built lpci-0.2.1.tar.gz and lpci-0.2.1-py3-none-any.whl