Commit d560ac45 authored by James T. Lee's avatar James T. Lee
Browse files

Escalate container privileges to workaround Python deadlock

Don't know if this will help, but I'm out of ideas.  During Python
installation, a number of forks of:

/usr/bin/qemu-aarch64 ./python -E -Wi -OO
/var/tmp/portage/dev-lang/python-3.8.6-r1/image/usr/lib/python3.8/compileall.py
-j16 -d /usr/lib/python3.8 -f -x
bad_coding|badsyntax|site-packages|lib2to3/tests/data
/var/tmp/portage/dev-lang/python-3.8.6-r1/image/usr/lib/python3.8

are spawned and deadlock in

futex(0x550435f000, FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME, 0, NULL,
FUTEX_BITSET_MATCH_ANY <unfinished ...>
parent c496aa10
Pipeline #326 canceled with stage
in 103 minutes and 22 seconds
......@@ -13,7 +13,7 @@ default:
QEMU_ARCH: 'x86_64'
script: &script
- 'mkdir debug'
- 'buildah bud --pull
- 'buildah bud --cap-add SYS_ADMIN
--security-opt seccomp=unconfined
--ulimit nofile=1048576
--build-arg STAGE0_TAG="$CPU"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment