>>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Downloading Initialized empty Git repository in /home/buildroot/autobuild/run/instance-2/dl/uclibc-ng-test/git/.git/ Fetching all references From git://uclibc-ng.org/git/uclibc-ng-test * [new branch] master -> origin/master warning: refname 'c6d62cbc60504c7f6867b486248b0ef7cc2da554' is ambiguous. Git normally never creates a ref that ends with 40 hex characters because it will be ignored when you just specify 40-hex. These refs may be created by mistake. For example, git checkout -b $br $(git rev-parse ...) where "$br" is somehow empty and a 40-hex ref is created. Please examine these refs and maybe delete them. Turn this message off by running "git config advice.objectNameWarning false" WARNING: no hash file for uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554.tar.gz >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-2/dl/uclibc-ng-test/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-2/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554 -xf - >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Patching Applying 0001-misc-tst-syscall6-fix-build-with-musl-and-older-kenr.patch using patch: patching file test/misc/tst-syscall6.c >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Configuring >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Building PATH="/home/buildroot/autobuild/run/instance-2/output/host/bin:/home/buildroot/autobuild/run/instance-2/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" NO_MATH=1 /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-2/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554 CC="/home/buildroot/autobuild/run/instance-2/output/host/bin/arm-buildroot-linux-gnueabihf-gcc" UCLIBC_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " UCLIBC_EXTRA_LDFLAGS="" test_compile make[1]: Entering directory '/home/buildroot/autobuild/run/instance-2/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554' make[2]: Entering directory '/home/buildroot/autobuild/run/instance-2/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554/test' TEST_LINK crypt/ crypt TEST_LINK pwd_grp/ getgroups TEST_LINK termios/ termios TEST_LINK stdlib/ qsort crypt.c: In function 'main': crypt.c:64:3: warning: implicit declaration of function 'setkey'; did you mean 'setenv'? [-Wimplicit-function-declaration] setkey(key); ^~~~~~ setenv crypt.c:74:3: warning: implicit declaration of function 'encrypt'; did you mean 'crypt'? [-Wimplicit-function-declaration] encrypt(cipher, 0); ^~~~~~~ crypt TEST_LINK locale-mbwc/ tst2_mbrtowc TEST_LINK pwd_grp/ grcat crypt.o: In function `main': crypt.c:(.text.startup+0x48): undefined reference to `setkey' crypt.c:(.text.startup+0xa4): undefined reference to `encrypt' crypt.c:(.text.startup+0xd4): undefined reference to `encrypt' collect2: error: ld returned 1 exit status ../Test.mak:97: recipe for target 'crypt' failed make[3]: *** [crypt] Error 1 Makefile:68: recipe for target '_dircompile_crypt' failed make[2]: *** [_dircompile_crypt] Error 2 make[2]: *** Waiting for unfinished jobs.... TEST_LINK pwd_grp/ pwcat TEST_LINK stdlib/ test-canon TEST_LINK locale-mbwc/ tst_iswalnum TEST_LINK pwd_grp/ test_grp TEST_LINK pwd_grp/ test_pwd TEST_LINK stdlib/ test-canon2 TEST_LINK stdlib/ test-mkostemp-O_CLOEXEC TEST_LINK stdlib/ test-mkostemp-child TEST_LINK locale-mbwc/ tst_iswalpha TEST_LINK stdlib/ testatexit TEST_LINK stdlib/ teston_exit TEST_LINK stdlib/ teststrtol TEST_LINK locale-mbwc/ tst_iswcntrl TEST_LINK stdlib/ teststrtoq TEST_LINK locale-mbwc/ tst_iswctype TEST_LINK locale-mbwc/ tst_iswdigit TEST_LINK locale-mbwc/ tst_iswgraph TEST_LINK locale-mbwc/ tst_iswlower TEST_LINK locale-mbwc/ tst_iswprint TEST_LINK locale-mbwc/ tst_iswpunct TEST_LINK locale-mbwc/ tst_iswspace TEST_LINK locale-mbwc/ tst_iswupper TEST_LINK locale-mbwc/ tst_iswxdigit TEST_LINK locale-mbwc/ tst_mblen TEST_LINK locale-mbwc/ tst_mbrlen TEST_LINK locale-mbwc/ tst_mbrtowc TEST_LINK locale-mbwc/ tst_mbsrtowcs TEST_LINK locale-mbwc/ tst_mbstowcs TEST_LINK locale-mbwc/ tst_mbtowc TEST_LINK locale-mbwc/ tst_strcoll TEST_LINK locale-mbwc/ tst_strxfrm TEST_LINK locale-mbwc/ tst_towctrans TEST_LINK locale-mbwc/ tst_towlower TEST_LINK locale-mbwc/ tst_towupper TEST_LINK locale-mbwc/ tst_wcrtomb TEST_LINK locale-mbwc/ tst_wcscat TEST_LINK locale-mbwc/ tst_wcschr TEST_LINK locale-mbwc/ tst_wcscmp TEST_LINK locale-mbwc/ tst_wcscoll TEST_LINK locale-mbwc/ tst_wcscpy TEST_LINK locale-mbwc/ tst_wcscspn TEST_LINK locale-mbwc/ tst_wcslen TEST_LINK locale-mbwc/ tst_wcsncat TEST_LINK locale-mbwc/ tst_wcsncmp TEST_LINK locale-mbwc/ tst_wcsncpy TEST_LINK locale-mbwc/ tst_wcspbrk TEST_LINK locale-mbwc/ tst_wcsrtombs TEST_LINK locale-mbwc/ tst_wcsspn TEST_LINK locale-mbwc/ tst_wcsstr TEST_LINK locale-mbwc/ tst_wcstok TEST_LINK locale-mbwc/ tst_wcstombs TEST_LINK locale-mbwc/ tst_wcswidth TEST_LINK locale-mbwc/ tst_wcsxfrm TEST_LINK locale-mbwc/ tst_wctob TEST_LINK locale-mbwc/ tst_wctomb TEST_LINK locale-mbwc/ tst_wctrans TEST_LINK locale-mbwc/ tst_wctype TEST_LINK locale-mbwc/ tst_wcwidth make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554/test' Makefile.in:16: recipe for target 'test_compile' failed make[1]: *** [test_compile] Error 2 make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554' package/pkg-generic.mk:229: recipe for target '/home/buildroot/autobuild/run/instance-2/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554/.stamp_built' failed make: *** [/home/buildroot/autobuild/run/instance-2/output/build/uclibc-ng-test-c6d62cbc60504c7f6867b486248b0ef7cc2da554/.stamp_built] Error 2 make: Leaving directory '/home/buildroot/autobuild/run/instance-2/buildroot'