src/builtin.c:1696:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1696 | {(cfunction_ptr)f_halt, "halt", 1}, | ^ src/builtin.c:1697:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv, jv)' {aka 'struct (*)(struct jq_state *, struct , struct )'} to 'void (*)()' [-Wcast-function-type] 1697 | {(cfunction_ptr)f_halt_error, "halt_error", 2}, | ^ src/builtin.c:1698:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1698 | {(cfunction_ptr)f_get_search_list, "get_search_list", 1}, | ^ src/builtin.c:1699:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1699 | {(cfunction_ptr)f_get_prog_origin, "get_prog_origin", 1}, | ^ src/builtin.c:1700:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1700 | {(cfunction_ptr)f_get_jq_origin, "get_jq_origin", 1}, | ^ src/builtin.c:1701:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv, jv, jv, jv)' {aka 'struct (*)(struct jq_state *, struct , struct , struct , struct )'} to 'void (*)()' [-Wcast-function-type] 1701 | {(cfunction_ptr)f_match, "_match_impl", 4}, | ^ src/builtin.c:1702:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1702 | {(cfunction_ptr)f_modulemeta, "modulemeta", 1}, | ^ src/builtin.c:1703:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1703 | {(cfunction_ptr)f_input, "input", 1}, | ^ src/builtin.c:1704:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1704 | {(cfunction_ptr)f_debug, "debug", 1}, | ^ src/builtin.c:1705:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1705 | {(cfunction_ptr)f_stderr, "stderr", 1}, | ^ src/builtin.c:1706:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv, jv)' {aka 'struct (*)(struct jq_state *, struct , struct )'} to 'void (*)()' [-Wcast-function-type] 1706 | {(cfunction_ptr)f_strptime, "strptime", 2}, | ^ src/builtin.c:1707:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv, jv)' {aka 'struct (*)(struct jq_state *, struct , struct )'} to 'void (*)()' [-Wcast-function-type] 1707 | {(cfunction_ptr)f_strftime, "strftime", 2}, | ^ src/builtin.c:1708:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv, jv)' {aka 'struct (*)(struct jq_state *, struct , struct )'} to 'void (*)()' [-Wcast-function-type] 1708 | {(cfunction_ptr)f_strflocaltime, "strflocaltime", 2}, | ^ src/builtin.c:1709:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1709 | {(cfunction_ptr)f_mktime, "mktime", 1}, | ^ src/builtin.c:1710:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1710 | {(cfunction_ptr)f_gmtime, "gmtime", 1}, | ^ src/builtin.c:1711:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1711 | {(cfunction_ptr)f_localtime, "localtime", 1}, | ^ src/builtin.c:1712:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1712 | {(cfunction_ptr)f_now, "now", 1}, | ^ src/builtin.c:1713:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1713 | {(cfunction_ptr)f_current_filename, "input_filename", 1}, | ^ src/builtin.c:1714:4: warning: cast between incompatible function types from 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} to 'void (*)()' [-Wcast-function-type] 1714 | {(cfunction_ptr)f_current_line, "input_line_number", 1}, | ^ CC src/bytecode.lo CC src/compile.lo CC src/execute.lo src/execute.c: In function 'jq_next': src/execute.c:856:22: warning: cast between incompatible function types from 'cfunction_ptr' {aka 'void (*)()'} to 'jv (*)(jq_state *, jv)' {aka 'struct (*)(struct jq_state *, struct )'} [-Wcast-function-type] 856 | case 1: top = ((func_1)function->fptr)(jq, in[0]); break; | ^ src/execute.c:857:22: warning: cast between incompatible function types from 'cfunction_ptr' {aka 'void (*)()'} to 'jv (*)(jq_state *, jv, jv)' {aka 'struct (*)(struct jq_state *, struct , struct )'} [-Wcast-function-type] 857 | case 2: top = ((func_2)function->fptr)(jq, in[0], in[1]); break; | ^ src/execute.c:858:22: warning: cast between incompatible function types from 'cfunction_ptr' {aka 'void (*)()'} to 'jv (*)(jq_state *, jv, jv, jv)' {aka 'struct (*)(struct jq_state *, struct , struct , struct )'} [-Wcast-function-type] 858 | case 3: top = ((func_3)function->fptr)(jq, in[0], in[1], in[2]); break; | ^ src/execute.c:859:22: warning: cast between incompatible function types from 'cfunction_ptr' {aka 'void (*)()'} to 'jv (*)(jq_state *, jv, jv, jv, jv)' {aka 'struct (*)(struct jq_state *, struct , struct , struct , struct )'} [-Wcast-function-type] 859 | case 4: top = ((func_4)function->fptr)(jq, in[0], in[1], in[2], in[3]); break; | ^ src/execute.c:860:22: warning: cast between incompatible function types from 'cfunction_ptr' {aka 'void (*)()'} to 'jv (*)(jq_state *, jv, jv, jv, jv, jv)' {aka 'struct (*)(struct jq_state *, struct , struct , struct , struct , struct )'} [-Wcast-function-type] 860 | case 5: top = ((func_5)function->fptr)(jq, in[0], in[1], in[2], in[3], in[4]); break; | ^ src/execute.c:570:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 570 | stack_save(jq, pc - 1, stack_get_pos(jq)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/execute.c:571:5: note: here 571 | case STOREV: { | ^~~~ src/execute.c:717:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 717 | case EACH_OPT: { | ^ src/execute.c:732:5: note: here 732 | case ON_BACKTRACK(EACH): | ^~~~ CC src/jq_test.lo CC src/jv.lo src/jv.c: In function 'jvp_string_hash': src/jv.c:915:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 915 | case 3: k1 ^= tail[2] << 16; | ~~~^~~~~~~~~~~~~~~~ src/jv.c:916:3: note: here 916 | case 2: k1 ^= tail[1] << 8; | ^~~~ src/jv.c:916:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 916 | case 2: k1 ^= tail[1] << 8; | ~~~^~~~~~~~~~~~~~~ src/jv.c:917:3: note: here 917 | case 1: k1 ^= tail[0]; | ^~~~ CC src/jv_alloc.lo CC src/jv_aux.lo CC src/jv_dtoa.lo src/jv_dtoa.c: In function 'jvp_strtod': src/jv_dtoa.c:2330:54: warning: unused variable 'test_scale' [-Wunused-variable] 2330 | int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, e, e1, test_scale; | ^~~~~~~~~~ src/jv_dtoa.c:2368:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 2368 | sign = 1; | ~~~~~^~~ src/jv_dtoa.c:2370:3: note: here 2370 | case '+': | ^~~~ src/jv_dtoa.c:2480:11: warning: this statement may fall through [-Wimplicit-fallthrough=] 2480 | esign = 1; | ~~~~~~^~~ src/jv_dtoa.c:2481:4: note: here 2481 | case '+': | ^~~~ src/jv_dtoa.c: In function 'jvp_dtoa': src/jv_dtoa.c:3700:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 3700 | leftright = 0; | ~~~~~~~~~~^~~ src/jv_dtoa.c:3702:3: note: here 3702 | case 4: | ^~~~ src/jv_dtoa.c:3708:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 3708 | leftright = 0; | ~~~~~~~~~~^~~ src/jv_dtoa.c:3710:3: note: here 3710 | case 5: | ^~~~ CC src/jv_file.lo CC src/jv_parse.lo CC src/jv_print.lo CC src/jv_unicode.lo CC src/linker.lo CC src/locfile.lo CC src/util.lo src/util.c:3: warning: "_GNU_SOURCE" redefined 3 | #define _GNU_SOURCE | : note: this is the location of the previous definition CC src/decNumber/decContext.lo CC src/decNumber/decNumber.lo CC src/jv_dtoa_tsd.lo src/jv_dtoa_tsd.c: In function 'tsd_dtoa_ctx_init': src/jv_dtoa_tsd.c:27:41: warning: passing argument 2 of 'pthread_key_create' from incompatible pointer type [-Wincompatible-pointer-types] 27 | if (pthread_key_create(&dtoa_ctx_key, tsd_dtoa_ctx_dtor) != 0) { | ^~~~~~~~~~~~~~~~~ | | | void (*)(struct dtoa_context *) In file included from src/jv_dtoa_tsd.c:3: /usr/include/pthread.h:1124:18: note: expected 'void (*)(void *)' but argument is of type 'void (*)(struct dtoa_context *)' 1124 | void (*__destr_function) (void *)) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/lexer.lo CC src/parser.lo CCLD libjq.la CCLD jq GEN jq.1 make[3]: Leaving directory '/nvmedata/autobuild/instance-28/output-1/build/host-jq-a17dd3248a666d01be75f6b16be37e80e20b0954' make[2]: Leaving directory '/nvmedata/autobuild/instance-28/output-1/build/host-jq-a17dd3248a666d01be75f6b16be37e80e20b0954' make[1]: Leaving directory '/nvmedata/autobuild/instance-28/output-1/build/host-jq-a17dd3248a666d01be75f6b16be37e80e20b0954' >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Installing to host directory PATH="/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/bin:/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/lib/pkgconfig:/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/share/pkgconfig" /usr/bin/make install -C /nvmedata/autobuild/instance-28/output-1/build/host-jq-a17dd3248a666d01be75f6b16be37e80e20b0954/ make[1]: Entering directory '/nvmedata/autobuild/instance-28/output-1/build/host-jq-a17dd3248a666d01be75f6b16be37e80e20b0954' fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-28/output-1/build/host-jq-a17dd3248a666d01be75f6b16be37e80e20b0954' make[3]: Entering directory '/nvmedata/autobuild/instance-28/output-1/build/host-jq-a17dd3248a666d01be75f6b16be37e80e20b0954' fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). make[4]: Entering directory '/nvmedata/autobuild/instance-28/output-1/build/host-jq-a17dd3248a666d01be75f6b16be37e80e20b0954' fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). /bin/mkdir -p '/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libjq.la '/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/lib' libtool: install: /usr/bin/install -c .libs/libjq.so.1.0.4 /nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/lib/libjq.so.1.0.4 libtool: install: (cd /nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/lib && { ln -s -f libjq.so.1.0.4 libjq.so.1 || { rm -f libjq.so.1 && ln -s libjq.so.1.0.4 libjq.so.1; }; }) libtool: install: (cd /nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/lib && { ln -s -f libjq.so.1.0.4 libjq.so || { rm -f libjq.so && ln -s libjq.so.1.0.4 libjq.so; }; }) libtool: install: /usr/bin/install -c .libs/libjq.lai /nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/lib/libjq.la libtool: finish: PATH="/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/bin:/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/mkdir -p '/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c jq '/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/bin' libtool: install: /usr/bin/install -c jq /nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/bin/jq /bin/mkdir -p '/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/share/doc/jq' /usr/bin/install -c -m 644 README.md COPYING AUTHORS README '/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/share/doc/jq' /bin/mkdir -p '/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/include' /usr/bin/install -c -m 644 src/jv.h src/jq.h '/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/include' /bin/mkdir -p '/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/share/man/man1' /usr/bin/install -c -m 644 jq.1 '/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/share/man/man1' /bin/mkdir -p '/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/lib/pkgconfig' /usr/bin/install -c -m 644 libjq.pc '/nvmedata/autobuild/instance-28/output-1/per-package/host-jq/host/lib/pkgconfig' make[4]: Leaving directory '/nvmedata/autobuild/instance-28/output-1/build/host-jq-a17dd3248a666d01be75f6b16be37e80e20b0954' make[3]: Leaving directory '/nvmedata/autobuild/instance-28/output-1/build/host-jq-a17dd3248a666d01be75f6b16be37e80e20b0954' make[2]: Leaving directory '/nvmedata/autobuild/instance-28/output-1/build/host-jq-a17dd3248a666d01be75f6b16be37e80e20b0954' make[1]: Leaving directory '/nvmedata/autobuild/instance-28/output-1/build/host-jq-a17dd3248a666d01be75f6b16be37e80e20b0954' mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/host mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/target >>> jquery-mobile 1.4.3 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-28/output-1/build/.jquery.mobile-1.4.3.zip.xtBar6/output' 'http://jquerymobile.com/resources/download/jquery.mobile-1.4.3.zip' --2022-06-04 21:31:52-- http://jquerymobile.com/resources/download/jquery.mobile-1.4.3.zip Resolving jquerymobile.com (jquerymobile.com)... 104.17.98.93, 104.17.97.93 Connecting to jquerymobile.com (jquerymobile.com)|104.17.98.93|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://jquerymobile.com/resources/download/jquery.mobile-1.4.3.zip [following] --2022-06-04 21:31:52-- https://jquerymobile.com/resources/download/jquery.mobile-1.4.3.zip Connecting to jquerymobile.com (jquerymobile.com)|104.17.98.93|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 7897586 (7.5M) [application/zip] Saving to: '/nvmedata/autobuild/instance-28/output-1/build/.jquery.mobile-1.4.3.zip.xtBar6/output' 0K .......... .......... .......... .......... .......... 0% 80.1M 0s 50K .......... .......... .......... .......... .......... 1% 1.22M 3s 100K .......... .......... .......... .......... .......... 1% 894K 5s 150K .......... .......... .......... .......... .......... 2% 2.43M 4s 200K .......... .......... .......... .......... .......... 3% 25.3M 4s 250K .......... .......... .......... .......... .......... 3% 2.28M 3s 300K .......... .......... .......... .......... .......... 4% 133M 3s 350K .......... .......... .......... .......... .......... 5% 65.2M 3s 400K .......... .......... .......... .......... .......... 5% 5.86M 2s 450K .......... .......... .......... .......... .......... 6% 2.94M 2s 500K .......... .......... .......... .......... .......... 7% 128M 2s 550K .......... .......... .......... .......... .......... 7% 4.84M 2s 600K .......... .......... .......... .......... .......... 8% 11.5M 2s 650K .......... .......... .......... .......... .......... 9% 9.14M 2s 700K .......... .......... .......... .......... .......... 9% 24.7M 2s 750K .......... .......... .......... .......... .......... 10% 4.38M 2s 800K .......... .......... .......... .......... .......... 11% 9.28M 2s 850K .......... .......... .......... .......... .......... 11% 8.31M 2s 900K .......... .......... .......... .......... .......... 12% 111M 2s 950K .......... .......... .......... .......... .......... 12% 1.56M 2s 1000K .......... .......... .......... .......... .......... 13% 13.9M 2s 1050K .......... .......... .......... .......... .......... 14% 134M 1s 1100K .......... .......... .......... .......... .......... 14% 145M 1s 1150K .......... .......... .......... .......... .......... 15% 114M 1s 1200K .......... .......... .......... .......... .......... 16% 134M 1s 1250K .......... .......... .......... .......... .......... 16% 1.67M 1s 1300K .......... .......... .......... .......... .......... 17% 167M 1s 1350K .......... .......... .......... .......... .......... 18% 158M 1s 1400K .......... .......... .......... .......... .......... 18% 3.09M 1s 1450K .......... .......... .......... .......... .......... 19% 143M 1s 1500K .......... .......... .......... .......... .......... 20% 149M 1s 1550K .......... .......... .......... .......... .......... 20% 2.35M 1s 1600K .......... .......... .......... .......... .......... 21% 154M 1s 1650K .......... .......... .......... .......... .......... 22% 164M 1s 1700K .......... .......... .......... .......... .......... 22% 166M 1s 1750K .......... .......... .......... .......... .......... 23% 2.47M 1s 1800K .......... .......... .......... .......... .......... 23% 126M 1s 1850K .......... .......... .......... .......... .......... 24% 153M 1s 1900K .......... .......... .......... .......... .......... 25% 119M 1s 1950K .......... .......... .......... .......... .......... 25% 2.56M 1s 2000K .......... .......... .......... .......... .......... 26% 114M 1s 2050K .......... .......... .......... .......... .......... 27% 162M 1s 2100K .......... .......... .......... .......... .......... 27% 132M 1s 2150K .......... .......... .......... .......... .......... 28% 129M 1s 2200K .......... .......... .......... .......... .......... 29% 13.9M 1s 2250K .......... .......... .......... .......... .......... 29% 8.86M 1s 2300K .......... .......... .......... .......... .......... 30% 1.80M 1s 2350K .......... .......... .......... .......... .......... 31% 175M 1s 2400K .......... .......... .......... .......... .......... 31% 236M 1s 2450K .......... .......... .......... .......... .......... 32% 234M 1s 2500K .......... .......... .......... .......... .......... 33% 220M 1s 2550K .......... .......... .......... .......... .......... 33% 11.0M 1s 2600K .......... .......... .......... .......... .......... 34% 11.1M 1s 2650K .......... .......... .......... .......... .......... 35% 13.6M 1s 2700K .......... .......... .......... .......... .......... 35% 6.96M 1s 2750K .......... .......... .......... .......... .......... 36% 6.58M 1s 2800K .......... .......... .......... .......... .......... 36% 37.0M 1s 2850K .......... .......... .......... .......... .......... 37% 5.12M 1s 2900K .......... .......... .......... .......... .......... 38% 12.3M 1s 2950K .......... .......... .......... .......... .......... 38% 17.1M 1s 3000K .......... .......... .......... .......... .......... 39% 1.79M 1s 3050K .......... .......... .......... .......... .......... 40% 150M 1s 3100K .......... .......... .......... .......... .......... 40% 164M 1s 3150K .......... .......... .......... .......... .......... 41% 130M 1s 3200K .......... .......... .......... .......... .......... 42% 155M 1s 3250K .......... .......... .......... .......... .......... 42% 24.8M 1s 3300K .......... .......... .......... .......... .......... 43% 8.69M 1s 3350K .......... .......... .......... .......... .......... 44% 17.4M 1s 3400K .......... .......... .......... .......... .......... 44% 1.74M 1s 3450K .......... .......... .......... .......... .......... 45% 153M 1s 3500K .......... .......... .......... .......... .......... 46% 150M 1s 3550K .......... .......... .......... .......... .......... 46% 112M 1s 3600K .......... .......... .......... .......... .......... 47% 85.8M 1s 3650K .......... .......... .......... .......... .......... 47% 15.4M 1s 3700K .......... .......... .......... .......... .......... 48% 12.9M 1s 3750K .......... .......... .......... .......... .......... 49% 8.60M 1s 3800K .......... .......... .......... .......... .......... 49% 10.6M 1s 3850K .......... .......... .......... .......... .......... 50% 149M 1s 3900K .......... .......... .......... .......... .......... 51% 5.98M 1s 3950K .......... .......... .......... .......... .......... 51% 1.88M 1s 4000K .......... .......... .......... .......... .......... 52% 142M 1s 4050K .......... .......... .......... .......... .......... 53% 167M 0s 4100K .......... .......... .......... .......... .......... 53% 162M 0s 4150K .......... .......... .......... .......... .......... 54% 149M 0s 4200K .......... .......... .......... .......... .......... 55% 97.8M 0s 4250K .......... .......... .......... .......... .......... 55% 8.55M 0s 4300K .......... .......... .......... .......... .......... 56% 16.7M 0s 4350K .......... .......... .......... .......... .......... 57% 1.89M 0s 4400K .......... .......... .......... .......... .......... 57% 141M 0s 4450K .......... .......... .......... .......... .......... 58% 153M 0s 4500K .......... .......... .......... .......... .......... 58% 157M 0s 4550K .......... .......... .......... .......... .......... 59% 146M 0s 4600K .......... .......... .......... .......... .......... 60% 40.7M 0s 4650K .......... .......... .......... .......... .......... 60% 1.85M 0s 4700K .......... .......... .......... .......... .......... 61% 128M 0s 4750K .......... .......... .......... .......... .......... 62% 127M 0s 4800K .......... .......... .......... .......... .......... 62% 157M 0s 4850K .......... .......... .......... .......... .......... 63% 157M 0s 4900K .......... .......... .......... .......... .......... 64% 167M 0s 4950K .......... .......... .......... .......... .......... 64% 150M 0s 5000K .......... .......... .......... .......... .......... 65% 16.9M 0s 5050K .......... .......... .......... .......... .......... 66% 9.92M 0s 5100K .......... .......... .......... .......... .......... 66% 6.25M 0s 5150K .......... .......... .......... .......... .......... 67% 12.0M 0s 5200K .......... .......... .......... .......... .......... 68% 8.24M 0s 5250K .......... .......... .......... .......... .......... 68% 24.3M 0s 5300K .......... .......... .......... .......... .......... 69% 1.77M 0s 5350K .......... .......... .......... .......... .......... 70% 127M 0s 5400K .......... .......... .......... .......... .......... 70% 165M 0s 5450K .......... .......... .......... .......... .......... 71% 39.3M 0s 5500K .......... .......... .......... .......... .......... 71% 149M 0s 5550K .......... .......... .......... .......... .......... 72% 2.60M 0s 5600K .......... .......... .......... .......... .......... 73% 23.0M 0s 5650K .......... .......... .......... .......... .......... 73% 151M 0s 5700K .......... .......... .......... .......... .......... 74% 142M 0s 5750K .......... .......... .......... .......... .......... 75% 139M 0s 5800K .......... .......... .......... .......... .......... 75% 3.16M 0s 5850K .......... .......... .......... .......... .......... 76% 154M 0s 5900K .......... .......... .......... .......... .......... 77% 159M 0s 5950K .......... .......... .......... .......... .......... 77% 104M 0s 6000K .......... .......... .......... .......... .......... 78% 173M 0s 6050K .......... .......... .......... .......... .......... 79% 157M 0s 6100K .......... .......... .......... .......... .......... 79% 156M 0s 6150K .......... .......... .......... .......... .......... 80% 16.3M 0s 6200K .......... .......... .......... .......... .......... 81% 1.99M 0s 6250K .......... .......... .......... .......... .......... 81% 141M 0s 6300K .......... .......... .......... .......... .......... 82% 175M 0s 6350K .......... .......... .......... .......... .......... 82% 144M 0s 6400K .......... .......... .......... .......... .......... 83% 125M 0s 6450K .......... .......... .......... .......... .......... 84% 79.3M 0s 6500K .......... .......... .......... .......... .......... 84% 1.94M 0s 6550K .......... .......... .......... .......... .......... 85% 135M 0s 6600K .......... .......... .......... .......... .......... 86% 152M 0s 6650K .......... .......... .......... .......... .......... 86% 1.55M 0s 6700K .......... .......... .......... .......... .......... 87% 139M 0s 6750K .......... .......... .......... .......... .......... 88% 130M 0s 6800K .......... .......... .......... .......... .......... 88% 155M 0s 6850K .......... .......... .......... .......... .......... 89% 139M 0s 6900K .......... .......... .......... .......... .......... 90% 158M 0s 6950K .......... .......... .......... .......... .......... 90% 147M 0s 7000K .......... .......... .......... .......... .......... 91% 15.8M 0s 7050K .......... .......... .......... .......... .......... 92% 137M 0s 7100K .......... .......... .......... .......... .......... 92% 148M 0s 7150K .......... .......... .......... .......... .......... 93% 130M 0s 7200K .......... .......... .......... .......... .......... 94% 165M 0s 7250K .......... .......... .......... .......... .......... 94% 137M 0s 7300K .......... .......... .......... .......... .......... 95% 159M 0s 7350K .......... .......... .......... .......... .......... 95% 1.57M 0s 7400K .......... .......... .......... .......... .......... 96% 97.4M 0s 7450K .......... .......... .......... .......... .......... 97% 157M 0s 7500K .......... .......... .......... .......... .......... 97% 157M 0s 7550K .......... .......... .......... .......... .......... 98% 129M 0s 7600K .......... .......... .......... .......... .......... 99% 156M 0s 7650K .......... .......... .......... .......... .......... 99% 156M 0s 7700K .......... .. 100% 144M=0.8s 2022-06-04 21:31:53 (8.86 MB/s) - '/nvmedata/autobuild/instance-28/output-1/build/.jquery.mobile-1.4.3.zip.xtBar6/output' saved [7897586/7897586] jquery.mobile-1.4.3.zip: OK (sha256: 7ed156b191dc3e262e3f450aede43adfb738ff0085afed87eb18fe4f43dfc681) >>> jquery-mobile 1.4.3 Extracting mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/host mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/target /usr/bin/unzip -q -d /nvmedata/autobuild/instance-28/output-1/build/jquery-mobile-1.4.3 /nvmedata/autobuild/instance-28/dl/jquery-mobile/jquery.mobile-1.4.3.zip >>> jquery-mobile 1.4.3 Patching >>> jquery-mobile 1.4.3 Configuring mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/host rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-28/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/host rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-28/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/host rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-28/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/host mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/target rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-28/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/target rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-28/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/target rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-28/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/target >>> jquery-mobile 1.4.3 Building >>> jquery-mobile 1.4.3 Installing to target for f in jquery.mobile.structure-1.4.3.min.css jquery.mobile.theme-1.4.3.min.css jquery.mobile-1.4.3.min.css jquery.mobile-1.4.3.min.map jquery.mobile-1.4.3.min.js ; do /usr/bin/install -m 0644 -D /nvmedata/autobuild/instance-28/output-1/build/jquery-mobile-1.4.3/$f /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/target/var/www/$f || break ; done mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/target/var/www/images cp -r /nvmedata/autobuild/instance-28/output-1/build/jquery-mobile-1.4.3/images/* /nvmedata/autobuild/instance-28/output-1/per-package/jquery-mobile/target/var/www/images mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/jquery/host mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/jquery/target >>> jquery 3.5.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-28/output-1/build/.jquery-3.5.1.min.js.Hq5NeZ/output' 'http://code.jquery.com/jquery-3.5.1.min.js' --2022-06-04 21:31:56-- http://code.jquery.com/jquery-3.5.1.min.js Resolving code.jquery.com (code.jquery.com)... 69.16.175.42, 69.16.175.10, 2001:4de0:ac18::1:a:1a, ... Connecting to code.jquery.com (code.jquery.com)|69.16.175.42|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 89476 (87K) [application/javascript] Saving to: '/nvmedata/autobuild/instance-28/output-1/build/.jquery-3.5.1.min.js.Hq5NeZ/output' 0K .......... .......... .......... .......... .......... 57% 7.66M 0s 50K .......... .......... .......... ....... 100% 13.7M=0.009s 2022-06-04 21:31:56 (9.45 MB/s) - '/nvmedata/autobuild/instance-28/output-1/build/.jquery-3.5.1.min.js.Hq5NeZ/output' saved [89476/89476] jquery-3.5.1.min.js: OK (sha256: f7f6a5894f1d19ddad6fa392b2ece2c5e578cbf7da4ea805b6885eb6985b6e3d) >>> jquery 3.5.1 Extracting mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/jquery/host mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/jquery/target cp /nvmedata/autobuild/instance-28/dl/jquery/jquery-3.5.1.min.js /nvmedata/autobuild/instance-28/output-1/build/jquery-3.5.1 >>> jquery 3.5.1 Patching >>> jquery 3.5.1 Configuring mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/jquery/host rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-28/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-28/output-1/per-package/jquery/host rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-28/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-28/output-1/per-package/jquery/host rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-28/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-28/output-1/per-package/jquery/host mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/jquery/target rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-28/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-28/output-1/per-package/jquery/target rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-28/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-28/output-1/per-package/jquery/target rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-28/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-28/output-1/per-package/jquery/target >>> jquery 3.5.1 Building >>> jquery 3.5.1 Installing to target /usr/bin/install -m 0644 -D /nvmedata/autobuild/instance-28/output-1/build/jquery-3.5.1/jquery-3.5.1.min.js /nvmedata/autobuild/instance-28/output-1/per-package/jquery/target/var/www/jquery.js mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/host mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/target >>> kvm-unit-tests 2022-03-08 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-28/output-1/build/.kvm-unit-tests-v2022-03-08.tar.bz2.yiSF65/output' 'https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/archive/v2022-03-08/kvm-unit-tests-v2022-03-08.tar.bz2' --2022-06-04 21:31:57-- https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/archive/v2022-03-08/kvm-unit-tests-v2022-03-08.tar.bz2 Resolving gitlab.com (gitlab.com)... 172.65.251.78, 2606:4700:90:0:f22e:fbec:5bed:a9b9 Connecting to gitlab.com (gitlab.com)|172.65.251.78|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-28/output-1/build/.kvm-unit-tests-v2022-03-08.tar.bz2.yiSF65/output' 0K .......... .......... .......... .......... .......... 2.30M 50K .......... .......... .......... .......... .......... 2.57M 100K .......... .......... .......... .......... .......... 6.32M 150K .......... .......... .......... .......... .......... 6.74M 200K .......... .......... .......... .......... .......... 6.26M 250K .......... .......... .......... .......... .......... 8.81M 300K .......... .......... .......... .......... .......... 9.06M 350K .......... .......... .......... .......... .......... 8.71M 400K .......... .......... .......... .......... .......... 19.5M 450K ....... 78.3M=0.08s 2022-06-04 21:31:58 (5.44 MB/s) - '/nvmedata/autobuild/instance-28/output-1/build/.kvm-unit-tests-v2022-03-08.tar.bz2.yiSF65/output' saved [468156] kvm-unit-tests-v2022-03-08.tar.bz2: OK (sha256: c2edf2b188033a5d634150ecc797c797a85e5af8e3ef4ac3e583f60b2ee7bcf3) >>> kvm-unit-tests 2022-03-08 Extracting mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/host mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/target bzcat /nvmedata/autobuild/instance-28/dl/kvm-unit-tests/kvm-unit-tests-v2022-03-08.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-28/output-1/build/kvm-unit-tests-2022-03-08 -xf - >>> kvm-unit-tests 2022-03-08 Patching Applying 0001-Makefile-remove-Werror-to-avoid-build-failures.patch using patch: patching file Makefile Hunk #1 succeeded at 66 (offset 13 lines). >>> kvm-unit-tests 2022-03-08 Configuring mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/host rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-28/output-1/per-package/host-skeleton/host/ /nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/host rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-28/output-1/per-package/skeleton/host/ /nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/host rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-28/output-1/per-package/toolchain/host/ /nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/host mkdir -p /nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/target rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-28/output-1/per-package/host-skeleton/target/ /nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/target rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-28/output-1/per-package/skeleton/target/ /nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/target rsync -a --link-dest=/nvmedata/autobuild/instance-28/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-28/output-1/per-package/toolchain/target/ /nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/target cd /nvmedata/autobuild/instance-28/output-1/build/kvm-unit-tests-2022-03-08 && ./configure --arch="" --processor="cortex-a12" --endian="big" --cross-prefix="/nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/host/bin/armeb-buildroot-linux-uclibcgnueabi-" >>> kvm-unit-tests 2022-03-08 Building PATH="/nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/host/bin:/nvmedata/autobuild/instance-28/output-1/per-package/kvm-unit-tests/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -C /nvmedata/autobuild/instance-28/output-1/build/kvm-unit-tests-2022-03-08 standalone make[1]: Entering directory '/nvmedata/autobuild/instance-28/output-1/build/kvm-unit-tests-2022-03-08' make[1]: /nvmedata/autobuild/instance-28/output-1/build/kvm-unit-tests-2022-03-08//Makefile:13: pipe: Too many open files make[1]: /nvmedata/autobuild/instance-28/output-1/build/kvm-unit-tests-2022-03-08//Makefile:13: pipe: Too many open files /nvmedata/autobuild/instance-28/output-1/build/kvm-unit-tests-2022-03-08//Makefile:7: *** Too many open files. Stop. make[1]: Leaving directory '/nvmedata/autobuild/instance-28/output-1/build/kvm-unit-tests-2022-03-08' make: *** [package/pkg-generic.mk:293: /nvmedata/autobuild/instance-28/output-1/build/kvm-unit-tests-2022-03-08/.stamp_built] Error 2 make: Leaving directory '/nvmedata/autobuild/instance-28/buildroot'