configure: checking for md5 Library and Header files ... ... checking "for md5.h"... (/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl) yes configure: checking for blowfish Library and Header files ... ... checking "for blowfish.h"... (/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl) yes checking for BF_set_key in -lcrypto... yes configure: checking for AES Library and Header files ... ... checking "for aes.h"... (/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl) yes checking for AES_set_encrypt_key in -lcrypto... yes configure: checking for EVP Library and Header files ... ... checking "for evp.h"... (/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl) yes checking for EVP_EncryptInit in -lcrypto... yes checking for getpt... yes checking for grantpt... yes checking for unlockpt... yes checking for ptsname... yes checking for linux/if_tun.h... yes creating driver and protocol links ... linking generic/tun_dev.c to tun_dev.c linking generic/tap_dev.c to tap_dev.c linking generic/pty_dev.c to pty_dev.c linking generic/pipe_dev.c to pipe_dev.c linking generic/tcp_proto.c to tcp_proto.c linking generic/udp_proto.c to udp_proto.c linking linux/tun_dev.c to tun_dev.c linking linux/tap_dev.c to tap_dev.c configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> vtun 3.0.4 Building PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-1/output-1/build/vtun-3.0.4/ make[1]: Entering directory '/tmp/instance-1/output-1/build/vtun-3.0.4' /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c main.c main.c: In function 'main': main.c:208:19: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 208 | close(0); dup(fd); | ^~~~~~~ main.c:209:19: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 209 | close(1); dup(fd); | ^~~~~~~ main.c:210:19: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 210 | close(2); dup(fd); | ^~~~~~~ main.c:215:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 215 | chdir("/"); | ^~~~~~~~~~ bison -y -d -b cfg_file cfg_file.y cfg_file.y:72.1-7: warning: POSIX Yacc does not support %expect [-Wyacc] 72 | %expect 20 | ^~~~~~~ /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c cfg_file.tab.c flex -t cfg_file.l > cfg_file.lex.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c cfg_file.lex.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c server.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c client.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lib.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c llist.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c auth.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tunnel.c tunnel.c: In function 'tunnel': tunnel.c:172:31: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 172 | close(0); dup(fd[1]); | ^~~~~~~~~~ tunnel.c:173:31: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 173 | close(1); dup(fd[1]); | ^~~~~~~~~~ tunnel.c:177:31: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 177 | close(2); dup(null_fd); | ^~~~~~~~~~~~ /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lock.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c netlib.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tun_dev.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tap_dev.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c pty_dev.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c pipe_dev.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c tcp_proto.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c udp_proto.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c linkfd.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_shaper.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_zlib.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_lzo.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_encrypt.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -DVTUN_CONFIG_FILE=\"/etc/vtund.conf\" -DVTUN_PID_FILE=\"/var/run/vtund.pid\" -DVTUN_STAT_DIR=\"/var/log/vtund\" -DVTUN_LOCK_DIR=\"/var/lock/vtund\" -c lfd_legacy_encrypt.c /tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu89 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/lzo -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -I/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/include/openssl -o vtund main.o cfg_file.tab.o cfg_file.lex.o server.o client.o lib.o llist.o auth.o tunnel.o lock.o netlib.o tun_dev.o tap_dev.o pty_dev.o pipe_dev.o tcp_proto.o udp_proto.o linkfd.o lfd_shaper.o lfd_zlib.o lfd_lzo.o lfd_encrypt.o lfd_legacy_encrypt.o -L/tmp/instance-1/output-1/host/bin/../armeb-buildroot-linux-gnueabi/sysroot/usr/lib -lssl -lcrypto -L/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/lib -lz -llzo2 -lcrypto make[1]: Leaving directory '/tmp/instance-1/output-1/build/vtun-3.0.4' >>> vtun 3.0.4 Installing to target PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-1/output-1/target install -C /tmp/instance-1/output-1/build/vtun-3.0.4/ make[1]: Entering directory '/tmp/instance-1/output-1/build/vtun-3.0.4' /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/target/etc /usr/bin/install -c -m 600 vtund.conf /tmp/instance-1/output-1/target/etc; /usr/bin/install -c -m 600 scripts/vtund-start.conf /tmp/instance-1/output-1/target/etc; /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/target/usr/share/man/man8 /usr/bin/install -c -m 644 vtund.8 /tmp/instance-1/output-1/target/usr/share/man/man8 /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/target/usr/share/man/man5 /usr/bin/install -c -m 644 vtund.conf.5 /tmp/instance-1/output-1/target/usr/share/man/man5 rm -f /tmp/instance-1/output-1/target/usr/share/man/man8/vtun.8 ln -s vtund.8 /tmp/instance-1/output-1/target/usr/share/man/man8/vtun.8 /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/target/var/log/vtund /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/target/var/lock/vtund /usr/bin/install -c -d -m 755 /tmp/instance-1/output-1/target/usr/sbin /usr/bin/install -c -m 755 vtund /tmp/instance-1/output-1/target/usr/sbin /usr/bin/install -c -m 755 -D scripts/vtund.rc.debian \ /tmp/instance-1/output-1/target/etc/init.d/S90vtun make[1]: Leaving directory '/tmp/instance-1/output-1/build/vtun-3.0.4' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-1/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-1/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-1/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-1/output-1/target/etc/shells grep -qsE '^/bin/mksh$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/mksh" >> /tmp/instance-1/output-1/target/etc/shells mkdir -p /tmp/instance-1/output-1/target/etc echo "buildroot" > /tmp/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-1/output-1/target/etc/hosts mkdir -p /tmp/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-1/output-1/target/etc/shells ln -sf mksh /tmp/instance-1/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,mksh,' /tmp/instance-1/output-1/target/etc/passwd rm -rf /tmp/instance-1/output-1/target/usr/include /tmp/instance-1/output-1/target/usr/share/aclocal \ /tmp/instance-1/output-1/target/usr/lib/pkgconfig /tmp/instance-1/output-1/target/usr/share/pkgconfig \ /tmp/instance-1/output-1/target/usr/lib/cmake /tmp/instance-1/output-1/target/usr/share/cmake \ /tmp/instance-1/output-1/target/usr/lib/rpm /tmp/instance-1/output-1/target/usr/doc find /tmp/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-1/output-1/target/lib/ /tmp/instance-1/output-1/target/usr/lib/ /tmp/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-1/output-1/target/usr/share/gdb rm -rf /tmp/instance-1/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-1/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-1/output-1/target/usr/share/zsh rm -rf /tmp/instance-1/output-1/target/usr/man /tmp/instance-1/output-1/target/usr/share/man rm -rf /tmp/instance-1/output-1/target/usr/info /tmp/instance-1/output-1/target/usr/share/info rm -rf /tmp/instance-1/output-1/target/usr/doc /tmp/instance-1/output-1/target/usr/share/doc rm -rf /tmp/instance-1/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-1/output-1/target/lib/debug /tmp/instance-1/output-1/target/usr/lib/debug find /tmp/instance-1/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 /tmp/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-1/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 /tmp/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-563-gbd6e79299f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /tmp/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-1/output-1/per-package /tmp/instance-1/buildroot/support/scripts/fix-rpath target touch /tmp/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-1/output-1/build/buildroot-fs mkdir -p /tmp/instance-1/output-1/build/buildroot-fs printf ' \n' >> /tmp/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /tmp/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-1/output-1/images rm -rf /tmp/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-1/output-1/target/ /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-1/buildroot/support/scripts/mkusers /tmp/instance-1/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-1/output-1/host/bin/makedevs -d /tmp/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-1/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-1/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-1/output-1/host/bin/fakeroot -- /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1839 objects. stage 2: creating image '/tmp/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1839 0% [ ] 2/1839 0% [ ] 3/1839 0% [ ] 4/1839 0% [ ] 5/1839 0% [ ] 6/1839 0% [ ] 7/1839 0% [ ] 8/1839 0% [ ] 9/1839 0% [ ] 10/1839 0% [ ] 11/1839 0% [ ] 12/1839 0% [ ] 13/1839 0% [ ] 14/1839 0% [ ] 15/1839 0% [ ] 16/1839 0% [ ] 17/1839 0% [ ] 18/1839 0% [ ] 19/1839 1% [ ] 20/1839 1% [ ] 21/1839 1% [ ] 22/1839 1% [ ] 23/1839 1% [ ] 24/1839 1% [ ] 25/1839 1% [ ] 26/1839 1% [ ] 27/1839 1% [ ] 28/1839 1% [ ] 29/1839 1% [= ] 30/1839 1% [= ] 31/1839 1% [= ] 32/1839 1% [= ] 33/1839 1% [= ] 34/1839 1% [= ] 35/1839 1% [= ] 36/1839 1% [= ] 37/1839 2% [= ] 38/1839 2% [= ] 39/1839 2% [= ] 40/1839 2% [= ] 41/1839 2% [= ] 42/1839 2% [= ] 43/1839 2% [= ] 44/1839 2% [= ] 45/1839 2% [= ] 46/1839 2% [= ] 47/1839 2% [= ] 48/1839 2% [= ] 49/1839 2% [= ] 50/1839 2% [= ] 51/1839 2% [= ] 52/1839 2% [= ] 53/1839 2% [= ] 54/1839 2% [= ] 55/1839 2% [= ] 56/1839 3% [= ] 57/1839 3% [= ] 58/1839 3% [= ] 59/1839 3% [== ] 60/1839 3% [== ] 61/1839 3% [== ] 62/1839 3% [== ] 63/1839 3% [== ] 64/1839 3% [== ] 65/1839 3% [== ] 66/1839 3% [== ] 67/1839 3% [== ] 68/1839 3% [== ] 69/1839 3% [== ] 70/1839 3% [== ] 71/1839 3% [== ] 72/1839 3% [== ] 73/1839 3% [== ] 74/1839 4% [== ] 75/1839 4% [== ] 76/1839 4% [== ] 77/1839 4% [== ] 78/1839 4% [== ] 79/1839 4% [== ] 80/1839 4% [== ] 81/1839 4% [== ] 82/1839 4% [== ] 83/1839 4% [== ] 84/1839 4% [== ] 85/1839 4% [== ] 86/1839 4% [== ] 87/1839 4% [== ] 88/1839 4% [=== ] 89/1839 4% [=== ] 90/1839 4% [=== ] 91/1839 4% [=== ] 92/1839 5% [=== ] 93/1839 5% [=== ] 94/1839 5% [=== ] 95/1839 5% [=== ] 96/1839 5% [=== ] 97/1839 5% [=== ] 98/1839 5% [=== ] 99/1839 5% [=== ] 100/1839 5% [=== ] 101/1839 5% [=== ] 102/1839 5% [=== ] 103/1839 5% [=== ] 104/1839 5% [=== ] 105/1839 5% [=== ] 106/1839 5% [=== ] 107/1839 5% [=== ] 108/1839 5% [=== ] 109/1839 5% [=== ] 110/1839 5% [=== ] 111/1839 6% [=== ] 112/1839 6% [=== ] 113/1839 6% [=== ] 114/1839 6% [=== ] 115/1839 6% [=== ] 116/1839 6% [=== ] 117/1839 6% [=== ] 118/1839 6% [==== ] 119/1839 6% [==== ] 120/1839 6% [==== ] 121/1839 6% [==== ] 122/1839 6% [==== ] 123/1839 6% [==== ] 124/1839 6% [==== ] 125/1839 6% [==== ] 126/1839 6% [==== ] 127/1839 6% [==== ] 128/1839 6% [==== ] 129/1839 7% [==== ] 130/1839 7% [==== ] 131/1839 7% [==== ] 132/1839 7% [==== ] 133/1839 7% [==== ] 134/1839 7% [==== ] 135/1839 7% [==== ] 136/1839 7% [==== ] 137/1839 7% [==== ] 138/1839 7% [==== ] 139/1839 7% [==== ] 140/1839 7% [==== ] 141/1839 7% [==== ] 142/1839 7% [==== ] 143/1839 7% [==== ] 144/1839 7% [==== ] 145/1839 7% [==== ] 146/1839 7% [==== ] 147/1839 7% [==== ] 148/1839 8% [===== ] 149/1839 8% [===== ] 150/1839 8% [===== ] 151/1839 8% [===== ] 152/1839 8% [===== ] 153/1839 8% [===== ] 154/1839 8% [===== ] 155/1839 8% [===== ] 156/1839 8% [===== ] 157/1839 8% [===== ] 158/1839 8% [===== ] 159/1839 8% [===== ] 160/1839 8% [===== ] 161/1839 8% [===== ] 162/1839 8% [===== ] 163/1839 8% [===== ] 164/1839 8% [===== ] 165/1839 8% [===== ] 166/1839 9% [===== ] 167/1839 9% [===== ] 168/1839 9% [===== ] 169/1839 9% [===== ] 170/1839 9% [===== ] 171/1839 9% [===== ] 172/1839 9% [===== ] 173/1839 9% [===== ] 174/1839 9% [===== ] 175/1839 9% [===== ] 176/1839 9% [===== ] 177/1839 9% [====== ] 178/1839 9% [====== ] 179/1839 9% [====== ] 180/1839 9% [====== ] 181/1839 9% [====== ] 182/1839 9% [====== ] 183/1839 9% [====== ] 184/1839 10% [====== ] 185/1839 10% [====== ] 186/1839 10% [====== ] 187/1839 10% [====== ] 188/1839 10% [====== ] 189/1839 10% [====== ] 190/1839 10% [====== ] 191/1839 10% [====== ] 192/1839 10% [====== ] 193/1839 10% [====== ] 194/1839 10% [====== ] 195/1839 10% [====== ] 196/1839 10% [====== ] 197/1839 10% [====== ] 198/1839 10% [====== ] 199/1839 10% [====== ] 200/1839 10% [====== ] 201/1839 10% [====== ] 202/1839 10% [====== ] 203/1839 11% [====== ] 204/1839 11% [====== ] 205/1839 11% [====== ] 206/1839 11% [====== ] 207/1839 11% [======= ] 208/1839 11% [======= ] 209/1839 11% [======= ] 210/1839 11% [======= ] 211/1839 11% [======= ] 212/1839 11% [======= ] 213/1839 11% [======= ] 214/1839 11% [======= ] 215/1839 11% [======= ] 216/1839 11% [======= ] 217/1839 11% [======= ] 218/1839 11% [======= ] 219/1839 11% [======= ] 220/1839 11% [======= ] 221/1839 12% [======= ] 222/1839 12% [======= ] 223/1839 12% [======= ] 224/1839 12% [======= ] 225/1839 12% [======= ] 226/1839 12% [======= ] 227/1839 12% [======= ] 228/1839 12% [======= ] 229/1839 12% [======= ] 230/1839 12% [======= ] 231/1839 12% [======= ] 232/1839 12% [======= ] 233/1839 12% [======= ] 234/1839 12% [======= ] 235/1839 12% [======= ] 236/1839 12% [======= ] 237/1839 12% [======== ] 238/1839 12% [======== ] 239/1839 12% [======== ] 240/1839 13% [======== ] 241/1839 13% [======== ] 242/1839 13% [======== ] 243/1839 13% [======== ] 244/1839 13% [======== ] 245/1839 13% [======== ] 246/1839 13% [======== ] 247/1839 13% [======== ] 248/1839 13% [======== ] 249/1839 13% [======== ] 250/1839 13% [======== ] 251/1839 13% [======== ] 252/1839 13% [======== ] 253/1839 13% [======== ] 254/1839 13% [======== ] 255/1839 13% [======== ] 256/1839 13% [======== ] 257/1839 13% [======== ] 258/1839 14% [======== ] 259/1839 14% [======== ] 260/1839 14% [======== ] 261/1839 14% [======== ] 262/1839 14% [======== ] 263/1839 14% [======== ] 264/1839 14% [======== ] 265/1839 14% [======== ] 266/1839 14% [========= ] 267/1839 14% [========= ] 268/1839 14% [========= ] 269/1839 14% [========= ] 270/1839 14% [========= ] 271/1839 14% [========= ] 272/1839 14% [========= ] 273/1839 14% [========= ] 274/1839 14% [========= ] 275/1839 14% [========= ] 276/1839 15% [========= ] 277/1839 15% [========= ] 278/1839 15% [========= ] 279/1839 15% [========= ] 280/1839 15% [========= ] 281/1839 15% [========= ] 282/1839 15% [========= ] 283/1839 15% [========= ] 284/1839 15% [========= ] 285/1839 15% [========= ] 286/1839 15% [========= ] 287/1839 15% [========= ] 288/1839 15% [========= ] 289/1839 15% [========= ] 290/1839 15% [========= ] 291/1839 15% [========= ] 292/1839 15% [========= ] 293/1839 15% [========= ] 294/1839 15% [========= ] 295/1839 16% [========= ] 296/1839 16% [========== ] 297/1839 16% [========== ] 298/1839 16% [========== ] 299/1839 16% [========== ] 300/1839 16% [========== ] 301/1839 16% [========== ] 302/1839 16% [========== ] 303/1839 16% [========== ] 304/1839 16% [========== ] 305/1839 16% [========== ] 306/1839 16% [========== ] 307/1839 16% [========== ] 308/1839 16% [========== ] 309/1839 16% [========== ] 310/1839 16% [========== ] 311/1839 16% [========== ] 312/1839 16% [========== ] 313/1839 17% [========== ] 314/1839 17% [========== ] 315/1839 17% [========== ] 316/1839 17% [========== ] 317/1839 17% [========== ] 318/1839 17% [========== ] 319/1839 17% [========== ] 320/1839 17% [========== ] 321/1839 17% [========== ] 322/1839 17% [========== ] 323/1839 17% [========== ] 324/1839 17% [========== ] 325/1839 17% [========== ] 326/1839 17% [=========== ] 327/1839 17% [=========== ] 328/1839 17% [=========== ] 329/1839 17% [=========== ] 330/1839 17% [=========== ] 331/1839 17% [=========== ] 332/1839 18% [=========== ] 333/1839 18% [=========== ] 334/1839 18% [=========== ] 335/1839 18% [=========== ] 336/1839 18% [=========== ] 337/1839 18% [=========== ] 338/1839 18% [=========== ] 339/1839 18% [=========== ] 340/1839 18% [=========== ] 341/1839 18% [=========== ] 342/1839 18% [=========== ] 343/1839 18% [=========== ] 344/1839 18% [=========== ] 345/1839 18% [=========== ] 346/1839 18% [=========== ] 347/1839 18% [=========== ] 348/1839 18% [=========== ] 349/1839 18% [=========== ] 350/1839 19% [=========== ] 351/1839 19% [=========== ] 352/1839 19% [=========== ] 353/1839 19% [=========== ] 354/1839 19% [=========== ] 355/1839 19% [============ ] 356/1839 19% [============ ] 357/1839 19% [============ ] 358/1839 19% [============ ] 359/1839 19% [============ ] 360/1839 19% [============ ] 361/1839 19% [============ ] 362/1839 19% [============ ] 363/1839 19% [============ ] 364/1839 19% [============ ] 365/1839 19% [============ ] 366/1839 19% [============ ] 367/1839 19% [============ ] 368/1839 20% [============ ] 369/1839 20% [============ ] 370/1839 20% [============ ] 371/1839 20% [============ ] 372/1839 20% [============ ] 373/1839 20% [============ ] 374/1839 20% [============ ] 375/1839 20% [============ ] 376/1839 20% [============ ] 377/1839 20% [============ ] 378/1839 20% [============ ] 379/1839 20% [============ ] 380/1839 20% [============ ] 381/1839 20% [============ ] 382/1839 20% [============ ] 383/1839 20% [============ ] 384/1839 20% [============ ] 385/1839 20% [============= ] 386/1839 20% [============= ] 387/1839 21% [============= ] 388/1839 21% [============= ] 389/1839 21% [============= ] 390/1839 21% [============= ] 391/1839 21% [============= ] 392/1839 21% [============= ] 393/1839 21% [============= ] 394/1839 21% [============= ] 395/1839 21% [============= ] 396/1839 21% [============= ] 397/1839 21% [============= ] 398/1839 21% [============= ] 399/1839 21% [============= ] 400/1839 21% [============= ] 401/1839 21% [============= ] 402/1839 21% [============= ] 403/1839 21% [============= ] 404/1839 21% [============= ] 405/1839 22% [============= ] 406/1839 22% [============= ] 407/1839 22% [============= ] 408/1839 22% [============= ] 409/1839 22% [============= ] 410/1839 22% [============= ] 411/1839 22% [============= ] 412/1839 22% [============= ] 413/1839 22% [============= ] 414/1839 22% [============= ] 415/1839 22% [============== ] 416/1839 22% [============== ] 417/1839 22% [============== ] 418/1839 22% [============== ] 419/1839 22% [============== ] 420/1839 22% [============== ] 421/1839 22% [============== ] 422/1839 22% [============== ] 423/1839 23% [============== ] 424/1839 23% [============== ] 425/1839 23% [============== ] 426/1839 23% [============== ] 427/1839 23% [============== ] 428/1839 23% [============== ] 429/1839 23% [============== ] 430/1839 23% [============== ] 431/1839 23% [============== ] 432/1839 23% [============== ] 433/1839 23% [============== ] 434/1839 23% [============== ] 435/1839 23% [============== ] 436/1839 23% [============== ] 437/1839 23% [============== ] 438/1839 23% [============== ] 439/1839 23% [============== ] 440/1839 23% [============== ] 441/1839 23% [============== ] 442/1839 24% [============== ] 443/1839 24% [============== ] 444/1839 24% [=============== ] 445/1839 24% [=============== ] 446/1839 24% [=============== ] 447/1839 24% [=============== ] 448/1839 24% [=============== ] 449/1839 24% [=============== ] 450/1839 24% [=============== ] 451/1839 24% [=============== ] 452/1839 24% [=============== ] 453/1839 24% [=============== ] 454/1839 24% [=============== ] 455/1839 24% [=============== ] 456/1839 24% [=============== ] 457/1839 24% [=============== ] 458/1839 24% [=============== ] 459/1839 24% [=============== ] 460/1839 25% [=============== ] 461/1839 25% [=============== ] 462/1839 25% [=============== ] 463/1839 25% [=============== ] 464/1839 25% [=============== ] 465/1839 25% [=============== ] 466/1839 25% [=============== ] 467/1839 25% [=============== ] 468/1839 25% [=============== ] 469/1839 25% [=============== ] 470/1839 25% [=============== ] 471/1839 25% [=============== ] 472/1839 25% [=============== ] 473/1839 25% [=============== ] 474/1839 25% [================ ] 475/1839 25% [================ ] 476/1839 25% [================ ] 477/1839 25% [================ ] 478/1839 25% [================ ] 479/1839 26% [================ ] 480/1839 26% [================ ] 481/1839 26% [================ ] 482/1839 26% [================ ] 483/1839 26% [================ ] 484/1839 26% [================ ] 485/1839 26% [================ ] 486/1839 26% [================ ] 487/1839 26% [================ ] 488/1839 26% [================ ] 489/1839 26% [================ ] 490/1839 26% [================ ] 491/1839 26% [================ ] 492/1839 26% [================ ] 493/1839 26% [================ ] 494/1839 26% [================ ] 495/1839 26% [================ ] 496/1839 26% [================ ] 497/1839 27% [================ ] 498/1839 27% [================ ] 499/1839 27% [================ ] 500/1839 27% [================ ] 501/1839 27% [================ ] 502/1839 27% [================ ] 503/1839 27% [================ ] 504/1839 27% [================= ] 505/1839 27% [================= ] 506/1839 27% [================= ] 507/1839 27% [================= ] 508/1839 27% [================= ] 509/1839 27% [================= ] 510/1839 27% [================= ] 511/1839 27% [================= ] 512/1839 27% [================= ] 513/1839 27% [================= ] 514/1839 27% [================= ] 515/1839 28% [================= ] 516/1839 28% [================= ] 517/1839 28% [================= ] 518/1839 28% [================= ] 519/1839 28% [================= ] 520/1839 28% [================= ] 521/1839 28% [================= ] 522/1839 28% [================= ] 523/1839 28% [================= ] 524/1839 28% [================= ] 525/1839 28% [================= ] 526/1839 28% [================= ] 527/1839 28% [================= ] 528/1839 28% [================= ] 529/1839 28% [================= ] 530/1839 28% [================= ] 531/1839 28% [================= ] 532/1839 28% [================= ] 533/1839 28% [================== ] 534/1839 29% [================== ] 535/1839 29% [================== ] 536/1839 29% [================== ] 537/1839 29% [================== ] 538/1839 29% [================== ] 539/1839 29% [================== ] 540/1839 29% [================== ] 541/1839 29% [================== ] 542/1839 29% [================== ] 543/1839 29% [================== ] 544/1839 29% [================== ] 545/1839 29% [================== ] 546/1839 29% [================== ] 547/1839 29% [================== ] 548/1839 29% [================== ] 549/1839 29% [================== ] 550/1839 29% [================== ] 551/1839 29% [================== ] 552/1839 30% [================== ] 553/1839 30% [================== ] 554/1839 30% [================== ] 555/1839 30% [================== ] 556/1839 30% [================== ] 557/1839 30% [================== ] 558/1839 30% [================== ] 559/1839 30% [================== ] 560/1839 30% [================== ] 561/1839 30% [================== ] 562/1839 30% [================== ] 563/1839 30% [=================== ] 564/1839 30% [=================== ] 565/1839 30% [=================== ] 566/1839 30% [=================== ] 567/1839 30% [=================== ] 568/1839 30% [=================== ] 569/1839 30% [=================== ] 570/1839 30% [=================== ] 571/1839 31% [=================== ] 572/1839 31% [=================== ] 573/1839 31% [=================== ] 574/1839 31% [=================== ] 575/1839 31% [=================== ] 576/1839 31% [=================== ] 577/1839 31% [=================== ] 578/1839 31% [=================== ] 579/1839 31% [=================== ] 580/1839 31% [=================== ] 581/1839 31% [=================== ] 582/1839 31% [=================== ] 583/1839 31% [=================== ] 584/1839 31% [=================== ] 585/1839 31% [=================== ] 586/1839 31% [=================== ] 587/1839 31% [=================== ] 588/1839 31% [=================== ] 589/1839 32% [=================== ] 590/1839 32% [=================== ] 591/1839 32% [=================== ] 592/1839 32% [=================== ] 593/1839 32% [==================== ] 594/1839 32% [==================== ] 595/1839 32% [==================== ] 596/1839 32% [==================== ] 597/1839 32% [==================== ] 598/1839 32% [==================== ] 599/1839 32% [==================== ] 600/1839 32% [==================== ] 601/1839 32% [==================== ] 602/1839 32% [==================== ] 603/1839 32% [==================== ] 604/1839 32% [==================== ] 605/1839 32% [==================== ] 606/1839 32% [==================== ] 607/1839 33% [==================== ] 608/1839 33% [==================== ] 609/1839 33% [==================== ] 610/1839 33% [==================== ] 611/1839 33% [==================== ] 612/1839 33% [==================== ] 613/1839 33% [==================== ] 614/1839 33% [==================== ] 615/1839 33% [==================== ] 616/1839 33% [==================== ] 617/1839 33% [==================== ] 618/1839 33% [==================== ] 619/1839 33% [==================== ] 620/1839 33% [==================== ] 621/1839 33% [==================== ] 622/1839 33% [===================== ] 623/1839 33% [===================== ] 624/1839 33% [===================== ] 625/1839 33% [===================== ] 626/1839 34% [===================== ] 627/1839 34% [===================== ] 628/1839 34% [===================== ] 629/1839 34% [===================== ] 630/1839 34% [===================== ] 631/1839 34% [===================== ] 632/1839 34% [===================== ] 633/1839 34% [===================== ] 634/1839 34% [===================== ] 635/1839 34% [===================== ] 636/1839 34% [===================== ] 637/1839 34% [===================== ] 638/1839 34% [===================== ] 639/1839 34% [===================== ] 640/1839 34% [===================== ] 641/1839 34% [===================== ] 642/1839 34% [===================== ] 643/1839 34% [===================== ] 644/1839 35% [===================== ] 645/1839 35% [===================== ] 646/1839 35% [===================== ] 647/1839 35% [===================== ] 648/1839 35% [===================== ] 649/1839 35% [===================== ] 650/1839 35% [===================== ] 651/1839 35% [===================== ] 652/1839 35% [====================== ] 653/1839 35% [====================== ] 654/1839 35% [====================== ] 655/1839 35% [====================== ] 656/1839 35% [====================== ] 657/1839 35% [====================== ] 658/1839 35% [====================== ] 659/1839 35% [====================== ] 660/1839 35% [====================== ] 661/1839 35% [====================== ] 662/1839 35% [====================== ] 663/1839 36% [====================== ] 664/1839 36% [====================== ] 665/1839 36% [====================== ] 666/1839 36% [====================== ] 667/1839 36% [====================== ] 668/1839 36% [====================== ] 669/1839 36% [====================== ] 670/1839 36% [====================== ] 671/1839 36% [====================== ] 672/1839 36% [====================== ] 673/1839 36% [====================== ] 674/1839 36% [====================== ] 675/1839 36% [====================== ] 676/1839 36% [====================== ] 677/1839 36% [====================== ] 678/1839 36% [====================== ] 679/1839 36% [====================== ] 680/1839 36% [====================== ] 681/1839 37% [====================== ] 682/1839 37% [======================= ] 683/1839 37% [======================= ] 684/1839 37% [======================= ] 685/1839 37% [======================= ] 686/1839 37% [======================= ] 687/1839 37% [======================= ] 688/1839 37% [======================= ] 689/1839 37% [======================= ] 690/1839 37% [======================= ] 691/1839 37% [======================= ] 692/1839 37% [======================= ] 693/1839 37% [======================= ] 694/1839 37% [======================= ] 695/1839 37% [======================= ] 696/1839 37% [======================= ] 697/1839 37% [======================= ] 698/1839 37% [======================= ] 699/1839 38% [======================= ] 700/1839 38% [======================= ] 701/1839 38% [======================= ] 702/1839 38% [======================= ] 703/1839 38% [======================= ] 704/1839 38% [======================= ] 705/1839 38% [======================= ] 706/1839 38% [======================= ] 707/1839 38% [======================= ] 708/1839 38% [======================= ] 709/1839 38% [======================= ] 710/1839 38% [======================= ] 711/1839 38% [======================== ] 712/1839 38% [======================== ] 713/1839 38% [======================== ] 714/1839 38% [======================== ] 715/1839 38% [======================== ] 716/1839 38% [======================== ] 717/1839 38% [======================== ] 718/1839 39% [======================== ] 719/1839 39% [======================== ] 720/1839 39% [======================== ] 721/1839 39% [======================== ] 722/1839 39% [======================== ] 723/1839 39% [======================== ] 724/1839 39% [======================== ] 725/1839 39% [======================== ] 726/1839 39% [======================== ] 727/1839 39% [======================== ] 728/1839 39% [======================== ] 729/1839 39% [======================== ] 730/1839 39% [======================== ] 731/1839 39% [======================== ] 732/1839 39% [======================== ] 733/1839 39% [======================== ] 734/1839 39% [======================== ] 735/1839 39% [======================== ] 736/1839 40% [======================== ] 737/1839 40% [======================== ] 738/1839 40% [======================== ] 739/1839 40% [======================== ] 740/1839 40% [======================== ] 741/1839 40% [========================= ] 742/1839 40% [========================= ] 743/1839 40% [========================= ] 744/1839 40% [========================= ] 745/1839 40% [========================= ] 746/1839 40% [========================= ] 747/1839 40% [========================= ] 748/1839 40% [========================= ] 749/1839 40% [========================= ] 750/1839 40% [========================= ] 751/1839 40% [========================= ] 752/1839 40% [========================= ] 753/1839 40% [========================= ] 754/1839 41% [========================= ] 755/1839 41% [========================= ] 756/1839 41% [========================= ] 757/1839 41% [========================= ] 758/1839 41% [========================= ] 759/1839 41% [========================= ] 760/1839 41% [========================= ] 761/1839 41% [========================= ] 762/1839 41% [========================= ] 763/1839 41% [========================= ] 764/1839 41% [========================= ] 765/1839 41% [========================= ] 766/1839 41% [========================= ] 767/1839 41% [========================= ] 768/1839 41% [========================= ] 769/1839 41% [========================= ] 770/1839 41% [========================= ] 771/1839 41% [========================== ] 772/1839 41% [========================== ] 773/1839 42% [========================== ] 774/1839 42% [========================== ] 775/1839 42% [========================== ] 776/1839 42% [========================== ] 777/1839 42% [========================== ] 778/1839 42% [========================== ] 779/1839 42% [========================== ] 780/1839 42% [========================== ] 781/1839 42% [========================== ] 782/1839 42% [========================== ] 783/1839 42% [========================== ] 784/1839 42% [========================== ] 785/1839 42% [========================== ] 786/1839 42% [========================== ] 787/1839 42% [========================== ] 788/1839 42% [========================== ] 789/1839 42% [========================== ] 790/1839 42% [========================== ] 791/1839 43% [========================== ] 792/1839 43% [========================== ] 793/1839 43% [========================== ] 794/1839 43% [========================== ] 795/1839 43% [========================== ] 796/1839 43% [========================== ] 797/1839 43% [========================== ] 798/1839 43% [========================== ] 799/1839 43% [========================== ] 800/1839 43% [=========================== ] 801/1839 43% [=========================== ] 802/1839 43% [=========================== ] 803/1839 43% [=========================== ] 804/1839 43% [=========================== ] 805/1839 43% [=========================== ] 806/1839 43% [=========================== ] 807/1839 43% [=========================== ] 808/1839 43% [=========================== ] 809/1839 43% [=========================== ] 810/1839 44% [=========================== ] 811/1839 44% [=========================== ] 812/1839 44% [=========================== ] 813/1839 44% [=========================== ] 814/1839 44% [=========================== ] 815/1839 44% [=========================== ] 816/1839 44% [=========================== ] 817/1839 44% [=========================== ] 818/1839 44% [=========================== ] 819/1839 44% [=========================== ] 820/1839 44% [=========================== ] 821/1839 44% [=========================== ] 822/1839 44% [=========================== ] 823/1839 44% [=========================== ] 824/1839 44% [=========================== ] 825/1839 44% [=========================== ] 826/1839 44% [=========================== ] 827/1839 44% [=========================== ] 828/1839 45% [=========================== ] 829/1839 45% [=========================== ] 830/1839 45% [============================ ] 831/1839 45% [============================ ] 832/1839 45% [============================ ] 833/1839 45% [============================ ] 834/1839 45% [============================ ] 835/1839 45% [============================ ] 836/1839 45% [============================ ] 837/1839 45% [============================ ] 838/1839 45% [============================ ] 839/1839 45% [============================ ] 840/1839 45% [============================ ] 841/1839 45% [============================ ] 842/1839 45% [============================ ] 843/1839 45% [============================ ] 844/1839 45% [============================ ] 845/1839 45% [============================ ] 846/1839 46% [============================ ] 847/1839 46% [============================ ] 848/1839 46% [============================ ] 849/1839 46% [============================ ] 850/1839 46% [============================ ] 851/1839 46% [============================ ] 852/1839 46% [============================ ] 853/1839 46% [============================ ] 854/1839 46% [============================ ] 855/1839 46% [============================ ] 856/1839 46% [============================ ] 857/1839 46% [============================ ] 858/1839 46% [============================ ] 859/1839 46% [============================ ] 860/1839 46% [============================= ] 861/1839 46% [============================= ] 862/1839 46% [============================= ] 863/1839 46% [============================= ] 864/1839 46% [============================= ] 865/1839 47% [============================= ] 866/1839 47% [============================= ] 867/1839 47% [============================= ] 868/1839 47% [============================= ] 869/1839 47% [============================= ] 870/1839 47% [============================= ] 871/1839 47% [============================= ] 872/1839 47% [============================= ] 873/1839 47% [============================= ] 874/1839 47% [============================= ] 875/1839 47% [============================= ] 876/1839 47% [============================= ] 877/1839 47% [============================= ] 878/1839 47% [============================= ] 879/1839 47% [============================= ] 880/1839 47% [============================= ] 881/1839 47% [============================= ] 882/1839 47% [============================= ] 883/1839 48% [============================= ] 884/1839 48% [============================= ] 885/1839 48% [============================= ] 886/1839 48% [============================= ] 887/1839 48% [============================= ] 888/1839 48% [============================= ] 889/1839 48% [============================== ] 890/1839 48% [============================== ] 891/1839 48% [============================== ] 892/1839 48% [============================== ] 893/1839 48% [============================== ] 894/1839 48% [============================== ] 895/1839 48% [============================== ] 896/1839 48% [============================== ] 897/1839 48% [============================== ] 898/1839 48% [============================== ] 899/1839 48% [============================== ] 900/1839 48% [============================== ] 901/1839 48% [============================== ] 902/1839 49% [============================== ] 903/1839 49% [============================== ] 904/1839 49% [============================== ] 905/1839 49% [============================== ] 906/1839 49% [============================== ] 907/1839 49% [============================== ] 908/1839 49% [============================== ] 909/1839 49% [============================== ] 910/1839 49% [============================== ] 911/1839 49% [============================== ] 912/1839 49% [============================== ] 913/1839 49% [============================== ] 914/1839 49% [============================== ] 915/1839 49% [============================== ] 916/1839 49% [============================== ] 917/1839 49% [============================== ] 918/1839 49% [============================== ] 919/1839 49% [=============================== ] 920/1839 50% [=============================== ] 921/1839 50% [=============================== ] 922/1839 50% [=============================== ] 923/1839 50% [=============================== ] 924/1839 50% [=============================== ] 925/1839 50% [=============================== ] 926/1839 50% [=============================== ] 927/1839 50% [=============================== ] 928/1839 50% [=============================== ] 929/1839 50% [=============================== ] 930/1839 50% [=============================== ] 931/1839 50% [=============================== ] 932/1839 50% [=============================== ] 933/1839 50% [=============================== ] 934/1839 50% [=============================== ] 935/1839 50% [=============================== ] 936/1839 50% [=============================== ] 937/1839 50% [=============================== ] 938/1839 51% [=============================== ] 939/1839 51% [=============================== ] 940/1839 51% [=============================== ] 941/1839 51% [=============================== ] 942/1839 51% [=============================== ] 943/1839 51% [=============================== ] 944/1839 51% [=============================== ] 945/1839 51% [=============================== ] 946/1839 51% [=============================== ] 947/1839 51% [=============================== ] 948/1839 51% [=============================== ] 949/1839 51% [================================ ] 950/1839 51% [================================ ] 951/1839 51% [================================ ] 952/1839 51% [================================ ] 953/1839 51% [================================ ] 954/1839 51% [================================ ] 955/1839 51% [================================ ] 956/1839 51% [================================ ] 957/1839 52% [================================ ] 958/1839 52% [================================ ] 959/1839 52% [================================ ] 960/1839 52% [================================ ] 961/1839 52% [================================ ] 962/1839 52% [================================ ] 963/1839 52% [================================ ] 964/1839 52% [================================ ] 965/1839 52% [================================ ] 966/1839 52% [================================ ] 967/1839 52% [================================ ] 968/1839 52% [================================ ] 969/1839 52% [================================ ] 970/1839 52% [================================ ] 971/1839 52% [================================ ] 972/1839 52% [================================ ] 973/1839 52% [================================ ] 974/1839 52% [================================ ] 975/1839 53% [================================ ] 976/1839 53% [================================ ] 977/1839 53% [================================ ] 978/1839 53% [================================= ] 979/1839 53% [================================= ] 980/1839 53% [================================= ] 981/1839 53% [================================= ] 982/1839 53% [================================= ] 983/1839 53% [================================= ] 984/1839 53% [================================= ] 985/1839 53% [================================= ] 986/1839 53% [================================= ] 987/1839 53% [================================= ] 988/1839 53% [================================= ] 989/1839 53% [================================= ] 990/1839 53% [================================= ] 991/1839 53% [================================= ] 992/1839 53% [================================= ] 993/1839 53% [================================= ] 994/1839 54% [================================= ] 995/1839 54% [================================= ] 996/1839 54% [================================= ] 997/1839 54% [================================= ] 998/1839 54% [================================= ] 999/1839 54% [================================= ] 1000/1839 54% [================================= ] 1001/1839 54% [================================= ] 1002/1839 54% [================================= ] 1003/1839 54% [================================= ] 1004/1839 54% [================================= ] 1005/1839 54% [================================= ] 1006/1839 54% [================================= ] 1007/1839 54% [================================= ] 1008/1839 54% [================================== ] 1009/1839 54% [================================== ] 1010/1839 54% [================================== ] 1011/1839 54% [================================== ] 1012/1839 55% [================================== ] 1013/1839 55% [================================== ] 1014/1839 55% [================================== ] 1015/1839 55% [================================== ] 1016/1839 55% [================================== ] 1017/1839 55% [================================== ] 1018/1839 55% [================================== ] 1019/1839 55% [================================== ] 1020/1839 55% [================================== ] 1021/1839 55% [================================== ] 1022/1839 55% [================================== ] 1023/1839 55% [================================== ] 1024/1839 55% [================================== ] 1025/1839 55% [================================== ] 1026/1839 55% [================================== ] 1027/1839 55% [================================== ] 1028/1839 55% [================================== ] 1029/1839 55% [================================== ] 1030/1839 56% [================================== ] 1031/1839 56% [================================== ] 1032/1839 56% [================================== ] 1033/1839 56% [================================== ] 1034/1839 56% [================================== ] 1035/1839 56% [================================== ] 1036/1839 56% [================================== ] 1037/1839 56% [================================== ] 1038/1839 56% [=================================== ] 1039/1839 56% [=================================== ] 1040/1839 56% [=================================== ] 1041/1839 56% [=================================== ] 1042/1839 56% [=================================== ] 1043/1839 56% [=================================== ] 1044/1839 56% [=================================== ] 1045/1839 56% [=================================== ] 1046/1839 56% [=================================== ] 1047/1839 56% [=================================== ] 1048/1839 56% [=================================== ] 1049/1839 57% [=================================== ] 1050/1839 57% [=================================== ] 1051/1839 57% [=================================== ] 1052/1839 57% [=================================== ] 1053/1839 57% [=================================== ] 1054/1839 57% [=================================== ] 1055/1839 57% [=================================== ] 1056/1839 57% [=================================== ] 1057/1839 57% [=================================== ] 1058/1839 57% [=================================== ] 1059/1839 57% [=================================== ] 1060/1839 57% [=================================== ] 1061/1839 57% [=================================== ] 1062/1839 57% [=================================== ] 1063/1839 57% [=================================== ] 1064/1839 57% [=================================== ] 1065/1839 57% [=================================== ] 1066/1839 57% [=================================== ] 1067/1839 58% [==================================== ] 1068/1839 58% [==================================== ] 1069/1839 58% [==================================== ] 1070/1839 58% [==================================== ] 1071/1839 58% [==================================== ] 1072/1839 58% [==================================== ] 1073/1839 58% [==================================== ] 1074/1839 58% [==================================== ] 1075/1839 58% [==================================== ] 1076/1839 58% [==================================== ] 1077/1839 58% [==================================== ] 1078/1839 58% [==================================== ] 1079/1839 58% [==================================== ] 1080/1839 58% [==================================== ] 1081/1839 58% [==================================== ] 1082/1839 58% [==================================== ] 1083/1839 58% [==================================== ] 1084/1839 58% [==================================== ] 1085/1839 58% [==================================== ] 1086/1839 59% [==================================== ] 1087/1839 59% [==================================== ] 1088/1839 59% [==================================== ] 1089/1839 59% [==================================== ] 1090/1839 59% [==================================== ] 1091/1839 59% [==================================== ] 1092/1839 59% [==================================== ] 1093/1839 59% [==================================== ] 1094/1839 59% [==================================== ] 1095/1839 59% [==================================== ] 1096/1839 59% [==================================== ] 1097/1839 59% [===================================== ] 1098/1839 59% [===================================== ] 1099/1839 59% [===================================== ] 1100/1839 59% [===================================== ] 1101/1839 59% [===================================== ] 1102/1839 59% [===================================== ] 1103/1839 59% [===================================== ] 1104/1839 60% [===================================== ] 1105/1839 60% [===================================== ] 1106/1839 60% [===================================== ] 1107/1839 60% [===================================== ] 1108/1839 60% [===================================== ] 1109/1839 60% [===================================== ] 1110/1839 60% [===================================== ] 1111/1839 60% [===================================== ] 1112/1839 60% [===================================== ] 1113/1839 60% [===================================== ] 1114/1839 60% [===================================== ] 1115/1839 60% [===================================== ] 1116/1839 60% [===================================== ] 1117/1839 60% [===================================== ] 1118/1839 60% [===================================== ] 1119/1839 60% [===================================== ] 1120/1839 60% [===================================== ] 1121/1839 60% [===================================== ] 1122/1839 61% [===================================== ] 1123/1839 61% [===================================== ] 1124/1839 61% [===================================== ] 1125/1839 61% [===================================== ] 1126/1839 61% [===================================== ] 1127/1839 61% [====================================== ] 1128/1839 61% [====================================== ] 1129/1839 61% [====================================== ] 1130/1839 61% [====================================== ] 1131/1839 61% [====================================== ] 1132/1839 61% [====================================== ] 1133/1839 61% [====================================== ] 1134/1839 61% [====================================== ] 1135/1839 61% [====================================== ] 1136/1839 61% [====================================== ] 1137/1839 61% [====================================== ] 1138/1839 61% [====================================== ] 1139/1839 61% [====================================== ] 1140/1839 61% [====================================== ] 1141/1839 62% [====================================== ] 1142/1839 62% [====================================== ] 1143/1839 62% [====================================== ] 1144/1839 62% [====================================== ] 1145/1839 62% [====================================== ] 1146/1839 62% [====================================== ] 1147/1839 62% [====================================== ] 1148/1839 62% [====================================== ] 1149/1839 62% [====================================== ] 1150/1839 62% [====================================== ] 1151/1839 62% [====================================== ] 1152/1839 62% [====================================== ] 1153/1839 62% [====================================== ] 1154/1839 62% [====================================== ] 1155/1839 62% [====================================== ] 1156/1839 62% [======================================= ] 1157/1839 62% [======================================= ] 1158/1839 62% [======================================= ] 1159/1839 63% [======================================= ] 1160/1839 63% [======================================= ] 1161/1839 63% [======================================= ] 1162/1839 63% [======================================= ] 1163/1839 63% [======================================= ] 1164/1839 63% [======================================= ] 1165/1839 63% [======================================= ] 1166/1839 63% [======================================= ] 1167/1839 63% [======================================= ] 1168/1839 63% [======================================= ] 1169/1839 63% [======================================= ] 1170/1839 63% [======================================= ] 1171/1839 63% [======================================= ] 1172/1839 63% [======================================= ] 1173/1839 63% [======================================= ] 1174/1839 63% [======================================= ] 1175/1839 63% [======================================= ] 1176/1839 63% [======================================= ] 1177/1839 64% [======================================= ] 1178/1839 64% [======================================= ] 1179/1839 64% [======================================= ] 1180/1839 64% [======================================= ] 1181/1839 64% [======================================= ] 1182/1839 64% [======================================= ] 1183/1839 64% [======================================= ] 1184/1839 64% [======================================= ] 1185/1839 64% [======================================= ] 1186/1839 64% [======================================== ] 1187/1839 64% [======================================== ] 1188/1839 64% [======================================== ] 1189/1839 64% [======================================== ] 1190/1839 64% [======================================== ] 1191/1839 64% [======================================== ] 1192/1839 64% [======================================== ] 1193/1839 64% [======================================== ] 1194/1839 64% [======================================== ] 1195/1839 64% [======================================== ] 1196/1839 65% [======================================== ] 1197/1839 65% [======================================== ] 1198/1839 65% [======================================== ] 1199/1839 65% [======================================== ] 1200/1839 65% [======================================== ] 1201/1839 65% [======================================== ] 1202/1839 65% [======================================== ] 1203/1839 65% [======================================== ] 1204/1839 65% [======================================== ] 1205/1839 65% [======================================== ] 1206/1839 65% [======================================== ] 1207/1839 65% [======================================== ] 1208/1839 65% [======================================== ] 1209/1839 65% [======================================== ] 1210/1839 65% [======================================== ] 1211/1839 65% [======================================== ] 1212/1839 65% [======================================== ] 1213/1839 65% [======================================== ] 1214/1839 66% [======================================== ] 1215/1839 66% [======================================== ] 1216/1839 66% [========================================= ] 1217/1839 66% [========================================= ] 1218/1839 66% [========================================= ] 1219/1839 66% [========================================= ] 1220/1839 66% [========================================= ] 1221/1839 66% [========================================= ] 1222/1839 66% [========================================= ] 1223/1839 66% [========================================= ] 1224/1839 66% [========================================= ] 1225/1839 66% [========================================= ] 1226/1839 66% [========================================= ] 1227/1839 66% [========================================= ] 1228/1839 66% [========================================= ] 1229/1839 66% [========================================= ] 1230/1839 66% [========================================= ] 1231/1839 66% [========================================= ] 1232/1839 66% [========================================= ] 1233/1839 67% [========================================= ] 1234/1839 67% [========================================= ] 1235/1839 67% [========================================= ] 1236/1839 67% [========================================= ] 1237/1839 67% [========================================= ] 1238/1839 67% [========================================= ] 1239/1839 67% [========================================= ] 1240/1839 67% [========================================= ] 1241/1839 67% [========================================= ] 1242/1839 67% [========================================= ] 1243/1839 67% [========================================= ] 1244/1839 67% [========================================= ] 1245/1839 67% [========================================== ] 1246/1839 67% [========================================== ] 1247/1839 67% [========================================== ] 1248/1839 67% [========================================== ] 1249/1839 67% [========================================== ] 1250/1839 67% [========================================== ] 1251/1839 68% [========================================== ] 1252/1839 68% [========================================== ] 1253/1839 68% [========================================== ] 1254/1839 68% [========================================== ] 1255/1839 68% [========================================== ] 1256/1839 68% [========================================== ] 1257/1839 68% [========================================== ] 1258/1839 68% [========================================== ] 1259/1839 68% [========================================== ] 1260/1839 68% [========================================== ] 1261/1839 68% [========================================== ] 1262/1839 68% [========================================== ] 1263/1839 68% [========================================== ] 1264/1839 68% [========================================== ] 1265/1839 68% [========================================== ] 1266/1839 68% [========================================== ] 1267/1839 68% [========================================== ] 1268/1839 68% [========================================== ] 1269/1839 69% [========================================== ] 1270/1839 69% [========================================== ] 1271/1839 69% [========================================== ] 1272/1839 69% [========================================== ] 1273/1839 69% [========================================== ] 1274/1839 69% [========================================== ] 1275/1839 69% [=========================================== ] 1276/1839 69% [=========================================== ] 1277/1839 69% [=========================================== ] 1278/1839 69% [=========================================== ] 1279/1839 69% [=========================================== ] 1280/1839 69% [=========================================== ] 1281/1839 69% [=========================================== ] 1282/1839 69% [=========================================== ] 1283/1839 69% [=========================================== ] 1284/1839 69% [=========================================== ] 1285/1839 69% [=========================================== ] 1286/1839 69% [=========================================== ] 1287/1839 69% [=========================================== ] 1288/1839 70% [=========================================== ] 1289/1839 70% [=========================================== ] 1290/1839 70% [=========================================== ] 1291/1839 70% [=========================================== ] 1292/1839 70% [=========================================== ] 1293/1839 70% [=========================================== ] 1294/1839 70% [=========================================== ] 1295/1839 70% [=========================================== ] 1296/1839 70% [=========================================== ] 1297/1839 70% [=========================================== ] 1298/1839 70% [=========================================== ] 1299/1839 70% [=========================================== ] 1300/1839 70% [=========================================== ] 1301/1839 70% [=========================================== ] 1302/1839 70% [=========================================== ] 1303/1839 70% [=========================================== ] 1304/1839 70% [=========================================== ] 1305/1839 70% [============================================ ] 1306/1839 71% [============================================ ] 1307/1839 71% [============================================ ] 1308/1839 71% [============================================ ] 1309/1839 71% [============================================ ] 1310/1839 71% [============================================ ] 1311/1839 71% [============================================ ] 1312/1839 71% [============================================ ] 1313/1839 71% [============================================ ] 1314/1839 71% [============================================ ] 1315/1839 71% [============================================ ] 1316/1839 71% [============================================ ] 1317/1839 71% [============================================ ] 1318/1839 71% [============================================ ] 1319/1839 71% [============================================ ] 1320/1839 71% [============================================ ] 1321/1839 71% [============================================ ] 1322/1839 71% [============================================ ] 1323/1839 71% [============================================ ] 1324/1839 71% [============================================ ] 1325/1839 72% [============================================ ] 1326/1839 72% [============================================ ] 1327/1839 72% [============================================ ] 1328/1839 72% [============================================ ] 1329/1839 72% [============================================ ] 1330/1839 72% [============================================ ] 1331/1839 72% [============================================ ] 1332/1839 72% [============================================ ] 1333/1839 72% [============================================ ] 1334/1839 72% [============================================= ] 1335/1839 72% [============================================= ] 1336/1839 72% [============================================= ] 1337/1839 72% [============================================= ] 1338/1839 72% [============================================= ] 1339/1839 72% [============================================= ] 1340/1839 72% [============================================= ] 1341/1839 72% [============================================= ] 1342/1839 72% [============================================= ] 1343/1839 73% [============================================= ] 1344/1839 73% [============================================= ] 1345/1839 73% [============================================= ] 1346/1839 73% [============================================= ] 1347/1839 73% [============================================= ] 1348/1839 73% [============================================= ] 1349/1839 73% [============================================= ] 1350/1839 73% [============================================= ] 1351/1839 73% [============================================= ] 1352/1839 73% [============================================= ] 1353/1839 73% [============================================= ] 1354/1839 73% [============================================= ] 1355/1839 73% [============================================= ] 1356/1839 73% [============================================= ] 1357/1839 73% [============================================= ] 1358/1839 73% [============================================= ] 1359/1839 73% [============================================= ] 1360/1839 73% [============================================= ] 1361/1839 74% [============================================= ] 1362/1839 74% [============================================= ] 1363/1839 74% [============================================= ] 1364/1839 74% [============================================== ] 1365/1839 74% [============================================== ] 1366/1839 74% [============================================== ] 1367/1839 74% [============================================== ] 1368/1839 74% [============================================== ] 1369/1839 74% [============================================== ] 1370/1839 74% [============================================== ] 1371/1839 74% [============================================== ] 1372/1839 74% [============================================== ] 1373/1839 74% [============================================== ] 1374/1839 74% [============================================== ] 1375/1839 74% [============================================== ] 1376/1839 74% [============================================== ] 1377/1839 74% [============================================== ] 1378/1839 74% [============================================== ] 1379/1839 74% [============================================== ] 1380/1839 75% [============================================== ] 1381/1839 75% [============================================== ] 1382/1839 75% [============================================== ] 1383/1839 75% [============================================== ] 1384/1839 75% [============================================== ] 1385/1839 75% [============================================== ] 1386/1839 75% [============================================== ] 1387/1839 75% [============================================== ] 1388/1839 75% [============================================== ] 1389/1839 75% [============================================== ] 1390/1839 75% [============================================== ] 1391/1839 75% [============================================== ] 1392/1839 75% [============================================== ] 1393/1839 75% [============================================== ] 1394/1839 75% [=============================================== ] 1395/1839 75% [=============================================== ] 1396/1839 75% [=============================================== ] 1397/1839 75% [=============================================== ] 1398/1839 76% [=============================================== ] 1399/1839 76% [=============================================== ] 1400/1839 76% [=============================================== ] 1401/1839 76% [=============================================== ] 1402/1839 76% [=============================================== ] 1403/1839 76% [=============================================== ] 1404/1839 76% [=============================================== ] 1405/1839 76% [=============================================== ] 1406/1839 76% [=============================================== ] 1407/1839 76% [=============================================== ] 1408/1839 76% [=============================================== ] 1409/1839 76% [=============================================== ] 1410/1839 76% [=============================================== ] 1411/1839 76% [=============================================== ] 1412/1839 76% [=============================================== ] 1413/1839 76% [=============================================== ] 1414/1839 76% [=============================================== ] 1415/1839 76% [=============================================== ] 1416/1839 76% [=============================================== ] 1417/1839 77% [=============================================== ] 1418/1839 77% [=============================================== ] 1419/1839 77% [=============================================== ] 1420/1839 77% [=============================================== ] 1421/1839 77% [=============================================== ] 1422/1839 77% [=============================================== ] 1423/1839 77% [================================================ ] 1424/1839 77% [================================================ ] 1425/1839 77% [================================================ ] 1426/1839 77% [================================================ ] 1427/1839 77% [================================================ ] 1428/1839 77% [================================================ ] 1429/1839 77% [================================================ ] 1430/1839 77% [================================================ ] 1431/1839 77% [================================================ ] 1432/1839 77% [================================================ ] 1433/1839 77% [================================================ ] 1434/1839 77% [================================================ ] 1435/1839 78% [================================================ ] 1436/1839 78% [================================================ ] 1437/1839 78% [================================================ ] 1438/1839 78% [================================================ ] 1439/1839 78% [================================================ ] 1440/1839 78% [================================================ ] 1441/1839 78% [================================================ ] 1442/1839 78% [================================================ ] 1443/1839 78% [================================================ ] 1444/1839 78% [================================================ ] 1445/1839 78% [================================================ ] 1446/1839 78% [================================================ ] 1447/1839 78% [================================================ ] 1448/1839 78% [================================================ ] 1449/1839 78% [================================================ ] 1450/1839 78% [================================================ ] 1451/1839 78% [================================================ ] 1452/1839 78% [================================================ ] 1453/1839 79% [================================================= ] 1454/1839 79% [================================================= ] 1455/1839 79% [================================================= ] 1456/1839 79% [================================================= ] 1457/1839 79% [================================================= ] 1458/1839 79% [================================================= ] 1459/1839 79% [================================================= ] 1460/1839 79% [================================================= ] 1461/1839 79% [================================================= ] 1462/1839 79% [================================================= ] 1463/1839 79% [================================================= ] 1464/1839 79% [================================================= ] 1465/1839 79% [================================================= ] 1466/1839 79% [================================================= ] 1467/1839 79% [================================================= ] 1468/1839 79% [================================================= ] 1469/1839 79% [================================================= ] 1470/1839 79% [================================================= ] 1471/1839 79% [================================================= ] 1472/1839 80% [================================================= ] 1473/1839 80% [================================================= ] 1474/1839 80% [================================================= ] 1475/1839 80% [================================================= ] 1476/1839 80% [================================================= ] 1477/1839 80% [================================================= ] 1478/1839 80% [================================================= ] 1479/1839 80% [================================================= ] 1480/1839 80% [================================================= ] 1481/1839 80% [================================================= ] 1482/1839 80% [================================================= ] 1483/1839 80% [================================================== ] 1484/1839 80% [================================================== ] 1485/1839 80% [================================================== ] 1486/1839 80% [================================================== ] 1487/1839 80% [================================================== ] 1488/1839 80% [================================================== ] 1489/1839 80% [================================================== ] 1490/1839 81% [================================================== ] 1491/1839 81% [================================================== ] 1492/1839 81% [================================================== ] 1493/1839 81% [================================================== ] 1494/1839 81% [================================================== ] 1495/1839 81% [================================================== ] 1496/1839 81% [================================================== ] 1497/1839 81% [================================================== ] 1498/1839 81% [================================================== ] 1499/1839 81% [================================================== ] 1500/1839 81% [================================================== ] 1501/1839 81% [================================================== ] 1502/1839 81% [================================================== ] 1503/1839 81% [================================================== ] 1504/1839 81% [================================================== ] 1505/1839 81% [================================================== ] 1506/1839 81% [================================================== ] 1507/1839 81% [================================================== ] 1508/1839 82% [================================================== ] 1509/1839 82% [================================================== ] 1510/1839 82% [================================================== ] 1511/1839 82% [================================================== ] 1512/1839 82% [=================================================== ] 1513/1839 82% [=================================================== ] 1514/1839 82% [=================================================== ] 1515/1839 82% [=================================================== ] 1516/1839 82% [=================================================== ] 1517/1839 82% [=================================================== ] 1518/1839 82% [=================================================== ] 1519/1839 82% [=================================================== ] 1520/1839 82% [=================================================== ] 1521/1839 82% [=================================================== ] 1522/1839 82% [=================================================== ] 1523/1839 82% [=================================================== ] 1524/1839 82% [=================================================== ] 1525/1839 82% [=================================================== ] 1526/1839 82% [=================================================== ] 1527/1839 83% [=================================================== ] 1528/1839 83% [=================================================== ] 1529/1839 83% [=================================================== ] 1530/1839 83% [=================================================== ] 1531/1839 83% [=================================================== ] 1532/1839 83% [=================================================== ] 1533/1839 83% [=================================================== ] 1534/1839 83% [=================================================== ] 1535/1839 83% [=================================================== ] 1536/1839 83% [=================================================== ] 1537/1839 83% [=================================================== ] 1538/1839 83% [=================================================== ] 1539/1839 83% [=================================================== ] 1540/1839 83% [=================================================== ] 1541/1839 83% [=================================================== ] 1542/1839 83% [==================================================== ] 1543/1839 83% [==================================================== ] 1544/1839 83% [==================================================== ] 1545/1839 84% [==================================================== ] 1546/1839 84% [==================================================== ] 1547/1839 84% [==================================================== ] 1548/1839 84% [==================================================== ] 1549/1839 84% [==================================================== ] 1550/1839 84% [==================================================== ] 1551/1839 84% [==================================================== ] 1552/1839 84% [==================================================== ] 1553/1839 84% [==================================================== ] 1554/1839 84% [==================================================== ] 1555/1839 84% [==================================================== ] 1556/1839 84% [==================================================== ] 1557/1839 84% [==================================================== ] 1558/1839 84% [==================================================== ] 1559/1839 84% [==================================================== ] 1560/1839 84% [==================================================== ] 1561/1839 84% [==================================================== ] 1562/1839 84% [==================================================== ] 1563/1839 84% [==================================================== ] 1564/1839 85% [==================================================== ] 1565/1839 85% [==================================================== ] 1566/1839 85% [==================================================== ] 1567/1839 85% [==================================================== ] 1568/1839 85% [==================================================== ] 1569/1839 85% [==================================================== ] 1570/1839 85% [==================================================== ] 1571/1839 85% [==================================================== ] 1572/1839 85% [===================================================== ] 1573/1839 85% [===================================================== ] 1574/1839 85% [===================================================== ] 1575/1839 85% [===================================================== ] 1576/1839 85% [===================================================== ] 1577/1839 85% [===================================================== ] 1578/1839 85% [===================================================== ] 1579/1839 85% [===================================================== ] 1580/1839 85% [===================================================== ] 1581/1839 85% [===================================================== ] 1582/1839 86% [===================================================== ] 1583/1839 86% [===================================================== ] 1584/1839 86% [===================================================== ] 1585/1839 86% [===================================================== ] 1586/1839 86% [===================================================== ] 1587/1839 86% [===================================================== ] 1588/1839 86% [===================================================== ] 1589/1839 86% [===================================================== ] 1590/1839 86% [===================================================== ] 1591/1839 86% [===================================================== ] 1592/1839 86% [===================================================== ] 1593/1839 86% [===================================================== ] 1594/1839 86% [===================================================== ] 1595/1839 86% [===================================================== ] 1596/1839 86% [===================================================== ] 1597/1839 86% [===================================================== ] 1598/1839 86% [===================================================== ] 1599/1839 86% [===================================================== ] 1600/1839 87% [===================================================== ] 1601/1839 87% [====================================================== ] 1602/1839 87% [====================================================== ] 1603/1839 87% [====================================================== ] 1604/1839 87% [====================================================== ] 1605/1839 87% [====================================================== ] 1606/1839 87% [====================================================== ] 1607/1839 87% [====================================================== ] 1608/1839 87% [====================================================== ] 1609/1839 87% [====================================================== ] 1610/1839 87% [====================================================== ] 1611/1839 87% [====================================================== ] 1612/1839 87% [====================================================== ] 1613/1839 87% [====================================================== ] 1614/1839 87% [====================================================== ] 1615/1839 87% [====================================================== ] 1616/1839 87% [====================================================== ] 1617/1839 87% [====================================================== ] 1618/1839 87% [====================================================== ] 1619/1839 88% [====================================================== ] 1620/1839 88% [====================================================== ] 1621/1839 88% [====================================================== ] 1622/1839 88% [====================================================== ] 1623/1839 88% [====================================================== ] 1624/1839 88% [====================================================== ] 1625/1839 88% [====================================================== ] 1626/1839 88% [====================================================== ] 1627/1839 88% [====================================================== ] 1628/1839 88% [====================================================== ] 1629/1839 88% [====================================================== ] 1630/1839 88% [====================================================== ] 1631/1839 88% [======================================================= ] 1632/1839 88% [======================================================= ] 1633/1839 88% [======================================================= ] 1634/1839 88% [======================================================= ] 1635/1839 88% [======================================================= ] 1636/1839 88% [======================================================= ] 1637/1839 89% [======================================================= ] 1638/1839 89% [======================================================= ] 1639/1839 89% [======================================================= ] 1640/1839 89% [======================================================= ] 1641/1839 89% [======================================================= ] 1642/1839 89% [======================================================= ] 1643/1839 89% [======================================================= ] 1644/1839 89% [======================================================= ] 1645/1839 89% [======================================================= ] 1646/1839 89% [======================================================= ] 1647/1839 89% [======================================================= ] 1648/1839 89% [======================================================= ] 1649/1839 89% [======================================================= ] 1650/1839 89% [======================================================= ] 1651/1839 89% [======================================================= ] 1652/1839 89% [======================================================= ] 1653/1839 89% [======================================================= ] 1654/1839 89% [======================================================= ] 1655/1839 89% [======================================================= ] 1656/1839 90% [======================================================= ] 1657/1839 90% [======================================================= ] 1658/1839 90% [======================================================= ] 1659/1839 90% [======================================================= ] 1660/1839 90% [======================================================= ] 1661/1839 90% [======================================================== ] 1662/1839 90% [======================================================== ] 1663/1839 90% [======================================================== ] 1664/1839 90% [======================================================== ] 1665/1839 90% [======================================================== ] 1666/1839 90% [======================================================== ] 1667/1839 90% [======================================================== ] 1668/1839 90% [======================================================== ] 1669/1839 90% [======================================================== ] 1670/1839 90% [======================================================== ] 1671/1839 90% [======================================================== ] 1672/1839 90% [======================================================== ] 1673/1839 90% [======================================================== ] 1674/1839 91% [======================================================== ] 1675/1839 91% [======================================================== ] 1676/1839 91% [======================================================== ] 1677/1839 91% [======================================================== ] 1678/1839 91% [======================================================== ] 1679/1839 91% [======================================================== ] 1680/1839 91% [======================================================== ] 1681/1839 91% [======================================================== ] 1682/1839 91% [======================================================== ] 1683/1839 91% [======================================================== ] 1684/1839 91% [======================================================== ] 1685/1839 91% [======================================================== ] 1686/1839 91% [======================================================== ] 1687/1839 91% [======================================================== ] 1688/1839 91% [======================================================== ] 1689/1839 91% [======================================================== ] 1690/1839 91% [========================================================= ] 1691/1839 91% [========================================================= ] 1692/1839 92% [========================================================= ] 1693/1839 92% [========================================================= ] 1694/1839 92% [========================================================= ] 1695/1839 92% [========================================================= ] 1696/1839 92% [========================================================= ] 1697/1839 92% [========================================================= ] 1698/1839 92% [========================================================= ] 1699/1839 92% [========================================================= ] 1700/1839 92% [========================================================= ] 1701/1839 92% [========================================================= ] 1702/1839 92% [========================================================= ] 1703/1839 92% [========================================================= ] 1704/1839 92% [========================================================= ] 1705/1839 92% [========================================================= ] 1706/1839 92% [========================================================= ] 1707/1839 92% [========================================================= ] 1708/1839 92% [========================================================= ] 1709/1839 92% [========================================================= ] 1710/1839 92% [========================================================= ] 1711/1839 93% [========================================================= ] 1712/1839 93% [========================================================= ] 1713/1839 93% [========================================================= ] 1714/1839 93% [========================================================= ] 1715/1839 93% [========================================================= ] 1716/1839 93% [========================================================= ] 1717/1839 93% [========================================================= ] 1718/1839 93% [========================================================= ] 1719/1839 93% [========================================================= ] 1720/1839 93% [========================================================== ] 1721/1839 93% [========================================================== ] 1722/1839 93% [========================================================== ] 1723/1839 93% [========================================================== ] 1724/1839 93% [========================================================== ] 1725/1839 93% [========================================================== ] 1726/1839 93% [========================================================== ] 1727/1839 93% [========================================================== ] 1728/1839 93% [========================================================== ] 1729/1839 94% [========================================================== ] 1730/1839 94% [========================================================== ] 1731/1839 94% [========================================================== ] 1732/1839 94% [========================================================== ] 1733/1839 94% [========================================================== ] 1734/1839 94% [========================================================== ] 1735/1839 94% [========================================================== ] 1736/1839 94% [========================================================== ] 1737/1839 94% [========================================================== ] 1738/1839 94% [========================================================== ] 1739/1839 94% [========================================================== ] 1740/1839 94% [========================================================== ] 1741/1839 94% [========================================================== ] 1742/1839 94% [========================================================== ] 1743/1839 94% [========================================================== ] 1744/1839 94% [========================================================== ] 1745/1839 94% [========================================================== ] 1746/1839 94% [========================================================== ] 1747/1839 94% [========================================================== ] 1748/1839 95% [========================================================== ] 1749/1839 95% [========================================================== ] 1750/1839 95% [=========================================================== ] 1751/1839 95% [=========================================================== ] 1752/1839 95% [=========================================================== ] 1753/1839 95% [=========================================================== ] 1754/1839 95% [=========================================================== ] 1755/1839 95% [=========================================================== ] 1756/1839 95% [=========================================================== ] 1757/1839 95% [=========================================================== ] 1758/1839 95% [=========================================================== ] 1759/1839 95% [=========================================================== ] 1760/1839 95% [=========================================================== ] 1761/1839 95% [=========================================================== ] 1762/1839 95% [=========================================================== ] 1763/1839 95% [=========================================================== ] 1764/1839 95% [=========================================================== ] 1765/1839 95% [=========================================================== ] 1766/1839 96% [=========================================================== ] 1767/1839 96% [=========================================================== ] 1768/1839 96% [=========================================================== ] 1769/1839 96% [=========================================================== ] 1770/1839 96% [=========================================================== ] 1771/1839 96% [=========================================================== ] 1772/1839 96% [=========================================================== ] 1773/1839 96% [=========================================================== ] 1774/1839 96% [=========================================================== ] 1775/1839 96% [=========================================================== ] 1776/1839 96% [=========================================================== ] 1777/1839 96% [=========================================================== ] 1778/1839 96% [=========================================================== ] 1779/1839 96% [============================================================ ] 1780/1839 96% [============================================================ ] 1781/1839 96% [============================================================ ] 1782/1839 96% [============================================================ ] 1783/1839 96% [============================================================ ] 1784/1839 97% [============================================================ ] 1785/1839 97% [============================================================ ] 1786/1839 97% [============================================================ ] 1787/1839 97% [============================================================ ] 1788/1839 97% [============================================================ ] 1789/1839 97% [============================================================ ] 1790/1839 97% [============================================================ ] 1791/1839 97% [============================================================ ] 1792/1839 97% [============================================================ ] 1793/1839 97% [============================================================ ] 1794/1839 97% [============================================================ ] 1795/1839 97% [============================================================ ] 1796/1839 97% [============================================================ ] 1797/1839 97% [============================================================ ] 1798/1839 97% [============================================================ ] 1799/1839 97% [============================================================ ] 1800/1839 97% [============================================================ ] 1801/1839 97% [============================================================ ] 1802/1839 97% [============================================================ ] 1803/1839 98% [============================================================ ] 1804/1839 98% [============================================================ ] 1805/1839 98% [============================================================ ] 1806/1839 98% [============================================================ ] 1807/1839 98% [============================================================ ] 1808/1839 98% [============================================================ ] 1809/1839 98% [============================================================= ] 1810/1839 98% [============================================================= ] 1811/1839 98% [============================================================= ] 1812/1839 98% [============================================================= ] 1813/1839 98% [============================================================= ] 1814/1839 98% [============================================================= ] 1815/1839 98% [============================================================= ] 1816/1839 98% [============================================================= ] 1817/1839 98% [============================================================= ] 1818/1839 98% [============================================================= ] 1819/1839 98% [============================================================= ] 1820/1839 98% [============================================================= ] 1821/1839 99% [============================================================= ] 1822/1839 99% [============================================================= ] 1823/1839 99% [============================================================= ] 1824/1839 99% [============================================================= ] 1825/1839 99% [============================================================= ] 1826/1839 99% [============================================================= ] 1827/1839 99% [============================================================= ] 1828/1839 99% [============================================================= ] 1829/1839 99% [============================================================= ] 1830/1839 99% [============================================================= ] 1831/1839 99% [============================================================= ] 1832/1839 99% [============================================================= ] 1833/1839 99% [============================================================= ] 1834/1839 99% [============================================================= ] 1835/1839 99% [============================================================= ] 1836/1839 99% [============================================================= ] 1837/1839 99% [============================================================= ] 1838/1839 99% [==============================================================] 1839/1839 100% operation complete, 1839 objects in 41574 NAND pages. ln -snf /tmp/instance-1/output-1/host/armeb-buildroot-linux-gnueabi/sysroot /tmp/instance-1/output-1/staging make: Leaving directory '/tmp/instance-1/buildroot' make: Entering directory '/tmp/instance-1/buildroot' >>> Buildroot 2022.08-563-gbd6e79299f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> 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-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.1 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> 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.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-autoconf 2.71 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-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-cbootimage 1.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> empty 0.6.21b Collecting legal info COPYRIGHT: OK (sha256: f01dbe3c624084900b9df1393d9062518b2bc0487acd6a3300ebd6e71352d112) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 9.56.1 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> jquery-validation 1.19.5 Collecting legal info LICENSE.md: OK (sha256: f398878cab338b869638bdac1aeae76bf3ac11b2b89da6e0b68bc1a645733440) >>> jquery 3.5.1 Collecting legal info >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdeflate 1.12 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mdevd 0.1.4.0 Collecting legal info COPYING: OK (sha256: 31b60c66aba1fa0a7f8847339ac35c28638e25ff96da700d995533ad810e3995) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> host-mkpasswd Collecting legal info >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> open62541 v1.3.3 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> s6-linux-init 1.0.6.3 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> ser2net 4.3.8 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> socat 1.7.4.3 Collecting legal info README: OK (sha256: 432aebfec164bedcaada7cdf2849e1f003fa00a91a0a1ed34d7cf4abe980f5fb) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> sound-theme-borealis 0.9a Collecting legal info >>> strace 5.19 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> urandom-scripts Collecting legal info >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-1/output-1/legal-info make: Leaving directory '/tmp/instance-1/buildroot'