Build of mkinitcpio-busybox with clang_glibc toolchain

The build took 00h 00m 41s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
161,465 ansic
6,912 sh
1,428 cpp
893 makefile
570 yacc
355 lex
312 perl
109 python
29 awk
172,073 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: mkinitcpio-busybox 1.24.2-1 (Thu Apr 13 16:13:45 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# make: Entering directory '/tmp/mkinitcpio-busybox/src/busybox-1.24.2'
# GEN include/applets.h
# GEN include/usage.h
# GEN selinux/Kbuild
# GEN selinux/Config.in
# GEN editors/Kbuild
# GEN editors/Config.in
# GEN util-linux/Kbuild
# GEN util-linux/Config.in
# GEN util-linux/volume_id/Kbuild
# GEN util-linux/volume_id/Config.in
# GEN e2fsprogs/Kbuild
# GEN e2fsprogs/Config.in
# GEN console-tools/Kbuild
# GEN console-tools/Config.in
# GEN loginutils/Kbuild
# GEN loginutils/Config.in
# GEN archival/Kbuild
# GEN archival/Config.in
# GEN archival/libarchive/Kbuild
# GEN runit/Kbuild
# GEN runit/Config.in
# GEN procps/Kbuild
# GEN procps/Config.in
# GEN libbb/Kbuild
# GEN libbb/Config.in
# GEN applets/Kbuild
# GEN debianutils/Kbuild
# GEN debianutils/Config.in
# GEN libpwdgrp/Kbuild
# GEN init/Kbuild
# GEN init/Config.in
# GEN scripts/Kbuild
# GEN mailutils/Kbuild
# GEN mailutils/Config.in
# GEN sysklogd/Kbuild
# GEN sysklogd/Config.in
# GEN shell/Kbuild
# GEN shell/Config.in
# GEN modutils/Kbuild
# GEN modutils/Config.in
# GEN findutils/Kbuild
# GEN findutils/Config.in
# GEN miscutils/Kbuild
# GEN miscutils/Config.in
# GEN coreutils/Kbuild
# GEN coreutils/Config.in
# GEN coreutils/libcoreutils/Kbuild
# GEN networking/Kbuild
# GEN networking/Config.in
# GEN networking/udhcp/Kbuild
# GEN networking/udhcp/Config.in
# GEN networking/libiproute/Kbuild
# GEN printutils/Kbuild
# GEN printutils/Config.in
# HOSTCC scripts/basic/fixdep
# HOSTCC scripts/basic/split-include
# HOSTCC scripts/basic/docproc
# scripts/basic/docproc.c:155:51: warning: explicitly assigning value of variable of type 'char *' to itself [-Wself-assign]
# void adddep2(char * file, char * line) { line = line; adddep(file); }
# ~~~~ ^ ~~~~
# scripts/basic/docproc.c:156:39: warning: explicitly assigning value of variable of type 'char *' to itself [-Wself-assign]
# void noaction(char * line) { line = line; }
# ~~~~ ^ ~~~~
# scripts/basic/docproc.c:157:51: warning: explicitly assigning value of variable of type 'char *' to itself [-Wself-assign]
# void noaction2(char * file, char * line) { file = file; line = line; }
# ~~~~ ^ ~~~~
# scripts/basic/docproc.c:157:64: warning: explicitly assigning value of variable of type 'char *' to itself [-Wself-assign]
# void noaction2(char * file, char * line) { file = file; line = line; }
# ~~~~ ^ ~~~~
# 4 warnings generated.
# HOSTCC scripts/kconfig/conf.o
# HOSTCC scripts/kconfig/kxgettext.o
# HOSTCC scripts/kconfig/mconf.o
# SHIPPED scripts/kconfig/zconf.tab.c
# SHIPPED scripts/kconfig/lex.zconf.c
# SHIPPED scripts/kconfig/zconf.hash.c
# HOSTCC scripts/kconfig/zconf.tab.o
# In file included from scripts/kconfig/zconf.tab.c:152:
# scripts/kconfig/zconf.hash.c:171:3: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline]
# static struct kconf_id wordlist[] =
# ^
# scripts/kconfig/zconf.hash.c:157:1: note: use 'static' to give inline function 'kconf_id_lookup' internal linkage
# __inline
# ^
# static
# scripts/kconfig/zconf.hash.c:222:44: warning: static variable 'kconf_id_strings_contents' is used in an inline function with external linkage [-Wstatic-in-inline]
# register const char *s = o + kconf_id_strings;
# ^
# scripts/kconfig/zconf.hash.c:155:43: note: expanded from macro 'kconf_id_strings'
# #define kconf_id_strings ((const char *) &kconf_id_strings_contents)
# ^
# scripts/kconfig/zconf.hash.c:157:1: note: use 'static' to give inline function 'kconf_id_lookup' internal linkage
# __inline
# ^
# static
# scripts/kconfig/zconf.hash.c:122:34: note: 'kconf_id_strings_contents' declared here
# static struct kconf_id_strings_t kconf_id_strings_contents =
# ^
# 2 warnings generated.
# HOSTLD scripts/kconfig/conf
# scripts/kconfig/conf -s Config.in
# ***
# *** You have not yet configured busybox!
# ***
# *** Please run some configurator (e.g. "make oldconfig" or
# *** "make menuconfig" or "make defconfig").
# ***
# make[2]: *** [/tmp/mkinitcpio-busybox/src/busybox-1.24.2/scripts/kconfig/Makefile:40: silentoldconfig] Error 1
# make[1]: *** [/tmp/mkinitcpio-busybox/src/busybox-1.24.2/Makefile:444: silentoldconfig] Error 2
# make: *** [Makefile:519: include/autoconf.h] Error 2
# make: Leaving directory '/tmp/mkinitcpio-busybox/src/busybox-1.24.2'
# ==> ERROR: A failure occurred in build().
# Aborting...