checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for unistd.h... (cached) yes checking for bcopy... yes checking whether /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc needs -traditional... no checking return type of signal handlers... void checking for access... yes checking for arc4random... no checking for atexit... yes checking for calloc... yes checking for getcwd... yes checking for gethostbyaddr... yes checking for gethostbyaddr_r... (cached) yes checking for gethostbyname... yes checking for gethostbyname_r... (cached) yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for nanosleep... yes checking for poll... yes checking for putenv... yes checking for random... yes checking for regcomp... yes checking for select... yes checking for setlocale... yes checking for shutdown... yes checking for snprintf... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strftime... yes checking for strlcat... no checking for strlcpy... no checking for strptime... yes checking for strtoul... yes checking for timegm... yes checking for tzset... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for pcre_compile in -lpcre... yes checking pcre.h usability... yes checking pcre.h presence... yes checking for pcre.h... yes checking for regcomp in -lpcreposix... yes checking pcreposix.h usability... yes checking pcreposix.h presence... yes checking for pcreposix.h... yes Enabling support for client-specific tags. checking for zlibVersion in -lz... yes using libpcre Enabling connection-sharing support. configure: creating ./config.status config.status: creating GNUmakefile config.status: creating doc/source/ldp.dsl 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 >>> privoxy 3.0.32 Building PATH="/srv/storage/autobuild/run/instance-0/output-1/host/bin:/srv/storage/autobuild/run/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /srv/storage/autobuild/run/instance-0/output-1/build/privoxy-3.0.32/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/privoxy-3.0.32' /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall actions.c -o actions.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall cgi.c -o cgi.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall cgiedit.c -o cgiedit.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall cgisimple.c -o cgisimple.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall deanimate.c -o deanimate.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall encode.c -o encode.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall errlog.c -o errlog.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall filters.c -o filters.o filters.c: In function 'match_sockaddr': filters.c:205:42: warning: 'address_port' may be used uninitialized in this function [-Wmaybe-uninitialized] 205 | if (*netmask_port && *network_port != *address_port) | ^~~~~~~~~~~~~ filters.c:214:24: warning: 'address_addr' may be used uninitialized in this function [-Wmaybe-uninitialized] 214 | (address_addr[i] & netmask_addr[i])) | ~~~~~~~~~~~~^~~ filters.c:205:8: warning: 'netmask_port' may be used uninitialized in this function [-Wmaybe-uninitialized] 205 | if (*netmask_port && *network_port != *address_port) | ^~~~~~~~~~~~~ filters.c:200:20: warning: 'netmask_addr' may be used uninitialized in this function [-Wmaybe-uninitialized] 200 | netmask_addr += 12; | ^~ filters.c:205:25: warning: 'network_port' may be used uninitialized in this function [-Wmaybe-uninitialized] 205 | if (*netmask_port && *network_port != *address_port) | ^~~~~~~~~~~~~ filters.c:211:4: warning: 'addr_len' may be used uninitialized in this function [-Wmaybe-uninitialized] 211 | for (i = 0; (i < addr_len) && netmask_addr[i]; i++) | ^~~ filters.c:213:24: warning: 'network_addr' may be used uninitialized in this function [-Wmaybe-uninitialized] 213 | if ((network_addr[i] & netmask_addr[i]) != | ~~~~~~~~~~~~^~~ /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall gateway.c -o gateway.o filters.c: In function 'acl_addr': filters.c:465:4: warning: 'addr_len' may be used uninitialized in this function [-Wmaybe-uninitialized] 465 | for (i = 0; (i < addr_len) && masklength; i++) | ^~~ filters.c:454:18: warning: 'mask_port' may be used uninitialized in this function [-Wmaybe-uninitialized] 454 | *mask_port = 1; | ~~~~~~~~~~~^~~ filters.c:479:23: warning: 'mask_data' may be used uninitialized in this function [-Wmaybe-uninitialized] 479 | mask_data[i] = (uint8_t)~((1 << (8 - masklength)) - 1); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall jbsockets.c -o jbsockets.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall jcc.c -o jcc.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall list.c -o list.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall loadcfg.c -o loadcfg.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall loaders.c -o loaders.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall miscutil.c -o miscutil.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall parsers.c -o parsers.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall ssplit.c -o ssplit.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall urlmatch.c -o urlmatch.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall client-tags.c -o client-tags.o /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -c -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -Wall pcrs.c -o pcrs.o grep -v '^#MASTER#' default.action.master > default.action /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -pthread -o privoxy actions.o cgi.o cgiedit.o cgisimple.o deanimate.o encode.o errlog.o filters.o gateway.o jbsockets.o jcc.o list.o loadcfg.o loaders.o miscutil.o parsers.o ssplit.o urlmatch.o client-tags.o pcrs.o -lz -lpcre -lpcreposix make[1]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/privoxy-3.0.32' >>> privoxy 3.0.32 Installing to target PATH="/srv/storage/autobuild/run/instance-0/output-1/host/bin:/srv/storage/autobuild/run/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/srv/storage/autobuild/run/instance-0/output-1/target install -C /srv/storage/autobuild/run/instance-0/output-1/build/privoxy-3.0.32/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/privoxy-3.0.32' Creating directories, and preparing Privoxy 3.0.32 stable installation chmod 0755 ./mkinstalldirs mkdir /srv/storage/autobuild/run/instance-0/output-1/target/etc/templates mkdir /srv/storage/autobuild/run/instance-0/output-1/target/var/log mkdir /srv/storage/autobuild/run/instance-0/output-1/target/var/log/privoxy Installing privoxy executable to /srv/storage/autobuild/run/instance-0/output-1/target/usr/sbin /usr/bin/install -c -m 0755 privoxy /srv/storage/autobuild/run/instance-0/output-1/target/usr/sbin mkdir /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/doc/privoxy mkdir /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/doc/privoxy/user-manual mkdir /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/doc/privoxy/faq mkdir /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/doc/privoxy/developer-manual mkdir /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/doc/privoxy/man-page Installing FAQ, Manual, and other docs to /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/doc/privoxy Installing man page to /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/man/man8/privoxy.8 /usr/bin/install -c -m 0644 privoxy.8 /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/man/man8/privoxy.8 Rewriting config for this installation sed 's+^confdir \.+confdir /etc+' config | \ sed 's+^logdir \.+logdir /var/log/privoxy+' >config.tmp mv config.updated config Installing templates to /srv/storage/autobuild/run/instance-0/output-1/target/etc/templates Installing configuration files to /srv/storage/autobuild/run/instance-0/output-1/target/etc Installing fresh default.action Installing fresh default.filter Creating logfiles in /srv/storage/autobuild/run/instance-0/output-1/target/var/log/privoxy rm -f config.base config.tmp Privoxy 3.0.32 stable installation succeeded! The Privoxy configuration files have been installed in /srv/storage/autobuild/run/instance-0/output-1/target/etc make[1]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/privoxy-3.0.32' rabbitmq-c-0.11.0.tar.gz: OK (sha256: 437d45e0e35c18cf3e59bcfe5dfe37566547eb121e69fca64b98f5d2c1c2d424) >>> rabbitmq-c 0.11.0 Extracting gzip -d -c /srv/storage/autobuild/run/instance-0/dl/rabbitmq-c/rabbitmq-c-0.11.0.tar.gz | tar --strip-components=1 -C /srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0 -xf - >>> rabbitmq-c 0.11.0 Patching >>> rabbitmq-c 0.11.0 Configuring (mkdir -p /srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0/ && cd /srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0/ && rm -f CMakeCache.txt && PATH="/srv/storage/autobuild/run/instance-0/output-1/host/bin:/srv/storage/autobuild/run/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /srv/storage/autobuild/run/instance-0/output-1/host/bin/cmake /srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0/ -DCMAKE_TOOLCHAIN_FILE="/srv/storage/autobuild/run/instance-0/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_API_DOCS=OFF -DBUILD_TOOLS_DOCS=OFF -DBUILD_STATIC_LIBS=OFF -DENABLE_SSL_SUPPORT=OFF -DBUILD_TOOLS=OFF ) -- The C compiler identification is GNU 10.2.1 -- Check for working C compiler: /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -- Check for working C compiler: /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Found C inline keyword: inline -- Looking for getaddrinfo -- Looking for getaddrinfo - found -- Looking for socket -- Looking for socket - found -- Looking for poll -- Looking for poll - found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - found -- Looking for posix_spawnp in rt -- Looking for posix_spawnp in rt - found -- Performing Test HAVE_GNU90 -- Performing Test HAVE_GNU90 - Success -- Could NOT find POPT (missing: POPT_INCLUDE_DIR POPT_LIBRARY) (found version "") -- Could NOT find XMLTO (missing: XMLTO_EXECUTABLE) -- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components: doxygen dot -- Building rabbitmq as a shared library - yes -- Building rabbitmq as a static library - no -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_TEST BUILD_TESTING -- Build files have been written to: /srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0 >>> rabbitmq-c 0.11.0 Building PATH="/srv/storage/autobuild/run/instance-0/output-1/host/bin:/srv/storage/autobuild/run/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0' make[2]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0' make[3]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0' Scanning dependencies of target rabbitmq make[3]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0' make[3]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0' [ 9%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_connection.c.o [ 18%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_framing.c.o [ 27%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_api.c.o [ 36%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_mem.c.o /srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0/librabbitmq/amqp_connection.c: In function 'amqp_handle_input': /srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0/librabbitmq/amqp_connection.c:267:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 267 | if (memcmp(raw_frame, "AMQP", 4) == 0) { | ^ /srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0/librabbitmq/amqp_connection.c:287:5: note: here 287 | case CONNECTION_STATE_HEADER: { | ^~~~ /srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0/librabbitmq/amqp_connection.c:287:35: warning: this statement may fall through [-Wimplicit-fallthrough=] 287 | case CONNECTION_STATE_HEADER: { | ^ /srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0/librabbitmq/amqp_connection.c:334:5: note: here 334 | case CONNECTION_STATE_BODY: { | ^~~~ [ 45%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_socket.c.o [ 54%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_table.c.o [ 63%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_url.c.o [ 72%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_tcp_socket.c.o [ 81%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_time.c.o [ 90%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_consumer.c.o [100%] Linking C shared library librabbitmq.so make[3]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0' [100%] Built target rabbitmq make[2]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0' make[1]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0' >>> rabbitmq-c 0.11.0 Installing to staging directory PATH="/srv/storage/autobuild/run/instance-0/output-1/host/bin:/srv/storage/autobuild/run/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot install/fast -C /srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0' Install the project... -- Install configuration: "Release" -- Installing: /srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/cmake/rabbitmq-c/rabbitmq-c-config.cmake -- Installing: /srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/cmake/rabbitmq-c/rabbitmq-c-config-version.cmake -- Installing: /srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/cmake/rabbitmq-c/rabbitmq-targets.cmake -- Installing: /srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/cmake/rabbitmq-c/rabbitmq-targets-release.cmake -- Installing: /srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/librabbitmq.pc -- Installing: /srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/librabbitmq.so.4.5.0 -- Installing: /srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/librabbitmq.so.4 -- Installing: /srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/librabbitmq.so -- Installing: /srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/amqp.h -- Installing: /srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/amqp_framing.h -- Installing: /srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/amqp_tcp_socket.h make[1]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0' >>> rabbitmq-c 0.11.0 Fixing libtool files for la in $(find /srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/srv/storage/autobuild/run/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/srv/storage/autobuild/run/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/srv/storage/autobuild/run/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/srv/storage/autobuild/run/instance-0/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 >>> rabbitmq-c 0.11.0 Installing to target PATH="/srv/storage/autobuild/run/instance-0/output-1/host/bin:/srv/storage/autobuild/run/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/srv/storage/autobuild/run/instance-0/output-1/target install/fast -C /srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0' Install the project... -- Install configuration: "Release" -- Installing: /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/cmake/rabbitmq-c/rabbitmq-c-config.cmake -- Installing: /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/cmake/rabbitmq-c/rabbitmq-c-config-version.cmake -- Installing: /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/cmake/rabbitmq-c/rabbitmq-targets.cmake -- Installing: /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/cmake/rabbitmq-c/rabbitmq-targets-release.cmake -- Installing: /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/pkgconfig/librabbitmq.pc -- Installing: /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/librabbitmq.so.4.5.0 -- Installing: /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/librabbitmq.so.4 -- Installing: /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/librabbitmq.so -- Installing: /srv/storage/autobuild/run/instance-0/output-1/target/usr/include/amqp.h -- Installing: /srv/storage/autobuild/run/instance-0/output-1/target/usr/include/amqp_framing.h -- Installing: /srv/storage/autobuild/run/instance-0/output-1/target/usr/include/amqp_tcp_socket.h make[1]: Leaving directory '/srv/storage/autobuild/run/instance-0/output-1/build/rabbitmq-c-0.11.0' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /srv/storage/autobuild/run/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-%g' -e 's%@TARGET_ARCH@%aarch64%g' -e 's%@TARGET_CPU@%cortex-a72%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/srv/storage/autobuild/run/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /srv/storage/autobuild/run/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /srv/storage/autobuild/run/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /srv/storage/autobuild/run/instance-0/output-1/host/etc/meson/cross-compilation.conf mkdir -p /srv/storage/autobuild/run/instance-0/output-1/target/etc echo "buildroot" > /srv/storage/autobuild/run/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /srv/storage/autobuild/run/instance-0/output-1/target/etc/hosts mkdir -p /srv/storage/autobuild/run/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /srv/storage/autobuild/run/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /srv/storage/autobuild/run/instance-0/output-1/target/etc/shadow rm -f /srv/storage/autobuild/run/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /srv/storage/autobuild/run/instance-0/output-1/build/locales.nopurge for dir in /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/locale /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/X11/locale /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /srv/storage/autobuild/run/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/include /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/aclocal \ /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/pkgconfig /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/pkgconfig \ /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/cmake /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/cmake \ /srv/storage/autobuild/run/instance-0/output-1/target/usr/doc find /srv/storage/autobuild/run/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /srv/storage/autobuild/run/instance-0/output-1/target/lib/ /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/ /srv/storage/autobuild/run/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/gdb rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/bash-completion rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/etc/bash_completion.d rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/zsh rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/man /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/man rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/info /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/info rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/doc /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/doc rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/usr/share/gtk-doc rmdir /srv/storage/autobuild/run/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /srv/storage/autobuild/run/instance-0/output-1/target/lib/debug /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/debug find /srv/storage/autobuild/run/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /srv/storage/autobuild/run/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /srv/storage/autobuild/run/instance-0/output-1/host/bin/aarch64-none-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /srv/storage/autobuild/run/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /srv/storage/autobuild/run/instance-0/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 /srv/storage/autobuild/run/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-rc1-4519-g94a3b3f062d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.05-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2021.05-rc3\"" \ ) > /srv/storage/autobuild/run/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /srv/storage/autobuild/run/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/srv/storage/autobuild/run/instance-0/output-1/per-package /srv/storage/autobuild/run/instance-0/buildroot/support/scripts/fix-rpath target touch /srv/storage/autobuild/run/instance-0/output-1/target/usr ln -snf /srv/storage/autobuild/run/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot /srv/storage/autobuild/run/instance-0/output-1/staging make: Leaving directory '/srv/storage/autobuild/run/instance-0/buildroot' make: Entering directory '/srv/storage/autobuild/run/instance-0/buildroot' >>> Buildroot 2020.08-rc1-4519-g94a3b3f062d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-arm-aarch64 2020.11 Collecting legal info >>> toolchain Collecting legal info >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ffmpeg 4.4 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libdrm 2.4.106 Collecting legal info xf86drm.c: OK (sha256: a69e38953c20a88845cc739c05dd604da4c977844b872e126c91a0ca2e1385b7) >>> host-meson 0.57.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-python3 3.9.5 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> flac 1.3.3 Collecting legal info COPYING.Xiph: OK (sha256: fa27cb11f13f97b0c5f3ff363b1e2610c6efe87ed175779cb2a78e44eb19d34c) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> getent Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ifupdown 0.8.16 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> iproute2 5.7.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jpeg-turbo 2.0.6 Collecting legal info LICENSE.md: OK (sha256: 0b7a24c3906d26dfbe24e96e9415549b387c3227140dc6b7ab2fb924254e37a1) README.ijg: OK (sha256: 01ccef626ec864773c681d4a4056f72af9052d619e0609df0d369117f8b3efdf) >>> jpeg Collecting legal info >>> libexif 0.6.22 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libnftnl 1.1.7 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> mesa3d 21.0.3 Collecting legal info docs/license.rst: OK (sha256: 1361129baa4519b6ed27a1bf4aeee33a58b060bf7bb9b6ea415ecede04e35e46) >>> host-python3-mako 1.1.3 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> minidlna 1.3.0 Collecting legal info COPYING: OK (sha256: 79146b7f558e56510b9a714ff75318c05ab93aeccfd6597497b9bce212cf92ea) LICENCE.miniupnpd: OK (sha256: 94876d7886116e176e702b4902bd9f19731a6883db5f229ac2a7058a22aa6529) >>> host-xutil_makedepend 1.0.6 Collecting legal info COPYING: OK (sha256: 0530078db78c47ae978dc2bd77f4f427e6cd97df868672c95b1ef284113c8cb7) >>> host-xorgproto 2021.4 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> sqlite 3340100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> olsr 0.9.8 Collecting legal info license.txt: OK (sha256: 7dcf1fb93ef105e2708b02603bb6ee443115d4819fbf2c5a3a001b46887acb9a) >>> openswan 3.0.0 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> p11-kit 0.23.22 Collecting legal info COPYING: OK (sha256: 2e1ba993904df807a10c3eda1e5c272338edc35674b679773a8b3ad460731054) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> privoxy 3.0.32 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rabbitmq-c 0.11.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-arm-aarch64-2020.11: cannot save license (TOOLCHAIN_EXTERNAL_ARM_AARCH64_LICENSE_FILES not defined) Legal info produced in /srv/storage/autobuild/run/instance-0/output-1/legal-info make: Leaving directory '/srv/storage/autobuild/run/instance-0/buildroot'