mkdir -p /tmp/instance-3/output-1/host/share/man/man8 install -m 755 checkpolicy checkmodule /tmp/instance-3/output-1/host/bin install -m 644 checkpolicy.8 /tmp/instance-3/output-1/host/share/man/man8 install -m 644 checkmodule.8 /tmp/instance-3/output-1/host/share/man/man8 for lang in ru ; do \ if [ -e ${lang} ] ; then \ mkdir -p /tmp/instance-3/output-1/host/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /tmp/instance-3/output-1/host/share/man/${lang}/man8 ; \ fi ; \ done make[1]: Leaving directory '/tmp/instance-3/output-1/build/host-checkpolicy-3.3' >>> cmocka 1.1.5 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-3/output-1/build/.cmocka-1.1.5.tar.xz.VFNZaQ/output' 'https://cmocka.org/files/1.1/cmocka-1.1.5.tar.xz' --2022-12-29 08:49:16-- https://cmocka.org/files/1.1/cmocka-1.1.5.tar.xz Resolving cmocka.org (cmocka.org)... 78.46.21.5, 2a01:4f8:201:2294::2 Connecting to cmocka.org (cmocka.org)|78.46.21.5|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 81004 (79K) [application/x-xz] Saving to: '/tmp/instance-3/output-1/build/.cmocka-1.1.5.tar.xz.VFNZaQ/output' 0K .......... .......... .......... .......... .......... 63% 176K 0s 50K .......... .......... ......... 100% 59.4M=0.3s 2022-12-29 08:49:17 (277 KB/s) - '/tmp/instance-3/output-1/build/.cmocka-1.1.5.tar.xz.VFNZaQ/output' saved [81004/81004] cmocka-1.1.5.tar.xz: OK (sha256: f0ccd8242d55e2fd74b16ba518359151f6f8383ff8aef4976e48393f77bba8b6) >>> cmocka 1.1.5 Extracting xzcat /tmp/instance-3/dl/cmocka/cmocka-1.1.5.tar.xz | tar --strip-components=1 -C /tmp/instance-3/output-1/build/cmocka-1.1.5 -xf - >>> cmocka 1.1.5 Patching Applying 0001-Don-t-redefine-uintptr_t.patch using patch: patching file ConfigureChecks.cmake patching file config.h.cmake patching file include/cmocka.h Hunk #1 succeeded at 116 (offset -4 lines). >>> cmocka 1.1.5 Configuring (mkdir -p /tmp/instance-3/output-1/build/cmocka-1.1.5//buildroot-build && cd /tmp/instance-3/output-1/build/cmocka-1.1.5//buildroot-build && rm -f CMakeCache.txt && PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-3/output-1/host/bin/cmake /tmp/instance-3/output-1/build/cmocka-1.1.5/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-3/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -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 -DWITH_EXAMPLES=OFF -DWITH_STATIC_LIB=ON ) -- The C compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test REQUIRED_FLAGS_WERROR -- Performing Test REQUIRED_FLAGS_WERROR - Success -- Performing Test WITH_STD_GNU99_FLAG -- Performing Test WITH_STD_GNU99_FLAG - Success -- Performing Test WITH_WPEDANTIC_FLAG -- Performing Test WITH_WPEDANTIC_FLAG - Success -- Performing Test WITH_WALL_FLAG -- Performing Test WITH_WALL_FLAG - Success -- Performing Test WITH_WSHADOW_FLAG -- Performing Test WITH_WSHADOW_FLAG - Success -- Performing Test WITH_WMISSING_PROTOTYPES_FLAG -- Performing Test WITH_WMISSING_PROTOTYPES_FLAG - Success -- Performing Test WITH_WCAST_ALIGN_FLAG -- Performing Test WITH_WCAST_ALIGN_FLAG - Success -- Performing Test WITH_WERROR_ADDRESS_FLAG -- Performing Test WITH_WERROR_ADDRESS_FLAG - Success -- Performing Test WITH_WSTRICT_PROTOTYPES_FLAG -- Performing Test WITH_WSTRICT_PROTOTYPES_FLAG - Success -- Performing Test WITH_WERROR_STRICT_PROTOTYPES_FLAG -- Performing Test WITH_WERROR_STRICT_PROTOTYPES_FLAG - Success -- Performing Test WITH_WWRITE_STRINGS_FLAG -- Performing Test WITH_WWRITE_STRINGS_FLAG - Success -- Performing Test WITH_WERROR_WRITE_STRINGS_FLAG -- Performing Test WITH_WERROR_WRITE_STRINGS_FLAG - Success -- Performing Test WITH_WERROR_IMPLICIT_FUNCTION_DECLARATION_FLAG -- Performing Test WITH_WERROR_IMPLICIT_FUNCTION_DECLARATION_FLAG - Success -- Performing Test WITH_WPOINTER_ARITH_FLAG -- Performing Test WITH_WPOINTER_ARITH_FLAG - Success -- Performing Test WITH_WERROR_POINTER_ARITH_FLAG -- Performing Test WITH_WERROR_POINTER_ARITH_FLAG - Success -- Performing Test WITH_WDECLARATION_AFTER_STATEMENT_FLAG -- Performing Test WITH_WDECLARATION_AFTER_STATEMENT_FLAG - Success -- Performing Test WITH_WERROR_DECLARATION_AFTER_STATEMENT_FLAG -- Performing Test WITH_WERROR_DECLARATION_AFTER_STATEMENT_FLAG - Success -- Performing Test WITH_WRETURN_TYPE_FLAG -- Performing Test WITH_WRETURN_TYPE_FLAG - Success -- Performing Test WITH_WERROR_RETURN_TYPE_FLAG -- Performing Test WITH_WERROR_RETURN_TYPE_FLAG - Success -- Performing Test WITH_WUNINITIALIZED_FLAG -- Performing Test WITH_WUNINITIALIZED_FLAG - Success -- Performing Test WITH_WERROR_UNINITIALIZED_FLAG -- Performing Test WITH_WERROR_UNINITIALIZED_FLAG - Success -- Performing Test WITH_WIMPLICIT_FALLTHROUGH_FLAG -- Performing Test WITH_WIMPLICIT_FALLTHROUGH_FLAG - Success -- Performing Test WITH_WERROR_STRICT_OVERFLOW_FLAG -- Performing Test WITH_WERROR_STRICT_OVERFLOW_FLAG - Success -- Performing Test WITH_WSTRICT_OVERFLOW_2_FLAG -- Performing Test WITH_WSTRICT_OVERFLOW_2_FLAG - Success -- Performing Test WITH_WNO_FORMAT_ZERO_LENGTH_FLAG -- Performing Test WITH_WNO_FORMAT_ZERO_LENGTH_FLAG - Success -- Performing Test WITH_WMISSING_FIELD_INITIALIZERS_FLAG -- Performing Test WITH_WMISSING_FIELD_INITIALIZERS_FLAG - Success -- Performing Test REQUIRED_FLAGS_WFORMAT -- Performing Test REQUIRED_FLAGS_WFORMAT - Success -- Performing Test WITH_WFORMAT_SECURITY_FLAG -- Performing Test WITH_WFORMAT_SECURITY_FLAG - Success -- Performing Test WITH_WERROR_FORMAT_SECURITY_FLAG -- Performing Test WITH_WERROR_FORMAT_SECURITY_FLAG - Success -- Performing Test WITH_FNO_COMMON_FLAG -- Performing Test WITH_FNO_COMMON_FLAG - Success -- Performing Test WITH_STACK_PROTECTOR_STRONG -- Performing Test WITH_STACK_PROTECTOR_STRONG - Success -- Performing Test WITH_STACK_CLASH_PROTECTION -- Performing Test WITH_STACK_CLASH_PROTECTION - Success -- Performing Test WITH_VISIBILITY_HIDDEN -- Performing Test WITH_VISIBILITY_HIDDEN - Success -- Looking for assert.h -- Looking for assert.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for io.h -- Looking for io.h - not found -- Looking for malloc.h -- Looking for malloc.h - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for setjmp.h -- Looking for setjmp.h - found -- Looking for signal.h -- Looking for signal.h - found -- Looking for stdarg.h -- Looking for stdarg.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdio.h -- Looking for stdio.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for time.h -- Looking for time.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Performing Test HAVE_STRUCT_TIMESPEC -- Performing Test HAVE_STRUCT_TIMESPEC - Success -- Check size of uintptr_t -- Check size of uintptr_t - done -- Looking for calloc -- Looking for calloc - found -- Looking for exit -- Looking for exit - found -- Looking for fprintf -- Looking for fprintf - found -- Looking for free -- Looking for free - found -- Looking for longjmp -- Looking for longjmp - found -- Looking for siglongjmp -- Looking for siglongjmp - found -- Looking for malloc -- Looking for malloc - found -- Looking for memcpy -- Looking for memcpy - found -- Looking for memset -- Looking for memset - found -- Looking for printf -- Looking for printf - found -- Looking for setjmp -- Looking for setjmp - found -- Looking for signal -- Looking for signal - found -- Looking for strsignal -- Looking for strsignal - found -- Looking for strcmp -- Looking for strcmp - found -- Looking for clock_gettime -- Looking for clock_gettime - found -- Looking for sprintf -- Looking for sprintf - found -- Looking for vsnprintf -- Looking for vsnprintf - found -- Performing Test HAVE_GCC_THREAD_LOCAL_STORAGE -- Performing Test HAVE_GCC_THREAD_LOCAL_STORAGE - Success -- Performing Test HAVE_CLOCK_REALTIME -- Performing Test HAVE_CLOCK_REALTIME - Success -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTS -- Build files have been written to: /tmp/instance-3/output-1/build/cmocka-1.1.5/buildroot-build >>> cmocka 1.1.5 Building PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-3/output-1/build/cmocka-1.1.5//buildroot-build make[1]: Entering directory '/tmp/instance-3/output-1/build/cmocka-1.1.5/buildroot-build' [ 25%] Building C object src/CMakeFiles/cmocka.dir/cmocka.c.o [ 50%] Linking C shared library libcmocka.so [ 50%] Built target cmocka [ 75%] Building C object src/CMakeFiles/cmocka-static.dir/cmocka.c.o [100%] Linking C static library libcmocka-static.a [100%] Built target cmocka-static make[1]: Leaving directory '/tmp/instance-3/output-1/build/cmocka-1.1.5/buildroot-build' >>> cmocka 1.1.5 Installing to staging directory PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot install/fast -C /tmp/instance-3/output-1/build/cmocka-1.1.5//buildroot-build make[1]: Entering directory '/tmp/instance-3/output-1/build/cmocka-1.1.5/buildroot-build' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/cmocka.pc -- Installing: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/cmake/cmocka/cmocka-config.cmake -- Installing: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/cmake/cmocka/cmocka-config-version.cmake -- Installing: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/cmocka.h -- Installing: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/cmocka_pbc.h -- Installing: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libcmocka.so.0.7.0 -- Installing: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libcmocka.so.0 -- Installing: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libcmocka.so -- Installing: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib/libcmocka-static.a make[1]: Leaving directory '/tmp/instance-3/output-1/build/cmocka-1.1.5/buildroot-build' >>> cmocka 1.1.5 Fixing libtool files for la in $(find /tmp/instance-3/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-3/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-3/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 >>> cmocka 1.1.5 Installing to target PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-3/output-1/target install/fast -C /tmp/instance-3/output-1/build/cmocka-1.1.5//buildroot-build make[1]: Entering directory '/tmp/instance-3/output-1/build/cmocka-1.1.5/buildroot-build' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-3/output-1/target/usr/lib/pkgconfig/cmocka.pc -- Installing: /tmp/instance-3/output-1/target/usr/lib/cmake/cmocka/cmocka-config.cmake -- Installing: /tmp/instance-3/output-1/target/usr/lib/cmake/cmocka/cmocka-config-version.cmake -- Installing: /tmp/instance-3/output-1/target/usr/include/cmocka.h -- Installing: /tmp/instance-3/output-1/target/usr/include/cmocka_pbc.h -- Installing: /tmp/instance-3/output-1/target/usr/lib/libcmocka.so.0.7.0 -- Installing: /tmp/instance-3/output-1/target/usr/lib/libcmocka.so.0 -- Installing: /tmp/instance-3/output-1/target/usr/lib/libcmocka.so -- Installing: /tmp/instance-3/output-1/target/usr/lib/libcmocka-static.a make[1]: Leaving directory '/tmp/instance-3/output-1/build/cmocka-1.1.5/buildroot-build' >>> host-go-bootstrap 1.4-bootstrap-20171003 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-3/output-1/build/.go1.4-bootstrap-20171003.tar.gz.gMqtB5/output' 'https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz' --2022-12-29 08:49:32-- https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz Resolving dl.google.com (dl.google.com)... 142.250.72.14, 2607:f8b0:400f:803::200e Connecting to dl.google.com (dl.google.com)|142.250.72.14|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 11009739 (10M) [application/octet-stream] Saving to: '/tmp/instance-3/output-1/build/.go1.4-bootstrap-20171003.tar.gz.gMqtB5/output' 0K .......... .......... .......... .......... .......... 0% 8.98M 1s 50K .......... .......... .......... .......... .......... 0% 24.3M 1s 100K .......... .......... .......... .......... .......... 1% 20.6M 1s 150K .......... .......... .......... .......... .......... 1% 26.1M 1s 200K .......... .......... .......... .......... .......... 2% 49.7M 1s 250K .......... .......... .......... .......... .......... 2% 7.68M 1s 300K .......... .......... .......... .......... .......... 3% 91.3M 1s 350K .......... .......... .......... .......... .......... 3% 88.8M 1s 400K .......... .......... .......... .......... .......... 4% 93.2M 0s 450K .......... .......... .......... .......... .......... 4% 37.0M 0s 500K .......... .......... .......... .......... .......... 5% 71.1M 0s 550K .......... .......... .......... .......... .......... 5% 77.2M 0s 600K .......... .......... .......... .......... .......... 6% 60.1M 0s 650K .......... .......... .......... .......... .......... 6% 63.9M 0s 700K .......... .......... .......... .......... .......... 6% 63.3M 0s 750K .......... .......... .......... .......... .......... 7% 72.2M 0s 800K .......... .......... .......... .......... .......... 7% 64.3M 0s 850K .......... .......... .......... .......... .......... 8% 67.8M 0s 900K .......... .......... .......... .......... .......... 8% 65.2M 0s 950K .......... .......... .......... .......... .......... 9% 68.9M 0s 1000K .......... .......... .......... .......... .......... 9% 72.6M 0s 1050K .......... .......... .......... .......... .......... 10% 69.9M 0s 1100K .......... .......... .......... .......... .......... 10% 75.7M 0s 1150K .......... .......... .......... .......... .......... 11% 47.2M 0s 1200K .......... .......... .......... .......... .......... 11% 47.8M 0s 1250K .......... .......... .......... .......... .......... 12% 72.6M 0s 1300K .......... .......... .......... .......... .......... 12% 156M 0s 1350K .......... .......... .......... .......... .......... 13% 13.7M 0s 1400K .......... .......... .......... .......... .......... 13% 192M 0s 1450K .......... .......... .......... .......... .......... 13% 196M 0s 1500K .......... .......... .......... .......... .......... 14% 204M 0s 1550K .......... .......... .......... .......... .......... 14% 197M 0s 1600K .......... .......... .......... .......... .......... 15% 150M 0s 1650K .......... .......... .......... .......... .......... 15% 181M 0s 1700K .......... .......... .......... .......... .......... 16% 144M 0s 1750K .......... .......... .......... .......... .......... 16% 99.7M 0s 1800K .......... .......... .......... .......... .......... 17% 152M 0s 1850K .......... .......... .......... .......... .......... 17% 179M 0s 1900K .......... .......... .......... .......... .......... 18% 177M 0s 1950K .......... .......... .......... .......... .......... 18% 155M 0s 2000K .......... .......... .......... .......... .......... 19% 150M 0s 2050K .......... .......... .......... .......... .......... 19% 177M 0s 2100K .......... .......... .......... .......... .......... 19% 160M 0s 2150K .......... .......... .......... .......... .......... 20% 148M 0s 2200K .......... .......... .......... .......... .......... 20% 168M 0s 2250K .......... .......... .......... .......... .......... 21% 182M 0s 2300K .......... .......... .......... .......... .......... 21% 164M 0s 2350K .......... .......... .......... .......... .......... 22% 123M 0s 2400K .......... .......... .......... .......... .......... 22% 181M 0s 2450K .......... .......... .......... .......... .......... 23% 169M 0s 2500K .......... .......... .......... .......... .......... 23% 164M 0s 2550K .......... .......... .......... .......... .......... 24% 121M 0s 2600K .......... .......... .......... .......... .......... 24% 129M 0s 2650K .......... .......... .......... .......... .......... 25% 172M 0s 2700K .......... .......... .......... .......... .......... 25% 150M 0s 2750K .......... .......... .......... .......... .......... 26% 7.57M 0s 2800K .......... .......... .......... .......... .......... 26% 113M 0s 2850K .......... .......... .......... .......... .......... 26% 163M 0s 2900K .......... .......... .......... .......... .......... 27% 191M 0s 2950K .......... .......... .......... .......... .......... 27% 106M 0s 3000K .......... .......... .......... .......... .......... 28% 145M 0s 3050K .......... .......... .......... .......... .......... 28% 143M 0s 3100K .......... .......... .......... .......... .......... 29% 156M 0s 3150K .......... .......... .......... .......... .......... 29% 123M 0s 3200K .......... .......... .......... .......... .......... 30% 140M 0s 3250K .......... .......... .......... .......... .......... 30% 146M 0s 3300K .......... .......... .......... .......... .......... 31% 149M 0s 3350K .......... .......... .......... .......... .......... 31% 137M 0s 3400K .......... .......... .......... .......... .......... 32% 125M 0s 3450K .......... .......... .......... .......... .......... 32% 163M 0s 3500K .......... .......... .......... .......... .......... 33% 134M 0s 3550K .......... .......... .......... .......... .......... 33% 120M 0s 3600K .......... .......... .......... .......... .......... 33% 138M 0s 3650K .......... .......... .......... .......... .......... 34% 157M 0s 3700K .......... .......... .......... .......... .......... 34% 155M 0s 3750K .......... .......... .......... .......... .......... 35% 138M 0s 3800K .......... .......... .......... .......... .......... 35% 132M 0s 3850K .......... .......... .......... .......... .......... 36% 155M 0s 3900K .......... .......... .......... .......... .......... 36% 160M 0s 3950K .......... .......... .......... .......... .......... 37% 128M 0s 4000K .......... .......... .......... .......... .......... 37% 176M 0s 4050K .......... .......... .......... .......... .......... 38% 163M 0s 4100K .......... .......... .......... .......... .......... 38% 169M 0s 4150K .......... .......... .......... .......... .......... 39% 155M 0s 4200K .......... .......... .......... .......... .......... 39% 143M 0s 4250K .......... .......... .......... .......... .......... 39% 147M 0s 4300K .......... .......... .......... .......... .......... 40% 153M 0s 4350K .......... .......... .......... .......... .......... 40% 121M 0s 4400K .......... .......... .......... .......... .......... 41% 157M 0s 4450K .......... .......... .......... .......... .......... 41% 164M 0s 4500K .......... .......... .......... .......... .......... 42% 160M 0s 4550K .......... .......... .......... .......... .......... 42% 144M 0s 4600K .......... .......... .......... .......... .......... 43% 144M 0s 4650K .......... .......... .......... .......... .......... 43% 143M 0s 4700K .......... .......... .......... .......... .......... 44% 169M 0s 4750K .......... .......... .......... .......... .......... 44% 120M 0s 4800K .......... .......... .......... .......... .......... 45% 160M 0s 4850K .......... .......... .......... .......... .......... 45% 156M 0s 4900K .......... .......... .......... .......... .......... 46% 133M 0s 4950K .......... .......... .......... .......... .......... 46% 124M 0s 5000K .......... .......... .......... .......... .......... 46% 111M 0s 5050K .......... .......... .......... .......... .......... 47% 97.4M 0s 5100K .......... .......... .......... .......... .......... 47% 130M 0s 5150K .......... .......... .......... .......... .......... 48% 75.1M 0s 5200K .......... .......... .......... .......... .......... 48% 90.2M 0s 5250K .......... .......... .......... .......... .......... 49% 122M 0s 5300K .......... .......... .......... .......... .......... 49% 88.5M 0s 5350K .......... .......... .......... .......... .......... 50% 112M 0s 5400K .......... .......... .......... .......... .......... 50% 87.0M 0s 5450K .......... .......... .......... .......... .......... 51% 119M 0s 5500K .......... .......... .......... .......... .......... 51% 86.0M 0s 5550K .......... .......... .......... .......... .......... 52% 68.1M 0s 5600K .......... .......... .......... .......... .......... 52% 124M 0s 5650K .......... .......... .......... .......... .......... 53% 98.2M 0s 5700K .......... .......... .......... .......... .......... 53% 128M 0s 5750K .......... .......... .......... .......... .......... 53% 93.1M 0s 5800K .......... .......... .......... .......... .......... 54% 112M 0s 5850K .......... .......... .......... .......... .......... 54% 101M 0s 5900K .......... .......... .......... .......... .......... 55% 106M 0s 5950K .......... .......... .......... .......... .......... 55% 84.8M 0s 6000K .......... .......... .......... .......... .......... 56% 86.6M 0s 6050K .......... .......... .......... .......... .......... 56% 115M 0s 6100K .......... .......... .......... .......... .......... 57% 108M 0s 6150K .......... .......... .......... .......... .......... 57% 113M 0s 6200K .......... .......... .......... .......... .......... 58% 30.1M 0s 6250K .......... .......... .......... .......... .......... 58% 157M 0s 6300K .......... .......... .......... .......... .......... 59% 158M 0s 6350K .......... .......... .......... .......... .......... 59% 137M 0s 6400K .......... .......... .......... .......... .......... 59% 170M 0s 6450K .......... .......... .......... .......... .......... 60% 180M 0s 6500K .......... .......... .......... .......... .......... 60% 160M 0s 6550K .......... .......... .......... .......... .......... 61% 74.1M 0s 6600K .......... .......... .......... .......... .......... 61% 93.3M 0s 6650K .......... .......... .......... .......... .......... 62% 147M 0s 6700K .......... .......... .......... .......... .......... 62% 101M 0s 6750K .......... .......... .......... .......... .......... 63% 92.3M 0s 6800K .......... .......... .......... .......... .......... 63% 93.0M 0s 6850K .......... .......... .......... .......... .......... 64% 125M 0s 6900K .......... .......... .......... .......... .......... 64% 88.9M 0s 6950K .......... .......... .......... .......... .......... 65% 78.9M 0s 7000K .......... .......... .......... .......... .......... 65% 122M 0s 7050K .......... .......... .......... .......... .......... 66% 53.5M 0s 7100K .......... .......... .......... .......... .......... 66% 164M 0s 7150K .......... .......... .......... .......... .......... 66% 145M 0s 7200K .......... .......... .......... .......... .......... 67% 141M 0s 7250K .......... .......... .......... .......... .......... 67% 96.2M 0s 7300K .......... .......... .......... .......... .......... 68% 92.3M 0s 7350K .......... .......... .......... .......... .......... 68% 117M 0s 7400K .......... .......... .......... .......... .......... 69% 98.4M 0s 7450K .......... .......... .......... .......... .......... 69% 125M 0s 7500K .......... .......... .......... .......... .......... 70% 87.9M 0s 7550K .......... .......... .......... .......... .......... 70% 71.1M 0s 7600K .......... .......... .......... .......... .......... 71% 125M 0s 7650K .......... .......... .......... .......... .......... 71% 91.6M 0s 7700K .......... .......... .......... .......... .......... 72% 109M 0s 7750K .......... .......... .......... .......... .......... 72% 96.0M 0s 7800K .......... .......... .......... .......... .......... 73% 107M 0s 7850K .......... .......... .......... .......... .......... 73% 99.9M 0s 7900K .......... .......... .......... .......... .......... 73% 113M 0s 7950K .......... .......... .......... .......... .......... 74% 75.2M 0s 8000K .......... .......... .......... .......... .......... 74% 92.0M 0s 8050K .......... .......... .......... .......... .......... 75% 102M 0s 8100K .......... .......... .......... .......... .......... 75% 98.4M 0s 8150K .......... .......... .......... .......... .......... 76% 119M 0s 8200K .......... .......... .......... .......... .......... 76% 94.3M 0s 8250K .......... .......... .......... .......... .......... 77% 123M 0s 8300K .......... .......... .......... .......... .......... 77% 102M 0s 8350K .......... .......... .......... .......... .......... 78% 79.7M 0s 8400K .......... .......... .......... .......... .......... 78% 129M 0s 8450K .......... .......... .......... .......... .......... 79% 81.6M 0s 8500K .......... .......... .......... .......... .......... 79% 118M 0s 8550K .......... .......... .......... .......... .......... 79% 93.7M 0s 8600K .......... .......... .......... .......... .......... 80% 114M 0s 8650K .......... .......... .......... .......... .......... 80% 91.0M 0s 8700K .......... .......... .......... .......... .......... 81% 90.1M 0s 8750K .......... .......... .......... .......... .......... 81% 96.6M 0s 8800K .......... .......... .......... .......... .......... 82% 93.8M 0s 8850K .......... .......... .......... .......... .......... 82% 113M 0s 8900K .......... .......... .......... .......... .......... 83% 95.0M 0s 8950K .......... .......... .......... .......... .......... 83% 100M 0s 9000K .......... .......... .......... .......... .......... 84% 91.4M 0s 9050K .......... .......... .......... .......... .......... 84% 102M 0s 9100K .......... .......... .......... .......... .......... 85% 135M 0s 9150K .......... .......... .......... .......... .......... 85% 82.1M 0s 9200K .......... .......... .......... .......... .......... 86% 117M 0s 9250K .......... .......... .......... .......... .......... 86% 87.8M 0s 9300K .......... .......... .......... .......... .......... 86% 81.3M 0s 9350K .......... .......... .......... .......... .......... 87% 114M 0s 9400K .......... .......... .......... .......... .......... 87% 72.9M 0s 9450K .......... .......... .......... .......... .......... 88% 103M 0s 9500K .......... .......... .......... .......... .......... 88% 93.7M 0s 9550K .......... .......... .......... .......... .......... 89% 105M 0s 9600K .......... .......... .......... .......... .......... 89% 94.3M 0s 9650K .......... .......... .......... .......... .......... 90% 99.7M 0s 9700K .......... .......... .......... .......... .......... 90% 105M 0s 9750K .......... .......... .......... .......... .......... 91% 58.8M 0s 9800K .......... .......... .......... .......... .......... 91% 147M 0s 9850K .......... .......... .......... .......... .......... 92% 131M 0s 9900K .......... .......... .......... .......... .......... 92% 103M 0s 9950K .......... .......... .......... .......... .......... 93% 74.4M 0s 10000K .......... .......... .......... .......... .......... 93% 86.9M 0s 10050K .......... .......... .......... .......... .......... 93% 126M 0s 10100K .......... .......... .......... .......... .......... 94% 87.3M 0s 10150K .......... .......... .......... .......... .......... 94% 128M 0s 10200K .......... .......... .......... .......... .......... 95% 78.6M 0s 10250K .......... .......... .......... .......... .......... 95% 123M 0s 10300K .......... .......... .......... .......... .......... 96% 86.2M 0s 10350K .......... .......... .......... .......... .......... 96% 81.8M 0s 10400K .......... .......... .......... .......... .......... 97% 108M 0s 10450K .......... .......... .......... .......... .......... 97% 89.8M 0s 10500K .......... .......... .......... .......... .......... 98% 134M 0s 10550K .......... .......... .......... .......... .......... 98% 88.3M 0s 10600K .......... .......... .......... .......... .......... 99% 117M 0s 10650K .......... .......... .......... .......... .......... 99% 82.8M 0s 10700K .......... .......... .......... .......... .......... 99% 135M 0s 10750K . 100% 3.16T=0.1s 2022-12-29 08:49:32 (84.3 MB/s) - '/tmp/instance-3/output-1/build/.go1.4-bootstrap-20171003.tar.gz.gMqtB5/output' saved [11009739/11009739] go1.4-bootstrap-20171003.tar.gz: OK (sha256: f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52) >>> host-go-bootstrap 1.4-bootstrap-20171003 Extracting gzip -d -c /tmp/instance-3/dl/go-bootstrap/go1.4-bootstrap-20171003.tar.gz | tar --strip-components=1 -C /tmp/instance-3/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003 -xf - >>> host-go-bootstrap 1.4-bootstrap-20171003 Patching >>> host-go-bootstrap 1.4-bootstrap-20171003 Configuring >>> host-go-bootstrap 1.4-bootstrap-20171003 Building cd /tmp/instance-3/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/src && GOOS=linux GOROOT_FINAL="/tmp/instance-3/output-1/host/lib/go-1.4-bootstrap-20171003" GOROOT="/tmp/instance-3/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003" GOBIN="/tmp/instance-3/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/bin" CC=/usr/bin/gcc CGO_ENABLED=0 ./make.bash # Building C bootstrap tool. cmd/dist go tool dist: mkdtemp(/var/tmp/go-cbuild-n25TQ0): Permission denied make: *** [package/pkg-generic.mk:293: /tmp/instance-3/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/.stamp_built] Error 1 make: Leaving directory '/tmp/instance-3/buildroot'