make[2]: Leaving directory '/tmp/instance-0/output-1/build/portaudio-190700_20210406' make[1]: Leaving directory '/tmp/instance-0/output-1/build/portaudio-190700_20210406' >>> portaudio 190700_20210406 Fixing libtool files for la in $(find /tmp/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:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/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@:/tmp/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/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 >>> portaudio 190700_20210406 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/tmp/instance-0/output-1/target install -C /tmp/instance-0/output-1/build/portaudio-190700_20210406/ make[1]: Entering directory '/tmp/instance-0/output-1/build/portaudio-190700_20210406' /usr/bin/install -c -d /tmp/instance-0/output-1/target/usr/lib /bin/bash ./libtool --mode=install /usr/bin/install -c lib/libportaudio.la /tmp/instance-0/output-1/target/usr/lib libtool: install: /usr/bin/install -c lib/.libs/libportaudio.so.2.0.0 /tmp/instance-0/output-1/target/usr/lib/libportaudio.so.2.0.0 libtool: install: (cd /tmp/instance-0/output-1/target/usr/lib && { ln -s -f libportaudio.so.2.0.0 libportaudio.so.2 || { rm -f libportaudio.so.2 && ln -s libportaudio.so.2.0.0 libportaudio.so.2; }; }) libtool: install: (cd /tmp/instance-0/output-1/target/usr/lib && { ln -s -f libportaudio.so.2.0.0 libportaudio.so || { rm -f libportaudio.so && ln -s libportaudio.so.2.0.0 libportaudio.so; }; }) libtool: install: /usr/bin/install -c lib/.libs/libportaudio.lai /tmp/instance-0/output-1/target/usr/lib/libportaudio.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -d /tmp/instance-0/output-1/target/usr/include for include in portaudio.h; do \ /usr/bin/install -c -m 644 -m 644 ./include/$include /tmp/instance-0/output-1/target/usr/include/$include; \ done /usr/bin/install -c -d /tmp/instance-0/output-1/target/usr/lib/pkgconfig /usr/bin/install -c -m 644 portaudio-2.0.pc /tmp/instance-0/output-1/target/usr/lib/pkgconfig/portaudio-2.0.pc ------------------------------------------------------------ PortAudio was successfully installed. On some systems (e.g. Linux) you should run 'ldconfig' now to make the shared object available. You may also need to modify your LD_LIBRARY_PATH environment variable to include the directory /usr/lib ------------------------------------------------------------ /usr/bin/make install-recursive make[2]: Entering directory '/tmp/instance-0/output-1/build/portaudio-190700_20210406' if test -n "" ; then for dir in ""; do /usr/bin/make -C $dir install; done ; fi make[2]: Leaving directory '/tmp/instance-0/output-1/build/portaudio-190700_20210406' make[1]: Leaving directory '/tmp/instance-0/output-1/build/portaudio-190700_20210406' pptp-1.10.0.tar.gz: OK (md5: 8d25341352fdae5ad5b36b9f18254908) pptp-1.10.0.tar.gz: OK (sha1: 173c9b7d204c89fd1538116f165bba1e9101b51c) pptp-1.10.0.tar.gz: OK (sha256: 82492db8e487ce73b182ee7f444251d20c44f5c26d6e96c553ec7093aefb5af4) >>> pptp-linux 1.10.0 Extracting gzip -d -c /tmp/instance-0/dl/pptp-linux/pptp-1.10.0.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/pptp-linux-1.10.0 -xf - >>> pptp-linux 1.10.0 Patching Applying 0001-susv3-legacy.patch using patch: patching file pptp_callmgr.c patching file pptp_gre.c Hunk #1 succeeded at 109 (offset 6 lines). Applying 0002-fix-parallel-build.patch using patch: patching file Makefile Hunk #1 succeeded at 42 (offset 5 lines). >>> pptp-linux 1.10.0 Configuring >>> pptp-linux 1.10.0 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /tmp/instance-0/output-1/build/pptp-linux-1.10.0 OPTIMIZE= DEBUG= CC="/tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" IP=/sbin/ip make[1]: Entering directory '/tmp/instance-0/output-1/build/pptp-linux-1.10.0' ( \ echo "/* text added by Makefile target config.h */"; \ echo "#define PPTP_LINUX_VERSION \"1.10.0\""; \ echo "#define PPPD_BINARY \"/usr/sbin/pppd\""; \ echo "#define IP_BINARY \"/sbin/ip\"" \ ) > config.h /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o pptp.o pptp.c /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o pptp_gre.o pptp_gre.c /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o ppp_fcs.o ppp_fcs.c /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o pptp_ctrl.o pptp_ctrl.c pptp_ctrl.c: In function 'randci': pptp_ctrl.c:336:3: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 336 | read(fd, &i, 2); | ^~~~~~~~~~~~~~~ /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o dirutil.o dirutil.c /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o vector.o vector.c /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o util.o util.c util.c: In function 'sigpipe_handler': util.c:121:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 121 | write(sigpipe[1], &signum, sizeof(signum)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util.c: In function 'sigpipe_read': util.c:145:3: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 145 | read(sigpipe[0], &signum, sizeof(signum)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o version.o version.c /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o test-redirections.o test-redirections.c /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o pptp_quirks.o pptp_quirks.c /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o orckit_quirks.o orckit_quirks.c /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o pqueue.o pqueue.c /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o pptp_callmgr.o pptp_callmgr.c pptp_callmgr.c: In function 'call_callback': pptp_callmgr.c:76:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 76 | write(lci->unix_sock, &call_id, sizeof(call_id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pptp_callmgr.c: In function 'callmgr_main': pptp_callmgr.c:225:13: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 225 | read(s, &lci->pid[0], sizeof(lci->pid[0])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pptp_callmgr.c:226:13: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 226 | read(s, &lci->pid[1], sizeof(lci->pid[1])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o routing.o routing.c routing.c: In function 'routing_init': routing.c:121:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 121 | fgets(buf, 255, p); | ^~~~~~~~~~~~~~~~~~ /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=2 -c -o pptp_compat.o pptp_compat.c /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-gcc -o pptp pptp.o pptp_gre.o ppp_fcs.o pptp_ctrl.o dirutil.o vector.o util.o version.o test-redirections.o pptp_quirks.o orckit_quirks.o pqueue.o pptp_callmgr.o routing.o pptp_compat.o -lutil pod2man --section=8 pptpsetup > pptpsetup.8 make[1]: Leaving directory '/tmp/instance-0/output-1/build/pptp-linux-1.10.0' >>> pptp-linux 1.10.0 Installing to target /usr/bin/install -m 0755 -D /tmp/instance-0/output-1/build/pptp-linux-1.10.0/pptp /tmp/instance-0/output-1/target/usr/sbin/pptp rust-1.54.0-x86_64-unknown-linux-gnu.tar.xz: OK (sha256: 9fb4a22b74120b81a4d896326b02d121d5f996b3288580c346ea55a52d8946a9) rust-std-1.54.0-aarch64-unknown-linux-gnu.tar.xz: OK (sha256: a1a77737d218087eb7d3613adcde2c9e383d758cdf128646a0ee63396145270b) >>> host-rust-bin 1.54.0 Extracting xzcat /tmp/instance-0/dl/rust-bin/rust-1.54.0-x86_64-unknown-linux-gnu.tar.xz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/host-rust-bin-1.54.0 -xf - mkdir -p /tmp/instance-0/output-1/build/host-rust-bin-1.54.0/std xzcat /tmp/instance-0/dl/rust-bin/rust-std-1.54.0-aarch64-unknown-linux-gnu.tar.xz | tar -C /tmp/instance-0/output-1/build/host-rust-bin-1.54.0/std -xf - mkdir -p /tmp/instance-0/output-1/build/host-rust-bin-1.54.0/rustc/lib/rustlib/x86_64-unknown-linux-gnu/lib cd /tmp/instance-0/output-1/build/host-rust-bin-1.54.0/rustc/lib/rustlib/x86_64-unknown-linux-gnu/lib; ln -sf ../../../../../rust-std-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/* . >>> host-rust-bin 1.54.0 Patching >>> host-rust-bin 1.54.0 Configuring >>> host-rust-bin 1.54.0 Building >>> host-rust-bin 1.54.0 Installing to host directory (cd /tmp/instance-0/output-1/build/host-rust-bin-1.54.0; ./install.sh --prefix=/tmp/instance-0/output-1/host --disable-ldconfig --components=rustc,cargo,rust-std-x86_64-unknown-linux-gnu) install: creating uninstall script at /tmp/instance-0/output-1/host/lib/rustlib/uninstall.sh install: installing component 'rustc' install: installing component 'cargo' install: installing component 'rust-std-x86_64-unknown-linux-gnu' rust installed. (cd /tmp/instance-0/output-1/build/host-rust-bin-1.54.0/std/rust-std-1.54.0-aarch64-unknown-linux-gnu; ./install.sh --prefix=/tmp/instance-0/output-1/host --disable-ldconfig) install: creating uninstall script at /tmp/instance-0/output-1/host/lib/rustlib/uninstall.sh install: installing component 'rust-std-aarch64-unknown-linux-gnu' rust std installed. >>> host-rustc Extracting >>> host-rustc Patching >>> host-rustc Configuring >>> host-rustc Building >>> host-rustc Installing to host directory >>> sunxi-mali-mainline d691cb93884ca8ac67860502117bbec283dc19aa Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-0/output-1/build/.sunxi-mali-mainline-d691cb93884ca8ac67860502117bbec283dc19aa.tar.gz.Vxm262/output' 'https://github.com/bootlin/mali-blobs/archive/d691cb93884ca8ac67860502117bbec283dc19aa/sunxi-mali-mainline-d691cb93884ca8ac67860502117bbec283dc19aa.tar.gz' --2021-08-27 08:15:20-- https://github.com/bootlin/mali-blobs/archive/d691cb93884ca8ac67860502117bbec283dc19aa/sunxi-mali-mainline-d691cb93884ca8ac67860502117bbec283dc19aa.tar.gz Resolving github.com (github.com)... 140.82.121.4 Connecting to github.com (github.com)|140.82.121.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/bootlin/mali-blobs/tar.gz/d691cb93884ca8ac67860502117bbec283dc19aa [following] --2021-08-27 08:15:20-- https://codeload.github.com/bootlin/mali-blobs/tar.gz/d691cb93884ca8ac67860502117bbec283dc19aa Resolving codeload.github.com (codeload.github.com)... 140.82.121.10 Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-0/output-1/build/.sunxi-mali-mainline-d691cb93884ca8ac67860502117bbec283dc19aa.tar.gz.Vxm262/output' 0K .......... .......... .......... .......... .......... 3.07M 50K .......... .......... .......... .......... .......... 6.19M 100K .......... .......... .......... .......... .......... 6.33M 150K .......... .......... .......... .......... .......... 65.4M 200K .......... .......... .......... .......... .......... 116M 250K .......... .......... .......... .......... .......... 114M 300K .......... .......... .......... .......... .......... 6.98M 350K .......... .......... .......... .......... .......... 117M 400K .......... .......... .......... .......... .......... 76.2M 450K .......... .......... .......... .......... .......... 82.4M 500K .......... .......... .......... .......... .......... 91.6M 550K .......... .......... .......... .......... .......... 9.01M 600K .......... .......... .......... .......... .......... 20.3M 650K .......... .......... .......... .......... .......... 13.7M 700K .......... .......... .......... .......... .......... 16.4M 750K .......... .......... .......... .......... .......... 20.3M 800K .......... .......... .......... .......... .......... 9.54M 850K .......... .......... .......... .......... .......... 17.3M 900K .......... .......... .......... .......... .......... 8.85M 950K .......... .......... .......... .......... .......... 14.8M 1000K .......... .......... .......... .......... .......... 17.0M 1050K .......... .......... .......... .......... .......... 14.5M 1100K .......... .......... .......... .......... .......... 11.9M 1150K .......... .......... .......... .......... .......... 6.13M 1200K .......... .......... .......... .......... .......... 2.72M 1250K .......... .......... .......... .......... .......... 13.4M 1300K .......... .......... .......... .......... .......... 17.0M 1350K .......... .......... .......... .......... .......... 14.6M 1400K .......... .......... .......... .......... .......... 11.0M 1450K .......... .......... .......... .......... .......... 48.8M 1500K .......... .......... .......... .......... .......... 15.6M 1550K .......... .......... .......... .......... .......... 10.3M 1600K .......... .......... .......... .......... .......... 15.7M 1650K .......... .......... .......... .......... .......... 8.89M 1700K .......... .......... .......... .......... .......... 16.7M 1750K .......... .......... .......... .......... .......... 16.3M 1800K .......... .......... .......... .......... .......... 11.1M 1850K .......... .......... .......... .......... .......... 5.92M 1900K .......... .......... .......... .......... .......... 8.16M 1950K .......... .......... .......... .......... .......... 9.50M 2000K .......... .......... .......... .......... .......... 3.17M 2050K .......... .......... .......... .......... .......... 77.0M 2100K .......... .......... .......... .......... .......... 73.7M 2150K .......... .......... .......... .......... .......... 73.8M 2200K .......... .......... .......... .......... .......... 23.7M 2250K .......... .......... .......... .......... .......... 16.9M 2300K .......... .......... .......... .......... .......... 9.33M 2350K .......... .......... .......... .......... .......... 14.4M 2400K .......... .......... .......... .......... .......... 8.83M 2450K .......... .......... .......... .......... .......... 17.7M 2500K .......... .......... .......... .......... .......... 15.2M 2550K .......... .......... .......... .......... .......... 8.66M 2600K .......... .......... .......... .......... .......... 5.54M 2650K .......... .......... .......... .......... .......... 13.4M 2700K .......... .......... .......... .......... .......... 7.33M 2750K .......... .......... .......... .......... .......... 14.8M 2800K .......... .......... .......... .......... .......... 15.7M 2850K .......... .......... .......... .......... .......... 11.4M 2900K .......... .......... .......... .......... .......... 19.0M 2950K .......... .......... .......... .......... .......... 16.1M 3000K .......... .......... .......... .......... .......... 16.5M 3050K .......... .......... .......... .......... .......... 8.85M 3100K .......... .......... .......... .......... .......... 14.2M 3150K .......... .......... .......... .......... .......... 15.7M 3200K .......... .......... .......... .......... .......... 10.0M 3250K .......... .......... .......... .......... .......... 12.5M 3300K .......... .......... .......... .......... .......... 2.65M 3350K .......... .......... .......... .......... .......... 13.7M 3400K .......... .......... .......... .......... .......... 5.31M 3450K .......... .......... .......... .......... .......... 8.90M 3500K .......... .......... .......... .......... .......... 8.40M 3550K .......... .......... .......... .......... .......... 8.17M 3600K .......... .......... .......... .......... .......... 4.16M 3650K .......... .......... .......... .......... .......... 9.57M 3700K .......... .......... .......... .......... .......... 7.44M 3750K .......... .......... .......... .......... .......... 7.56M 3800K .......... .......... .......... .......... .......... 6.73M 3850K .......... .......... .......... .......... .......... 6.47M 3900K .......... .......... .......... .......... .......... 7.38M 3950K .......... .......... .......... .......... .......... 7.21M 4000K .......... .......... .......... .......... .......... 9.99M 4050K .......... .......... .......... .......... .......... 1.80M 4100K .......... .......... .......... .......... .......... 11.0M 4150K .......... .......... .......... .......... .......... 5.21M 4200K .......... .......... .......... .......... .......... 8.93M 4250K .......... .......... .......... .......... .......... 7.40M 4300K .......... .......... .......... .......... .......... 7.78M 4350K .......... .......... .......... .......... .......... 3.40M 4400K .......... .......... .......... .......... .......... 12.4M 4450K .......... .......... .......... .......... .......... 7.37M 4500K .......... .......... .......... .......... .......... 7.22M 4550K .......... .......... .......... .......... .......... 6.86M 4600K .......... .......... .......... .......... .......... 6.10M 4650K .......... .......... .......... .......... .......... 6.41M 4700K .......... .......... .......... .......... .......... 8.70M 4750K .......... .......... .......... .......... .......... 8.38M 4800K .......... .......... .......... .......... .......... 3.74M 4850K .......... .......... .......... .......... .......... 4.10M 4900K .......... .......... .......... .......... .......... 7.66M 4950K .......... .......... .......... .......... .......... 9.03M 5000K .......... .......... .......... .......... .......... 8.42M 5050K .......... .......... .......... .......... .......... 8.92M 5100K .......... .......... .......... .......... .......... 6.61M 5150K .......... .......... .......... .......... .......... 8.36M 5200K .......... .......... .......... .......... .......... 8.64M 5250K .......... .......... .......... .......... .......... 6.31M 5300K .......... .......... .......... .......... .......... 6.73M 5350K .......... .......... .......... .......... .......... 6.03M 5400K .......... .......... .......... .......... .......... 7.35M 5450K .......... .......... .......... .......... .......... 6.42M 5500K .......... .......... .......... .......... .......... 5.92M 5550K .......... .......... .......... .......... .......... 3.12M 5600K .......... .......... .......... .......... .......... 6.94M 5650K .......... .......... .......... .......... .......... 12.9M 5700K .......... .......... .......... .......... .......... 13.1M 5750K .......... .......... .......... .......... .......... 9.82M 5800K .......... .......... .......... .......... .......... 17.0M 5850K .......... .......... .......... .......... .......... 18.7M 5900K .......... .......... .......... .......... .......... 15.5M 5950K .......... .......... .......... .......... .......... 10.3M 6000K .......... .......... .......... .......... .......... 12.8M 6050K .......... .......... .......... .......... .......... 15.7M 6100K .......... .......... .......... .......... .......... 11.0M 6150K .......... .......... .......... .......... .......... 3.30M 6200K .......... .......... .......... .......... .......... 4.48M 6250K .......... .......... .......... .......... .......... 8.65M 6300K .......... .......... .......... .......... .......... 9.63M 6350K .......... .......... .......... .......... .......... 8.56M 6400K .......... .......... .......... .......... .......... 6.68M 6450K .......... .......... .......... .......... .......... 6.95M 6500K .......... .......... .......... .......... .......... 7.68M 6550K .......... .......... .......... .......... .......... 7.01M 6600K .......... .......... .......... .......... .......... 6.26M 6650K .......... .......... .......... .......... .......... 5.38M 6700K .......... .......... .......... .......... .......... 7.24M 6750K .......... .......... .......... .......... .......... 8.20M 6800K .......... .......... .......... .......... .......... 5.59M 6850K .......... .......... .......... .......... .......... 5.03M 6900K .......... ...... 17.1M=0.8s 2021-08-27 08:15:21 (8.35 MB/s) - '/tmp/instance-0/output-1/build/.sunxi-mali-mainline-d691cb93884ca8ac67860502117bbec283dc19aa.tar.gz.Vxm262/output' saved [7082915] sunxi-mali-mainline-d691cb93884ca8ac67860502117bbec283dc19aa.tar.gz: OK (sha256: 72969ecf470b9e5ce787c2f8f36242926e1e892af0891924ee59a2cd206de39f) >>> sunxi-mali-mainline d691cb93884ca8ac67860502117bbec283dc19aa Extracting gzip -d -c /tmp/instance-0/dl/sunxi-mali-mainline/sunxi-mali-mainline-d691cb93884ca8ac67860502117bbec283dc19aa.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/sunxi-mali-mainline-d691cb93884ca8ac67860502117bbec283dc19aa -xf - >>> sunxi-mali-mainline d691cb93884ca8ac67860502117bbec283dc19aa Patching mv /tmp/instance-0/output-1/build/sunxi-mali-mainline-d691cb93884ca8ac67860502117bbec283dc19aa/EULA\ for\ Mali\ 400MP\ _AW.pdf /tmp/instance-0/output-1/build/sunxi-mali-mainline-d691cb93884ca8ac67860502117bbec283dc19aa/EULA_for_Mali_400MP_AW.pdf >>> sunxi-mali-mainline d691cb93884ca8ac67860502117bbec283dc19aa Configuring >>> sunxi-mali-mainline d691cb93884ca8ac67860502117bbec283dc19aa Building >>> sunxi-mali-mainline d691cb93884ca8ac67860502117bbec283dc19aa Installing to staging directory mkdir -p /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include cp -rf /tmp/instance-0/output-1/build/sunxi-mali-mainline-d691cb93884ca8ac67860502117bbec283dc19aa/r6p2/arm64/fbdev/*.so* /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/ cp -rf /tmp/instance-0/output-1/build/sunxi-mali-mainline-d691cb93884ca8ac67860502117bbec283dc19aa/include/fbdev/* /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/ /usr/bin/install -D -m 0644 package/sunxi-mali-mainline/egl.pc /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/egl.pc /usr/bin/install -D -m 0644 package/sunxi-mali-mainline/glesv2.pc /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/glesv2.pc >>> sunxi-mali-mainline d691cb93884ca8ac67860502117bbec283dc19aa Fixing libtool files for la in $(find /tmp/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:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/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@:/tmp/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/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 >>> sunxi-mali-mainline d691cb93884ca8ac67860502117bbec283dc19aa Installing to target mkdir -p /tmp/instance-0/output-1/target/usr/lib cp -rf /tmp/instance-0/output-1/build/sunxi-mali-mainline-d691cb93884ca8ac67860502117bbec283dc19aa/r6p2/arm64/fbdev/*.so* /tmp/instance-0/output-1/target/usr/lib/ >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/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', '-g0', '-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', '-g0', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/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' /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-0/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-0/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-0/output-1/target/etc/shells; fi mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh if [ -x /tmp/instance-0/output-1/target/sbin/swapon -a -x /tmp/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-0/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/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##*/}" /tmp/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/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 /tmp/instance-0/output-1/host/bin/aarch64-none-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/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 /tmp/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 /tmp/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 /tmp/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.08-rc1-208-gfa1a4bbf09"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-rc2\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/aarch64-buildroot-linux-gnu/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2021.08-rc1-208-gfa1a4bbf09 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-arm-aarch64 2020.11 Collecting legal info >>> toolchain Collecting legal info >>> benejson 0.9.7 Collecting legal info LICENSE: OK (sha256: d0b7dae881fcb18c4dddfd8b0c1643ae671d5f356d14ba5b4e95ca889cc9ec32) >>> host-python3 3.9.6 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-scons 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-imx-mkimage rel_imx_5.4.70_2.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mosquitto 2.0.11 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: e8cf7d54ea46c19aba793983889b7f7425e1ebfcaaccec764a7db091646e203c) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pinentry 1.1.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> portaudio 190700_20210406 Collecting legal info LICENSE.txt: OK (sha256: ec52a1952d701f94e5135719a47376da4ee0b4a0201f1cafb49f61db6480ac3d) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-rust-bin 1.54.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-rustc Collecting legal info >>> sunxi-mali-mainline d691cb93884ca8ac67860502117bbec283dc19aa Collecting legal info EULA_for_Mali_400MP_AW.pdf: OK (sha256: 8a06bcae44a41a886f339b4338422415a786787f113e9ed6456ae117104a0b6a) 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 /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'