1Exception type: CalledProcessError 2Message: Command '['unshare', '--map-users=auto', '--map-groups=auto', '--setuid=0', '--setgid=0', '--kill-child', '--pid', '--mount', '--mount-proc=/tmp/debusine-executor-unshare-3fx2lxqg/root/proc', 'sh', '-c', 'mount --rbind /dev /tmp/debusine-executor-unshare-3fx2lxqg/root/dev && exec /usr/sbin/chroot /tmp/debusine-executor-unshare-3fx2lxqg/root apt-get --yes install blhc']' returned non-zero exit status 100. 3 4Traceback (most recent call last): 5 File "/usr/lib/python3/dist-packages/debusine/tasks/_task.py", line 849, in _execute 6 if not self.configure_for_execution(download_directory): 7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ 8 File "/usr/lib/python3/dist-packages/debusine/tasks/blhc.py", line 141, in configure_for_execution 9 self.executor_instance.run( 10 ~~~~~~~~~~~~~~~~~~~~~~~~~~^ 11 ["apt-get", "--yes", "install", "blhc"], 12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 13 run_as_root=True, 14 ^^^^^^^^^^^^^^^^^ 15 check=True, 16 ^^^^^^^^^^^ 17 ) 18 ^ 19 File "/usr/lib/python3/dist-packages/debusine/tasks/executors/base.py", line 451, in run 20 return self.do_run(args, **kwargs) 21 ~~~~~~~~~~~^^^^^^^^^^^^^^^^ 22 File "/usr/lib/python3/dist-packages/debusine/tasks/executors/unshare.py", line 348, in do_run 23 return self._run_unshare_command( 24 ~~~~~~~~~~~~~~~~~~~~~~~~~^ 25 [ 26 ^ 27 ...<10 lines>... 28 **kwargs_with_text, 29 ^^^^^^^^^^^^^^^^^^^ 30 ) 31 ^ 32 File "/usr/lib/python3/dist-packages/debusine/tasks/executors/unshare.py", line 416, in _run_unshare_command 33 return subprocess.run(cmd, **kwargs, **extra_kwargs) 34 ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35 File "/usr/lib/python3.13/subprocess.py", line 577, in run 36 raise CalledProcessError(retcode, process.args, 37 output=stdout, stderr=stderr) 38subprocess.CalledProcessError: Command '['unshare', '--map-users=auto', '--map-groups=auto', '--setuid=0', '--setgid=0', '--kill-child', '--pid', '--mount', '--mount-proc=/tmp/debusine-executor-unshare-3fx2lxqg/root/proc', 'sh', '-c', 'mount --rbind /dev /tmp/debusine-executor-unshare-3fx2lxqg/root/dev && exec /usr/sbin/chroot /tmp/debusine-executor-unshare-3fx2lxqg/root apt-get --yes install blhc']' returned non-zero exit status 100.