Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parameterized.rst: fix bug in example code: missing pointer deref #553

Open
wants to merge 1 commit into
base: bleeding
Choose a base branch
from

parameterized.rst: fix bug in example code: missing pointer deref

32f2846
Select commit
Loading
Failed to load commit list.
Open

parameterized.rst: fix bug in example code: missing pointer deref #553

parameterized.rst: fix bug in example code: missing pointer deref
32f2846
Select commit
Loading
Failed to load commit list.
Cirrus CI / Alpine (gcc,x86_64) failed Aug 17, 2024 in 9s

Task Summary

Instruction setup failed in 00:06

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
❌ 00:06 setup

(72/95) Installing libedit-dev (20240517.3.1-r0)
(73/95) Installing libpcre2-16 (10.43-r0)
(74/95) Installing libpcre2-32 (10.43-r0)
(75/95) Installing pcre2-dev (10.43-r0)
(76/95) Installing libgit2-dev (1.7.2-r0)
(77/95) Installing samurai (1.2-r5)
(78/95) Installing gdbm (1.23-r1)
(79/95) Installing mpdecimal (4.0.0-r0)
(80/95) Installing readline (8.2.10-r0)
(81/95) Installing sqlite-libs (3.45.3-r1)
(82/95) Installing python3 (3.12.3-r1)
(83/95) Installing python3-pycache-pyc0 (3.12.3-r1)
(84/95) Installing pyc (3.12.3-r1)
(85/95) Installing meson-pyc (1.4.0-r2)
(86/95) Installing python3-pyc (3.12.3-r1)
(87/95) Installing meson (1.4.0-r2)
(88/95) Installing py3-parsing (3.1.2-r1)
(89/95) Installing py3-parsing-pyc (3.1.2-r1)
(90/95) Installing py3-packaging (24.0-r1)
(91/95) Installing py3-packaging-pyc (24.0-r1)
(92/95) Installing py3-setuptools (70.3.0-r0)
(93/95) Installing py3-setuptools-pyc (70.3.0-r0)
(94/95) Installing py3-pip (24.0-r2)
(95/95) Installing py3-pip-pyc (24.0-r2)
Executing busybox-1.36.1-r29.trigger
Executing ca-certificates-20240705-r0.trigger
OK: 393 MiB in 109 packages
pip3 install cram==0.7
error: externally-managed-environment

× This environment is externally managed
╰─> 
    The system-wide python installation should be maintained using the system
    package manager (apk) only.
    
    If the package in question is not packaged already (and hence installable via
    "apk add py3-somepackage"), please consider installing it inside a virtual
    environment, e.g.:
    
    python3 -m venv /path/to/venv
    . /path/to/venv/bin/activate
    pip install mypackage
    
    To exit the virtual environment, run:
    
    deactivate
    
    The virtual environment is not deleted, and can be re-entered by re-sourcing
    the activate file.
    
    To automatically manage virtual environments, consider using pipx (from the
    pipx package).

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
�����