checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc... (cached) /usr/bin/gcc checking whether the compiler supports GNU C... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to enable C11 features... (cached) none needed checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking target system type... aarch64-unknown-linux-gnu checking for an ANSI C-conforming const... yes checking for working volatile... yes checking whether byte ordering is bigendian... no checking whether C compiler accepts -std=gnu11... yes checking for /usr/bin/gcc option to enable large file support... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for ar... /usr/bin/ar checking for rm... /usr/bin/rm checking for rmdir... /usr/bin/rmdir checking for openat... yes checking for reallocarray... yes checking for clock_gettime... yes checking for __GLIBC__ defined in features.h... yes checking for __builtin_add_overflow... yes checking for __builtin_sub_overflow... yes checking for __builtin_mul_overflow... yes checking for __builtin_cpu_supports__pclmul... no checking for linux/perf_event.h... yes checking for linux/hw_breakpoint.h... yes checking for linux/fsverity.h... yes checking for printf.h... yes checking for register_printf_specifier... yes checking for register_printf_modifier... yes checking pkg-config is at least version 0.9.0... yes checking for FIEMAP_EXTENT_SHARED defined in linux/fiemap.h... yes checking for EXT4_EPOCH_MASK defined in ext2fs/ext2_fs.h... yes checking for linux/blkzoned.h... yes checking for struct blk_zone.capacity... yes checking for BLKGETZONESZ defined in linux/blkzoned.h... yes checking for BLKID... yes checking for UUID... yes checking for ZLIB... yes checking for lzo_version in -llzo2... yes configure: creating ./config.status config.status: creating Makefile.inc config.status: creating Documentation/Makefile config.status: creating libbtrfs/version.h config.status: creating libbtrfsutil/libbtrfsutil.pc config.status: creating include/config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking btrfs-progs: v6.10 libbtrfs: 0.1.3 (deprecated) libbtrfsutil: 1.3.2 prefix: /home/autobuild/autobuild/instance-1/output-1/host exec prefix: ${prefix} bindir: ${exec_prefix}/bin libdir: ${exec_prefix}/lib includedir: ${prefix}/include pkgconfigdir: ${libdir}/pkgconfig compiler: /usr/bin/gcc CFLAGS: -O2 -I/home/autobuild/autobuild/instance-1/output-1/host/include LDFLAGS: -L/home/autobuild/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-1/output-1/host/lib programs: yes shared libraries: yes static libraries: no documentation: no doc generator: none backtrace support: no btrfs-convert: no zstd support: no lzo support: yes fsverity support: yes Python bindings: no Python interpreter: crypto provider: builtin libudev: no zoned device: no Type 'make' to compile. >>> host-btrfs-progs 6.10 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-1/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-1/output-1/build/host-btrfs-progs-6.10/ make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/host-btrfs-progs-6.10' [CC] btrfs.o [CC] kernel-lib/list_sort.o [CC] kernel-lib/raid56.o [CC] kernel-lib/rbtree.o [CC] kernel-lib/tables.o [CC] kernel-shared/accessors.o [CC] kernel-shared/async-thread.o [CC] kernel-shared/backref.o [CC] kernel-shared/ctree.o [CC] kernel-shared/delayed-ref.o [CC] kernel-shared/dir-item.o [CC] kernel-shared/disk-io.o [CC] kernel-shared/extent-io-tree.o [CC] kernel-shared/extent-tree.o [CC] kernel-shared/extent_io.o [CC] kernel-shared/file-item.o [CC] kernel-shared/file.o [CC] kernel-shared/free-space-cache.o [CC] kernel-shared/free-space-tree.o [CC] kernel-shared/inode-item.o [CC] kernel-shared/inode.o [CC] kernel-shared/locking.o [CC] kernel-shared/messages.o [CC] kernel-shared/print-tree.o [CC] kernel-shared/root-tree.o [CC] kernel-shared/transaction.o [CC] kernel-shared/tree-checker.o [CC] kernel-shared/ulist.o [CC] kernel-shared/uuid-tree.o [CC] kernel-shared/volumes.o [CC] kernel-shared/zoned.o kernel-shared/zoned.c:123:12: warning: 'max_zone_append_size' defined but not used [-Wunused-function] 123 | static u64 max_zone_append_size(const char *file) | ^~~~~~~~~~~~~~~~~~~~ [CC] common/array.o [CC] common/cpu-utils.o [CC] common/device-scan.o [CC] common/device-utils.o [CC] common/extent-cache.o [CC] common/extent-tree-utils.o [CC] common/root-tree-utils.o [CC] common/filesystem-utils.o [CC] common/format-output.o [CC] common/fsfeatures.o [CC] common/help.o common/help.c: In function 'usage': common/help.c:315:58: warning: '%s' directive argument is null [-Wformat-overflow=] 315 | fprintf(outf, "No short description for '%s'\n", token); | ^~ common/help.c:312:46: warning: '%s' directive argument is null [-Wformat-overflow=] 312 | fprintf(outf, "No usage for '%s'\n", token); | ^~ [CC] common/inject-error.o [CC] common/messages.o [CC] common/open-utils.o [CC] common/parse-utils.o [CC] common/path-utils.o [CC] common/rbtree-utils.o [CC] common/send-stream.o [CC] common/send-utils.o [CC] common/sort-utils.o [CC] common/string-table.o [CC] common/string-utils.o [CC] common/sysfs-utils.o [CC] common/task-utils.o [CC] common/units.o [CC] common/utils.o [CC] check/qgroup-verify.o [CC] check/repair.o [CC] cmds/receive-dump.o [CC] crypto/crc32c.o [CC] crypto/hash.o [CC] crypto/xxhash.o [CC] crypto/sha224-256.o [CC] crypto/blake2b-ref.o [CC] crypto/blake2b-sse2.o [CC] crypto/blake2b-sse41.o [CC] crypto/blake2b-avx2.o [CC] crypto/sha256-x86.o [CC] libbtrfsutil/stubs.o [CC] libbtrfsutil/subvolume.o [CC] cmds/subvolume.o [CC] cmds/subvolume-list.o [CC] cmds/filesystem.o [CC] cmds/device.o [CC] cmds/scrub.o [CC] cmds/inspect.o [CC] cmds/balance.o [CC] cmds/send.o [CC] cmds/receive.o [CC] cmds/quota.o [CC] cmds/qgroup.o [CC] cmds/replace.o [CC] check/main.o [CC] cmds/restore.o [CC] cmds/rescue.o [CC] cmds/rescue-chunk-recover.o [CC] cmds/rescue-super-recover.o [CC] cmds/property.o [CC] cmds/filesystem-usage.o [CC] cmds/inspect-dump-tree.o [CC] cmds/inspect-dump-super.o [CC] cmds/inspect-tree-stats.o [CC] cmds/filesystem-du.o [CC] cmds/reflink.o [CC] mkfs/common.o [CC] check/mode-common.o [CC] check/mode-lowmem.o [CC] common/clear-cache.o [CC] libbtrfsutil/errors.o [CC] libbtrfsutil/filesystem.o [CC] libbtrfsutil/qgroup.o [AR] libbtrfsutil.a [LD] btrfs [CC] mkfs/main.o [CC] mkfs/rootdir.o [LD] mkfs.btrfs [CC] btrfs-map-logical.o [LD] btrfs-map-logical [CC] image/main.o [CC] image/sanitize.o [CC] image/image-create.o [CC] image/common.o [CC] image/image-restore.o [LD] btrfs-image [CC] btrfs-find-root.o [LD] btrfs-find-root [CC] tune/main.o [CC] tune/seeding.o [CC] tune/change-uuid.o [CC] tune/change-metadata-uuid.o [CC] tune/convert-bgt.o [CC] tune/change-csum.o [CC] tune/quota.o [LD] btrfstune [CC] btrfs-select-super.o [LD] btrfs-select-super [LN] btrfsck [CC] btrfs-corrupt-block.o [LD] btrfs-corrupt-block [CC] libbtrfs/send-stream.o [CC] libbtrfs/send-utils.o [CC] libbtrfs/crc32c.o [LD] libbtrfs.so.0.1.3 [LD] libbtrfsutil.so.1.3.2 [LN] libbtrfs.so [LN] libbtrfs.so.0 [LN] libbtrfs.so.0.1 [LN] libbtrfsutil.so [LN] libbtrfsutil.so.1 [LN] libbtrfsutil.so.1.3 make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/host-btrfs-progs-6.10' >>> host-btrfs-progs 6.10 Installing to host directory GIT_DIR=. PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-1/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j1 udevdir= install -C /home/autobuild/autobuild/instance-1/output-1/build/host-btrfs-progs-6.10/ make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/host-btrfs-progs-6.10' /usr/bin/install -c -m755 -d /home/autobuild/autobuild/instance-1/output-1/host/bin /usr/bin/install -c btrfs mkfs.btrfs btrfs-map-logical btrfs-image btrfs-find-root btrfstune btrfs-select-super /home/autobuild/autobuild/instance-1/output-1/host/bin /usr/bin/install -c fsck.btrfs /home/autobuild/autobuild/instance-1/output-1/host/bin # btrfsck is a link to btrfs in the src tree, make it so for installed file as well ln -s -f btrfs /home/autobuild/autobuild/instance-1/output-1/host/bin/btrfsck /usr/bin/install -c -m755 -d /home/autobuild/autobuild/instance-1/output-1/host/lib /usr/bin/install -c libbtrfs.so.0.1.3 libbtrfsutil.so.1.3.2 libbtrfs.so libbtrfs.so.0 libbtrfs.so.0.1 libbtrfsutil.so libbtrfsutil.so.1 libbtrfsutil.so.1.3 /home/autobuild/autobuild/instance-1/output-1/host/lib cp -d libbtrfs.so libbtrfs.so.0 libbtrfs.so.0.1 libbtrfsutil.so libbtrfsutil.so.1 libbtrfsutil.so.1.3 /home/autobuild/autobuild/instance-1/output-1/host/lib /usr/bin/install -c -m755 -d /home/autobuild/autobuild/instance-1/output-1/host/include/btrfs /usr/bin/install -c -m644 libbtrfs/send-stream.h libbtrfs/send-utils.h libbtrfs/send.h kernel-lib/rbtree.h kernel-lib/list.h kernel-lib/rbtree_types.h libbtrfs/kerncompat.h libbtrfs/ioctl.h libbtrfs/ctree.h libbtrfs/version.h /home/autobuild/autobuild/instance-1/output-1/host/include/btrfs /usr/bin/install -c -m644 libbtrfsutil/btrfsutil.h /home/autobuild/autobuild/instance-1/output-1/host/include /usr/bin/install -c -m755 -d /home/autobuild/autobuild/instance-1/output-1/host/lib/pkgconfig /usr/bin/install -c -m644 libbtrfsutil/libbtrfsutil.pc /home/autobuild/autobuild/instance-1/output-1/host/lib/pkgconfig make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/host-btrfs-progs-6.10' >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Downloading wget -nd -t 3 -O '/home/autobuild/autobuild/instance-1/output-1/build/.go1.4-bootstrap-20171003.tar.gz.srWG67/output' 'https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz' --2024-08-11 05:23:14-- https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving dl.google.com (dl.google.com)... 142.250.72.78, 2607:f8b0:400f:803::200e Connecting to dl.google.com (dl.google.com)|142.250.72.78|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 11009739 (10M) [application/octet-stream] Saving to: '/home/autobuild/autobuild/instance-1/output-1/build/.go1.4-bootstrap-20171003.tar.gz.srWG67/output' 0K .......... .......... .......... .......... .......... 0% 1.14M 9s 50K .......... .......... .......... .......... .......... 0% 3.05M 6s 100K .......... .......... .......... .......... .......... 1% 3.08M 5s 150K .......... .......... .......... .......... .......... 1% 6.03M 4s 200K .......... .......... .......... .......... .......... 2% 11.6M 4s 250K .......... .......... .......... .......... .......... 2% 6.23M 3s 300K .......... .......... .......... .......... .......... 3% 9.36M 3s 350K .......... .......... .......... .......... .......... 3% 12.3M 3s 400K .......... .......... .......... .......... .......... 4% 12.0M 2s 450K .......... .......... .......... .......... .......... 4% 12.0M 2s 500K .......... .......... .......... .......... .......... 5% 4.17M 2s 550K .......... .......... .......... .......... .......... 5% 11.2M 2s 600K .......... .......... .......... .......... .......... 6% 91.5M 2s 650K .......... .......... .......... .......... .......... 6% 4.03M 2s 700K .......... .......... .......... .......... .......... 6% 6.20M 2s 750K .......... .......... .......... .......... .......... 7% 85.7M 2s 800K .......... .......... .......... .......... .......... 7% 91.3M 2s 850K .......... .......... .......... .......... .......... 8% 4.41M 2s 900K .......... .......... .......... .......... .......... 8% 95.5M 2s 950K .......... .......... .......... .......... .......... 9% 10.8M 2s 1000K .......... .......... .......... .......... .......... 9% 122M 2s 1050K .......... .......... .......... .......... .......... 10% 10.9M 1s 1100K .......... .......... .......... .......... .......... 10% 12.2M 1s 1150K .......... .......... .......... .......... .......... 11% 12.2M 1s 1200K .......... .......... .......... .......... .......... 11% 11.9M 1s 1250K .......... .......... .......... .......... .......... 12% 12.1M 1s 1300K .......... .......... .......... .......... .......... 12% 12.0M 1s 1350K .......... .......... .......... .......... .......... 13% 4.10M 1s 1400K .......... .......... .......... .......... .......... 13% 172M 1s 1450K .......... .......... .......... .......... .......... 13% 189M 1s 1500K .......... .......... .......... .......... .......... 14% 10.8M 1s 1550K .......... .......... .......... .......... .......... 14% 12.2M 1s 1600K .......... .......... .......... .......... .......... 15% 6.27M 1s 1650K .......... .......... .......... .......... .......... 15% 12.2M 1s 1700K .......... .......... .......... .......... .......... 16% 12.2M 1s 1750K .......... .......... .......... .......... .......... 16% 12.2M 1s 1800K .......... .......... .......... .......... .......... 17% 11.8M 1s 1850K .......... .......... .......... .......... .......... 17% 12.2M 1s 1900K .......... .......... .......... .......... .......... 18% 12.2M 1s 1950K .......... .......... .......... .......... .......... 18% 12.1M 1s 2000K .......... .......... .......... .......... .......... 19% 12.1M 1s 2050K .......... .......... .......... .......... .......... 19% 12.2M 1s 2100K .......... .......... .......... .......... .......... 19% 12.2M 1s 2150K .......... .......... .......... .......... .......... 20% 6.29M 1s 2200K .......... .......... .......... .......... .......... 20% 12.2M 1s 2250K .......... .......... .......... .......... .......... 21% 12.2M 1s 2300K .......... .......... .......... .......... .......... 21% 12.2M 1s 2350K .......... .......... .......... .......... .......... 22% 11.8M 1s 2400K .......... .......... .......... .......... .......... 22% 12.2M 1s 2450K .......... .......... .......... .......... .......... 23% 12.2M 1s 2500K .......... .......... .......... .......... .......... 23% 12.0M 1s 2550K .......... .......... .......... .......... .......... 24% 12.2M 1s 2600K .......... .......... .......... .......... .......... 24% 12.2M 1s 2650K .......... .......... .......... .......... .......... 25% 12.2M 1s 2700K .......... .......... .......... .......... .......... 25% 12.3M 1s 2750K .......... .......... .......... .......... .......... 26% 6.28M 1s 2800K .......... .......... .......... .......... .......... 26% 11.8M 1s 2850K .......... .......... .......... .......... .......... 26% 12.2M 1s 2900K .......... .......... .......... .......... .......... 27% 12.3M 1s 2950K .......... .......... .......... .......... .......... 27% 9.99M 1s 3000K .......... .......... .......... .......... .......... 28% 12.3M 1s 3050K .......... .......... .......... .......... .......... 28% 4.43M 1s 3100K .......... .......... .......... .......... .......... 29% 178M 1s 3150K .......... .......... .......... .......... .......... 29% 21.4M 1s 3200K .......... .......... .......... .......... .......... 30% 7.58M 1s 3250K .......... .......... .......... .......... .......... 30% 24.3M 1s 3300K .......... .......... .......... .......... .......... 31% 6.98M 1s 3350K .......... .......... .......... .......... .......... 31% 12.2M 1s 3400K .......... .......... .......... .......... .......... 32% 12.2M 1s 3450K .......... .......... .......... .......... .......... 32% 12.2M 1s 3500K .......... .......... .......... .......... .......... 33% 12.2M 1s 3550K .......... .......... .......... .......... .......... 33% 11.8M 1s 3600K .......... .......... .......... .......... .......... 33% 12.0M 1s 3650K .......... .......... .......... .......... .......... 34% 12.2M 1s 3700K .......... .......... .......... .......... .......... 34% 12.2M 1s 3750K .......... .......... .......... .......... .......... 35% 12.2M 1s 3800K .......... .......... .......... .......... .......... 35% 12.2M 1s 3850K .......... .......... .......... .......... .......... 36% 6.28M 1s 3900K .......... .......... .......... .......... .......... 36% 12.3M 1s 3950K .......... .......... .......... .......... .......... 37% 11.7M 1s 4000K .......... .......... .......... .......... .......... 37% 12.3M 1s 4050K .......... .......... .......... .......... .......... 38% 12.1M 1s 4100K .......... .......... .......... .......... .......... 38% 12.3M 1s 4150K .......... .......... .......... .......... .......... 39% 12.3M 1s 4200K .......... .......... .......... .......... .......... 39% 11.9M 1s 4250K .......... .......... .......... .......... .......... 39% 12.1M 1s 4300K .......... .......... .......... .......... .......... 40% 13.4M 1s 4350K .......... .......... .......... .......... .......... 40% 7.42M 1s 4400K .......... .......... .......... .......... .......... 41% 7.44M 1s 4450K .......... .......... .......... .......... .......... 41% 12.2M 1s 4500K .......... .......... .......... .......... .......... 42% 12.2M 1s 4550K .......... .......... .......... .......... .......... 42% 11.8M 1s 4600K .......... .......... .......... .......... .......... 43% 12.2M 1s 4650K .......... .......... .......... .......... .......... 43% 12.2M 1s 4700K .......... .......... .......... .......... .......... 44% 12.2M 1s 4750K .......... .......... .......... .......... .......... 44% 11.9M 1s 4800K .......... .......... .......... .......... .......... 45% 12.2M 1s 4850K .......... .......... .......... .......... .......... 45% 6.29M 1s 4900K .......... .......... .......... .......... .......... 46% 6.09M 1s 4950K .......... .......... .......... .......... .......... 46% 9.55M 1s 5000K .......... .......... .......... .......... .......... 46% 184M 1s 5050K .......... .......... .......... .......... .......... 47% 10.6M 1s 5100K .......... .......... .......... .......... .......... 47% 153M 1s 5150K .......... .......... .......... .......... .......... 48% 4.57M 1s 5200K .......... .......... .......... .......... .......... 48% 11.9M 1s 5250K .......... .......... .......... .......... .......... 49% 11.9M 1s 5300K .......... .......... .......... .......... .......... 49% 6.27M 1s 5350K .......... .......... .......... .......... .......... 50% 11.9M 1s 5400K .......... .......... .......... .......... .......... 50% 6.19M 1s 5450K .......... .......... .......... .......... .......... 51% 16.2M 1s 5500K .......... .......... .......... .......... .......... 51% 9.48M 1s 5550K .......... .......... .......... .......... .......... 52% 6.15M 1s 5600K .......... .......... .......... .......... .......... 52% 11.9M 1s 5650K .......... .......... .......... .......... .......... 53% 6.26M 1s 5700K .......... .......... .......... .......... .......... 53% 11.9M 1s 5750K .......... .......... .......... .......... .......... 53% 11.9M 1s 5800K .......... .......... .......... .......... .......... 54% 6.27M 1s 5850K .......... .......... .......... .......... .......... 54% 11.9M 1s 5900K .......... .......... .......... .......... .......... 55% 11.9M 0s 5950K .......... .......... .......... .......... .......... 55% 6.16M 0s 6000K .......... .......... .......... .......... .......... 56% 6.23M 0s 6050K .......... .......... .......... .......... .......... 56% 11.8M 0s 6100K .......... .......... .......... .......... .......... 57% 12.1M 0s 6150K .......... .......... .......... .......... .......... 57% 4.13M 0s 6200K .......... .......... .......... .......... .......... 58% 15.7M 0s 6250K .......... .......... .......... .......... .......... 58% 9.71M 0s 6300K .......... .......... .......... .......... .......... 59% 12.3M 0s 6350K .......... .......... .......... .......... .......... 59% 11.9M 0s 6400K .......... .......... .......... .......... .......... 59% 6.27M 0s 6450K .......... .......... .......... .......... .......... 60% 12.2M 0s 6500K .......... .......... .......... .......... .......... 60% 12.2M 0s 6550K .......... .......... .......... .......... .......... 61% 12.3M 0s 6600K .......... .......... .......... .......... .......... 61% 12.2M 0s 6650K .......... .......... .......... .......... .......... 62% 12.2M 0s 6700K .......... .......... .......... .......... .......... 62% 12.3M 0s 6750K .......... .......... .......... .......... .......... 63% 9.66M 0s 6800K .......... .......... .......... .......... .......... 63% 9.84M 0s 6850K .......... .......... .......... .......... .......... 64% 12.2M 0s 6900K .......... .......... .......... .......... .......... 64% 6.12M 0s 6950K .......... .......... .......... .......... .......... 65% 7.97M 0s 7000K .......... .......... .......... .......... .......... 65% 174M 0s 7050K .......... .......... .......... .......... .......... 66% 191M 0s 7100K .......... .......... .......... .......... .......... 66% 5.86M 0s 7150K .......... .......... .......... .......... .......... 66% 6.11M 0s 7200K .......... .......... .......... .......... .......... 67% 11.6M 0s 7250K .......... .......... .......... .......... .......... 67% 8.43M 0s 7300K .......... .......... .......... .......... .......... 68% 7.94M 0s 7350K .......... .......... .......... .......... .......... 68% 6.20M 0s 7400K .......... .......... .......... .......... .......... 69% 12.3M 0s 7450K .......... .......... .......... .......... .......... 69% 11.5M 0s 7500K .......... .......... .......... .......... .......... 70% 6.17M 0s 7550K .......... .......... .......... .......... .......... 70% 6.11M 0s 7600K .......... .......... .......... .......... .......... 71% 6.21M 0s 7650K .......... .......... .......... .......... .......... 71% 12.2M 0s 7700K .......... .......... .......... .......... .......... 72% 11.6M 0s 7750K .......... .......... .......... .......... .......... 72% 6.14M 0s 7800K .......... .......... .......... .......... .......... 73% 6.23M 0s 7850K .......... .......... .......... .......... .......... 73% 12.2M 0s 7900K .......... .......... .......... .......... .......... 73% 11.6M 0s 7950K .......... .......... .......... .......... .......... 74% 3.10M 0s 8000K .......... .......... .......... .......... .......... 74% 5.85M 0s 8050K .......... .......... .......... .......... .......... 75% 13.3M 0s 8100K .......... .......... .......... .......... .......... 75% 13.2M 0s 8150K .......... .......... .......... .......... .......... 76% 10.9M 0s 8200K .......... .......... .......... .......... .......... 76% 6.22M 0s 8250K .......... .......... .......... .......... .......... 77% 12.2M 0s 8300K .......... .......... .......... .......... .......... 77% 11.8M 0s 8350K .......... .......... .......... .......... .......... 78% 11.9M 0s 8400K .......... .......... .......... .......... .......... 78% 7.06M 0s 8450K .......... .......... .......... .......... .......... 79% 12.8M 0s 8500K .......... .......... .......... .......... .......... 79% 4.82M 0s 8550K .......... .......... .......... .......... .......... 79% 176M 0s 8600K .......... .......... .......... .......... .......... 80% 191M 0s 8650K .......... .......... .......... .......... .......... 80% 10.6M 0s 8700K .......... .......... .......... .......... .......... 81% 6.29M 0s 8750K .......... .......... .......... .......... .......... 81% 11.6M 0s 8800K .......... .......... .......... .......... .......... 82% 12.4M 0s 8850K .......... .......... .......... .......... .......... 82% 12.0M 0s 8900K .......... .......... .......... .......... .......... 83% 12.2M 0s 8950K .......... .......... .......... .......... .......... 83% 12.2M 0s 9000K .......... .......... .......... .......... .......... 84% 6.29M 0s 9050K .......... .......... .......... .......... .......... 84% 12.2M 0s 9100K .......... .......... .......... .......... .......... 85% 12.2M 0s 9150K .......... .......... .......... .......... .......... 85% 11.5M 0s 9200K .......... .......... .......... .......... .......... 86% 12.3M 0s 9250K .......... .......... .......... .......... .......... 86% 12.2M 0s 9300K .......... .......... .......... .......... .......... 86% 6.28M 0s 9350K .......... .......... .......... .......... .......... 87% 12.2M 0s 9400K .......... .......... .......... .......... .......... 87% 12.2M 0s 9450K .......... .......... .......... .......... .......... 88% 12.2M 0s 9500K .......... .......... .......... .......... .......... 88% 11.8M 0s 9550K .......... .......... .......... .......... .......... 89% 11.9M 0s 9600K .......... .......... .......... .......... .......... 89% 12.3M 0s 9650K .......... .......... .......... .......... .......... 90% 6.28M 0s 9700K .......... .......... .......... .......... .......... 90% 12.2M 0s 9750K .......... .......... .......... .......... .......... 91% 11.8M 0s 9800K .......... .......... .......... .......... .......... 91% 12.2M 0s 9850K .......... .......... .......... .......... .......... 92% 12.1M 0s 9900K .......... .......... .......... .......... .......... 92% 12.3M 0s 9950K .......... .......... .......... .......... .......... 93% 6.22M 0s 10000K .......... .......... .......... .......... .......... 93% 12.2M 0s 10050K .......... .......... .......... .......... .......... 93% 12.2M 0s 10100K .......... .......... .......... .......... .......... 94% 12.2M 0s 10150K .......... .......... .......... .......... .......... 94% 12.2M 0s 10200K .......... .......... .......... .......... .......... 95% 12.2M 0s 10250K .......... .......... .......... .......... .......... 95% 3.76M 0s 10300K .......... .......... .......... .......... .......... 96% 150M 0s 10350K .......... .......... .......... .......... .......... 96% 143M 0s 10400K .......... .......... .......... .......... .......... 97% 10.7M 0s 10450K .......... .......... .......... .......... .......... 97% 6.27M 0s 10500K .......... .......... .......... .......... .......... 98% 12.2M 0s 10550K .......... .......... .......... .......... .......... 98% 11.8M 0s 10600K .......... .......... .......... .......... .......... 99% 12.2M 0s 10650K .......... .......... .......... .......... .......... 99% 11.8M 0s 10700K .......... .......... .......... .......... .......... 99% 6.29M 0s 10750K . 100% 3.16T=1.1s 2024-08-11 05:23:15 (9.47 MB/s) - '/home/autobuild/autobuild/instance-1/output-1/build/.go1.4-bootstrap-20171003.tar.gz.srWG67/output' saved [11009739/11009739] go1.4-bootstrap-20171003.tar.gz: OK (sha256: f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Extracting gzip -d -c /home/autobuild/autobuild/instance-1/dl/go-bootstrap-stage1/go1.4-bootstrap-20171003.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-1/output-1/build/host-go-bootstrap-stage1-1.4-bootstrap-20171003 -xf - >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Patching >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Configuring >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Building cd /home/autobuild/autobuild/instance-1/output-1/build/host-go-bootstrap-stage1-1.4-bootstrap-20171003/src && GOOS=linux GOROOT_FINAL="/home/autobuild/autobuild/instance-1/output-1/host/lib/go-1.4-bootstrap-20171003" GOROOT="/home/autobuild/autobuild/instance-1/output-1/build/host-go-bootstrap-stage1-1.4-bootstrap-20171003" GOBIN="/home/autobuild/autobuild/instance-1/output-1/build/host-go-bootstrap-stage1-1.4-bootstrap-20171003/bin" CC=/usr/bin/gcc CGO_ENABLED=0 ./make.bash # Building C bootstrap tool. cmd/dist go tool dist: unknown architecture: aarch64 make: *** [package/pkg-generic.mk:289: /home/autobuild/autobuild/instance-1/output-1/build/host-go-bootstrap-stage1-1.4-bootstrap-20171003/.stamp_built] Error 1 make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot'