New comment by dataCobra on void-packages repository https://github.com/void-linux/void-packages/pull/38779#issuecomment-1220390655 Comment: The chroot test seems to fail. Here is the output for the failing test on my machine: ``` FAIL: sbuild-chroot =================== .........Additional environment: CHROOT_SESSION_SOURCE=false F......Additional environment: CHROOT_SESSION_SOURCE=false F.... !!!FAILURES!!! Test Results: Run: 19 Failures: 2 Errors: 0 1) test: test_chroot::test_script_config (F) line: 412 test-sbuild-chroot.h assertion failed - Expression: extra.empty() 2) test: test_chroot::test_setup_env (F) line: 412 test-sbuild-chroot.h assertion failed - Expression: extra.empty() FAIL sbuild-chroot (exit status: 1) ``` What should I do to fix this issue?