https://bugs.kde.org/show_bug.cgi?id=486688
--- Comment #4 from vkhry <h6.msan...@gmail.com> --- I see the error now. > On Debian/Ubuntu systems, you need to install the python3-venv > > > package using the following command. > > > > > > apt install python3.12-venv this dependency should be defined as preinstalled in the documentation Still, after resolving this I have the build failed/hang with new error now: > Building wheels for collected packages: setuptools > Building wheel for setuptools (pyproject.toml) ... done > Created wheel for setuptools: > filename=setuptools-69.0.3.post20240507-py3-none-any.whl size=823036 > sha256=25e678d13c8fa3df846c1911ea79fdd32dd10c62dde37cca5093929c8a065f9c > Stored in directory: > /home/msangel/.cache/pip/wheels/c9/f2/02/cee13b304354199ddad58f118463702ef5a5b97c18f36b42b4 > Successfully built setuptools > Installing collected packages: ply, urllib3, toml, setuptools, pyyaml, > packaging, lxml, idna, charset-normalizer, certifi, requests, > requests-toolbelt, python-gitlab > Successfully installed certifi-2023.11.17 charset-normalizer-3.3.2 idna-3.6 > lxml-4.9.3 packaging-23.2 ply-3.11 python-gitlab-4.2.0 pyyaml-6.0.1 > requests-2.31.0 requests-toolbelt-1.0.0 setuptools-69.0.3.post20240507 > toml-0.10.2 urllib3-2.1.0 > + python krita-deps-management/tools/setup-env.py --full-krita-env -v > PythonEnv > ## Environment root: /home/msangel/tmp/krita-auto-1/persistent/deps > ## Generating cache folders... > ## created: /home/msangel/tmp/krita-auto-1/persistent/deps/cache > ## created: /home/msangel/tmp/krita-auto-1/persistent/deps/ccache > ## created: /home/msangel/tmp/krita-auto-1/persistent/deps/cache/downloads > KDECI_CACHE_PATH -> /home/msangel/tmp/krita-auto-1/persistent/deps/cache > KDECI_CC_CACHE -> /home/msangel/tmp/krita-auto-1/persistent/deps/ccache > EXTERNALS_DOWNLOAD_DIR -> > /home/msangel/tmp/krita-auto-1/persistent/deps/cache/downloads > KDECI_GITLAB_SERVER -> https://invent.kde.org/ > KDECI_PACKAGE_PROJECT -> dkazakov/krita-ci-artifacts-appimage-qt5.15 > KDECI_BUILD_TYPE -> Release > KDECI_BUILD_TARGET -> ext_build > KDECI_INSTALL_TARGET -> ext_install > KDECI_COMPRESS_PACKAGES_ON_DOWNLOAD -> 1 > KDECI_GLOBAL_CONFIG_OVERRIDE_PATH -> > /home/msangel/tmp/krita-auto-1/persistent/deps/krita-deps-management/global-config.yml > KDECI_REPO_METADATA_PATH -> > /home/msangel/tmp/krita-auto-1/persistent/deps/krita-deps-management/repo-metadata > ## RUNNING DEPS GENERATION SCRIPT: > /home/msangel/tmp/krita-auto-1/persistent/deps/PythonEnv/bin/python -s > /home/msangel/tmp/krita-auto-1/persistent/deps/krita-deps-management/tools/generate-deps-file.py > -o /home/msangel/tmp/krita-auto-1/persistent/deps/.kde-ci.yml -s > /home/msangel/tmp/krita-auto-1/persistent/deps/krita-deps-management/tools/../latest/krita-deps.yml > ## RUNNING DEPS FETCH SCRIPT: > /home/msangel/tmp/krita-auto-1/persistent/deps/PythonEnv/bin/python -s > /home/msangel/tmp/krita-auto-1/persistent/deps/krita-deps-management/tools/../ci-utilities/run-ci-build.py > --only-env -e env --project krita --branch master --platform Linux > /home/msangel/tmp/krita-auto-1/persistent/deps/krita-deps-management/ci-utilities/components/MergeFolders.py:89: > SyntaxWarning: invalid escape sequence '\.' > '.*/_vendor/.*\.py', > /home/msangel/tmp/krita-auto-1/persistent/deps/krita-deps-management/ci-utilities/components/Dependencies.py:106: > SyntaxWarning: invalid escape sequence '\.' > command = 'git for-each-ref --format="^%(refname)" | grep -E > "refs/heads/master|refs/heads/kf[56]|refs/heads/.*[0-9]\.[0-9]+" | git > rev-list --stdin --reverse HEAD | head -n1' > /home/msangel/tmp/krita-auto-1/persistent/deps/krita-deps-management/ci-utilities/components/Dependencies.py:119: > SyntaxWarning: invalid escape sequence '\.' > command = 'git for-each-ref --contains {0}^ --format="%(refname)" | grep -E > "refs/heads/master|refs/heads/kf[56]|refs/heads/.*[0-9]\.[0-9]+" | sort -r > -n'.format( firstBranchCommit ) Lath thing I see in logs is error BUT baybe it doing some work silently IDK -- You are receiving this mail because: You are watching all bug changes.