CI Container build fails
@decentral1se would I be correct in assuming that you are no longer using the CI containers that this repo builds? I'm asking as it currently fails with: ``` Building wheels for collected packages: cerberus, PyYAML, pynacl, bcrypt Building wheel for cerberus (PEP 517): started Building wheel for cerberus (PEP 517): finished with status 'done' Created wheel for cerberus: filename=Cerberus-1.3.4-py3-none-any.whl size=58193 sha256=d60ada6c090eb0a48e8751906344675a8f32cf0cf1253f4dd9e47c4cab87189c Stored in directory: /root/.cache/pip/wheels/92/1e/40/307520b5eb38ceae17d32d7d7920e3e5eee6f4cd78cfd75ac7 Building wheel for PyYAML (PEP 517): started Building wheel for PyYAML (PEP 517): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-5.4.1-cp38-cp38-linux_x86_64.whl size=45656 sha256=51e7858deaa313baa240b47bbbf1b5bcc95280cda564cd7e0aea362ff4dd36aa Stored in directory: /root/.cache/pip/wheels/dd/c5/1d/5d7436173d3efd4a14dcb510eb0b29525ecb6b0e41489e716e Building wheel for pynacl (PEP 517): started Building wheel for pynacl (PEP 517): still running... Building wheel for pynacl (PEP 517): still running... Building wheel for pynacl (PEP 517): still running... Building wheel for pynacl (PEP 517): finished with status 'done' Created wheel for pynacl: filename=PyNaCl-1.5.0-cp38-cp38-linux_x86_64.whl size=1236994 sha256=94399c1005dbdec6dfcef5bbd0fe68b44f6811881cdae4de5c0d617d612dd8b1 Stored in directory: /root/.cache/pip/wheels/3e/4c/46/6bbb66a5a15a3fa4e336d680ccc6a4ebd556d087d38945ce17 Building wheel for bcrypt (PEP 517): started Building wheel for bcrypt (PEP 517): finished with status 'error' ERROR: Command errored out with exit status 1: command: /usr/bin/python3 /usr/lib/python3.8/site-packages/pep517/_in_process.py build_wheel /tmp/tmpnmrrkaf0 cwd: /tmp/pip-install-kpoxzgqp/bcrypt Complete output (58 lines): running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-cpython-38 creating build/lib.linux-x86_64-cpython-38/bcrypt copying src/bcrypt/__init__.py -> build/lib.linux-x86_64-cpython-38/bcrypt copying src/bcrypt/__about__.py -> build/lib.linux-x86_64-cpython-38/bcrypt running egg_info writing src/bcrypt.egg-info/PKG-INFO writing dependency_links to src/bcrypt.egg-info/dependency_links.txt writing requirements to src/bcrypt.egg-info/requires.txt writing top-level names to src/bcrypt.egg-info/top_level.txt reading manifest file 'src/bcrypt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'requirements.txt' warning: no previously-included files found matching 'release.py' warning: no previously-included files found matching 'mypy.ini' warning: no previously-included files matching '*' found under directory '.github' warning: no previously-included files matching '*' found under directory '.circleci' warning: no previously-included files found matching 'src/_bcrypt/target' warning: no previously-included files matching '*' found under directory 'src/_bcrypt/target' adding license file 'LICENSE' writing manifest file 'src/bcrypt.egg-info/SOURCES.txt' copying src/bcrypt/_bcrypt.pyi -> build/lib.linux-x86_64-cpython-38/bcrypt copying src/bcrypt/py.typed -> build/lib.linux-x86_64-cpython-38/bcrypt running build_ext running build_rust =============================DEBUG ASSISTANCE============================= If you are seeing a compilation error please try the following steps to successfully install bcrypt: 1) Upgrade to the latest pip and try again. This will fix errors for most users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip 2) Ensure you have a recent Rust toolchain installed. bcrypt requires rustc >= 1.56.0. Python: 3.8.10 platform: Linux-4.19.0-17-amd64-x86_64-with pip: n/a setuptools: 65.3.0 setuptools_rust: 1.5.1 rustc: n/a =============================DEBUG ASSISTANCE============================= error: can't find Rust compiler If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler. To update pip, run: pip install --upgrade pip and then retry package installation. If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain. This package requires Rust >=1.56.0. ---------------------------------------- ERROR: Failed building wheel for bcrypt Successfully built cerberus PyYAML pynacl Failed to build bcrypt ERROR: Could not build wheels for bcrypt which use PEP 517 and cannot be installed directly The command '/bin/sh -c pip3 install 'molecule[docker]==3.0.4' ansible-lint==4.2.0 yamllint==1.23.0' returned a non-zero code: 1 ``` I've commented the building of these containers out for now, see https://git.coop/webarch/containers/-/commit/943b78b21e696327512f4a8ac3c1f6c7388de7fa, if they are needed then we had batter fix the issue above.
issue

Webarchitects | Forum | Status | SSH Fingerprints