| ^~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzcfw.c:93:2: warning: '%s' directive argument is null [-Wformat-overflow=] 93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94 | progname, ## __VA_ARGS__ ); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzcfw.c:216:3: note: in expansion of macro 'ERR' 216 | ERR("no rootfs image specified"); | ^~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzcfw.c:93:2: warning: '%s' directive argument is null [-Wformat-overflow=] 93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94 | progname, ## __VA_ARGS__ ); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzcfw.c:211:3: note: in expansion of macro 'ERR' 211 | ERR("kernel image is too big"); | ^~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzcfw.c:93:2: warning: '%s' directive argument is null [-Wformat-overflow=] 93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94 | progname, ## __VA_ARGS__ ); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzcfw.c:202:3: note: in expansion of macro 'ERR' 202 | ERR("no kernel image specified"); | ^~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzcfw.c:93:2: warning: '%s' directive argument is null [-Wformat-overflow=] 93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94 | progname, ## __VA_ARGS__ ); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzcfw.c:197:3: note: in expansion of macro 'ERR' 197 | ERR("unknown/unsupported board id \"%s\"", board_id); | ^~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzcfw.c:93:2: warning: '%s' directive argument is null [-Wformat-overflow=] 93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94 | progname, ## __VA_ARGS__ ); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzcfw.c:191:3: note: in expansion of macro 'ERR' 191 | ERR("no board specified"); | ^~~ [ 67%] Building C object CMakeFiles/mkzcfw.dir/src/cyg_crc32.c.o [ 67%] Linking C executable mkzcfw [ 67%] Built target mkzcfw [ 68%] Building C object CMakeFiles/mkzynfw.dir/src/mkzynfw.c.o /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzynfw.c: In function 'write_out_image': /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzynfw.c:833:19: warning: taking address of packed member of 'struct zyn_rombin_hdr' may result in an unaligned pointer value [-Waddress-of-packed-member] 833 | res = read_magic(&hdr.ocsum); | ^~~~~~~~~~ [ 68%] Linking C executable mkzynfw [ 68%] Built target mkzynfw [ 69%] Building C object CMakeFiles/mkzyxelzldfw.dir/src/mkzyxelzldfw.c.o /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzyxelzldfw.c: In function 'main': /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzyxelzldfw.c:803:2: warning: 'strncpy' output may be truncated copying 31 bytes from a string of length 31 [-Wstringop-truncation] 803 | strncpy(fw.kernel_header.model_name, fw.header.model_name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 804 | sizeof(fw.kernel_header.model_name) - 1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzyxelzldfw.c:805:2: warning: 'strncpy' output may be truncated copying 31 bytes from a string of length 31 [-Wstringop-truncation] 805 | strncpy(fw.kernel_header.capwap_version, fw.header.capwap_version, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 806 | sizeof(fw.kernel_header.capwap_version) - 1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzyxelzldfw.c:466:13: warning: 'kernel_offset' may be used uninitialized in this function [-Wmaybe-uninitialized] 466 | checksum = checksum_calculate(fp, kernel_offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/mkzyxelzldfw.c:395:33: note: 'kernel_offset' was declared here 395 | size_t file_size, file_offset, kernel_offset; | ^~~~~~~~~~~~~ [ 69%] Building C object CMakeFiles/mkzyxelzldfw.dir/src/md5.c.o [ 70%] Linking C executable mkzyxelzldfw [ 70%] Built target mkzyxelzldfw [ 70%] Building C object CMakeFiles/motorola-bin.dir/src/motorola-bin.c.o [ 71%] Linking C executable motorola-bin [ 71%] Built target motorola-bin [ 71%] Building C object CMakeFiles/nand_ecc.dir/src/nand_ecc.c.o [ 72%] Linking C executable nand_ecc [ 72%] Built target nand_ecc [ 73%] Building C object CMakeFiles/nec-enc.dir/src/nec-enc.c.o [ 73%] Linking C executable nec-enc [ 73%] Built target nec-enc [ 74%] Building C object CMakeFiles/osbridge-crc.dir/src/osbridge-crc.c.o [ 74%] Linking C executable osbridge-crc [ 74%] Built target osbridge-crc [ 75%] Building C object CMakeFiles/oseama.dir/src/oseama.c.o [ 75%] Building C object CMakeFiles/oseama.dir/src/md5.c.o [ 76%] Linking C executable oseama [ 76%] Built target oseama [ 76%] Building C object CMakeFiles/otrx.dir/src/otrx.c.o [ 77%] Linking C executable otrx [ 77%] Built target otrx [ 78%] Building C object CMakeFiles/pc1crypt.dir/src/pc1crypt.c.o /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/pc1crypt.c: In function 'pc1_init': /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/pc1crypt.c:167:12: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] 167 | strcpy(pc1->cle, "Remsaalps!123456"); | ~~~^~~~~ | | | unsigned char * In file included from /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/pc1crypt.c:18: /usr/include/string.h:122:39: note: expected 'char * restrict' but argument is of type 'unsigned char *' 122 | extern char *strcpy (char *__restrict __dest, const char *__restrict __src) | ~~~~~~~~~~~~~~~~~^~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/pc1crypt.c: In function 'main': /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/pc1crypt.c:322:26: warning: pointer targets in passing argument 2 of 'pc1_decrypt_buf' differ in signedness [-Wpointer-sign] 322 | pc1_decrypt_buf(&pc1, buf, datalen); | ^~~ | | | char * /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/pc1crypt.c:170:65: note: expected 'unsigned char *' but argument is of type 'char *' 170 | static void pc1_decrypt_buf(struct pc1_ctx *pc1, unsigned char *buf, | ~~~~~~~~~~~~~~~^~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/pc1crypt.c:324:26: warning: pointer targets in passing argument 2 of 'pc1_encrypt_buf' differ in signedness [-Wpointer-sign] 324 | pc1_encrypt_buf(&pc1, buf, datalen); | ^~~ | | | char * /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/pc1crypt.c:179:65: note: expected 'unsigned char *' but argument is of type 'char *' 179 | static void pc1_encrypt_buf(struct pc1_ctx *pc1, unsigned char *buf, | ~~~~~~~~~~~~~~~^~~ [ 78%] Linking C executable pc1crypt [ 78%] Built target pc1crypt [ 79%] Building C object CMakeFiles/ptgen.dir/src/ptgen.c.o [ 79%] Building C object CMakeFiles/ptgen.dir/src/cyg_crc32.c.o [ 80%] Linking C executable ptgen [ 80%] Built target ptgen [ 80%] Building C object CMakeFiles/seama.dir/src/seama.c.o [ 81%] Building C object CMakeFiles/seama.dir/src/md5.c.o [ 81%] Linking C executable seama [ 81%] Built target seama [ 82%] Building C object CMakeFiles/sign_dlink_ru.dir/src/sign_dlink_ru.c.o [ 82%] Building C object CMakeFiles/sign_dlink_ru.dir/src/md5.c.o [ 83%] Linking C executable sign_dlink_ru [ 83%] Built target sign_dlink_ru [ 84%] Building C object CMakeFiles/spw303v.dir/src/spw303v.c.o [ 84%] Linking C executable spw303v [ 84%] Built target spw303v [ 85%] Building C object CMakeFiles/srec2bin.dir/src/srec2bin.c.o /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/srec2bin.c: In function 'checksum': /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/srec2bin.c:297:7: warning: variable 'dum' set but not used [-Wunused-but-set-variable] 297 | int dum; | ^~~ [ 85%] Linking C executable srec2bin [ 85%] Built target srec2bin [ 86%] Building C object CMakeFiles/tplink-safeloader.dir/src/tplink-safeloader.c.o [ 86%] Building C object CMakeFiles/tplink-safeloader.dir/src/md5.c.o [ 87%] Linking C executable tplink-safeloader [ 87%] Built target tplink-safeloader [ 87%] Building C object CMakeFiles/trx.dir/src/trx.c.o [ 88%] Linking C executable trx [ 88%] Built target trx [ 89%] Building C object CMakeFiles/trx2edips.dir/src/trx2edips.c.o [ 89%] Linking C executable trx2edips [ 89%] Built target trx2edips [ 90%] Building C object CMakeFiles/trx2usr.dir/src/trx2usr.c.o [ 90%] Linking C executable trx2usr [ 90%] Built target trx2usr [ 91%] Building C object CMakeFiles/uimage_padhdr.dir/src/uimage_padhdr.c.o [ 91%] Linking C executable uimage_padhdr [ 91%] Built target uimage_padhdr [ 92%] Building C object CMakeFiles/uimage_sgehdr.dir/src/uimage_sgehdr.c.o /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/uimage_sgehdr.c: In function 'main': /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/uimage_sgehdr.c:152:14: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 152 | strncpy(imgh->sgeih_p, model, sizeof(imgh->sgeih_p)); | ~~~~^~~~~~~~~ | | | uint8_t * {aka unsigned char *} In file included from /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/uimage_sgehdr.c:13: /usr/include/string.h:125:40: note: expected 'char * restrict' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 125 | extern char *strncpy (char *__restrict __dest, | ~~~~~~~~~~~~~~~~~^~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/uimage_sgehdr.c:153:14: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 153 | strncpy(imgh->sgeih_sv, sversion, sizeof(imgh->sgeih_sv)); | ~~~~^~~~~~~~~~ | | | uint8_t * {aka unsigned char *} In file included from /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/uimage_sgehdr.c:13: /usr/include/string.h:125:40: note: expected 'char * restrict' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 125 | extern char *strncpy (char *__restrict __dest, | ~~~~~~~~~~~~~~~~~^~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/uimage_sgehdr.c:154:14: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 154 | strncpy(imgh->sgeih_hv, hversion, sizeof(imgh->sgeih_hv)); | ~~~~^~~~~~~~~~ | | | uint8_t * {aka unsigned char *} In file included from /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/uimage_sgehdr.c:13: /usr/include/string.h:125:40: note: expected 'char * restrict' but argument is of type 'uint8_t *' {aka 'unsigned char *'} 125 | extern char *strncpy (char *__restrict __dest, | ~~~~~~~~~~~~~~~~~^~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/uimage_sgehdr.c:76:6: warning: unused variable 'ltmp' [-Wunused-variable] 76 | int ltmp; | ^~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/uimage_sgehdr.c:152:2: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 152 | strncpy(imgh->sgeih_p, model, sizeof(imgh->sgeih_p)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/uimage_sgehdr.c:153:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 153 | strncpy(imgh->sgeih_sv, sversion, sizeof(imgh->sgeih_sv)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/uimage_sgehdr.c:154:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 154 | strncpy(imgh->sgeih_hv, hversion, sizeof(imgh->sgeih_hv)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 92%] Linking C executable uimage_sgehdr [ 92%] Built target uimage_sgehdr [ 93%] Building C object CMakeFiles/wrt400n.dir/src/wrt400n.c.o [ 93%] Building C object CMakeFiles/wrt400n.dir/src/cyg_crc32.c.o [ 94%] Linking C executable wrt400n [ 94%] Built target wrt400n [ 95%] Building C object CMakeFiles/xiaomifw.dir/src/xiaomifw.c.o In function 'xiaomifw_create_append_file', inlined from 'xiaomifw_create' at /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/xiaomifw.c:620:12: /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/xiaomifw.c:477:4: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 477 | strncpy(header.name, p, sizeof(header.name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/src/xiaomifw.c:477:4: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] [ 95%] Linking C executable xiaomifw [ 95%] Built target xiaomifw [ 96%] Building C object CMakeFiles/xorimage.dir/src/xorimage.c.o [ 96%] Linking C executable xorimage [ 96%] Built target xorimage [ 97%] Building C object CMakeFiles/zyimage.dir/src/zyimage.c.o [ 97%] Linking C executable zyimage [ 97%] Built target zyimage [ 98%] Building C object CMakeFiles/zytrx.dir/src/zytrx.c.o [ 98%] Linking C executable zytrx [ 98%] Built target zytrx [ 99%] Building C object CMakeFiles/zyxbcm.dir/src/zyxbcm.c.o [100%] Linking C executable zyxbcm [100%] Built target zyxbcm make[1]: Leaving directory '/tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4' >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Installing to host directory PATH="/tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin:/tmp/instance-11/output-1/per-package/host-firmware-utils/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-11/output-1/per-package/host-firmware-utils/host/lib/pkgconfig:/tmp/instance-11/output-1/per-package/host-firmware-utils/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4/ make[1]: Entering directory '/tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4' Consolidate compiler generated dependencies of target add_header [ 1%] Built target add_header Consolidate compiler generated dependencies of target addpattern [ 2%] Built target addpattern Consolidate compiler generated dependencies of target asustrx [ 3%] Built target asustrx Consolidate compiler generated dependencies of target bcm4908asus [ 4%] Built target bcm4908asus Consolidate compiler generated dependencies of target bcm4908kernel [ 5%] Built target bcm4908kernel Consolidate compiler generated dependencies of target buffalo-enc [ 7%] Built target buffalo-enc Consolidate compiler generated dependencies of target buffalo-tag [ 8%] Built target buffalo-tag Consolidate compiler generated dependencies of target buffalo-tftp [ 10%] Built target buffalo-tftp Consolidate compiler generated dependencies of target dgfirmware [ 11%] Built target dgfirmware Consolidate compiler generated dependencies of target dgn3500sum [ 12%] Built target dgn3500sum Consolidate compiler generated dependencies of target dns313-header [ 13%] Built target dns313-header Consolidate compiler generated dependencies of target edimax_fw_header [ 14%] Built target edimax_fw_header Consolidate compiler generated dependencies of target encode_crc [ 15%] Built target encode_crc Consolidate compiler generated dependencies of target fix-u-media-header [ 17%] Built target fix-u-media-header Consolidate compiler generated dependencies of target hcsmakeimage [ 19%] Built target hcsmakeimage Consolidate compiler generated dependencies of target imagetag [ 21%] Built target imagetag Consolidate compiler generated dependencies of target jcgimage [ 22%] Built target jcgimage Consolidate compiler generated dependencies of target lxlfw [ 23%] Built target lxlfw Consolidate compiler generated dependencies of target lzma2eva [ 24%] Built target lzma2eva Consolidate compiler generated dependencies of target makeamitbin [ 25%] Built target makeamitbin Consolidate compiler generated dependencies of target mkbrncmdline [ 26%] Built target mkbrncmdline Consolidate compiler generated dependencies of target mkbrnimg [ 28%] Built target mkbrnimg Consolidate compiler generated dependencies of target mkbuffaloimg [ 29%] Built target mkbuffaloimg Consolidate compiler generated dependencies of target mkcameofw [ 30%] Built target mkcameofw Consolidate compiler generated dependencies of target mkcasfw [ 31%] Built target mkcasfw Consolidate compiler generated dependencies of target mkchkimg [ 32%] Built target mkchkimg Consolidate compiler generated dependencies of target mkcsysimg [ 33%] Built target mkcsysimg Consolidate compiler generated dependencies of target mkdapimg [ 34%] Built target mkdapimg Consolidate compiler generated dependencies of target mkdapimg2 [ 35%] Built target mkdapimg2 Consolidate compiler generated dependencies of target mkdhpimg [ 37%] Built target mkdhpimg Consolidate compiler generated dependencies of target mkdlinkfw [ 39%] Built target mkdlinkfw Consolidate compiler generated dependencies of target mkdniimg [ 40%] Built target mkdniimg Consolidate compiler generated dependencies of target mkedimaximg [ 41%] Built target mkedimaximg Consolidate compiler generated dependencies of target mkfwimage [ 42%] Built target mkfwimage Consolidate compiler generated dependencies of target mkfwimage2 [ 43%] Built target mkfwimage2 Consolidate compiler generated dependencies of target mkheader_gemtek [ 44%] Built target mkheader_gemtek Consolidate compiler generated dependencies of target mkhilinkfw [ 45%] Built target mkhilinkfw Consolidate compiler generated dependencies of target mkmerakifw [ 47%] Built target mkmerakifw Consolidate compiler generated dependencies of target mkmerakifw-old [ 48%] Built target mkmerakifw-old Consolidate compiler generated dependencies of target mkmylofw [ 49%] Built target mkmylofw Consolidate compiler generated dependencies of target mkplanexfw [ 51%] Built target mkplanexfw Consolidate compiler generated dependencies of target mkporayfw [ 52%] Built target mkporayfw Consolidate compiler generated dependencies of target mkrasimage [ 53%] Built target mkrasimage Consolidate compiler generated dependencies of target mkrtn56uimg [ 54%] Built target mkrtn56uimg Consolidate compiler generated dependencies of target mksenaofw [ 56%] Built target mksenaofw Consolidate compiler generated dependencies of target mksercommfw [ 57%] Built target mksercommfw Consolidate compiler generated dependencies of target mktitanimg [ 58%] Built target mktitanimg Consolidate compiler generated dependencies of target mktplinkfw [ 60%] Built target mktplinkfw Consolidate compiler generated dependencies of target mktplinkfw2 [ 62%] Built target mktplinkfw2 Consolidate compiler generated dependencies of target mkwrggimg [ 64%] Built target mkwrggimg Consolidate compiler generated dependencies of target mkwrgimg [ 65%] Built target mkwrgimg Consolidate compiler generated dependencies of target mkzcfw [ 67%] Built target mkzcfw Consolidate compiler generated dependencies of target mkzynfw [ 68%] Built target mkzynfw Consolidate compiler generated dependencies of target mkzyxelzldfw [ 70%] Built target mkzyxelzldfw Consolidate compiler generated dependencies of target motorola-bin [ 71%] Built target motorola-bin Consolidate compiler generated dependencies of target nand_ecc [ 72%] Built target nand_ecc Consolidate compiler generated dependencies of target nec-enc [ 73%] Built target nec-enc Consolidate compiler generated dependencies of target osbridge-crc [ 74%] Built target osbridge-crc Consolidate compiler generated dependencies of target oseama [ 76%] Built target oseama Consolidate compiler generated dependencies of target otrx [ 77%] Built target otrx Consolidate compiler generated dependencies of target pc1crypt [ 78%] Built target pc1crypt Consolidate compiler generated dependencies of target ptgen [ 80%] Built target ptgen Consolidate compiler generated dependencies of target seama [ 81%] Built target seama Consolidate compiler generated dependencies of target sign_dlink_ru [ 83%] Built target sign_dlink_ru Consolidate compiler generated dependencies of target spw303v [ 84%] Built target spw303v Consolidate compiler generated dependencies of target srec2bin [ 85%] Built target srec2bin Consolidate compiler generated dependencies of target tplink-safeloader [ 87%] Built target tplink-safeloader Consolidate compiler generated dependencies of target trx [ 88%] Built target trx Consolidate compiler generated dependencies of target trx2edips [ 89%] Built target trx2edips Consolidate compiler generated dependencies of target trx2usr [ 90%] Built target trx2usr Consolidate compiler generated dependencies of target uimage_padhdr [ 91%] Built target uimage_padhdr Consolidate compiler generated dependencies of target uimage_sgehdr [ 92%] Built target uimage_sgehdr Consolidate compiler generated dependencies of target wrt400n [ 94%] Built target wrt400n Consolidate compiler generated dependencies of target xiaomifw [ 95%] Built target xiaomifw Consolidate compiler generated dependencies of target xorimage [ 96%] Built target xorimage Consolidate compiler generated dependencies of target zyimage [ 97%] Built target zyimage Consolidate compiler generated dependencies of target zytrx [ 98%] Built target zytrx Consolidate compiler generated dependencies of target zyxbcm [100%] Built target zyxbcm Install the project... -- Install configuration: "" -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/add_header -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/addpattern -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/asustrx -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/bcm4908asus -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/bcm4908kernel -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/buffalo-enc -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/buffalo-tag -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/buffalo-tftp -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/dgfirmware -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/dgn3500sum -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/dns313-header -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/edimax_fw_header -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/encode_crc -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/fix-u-media-header -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/hcsmakeimage -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/imagetag -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/jcgimage -- Set runtime path of "/tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/jcgimage" to "" -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/lxlfw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/lzma2eva -- Set runtime path of "/tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/lzma2eva" to "" -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/makeamitbin -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkbrncmdline -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkbrnimg -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkbuffaloimg -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkcameofw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkcasfw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkchkimg -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkcsysimg -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkdapimg -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkdapimg2 -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkdhpimg -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkdlinkfw -- Set runtime path of "/tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkdlinkfw" to "" -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkdniimg -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkedimaximg -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkfwimage -- Set runtime path of "/tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkfwimage" to "" -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkfwimage2 -- Set runtime path of "/tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkfwimage2" to "" -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkheader_gemtek -- Set runtime path of "/tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkheader_gemtek" to "" -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkhilinkfw -- Set runtime path of "/tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkhilinkfw" to "" -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkmerakifw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkmerakifw-old -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkmylofw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkplanexfw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkporayfw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkrasimage -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkrtn56uimg -- Set runtime path of "/tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkrtn56uimg" to "" -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mksenaofw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mksercommfw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mktitanimg -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mktplinkfw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mktplinkfw2 -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkwrggimg -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkwrgimg -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkzcfw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkzynfw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/mkzyxelzldfw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/motorola-bin -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/nand_ecc -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/nec-enc -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/osbridge-crc -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/oseama -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/otrx -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/pc1crypt -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/ptgen -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/seama -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/sign_dlink_ru -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/spw303v -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/srec2bin -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/tplink-safeloader -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/trx -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/trx2edips -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/trx2usr -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/uimage_padhdr -- Set runtime path of "/tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/uimage_padhdr" to "" -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/uimage_sgehdr -- Set runtime path of "/tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/uimage_sgehdr" to "" -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/wrt400n -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/xiaomifw -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/xorimage -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/zyimage -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/zytrx -- Installing: /tmp/instance-11/output-1/per-package/host-firmware-utils/host/bin/zyxbcm make[1]: Leaving directory '/tmp/instance-11/output-1/build/host-firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4' mkdir -p /tmp/instance-11/output-1/per-package/host-go-bootstrap/host mkdir -p /tmp/instance-11/output-1/per-package/host-go-bootstrap/target go1.4-bootstrap-20171003.tar.gz: OK (sha256: f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52) >>> host-go-bootstrap 1.4-bootstrap-20171003 Extracting mkdir -p /tmp/instance-11/output-1/per-package/host-go-bootstrap/host mkdir -p /tmp/instance-11/output-1/per-package/host-go-bootstrap/target gzip -d -c /tmp/instance-11/dl/go-bootstrap/go1.4-bootstrap-20171003.tar.gz | tar --strip-components=1 -C /tmp/instance-11/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 mkdir -p /tmp/instance-11/output-1/per-package/host-go-bootstrap/host rsync -a --link-dest=/tmp/instance-11/output-1/per-package/host-skeleton/host/ /tmp/instance-11/output-1/per-package/host-skeleton/host/ /tmp/instance-11/output-1/per-package/host-go-bootstrap/host rsync -a --link-dest=/tmp/instance-11/output-1/per-package/toolchain/host/ /tmp/instance-11/output-1/per-package/toolchain/host/ /tmp/instance-11/output-1/per-package/host-go-bootstrap/host mkdir -p /tmp/instance-11/output-1/per-package/host-go-bootstrap/target rsync -a --link-dest=/tmp/instance-11/output-1/per-package/host-skeleton/target/ /tmp/instance-11/output-1/per-package/host-skeleton/target/ /tmp/instance-11/output-1/per-package/host-go-bootstrap/target rsync -a --link-dest=/tmp/instance-11/output-1/per-package/toolchain/target/ /tmp/instance-11/output-1/per-package/toolchain/target/ /tmp/instance-11/output-1/per-package/host-go-bootstrap/target >>> host-go-bootstrap 1.4-bootstrap-20171003 Building cd /tmp/instance-11/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/src && GOOS=linux GOROOT_FINAL="/tmp/instance-11/output-1/per-package/host-go-bootstrap/host/lib/go-1.4-bootstrap-20171003" GOROOT="/tmp/instance-11/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003" GOBIN="/tmp/instance-11/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-Yu243S): No space left on device make: *** [package/pkg-generic.mk:293: /tmp/instance-11/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/.stamp_built] Error 1 make: Leaving directory '/tmp/instance-11/buildroot'