checking for langinfo.h... yes checking for locale.h... yes checking for linux/tcp.h... yes checking for netinet/tcp.h... yes checking for netdb.h... (cached) yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/ioctl.h... yes checking for linux/random.h... yes checking for sys/socket.h... (cached) yes checking for net/if.h... yes checking for linux/if.h... yes checking for linux/netfilter_ipv4.h... yes checking for linux/netfilter_ipv6/ip6_tables.h... yes checking whether byte ordering is bigendian... (cached) no checking for inline... inline checking for ssize_t... yes checking whether to enable assertions... yes checking for egrep... (cached) /usr/bin/grep -E checking for sys/wait.h that is POSIX.1 compatible... yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... (cached) yes checking for uint16_t... yes checking for uint8_t... yes checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for memset... yes checking for select... yes checking for setresuid... yes checking for setreuid... yes checking for strerror... yes checking for get_current_dir_name... yes checking for getpwnam_r... yes checking for setrlimit... yes checking for connect in -lsocket... no checking for malloc... yes checking for memset... (cached) yes checking for posix_memalign... yes checking for socket... yes checking for ev.h... yes checking for libev/ev.h... no checking for ev_loop_destroy in -lev... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating shadowsocks-libev.pc config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating libbloom/Makefile config.status: creating libcork/Makefile config.status: creating libipset/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> shadowsocks-libev 3.3.5 Building PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 -C /home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/ make[1]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' /usr/bin/make all-recursive make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' Making all in libcork make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libcork' CC src/libcork/cli/libcork_la-commands.lo CC src/libcork/core/libcork_la-allocator.lo CC src/libcork/core/libcork_la-error.lo CC src/libcork/core/libcork_la-gc.lo CC src/libcork/core/libcork_la-hash.lo CC src/libcork/core/libcork_la-ip-address.lo CC src/libcork/core/libcork_la-mempool.lo CC src/libcork/core/libcork_la-timestamp.lo CC src/libcork/core/libcork_la-u128.lo CC src/libcork/ds/libcork_la-array.lo CC src/libcork/ds/libcork_la-bitset.lo CC src/libcork/ds/libcork_la-buffer.lo CC src/libcork/ds/libcork_la-dllist.lo CC src/libcork/ds/libcork_la-file-stream.lo CC src/libcork/ds/libcork_la-hash-table.lo CC src/libcork/ds/libcork_la-managed-buffer.lo CC src/libcork/ds/libcork_la-ring-buffer.lo CC src/libcork/ds/libcork_la-slice.lo CC src/libcork/posix/libcork_la-directory-walker.lo CC src/libcork/posix/libcork_la-env.lo CC src/libcork/posix/libcork_la-exec.lo CC src/libcork/posix/libcork_la-files.lo CC src/libcork/posix/libcork_la-process.lo CC src/libcork/posix/libcork_la-subprocess.lo CC src/libcork/pthreads/libcork_la-thread.lo CCLD libcork.la make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libcork' Making all in libipset make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libipset' CC src/libipset/libipset_la-general.lo CC src/libipset/bdd/libipset_la-assignments.lo CC src/libipset/bdd/libipset_la-basics.lo CC src/libipset/bdd/libipset_la-bdd-iterator.lo CC src/libipset/bdd/libipset_la-expanded.lo CC src/libipset/bdd/libipset_la-reachable.lo CC src/libipset/bdd/libipset_la-read.lo CC src/libipset/bdd/libipset_la-write.lo CC src/libipset/map/libipset_la-allocation.lo CC src/libipset/map/libipset_la-inspection.lo CC src/libipset/map/libipset_la-ipv4_map.lo CC src/libipset/map/libipset_la-ipv6_map.lo CC src/libipset/map/libipset_la-storage.lo CC src/libipset/set/libipset_la-allocation.lo CC src/libipset/set/libipset_la-inspection.lo CC src/libipset/set/libipset_la-ipv4_set.lo CC src/libipset/set/libipset_la-ipv6_set.lo CC src/libipset/set/libipset_la-iterator.lo CC src/libipset/set/libipset_la-storage.lo CCLD libipset.la copying selected object files to avoid basename conflicts... make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libipset' Making all in libbloom make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libbloom' CC libbloom_la-bloom.lo CC murmur2/libbloom_la-MurmurHash2.lo CCLD libbloom.la make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libbloom' Making all in src make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/src' CC ss_local-local.o CC ss_local-utils.o CC ss_local-jconf.o CC ss_local-json.o CC ss_local-udprelay.o CC ss_local-cache.o CC ss_local-netutils.o CC ss_local-crypto.o CC ss_local-aead.o CC ss_local-stream.o CC ss_local-ppbloom.o CC ss_local-base64.o CC ss_local-plugin.o CC ss_local-rule.o CC ss_local-acl.o CC ss_tunnel-tunnel.o CC ss_tunnel-utils.o CC ss_tunnel-jconf.o CC ss_tunnel-json.o CC ss_tunnel-udprelay.o CC ss_tunnel-cache.o CC ss_tunnel-netutils.o CC ss_tunnel-crypto.o CC ss_tunnel-aead.o CC ss_tunnel-stream.o CC ss_tunnel-ppbloom.o CC ss_tunnel-base64.o CC ss_tunnel-plugin.o CC ss_server-resolv.o CC ss_server-server.o CC ss_server-utils.o CC ss_server-jconf.o CC ss_server-json.o CC ss_server-udprelay.o CC ss_server-cache.o CC ss_server-netutils.o CC ss_server-crypto.o CC ss_server-aead.o CC ss_server-stream.o CC ss_server-ppbloom.o CC ss_server-base64.o CC ss_server-plugin.o CC ss_server-rule.o CC ss_server-acl.o CC ss_manager-utils.o CC ss_manager-jconf.o CC ss_manager-json.o CC ss_manager-netutils.o CC ss_manager-manager.o CC ss_redir-utils.o CC ss_redir-jconf.o CC ss_redir-netutils.o CC ss_redir-json.o CC ss_redir-cache.o CC ss_redir-udprelay.o CC ss_redir-redir.o CC ss_redir-crypto.o CC ss_redir-aead.o CC ss_redir-stream.o CC ss_redir-ppbloom.o CC ss_redir-base64.o CC ss_redir-plugin.o CC libshadowsocks_libev_la-local.lo CC libshadowsocks_libev_la-utils.lo CC libshadowsocks_libev_la-jconf.lo CC libshadowsocks_libev_la-json.lo CC libshadowsocks_libev_la-udprelay.lo CC libshadowsocks_libev_la-cache.lo CC libshadowsocks_libev_la-netutils.lo CC libshadowsocks_libev_la-crypto.lo CC libshadowsocks_libev_la-aead.lo CC libshadowsocks_libev_la-stream.lo CC libshadowsocks_libev_la-ppbloom.lo CC libshadowsocks_libev_la-base64.lo CC libshadowsocks_libev_la-plugin.lo CC libshadowsocks_libev_la-rule.lo CC libshadowsocks_libev_la-acl.lo CCLD ss-local CCLD ss-tunnel CCLD ss-server CCLD ss-manager CCLD ss-redir CCLD libshadowsocks-libev.la make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/src' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' make[1]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' >>> shadowsocks-libev 3.3.5 Installing to staging directory PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot install -C /home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/ make[1]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' Making install in libcork make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libcork' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libcork' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libcork' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libcork' Making install in libipset make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libipset' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libipset' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libipset' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libipset' Making install in libbloom make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libbloom' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libbloom' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libbloom' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libbloom' Making install in src make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/src' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/src' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/lib' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/bin' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/include' /bin/bash ../libtool --mode=install /usr/bin/install -c libshadowsocks-libev.la '/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/lib' /usr/bin/install -c -m 644 shadowsocks.h '/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/include' /usr/bin/install -c ss-nat '/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/bin' libtool: install: /usr/bin/install -c .libs/libshadowsocks-libev.lai /home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/lib/libshadowsocks-libev.la libtool: install: /usr/bin/install -c .libs/libshadowsocks-libev.a /home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/lib/libshadowsocks-libev.a libtool: install: chmod 644 /home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/lib/libshadowsocks-libev.a libtool: install: /home/thomas/autobuild/instance-1/output-1/host/bin/microblazeel-buildroot-linux-musl-gcc-ranlib /home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/lib/libshadowsocks-libev.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c ss-local ss-tunnel ss-server ss-manager ss-redir '/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/bin' libtool: install: /usr/bin/install -c ss-local /home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/bin/ss-local libtool: install: /usr/bin/install -c ss-tunnel /home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/bin/ss-tunnel libtool: install: /usr/bin/install -c ss-server /home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/bin/ss-server libtool: install: /usr/bin/install -c ss-manager /home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/bin/ss-manager libtool: install: /usr/bin/install -c ss-redir /home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/bin/ss-redir make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/src' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/src' make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 shadowsocks-libev.pc '/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' make[1]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' >>> shadowsocks-libev 3.3.5 Fixing libtool files for la in $(find /home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/thomas/autobuild/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot:g" \ -e "s:@BASE_DIR@:/home/thomas/autobuild/instance-1/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> shadowsocks-libev 3.3.5 Installing to target PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/thomas/autobuild/instance-1/output-1/target install -C /home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/ make[1]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' Making install in libcork make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libcork' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libcork' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libcork' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libcork' Making install in libipset make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libipset' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libipset' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libipset' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libipset' Making install in libbloom make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libbloom' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libbloom' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libbloom' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/libbloom' Making install in src make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/src' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/src' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-1/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-1/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-1/output-1/target/usr/include' /bin/bash ../libtool --mode=install /usr/bin/install -c libshadowsocks-libev.la '/home/thomas/autobuild/instance-1/output-1/target/usr/lib' /usr/bin/install -c -m 644 shadowsocks.h '/home/thomas/autobuild/instance-1/output-1/target/usr/include' /usr/bin/install -c ss-nat '/home/thomas/autobuild/instance-1/output-1/target/usr/bin' libtool: install: /usr/bin/install -c .libs/libshadowsocks-libev.lai /home/thomas/autobuild/instance-1/output-1/target/usr/lib/libshadowsocks-libev.la libtool: install: /usr/bin/install -c .libs/libshadowsocks-libev.a /home/thomas/autobuild/instance-1/output-1/target/usr/lib/libshadowsocks-libev.a libtool: install: chmod 644 /home/thomas/autobuild/instance-1/output-1/target/usr/lib/libshadowsocks-libev.a libtool: install: /home/thomas/autobuild/instance-1/output-1/host/bin/microblazeel-buildroot-linux-musl-gcc-ranlib /home/thomas/autobuild/instance-1/output-1/target/usr/lib/libshadowsocks-libev.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-1/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c ss-local ss-tunnel ss-server ss-manager ss-redir '/home/thomas/autobuild/instance-1/output-1/target/usr/bin' libtool: install: /usr/bin/install -c ss-local /home/thomas/autobuild/instance-1/output-1/target/usr/bin/ss-local libtool: install: /usr/bin/install -c ss-tunnel /home/thomas/autobuild/instance-1/output-1/target/usr/bin/ss-tunnel libtool: install: /usr/bin/install -c ss-server /home/thomas/autobuild/instance-1/output-1/target/usr/bin/ss-server libtool: install: /usr/bin/install -c ss-manager /home/thomas/autobuild/instance-1/output-1/target/usr/bin/ss-manager libtool: install: /usr/bin/install -c ss-redir /home/thomas/autobuild/instance-1/output-1/target/usr/bin/ss-redir make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/src' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5/src' make[2]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' make[3]: Entering directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/thomas/autobuild/instance-1/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 shadowsocks-libev.pc '/home/thomas/autobuild/instance-1/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' make[2]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' make[1]: Leaving directory '/home/thomas/autobuild/instance-1/output-1/build/shadowsocks-libev-3.3.5' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/thomas/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-1/output-1/host/bin/microblazeel-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-1/output-1/host/bin/microblazeel-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%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@%/home/thomas/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /home/thomas/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-1/output-1/host/bin/microblazeel-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-1/output-1/host/bin/microblazeel-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /home/thomas/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/thomas/autobuild/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/thomas/autobuild/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/thomas/autobuild/instance-1/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/thomas/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/thomas/autobuild/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/thomas/autobuild/instance-1/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/thomas/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/thomas/autobuild/instance-1/output-1/target/etc/shells; fi mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/thomas/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-1/output-1/target/etc/shells if [ -x /home/thomas/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/thomas/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/thomas/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/thomas/autobuild/instance-1/output-1/target/etc/inittab; fi rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/include /home/thomas/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-1/output-1/target/usr/doc find /home/thomas/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-1/output-1/target/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/man /home/thomas/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/info /home/thomas/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/doc /home/thomas/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-1/output-1/target/lib/debug /home/thomas/autobuild/instance-1/output-1/target/usr/lib/debug find /home/thomas/autobuild/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 /home/thomas/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/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 /home/thomas/autobuild/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 /home/thomas/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-2645-g89710c804e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/thomas/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-1/output-1/per-package /home/thomas/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-1/output-1/target/usr ln -snf /home/thomas/autobuild/instance-1/output-1/host/microblazeel-buildroot-linux-musl/sysroot /home/thomas/autobuild/instance-1/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot' make: Entering directory '/home/thomas/autobuild/instance-1/buildroot' >>> Buildroot 2022.08-rc1-2645-g89710c804e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 4.9.337 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 6.1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> c-ares 1.19.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-mkpasswd Collecting legal info >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> openswan 3.0.0 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> shadowsocks-libev 3.3.5 Collecting legal info COPYING: OK (sha256: 736883f97d44dbec288bb82819f18f4f86d02ae3192f6a9abefa00db76bace41) libbloom/LICENSE: OK (sha256: c41a4bc2c4c43e4daa3051e77e31b2d5c8500498afaeac6d831d55a4bb8de3fb) libcork/COPYING: OK (sha256: 4fa2ada54f8c0410ec243265378242ffe862386d5ac517f8dd30a1911d25ae93) 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: linux-headers-4.9.337: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot'