app-emulation/xen-tools-4.13.1-r1::gentoo was built with the following: USE="-api -debug -doc -flask hvm ipxe -ocaml -ovmf pam -pygrub -python qemu qemu-traditional rombios -screen sdl -static-libs -system-ipxe -system-qemu -system-seabios" ABI_X86="(64)" PYTHON_SINGLE_TARGET="-python3_6 python3_7 -python3_8" CFLAGS="-fno-strict-overflow" CXXFLAGS="-march=native -O3 -pipe -fno-strict-overflow" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg ccache config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms split-elog split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch usersync" LDFLAGS="" >>> Source compiled. * --------------------------- ACCESS VIOLATION SUMMARY --------------------------- * LOG FILE: "/var/tmp/portage/app-emulation/xen-tools-4.13.1-r2/temp/sandbox.log" * VERSION 1.0 FORMAT: F - Function called FORMAT: S - Access Status FORMAT: P - Path as passed to functionFORMAT: A - Absolute Path (not canonical) FORMAT: R - Canonical PathFORMAT: C - Command Line F: open_wr S: deny P: /var/run/faillock/root A: /var/run/faillock/root R: /run/faillock/root C: sudo -n docker version F: open_wr S: deny P: /var/run/faillock/root A: /var/run/faillock/root R: /run/faillock/root C: sudo -n docker version * -------------------------------------------------------------------------------- Reproducible: Always
Created attachment 649600 [details] build log
Created attachment 649602 [details] emerge --info
Exact the same symptoms for me here. Building inside a Xen virtualized machine, having docker installed, but not running on the build machine.
same here with app-emulation/xen-tools-4.14.0-r5 inside a virtual machine (systemd-nspawn). I've to unemerge docker to be able to emerge xen-tools ...
I'm having the same issue, uninstalling docker doesn't seem to fix it.
For a workaround, you can do this: FEATURES="-sandbox" emerge app-emulation/xen-tools (if using sudo, use sudo -E)
I've docker installed and containers running with docker-compose but I can build xen-tools. Any other hints?
First time reproduced when building xen-tools with docker daemon installed but not started.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7b006eceaaf9e7a9b403a22c6aec10ce0c0cd4 commit 5e7b006eceaaf9e7a9b403a22c6aec10ce0c0cd4 Author: Tomáš Mózes <hydrapolic@gmail.com> AuthorDate: 2021-04-30 21:15:05 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2021-05-11 15:47:32 +0000 app-emulation/xen-tools: bump to 4.14.2 Closes: https://bugs.gentoo.org/732970 Closes: https://bugs.gentoo.org/782967 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> app-emulation/xen-tools/Manifest | 1 + app-emulation/xen-tools/files/gentoo-patches.conf | 16 + app-emulation/xen-tools/xen-tools-4.14.2.ebuild | 525 ++++++++++++++++++++++ 3 files changed, 542 insertions(+) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c79a20941443d30d858a8c9a2668dc50574f04 commit 76c79a20941443d30d858a8c9a2668dc50574f04 Author: Tomáš Mózes <hydrapolic@gmail.com> AuthorDate: 2021-04-30 20:20:04 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2021-05-11 15:47:32 +0000 app-emulation/xen-tools: bump to 4.15.0 Closes: https://bugs.gentoo.org/732970 Closes: https://bugs.gentoo.org/768468 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> app-emulation/xen-tools/Manifest | 5 + app-emulation/xen-tools/files/gentoo-patches.conf | 14 + app-emulation/xen-tools/xen-tools-4.15.0.ebuild | 532 ++++++++++++++++++++++ 3 files changed, 551 insertions(+)