Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#78033 - [flatpak] FTBFS
Attached to Project:
Arch Linux
Opened by avimitin (avimitin) - Wednesday, 29 March 2023, 07:24 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 29 March 2023, 07:37 GMT
Opened by avimitin (avimitin) - Wednesday, 29 March 2023, 07:24 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 29 March 2023, 07:37 GMT
|
DetailsDescription:
This tests will fail when running check(): Summary of Failures: 15/50 test-run@user,nodeltas.wrap ERROR 1.12s exit status 1 16/50 test-update-portal@system.wrap ERROR 1.07s exit status 1 17/50 test-run@system-norevokefs,nodeltas.wrap ERROR 1.24s exit status 1 23/50 test-oci-registry@user.wrap ERROR 1.86s exit status 1 24/50 test-oci-registry@system.wrap ERROR 1.89s exit status 1 25/50 test-repo@user,oldsummary.wrap ERROR 2.07s exit status 1 26/50 test-repo@user.wrap ERROR 2.11s exit status 1 28/50 test-repo@system-norevokefs.wrap ERROR 2.21s exit status 1 29/50 test-run@user,deltas.wrap ERROR 2.37s exit status 1 31/50 test-run@system-norevokefs,deltas.wrap ERROR 2.50s exit status 1 32/50 test-sideload@user.wrap ERROR 3.17s exit status 1 34/50 test-bundle@system.wrap ERROR 4.47s exit status 1 35/50 test-bundle@user.wrap ERROR 4.71s exit status 1 36/50 test-bundle@system-norevokefs.wrap ERROR 4.76s exit status 1 39/50 test-update-portal@user.wrap TIMEOUT 90.03s killed by signal 15 SIGTERM 33/50 testlibrary TIMEOUT 150.09s (exit status 134 or signal 6 SIGABRT) 46/50 test-override.sh ERROR 0.75s exit status 1 48/50 test-seccomp.sh ERROR 1.54s exit status 1 49/50 test-extensions.sh ERROR 2.01s exit status 1 Ok: 21 Expected Fail: 0 Fail: 17 Unexpected Pass: 0 Skipped: 10 Timeout: 2 Most of the tests fails because the bwrap fail to run: `bwrap: Can't mount proc on /newroot/proc: Operation not permitted`. Steps to reproduce: extra-x86_64-build -- -d "$(mktemp -d):/var/cache/pacman/pkg" |
This task depends upon

Seems to work with bubblewrap-suid. When and how did the userns version break?

I don't know when it fail exactly. Besides, when I try to chroot into build directory and rerun the test, I found bwrap report another error: bwrap: open /proc/34246/ns/ns failed: No such file or directory.

I replace the dependency bubblewrap with bubblewrap-suid, this tests are just skipped. And I found that bwrap is also not able to run: bwrap: capset failed: Operation not permitted. This error can be found at /build/flatpak/src/build/meson-logs/testlog.txt.