| ^~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2511:3: note: declared here 2511 | CURLFORM_CONTENTHEADER CURL_DEPRECATED(7.56.0, "Use curl_mime_headers()"), | ^~~~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:338:5: warning: 'CURL_FORMADD_MEMORY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 338 | return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_FORM, CURL_FORMADD_MEMORY); | ^~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2548:3: note: declared here 2548 | CURL_FORMADD_MEMORY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:343:3: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 343 | code = curl_formadd(&p->post, &p->last, | ^~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2570:1: note: declared here 2570 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ src/lchttppost.c:344:5: warning: 'CURLFORM_PTRNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 344 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2496:3: note: declared here 2496 | CURLFORM_PTRNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~ src/lchttppost.c:344:5: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 344 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2497:3: note: declared here 2497 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:345:5: warning: 'CURLFORM_STREAM' is deprecated: since 7.56.0. Use curl_mime_data_cb() [-Wdeprecated-declarations] 345 | CURLFORM_STREAM, stream, LCURL_FORM_CONTENTLEN, (LCURL_LEN_TYPE)len, | ^~~~~~~~~~~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2516:3: note: declared here 2516 | CURLFORM_STREAM CURL_DEPRECATED(7.56.0, "Use curl_mime_data_cb()"), | ^~~~~~~~~~~~~~~ src/lchttppost.c:345:5: warning: 'CURLFORM_CONTENTLEN' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 345 | CURLFORM_STREAM, stream, LCURL_FORM_CONTENTLEN, (LCURL_LEN_TYPE)len, | ^~~~~~~~~~~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2517:3: note: declared here 2517 | CURLFORM_CONTENTLEN /* added in 7.46.0, provide a curl_off_t length */ | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:346:5: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 346 | CURLFORM_ARRAY, forms, | ^~~~~~~~~~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2502:3: note: declared here 2502 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~ src/lchttppost.c:350:3: warning: 'CURL_FORMADD_OK' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 350 | if(code != CURL_FORMADD_OK){ | ^~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2546:3: note: declared here 2546 | CURL_FORMADD_OK CURL_DEPRECATED(7.56.0, ""), /* 1st, no error */ | ^~~~~~~~~~~~~~~ src/lchttppost.c: In function 'lcurl_hpost_add_files': src/lchttppost.c:373:5: warning: 'CURL_FORMADD_ILLEGAL_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 373 | return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_FORM, CURL_FORMADD_ILLEGAL_ARRAY); | ^~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2553:3: note: declared here 2553 | CURL_FORMADD_ILLEGAL_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:382:7: warning: 'CURL_FORMADD_ILLEGAL_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 382 | return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_FORM, CURL_FORMADD_ILLEGAL_ARRAY); | ^~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2553:3: note: declared here 2553 | CURL_FORMADD_ILLEGAL_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:391:7: warning: 'CURL_FORMADD_ILLEGAL_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 391 | return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_FORM, CURL_FORMADD_ILLEGAL_ARRAY); | ^~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2553:3: note: declared here 2553 | CURL_FORMADD_ILLEGAL_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:404:5: warning: 'CURL_FORMADD_MEMORY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 404 | return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_FORM, CURL_FORMADD_MEMORY); | ^~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2548:3: note: declared here 2548 | CURL_FORMADD_MEMORY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:414:7: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] 414 | forms[opt_count].option = CURLFORM_FILE; forms[opt_count++].value = luaL_checkstring(L, -1); | ^~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2504:3: note: declared here 2504 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), | ^~~~~~~~~~~~~ src/lchttppost.c:419:7: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] 419 | forms[opt_count].option = CURLFORM_FILE; forms[opt_count++].value = luaL_checkstring(L, -1); | ^~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2504:3: note: declared here 2504 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), | ^~~~~~~~~~~~~ src/lchttppost.c:423:9: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 423 | forms[opt_count].option = CURLFORM_CONTENTTYPE; forms[opt_count++].value = luaL_checkstring(L, -1); | ^~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2510:3: note: declared here 2510 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:428:9: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 428 | forms[opt_count].option = CURLFORM_FILENAME; forms[opt_count++].value = luaL_checkstring(L, -1); | ^~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2512:3: note: declared here 2512 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~~~ src/lchttppost.c:436:3: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 436 | code = curl_formadd(&p->post, &p->last, | ^~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2570:1: note: declared here 2570 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ src/lchttppost.c:437:5: warning: 'CURLFORM_PTRNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 437 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2496:3: note: declared here 2496 | CURLFORM_PTRNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~ src/lchttppost.c:437:5: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 437 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2497:3: note: declared here 2497 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:438:5: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 438 | CURLFORM_ARRAY, forms, | ^~~~~~~~~~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2502:3: note: declared here 2502 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~ src/lchttppost.c:443:3: warning: 'CURL_FORMADD_OK' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 443 | if(code != CURL_FORMADD_OK){ | ^~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2546:3: note: declared here 2546 | CURL_FORMADD_OK CURL_DEPRECATED(7.56.0, ""), /* 1st, no error */ | ^~~~~~~~~~~~~~~ src/lchttppost.c: In function 'lcurl_hpost_get': src/lchttppost.c:507:5: warning: 'curl_formget' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 507 | code = curl_formget(p->post, &b, lcurl_hpost_getter_by_buffer); | ^~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2596:1: note: declared here 2596 | curl_formget(struct curl_httppost *form, void *arg, | ^~~~~~~~~~~~ src/lchttppost.c:519:7: warning: 'curl_formget' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 519 | code = curl_formget(p->post, L, lcurl_hpost_getter_by_callback1); | ^~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2596:1: note: declared here 2596 | curl_formget(struct curl_httppost *form, void *arg, | ^~~~~~~~~~~~ src/lchttppost.c:524:7: warning: 'curl_formget' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 524 | code = curl_formget(p->post, L, lcurl_hpost_getter_by_callback2); | ^~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2596:1: note: declared here 2596 | curl_formget(struct curl_httppost *form, void *arg, | ^~~~~~~~~~~~ src/lchttppost.c:534:5: warning: 'curl_formget' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 534 | code = curl_formget(p->post, L, lcurl_hpost_getter_by_callback2); | ^~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2596:1: note: declared here 2596 | curl_formget(struct curl_httppost *form, void *arg, | ^~~~~~~~~~~~ src/lchttppost.c: In function 'lcurl_hpost_free': src/lchttppost.c:559:5: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] 559 | curl_formfree(p->post); | ^~~~~~~~~~~~~ In file included from src/lcurl.h:15, from src/lchttppost.c:11: /tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:2606:1: note: declared here 2606 | curl_formfree(struct curl_httppost *form); | ^~~~~~~~~~~~~ src/lcutils.c: In function 'lcurl_opt_os_socket': src/lcutils.c:358:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 358 | return (curl_socket_t)lua_touserdata(L, idx); | ^ /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/l52util.c -o src/l52util.o -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/lceasy.c -o src/lceasy.o -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/lcerror.c -o src/lcerror.o -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/lchttppost.c -o src/lchttppost.o -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/lcurl.c -o src/lcurl.o -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/lcutils.c -o src/lcutils.o -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/lcmulti.c -o src/lcmulti.o -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/lcshare.c -o src/lcshare.o -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/lcmime.c -o src/lcmime.o -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/lcurlapi.c -o src/lcurlapi.o -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -shared -o lcurl.so src/l52util.o src/lceasy.o src/lcerror.o src/lchttppost.o src/lcurl.o src/lcutils.o src/lcmulti.o src/lcshare.o src/lcmime.o src/lcurlapi.o -L/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib -lcurl lua-curl 0.3.13-1 is now installed in /tmp/instance-3/output-1/target/usr (license: MIT/X11) Missing dependencies for copas 2.0.2-1: luasocket >= 2.1 (not installed) coxpcall >= 1.14 (not installed) >>> lua-silva 0.1.8-1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-3/output-1/build/.lua-silva-0.1.8-1.src.rock.o7LGZI/output' 'http://rocks.moonscript.org/lua-silva-0.1.8-1.src.rock' --2022-12-25 01:04:50-- http://rocks.moonscript.org/lua-silva-0.1.8-1.src.rock Resolving rocks.moonscript.org (rocks.moonscript.org)... 45.33.61.132 Connecting to rocks.moonscript.org (rocks.moonscript.org)|45.33.61.132|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 13780 (13K) [application/x-rock] Saving to: '/tmp/instance-3/output-1/build/.lua-silva-0.1.8-1.src.rock.o7LGZI/output' 0K .......... ... 100% 483K=0.03s 2022-12-25 01:04:50 (483 KB/s) - '/tmp/instance-3/output-1/build/.lua-silva-0.1.8-1.src.rock.o7LGZI/output' saved [13780/13780] lua-silva-0.1.8-1.src.rock: OK (sha256: 0e656c42c71b64285d4a375fa7b8b1a910b05c4ab6d30f5b427b078fff204e1f) >>> lua-silva 0.1.8-1 Extracting mkdir -p /tmp/instance-3/output-1/build/lua-silva-0.1.8-1/luarocks-extract cd /tmp/instance-3/output-1/build/lua-silva-0.1.8-1/luarocks-extract && /tmp/instance-3/output-1/host/bin/luarocks unpack --force /tmp/instance-3/dl/lua-silva/lua-silva-0.1.8-1.src.rock Done. You may now enter directory lua-silva-0.1.8-1/lua-Silva-0.1.8 and type 'luarocks make' to build. mv /tmp/instance-3/output-1/build/lua-silva-0.1.8-1/luarocks-extract/*/* /tmp/instance-3/output-1/build/lua-silva-0.1.8-1 >>> lua-silva 0.1.8-1 Patching >>> lua-silva 0.1.8-1 Configuring >>> lua-silva 0.1.8-1 Building >>> lua-silva 0.1.8-1 Installing to target cd /tmp/instance-3/output-1/build/lua-silva-0.1.8-1/lua-Silva-0.1.8 && LUAROCKS_CONFIG=/tmp/instance-3/output-1/host/etc/luarocks/config.lua /tmp/instance-3/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/tmp/instance-3/output-1/target/usr" DEPS_DIR="/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr" LUA_INCDIR="/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include" LUA_LIBDIR="/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib" CC=/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc LD=/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC" LIBFLAG="-shared " lua-silva-0.1.8-1.rockspec lua-silva 0.1.8-1 is now installed in /tmp/instance-3/output-1/target/usr (license: MIT/X11) Missing dependencies for copas 2.0.2-1: luasocket >= 2.1 (not installed) coxpcall >= 1.14 (not installed) luafilesystem-1.8.0-1.src.rock: OK (sha256: 576270a55752894254c2cba0d49d73595d37ec4ea8a75e557fdae7aff80e19cf) >>> luafilesystem 1.8.0-1 Extracting mkdir -p /tmp/instance-3/output-1/build/luafilesystem-1.8.0-1/luarocks-extract cd /tmp/instance-3/output-1/build/luafilesystem-1.8.0-1/luarocks-extract && /tmp/instance-3/output-1/host/bin/luarocks unpack --force /tmp/instance-3/dl/luafilesystem/luafilesystem-1.8.0-1.src.rock Done. You may now enter directory luafilesystem-1.8.0-1/luafilesystem and type 'luarocks make' to build. mv /tmp/instance-3/output-1/build/luafilesystem-1.8.0-1/luarocks-extract/*/* /tmp/instance-3/output-1/build/luafilesystem-1.8.0-1 >>> luafilesystem 1.8.0-1 Patching >>> luafilesystem 1.8.0-1 Configuring >>> luafilesystem 1.8.0-1 Building >>> luafilesystem 1.8.0-1 Installing to target cd /tmp/instance-3/output-1/build/luafilesystem-1.8.0-1/luafilesystem && LUAROCKS_CONFIG=/tmp/instance-3/output-1/host/etc/luarocks/config.lua /tmp/instance-3/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/tmp/instance-3/output-1/target/usr" DEPS_DIR="/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr" LUA_INCDIR="/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include" LUA_LIBDIR="/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib" CC=/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc LD=/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC" LIBFLAG="-shared " luafilesystem-1.8.0-1.rockspec src/lfs.c:38: warning: "_LARGEFILE64_SOURCE" redefined 38 | #define _LARGEFILE64_SOURCE | : note: this is the location of the previous definition /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/lfs.c -o src/lfs.o /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -shared -o lfs.so src/lfs.o luafilesystem 1.8.0-1 is now installed in /tmp/instance-3/output-1/target/usr (license: MIT/X11) Missing dependencies for copas 2.0.2-1: luasocket >= 2.1 (not installed) coxpcall >= 1.14 (not installed) >>> luasocket 3.1.0-1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-3/output-1/build/.luasocket-3.1.0-1.src.rock.PWI30C/output' 'http://rocks.moonscript.org/luasocket-3.1.0-1.src.rock' --2022-12-25 01:04:57-- http://rocks.moonscript.org/luasocket-3.1.0-1.src.rock Resolving rocks.moonscript.org (rocks.moonscript.org)... 45.33.61.132 Connecting to rocks.moonscript.org (rocks.moonscript.org)|45.33.61.132|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 398081 (389K) [application/x-rock] Saving to: '/tmp/instance-3/output-1/build/.luasocket-3.1.0-1.src.rock.PWI30C/output' 0K .......... .......... .......... .......... .......... 12% 868K 0s 50K .......... .......... .......... .......... .......... 25% 1.77M 0s 100K .......... .......... .......... .......... .......... 38% 66.4M 0s 150K .......... .......... .......... .......... .......... 51% 56.3M 0s 200K .......... .......... .......... .......... .......... 64% 1.78M 0s 250K .......... .......... .......... .......... .......... 77% 81.9M 0s 300K .......... .......... .......... .......... .......... 90% 1.59M 0s 350K .......... .......... .......... ........ 100% 1.35M=0.2s 2022-12-25 01:04:57 (2.19 MB/s) - '/tmp/instance-3/output-1/build/.luasocket-3.1.0-1.src.rock.PWI30C/output' saved [398081/398081] luasocket-3.1.0-1.src.rock: OK (sha256: f4a207f50a3f99ad65def8e29c54ac9aac668b216476f7fae3fae92413398ed2) >>> luasocket 3.1.0-1 Extracting mkdir -p /tmp/instance-3/output-1/build/luasocket-3.1.0-1/luarocks-extract cd /tmp/instance-3/output-1/build/luasocket-3.1.0-1/luarocks-extract && /tmp/instance-3/output-1/host/bin/luarocks unpack --force /tmp/instance-3/dl/luasocket/luasocket-3.1.0-1.src.rock Done. You may now enter directory luasocket-3.1.0-1/luasocket and type 'luarocks make' to build. mv /tmp/instance-3/output-1/build/luasocket-3.1.0-1/luarocks-extract/*/* /tmp/instance-3/output-1/build/luasocket-3.1.0-1 >>> luasocket 3.1.0-1 Patching >>> luasocket 3.1.0-1 Configuring >>> luasocket 3.1.0-1 Building >>> luasocket 3.1.0-1 Installing to target cd /tmp/instance-3/output-1/build/luasocket-3.1.0-1/luasocket && LUAROCKS_CONFIG=/tmp/instance-3/output-1/host/etc/luarocks/config.lua /tmp/instance-3/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/tmp/instance-3/output-1/target/usr" DEPS_DIR="/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr" LUA_INCDIR="/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include" LUA_LIBDIR="/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/lib" CC=/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc LD=/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC" LIBFLAG="-shared " luasocket-3.1.0-1.rockspec /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/mime.c -o src/mime.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/compat.c -o src/compat.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -shared -o mime/core.so src/mime.o src/compat.o /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/buffer.c -o src/buffer.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/compat.c -o src/compat.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/auxiliar.c -o src/auxiliar.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/options.c -o src/options.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/timeout.c -o src/timeout.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/io.c -o src/io.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/usocket.c -o src/usocket.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/serial.c -o src/serial.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -shared -o socket/serial.so src/buffer.o src/compat.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/serial.o /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/buffer.c -o src/buffer.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/compat.c -o src/compat.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/auxiliar.c -o src/auxiliar.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/options.c -o src/options.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/timeout.c -o src/timeout.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/io.c -o src/io.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/usocket.c -o src/usocket.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/unix.c -o src/unix.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/unixdgram.c -o src/unixdgram.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/unixstream.c -o src/unixstream.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -shared -o socket/unix.so src/buffer.o src/compat.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/unix.o src/unixdgram.o src/unixstream.o /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/luasocket.c -o src/luasocket.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/timeout.c -o src/timeout.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/buffer.c -o src/buffer.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/io.c -o src/io.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/auxiliar.c -o src/auxiliar.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/options.c -o src/options.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/inet.c -o src/inet.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/except.c -o src/except.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/select.c -o src/select.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/tcp.c -o src/tcp.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/udp.c -o src/udp.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/compat.c -o src/compat.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -fPIC -I/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot/usr/include -c src/usocket.c -o src/usocket.o -DLUASOCKET_DEBUG /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -shared -o socket/core.so src/luasocket.o src/timeout.o src/buffer.o src/io.o src/auxiliar.o src/options.o src/inet.o src/except.o src/select.o src/tcp.o src/udp.o src/compat.o src/usocket.o luasocket 3.1.0-1 is now installed in /tmp/instance-3/output-1/target/usr (license: MIT) Missing dependencies for copas 2.0.2-1: coxpcall >= 1.14 (not installed) >>> makedumpfile 1.7.2 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-3/output-1/build/.makedumpfile-1.7.2.tar.gz.xME5bC/output' 'https://github.com/makedumpfile/makedumpfile/releases/download/1.7.2/makedumpfile-1.7.2.tar.gz' --2022-12-25 01:05:10-- https://github.com/makedumpfile/makedumpfile/releases/download/1.7.2/makedumpfile-1.7.2.tar.gz Resolving github.com (github.com)... 140.82.113.3 Connecting to github.com (github.com)|140.82.113.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/255656292/9030a39e-74b9-4de9-9077-aae390b8ed01?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20221225%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221225T080511Z&X-Amz-Expires=300&X-Amz-Signature=a8a66b1fd095787f9f24df426100deda0139c3290e982350947557bad2a67640&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=255656292&response-content-disposition=attachment%3B%20filename%3Dmakedumpfile-1.7.2.tar.gz&response-content-type=application%2Foctet-stream [following] --2022-12-25 01:05:11-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/255656292/9030a39e-74b9-4de9-9077-aae390b8ed01?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20221225%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221225T080511Z&X-Amz-Expires=300&X-Amz-Signature=a8a66b1fd095787f9f24df426100deda0139c3290e982350947557bad2a67640&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=255656292&response-content-disposition=attachment%3B%20filename%3Dmakedumpfile-1.7.2.tar.gz&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 205595 (201K) [application/octet-stream] Saving to: '/tmp/instance-3/output-1/build/.makedumpfile-1.7.2.tar.gz.xME5bC/output' 0K .......... .......... .......... .......... .......... 24% 354K 0s 50K .......... .......... .......... .......... .......... 49% 638K 0s 100K .......... .......... .......... .......... .......... 74% 780K 0s 150K .......... .......... .......... .......... .......... 99% 169M 0s 200K 100% 1.45T=0.3s 2022-12-25 01:05:12 (707 KB/s) - '/tmp/instance-3/output-1/build/.makedumpfile-1.7.2.tar.gz.xME5bC/output' saved [205595/205595] makedumpfile-1.7.2.tar.gz: OK (sha256: 748583ea4c0b32346008aa53b313e9708f60a8481959c25c76e5c94740032d9b) >>> makedumpfile 1.7.2 Extracting gzip -d -c /tmp/instance-3/dl/makedumpfile/makedumpfile-1.7.2.tar.gz | tar --strip-components=1 -C /tmp/instance-3/output-1/build/makedumpfile-1.7.2 -xf - >>> makedumpfile 1.7.2 Patching Applying 0001-PATCH-Define-PN_XNUM-if-missing.patch using patch: patching file elf_info.h Applying 0002-Handle-__mips64.patch using patch: patching file arch/mips64.c patching file makedumpfile.h >>> makedumpfile 1.7.2 Configuring >>> makedumpfile 1.7.2 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" 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" AR="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-as" LD="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-ld" NM="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc" GCC="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc" CPP="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-cpp" CXX="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-g++" FC="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gfortran" F77="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-readelf" STRIP="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-strip" OBJCOPY="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-3/output-1/host/lib -Wl,-rpath,/tmp/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Ofast -g0" FFLAGS=" -Ofast -g0" PKG_CONFIG="/tmp/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /home/autobuild/make/make -j1 -C /tmp/instance-3/output-1/build/makedumpfile-1.7.2 CROSS= TARGET="aarch64" LINKTYPE=dynamic make[1]: Entering directory '/tmp/instance-3/output-1/build/makedumpfile-1.7.2' /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.2"' -DRELEASE_DATE='"20 Oct 2022"' -D__aarch64__ -c -o ./print_info.o print_info.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.2"' -DRELEASE_DATE='"20 Oct 2022"' -D__aarch64__ -c -o ./dwarf_info.o dwarf_info.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.2"' -DRELEASE_DATE='"20 Oct 2022"' -D__aarch64__ -c -o ./elf_info.o elf_info.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.2"' -DRELEASE_DATE='"20 Oct 2022"' -D__aarch64__ -c -o ./erase_info.o erase_info.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.2"' -DRELEASE_DATE='"20 Oct 2022"' -D__aarch64__ -c -o ./sadump_info.o sadump_info.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.2"' -DRELEASE_DATE='"20 Oct 2022"' -D__aarch64__ -c -o ./cache.o cache.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.2"' -DRELEASE_DATE='"20 Oct 2022"' -D__aarch64__ -c -o ./tools.o tools.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.2"' -DRELEASE_DATE='"20 Oct 2022"' -D__aarch64__ -c -o ./printk.o printk.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.2"' -DRELEASE_DATE='"20 Oct 2022"' -D__aarch64__ -c -o ./detect_cycle.o detect_cycle.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__aarch64__ -c -o ./arch/arm.o arch/arm.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__aarch64__ -c -o ./arch/arm64.o arch/arm64.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__aarch64__ -c -o ./arch/x86.o arch/x86.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__aarch64__ -c -o ./arch/x86_64.o arch/x86_64.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__aarch64__ -c -o ./arch/ia64.o arch/ia64.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__aarch64__ -c -o ./arch/ppc64.o arch/ppc64.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__aarch64__ -c -o ./arch/s390x.o arch/s390x.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__aarch64__ -c -o ./arch/ppc.o arch/ppc.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__aarch64__ -c -o ./arch/sparc64.o arch/sparc64.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__aarch64__ -c -o ./arch/mips64.o arch/mips64.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__aarch64__ -c -o ./arch/loongarch64.o arch/loongarch64.c /tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVERSION='"1.7.2"' -DRELEASE_DATE='"20 Oct 2022"' -D__aarch64__ print_info.o dwarf_info.o elf_info.o erase_info.o sadump_info.o cache.o tools.o printk.o detect_cycle.o arch/arm.o arch/arm64.o arch/x86.o arch/x86_64.o arch/ia64.o arch/ppc64.o arch/s390x.o arch/ppc.o arch/sparc64.o arch/mips64.o arch/loongarch64.o -rdynamic -o makedumpfile makedumpfile.c -ldw -lbz2 -ldl -lelf -lz -lpthread makedumpfile.c: In function 'dump_dmesg': makedumpfile.c:5758:33: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 5758 | ftruncate(info->fd_dumpfile, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from makedumpfile.h:47, from makedumpfile.c:16: makedumpfile.c: In function 'initial': print_info.h:61:25: warning: '%s' directive argument is null [-Wformat-overflow=] 61 | fprintf(stdout, x); \ | ^~~~~~~~~~~~~~~~~~ makedumpfile.c:4437:25: note: in expansion of macro 'MSG' 4437 | MSG("because %s is sadump %s format.\n", | ^~~ makedumpfile.c:4437:51: note: format string is defined here 4437 | MSG("because %s is sadump %s format.\n", | ^~ In file included from makedumpfile.h:47, from makedumpfile.c:16: print_info.h:59:25: warning: '%s' directive argument is null [-Wformat-overflow=] 59 | fprintf(stderr, x); \ | ^~~~~~~~~~~~~~~~~~ makedumpfile.c:4437:25: note: in expansion of macro 'MSG' 4437 | MSG("because %s is sadump %s format.\n", | ^~~ makedumpfile.c:4437:51: note: format string is defined here 4437 | MSG("because %s is sadump %s format.\n", | ^~ In file included from makedumpfile.h:47, from makedumpfile.c:16: print_info.h:61:25: warning: '%s' directive argument is null [-Wformat-overflow=] 61 | fprintf(stdout, x); \ | ^~~~~~~~~~~~~~~~~~ makedumpfile.c:4538:25: note: in expansion of macro 'MSG' 4538 | MSG("because %s is sadump %s format.\n", | ^~~ makedumpfile.c:4538:51: note: format string is defined here 4538 | MSG("because %s is sadump %s format.\n", | ^~ In file included from makedumpfile.h:47, from makedumpfile.c:16: print_info.h:59:25: warning: '%s' directive argument is null [-Wformat-overflow=] 59 | fprintf(stderr, x); \ | ^~~~~~~~~~~~~~~~~~ makedumpfile.c:4538:25: note: in expansion of macro 'MSG' 4538 | MSG("because %s is sadump %s format.\n", | ^~~ makedumpfile.c:4538:51: note: format string is defined here 4538 | MSG("because %s is sadump %s format.\n", | ^~ make[1]: Leaving directory '/tmp/instance-3/output-1/build/makedumpfile-1.7.2' >>> makedumpfile 1.7.2 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" 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" AR="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-as" LD="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-ld" NM="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc" GCC="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc" CPP="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-cpp" CXX="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-g++" FC="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gfortran" F77="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-readelf" STRIP="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-strip" OBJCOPY="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-3/output-1/host/lib -Wl,-rpath,/tmp/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-3/output-1/host/bin/aarch64-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Ofast -g0" FFLAGS=" -Ofast -g0" PKG_CONFIG="/tmp/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-3/output-1/host/aarch64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /home/autobuild/make/make -j1 -C /tmp/instance-3/output-1/build/makedumpfile-1.7.2 install DESTDIR="/tmp/instance-3/output-1/target" make[1]: Entering directory '/tmp/instance-3/output-1/build/makedumpfile-1.7.2' install -m 755 -d /tmp/instance-3/output-1/target/usr/sbin /tmp/instance-3/output-1/target/usr/share/man/man5 /tmp/instance-3/output-1/target/usr/share/man/man8 install -m 755 -t /tmp/instance-3/output-1/target/usr/sbin makedumpfile makedumpfile-R.pl install -m 644 -t /tmp/instance-3/output-1/target/usr/share/man/man8 makedumpfile.8 install -m 644 -t /tmp/instance-3/output-1/target/usr/share/man/man5 makedumpfile.conf.5 mkdir -p /tmp/instance-3/output-1/target/usr/share/makedumpfile-1.7.2/eppic_scripts install -m 644 -D makedumpfile.conf /tmp/instance-3/output-1/target/usr/share/makedumpfile-1.7.2/makedumpfile.conf.sample install -m 644 -t /tmp/instance-3/output-1/target/usr/share/makedumpfile-1.7.2/eppic_scripts/ eppic_scripts/* make[1]: Leaving directory '/tmp/instance-3/output-1/build/makedumpfile-1.7.2' 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-QsAQoO): No space left on device 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'