New comment by klarasm on void-packages repository https://github.com/void-linux/void-packages/pull/41948#issuecomment-1413613574 Comment: On x86_64-musl tests fail for audit, dovecot-plugin-pigeonhole, dovecot, evolution-data-server, evolution and nss-pam-ldapd. Additionally sssd fails to build. nss-pam-ldapd and sssd are expected as musl lacks support for nsswitch. On dovecot and dovecot-plugin-pigeonhole a single test fails: ``` test-common.c:245: Assert failed: suppress == TRUE Error: mmap_anon(.test_file_cache, 4096) failed: Out of memory test-common.c:245: Assert failed: suppress == TRUE Error: mremap_anon(.test_file_cache, 8192) failed: Out of memory file_cache_errors .................................................... : FAILED ``` audit fails in auparse test: ``` make[4]: Entering directory '/builddir/audit-3.0.3/auparse/test' test "../.." = "../.." || \ cp ../../auparse/test/test*.log . LC_ALL=C \ ./auparse_test > auparse_test.cur Config file /etc/audit/auditd.conf doesn't exist, skipping make[4]: *** [Makefile:709: check-local] Error 1 make[4]: Leaving directory '/builddir/audit-3.0.3/auparse/test' make[3]: *** [Makefile:580: check-am] Error 2 make[3]: Leaving directory '/builddir/audit-3.0.3/auparse/test' make[2]: *** [Makefile:2040: check-recursive] Error 1 make[2]: Leaving directory '/builddir/audit-3.0.3/auparse' make[1]: *** [Makefile:2192: check] Error 2 make[1]: Leaving directory '/builddir/audit-3.0.3/auparse' make: *** [Makefile:467: check-recursive] Error 1 => ERROR: audit-3.0.3_5: do_check: '${make_check_pre} ${make_cmd} ${makejobs} ${make_check_args} ${make_check_target}' exited with 2 => ERROR: in do_check() at common/build-style/gnu-configure.sh:33 ``` For evolution and evolution-data-server a bunch of tests fail with similar output to: ``` Start 2: test-ebook-get-contact 2/90 Test #2: test-ebook-get-contact ....................SIGTRAP***Exception: 2.58 sec # random seed: R02Sd090595520940fe58d9ab8434502e157 1..2 # Start of EBook tests # Start of GetContact tests # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation memory (GMemorySettingsBackend) for *gsettings-backend* # GLib-GIO-DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3) dbus-daemon[30863]: [session uid=1000 pid=30863] Activating service name='org.gnome.evolution.dataserver.Sources5' requested by ':1.0' (uid=1000 pid=30861 comm ="/builddir/evolution-data-server-3.46.3/build/tests") dbus-daemon[30863]: [session uid=1000 pid=30863] Successfully activated service 'org.gnome.evolution.dataserver.Sources5' dbus-daemon[30863]: [session uid=1000 pid=30863] Activating service name='org.gnome.evolution.dataserver.AddressBook10' requested by ':1.0' (uid=1000 pid=30861 comm="/builddir/evolution-data-server-3.46.3/build/tests") dbus-daemon[30863]: [session uid=1000 pid=30863] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10' Bail out! e-test-server-utils-FATAL-ERROR: Unable to create the test book: Message recipient disconnected from message bus without replying (/builddir/evolution-data-server-3.46.3/build/tests/libebook/test-ebook-get-contact:30861): e-test-server-utils-ERROR **: 10:03:46.504: Unable to create the te st book: Message recipient disconnected from message bus without replying cleaning up pid 30863 ``` [audit.log](https://github.com/void-linux/void-packages/files/10568583/audit.log) [dovecot.log](https://github.com/void-linux/void-packages/files/10568549/dovecot.log) [dovecot-plugin-pigeonhole.log](https://github.com/void-linux/void-packages/files/10568550/dovecot-plugin-pigeonhole.log) [evolution.log](https://github.com/void-linux/void-packages/files/10568551/evolution.log) [evolution-data-server.log](https://github.com/void-linux/void-packages/files/10568552/evolution-data-server.log)