>>> janet 1.15.0 Downloading --2021-02-21 11:22:24-- https://github.com/janet-lang/janet/archive/v1.15.0/janet-1.15.0.tar.gz Resolving github.com (github.com)... 140.82.121.4 Connecting to github.com (github.com)|140.82.121.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/janet-lang/janet/tar.gz/v1.15.0 [following] --2021-02-21 11:22:24-- https://codeload.github.com/janet-lang/janet/tar.gz/v1.15.0 Resolving codeload.github.com (codeload.github.com)... 140.82.121.9 Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/srv/storage/autobuild/run/instance-0/output-1/build/.janet-1.15.0.tar.gz.ze1Omc/output' 0K .......... .......... .......... .......... .......... 4.89M 50K .......... .......... .......... .......... .......... 11.9M 100K .......... .......... .......... .......... .......... 21.6M 150K .......... .......... .......... .......... .......... 11.8M 200K .......... .......... .......... .......... .......... 23.1M 250K .......... .......... .......... .......... .......... 14.9M 300K .......... .......... .......... .......... .......... 14.6M 350K .......... .......... .......... .......... .......... 9.06M 400K .......... .......... .......... .......... .......... 4.53M 450K .......... .......... .......... .......... .......... 30.0M 500K .......... .......... .......... .......... .......... 15.0M 550K .......... .......... .......... .. 23.7M=0.05s 2021-02-21 11:22:24 (11.0 MB/s) - '/srv/storage/autobuild/run/instance-0/output-1/build/.janet-1.15.0.tar.gz.ze1Omc/output' saved [596966] janet-1.15.0.tar.gz: OK (sha256: e2cf16b330e47c858a675ac79b5a0af83727ff041efcb133a80f36bedfae57c4) >>> janet 1.15.0 Extracting gzip -d -c /srv/storage/autobuild/run/instance-0/dl/janet/janet-1.15.0.tar.gz | tar --strip-components=1 -C /srv/storage/autobuild/run/instance-0/output-1/build/janet-1.15.0 -xf - >>> janet 1.15.0 Patching >>> janet 1.15.0 Configuring rm -rf /srv/storage/autobuild/run/instance-0/output-1/build/janet-1.15.0//build mkdir -p /srv/storage/autobuild/run/instance-0/output-1/build/janet-1.15.0//build sed -e 's%@TARGET_CROSS@%/srv/storage/autobuild/run/instance-0/output-1/host/bin/arm-linux-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%cortex-m4%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-Wl,-elf2flt', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-Wl,-elf2flt', '-static', '-Wl,-elf2flt', '-static'%g" -e 's%@HOST_DIR@%/srv/storage/autobuild/run/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/srv/storage/autobuild/run/instance-0/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot%g' -e 's%@STATIC@%true%g' -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" package/meson/cross-compilation.conf.in > /srv/storage/autobuild/run/instance-0/output-1/build/janet-1.15.0//build/cross-compilation.conf PATH="/srv/storage/autobuild/run/instance-0/output-1/host/bin:/srv/storage/autobuild/run/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/gcc" PYTHONNOUSERSITE=y /srv/storage/autobuild/run/instance-0/output-1/host/bin/meson --prefix=/usr --libdir=lib --default-library=static --buildtype=release --cross-file=/srv/storage/autobuild/run/instance-0/output-1/build/janet-1.15.0//build/cross-compilation.conf -Dstrip=false -Dbuild.pkg_config_path=/srv/storage/autobuild/run/instance-0/output-1/host/lib/pkgconfig -Ddynamic_modules=false /srv/storage/autobuild/run/instance-0/output-1/build/janet-1.15.0/ /srv/storage/autobuild/run/instance-0/output-1/build/janet-1.15.0//build The Meson build system Version: 0.56.2 Source dir: /srv/storage/autobuild/run/instance-0/output-1/build/janet-1.15.0 Build dir: /srv/storage/autobuild/run/instance-0/output-1/build/janet-1.15.0/build Build type: cross build Project name: janet Project version: 1.15.0 C compiler for the host machine: /srv/storage/autobuild/run/instance-0/output-1/host/bin/arm-linux-gcc (gcc 9.3.0 "arm-linux-gcc.br_real (Buildroot 2020.08-14-ge5a2a90) 9.3.0") C linker for the host machine: /srv/storage/autobuild/run/instance-0/output-1/host/bin/arm-linux-gcc ld.bfd 2.32 Using 'CC_FOR_BUILD' from environment with value: '/usr/bin/gcc' C compiler for the build machine: /usr/bin/gcc (gcc 8.3.0 "gcc (Debian 8.3.0-6) 8.3.0") C linker for the build machine: /usr/bin/gcc ld.bfd 2.31.1 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: x86_64 Host machine cpu: x86_64 Target machine cpu family: arm Target machine cpu: cortex-m4 Library m found: YES Library dl found: YES Run-time dependency threads found: YES Configuring janetconf.h using configuration Compiler for C supports arguments -fvisibility=hidden: YES Compiler for C supports arguments -fvisibility=hidden: YES Build targets in project: 9 Option default_library is: static [default: both] Found ninja-1.10.2 at /srv/storage/autobuild/run/instance-0/output-1/host/bin/ninja >>> janet 1.15.0 Building PATH="/srv/storage/autobuild/run/instance-0/output-1/host/bin:/srv/storage/autobuild/run/instance-0/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PYTHONNOUSERSITE=y /srv/storage/autobuild/run/instance-0/output-1/host/bin/ninja -j4 -C /srv/storage/autobuild/run/instance-0/output-1/build/janet-1.15.0//build ninja: Entering directory `/srv/storage/autobuild/run/instance-0/output-1/build/janet-1.15.0//build' [1/57] Compiling C object janet-boot.p/src_core_abstract.c.o [2/57] Compiling C object janet-boot.p/src_core_bytecode.c.o [3/57] Compiling C object janet-boot.p/src_core_array.c.o [4/57] Compiling C object janet-boot.p/src_core_buffer.c.o [5/57] Compiling C object janet-boot.p/src_core_asm.c.o [6/57] Compiling C object janet-boot.p/src_core_capi.c.o [7/57] Compiling C object janet-boot.p/src_core_cfuns.c.o [8/57] Compiling C object janet-boot.p/src_core_debug.c.o [9/57] Compiling C object janet-boot.p/src_core_corelib.c.o [10/57] Compiling C object janet-boot.p/src_core_compile.c.o [11/57] Compiling C object janet-boot.p/src_core_emit.c.o [12/57] Compiling C object janet-boot.p/src_core_fiber.c.o [13/57] Compiling C object janet-boot.p/src_core_gc.c.o [14/57] Compiling C object janet-boot.p/src_core_io.c.o [15/57] Compiling C object janet-boot.p/src_core_ev.c.o [16/57] Compiling C object janet-boot.p/src_core_inttypes.c.o [17/57] Compiling C object janet-boot.p/src_core_math.c.o [18/57] Compiling C object janet-boot.p/src_core_net.c.o [19/57] Compiling C object janet-boot.p/src_core_marsh.c.o [20/57] Compiling C object janet-boot.p/src_core_os.c.o [21/57] Compiling C object janet-boot.p/src_core_regalloc.c.o [22/57] Compiling C object janet-boot.p/src_core_parse.c.o [23/57] Compiling C object janet-boot.p/src_core_run.c.o [24/57] Compiling C object janet-boot.p/src_core_pp.c.o [25/57] Compiling C object janet-boot.p/src_core_strtod.c.o [26/57] Compiling C object janet-boot.p/src_core_peg.c.o [27/57] Compiling C object janet-boot.p/src_core_string.c.o [28/57] Compiling C object janet-boot.p/src_core_struct.c.o [29/57] Compiling C object janet-boot.p/src_core_symcache.c.o [30/57] Compiling C object janet-boot.p/src_core_tuple.c.o [31/57] Compiling C object janet-boot.p/src_core_table.c.o [32/57] Compiling C object janet-boot.p/src_core_thread.c.o [33/57] Compiling C object janet-boot.p/src_core_typedarray.c.o [34/57] Compiling C object janet-boot.p/src_core_vector.c.o [35/57] Compiling C object janet-boot.p/src_core_util.c.o [36/57] Compiling C object janet-boot.p/src_core_value.c.o [37/57] Compiling C object janet-boot.p/src_core_wrap.c.o [38/57] Compiling C object janet-boot.p/src_boot_array_test.c.o [39/57] Compiling C object janet-boot.p/src_core_specials.c.o [40/57] Compiling C object janet-boot.p/src_boot_buffer_test.c.o [41/57] Compiling C object janet-boot.p/src_boot_boot.c.o [42/57] Compiling C object janet-boot.p/src_boot_system_test.c.o [43/57] Compiling C object janet-boot.p/src_boot_number_test.c.o [44/57] Compiling C object janet-boot.p/src_boot_table_test.c.o [45/57] Compiling C object janet-boot.p/src_core_vm.c.o [46/57] Linking target janet-boot [47/57] Compiling C object janet.p/src_mainclient_shell.c.o [48/57] Compiling C object janet-native.p/src_mainclient_shell.c.o [49/57] Generating janetc with a custom command (wrapped by meson to capture output) [50/57] Compiling C object janet.p/meson-generated_.._janet.c.o src/core/ev.c: In function 'janet_stream_unmarshal': src/core/ev.c:427:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] [51/57] Linking target janet FAILED: janet /srv/storage/autobuild/run/instance-0/output-1/host/bin/arm-linux-gcc -o janet janet.p/meson-generated_.._janet.c.o janet.p/src_mainclient_shell.c.o -Wl,--as-needed -Wl,--allow-shlib-undefined -Wl,-O1 -rdynamic -Wl,-elf2flt -static -Wl,--start-group -lm -ldl -Wl,--end-group -pthread arm-linux-gcc.br_real: error: unrecognized command line option '-rdynamic' [52/57] Compiling C object libjanet.a.p/meson-generated_.._janet.c.o src/core/ev.c: In function 'janet_stream_unmarshal': src/core/ev.c:427:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] [53/57] Compiling C object janet-native.p/meson-generated_.._janet.c.o ninja: build stopped: subcommand failed. make: *** [package/pkg-generic.mk:250: /srv/storage/autobuild/run/instance-0/output-1/build/janet-1.15.0/.stamp_built] Error 1 make: Leaving directory '/srv/storage/autobuild/run/instance-0/buildroot'