>>> reptyr: Building community/reptyr 0.10.0-r0 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 12:57:43 +0000 >>> reptyr: Validating /home/udu/aports/community/reptyr/APKBUILD... >>> reptyr: Analyzing dependencies... >>> reptyr: Installing for build: build-base linux-headers bash-completion-dev python3 py3-pexpect WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/7) Installing linux-headers (6.14.2-r0) (2/7) Installing bash-completion-dev (2.16.0-r0) (3/7) Installing py3-ptyprocess (0.7.0-r6) (4/7) Installing py3-ptyprocess-pyc (0.7.0-r6) (5/7) Installing py3-pexpect (4.9-r1) (6/7) Installing py3-pexpect-pyc (4.9-r1) (7/7) Installing .makedepends-reptyr (20251013.125744) OK: 303 MiB in 96 packages >>> reptyr: Cleaning up srcdir >>> reptyr: Cleaning up pkgdir >>> reptyr: Cleaning up tmpdir >>> reptyr: Fetching https://github.com/nelhage/reptyr/archive/reptyr-0.10.0.tar.gz >>> reptyr: Fetching https://github.com/nelhage/reptyr/archive/reptyr-0.10.0.tar.gz >>> reptyr: Checking sha512sums... reptyr-0.10.0.tar.gz: OK >>> reptyr: Unpacking /var/cache/distfiles/reptyr-0.10.0.tar.gz... cc -MD -Wall -Werror -D_GNU_SOURCE -g -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c -o reptyr.o reptyr.c cc -MD -Wall -Werror -D_GNU_SOURCE -g -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c -o reallocarray.o reallocarray.c cc -MD -Wall -Werror -D_GNU_SOURCE -g -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c -o attach.o attach.c cc -MD -Wall -Werror -D_GNU_SOURCE -g -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c -o platform/linux/linux_ptrace.o platform/linux/linux_ptrace.c cc -MD -Wall -Werror -D_GNU_SOURCE -g -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c -o platform/linux/linux.o platform/linux/linux.c cc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs reptyr.o reallocarray.o attach.o platform/linux/linux_ptrace.o platform/linux/linux.o -o reptyr cc -MD -Wall -Werror -D_GNU_SOURCE -g -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -c -o test/victim.o test/victim.c cc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs test/victim.o -o test/victim python3 test/basic.py Traceback (most recent call last): File "/home/udu/aports/community/reptyr/src/reptyr-reptyr-0.10.0/test/basic.py", line 15, in child = pexpect.spawn("test/victim") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/pexpect/pty_spawn.py", line 205, in __init__ self._spawn(command, args, preexec_fn, dimensions) File "/usr/lib/python3.12/site-packages/pexpect/pty_spawn.py", line 303, in _spawn self.ptyproc = self._spawnpty(self.args, env=self.env, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/pexpect/pty_spawn.py", line 315, in _spawnpty return ptyprocess.PtyProcess.spawn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/ptyprocess/ptyprocess.py", line 230, in spawn pid, fd = pty.fork() ^^^^^^^^^^ File "/usr/lib/python3.12/pty.py", line 107, in fork master_fd, slave_fd = openpty() ^^^^^^^^^ File "/usr/lib/python3.12/pty.py", line 34, in openpty master_fd, slave_name = _open_terminal() ^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/pty.py", line 67, in _open_terminal raise OSError('out of pty devices') OSError: out of pty devices make: *** [Makefile:29: test] Error 1 >>> ERROR: reptyr: check failed >>> reptyr: Uninstalling dependencies... (1/7) Purging .makedepends-reptyr (20251013.125744) (2/7) Purging linux-headers (6.14.2-r0) (3/7) Purging bash-completion-dev (2.16.0-r0) (4/7) Purging py3-pexpect-pyc (4.9-r1) (5/7) Purging py3-pexpect (4.9-r1) (6/7) Purging py3-ptyprocess-pyc (0.7.0-r6) (7/7) Purging py3-ptyprocess (0.7.0-r6) OK: 296 MiB in 89 packages