/home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05.3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05.3"; \ echo "PRETTY_NAME=\"Buildroot 2024.05.3\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package \ /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' avahi -1 avahi -1 * - - -\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkfs.erofs /home/buildroot/autobuild/instance-2/output-1/images/rootfs.erofs /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/erofs/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/arch ... Processing bin/ash ... Processing bin/base32 ... Processing bin/base64 ... Processing bin/busybox ... Processing bin/cat ... Processing bin/chattr ... Processing bin/chgrp ... Processing bin/chmod ... Processing bin/chown ... Processing bin/cp ... Processing bin/cpio ... Processing bin/date ... Processing bin/dd ... Processing bin/df ... Processing bin/dmesg ... Processing bin/dnsdomainname ... Processing bin/dumpkmap ... Processing bin/echo ... Processing bin/egrep ... Processing bin/false ... Processing bin/fdflush ... Processing bin/fgrep ... Processing bin/getopt ... Processing bin/grep ... Processing bin/gunzip ... Processing bin/gzip ... Processing bin/hostname ... Processing bin/keyctl ... Processing bin/kill ... Processing bin/link ... Processing bin/linux32 ... Processing bin/linux64 ... Processing bin/ln ... Processing bin/login ... Processing bin/ls ... Processing bin/lsattr ... Processing bin/mkdir ... Processing bin/mknod ... Processing bin/mksh ... Processing bin/mktemp ... Processing bin/more ... Processing bin/mount ... Processing bin/mountpoint ... Processing bin/mt ... Processing bin/mv ... Processing bin/netstat ... Processing bin/nice ... Processing bin/nuke ... Processing bin/pidof ... Processing bin/ping ... Processing bin/pipe_progress ... Processing bin/printenv ... Processing bin/ps ... Processing bin/pwd ... Processing bin/resume ... Processing bin/rm ... Processing bin/rmdir ... Processing bin/run-parts ... Processing bin/sed ... Processing bin/setarch ... Processing bin/setpriv ... Processing bin/setserial ... Processing bin/sh ... Processing bin/sleep ... Processing bin/stty ... Processing bin/su ... Processing bin/sync ... Processing bin/tar ... Processing bin/touch ... Processing bin/true ... Processing bin/umount ... Processing bin/uname ... Processing bin/usleep ... Processing bin/vi ... Processing bin/watch ... Processing bin/zcat ... Processing dev ... Processing dev/fd ... Processing dev/log ... Processing dev/pts ... Processing dev/shm ... Processing dev/stderr ... Processing dev/stdin ... Processing dev/stdout ... Processing etc ... Processing etc/avahi ... Processing etc/avahi/avahi-daemon.conf ... Processing etc/avahi/avahi-dnsconfd.action ... Processing etc/avahi/hosts ... Processing etc/avahi/services ... Processing etc/bandwidthd.conf ... Processing etc/dbus-1 ... Processing etc/dbus-1/session.conf ... Processing etc/dbus-1/system.conf ... Processing etc/fonts ... Processing etc/fonts/conf.d ... Processing etc/fonts/conf.d/10-hinting-slight.conf ... Processing etc/fonts/conf.d/10-scale-bitmap-fonts.conf ... Processing etc/fonts/conf.d/10-sub-pixel-none.conf ... Processing etc/fonts/conf.d/10-yes-antialias.conf ... Processing etc/fonts/conf.d/11-lcdfilter-default.conf ... Processing etc/fonts/conf.d/20-unhint-small-vera.conf ... Processing etc/fonts/conf.d/30-metric-aliases.conf ... Processing etc/fonts/conf.d/40-nonlatin.conf ... Processing etc/fonts/conf.d/45-generic.conf ... Processing etc/fonts/conf.d/45-latin.conf ... Processing etc/fonts/conf.d/48-spacing.conf ... Processing etc/fonts/conf.d/49-sansserif.conf ... Processing etc/fonts/conf.d/50-user.conf ... Processing etc/fonts/conf.d/51-local.conf ... Processing etc/fonts/conf.d/60-generic.conf ... Processing etc/fonts/conf.d/60-latin.conf ... Processing etc/fonts/conf.d/65-fonts-persian.conf ... Processing etc/fonts/conf.d/65-nonlatin.conf ... Processing etc/fonts/conf.d/69-unifont.conf ... Processing etc/fonts/conf.d/80-delicious.conf ... Processing etc/fonts/conf.d/90-synthetic.conf ... Processing etc/fonts/conf.d/README ... Processing etc/fonts/fonts.conf ... Processing etc/fstab ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S10mdev ... Processing etc/init.d/S30dbus ... Processing etc/init.d/S50avahi-daemon ... Processing etc/init.d/S70unbound ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/inputrc ... Processing etc/issue ... Processing etc/keyutils ... Processing etc/mdev.conf ... Processing etc/mosquitto ... Processing etc/mosquitto/mosquitto.conf ... Processing etc/mtab ... Processing etc/network ... Processing etc/network/if-down.d ... Processing etc/network/if-post-down.d ... Processing etc/network/if-pre-up.d ... Processing etc/network/if-up.d ... Processing etc/nsswitch.conf ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/php.ini ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/proxychains.conf ... Processing etc/request-key.conf ... Processing etc/request-key.d ... Processing etc/resolv.conf ... Processing etc/screenrc ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/ssl ... Processing etc/ssl/certs ... Processing etc/ssl/ct_log_list.cnf ... Processing etc/ssl/ct_log_list.cnf.dist ... Processing etc/ssl/misc ... Processing etc/ssl/openssl.cnf ... Processing etc/ssl/openssl.cnf.dist ... Processing etc/ssl/private ... Processing etc/unbound ... Processing etc/unbound/unbound.conf ... Processing lib ... Processing lib/ld-linux.so.2 ... Processing lib/libanl.so.1 ... Processing lib/libatomic.so ... Processing lib/libatomic.so.1 ... Processing lib/libatomic.so.1.2.0 ... Processing lib/libblkid.so.1 ... Processing lib/libblkid.so.1.1.0 ... Processing lib/libc.so.6 ... Processing lib/libdl.so.2 ... Processing lib/libgcc_s.so ... Processing lib/libgcc_s.so.1 ... Processing lib/libm.so.6 ... Processing lib/libmount.so.1 ... Processing lib/libmount.so.1.1.0 ... Processing lib/libnss_dns.so.2 ... Processing lib/libnss_files.so.2 ... Processing lib/libpthread.so.0 ... Processing lib/libresolv.so.2 ... Processing lib/librt.so.1 ... Processing lib/libsmartcols.so.1 ... Processing lib/libsmartcols.so.1.1.0 ... Processing lib/libutil.so.1 ... Processing lib/libuuid.so.1 ... Processing lib/libuuid.so.1.3.0 ... Processing lib/udev ... Processing lib/udev/check-ptp-camera ... Processing lib32 ... Processing linuxrc ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/arp ... Processing sbin/blkid ... Processing sbin/devmem ... Processing sbin/fdisk ... Processing sbin/freeramdisk ... Processing sbin/fsck ... Processing sbin/fstrim ... Processing sbin/getty ... Processing sbin/halt ... Processing sbin/hdparm ... Processing sbin/hwclock ... Processing sbin/ifconfig ... Processing sbin/ifdown ... Processing sbin/ifup ... Processing sbin/init ... Processing sbin/insmod ... Processing sbin/ip ... Processing sbin/ipaddr ... Processing sbin/iplink ... Processing sbin/ipneigh ... Processing sbin/iproute ... Processing sbin/iprule ... Processing sbin/iptunnel ... Processing sbin/key.dns_resolver ... Processing sbin/klogd ... Processing sbin/loadkmap ... Processing sbin/losetup ... Processing sbin/lsmod ... Processing sbin/makedevs ... Processing sbin/mdev ... Processing sbin/mkdosfs ... Processing sbin/mke2fs ... Processing sbin/mkswap ... Processing sbin/modprobe ... Processing sbin/nameif ... Processing sbin/pivot_root ... Processing sbin/poweroff ... Processing sbin/reboot ... Processing sbin/request-key ... Processing sbin/rmmod ... Processing sbin/route ... Processing sbin/run-init ... Processing sbin/runlevel ... Processing sbin/setconsole ... Processing sbin/start-stop-daemon ... Processing sbin/sulogin ... Processing sbin/swapoff ... Processing sbin/swapon ... Processing sbin/switch_root ... Processing sbin/sysctl ... Processing sbin/syslogd ... Processing sbin/udhcpc ... Processing sbin/uevent ... Processing sbin/vconfig ... Processing sbin/watchdog ... Processing sbin/zramctl ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/[ ... Processing usr/bin/[[ ... Processing usr/bin/acpibin ... Processing usr/bin/acpidump ... Processing usr/bin/acpiexamples ... Processing usr/bin/acpiexec ... Processing usr/bin/acpihelp ... Processing usr/bin/acpisrc ... Processing usr/bin/acpixtract ... Processing usr/bin/ar ... Processing usr/bin/asc2log ... Processing usr/bin/ascii ... Processing usr/bin/aserver ... Processing usr/bin/atest ... Processing usr/bin/avahi-browse ... Processing usr/bin/avahi-browse-domains ... Processing usr/bin/avahi-publish ... Processing usr/bin/avahi-publish-address ... Processing usr/bin/avahi-publish-service ... Processing usr/bin/avahi-resolve ... Processing usr/bin/avahi-resolve-address ... Processing usr/bin/avahi-resolve-host-name ... Processing usr/bin/avahi-set-host-name ... Processing usr/bin/awk ... Processing usr/bin/bandwidthd ... Processing usr/bin/basename ... Processing usr/bin/bc ... Processing usr/bin/bcmserver ... Processing usr/bin/bundle ... Processing usr/bin/bundler ... Processing usr/bin/bunzip2 ... Processing usr/bin/bzcat ... Processing usr/bin/can-calc-bit-timing ... Processing usr/bin/canbusload ... Processing usr/bin/candump ... Processing usr/bin/canfdtest ... Processing usr/bin/cangen ... Processing usr/bin/cangw ... Processing usr/bin/canlogserver ... Processing usr/bin/canplayer ... Processing usr/bin/cansend ... Processing usr/bin/cansequence ... Processing usr/bin/cansniffer ... Processing usr/bin/cd-drive ... Processing usr/bin/cd-info ... Processing usr/bin/cd-paranoia ... Processing usr/bin/cd-read ... Processing usr/bin/cdda-player ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/cmp ... Processing usr/bin/crc32 ... Processing usr/bin/crontab ... Processing usr/bin/cut ... Processing usr/bin/dbus-cleanup-sockets ... Processing usr/bin/dbus-daemon ... Processing usr/bin/dbus-launch ... Processing usr/bin/dbus-monitor ... Processing usr/bin/dbus-run-session ... Processing usr/bin/dbus-send ... Processing usr/bin/dbus-test-tool ... Processing usr/bin/dbus-update-activation-environment ... Processing usr/bin/dbus-uuidgen ... Processing usr/bin/dc ... Processing usr/bin/deallocvt ... Processing usr/bin/dialog ... Processing usr/bin/diff ... Processing usr/bin/dirname ... Processing usr/bin/dos2unix ... Processing usr/bin/du ... Processing usr/bin/eject ... Processing usr/bin/env ... Processing usr/bin/erb ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/fallocate ... Processing usr/bin/fc-cache ... Processing usr/bin/fc-cat ... Processing usr/bin/fc-conflist ... Processing usr/bin/fc-list ... Processing usr/bin/fc-match ... Processing usr/bin/fc-pattern ... Processing usr/bin/fc-query ... Processing usr/bin/fc-scan ... Processing usr/bin/fc-validate ... Processing usr/bin/fftw-wisdom ... Processing usr/bin/fftw-wisdom-to-conf ... Processing usr/bin/file ... Processing usr/bin/find ... Processing usr/bin/flock ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/fribidi ... Processing usr/bin/fuser ... Processing usr/bin/gapplication ... Processing usr/bin/gdbus ... Processing usr/bin/gdparttopng ... Processing usr/bin/gettext ... Processing usr/bin/gio ... Processing usr/bin/gio-querymodules ... Processing usr/bin/git ... Processing usr/bin/git-cvsserver ... Processing usr/bin/git-receive-pack ... Processing usr/bin/git-shell ... Processing usr/bin/git-upload-archive ... Processing usr/bin/git-upload-pack ... Processing usr/bin/gkrellmd ... Processing usr/bin/gphoto2-config ... Processing usr/bin/gphoto2-port-config ... Processing usr/bin/gresource ... Processing usr/bin/gsettings ... Processing usr/bin/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/hostid ... Processing usr/bin/iasl ... Processing usr/bin/id ... Processing usr/bin/imlib2_conv ... Processing usr/bin/imlib2_load ... Processing usr/bin/install ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/irb ... Processing usr/bin/iso-info ... Processing usr/bin/iso-read ... Processing usr/bin/isotpdump ... Processing usr/bin/isotpperf ... Processing usr/bin/isotprecv ... Processing usr/bin/isotpsend ... Processing usr/bin/isotpserver ... Processing usr/bin/isotpsniffer ... Processing usr/bin/isotptun ... Processing usr/bin/j1939acd ... Processing usr/bin/j1939cat ... Processing usr/bin/j1939spy ... Processing usr/bin/j1939sr ... Processing usr/bin/jhead ... Processing usr/bin/jshn ... Processing usr/bin/killall ... Processing usr/bin/last ... Processing usr/bin/less ... Processing usr/bin/log2asc ... Processing usr/bin/log2long ... Processing usr/bin/logger ... Processing usr/bin/logname ... Processing usr/bin/logsurfer ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lsusb ... Processing usr/bin/lzcat ... Processing usr/bin/lzma ... Processing usr/bin/lzopcat ... Processing usr/bin/make ... Processing usr/bin/mcp251xfd-dump ... Processing usr/bin/md5sum ... Processing usr/bin/mdb_copy ... Processing usr/bin/mdb_dump ... Processing usr/bin/mdb_load ... Processing usr/bin/mdb_stat ... Processing usr/bin/memtester ... Processing usr/bin/mesg ... Processing usr/bin/microcom ... Processing usr/bin/mkfifo ... Processing usr/bin/mkpasswd ... Processing usr/bin/mmc-tool ... Processing usr/bin/mosquitto_pub ... Processing usr/bin/mosquitto_rr ... Processing usr/bin/mosquitto_sub ... Processing usr/bin/netcalc ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/nproc ... Processing usr/bin/nslookup ... Processing usr/bin/nuttcp ... Processing usr/bin/od ... Processing usr/bin/odhcploc ... Processing usr/bin/openvt ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/pcre2grep ... Processing usr/bin/pcre2test ... Processing usr/bin/php-cgi ... Processing usr/bin/printf ... Processing usr/bin/proxychains4 ... Processing usr/bin/proxychains4-daemon ... Processing usr/bin/racc ... Processing usr/bin/rbs ... Processing usr/bin/rdbg ... Processing usr/bin/readlink ... Processing usr/bin/realpath ... Processing usr/bin/renice ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/rsync ... Processing usr/bin/rsync-ssl ... Processing usr/bin/ruby ... Processing usr/bin/scalar ... Processing usr/bin/screen ... Processing usr/bin/seq ... Processing usr/bin/serdi ... Processing usr/bin/setfattr ... Processing usr/bin/setkeycodes ... Processing usr/bin/setserial ... Processing usr/bin/setsid ... Processing usr/bin/sha1sum ... Processing usr/bin/sha256sum ... Processing usr/bin/sha3sum ... Processing usr/bin/sha512sum ... Processing usr/bin/shred ... Processing usr/bin/slcan_attach ... Processing usr/bin/slcand ... Processing usr/bin/slcanpty ... Processing usr/bin/sort ... Processing usr/bin/sqlite3 ... Processing usr/bin/strings ... Processing usr/bin/svc ... Processing usr/bin/svok ... Processing usr/bin/syntax_suggest ... Processing usr/bin/tail ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/testj1939 ... Processing usr/bin/tftp ... Processing usr/bin/time ... Processing usr/bin/top ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/tree ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/tsort ... Processing usr/bin/tty ... Processing usr/bin/typeprof ... Processing usr/bin/uhttpd ... Processing usr/bin/uniq ... Processing usr/bin/unix2dos ... Processing usr/bin/unlink ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/unxz ... Processing usr/bin/unzip ... Processing usr/bin/uptime ... Processing usr/bin/ustreamer ... Processing usr/bin/ustreamer-dump ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/vlock ... Processing usr/bin/w ... Processing usr/bin/wc ... Processing usr/bin/wget ... Processing usr/bin/which ... Processing usr/bin/who ... Processing usr/bin/whoami ... Processing usr/bin/xargs ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... Processing usr/bin/xxd ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/yanglint ... Processing usr/bin/yangre ... Processing usr/bin/yes ... Processing usr/games ... Processing usr/games/prboom ... Processing usr/games/prboom-game-server ... Processing usr/lib ... Processing usr/lib/avahi ... Processing usr/lib/engines-3 ... Processing usr/lib/gio ... Processing usr/lib/gio/modules ... Processing usr/lib/imlib2 ... Processing usr/lib/imlib2/filters ... Processing usr/lib/imlib2/filters/bumpmap.so ... Processing usr/lib/imlib2/filters/colormod.so ... Processing usr/lib/imlib2/filters/testfilter.so ... Processing usr/lib/imlib2/loaders ... Processing usr/lib/imlib2/loaders/argb.so ... Processing usr/lib/imlib2/loaders/bmp.so ... Processing usr/lib/imlib2/loaders/ff.so ... Processing usr/lib/imlib2/loaders/ico.so ... Processing usr/lib/imlib2/loaders/lbm.so ... Processing usr/lib/imlib2/loaders/pnm.so ... Processing usr/lib/imlib2/loaders/tga.so ... Processing usr/lib/imlib2/loaders/xbm.so ... Processing usr/lib/imlib2/loaders/xpm.so ... Processing usr/lib/imlib2/loaders/zlib.so ... Processing usr/lib/libImlib2.so ... Processing usr/lib/libImlib2.so.1 ... Processing usr/lib/libImlib2.so.1.7.3 ... Processing usr/lib/libSDL-1.2.so.0 ... Processing usr/lib/libSDL-1.2.so.0.11.4 ... Processing usr/lib/libSDL.so ... Processing usr/lib/libSDL_mixer-1.2.so.0 ... Processing usr/lib/libSDL_mixer-1.2.so.0.12.1 ... Processing usr/lib/libSDL_mixer.so ... Processing usr/lib/libSDL_net-1.2.so.0 ... Processing usr/lib/libSDL_net-1.2.so.0.8.1 ... Processing usr/lib/libSDL_net.so ... Processing usr/lib/libarchive.so ... Processing usr/lib/libarchive.so.13 ... Processing usr/lib/libarchive.so.13.7.4 ... Processing usr/lib/libasm-0.189.so ... Processing usr/lib/libasm.so ... Processing usr/lib/libasm.so.1 ... Processing usr/lib/libasound.so ... Processing usr/lib/libasound.so.2 ... Processing usr/lib/libasound.so.2.0.0 ... Processing usr/lib/libatopology.so ... Processing usr/lib/libatopology.so.2 ... Processing usr/lib/libatopology.so.2.0.0 ... Processing usr/lib/libavahi-client.so ... Processing usr/lib/libavahi-client.so.3 ... Processing usr/lib/libavahi-client.so.3.2.9 ... Processing usr/lib/libavahi-common.so ... Processing usr/lib/libavahi-common.so.3 ... Processing usr/lib/libavahi-common.so.3.5.4 ... Processing usr/lib/libavahi-core.so ... Processing usr/lib/libavahi-core.so.7 ... Processing usr/lib/libavahi-core.so.7.1.0 ... Processing usr/lib/libavahi-glib.so ... Processing usr/lib/libavahi-glib.so.1 ... Processing usr/lib/libavahi-glib.so.1.0.2 ... Processing usr/lib/libavahi-gobject.so ... Processing usr/lib/libavahi-gobject.so.0 ... Processing usr/lib/libavahi-gobject.so.0.0.5 ... Processing usr/lib/libavahi-libevent.so ... Processing usr/lib/libavahi-libevent.so.1 ... Processing usr/lib/libavahi-libevent.so.1.0.0 ... Processing usr/lib/libavl.so ... Processing usr/lib/libavl.so.1 ... Processing usr/lib/libavl.so.1.5 ... Processing usr/lib/libblkid.so ... Processing usr/lib/libblobmsg_json.so ... Processing usr/lib/libbpf.so ... Processing usr/lib/libbpf.so.1 ... Processing usr/lib/libbpf.so.1.1.0 ... Processing usr/lib/libbsd.so ... Processing usr/lib/libbsd.so.0 ... Processing usr/lib/libbsd.so.0.11.7 ... Processing usr/lib/libcairo-gobject.so ... Processing usr/lib/libcairo-gobject.so.2 ... Processing usr/lib/libcairo-gobject.so.2.11704.0 ... Processing usr/lib/libcairo.so ... Processing usr/lib/libcairo.so.2 ... Processing usr/lib/libcairo.so.2.11704.0 ... Processing usr/lib/libcdaudio.so ... Processing usr/lib/libcdaudio.so.1 ... Processing usr/lib/libcdaudio.so.1.0.0 ... Processing usr/lib/libcdio.so ... Processing usr/lib/libcdio.so.19 ... Processing usr/lib/libcdio.so.19.0.0 ... Processing usr/lib/libcdio_cdda.so ... Processing usr/lib/libcdio_cdda.so.2 ... Processing usr/lib/libcdio_cdda.so.2.0.0 ... Processing usr/lib/libcdio_paranoia.so ... Processing usr/lib/libcdio_paranoia.so.2 ... Processing usr/lib/libcdio_paranoia.so.2.0.0 ... Processing usr/lib/libconfig.so ... Processing usr/lib/libconfig.so.11 ... Processing usr/lib/libconfig.so.11.1.0 ... Processing usr/lib/libcrypt.so ... Processing usr/lib/libcrypt.so.2 ... Processing usr/lib/libcrypt.so.2.0.0 ... Processing usr/lib/libcrypto.so ... Processing usr/lib/libcrypto.so.3 ... Processing usr/lib/libcurl.so ... Processing usr/lib/libcurl.so.4 ... Processing usr/lib/libcurl.so.4.8.0 ... Processing usr/lib/libcurses.so ... Processing usr/lib/libdaemon.so ... Processing usr/lib/libdaemon.so.0 ... Processing usr/lib/libdaemon.so.0.5.0 ... Processing usr/lib/libdbus-1.so ... Processing usr/lib/libdbus-1.so.3 ... Processing usr/lib/libdbus-1.so.3.32.4 ... Processing usr/lib/libdvbpsi.so ... Processing usr/lib/libdvbpsi.so.10 ... Processing usr/lib/libdvbpsi.so.10.0.0 ... Processing usr/lib/libdvdcss.so ... Processing usr/lib/libdvdcss.so.2 ... Processing usr/lib/libdvdcss.so.2.2.0 ... Processing usr/lib/libdvdread.so ... Processing usr/lib/libdvdread.so.8 ... Processing usr/lib/libdvdread.so.8.0.0 ... Processing usr/lib/libdw-0.189.so ... Processing usr/lib/libdw.so ... Processing usr/lib/libdw.so.1 ... Processing usr/lib/libelf-0.189.so ... Processing usr/lib/libelf.so ... Processing usr/lib/libelf.so.1 ... Processing usr/lib/libenet.so ... Processing usr/lib/libenet.so.7 ... Processing usr/lib/libenet.so.7.0.5 ... Processing usr/lib/libev.so ... Processing usr/lib/libev.so.4 ... Processing usr/lib/libev.so.4.0.0 ... Processing usr/lib/libevent-2.1.so.7 ... Processing usr/lib/libevent-2.1.so.7.0.1 ... Processing usr/lib/libevent.so ... Processing usr/lib/libevent_core-2.1.so.7 ... Processing usr/lib/libevent_core-2.1.so.7.0.1 ... Processing usr/lib/libevent_core.so ... Processing usr/lib/libevent_extra-2.1.so.7 ... Processing usr/lib/libevent_extra-2.1.so.7.0.1 ... Processing usr/lib/libevent_extra.so ... Processing usr/lib/libevent_openssl-2.1.so.7 ... Processing usr/lib/libevent_openssl-2.1.so.7.0.1 ... Processing usr/lib/libevent_openssl.so ... Processing usr/lib/libevent_pthreads-2.1.so.7 ... Processing usr/lib/libevent_pthreads-2.1.so.7.0.1 ... Processing usr/lib/libevent_pthreads.so ... Processing usr/lib/libexpat.so ... Processing usr/lib/libexpat.so.1 ... Processing usr/lib/libexpat.so.1.9.2 ... Processing usr/lib/libfastjson.so ... Processing usr/lib/libfastjson.so.4 ... Processing usr/lib/libfastjson.so.4.3.0 ... Processing usr/lib/libffi.so ... Processing usr/lib/libffi.so.8 ... Processing usr/lib/libffi.so.8.1.4 ... Processing usr/lib/libfftw3.so ... Processing usr/lib/libfftw3.so.3 ... Processing usr/lib/libfftw3.so.3.6.10 ... Processing usr/lib/libfl.so ... Processing usr/lib/libfl.so.2 ... Processing usr/lib/libfl.so.2.0.0 ... Processing usr/lib/libfontconfig.so ... Processing usr/lib/libfontconfig.so.1 ... Processing usr/lib/libfontconfig.so.1.12.0 ... Processing usr/lib/libform.so ... Processing usr/lib/libform.so.6 ... Processing usr/lib/libform.so.6.4 ... Processing usr/lib/libfreetype.so ... Processing usr/lib/libfreetype.so.6 ... Processing usr/lib/libfreetype.so.6.20.1 ... Processing usr/lib/libfribidi.so ... Processing usr/lib/libfribidi.so.0 ... Processing usr/lib/libfribidi.so.0.4.0 ... Processing usr/lib/libg722_1.so ... Processing usr/lib/libg722_1.so.0 ... Processing usr/lib/libg722_1.so.0.0.2 ... Processing usr/lib/libgd.so ... Processing usr/lib/libgd.so.3 ... Processing usr/lib/libgd.so.3.0.11 ... Processing usr/lib/libgif.so ... Processing usr/lib/libgif.so.7 ... Processing usr/lib/libgif.so.7.2.0 ... Processing usr/lib/libgio-2.0.so ... Processing usr/lib/libgio-2.0.so.0 ... Processing usr/lib/libgio-2.0.so.0.7600.1 ... Processing usr/lib/libglib-2.0.so ... Processing usr/lib/libglib-2.0.so.0 ... Processing usr/lib/libglib-2.0.so.0.7600.1 ... Processing usr/lib/libgmodule-2.0.so ... Processing usr/lib/libgmodule-2.0.so.0 ... Processing usr/lib/libgmodule-2.0.so.0.7600.1 ... Processing usr/lib/libgmp.so ... Processing usr/lib/libgmp.so.10 ... Processing usr/lib/libgmp.so.10.5.0 ... Processing usr/lib/libgobject-2.0.so ... Processing usr/lib/libgobject-2.0.so.0 ... Processing usr/lib/libgobject-2.0.so.0.7600.1 ... Processing usr/lib/libgphoto2 ... Processing usr/lib/libgphoto2/2.5.27 ... Processing usr/lib/libgphoto2/2.5.27/ax203.so ... Processing usr/lib/libgphoto2/2.5.27/canon.so ... Processing usr/lib/libgphoto2/2.5.27/digigr8.so ... Processing usr/lib/libgphoto2/2.5.27/dimagev.so ... Processing usr/lib/libgphoto2/2.5.27/directory.so ... Processing usr/lib/libgphoto2/2.5.27/docupen.so ... Processing usr/lib/libgphoto2/2.5.27/jl2005a.so ... Processing usr/lib/libgphoto2/2.5.27/jl2005c.so ... Processing usr/lib/libgphoto2/2.5.27/kodak_dc240.so ... Processing usr/lib/libgphoto2/2.5.27/lumix.so ... Processing usr/lib/libgphoto2/2.5.27/mars.so ... Processing usr/lib/libgphoto2/2.5.27/pentax.so ... Processing usr/lib/libgphoto2/2.5.27/ptp2.so ... Processing usr/lib/libgphoto2/2.5.27/ricoh_g3.so ... Processing usr/lib/libgphoto2/2.5.27/sierra.so ... Processing usr/lib/libgphoto2/2.5.27/sonix.so ... Processing usr/lib/libgphoto2/2.5.27/sq905.so ... Processing usr/lib/libgphoto2/2.5.27/st2205.so ... Processing usr/lib/libgphoto2/2.5.27/topfield.so ... Processing usr/lib/libgphoto2/2.5.27/tp6801.so ... Processing usr/lib/libgphoto2/print-camera-list ... Processing usr/lib/libgphoto2.so ... Processing usr/lib/libgphoto2.so.6 ... Processing usr/lib/libgphoto2.so.6.1.0 ... Processing usr/lib/libgphoto2_port ... Processing usr/lib/libgphoto2_port/0.12.0 ... Processing usr/lib/libgphoto2_port/0.12.0/disk.so ... Processing usr/lib/libgphoto2_port/0.12.0/ptpip.so ... Processing usr/lib/libgphoto2_port/0.12.0/serial.so ... Processing usr/lib/libgphoto2_port/0.12.0/usb1.so ... Processing usr/lib/libgphoto2_port/0.12.0/usbdiskdirect.so ... Processing usr/lib/libgphoto2_port/0.12.0/usbscsi.so ... Processing usr/lib/libgphoto2_port.so ... Processing usr/lib/libgphoto2_port.so.12 ... Processing usr/lib/libgphoto2_port.so.12.0.0 ... Processing usr/lib/libgthread-2.0.so ... Processing usr/lib/libgthread-2.0.so.0 ... Processing usr/lib/libgthread-2.0.so.0.7600.1 ... Processing usr/lib/libhistory.so ... Processing usr/lib/libhistory.so.8 ... Processing usr/lib/libhistory.so.8.2 ... Processing usr/lib/libhttp_parser.so ... Processing usr/lib/libhttp_parser.so.2.9 ... Processing usr/lib/libhttp_parser.so.2.9.4 ... Processing usr/lib/libiso9660.so ... Processing usr/lib/libiso9660.so.11 ... Processing usr/lib/libiso9660.so.11.0.0 ... Processing usr/lib/libixml.so ... Processing usr/lib/libixml.so.11 ... Processing usr/lib/libixml.so.11.1.2 ... Processing usr/lib/libjpeg.so ... Processing usr/lib/libjpeg.so.8 ... Processing usr/lib/libjpeg.so.8.2.2 ... Processing usr/lib/libjson-c.so ... Processing usr/lib/libjson-c.so.5 ... Processing usr/lib/libjson-c.so.5.3.0 ... Processing usr/lib/libjson_script.so ... Processing usr/lib/libkeyutils.so ... Processing usr/lib/libkeyutils.so.1 ... Processing usr/lib/libkeyutils.so.1.10 ... Processing usr/lib/liblmdb.so ... Processing usr/lib/libltdl.so ... Processing usr/lib/libltdl.so.7 ... Processing usr/lib/libltdl.so.7.3.1 ... Processing usr/lib/liblz4.so ... Processing usr/lib/liblz4.so.1 ... Processing usr/lib/liblz4.so.1.9.4 ... Processing usr/lib/libmagic.so ... Processing usr/lib/libmagic.so.1 ... Processing usr/lib/libmagic.so.1.0.0 ... Processing usr/lib/libmd.so ... Processing usr/lib/libmd.so.0 ... Processing usr/lib/libmd.so.0.1.0 ... Processing usr/lib/libmenu.so ... Processing usr/lib/libmenu.so.6 ... Processing usr/lib/libmenu.so.6.4 ... Processing usr/lib/libmodbus.so ... Processing usr/lib/libmodbus.so.5 ... Processing usr/lib/libmodbus.so.5.1.0 ... Processing usr/lib/libmosquitto.so ... Processing usr/lib/libmosquitto.so.1 ... Processing usr/lib/libmount.so ... Processing usr/lib/libmpc.so ... Processing usr/lib/libmpc.so.3 ... Processing usr/lib/libmpc.so.3.3.1 ... Processing usr/lib/libmpfr.so ... Processing usr/lib/libmpfr.so.6 ... Processing usr/lib/libmpfr.so.6.1.1 ... Processing usr/lib/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.4 ... Processing usr/lib/libogg.so ... Processing usr/lib/libogg.so.0 ... Processing usr/lib/libogg.so.0.8.5 ... Processing usr/lib/libopen62541.so ... Processing usr/lib/libopen62541.so.1 ... Processing usr/lib/libopen62541.so.1.3.10 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.4 ... Processing usr/lib/libpcap.so ... Processing usr/lib/libpcap.so.1 ... Processing usr/lib/libpcap.so.1.10.4 ... Processing usr/lib/libpcre2-8.so ... Processing usr/lib/libpcre2-8.so.0 ... Processing usr/lib/libpcre2-8.so.0.12.0 ... Processing usr/lib/libpcre2-posix.so ... Processing usr/lib/libpcre2-posix.so.3 ... Processing usr/lib/libpcre2-posix.so.3.0.5 ... Processing usr/lib/libpixman-1.so ... Processing usr/lib/libpixman-1.so.0 ... Processing usr/lib/libpixman-1.so.0.42.2 ... Processing usr/lib/libpng.so ... Processing usr/lib/libpng16.so ... Processing usr/lib/libpng16.so.16 ... Processing usr/lib/libpng16.so.16.43.0 ... Processing usr/lib/libpopt.so ... Processing usr/lib/libpopt.so.0 ... Processing usr/lib/libpopt.so.0.0.2 ... Processing usr/lib/libproxychains4.so ... Processing usr/lib/libreadline.so ... Processing usr/lib/libreadline.so.8 ... Processing usr/lib/libreadline.so.8.2 ... Processing usr/lib/libruby.so ... Processing usr/lib/libruby.so.3.3 ... Processing usr/lib/libruby.so.3.3.4 ... Processing usr/lib/libserd-0.so ... Processing usr/lib/libserd-0.so.0 ... Processing usr/lib/libserd-0.so.0.30.14 ... Processing usr/lib/libsmartcols.so ... Processing usr/lib/libsqlite3.so ... Processing usr/lib/libsqlite3.so.0 ... Processing usr/lib/libsqlite3.so.0.8.6 ... Processing usr/lib/libssh2.so ... Processing usr/lib/libssh2.so.1 ... Processing usr/lib/libssh2.so.1.0.1 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.3 ... Processing usr/lib/libtheora.so ... Processing usr/lib/libtheora.so.0 ... Processing usr/lib/libtheora.so.0.3.10 ... Processing usr/lib/libtheoradec.so ... Processing usr/lib/libtheoradec.so.1 ... Processing usr/lib/libtheoradec.so.1.1.4 ... Processing usr/lib/libtheoraenc.so ... Processing usr/lib/libtheoraenc.so.1 ... Processing usr/lib/libtheoraenc.so.1.1.2 ... Processing usr/lib/libtpl.so ... Processing usr/lib/libtpl.so.0 ... Processing usr/lib/libtpl.so.0.0.0 ... Processing usr/lib/libturbojpeg.so ... Processing usr/lib/libturbojpeg.so.0 ... Processing usr/lib/libturbojpeg.so.0.2.0 ... Processing usr/lib/libubox.so ... Processing usr/lib/libudf.so ... Processing usr/lib/libudf.so.0 ... Processing usr/lib/libudf.so.0.0.0 ... Processing usr/lib/libunbound.so ... Processing usr/lib/libunbound.so.8 ... Processing usr/lib/libunbound.so.8.1.27 ... Processing usr/lib/libupnp.so ... Processing usr/lib/libupnp.so.17 ... Processing usr/lib/libupnp.so.17.1.10 ... Processing usr/lib/libusb-1.0.so ... Processing usr/lib/libusb-1.0.so.0 ... Processing usr/lib/libusb-1.0.so.0.4.0 ... Processing usr/lib/libuuid.so ... Processing usr/lib/libvorbis.so ... Processing usr/lib/libvorbis.so.0 ... Processing usr/lib/libvorbis.so.0.4.9 ... Processing usr/lib/libvorbisenc.so ... Processing usr/lib/libvorbisenc.so.2 ... Processing usr/lib/libvorbisenc.so.2.0.12 ... Processing usr/lib/libvorbisfile.so ... Processing usr/lib/libvorbisfile.so.3 ... Processing usr/lib/libvorbisfile.so.3.3.8 ... Processing usr/lib/libxml2.so ... Processing usr/lib/libxml2.so.2 ... Processing usr/lib/libxml2.so.2.12.9 ... Processing usr/lib/libyang.so ... Processing usr/lib/libyang.so.2 ... Processing usr/lib/libyang.so.2.46.3 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.3.1 ... Processing usr/lib/os-release ... Processing usr/lib/ossl-modules ... Processing usr/lib/ossl-modules/legacy.so ... Processing usr/lib/php ... Processing usr/lib/ruby ... Processing usr/lib/ruby/3.3.0 ... Processing usr/lib/ruby/3.3.0/English.rb ... Processing usr/lib/ruby/3.3.0/abbrev.rb ... Processing usr/lib/ruby/3.3.0/base64.rb ... Processing usr/lib/ruby/3.3.0/benchmark.rb ... Processing usr/lib/ruby/3.3.0/bigdecimal ... Processing usr/lib/ruby/3.3.0/bigdecimal/jacobian.rb ... Processing usr/lib/ruby/3.3.0/bigdecimal/ludcmp.rb ... Processing usr/lib/ruby/3.3.0/bigdecimal/math.rb ... Processing usr/lib/ruby/3.3.0/bigdecimal/newton.rb ... Processing usr/lib/ruby/3.3.0/bigdecimal/util.rb ... Processing usr/lib/ruby/3.3.0/bigdecimal.rb ... Processing usr/lib/ruby/3.3.0/bundled_gems.rb ... Processing usr/lib/ruby/3.3.0/bundler ... Processing usr/lib/ruby/3.3.0/bundler/build_metadata.rb ... Processing usr/lib/ruby/3.3.0/bundler/capistrano.rb ... Processing usr/lib/ruby/3.3.0/bundler/checksum.rb ... Processing usr/lib/ruby/3.3.0/bundler/ci_detector.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli ... Processing usr/lib/ruby/3.3.0/bundler/cli/add.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/binstubs.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/cache.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/check.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/clean.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/common.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/config.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/console.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/doctor.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/exec.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/fund.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/gem.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/info.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/init.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/inject.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/install.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/issue.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/list.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/lock.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/open.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/outdated.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/platform.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/plugin.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/pristine.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/remove.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/show.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/update.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli/viz.rb ... Processing usr/lib/ruby/3.3.0/bundler/cli.rb ... Processing usr/lib/ruby/3.3.0/bundler/compact_index_client ... Processing usr/lib/ruby/3.3.0/bundler/compact_index_client/cache.rb ... Processing usr/lib/ruby/3.3.0/bundler/compact_index_client/cache_file.rb ... Processing usr/lib/ruby/3.3.0/bundler/compact_index_client/gem_parser.rb ... Processing usr/lib/ruby/3.3.0/bundler/compact_index_client/updater.rb ... Processing usr/lib/ruby/3.3.0/bundler/compact_index_client.rb ... Processing usr/lib/ruby/3.3.0/bundler/constants.rb ... Processing usr/lib/ruby/3.3.0/bundler/current_ruby.rb ... Processing usr/lib/ruby/3.3.0/bundler/definition.rb ... Processing usr/lib/ruby/3.3.0/bundler/dependency.rb ... Processing usr/lib/ruby/3.3.0/bundler/deployment.rb ... Processing usr/lib/ruby/3.3.0/bundler/deprecate.rb ... Processing usr/lib/ruby/3.3.0/bundler/digest.rb ... Processing usr/lib/ruby/3.3.0/bundler/dsl.rb ... Processing usr/lib/ruby/3.3.0/bundler/endpoint_specification.rb ... Processing usr/lib/ruby/3.3.0/bundler/env.rb ... Processing usr/lib/ruby/3.3.0/bundler/environment_preserver.rb ... Processing usr/lib/ruby/3.3.0/bundler/errors.rb ... Processing usr/lib/ruby/3.3.0/bundler/feature_flag.rb ... Processing usr/lib/ruby/3.3.0/bundler/fetcher ... Processing usr/lib/ruby/3.3.0/bundler/fetcher/base.rb ... Processing usr/lib/ruby/3.3.0/bundler/fetcher/compact_index.rb ... Processing usr/lib/ruby/3.3.0/bundler/fetcher/dependency.rb ... Processing usr/lib/ruby/3.3.0/bundler/fetcher/downloader.rb ... Processing usr/lib/ruby/3.3.0/bundler/fetcher/gem_remote_fetcher.rb ... Processing usr/lib/ruby/3.3.0/bundler/fetcher/index.rb ... Processing usr/lib/ruby/3.3.0/bundler/fetcher.rb ... Processing usr/lib/ruby/3.3.0/bundler/force_platform.rb ... Processing usr/lib/ruby/3.3.0/bundler/friendly_errors.rb ... Processing usr/lib/ruby/3.3.0/bundler/gem_helper.rb ... Processing usr/lib/ruby/3.3.0/bundler/gem_helpers.rb ... Processing usr/lib/ruby/3.3.0/bundler/gem_tasks.rb ... Processing usr/lib/ruby/3.3.0/bundler/gem_version_promoter.rb ... Processing usr/lib/ruby/3.3.0/bundler/graph.rb ... Processing usr/lib/ruby/3.3.0/bundler/index.rb ... Processing usr/lib/ruby/3.3.0/bundler/injector.rb ... Processing usr/lib/ruby/3.3.0/bundler/inline.rb ... Processing usr/lib/ruby/3.3.0/bundler/installer ... Processing usr/lib/ruby/3.3.0/bundler/installer/gem_installer.rb ... Processing usr/lib/ruby/3.3.0/bundler/installer/parallel_installer.rb ... Processing usr/lib/ruby/3.3.0/bundler/installer/standalone.rb ... Processing usr/lib/ruby/3.3.0/bundler/installer.rb ... Processing usr/lib/ruby/3.3.0/bundler/lazy_specification.rb ... Processing usr/lib/ruby/3.3.0/bundler/lockfile_generator.rb ... Processing usr/lib/ruby/3.3.0/bundler/lockfile_parser.rb ... Processing usr/lib/ruby/3.3.0/bundler/man ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-add.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-add.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-binstubs.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-binstubs.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-cache.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-cache.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-check.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-check.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-clean.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-clean.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-config.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-config.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-console.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-console.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-doctor.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-doctor.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-exec.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-exec.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-gem.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-gem.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-help.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-help.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-info.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-info.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-init.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-init.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-inject.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-inject.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-install.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-install.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-list.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-list.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-lock.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-lock.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-open.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-open.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-outdated.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-outdated.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-platform.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-platform.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-plugin.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-plugin.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-pristine.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-pristine.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-remove.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-remove.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-show.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-show.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-update.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-update.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-version.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-version.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-viz.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle-viz.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle.1 ... Processing usr/lib/ruby/3.3.0/bundler/man/bundle.1.ronn ... Processing usr/lib/ruby/3.3.0/bundler/man/gemfile.5 ... Processing usr/lib/ruby/3.3.0/bundler/man/gemfile.5.ronn ... Processing usr/lib/ruby/3.3.0/bundler/match_metadata.rb ... Processing usr/lib/ruby/3.3.0/bundler/match_platform.rb ... Processing usr/lib/ruby/3.3.0/bundler/match_remote_metadata.rb ... Processing usr/lib/ruby/3.3.0/bundler/mirror.rb ... Processing usr/lib/ruby/3.3.0/bundler/plugin ... Processing usr/lib/ruby/3.3.0/bundler/plugin/api ... Processing usr/lib/ruby/3.3.0/bundler/plugin/api/source.rb ... Processing usr/lib/ruby/3.3.0/bundler/plugin/api.rb ... Processing usr/lib/ruby/3.3.0/bundler/plugin/dsl.rb ... Processing usr/lib/ruby/3.3.0/bundler/plugin/events.rb ... Processing usr/lib/ruby/3.3.0/bundler/plugin/index.rb ... Processing usr/lib/ruby/3.3.0/bundler/plugin/installer ... Processing usr/lib/ruby/3.3.0/bundler/plugin/installer/git.rb ... Processing usr/lib/ruby/3.3.0/bundler/plugin/installer/path.rb ... Processing usr/lib/ruby/3.3.0/bundler/plugin/installer/rubygems.rb ... Processing usr/lib/ruby/3.3.0/bundler/plugin/installer.rb ... Processing usr/lib/ruby/3.3.0/bundler/plugin/source_list.rb ... Processing usr/lib/ruby/3.3.0/bundler/plugin.rb ... Processing usr/lib/ruby/3.3.0/bundler/process_lock.rb ... Processing usr/lib/ruby/3.3.0/bundler/remote_specification.rb ... Processing usr/lib/ruby/3.3.0/bundler/resolver ... Processing usr/lib/ruby/3.3.0/bundler/resolver/base.rb ... Processing usr/lib/ruby/3.3.0/bundler/resolver/candidate.rb ... Processing usr/lib/ruby/3.3.0/bundler/resolver/incompatibility.rb ... Processing usr/lib/ruby/3.3.0/bundler/resolver/package.rb ... Processing usr/lib/ruby/3.3.0/bundler/resolver/root.rb ... Processing usr/lib/ruby/3.3.0/bundler/resolver/spec_group.rb ... Processing usr/lib/ruby/3.3.0/bundler/resolver.rb ... Processing usr/lib/ruby/3.3.0/bundler/retry.rb ... Processing usr/lib/ruby/3.3.0/bundler/ruby_dsl.rb ... Processing usr/lib/ruby/3.3.0/bundler/ruby_version.rb ... Processing usr/lib/ruby/3.3.0/bundler/rubygems_ext.rb ... Processing usr/lib/ruby/3.3.0/bundler/rubygems_gem_installer.rb ... Processing usr/lib/ruby/3.3.0/bundler/rubygems_integration.rb ... Processing usr/lib/ruby/3.3.0/bundler/runtime.rb ... Processing usr/lib/ruby/3.3.0/bundler/safe_marshal.rb ... Processing usr/lib/ruby/3.3.0/bundler/self_manager.rb ... Processing usr/lib/ruby/3.3.0/bundler/settings ... Processing usr/lib/ruby/3.3.0/bundler/settings/validator.rb ... Processing usr/lib/ruby/3.3.0/bundler/settings.rb ... Processing usr/lib/ruby/3.3.0/bundler/setup.rb ... Processing usr/lib/ruby/3.3.0/bundler/shared_helpers.rb ... Processing usr/lib/ruby/3.3.0/bundler/similarity_detector.rb ... Processing usr/lib/ruby/3.3.0/bundler/source ... Processing usr/lib/ruby/3.3.0/bundler/source/gemspec.rb ... Processing usr/lib/ruby/3.3.0/bundler/source/git ... Processing usr/lib/ruby/3.3.0/bundler/source/git/git_proxy.rb ... Processing usr/lib/ruby/3.3.0/bundler/source/git.rb ... Processing usr/lib/ruby/3.3.0/bundler/source/metadata.rb ... Processing usr/lib/ruby/3.3.0/bundler/source/path ... Processing usr/lib/ruby/3.3.0/bundler/source/path/installer.rb ... Processing usr/lib/ruby/3.3.0/bundler/source/path.rb ... Processing usr/lib/ruby/3.3.0/bundler/source/rubygems ... Processing usr/lib/ruby/3.3.0/bundler/source/rubygems/remote.rb ... Processing usr/lib/ruby/3.3.0/bundler/source/rubygems.rb ... Processing usr/lib/ruby/3.3.0/bundler/source/rubygems_aggregate.rb ... Processing usr/lib/ruby/3.3.0/bundler/source.rb ... Processing usr/lib/ruby/3.3.0/bundler/source_list.rb ... Processing usr/lib/ruby/3.3.0/bundler/source_map.rb ... Processing usr/lib/ruby/3.3.0/bundler/spec_set.rb ... Processing usr/lib/ruby/3.3.0/bundler/stub_specification.rb ... Processing usr/lib/ruby/3.3.0/bundler/templates ... Processing usr/lib/ruby/3.3.0/bundler/templates/Executable ... Processing usr/lib/ruby/3.3.0/bundler/templates/Executable.bundler ... Processing usr/lib/ruby/3.3.0/bundler/templates/Executable.standalone ... Processing usr/lib/ruby/3.3.0/bundler/templates/Gemfile ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/CHANGELOG.md.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/Cargo.toml.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/Gemfile.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/LICENSE.txt.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/README.md.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/Rakefile.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/bin ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/bin/console.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/bin/setup.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/circleci ... Processing []/lib/ruby/3.3.0/bundler/templates/newgem/circleci/config.yml.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/exe ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/exe/newgem.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/ext ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/ext/newgem ... Processing []ib/ruby/3.3.0/bundler/templates/newgem/ext/newgem/Cargo.toml.tt ... Processing []/ruby/3.3.0/bundler/templates/newgem/ext/newgem/extconf-c.rb.tt ... Processing []by/3.3.0/bundler/templates/newgem/ext/newgem/extconf-rust.rb.tt ... Processing []/lib/ruby/3.3.0/bundler/templates/newgem/ext/newgem/newgem.c.tt ... Processing []/lib/ruby/3.3.0/bundler/templates/newgem/ext/newgem/newgem.h.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/ext/newgem/src ... Processing []ib/ruby/3.3.0/bundler/templates/newgem/ext/newgem/src/lib.rs.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/github ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/github/workflows ... Processing []uby/3.3.0/bundler/templates/newgem/github/workflows/main.yml.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/gitignore.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/gitlab-ci.yml.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/lib ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/lib/newgem ... Processing []ib/ruby/3.3.0/bundler/templates/newgem/lib/newgem/version.rb.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/lib/newgem.rb.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/newgem.gemspec.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/rspec.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/rubocop.yml.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/sig ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/sig/newgem.rbs.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/spec ... Processing []/lib/ruby/3.3.0/bundler/templates/newgem/spec/newgem_spec.rb.tt ... Processing []/lib/ruby/3.3.0/bundler/templates/newgem/spec/spec_helper.rb.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/standard.yml.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/test ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/test/minitest ... Processing []/3.3.0/bundler/templates/newgem/test/minitest/test_helper.rb.tt ... Processing []/3.3.0/bundler/templates/newgem/test/minitest/test_newgem.rb.tt ... Processing usr/lib/ruby/3.3.0/bundler/templates/newgem/test/test-unit ... Processing []3.3.0/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt ... Processing []3.3.0/bundler/templates/newgem/test/test-unit/test_helper.rb.tt ... Processing usr/lib/ruby/3.3.0/bundler/ui ... Processing usr/lib/ruby/3.3.0/bundler/ui/rg_proxy.rb ... Processing usr/lib/ruby/3.3.0/bundler/ui/shell.rb ... Processing usr/lib/ruby/3.3.0/bundler/ui/silent.rb ... Processing usr/lib/ruby/3.3.0/bundler/ui.rb ... Processing usr/lib/ruby/3.3.0/bundler/uri_credentials_filter.rb ... Processing usr/lib/ruby/3.3.0/bundler/uri_normalizer.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor ... Processing usr/lib/ruby/3.3.0/bundler/vendor/connection_pool ... Processing usr/lib/ruby/3.3.0/bundler/vendor/connection_pool/lib ... Processing []b/ruby/3.3.0/bundler/vendor/connection_pool/lib/connection_pool ... Processing []ndler/vendor/connection_pool/lib/connection_pool/timed_stack.rb ... Processing []0/bundler/vendor/connection_pool/lib/connection_pool/version.rb ... Processing []0/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb ... Processing []uby/3.3.0/bundler/vendor/connection_pool/lib/connection_pool.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/fileutils ... Processing usr/lib/ruby/3.3.0/bundler/vendor/fileutils/lib ... Processing usr/lib/ruby/3.3.0/bundler/vendor/fileutils/lib/fileutils.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/net-http-persistent ... Processing usr/lib/ruby/3.3.0/bundler/vendor/net-http-persistent/lib ... Processing usr/lib/ruby/3.3.0/bundler/vendor/net-http-persistent/lib/net ... Processing []/lib/ruby/3.3.0/bundler/vendor/net-http-persistent/lib/net/http ... Processing [].3.0/bundler/vendor/net-http-persistent/lib/net/http/persistent ... Processing []endor/net-http-persistent/lib/net/http/persistent/connection.rb ... Processing []dler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb ... Processing []et-http-persistent/lib/net/http/persistent/timed_stack_multi.rb ... Processing []0/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/pub_grub ... Processing usr/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib ... Processing usr/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub ... Processing []b/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/assignment.rb ... Processing [].0/bundler/vendor/pub_grub/lib/pub_grub/basic_package_source.rb ... Processing []by/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/failure_writer.rb ... Processing []y/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/incompatibility.rb ... Processing []/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/package.rb ... Processing []/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/partial_solution.rb ... Processing []lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/rubygems.rb ... Processing []uby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/solve_failure.rb ... Processing []0/bundler/vendor/pub_grub/lib/pub_grub/static_package_source.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/term.rb ... Processing []/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/version.rb ... Processing [].3.0/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb ... Processing []uby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb ... Processing []by/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/version_solver.rb ... Processing []uby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/version_union.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/actions ... Processing []/ruby/3.3.0/bundler/vendor/thor/lib/thor/actions/create_file.rb ... Processing []/ruby/3.3.0/bundler/vendor/thor/lib/thor/actions/create_link.rb ... Processing []ib/ruby/3.3.0/bundler/vendor/thor/lib/thor/actions/directory.rb ... Processing []y/3.3.0/bundler/vendor/thor/lib/thor/actions/empty_directory.rb ... Processing []3.3.0/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb ... Processing []/3.3.0/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/actions.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/base.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/command.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/core_ext ... Processing []r/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/error.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/group.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/invocation.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/line_editor ... Processing []ib/ruby/3.3.0/bundler/vendor/thor/lib/thor/line_editor/basic.rb ... Processing []ruby/3.3.0/bundler/vendor/thor/lib/thor/line_editor/readline.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/line_editor.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/nested_context.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/parser ... Processing []/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/parser/argument.rb ... Processing []lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/parser/arguments.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/parser/option.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/parser/options.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/parser.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/rake_compat.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/runner.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell/basic.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell/color.rb ... Processing []ruby/3.3.0/bundler/vendor/thor/lib/thor/shell/column_printer.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell/html.rb ... Processing []/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell/table_printer.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell/terminal.rb ... Processing []uby/3.3.0/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/util.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/version.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/tsort ... Processing usr/lib/ruby/3.3.0/bundler/vendor/tsort/lib ... Processing usr/lib/ruby/3.3.0/bundler/vendor/tsort/lib/tsort.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/common.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/file.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/ftp.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/generic.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/http.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/https.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/ldap.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/ldaps.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/mailto.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/rfc2396_parser.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/rfc3986_parser.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/version.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/ws.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/wss.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendored_fileutils.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendored_net_http.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendored_persistent.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendored_pub_grub.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendored_thor.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendored_timeout.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendored_tsort.rb ... Processing usr/lib/ruby/3.3.0/bundler/vendored_uri.rb ... Processing usr/lib/ruby/3.3.0/bundler/version.rb ... Processing usr/lib/ruby/3.3.0/bundler/vlad.rb ... Processing usr/lib/ruby/3.3.0/bundler/worker.rb ... Processing usr/lib/ruby/3.3.0/bundler/yaml_serializer.rb ... Processing usr/lib/ruby/3.3.0/bundler.rb ... Processing usr/lib/ruby/3.3.0/cgi ... Processing usr/lib/ruby/3.3.0/cgi/cookie.rb ... Processing usr/lib/ruby/3.3.0/cgi/core.rb ... Processing usr/lib/ruby/3.3.0/cgi/html.rb ... Processing usr/lib/ruby/3.3.0/cgi/session ... Processing usr/lib/ruby/3.3.0/cgi/session/pstore.rb ... Processing usr/lib/ruby/3.3.0/cgi/session.rb ... Processing usr/lib/ruby/3.3.0/cgi/util.rb ... Processing usr/lib/ruby/3.3.0/cgi.rb ... Processing usr/lib/ruby/3.3.0/coverage.rb ... Processing usr/lib/ruby/3.3.0/csv ... Processing usr/lib/ruby/3.3.0/csv/core_ext ... Processing usr/lib/ruby/3.3.0/csv/core_ext/array.rb ... Processing usr/lib/ruby/3.3.0/csv/core_ext/string.rb ... Processing usr/lib/ruby/3.3.0/csv/fields_converter.rb ... Processing usr/lib/ruby/3.3.0/csv/input_record_separator.rb ... Processing usr/lib/ruby/3.3.0/csv/parser.rb ... Processing usr/lib/ruby/3.3.0/csv/row.rb ... Processing usr/lib/ruby/3.3.0/csv/table.rb ... Processing usr/lib/ruby/3.3.0/csv/version.rb ... Processing usr/lib/ruby/3.3.0/csv/writer.rb ... Processing usr/lib/ruby/3.3.0/csv.rb ... Processing usr/lib/ruby/3.3.0/date.rb ... Processing usr/lib/ruby/3.3.0/delegate.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean ... Processing usr/lib/ruby/3.3.0/did_you_mean/core_ext ... Processing usr/lib/ruby/3.3.0/did_you_mean/core_ext/name_error.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean/experimental.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean/formatter.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean/formatters ... Processing usr/lib/ruby/3.3.0/did_you_mean/formatters/plain_formatter.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean/formatters/verbose_formatter.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean/jaro_winkler.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean/levenshtein.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean/spell_checker.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean/spell_checkers ... Processing []lib/ruby/3.3.0/did_you_mean/spell_checkers/key_error_checker.rb ... Processing []b/ruby/3.3.0/did_you_mean/spell_checkers/method_name_checker.rb ... Processing []/lib/ruby/3.3.0/did_you_mean/spell_checkers/name_error_checkers ... Processing []u_mean/spell_checkers/name_error_checkers/class_name_checker.rb ... Processing []ean/spell_checkers/name_error_checkers/variable_name_checker.rb ... Processing []b/ruby/3.3.0/did_you_mean/spell_checkers/name_error_checkers.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean/spell_checkers/null_checker.rb ... Processing []y/3.3.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb ... Processing []/ruby/3.3.0/did_you_mean/spell_checkers/require_path_checker.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean/tree_spell_checker.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean/verbose.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean/version.rb ... Processing usr/lib/ruby/3.3.0/did_you_mean.rb ... Processing usr/lib/ruby/3.3.0/digest ... Processing usr/lib/ruby/3.3.0/digest/loader.rb ... Processing usr/lib/ruby/3.3.0/digest/sha2 ... Processing usr/lib/ruby/3.3.0/digest/sha2/loader.rb ... Processing usr/lib/ruby/3.3.0/digest/sha2.rb ... Processing usr/lib/ruby/3.3.0/digest/version.rb ... Processing usr/lib/ruby/3.3.0/digest.rb ... Processing usr/lib/ruby/3.3.0/drb ... Processing usr/lib/ruby/3.3.0/drb/acl.rb ... Processing usr/lib/ruby/3.3.0/drb/drb.rb ... Processing usr/lib/ruby/3.3.0/drb/eq.rb ... Processing usr/lib/ruby/3.3.0/drb/extserv.rb ... Processing usr/lib/ruby/3.3.0/drb/extservm.rb ... Processing usr/lib/ruby/3.3.0/drb/gw.rb ... Processing usr/lib/ruby/3.3.0/drb/invokemethod.rb ... Processing usr/lib/ruby/3.3.0/drb/observer.rb ... Processing usr/lib/ruby/3.3.0/drb/ssl.rb ... Processing usr/lib/ruby/3.3.0/drb/timeridconv.rb ... Processing usr/lib/ruby/3.3.0/drb/unix.rb ... Processing usr/lib/ruby/3.3.0/drb/version.rb ... Processing usr/lib/ruby/3.3.0/drb/weakidconv.rb ... Processing usr/lib/ruby/3.3.0/drb.rb ... Processing usr/lib/ruby/3.3.0/erb ... Processing usr/lib/ruby/3.3.0/erb/compiler.rb ... Processing usr/lib/ruby/3.3.0/erb/def_method.rb ... Processing usr/lib/ruby/3.3.0/erb/util.rb ... Processing usr/lib/ruby/3.3.0/erb/version.rb ... Processing usr/lib/ruby/3.3.0/erb.rb ... Processing usr/lib/ruby/3.3.0/error_highlight ... Processing usr/lib/ruby/3.3.0/error_highlight/base.rb ... Processing usr/lib/ruby/3.3.0/error_highlight/core_ext.rb ... Processing usr/lib/ruby/3.3.0/error_highlight/formatter.rb ... Processing usr/lib/ruby/3.3.0/error_highlight/version.rb ... Processing usr/lib/ruby/3.3.0/error_highlight.rb ... Processing usr/lib/ruby/3.3.0/expect.rb ... Processing usr/lib/ruby/3.3.0/fiddle ... Processing usr/lib/ruby/3.3.0/fiddle/closure.rb ... Processing usr/lib/ruby/3.3.0/fiddle/cparser.rb ... Processing usr/lib/ruby/3.3.0/fiddle/function.rb ... Processing usr/lib/ruby/3.3.0/fiddle/import.rb ... Processing usr/lib/ruby/3.3.0/fiddle/pack.rb ... Processing usr/lib/ruby/3.3.0/fiddle/struct.rb ... Processing usr/lib/ruby/3.3.0/fiddle/types.rb ... Processing usr/lib/ruby/3.3.0/fiddle/value.rb ... Processing usr/lib/ruby/3.3.0/fiddle/version.rb ... Processing usr/lib/ruby/3.3.0/fiddle.rb ... Processing usr/lib/ruby/3.3.0/fileutils.rb ... Processing usr/lib/ruby/3.3.0/find.rb ... Processing usr/lib/ruby/3.3.0/forwardable ... Processing usr/lib/ruby/3.3.0/forwardable/impl.rb ... Processing usr/lib/ruby/3.3.0/forwardable.rb ... Processing usr/lib/ruby/3.3.0/getoptlong.rb ... Processing usr/lib/ruby/3.3.0/io ... Processing usr/lib/ruby/3.3.0/io/console ... Processing usr/lib/ruby/3.3.0/io/console/size.rb ... Processing usr/lib/ruby/3.3.0/ipaddr.rb ... Processing usr/lib/ruby/3.3.0/irb ... Processing usr/lib/ruby/3.3.0/irb/cmd ... Processing usr/lib/ruby/3.3.0/irb/cmd/nop.rb ... Processing usr/lib/ruby/3.3.0/irb/color.rb ... Processing usr/lib/ruby/3.3.0/irb/color_printer.rb ... Processing usr/lib/ruby/3.3.0/irb/command ... Processing usr/lib/ruby/3.3.0/irb/command/backtrace.rb ... Processing usr/lib/ruby/3.3.0/irb/command/base.rb ... Processing usr/lib/ruby/3.3.0/irb/command/break.rb ... Processing usr/lib/ruby/3.3.0/irb/command/catch.rb ... Processing usr/lib/ruby/3.3.0/irb/command/chws.rb ... Processing usr/lib/ruby/3.3.0/irb/command/context.rb ... Processing usr/lib/ruby/3.3.0/irb/command/continue.rb ... Processing usr/lib/ruby/3.3.0/irb/command/debug.rb ... Processing usr/lib/ruby/3.3.0/irb/command/delete.rb ... Processing usr/lib/ruby/3.3.0/irb/command/disable_irb.rb ... Processing usr/lib/ruby/3.3.0/irb/command/edit.rb ... Processing usr/lib/ruby/3.3.0/irb/command/exit.rb ... Processing usr/lib/ruby/3.3.0/irb/command/finish.rb ... Processing usr/lib/ruby/3.3.0/irb/command/force_exit.rb ... Processing usr/lib/ruby/3.3.0/irb/command/help.rb ... Processing usr/lib/ruby/3.3.0/irb/command/history.rb ... Processing usr/lib/ruby/3.3.0/irb/command/info.rb ... Processing usr/lib/ruby/3.3.0/irb/command/internal_helpers.rb ... Processing usr/lib/ruby/3.3.0/irb/command/irb_info.rb ... Processing usr/lib/ruby/3.3.0/irb/command/load.rb ... Processing usr/lib/ruby/3.3.0/irb/command/ls.rb ... Processing usr/lib/ruby/3.3.0/irb/command/measure.rb ... Processing usr/lib/ruby/3.3.0/irb/command/next.rb ... Processing usr/lib/ruby/3.3.0/irb/command/pushws.rb ... Processing usr/lib/ruby/3.3.0/irb/command/show_doc.rb ... Processing usr/lib/ruby/3.3.0/irb/command/show_source.rb ... Processing usr/lib/ruby/3.3.0/irb/command/step.rb ... Processing usr/lib/ruby/3.3.0/irb/command/subirb.rb ... Processing usr/lib/ruby/3.3.0/irb/command/whereami.rb ... Processing usr/lib/ruby/3.3.0/irb/command.rb ... Processing usr/lib/ruby/3.3.0/irb/completion.rb ... Processing usr/lib/ruby/3.3.0/irb/context.rb ... Processing usr/lib/ruby/3.3.0/irb/debug ... Processing usr/lib/ruby/3.3.0/irb/debug/ui.rb ... Processing usr/lib/ruby/3.3.0/irb/debug.rb ... Processing usr/lib/ruby/3.3.0/irb/default_commands.rb ... Processing usr/lib/ruby/3.3.0/irb/easter-egg.rb ... Processing usr/lib/ruby/3.3.0/irb/ext ... Processing usr/lib/ruby/3.3.0/irb/ext/change-ws.rb ... Processing usr/lib/ruby/3.3.0/irb/ext/eval_history.rb ... Processing usr/lib/ruby/3.3.0/irb/ext/loader.rb ... Processing usr/lib/ruby/3.3.0/irb/ext/multi-irb.rb ... Processing usr/lib/ruby/3.3.0/irb/ext/tracer.rb ... Processing usr/lib/ruby/3.3.0/irb/ext/use-loader.rb ... Processing usr/lib/ruby/3.3.0/irb/ext/workspaces.rb ... Processing usr/lib/ruby/3.3.0/irb/frame.rb ... Processing usr/lib/ruby/3.3.0/irb/help.rb ... Processing usr/lib/ruby/3.3.0/irb/helper_method ... Processing usr/lib/ruby/3.3.0/irb/helper_method/base.rb ... Processing usr/lib/ruby/3.3.0/irb/helper_method/conf.rb ... Processing usr/lib/ruby/3.3.0/irb/helper_method.rb ... Processing usr/lib/ruby/3.3.0/irb/history.rb ... Processing usr/lib/ruby/3.3.0/irb/init.rb ... Processing usr/lib/ruby/3.3.0/irb/input-method.rb ... Processing usr/lib/ruby/3.3.0/irb/inspector.rb ... Processing usr/lib/ruby/3.3.0/irb/lc ... Processing usr/lib/ruby/3.3.0/irb/lc/error.rb ... Processing usr/lib/ruby/3.3.0/irb/lc/help-message ... Processing usr/lib/ruby/3.3.0/irb/lc/ja ... Processing usr/lib/ruby/3.3.0/irb/lc/ja/error.rb ... Processing usr/lib/ruby/3.3.0/irb/lc/ja/help-message ... Processing usr/lib/ruby/3.3.0/irb/locale.rb ... Processing usr/lib/ruby/3.3.0/irb/nesting_parser.rb ... Processing usr/lib/ruby/3.3.0/irb/notifier.rb ... Processing usr/lib/ruby/3.3.0/irb/output-method.rb ... Processing usr/lib/ruby/3.3.0/irb/pager.rb ... Processing usr/lib/ruby/3.3.0/irb/ruby-lex.rb ... Processing usr/lib/ruby/3.3.0/irb/ruby_logo.aa ... Processing usr/lib/ruby/3.3.0/irb/source_finder.rb ... Processing usr/lib/ruby/3.3.0/irb/statement.rb ... Processing usr/lib/ruby/3.3.0/irb/version.rb ... Processing usr/lib/ruby/3.3.0/irb/workspace.rb ... Processing usr/lib/ruby/3.3.0/irb/ws-for-case-2.rb ... Processing usr/lib/ruby/3.3.0/irb/xmp.rb ... Processing usr/lib/ruby/3.3.0/irb.rb ... Processing usr/lib/ruby/3.3.0/json ... Processing usr/lib/ruby/3.3.0/json/add ... Processing usr/lib/ruby/3.3.0/json/add/bigdecimal.rb ... Processing usr/lib/ruby/3.3.0/json/add/complex.rb ... Processing usr/lib/ruby/3.3.0/json/add/core.rb ... Processing usr/lib/ruby/3.3.0/json/add/date.rb ... Processing usr/lib/ruby/3.3.0/json/add/date_time.rb ... Processing usr/lib/ruby/3.3.0/json/add/exception.rb ... Processing usr/lib/ruby/3.3.0/json/add/ostruct.rb ... Processing usr/lib/ruby/3.3.0/json/add/range.rb ... Processing usr/lib/ruby/3.3.0/json/add/rational.rb ... Processing usr/lib/ruby/3.3.0/json/add/regexp.rb ... Processing usr/lib/ruby/3.3.0/json/add/set.rb ... Processing usr/lib/ruby/3.3.0/json/add/struct.rb ... Processing usr/lib/ruby/3.3.0/json/add/symbol.rb ... Processing usr/lib/ruby/3.3.0/json/add/time.rb ... Processing usr/lib/ruby/3.3.0/json/common.rb ... Processing usr/lib/ruby/3.3.0/json/ext.rb ... Processing usr/lib/ruby/3.3.0/json/generic_object.rb ... Processing usr/lib/ruby/3.3.0/json/version.rb ... Processing usr/lib/ruby/3.3.0/json.rb ... Processing usr/lib/ruby/3.3.0/kconv.rb ... Processing usr/lib/ruby/3.3.0/logger ... Processing usr/lib/ruby/3.3.0/logger/errors.rb ... Processing usr/lib/ruby/3.3.0/logger/formatter.rb ... Processing usr/lib/ruby/3.3.0/logger/log_device.rb ... Processing usr/lib/ruby/3.3.0/logger/period.rb ... Processing usr/lib/ruby/3.3.0/logger/severity.rb ... Processing usr/lib/ruby/3.3.0/logger/version.rb ... Processing usr/lib/ruby/3.3.0/logger.rb ... Processing usr/lib/ruby/3.3.0/mkmf.rb ... Processing usr/lib/ruby/3.3.0/monitor.rb ... Processing usr/lib/ruby/3.3.0/mutex_m.rb ... Processing usr/lib/ruby/3.3.0/net ... Processing usr/lib/ruby/3.3.0/net/http ... Processing usr/lib/ruby/3.3.0/net/http/backward.rb ... Processing usr/lib/ruby/3.3.0/net/http/exceptions.rb ... Processing usr/lib/ruby/3.3.0/net/http/generic_request.rb ... Processing usr/lib/ruby/3.3.0/net/http/header.rb ... Processing usr/lib/ruby/3.3.0/net/http/proxy_delta.rb ... Processing usr/lib/ruby/3.3.0/net/http/request.rb ... Processing usr/lib/ruby/3.3.0/net/http/requests.rb ... Processing usr/lib/ruby/3.3.0/net/http/response.rb ... Processing usr/lib/ruby/3.3.0/net/http/responses.rb ... Processing usr/lib/ruby/3.3.0/net/http/status.rb ... Processing usr/lib/ruby/3.3.0/net/http.rb ... Processing usr/lib/ruby/3.3.0/net/https.rb ... Processing usr/lib/ruby/3.3.0/net/protocol.rb ... Processing usr/lib/ruby/3.3.0/objspace ... Processing usr/lib/ruby/3.3.0/objspace/trace.rb ... Processing usr/lib/ruby/3.3.0/objspace.rb ... Processing usr/lib/ruby/3.3.0/observer.rb ... Processing usr/lib/ruby/3.3.0/open-uri.rb ... Processing usr/lib/ruby/3.3.0/open3 ... Processing usr/lib/ruby/3.3.0/open3/version.rb ... Processing usr/lib/ruby/3.3.0/open3.rb ... Processing usr/lib/ruby/3.3.0/openssl ... Processing usr/lib/ruby/3.3.0/openssl/bn.rb ... Processing usr/lib/ruby/3.3.0/openssl/buffering.rb ... Processing usr/lib/ruby/3.3.0/openssl/cipher.rb ... Processing usr/lib/ruby/3.3.0/openssl/digest.rb ... Processing usr/lib/ruby/3.3.0/openssl/hmac.rb ... Processing usr/lib/ruby/3.3.0/openssl/marshal.rb ... Processing usr/lib/ruby/3.3.0/openssl/pkcs5.rb ... Processing usr/lib/ruby/3.3.0/openssl/pkey.rb ... Processing usr/lib/ruby/3.3.0/openssl/ssl.rb ... Processing usr/lib/ruby/3.3.0/openssl/version.rb ... Processing usr/lib/ruby/3.3.0/openssl/x509.rb ... Processing usr/lib/ruby/3.3.0/openssl.rb ... Processing usr/lib/ruby/3.3.0/optionparser.rb ... Processing usr/lib/ruby/3.3.0/optparse ... Processing usr/lib/ruby/3.3.0/optparse/ac.rb ... Processing usr/lib/ruby/3.3.0/optparse/date.rb ... Processing usr/lib/ruby/3.3.0/optparse/kwargs.rb ... Processing usr/lib/ruby/3.3.0/optparse/shellwords.rb ... Processing usr/lib/ruby/3.3.0/optparse/time.rb ... Processing usr/lib/ruby/3.3.0/optparse/uri.rb ... Processing usr/lib/ruby/3.3.0/optparse/version.rb ... Processing usr/lib/ruby/3.3.0/optparse.rb ... Processing usr/lib/ruby/3.3.0/ostruct.rb ... Processing usr/lib/ruby/3.3.0/pathname.rb ... Processing usr/lib/ruby/3.3.0/pp.rb ... Processing usr/lib/ruby/3.3.0/prettyprint.rb ... Processing usr/lib/ruby/3.3.0/prism ... Processing usr/lib/ruby/3.3.0/prism/compiler.rb ... Processing usr/lib/ruby/3.3.0/prism/debug.rb ... Processing usr/lib/ruby/3.3.0/prism/desugar_compiler.rb ... Processing usr/lib/ruby/3.3.0/prism/dispatcher.rb ... Processing usr/lib/ruby/3.3.0/prism/dsl.rb ... Processing usr/lib/ruby/3.3.0/prism/ffi.rb ... Processing usr/lib/ruby/3.3.0/prism/lex_compat.rb ... Processing usr/lib/ruby/3.3.0/prism/mutation_compiler.rb ... Processing usr/lib/ruby/3.3.0/prism/node.rb ... Processing usr/lib/ruby/3.3.0/prism/node_ext.rb ... Processing usr/lib/ruby/3.3.0/prism/node_inspector.rb ... Processing usr/lib/ruby/3.3.0/prism/pack.rb ... Processing usr/lib/ruby/3.3.0/prism/parse_result ... Processing usr/lib/ruby/3.3.0/prism/parse_result/comments.rb ... Processing usr/lib/ruby/3.3.0/prism/parse_result/newlines.rb ... Processing usr/lib/ruby/3.3.0/prism/parse_result.rb ... Processing usr/lib/ruby/3.3.0/prism/pattern.rb ... Processing usr/lib/ruby/3.3.0/prism/ripper_compat.rb ... Processing usr/lib/ruby/3.3.0/prism/serialize.rb ... Processing usr/lib/ruby/3.3.0/prism/visitor.rb ... Processing usr/lib/ruby/3.3.0/prism.rb ... Processing usr/lib/ruby/3.3.0/pstore.rb ... Processing usr/lib/ruby/3.3.0/random ... Processing usr/lib/ruby/3.3.0/random/formatter.rb ... Processing usr/lib/ruby/3.3.0/readline.rb ... Processing usr/lib/ruby/3.3.0/reline ... Processing usr/lib/ruby/3.3.0/reline/ansi.rb ... Processing usr/lib/ruby/3.3.0/reline/config.rb ... Processing usr/lib/ruby/3.3.0/reline/face.rb ... Processing usr/lib/ruby/3.3.0/reline/general_io.rb ... Processing usr/lib/ruby/3.3.0/reline/history.rb ... Processing usr/lib/ruby/3.3.0/reline/key_actor ... Processing usr/lib/ruby/3.3.0/reline/key_actor/base.rb ... Processing usr/lib/ruby/3.3.0/reline/key_actor/emacs.rb ... Processing usr/lib/ruby/3.3.0/reline/key_actor/vi_command.rb ... Processing usr/lib/ruby/3.3.0/reline/key_actor/vi_insert.rb ... Processing usr/lib/ruby/3.3.0/reline/key_actor.rb ... Processing usr/lib/ruby/3.3.0/reline/key_stroke.rb ... Processing usr/lib/ruby/3.3.0/reline/kill_ring.rb ... Processing usr/lib/ruby/3.3.0/reline/line_editor.rb ... Processing usr/lib/ruby/3.3.0/reline/terminfo.rb ... Processing usr/lib/ruby/3.3.0/reline/unicode ... Processing usr/lib/ruby/3.3.0/reline/unicode/east_asian_width.rb ... Processing usr/lib/ruby/3.3.0/reline/unicode.rb ... Processing usr/lib/ruby/3.3.0/reline/version.rb ... Processing usr/lib/ruby/3.3.0/reline/windows.rb ... Processing usr/lib/ruby/3.3.0/reline.rb ... Processing usr/lib/ruby/3.3.0/resolv-replace.rb ... Processing usr/lib/ruby/3.3.0/resolv.rb ... Processing usr/lib/ruby/3.3.0/rinda ... Processing usr/lib/ruby/3.3.0/rinda/rinda.rb ... Processing usr/lib/ruby/3.3.0/rinda/ring.rb ... Processing usr/lib/ruby/3.3.0/rinda/tuplespace.rb ... Processing usr/lib/ruby/3.3.0/ripper ... Processing usr/lib/ruby/3.3.0/ripper/core.rb ... Processing usr/lib/ruby/3.3.0/ripper/filter.rb ... Processing usr/lib/ruby/3.3.0/ripper/lexer.rb ... Processing usr/lib/ruby/3.3.0/ripper/sexp.rb ... Processing usr/lib/ruby/3.3.0/ripper.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/assembler.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/block.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/branch_stub.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/c_pointer.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/c_type.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/code_block.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/compiler.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/context.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/entry_stub.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/exit_compiler.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/hooks.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/insn_compiler.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/instruction.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/invariants.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/jit_state.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/stats.rb ... Processing usr/lib/ruby/3.3.0/ruby_vm/rjit/type.rb ... Processing usr/lib/ruby/3.3.0/securerandom.rb ... Processing usr/lib/ruby/3.3.0/set ... Processing usr/lib/ruby/3.3.0/set/sorted_set.rb ... Processing usr/lib/ruby/3.3.0/set.rb ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/bigdecimal.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/cgi ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/cgi/escape.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/continuation.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/coverage.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/date_core.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/digest ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/digest/bubblebabble.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/digest/md5.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/digest/rmd160.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/digest/sha1.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/digest/sha2.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/digest.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/big5.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/cesu_8.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/cp949.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/emacs_mule.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/encdb.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/euc_jp.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/euc_kr.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/euc_tw.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/gb18030.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/gb2312.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/gbk.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_1.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_10.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_11.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_13.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_14.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_15.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_16.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_2.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_3.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_4.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_5.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_6.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_7.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_8.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/iso_8859_9.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/koi8_r.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/koi8_u.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/shift_jis.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/big5.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/cesu_8.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/chinese.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/ebcdic.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/emoji.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/emoji_iso2022_kddi.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/emoji_sjis_docomo.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/emoji_sjis_kddi.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/emoji_sjis_softbank.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/escape.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/gb18030.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/gbk.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/iso2022.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/japanese.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/japanese_euc.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/japanese_sjis.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/korean.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/single_byte.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/transdb.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/utf8_mac.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/trans/utf_16_32.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/utf_16be.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/utf_16le.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/utf_32be.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/utf_32le.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/windows_1250.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/windows_1251.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/windows_1252.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/windows_1253.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/windows_1254.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/windows_1257.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/enc/windows_31j.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/erb ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/erb/escape.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/etc.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/fcntl.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/fiddle.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/io ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/io/console.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/io/nonblock.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/io/wait.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/json ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/json/ext ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/json/ext/generator.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/json/ext/parser.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/monitor.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/nkf.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/objspace.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/openssl.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/pathname.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/pty.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/rbconfig ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/rbconfig/sizeof.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/rbconfig.rb ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/ripper.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/socket.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/stringio.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/strscan.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/syslog.so ... Processing usr/lib/ruby/3.3.0/sh4-linux-gnu/zlib.so ... Processing usr/lib/ruby/3.3.0/shellwords.rb ... Processing usr/lib/ruby/3.3.0/singleton.rb ... Processing usr/lib/ruby/3.3.0/socket.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest ... Processing usr/lib/ruby/3.3.0/syntax_suggest/api.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/around_block_scan.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/block_expand.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/capture ... Processing []/ruby/3.3.0/syntax_suggest/capture/before_after_keyword_ends.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/capture/falling_indent_lines.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/capture_code_context.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/clean_document.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/cli.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/code_block.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/code_frontier.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/code_line.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/code_search.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/core_ext.rb ... Processing []lib/ruby/3.3.0/syntax_suggest/display_code_with_line_numbers.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/display_invalid_blocks.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/explain_syntax.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/left_right_lex_count.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/lex_all.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/lex_value.rb ... Processing []/lib/ruby/3.3.0/syntax_suggest/parse_blocks_from_indent_line.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/pathname_from_message.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/priority_engulf_queue.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/priority_queue.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/ripper_errors.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/scan_history.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/unvisited_lines.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest/version.rb ... Processing usr/lib/ruby/3.3.0/syntax_suggest.rb ... Processing usr/lib/ruby/3.3.0/syslog ... Processing usr/lib/ruby/3.3.0/syslog/logger.rb ... Processing usr/lib/ruby/3.3.0/tempfile.rb ... Processing usr/lib/ruby/3.3.0/time.rb ... Processing usr/lib/ruby/3.3.0/timeout.rb ... Processing usr/lib/ruby/3.3.0/tmpdir.rb ... Processing usr/lib/ruby/3.3.0/tsort.rb ... Processing usr/lib/ruby/3.3.0/un.rb ... Processing usr/lib/ruby/3.3.0/unicode_normalize ... Processing usr/lib/ruby/3.3.0/unicode_normalize/normalize.rb ... Processing usr/lib/ruby/3.3.0/unicode_normalize/tables.rb ... Processing usr/lib/ruby/3.3.0/uri ... Processing usr/lib/ruby/3.3.0/uri/common.rb ... Processing usr/lib/ruby/3.3.0/uri/file.rb ... Processing usr/lib/ruby/3.3.0/uri/ftp.rb ... Processing usr/lib/ruby/3.3.0/uri/generic.rb ... Processing usr/lib/ruby/3.3.0/uri/http.rb ... Processing usr/lib/ruby/3.3.0/uri/https.rb ... Processing usr/lib/ruby/3.3.0/uri/ldap.rb ... Processing usr/lib/ruby/3.3.0/uri/ldaps.rb ... Processing usr/lib/ruby/3.3.0/uri/mailto.rb ... Processing usr/lib/ruby/3.3.0/uri/rfc2396_parser.rb ... Processing usr/lib/ruby/3.3.0/uri/rfc3986_parser.rb ... Processing usr/lib/ruby/3.3.0/uri/version.rb ... Processing usr/lib/ruby/3.3.0/uri/ws.rb ... Processing usr/lib/ruby/3.3.0/uri/wss.rb ... Processing usr/lib/ruby/3.3.0/uri.rb ... Processing usr/lib/ruby/3.3.0/weakref.rb ... Processing usr/lib/ruby/3.3.0/yaml ... Processing usr/lib/ruby/3.3.0/yaml/dbm.rb ... Processing usr/lib/ruby/3.3.0/yaml/store.rb ... Processing usr/lib/ruby/3.3.0/yaml.rb ... Processing usr/lib/ruby/site_ruby ... Processing usr/lib/ruby/site_ruby/3.3.0 ... Processing usr/lib/ruby/site_ruby/3.3.0/sh4-linux-gnu ... Processing usr/lib/ruby/vendor_ruby ... Processing usr/lib/ruby/vendor_ruby/3.3.0 ... Processing usr/lib/ruby/vendor_ruby/3.3.0/sh4-linux-gnu ... Processing usr/lib/terminfo ... Processing usr/lib32 ... Processing usr/libexec ... Processing usr/libexec/dbus-daemon-launch-helper ... Processing usr/libexec/gio-launch-desktop ... Processing usr/libexec/git-core ... Processing usr/libexec/git-core/git ... Processing usr/libexec/git-core/git-add ... Processing usr/libexec/git-core/git-am ... Processing usr/libexec/git-core/git-annotate ... Processing usr/libexec/git-core/git-apply ... Processing usr/libexec/git-core/git-archimport ... Processing usr/libexec/git-core/git-archive ... Processing usr/libexec/git-core/git-bisect ... Processing usr/libexec/git-core/git-blame ... Processing usr/libexec/git-core/git-branch ... Processing usr/libexec/git-core/git-bugreport ... Processing usr/libexec/git-core/git-bundle ... Processing usr/libexec/git-core/git-cat-file ... Processing usr/libexec/git-core/git-check-attr ... Processing usr/libexec/git-core/git-check-ignore ... Processing usr/libexec/git-core/git-check-mailmap ... Processing usr/libexec/git-core/git-check-ref-format ... Processing usr/libexec/git-core/git-checkout ... Processing usr/libexec/git-core/git-checkout--worker ... Processing usr/libexec/git-core/git-checkout-index ... Processing usr/libexec/git-core/git-cherry ... Processing usr/libexec/git-core/git-cherry-pick ... Processing usr/libexec/git-core/git-clean ... Processing usr/libexec/git-core/git-clone ... Processing usr/libexec/git-core/git-column ... Processing usr/libexec/git-core/git-commit ... Processing usr/libexec/git-core/git-commit-graph ... Processing usr/libexec/git-core/git-commit-tree ... Processing usr/libexec/git-core/git-config ... Processing usr/libexec/git-core/git-count-objects ... Processing usr/libexec/git-core/git-credential ... Processing usr/libexec/git-core/git-credential-cache ... Processing usr/libexec/git-core/git-credential-cache--daemon ... Processing usr/libexec/git-core/git-credential-store ... Processing usr/libexec/git-core/git-cvsexportcommit ... Processing usr/libexec/git-core/git-cvsimport ... Processing usr/libexec/git-core/git-cvsserver ... Processing usr/libexec/git-core/git-daemon ... Processing usr/libexec/git-core/git-describe ... Processing usr/libexec/git-core/git-diagnose ... Processing usr/libexec/git-core/git-diff ... Processing usr/libexec/git-core/git-diff-files ... Processing usr/libexec/git-core/git-diff-index ... Processing usr/libexec/git-core/git-diff-tree ... Processing usr/libexec/git-core/git-difftool ... Processing usr/libexec/git-core/git-difftool--helper ... Processing usr/libexec/git-core/git-fast-export ... Processing usr/libexec/git-core/git-fast-import ... Processing usr/libexec/git-core/git-fetch ... Processing usr/libexec/git-core/git-fetch-pack ... Processing usr/libexec/git-core/git-filter-branch ... Processing usr/libexec/git-core/git-fmt-merge-msg ... Processing usr/libexec/git-core/git-for-each-ref ... Processing usr/libexec/git-core/git-for-each-repo ... Processing usr/libexec/git-core/git-format-patch ... Processing usr/libexec/git-core/git-fsck ... Processing usr/libexec/git-core/git-fsck-objects ... Processing usr/libexec/git-core/git-fsmonitor--daemon ... Processing usr/libexec/git-core/git-gc ... Processing usr/libexec/git-core/git-get-tar-commit-id ... Processing usr/libexec/git-core/git-grep ... Processing usr/libexec/git-core/git-hash-object ... Processing usr/libexec/git-core/git-help ... Processing usr/libexec/git-core/git-hook ... Processing usr/libexec/git-core/git-http-backend ... Processing usr/libexec/git-core/git-http-fetch ... Processing usr/libexec/git-core/git-http-push ... Processing usr/libexec/git-core/git-imap-send ... Processing usr/libexec/git-core/git-index-pack ... Processing usr/libexec/git-core/git-init ... Processing usr/libexec/git-core/git-init-db ... Processing usr/libexec/git-core/git-instaweb ... Processing usr/libexec/git-core/git-interpret-trailers ... Processing usr/libexec/git-core/git-log ... Processing usr/libexec/git-core/git-ls-files ... Processing usr/libexec/git-core/git-ls-remote ... Processing usr/libexec/git-core/git-ls-tree ... Processing usr/libexec/git-core/git-mailinfo ... Processing usr/libexec/git-core/git-mailsplit ... Processing usr/libexec/git-core/git-maintenance ... Processing usr/libexec/git-core/git-merge ... Processing usr/libexec/git-core/git-merge-base ... Processing usr/libexec/git-core/git-merge-file ... Processing usr/libexec/git-core/git-merge-index ... Processing usr/libexec/git-core/git-merge-octopus ... Processing usr/libexec/git-core/git-merge-one-file ... Processing usr/libexec/git-core/git-merge-ours ... Processing usr/libexec/git-core/git-merge-recursive ... Processing usr/libexec/git-core/git-merge-resolve ... Processing usr/libexec/git-core/git-merge-subtree ... Processing usr/libexec/git-core/git-merge-tree ... Processing usr/libexec/git-core/git-mergetool ... Processing usr/libexec/git-core/git-mergetool--lib ... Processing usr/libexec/git-core/git-mktag ... Processing usr/libexec/git-core/git-mktree ... Processing usr/libexec/git-core/git-multi-pack-index ... Processing usr/libexec/git-core/git-mv ... Processing usr/libexec/git-core/git-name-rev ... Processing usr/libexec/git-core/git-notes ... Processing usr/libexec/git-core/git-p4 ... Processing usr/libexec/git-core/git-pack-objects ... Processing usr/libexec/git-core/git-pack-redundant ... Processing usr/libexec/git-core/git-pack-refs ... Processing usr/libexec/git-core/git-patch-id ... Processing usr/libexec/git-core/git-prune ... Processing usr/libexec/git-core/git-prune-packed ... Processing usr/libexec/git-core/git-pull ... Processing usr/libexec/git-core/git-push ... Processing usr/libexec/git-core/git-quiltimport ... Processing usr/libexec/git-core/git-range-diff ... Processing usr/libexec/git-core/git-read-tree ... Processing usr/libexec/git-core/git-rebase ... Processing usr/libexec/git-core/git-receive-pack ... Processing usr/libexec/git-core/git-reflog ... Processing usr/libexec/git-core/git-remote ... Processing usr/libexec/git-core/git-remote-ext ... Processing usr/libexec/git-core/git-remote-fd ... Processing usr/libexec/git-core/git-remote-ftp ... Processing usr/libexec/git-core/git-remote-ftps ... Processing usr/libexec/git-core/git-remote-http ... Processing usr/libexec/git-core/git-remote-https ... Processing usr/libexec/git-core/git-repack ... Processing usr/libexec/git-core/git-replace ... Processing usr/libexec/git-core/git-replay ... Processing usr/libexec/git-core/git-request-pull ... Processing usr/libexec/git-core/git-rerere ... Processing usr/libexec/git-core/git-reset ... Processing usr/libexec/git-core/git-restore ... Processing usr/libexec/git-core/git-rev-list ... Processing usr/libexec/git-core/git-rev-parse ... Processing usr/libexec/git-core/git-revert ... Processing usr/libexec/git-core/git-rm ... Processing usr/libexec/git-core/git-send-email ... Processing usr/libexec/git-core/git-send-pack ... Processing usr/libexec/git-core/git-sh-i18n ... Processing usr/libexec/git-core/git-sh-i18n--envsubst ... Processing usr/libexec/git-core/git-sh-setup ... Processing usr/libexec/git-core/git-shell ... Processing usr/libexec/git-core/git-shortlog ... Processing usr/libexec/git-core/git-show ... Processing usr/libexec/git-core/git-show-branch ... Processing usr/libexec/git-core/git-show-index ... Processing usr/libexec/git-core/git-show-ref ... Processing usr/libexec/git-core/git-sparse-checkout ... Processing usr/libexec/git-core/git-stage ... Processing usr/libexec/git-core/git-stash ... Processing usr/libexec/git-core/git-status ... Processing usr/libexec/git-core/git-stripspace ... Processing usr/libexec/git-core/git-submodule ... Processing usr/libexec/git-core/git-submodule--helper ... Processing usr/libexec/git-core/git-svn ... Processing usr/libexec/git-core/git-switch ... Processing usr/libexec/git-core/git-symbolic-ref ... Processing usr/libexec/git-core/git-tag ... Processing usr/libexec/git-core/git-unpack-file ... Processing usr/libexec/git-core/git-unpack-objects ... Processing usr/libexec/git-core/git-update-index ... Processing usr/libexec/git-core/git-update-ref ... Processing usr/libexec/git-core/git-update-server-info ... Processing usr/libexec/git-core/git-upload-archive ... Processing usr/libexec/git-core/git-upload-pack ... Processing usr/libexec/git-core/git-var ... Processing usr/libexec/git-core/git-verify-commit ... Processing usr/libexec/git-core/git-verify-pack ... Processing usr/libexec/git-core/git-verify-tag ... Processing usr/libexec/git-core/git-version ... Processing usr/libexec/git-core/git-web--browse ... Processing usr/libexec/git-core/git-whatchanged ... Processing usr/libexec/git-core/git-worktree ... Processing usr/libexec/git-core/git-write-tree ... Processing usr/libexec/git-core/mergetools ... Processing usr/libexec/git-core/mergetools/araxis ... Processing usr/libexec/git-core/mergetools/bc ... Processing usr/libexec/git-core/mergetools/codecompare ... Processing usr/libexec/git-core/mergetools/deltawalker ... Processing usr/libexec/git-core/mergetools/diffmerge ... Processing usr/libexec/git-core/mergetools/diffuse ... Processing usr/libexec/git-core/mergetools/ecmerge ... Processing usr/libexec/git-core/mergetools/emerge ... Processing usr/libexec/git-core/mergetools/examdiff ... Processing usr/libexec/git-core/mergetools/guiffy ... Processing usr/libexec/git-core/mergetools/gvimdiff ... Processing usr/libexec/git-core/mergetools/kdiff3 ... Processing usr/libexec/git-core/mergetools/kompare ... Processing usr/libexec/git-core/mergetools/meld ... Processing usr/libexec/git-core/mergetools/nvimdiff ... Processing usr/libexec/git-core/mergetools/opendiff ... Processing usr/libexec/git-core/mergetools/p4merge ... Processing usr/libexec/git-core/mergetools/smerge ... Processing usr/libexec/git-core/mergetools/tkdiff ... Processing usr/libexec/git-core/mergetools/tortoisemerge ... Processing usr/libexec/git-core/mergetools/vimdiff ... Processing usr/libexec/git-core/mergetools/winmerge ... Processing usr/libexec/git-core/mergetools/xxdiff ... Processing usr/libexec/git-core/scalar ... Processing usr/sbin ... Processing usr/sbin/addgroup ... Processing usr/sbin/adduser ... Processing usr/sbin/arping ... Processing usr/sbin/avahi-daemon ... Processing usr/sbin/avahi-dnsconfd ... Processing usr/sbin/brctl ... Processing usr/sbin/chroot ... Processing usr/sbin/crond ... Processing usr/sbin/delgroup ... Processing usr/sbin/deluser ... Processing usr/sbin/dnsd ... Processing usr/sbin/ether-wake ... Processing usr/sbin/fan-ctrl ... Processing usr/sbin/fbset ... Processing usr/sbin/fdformat ... Processing usr/sbin/fsfreeze ... Processing usr/sbin/hddtemp ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/iftop ... Processing usr/sbin/inetd ... Processing usr/sbin/killall5 ... Processing usr/sbin/loadfont ... Processing usr/sbin/mim ... Processing usr/sbin/nologin ... Processing usr/sbin/odhcp6c ... Processing usr/sbin/odhcp6c-update ... Processing usr/sbin/partprobe ... Processing usr/sbin/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/seedrng ... Processing usr/sbin/setlogcons ... Processing usr/sbin/ubirename ... Processing usr/sbin/unbound ... Processing usr/sbin/unbound-anchor ... Processing usr/sbin/unbound-checkconf ... Processing usr/sbin/unbound-control ... Processing usr/sbin/unbound-control-setup ... Processing usr/sbin/unbound-host ... Processing usr/share ... Processing usr/share/alsa ... Processing usr/share/alsa/alsa.conf ... Processing usr/share/alsa/cards ... Processing usr/share/alsa/cards/AACI.conf ... Processing usr/share/alsa/cards/ATIIXP-MODEM.conf ... Processing usr/share/alsa/cards/ATIIXP-SPDMA.conf ... Processing usr/share/alsa/cards/ATIIXP.conf ... Processing usr/share/alsa/cards/AU8810.conf ... Processing usr/share/alsa/cards/AU8820.conf ... Processing usr/share/alsa/cards/AU8830.conf ... Processing usr/share/alsa/cards/Audigy.conf ... Processing usr/share/alsa/cards/Audigy2.conf ... Processing usr/share/alsa/cards/Aureon51.conf ... Processing usr/share/alsa/cards/Aureon71.conf ... Processing usr/share/alsa/cards/CA0106.conf ... Processing usr/share/alsa/cards/CMI8338-SWIEC.conf ... Processing usr/share/alsa/cards/CMI8338.conf ... Processing usr/share/alsa/cards/CMI8738-MC6.conf ... Processing usr/share/alsa/cards/CMI8738-MC8.conf ... Processing usr/share/alsa/cards/CMI8788.conf ... Processing usr/share/alsa/cards/CS46xx.conf ... Processing usr/share/alsa/cards/EMU10K1.conf ... Processing usr/share/alsa/cards/EMU10K1X.conf ... Processing usr/share/alsa/cards/ENS1370.conf ... Processing usr/share/alsa/cards/ENS1371.conf ... Processing usr/share/alsa/cards/ES1968.conf ... Processing usr/share/alsa/cards/Echo_Echo3G.conf ... Processing usr/share/alsa/cards/FM801.conf ... Processing usr/share/alsa/cards/FWSpeakers.conf ... Processing usr/share/alsa/cards/FireWave.conf ... Processing usr/share/alsa/cards/GUS.conf ... Processing usr/share/alsa/cards/HDA-Intel.conf ... Processing usr/share/alsa/cards/HdmiLpeAudio.conf ... Processing usr/share/alsa/cards/ICE1712.conf ... Processing usr/share/alsa/cards/ICE1724.conf ... Processing usr/share/alsa/cards/ICH-MODEM.conf ... Processing usr/share/alsa/cards/ICH.conf ... Processing usr/share/alsa/cards/ICH4.conf ... Processing usr/share/alsa/cards/Loopback.conf ... Processing usr/share/alsa/cards/Maestro3.conf ... Processing usr/share/alsa/cards/NFORCE.conf ... Processing usr/share/alsa/cards/PC-Speaker.conf ... Processing usr/share/alsa/cards/PMac.conf ... Processing usr/share/alsa/cards/PMacToonie.conf ... Processing usr/share/alsa/cards/PS3.conf ... Processing usr/share/alsa/cards/RME9636.conf ... Processing usr/share/alsa/cards/RME9652.conf ... Processing usr/share/alsa/cards/SB-XFi.conf ... Processing usr/share/alsa/cards/SI7018.conf ... Processing usr/share/alsa/cards/TRID4DWAVENX.conf ... Processing usr/share/alsa/cards/USB-Audio.conf ... Processing usr/share/alsa/cards/VIA686A.conf ... Processing usr/share/alsa/cards/VIA8233.conf ... Processing usr/share/alsa/cards/VIA8233A.conf ... Processing usr/share/alsa/cards/VIA8237.conf ... Processing usr/share/alsa/cards/VX222.conf ... Processing usr/share/alsa/cards/VXPocket.conf ... Processing usr/share/alsa/cards/VXPocket440.conf ... Processing usr/share/alsa/cards/YMF744.conf ... Processing usr/share/alsa/cards/aliases.conf ... Processing usr/share/alsa/cards/pistachio-card.conf ... Processing usr/share/alsa/cards/vc4-hdmi.conf ... Processing usr/share/alsa/ctl ... Processing usr/share/alsa/ctl/default.conf ... Processing usr/share/alsa/pcm ... Processing usr/share/alsa/pcm/center_lfe.conf ... Processing usr/share/alsa/pcm/default.conf ... Processing usr/share/alsa/pcm/dmix.conf ... Processing usr/share/alsa/pcm/dpl.conf ... Processing usr/share/alsa/pcm/dsnoop.conf ... Processing usr/share/alsa/pcm/front.conf ... Processing usr/share/alsa/pcm/hdmi.conf ... Processing usr/share/alsa/pcm/iec958.conf ... Processing usr/share/alsa/pcm/modem.conf ... Processing usr/share/alsa/pcm/rear.conf ... Processing usr/share/alsa/pcm/side.conf ... Processing usr/share/alsa/pcm/surround21.conf ... Processing usr/share/alsa/pcm/surround40.conf ... Processing usr/share/alsa/pcm/surround41.conf ... Processing usr/share/alsa/pcm/surround50.conf ... Processing usr/share/alsa/pcm/surround51.conf ... Processing usr/share/alsa/pcm/surround71.conf ... Processing usr/share/avahi ... Processing usr/share/avahi/avahi-service.dtd ... Processing usr/share/dbus-1 ... Processing usr/share/dbus-1/interfaces ... Processing []are/dbus-1/interfaces/org.freedesktop.Avahi.AddressResolver.xml ... Processing []share/dbus-1/interfaces/org.freedesktop.Avahi.DomainBrowser.xml ... Processing usr/share/dbus-1/interfaces/org.freedesktop.Avahi.EntryGroup.xml ... Processing []re/dbus-1/interfaces/org.freedesktop.Avahi.HostNameResolver.xml ... Processing []share/dbus-1/interfaces/org.freedesktop.Avahi.RecordBrowser.xml ... Processing usr/share/dbus-1/interfaces/org.freedesktop.Avahi.Server.xml ... Processing []hare/dbus-1/interfaces/org.freedesktop.Avahi.ServiceBrowser.xml ... Processing []are/dbus-1/interfaces/org.freedesktop.Avahi.ServiceResolver.xml ... Processing []/dbus-1/interfaces/org.freedesktop.Avahi.ServiceTypeBrowser.xml ... Processing usr/share/dbus-1/services ... Processing usr/share/dbus-1/session.conf ... Processing usr/share/dbus-1/session.d ... Processing usr/share/dbus-1/system-services ... Processing usr/share/dbus-1/system.conf ... Processing usr/share/dbus-1/system.d ... Processing usr/share/dbus-1/system.d/avahi-dbus.conf ... Processing usr/share/fontconfig ... Processing usr/share/fontconfig/conf.avail ... Processing usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf ... Processing usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf ... Processing usr/share/fontconfig/conf.avail/10-autohint.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-full.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-medium.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-none.conf ... Processing usr/share/fontconfig/conf.avail/10-hinting-slight.conf ... Processing usr/share/fontconfig/conf.avail/10-no-antialias.conf ... Processing usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf ... Processing usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf ... Processing usr/share/fontconfig/conf.avail/10-unhinted.conf ... Processing usr/share/fontconfig/conf.avail/10-yes-antialias.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf ... Processing usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf ... Processing usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf ... Processing usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/30-metric-aliases.conf ... Processing usr/share/fontconfig/conf.avail/35-lang-normalize.conf ... Processing usr/share/fontconfig/conf.avail/40-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/45-generic.conf ... Processing usr/share/fontconfig/conf.avail/45-latin.conf ... Processing usr/share/fontconfig/conf.avail/48-spacing.conf ... Processing usr/share/fontconfig/conf.avail/49-sansserif.conf ... Processing usr/share/fontconfig/conf.avail/50-user.conf ... Processing usr/share/fontconfig/conf.avail/51-local.conf ... Processing usr/share/fontconfig/conf.avail/60-generic.conf ... Processing usr/share/fontconfig/conf.avail/60-latin.conf ... Processing usr/share/fontconfig/conf.avail/65-fonts-persian.conf ... Processing usr/share/fontconfig/conf.avail/65-khmer.conf ... Processing usr/share/fontconfig/conf.avail/65-nonlatin.conf ... Processing usr/share/fontconfig/conf.avail/69-unifont.conf ... Processing usr/share/fontconfig/conf.avail/70-no-bitmaps.conf ... Processing usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf ... Processing usr/share/fontconfig/conf.avail/80-delicious.conf ... Processing usr/share/fontconfig/conf.avail/90-synthetic.conf ... Processing usr/share/games ... Processing usr/share/games/doom ... Processing usr/share/games/doom/prboom.wad ... Processing usr/share/gettext ... Processing usr/share/gettext/its ... Processing usr/share/gettext/its/fontconfig.its ... Processing usr/share/gettext/its/fontconfig.loc ... Processing usr/share/gettext/its/gschema.its ... Processing usr/share/gettext/its/gschema.loc ... Processing usr/share/git-core ... Processing usr/share/git-core/templates ... Processing usr/share/git-core/templates/branches ... Processing usr/share/git-core/templates/description ... Processing usr/share/git-core/templates/hooks ... Processing usr/share/git-core/templates/hooks/applypatch-msg.sample ... Processing usr/share/git-core/templates/hooks/commit-msg.sample ... Processing usr/share/git-core/templates/hooks/fsmonitor-watchman.sample ... Processing usr/share/git-core/templates/hooks/post-update.sample ... Processing usr/share/git-core/templates/hooks/pre-applypatch.sample ... Processing usr/share/git-core/templates/hooks/pre-commit.sample ... Processing usr/share/git-core/templates/hooks/pre-merge-commit.sample ... Processing usr/share/git-core/templates/hooks/pre-push.sample ... Processing usr/share/git-core/templates/hooks/pre-rebase.sample ... Processing usr/share/git-core/templates/hooks/pre-receive.sample ... Processing usr/share/git-core/templates/hooks/prepare-commit-msg.sample ... Processing usr/share/git-core/templates/hooks/push-to-checkout.sample ... Processing usr/share/git-core/templates/hooks/sendemail-validate.sample ... Processing usr/share/git-core/templates/hooks/update.sample ... Processing usr/share/git-core/templates/info ... Processing usr/share/git-core/templates/info/exclude ... Processing usr/share/gitweb ... Processing usr/share/gitweb/gitweb.cgi ... Processing usr/share/gitweb/static ... Processing usr/share/gitweb/static/git-favicon.png ... Processing usr/share/gitweb/static/git-logo.png ... Processing usr/share/gitweb/static/gitweb.css ... Processing usr/share/gitweb/static/gitweb.js ... Processing usr/share/glib-2.0 ... Processing usr/share/glib-2.0/schemas ... Processing usr/share/glib-2.0/valgrind ... Processing usr/share/glib-2.0/valgrind/glib.supp ... Processing usr/share/imlib2 ... Processing usr/share/imlib2/data ... Processing usr/share/imlib2/data/fonts ... Processing usr/share/imlib2/data/fonts/cinema.ttf ... Processing usr/share/imlib2/data/fonts/grunge.ttf ... Processing usr/share/imlib2/data/fonts/morpheus.ttf ... Processing usr/share/imlib2/data/fonts/notepad.ttf ... Processing usr/share/imlib2/data/images ... Processing usr/share/imlib2/data/images/audio.png ... Processing usr/share/imlib2/data/images/bg.png ... Processing usr/share/imlib2/data/images/bulb.png ... Processing usr/share/imlib2/data/images/cal.png ... Processing usr/share/imlib2/data/images/calc.png ... Processing usr/share/imlib2/data/images/folder.png ... Processing usr/share/imlib2/data/images/globe.png ... Processing usr/share/imlib2/data/images/imlib2.png ... Processing usr/share/imlib2/data/images/lock.png ... Processing usr/share/imlib2/data/images/mail.png ... Processing usr/share/imlib2/data/images/menu.png ... Processing usr/share/imlib2/data/images/mush.png ... Processing usr/share/imlib2/data/images/paper.png ... Processing usr/share/imlib2/data/images/sh1.png ... Processing usr/share/imlib2/data/images/sh2.png ... Processing usr/share/imlib2/data/images/sh3.png ... Processing usr/share/imlib2/data/images/stop.png ... Processing usr/share/imlib2/data/images/tnt.png ... Processing usr/share/keyutils ... Processing usr/share/keyutils/request-key-debug.sh ... Processing usr/share/libgphoto2 ... Processing usr/share/libgphoto2/2.5.27 ... Processing usr/share/libgphoto2/2.5.27/konica ... Processing usr/share/libgphoto2/2.5.27/konica/english ... Processing usr/share/libgphoto2/2.5.27/konica/french ... Processing usr/share/libgphoto2/2.5.27/konica/german ... Processing usr/share/libgphoto2/2.5.27/konica/japanese ... Processing usr/share/libgphoto2/2.5.27/konica/korean ... Processing usr/share/libgphoto2/2.5.27/konica/spanish ... Processing usr/share/libgphoto2_port ... Processing usr/share/libgphoto2_port/0.12.0 ... Processing usr/share/libgphoto2_port/0.12.0/vcamera ... Processing usr/share/libgphoto2_port/0.12.0/vcamera/README.txt ... Processing usr/share/libubox ... Processing usr/share/libubox/jshn.sh ... Processing usr/share/locale ... Processing usr/share/locale/ab ... Processing usr/share/locale/ab/LC_MESSAGES ... Processing usr/share/locale/ab/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/af ... Processing usr/share/locale/af/LC_MESSAGES ... Processing usr/share/locale/af/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/am ... Processing usr/share/locale/am/LC_MESSAGES ... Processing usr/share/locale/am/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/an ... Processing usr/share/locale/an/LC_MESSAGES ... Processing usr/share/locale/an/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ar ... Processing usr/share/locale/ar/LC_MESSAGES ... Processing usr/share/locale/ar/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/as ... Processing usr/share/locale/as/LC_MESSAGES ... Processing usr/share/locale/as/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ast ... Processing usr/share/locale/ast/LC_MESSAGES ... Processing usr/share/locale/ast/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/az ... Processing usr/share/locale/az/LC_MESSAGES ... Processing usr/share/locale/az/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be ... Processing usr/share/locale/be/LC_MESSAGES ... Processing usr/share/locale/be/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be@latin ... Processing usr/share/locale/be@latin/LC_MESSAGES ... Processing usr/share/locale/be@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bg ... Processing usr/share/locale/bg/LC_MESSAGES ... Processing usr/share/locale/bg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn ... Processing usr/share/locale/bn/LC_MESSAGES ... Processing usr/share/locale/bn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn_IN ... Processing usr/share/locale/bn_IN/LC_MESSAGES ... Processing usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bs ... Processing usr/share/locale/bs/LC_MESSAGES ... Processing usr/share/locale/bs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca ... Processing usr/share/locale/ca/LC_MESSAGES ... Processing usr/share/locale/ca/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca@valencia ... Processing usr/share/locale/ca@valencia/LC_MESSAGES ... Processing usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/cs ... Processing usr/share/locale/cs/LC_MESSAGES ... Processing usr/share/locale/cs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/cy ... Processing usr/share/locale/cy/LC_MESSAGES ... Processing usr/share/locale/cy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da ... Processing usr/share/locale/da/LC_MESSAGES ... Processing usr/share/locale/da/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/de ... Processing usr/share/locale/de/LC_MESSAGES ... Processing usr/share/locale/de/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/dz ... Processing usr/share/locale/dz/LC_MESSAGES ... Processing usr/share/locale/dz/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/el ... Processing usr/share/locale/el/LC_MESSAGES ... Processing usr/share/locale/el/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en@shaw ... Processing usr/share/locale/en@shaw/LC_MESSAGES ... Processing usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_CA ... Processing usr/share/locale/en_CA/LC_MESSAGES ... Processing usr/share/locale/en_CA/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_GB ... Processing usr/share/locale/en_GB/LC_MESSAGES ... Processing usr/share/locale/en_GB/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eo ... Processing usr/share/locale/eo/LC_MESSAGES ... Processing usr/share/locale/eo/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/es ... Processing usr/share/locale/es/LC_MESSAGES ... Processing usr/share/locale/es/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/et ... Processing usr/share/locale/et/LC_MESSAGES ... Processing usr/share/locale/et/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eu ... Processing usr/share/locale/eu/LC_MESSAGES ... Processing usr/share/locale/eu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fa ... Processing usr/share/locale/fa/LC_MESSAGES ... Processing usr/share/locale/fa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fi ... Processing usr/share/locale/fi/LC_MESSAGES ... Processing usr/share/locale/fi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fr ... Processing usr/share/locale/fr/LC_MESSAGES ... Processing usr/share/locale/fr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fur ... Processing usr/share/locale/fur/LC_MESSAGES ... Processing usr/share/locale/fur/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ga ... Processing usr/share/locale/ga/LC_MESSAGES ... Processing usr/share/locale/ga/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gd ... Processing usr/share/locale/gd/LC_MESSAGES ... Processing usr/share/locale/gd/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gl ... Processing usr/share/locale/gl/LC_MESSAGES ... Processing usr/share/locale/gl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gu ... Processing usr/share/locale/gu/LC_MESSAGES ... Processing usr/share/locale/gu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/he ... Processing usr/share/locale/he/LC_MESSAGES ... Processing usr/share/locale/he/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hi ... Processing usr/share/locale/hi/LC_MESSAGES ... Processing usr/share/locale/hi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hr ... Processing usr/share/locale/hr/LC_MESSAGES ... Processing usr/share/locale/hr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hu ... Processing usr/share/locale/hu/LC_MESSAGES ... Processing usr/share/locale/hu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hy ... Processing usr/share/locale/hy/LC_MESSAGES ... Processing usr/share/locale/hy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/id ... Processing usr/share/locale/id/LC_MESSAGES ... Processing usr/share/locale/id/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ie ... Processing usr/share/locale/ie/LC_MESSAGES ... Processing usr/share/locale/ie/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/is ... Processing usr/share/locale/is/LC_MESSAGES ... Processing usr/share/locale/is/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/it ... Processing usr/share/locale/it/LC_MESSAGES ... Processing usr/share/locale/it/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ja ... Processing usr/share/locale/ja/LC_MESSAGES ... Processing usr/share/locale/ja/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ka ... Processing usr/share/locale/ka/LC_MESSAGES ... Processing usr/share/locale/ka/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/kk ... Processing usr/share/locale/kk/LC_MESSAGES ... Processing usr/share/locale/kk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/kn ... Processing usr/share/locale/kn/LC_MESSAGES ... Processing usr/share/locale/kn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ko ... Processing usr/share/locale/ko/LC_MESSAGES ... Processing usr/share/locale/ko/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ku ... Processing usr/share/locale/ku/LC_MESSAGES ... Processing usr/share/locale/ku/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lt ... Processing usr/share/locale/lt/LC_MESSAGES ... Processing usr/share/locale/lt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lv ... Processing usr/share/locale/lv/LC_MESSAGES ... Processing usr/share/locale/lv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mai ... Processing usr/share/locale/mai/LC_MESSAGES ... Processing usr/share/locale/mai/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mg ... Processing usr/share/locale/mg/LC_MESSAGES ... Processing usr/share/locale/mg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mk ... Processing usr/share/locale/mk/LC_MESSAGES ... Processing usr/share/locale/mk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ml ... Processing usr/share/locale/ml/LC_MESSAGES ... Processing usr/share/locale/ml/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mn ... Processing usr/share/locale/mn/LC_MESSAGES ... Processing usr/share/locale/mn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mr ... Processing usr/share/locale/mr/LC_MESSAGES ... Processing usr/share/locale/mr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ms ... Processing usr/share/locale/ms/LC_MESSAGES ... Processing usr/share/locale/ms/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nb ... Processing usr/share/locale/nb/LC_MESSAGES ... Processing usr/share/locale/nb/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nds ... Processing usr/share/locale/nds/LC_MESSAGES ... Processing usr/share/locale/nds/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ne ... Processing usr/share/locale/ne/LC_MESSAGES ... Processing usr/share/locale/ne/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nl ... Processing usr/share/locale/nl/LC_MESSAGES ... Processing usr/share/locale/nl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nn ... Processing usr/share/locale/nn/LC_MESSAGES ... Processing usr/share/locale/nn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/oc ... Processing usr/share/locale/oc/LC_MESSAGES ... Processing usr/share/locale/oc/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/or ... Processing usr/share/locale/or/LC_MESSAGES ... Processing usr/share/locale/or/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pa ... Processing usr/share/locale/pa/LC_MESSAGES ... Processing usr/share/locale/pa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pl ... Processing usr/share/locale/pl/LC_MESSAGES ... Processing usr/share/locale/pl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ps ... Processing usr/share/locale/ps/LC_MESSAGES ... Processing usr/share/locale/ps/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt ... Processing usr/share/locale/pt/LC_MESSAGES ... Processing usr/share/locale/pt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt_BR ... Processing usr/share/locale/pt_BR/LC_MESSAGES ... Processing usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ro ... Processing usr/share/locale/ro/LC_MESSAGES ... Processing usr/share/locale/ro/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ru ... Processing usr/share/locale/ru/LC_MESSAGES ... Processing usr/share/locale/ru/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/rw ... Processing usr/share/locale/rw/LC_MESSAGES ... Processing usr/share/locale/rw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/si ... Processing usr/share/locale/si/LC_MESSAGES ... Processing usr/share/locale/si/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sk ... Processing usr/share/locale/sk/LC_MESSAGES ... Processing usr/share/locale/sk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sl ... Processing usr/share/locale/sl/LC_MESSAGES ... Processing usr/share/locale/sl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sq ... Processing usr/share/locale/sq/LC_MESSAGES ... Processing usr/share/locale/sq/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr ... Processing usr/share/locale/sr/LC_MESSAGES ... Processing usr/share/locale/sr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr@ije ... Processing usr/share/locale/sr@ije/LC_MESSAGES ... Processing usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr@latin ... Processing usr/share/locale/sr@latin/LC_MESSAGES ... Processing usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sv ... Processing usr/share/locale/sv/LC_MESSAGES ... Processing usr/share/locale/sv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ta ... Processing usr/share/locale/ta/LC_MESSAGES ... Processing usr/share/locale/ta/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/te ... Processing usr/share/locale/te/LC_MESSAGES ... Processing usr/share/locale/te/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tg ... Processing usr/share/locale/tg/LC_MESSAGES ... Processing usr/share/locale/tg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/th ... Processing usr/share/locale/th/LC_MESSAGES ... Processing usr/share/locale/th/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tl ... Processing usr/share/locale/tl/LC_MESSAGES ... Processing usr/share/locale/tl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr ... Processing usr/share/locale/tr/LC_MESSAGES ... Processing usr/share/locale/tr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tt ... Processing usr/share/locale/tt/LC_MESSAGES ... Processing usr/share/locale/tt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ug ... Processing usr/share/locale/ug/LC_MESSAGES ... Processing usr/share/locale/ug/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/uk ... Processing usr/share/locale/uk/LC_MESSAGES ... Processing usr/share/locale/uk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/vi ... Processing usr/share/locale/vi/LC_MESSAGES ... Processing usr/share/locale/vi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/wa ... Processing usr/share/locale/wa/LC_MESSAGES ... Processing usr/share/locale/wa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/xh ... Processing usr/share/locale/xh/LC_MESSAGES ... Processing usr/share/locale/xh/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/yi ... Processing usr/share/locale/yi/LC_MESSAGES ... Processing usr/share/locale/yi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN ... Processing usr/share/locale/zh_CN/LC_MESSAGES ... Processing usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_HK ... Processing usr/share/locale/zh_HK/LC_MESSAGES ... Processing usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_TW ... Processing usr/share/locale/zh_TW/LC_MESSAGES ... Processing usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo ... Processing usr/share/misc ... Processing usr/share/misc/hddtemp.db ... Processing usr/share/misc/magic.mgc ... Processing usr/share/perl5 ... Processing usr/share/perl5/FromCPAN ... Processing usr/share/perl5/FromCPAN/Error.pm ... Processing usr/share/perl5/FromCPAN/Mail ... Processing usr/share/perl5/FromCPAN/Mail/Address.pm ... Processing usr/share/perl5/Git ... Processing usr/share/perl5/Git/I18N.pm ... Processing usr/share/perl5/Git/IndexInfo.pm ... Processing usr/share/perl5/Git/LoadCPAN ... Processing usr/share/perl5/Git/LoadCPAN/Error.pm ... Processing usr/share/perl5/Git/LoadCPAN/Mail ... Processing usr/share/perl5/Git/LoadCPAN/Mail/Address.pm ... Processing usr/share/perl5/Git/LoadCPAN.pm ... Processing usr/share/perl5/Git/Packet.pm ... Processing usr/share/perl5/Git/SVN ... Processing usr/share/perl5/Git/SVN/Editor.pm ... Processing usr/share/perl5/Git/SVN/Fetcher.pm ... Processing usr/share/perl5/Git/SVN/GlobSpec.pm ... Processing usr/share/perl5/Git/SVN/Log.pm ... Processing usr/share/perl5/Git/SVN/Memoize ... Processing usr/share/perl5/Git/SVN/Memoize/YAML.pm ... Processing usr/share/perl5/Git/SVN/Migration.pm ... Processing usr/share/perl5/Git/SVN/Prompt.pm ... Processing usr/share/perl5/Git/SVN/Ra.pm ... Processing usr/share/perl5/Git/SVN/Utils.pm ... Processing usr/share/perl5/Git/SVN.pm ... Processing usr/share/perl5/Git.pm ... Processing usr/share/screen ... Processing usr/share/screen/utf8encodings ... Processing usr/share/screen/utf8encodings/01 ... Processing usr/share/screen/utf8encodings/02 ... Processing usr/share/screen/utf8encodings/03 ... Processing usr/share/screen/utf8encodings/04 ... Processing usr/share/screen/utf8encodings/18 ... Processing usr/share/screen/utf8encodings/19 ... Processing usr/share/screen/utf8encodings/a1 ... Processing usr/share/screen/utf8encodings/bf ... Processing usr/share/screen/utf8encodings/c2 ... Processing usr/share/screen/utf8encodings/c3 ... Processing usr/share/screen/utf8encodings/c4 ... Processing usr/share/screen/utf8encodings/c6 ... Processing usr/share/screen/utf8encodings/c7 ... Processing usr/share/screen/utf8encodings/c8 ... Processing usr/share/screen/utf8encodings/cc ... Processing usr/share/screen/utf8encodings/cd ... Processing usr/share/screen/utf8encodings/d6 ... Processing usr/share/terminfo ... Processing usr/share/terminfo/a ... Processing usr/share/terminfo/a/ansi ... Processing usr/share/terminfo/d ... Processing usr/share/terminfo/d/dumb ... Processing usr/share/terminfo/l ... Processing usr/share/terminfo/l/linux ... Processing usr/share/terminfo/p ... Processing usr/share/terminfo/p/putty ... Processing usr/share/terminfo/p/putty-256color ... Processing usr/share/terminfo/p/putty-vt100 ... Processing usr/share/terminfo/s ... Processing usr/share/terminfo/s/screen ... Processing usr/share/terminfo/s/screen-256color ... Processing usr/share/terminfo/v ... Processing usr/share/terminfo/v/vt100 ... Processing usr/share/terminfo/v/vt100-putty ... Processing usr/share/terminfo/v/vt102 ... Processing usr/share/terminfo/v/vt200 ... Processing usr/share/terminfo/v/vt220 ... Processing usr/share/terminfo/x ... Processing usr/share/terminfo/x/xterm ... Processing usr/share/terminfo/x/xterm+256color ... Processing usr/share/terminfo/x/xterm-256color ... Processing usr/share/terminfo/x/xterm-color ... Processing usr/share/terminfo/x/xterm-xfree86 ... Processing usr/share/udhcpc ... Processing usr/share/udhcpc/default.script ... Processing usr/share/udhcpc/default.script.d ... Processing usr/share/xml ... Processing usr/share/xml/dbus-1 ... Processing usr/share/xml/dbus-1/busconfig.dtd ... Processing usr/share/xml/dbus-1/catalog.xml ... Processing usr/share/xml/dbus-1/introspect.dtd ... Processing usr/share/xml/fontconfig ... Processing usr/share/xml/fontconfig/fonts.dtd ... Processing usr/share/yang ... Processing usr/share/yang/modules ... Processing usr/share/yang/modules/libyang ... Processing usr/share/yang/modules/libyang/ietf-datastores@2018-02-14.yang ... Processing usr/share/yang/modules/libyang/ietf-inet-types@2013-07-15.yang ... Processing usr/share/yang/modules/libyang/ietf-yang-library@2019-01-04.yang ... Processing usr/share/yang/modules/libyang/ietf-yang-metadata@2016-08-05.yang ... Processing []are/yang/modules/libyang/ietf-yang-schema-mount@2019-01-14.yang ... Processing []re/yang/modules/libyang/ietf-yang-structure-ext@2020-06-17.yang ... Processing usr/share/yang/modules/libyang/ietf-yang-types@2013-07-15.yang ... Processing usr/share/yang/modules/libyang/yang@2022-06-16.yang ... Processing var ... Processing var/bandwidthd ... Processing var/bandwidthd/extensions ... Processing var/bandwidthd/extensions/errors ... Processing var/bandwidthd/extensions/loadavg ... Processing var/bandwidthd/extensions/signal ... Processing var/bandwidthd/extensions/uptime ... Processing var/bandwidthd/extensions/wireless ... Processing var/bandwidthd/htdocs ... Processing var/bandwidthd/htdocs/legend.gif ... Processing var/bandwidthd/htdocs/logo.gif ... Processing var/cache ... Processing var/lib ... Processing var/lib/dbus ... Processing var/lib/misc ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Processing var/www/forge.all.js ... Processing var/www/forge.js ... Processing var/www/prime.worker.js ... Build completed. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/sh4-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2024.05.3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.8.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acpica 20240321 Collecting legal info source/include/acpi.h: OK (sha256: b28f54dc421531bbe269afd8c28bf6fdfd6affbe50c2831464f777ec1766d4a5) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> alsa-lib 1.2.11 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> atest 9ff52ee5d7764984e21fe40a381b41ecd2d63548 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> host-file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cairo 1.17.4 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> can-utils 2023.03 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> fftw-double 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> giflib 5.2.2 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> git 2.45.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 8.9.0 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> libssh2 1.11.0 Collecting legal info COPYING: OK (sha256: fda5e2522c58ba1f31c9f2044747616457466f4aebec16ade4af86e3a16a8e02) >>> gkrellm 2.3.11 Collecting legal info COPYING: OK (sha256: 691de85c3c6eeda5b6982c751548575344739ce4b4418d78905e599359f6c435) COPYRIGHT: OK (sha256: b81e0c0c3fb2a58f25377388484a1f729abb367f5f2b43e335a6ed3272ce8536) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hddtemp 0.4.3 Collecting legal info GPL-2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> initscripts Collecting legal info >>> jhead 3.08 Collecting legal info readme.txt: OK (sha256: b3971a74d00c834bc7f112d8a0027b25663fd1637a21381a3e5df4bd2b614dff) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> libarchive 3.7.4 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libxml2 2.12.9 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> libbsd 0.11.7 Collecting legal info COPYING: OK (sha256: 7aab3a07716d31ca72e66c1073ef8a0fa0be0daa5df7c3b2cc0c668589142336) >>> libmd 1.1.0 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libfastjson 0.99.9.1 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libfribidi 1.0.13 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libupnp 1.14.19 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libyang 2.1.148 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> lmdb 0.9.31 Collecting legal info libraries/liblmdb/LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> logsurfer 1.8 Collecting legal info >>> make 4.4.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mosquitto 2.0.18 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> open62541 v1.3.10 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> php 8.3.9 Collecting legal info LICENSE: OK (sha256: b42e4df5e50e6ecda1047d503d6d91d71032d09ed1027ba1ef29eed26f890c5a) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> proxychains-ng 4.16 Collecting legal info COPYING: OK (sha256: 86728623caeff60e9bcc37e03b432fd191de927eed48a72a3bb4ac4e53fe20df) >>> host-python-lxml 5.2.2 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.12.9 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> host-libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> rsync 3.3.0 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> ruby 3.3.4 Collecting legal info LEGAL: OK (sha256: e849b28d324423e636a3e6bc5d583cdaf4bd046c2b20872c53886b612d01a4a1) COPYING: OK (sha256: 967586d538a28955ec2541910cf63c5ac345fcdea94bfb1f1705a1f6eb36bcbb) BSDL: OK (sha256: 36a9a6e7347214bbba599a412617204e65bff065dcbe5c46f5cb454c80de9eb0) >>> host-ruby 3.3.4 Collecting legal info LEGAL: OK (sha256: e849b28d324423e636a3e6bc5d583cdaf4bd046c2b20872c53886b612d01a4a1) COPYING: OK (sha256: 967586d538a28955ec2541910cf63c5ac345fcdea94bfb1f1705a1f6eb36bcbb) BSDL: OK (sha256: 36a9a6e7347214bbba599a412617204e65bff065dcbe5c46f5cb454c80de9eb0) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> screen 4.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.3.0 Collecting legal info LICENSE: OK (sha256: 0a326e448dd22f220dd30796677ddbdf3ddaa6427a9744fea9deaa51d9d74fd9) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-python-cython 0.29.36 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> sqlite 3.45.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> unbound 1.20.0 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> ustreamer 6.11 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'