<86>May 3 08:46:57 userdel[21419]: delete user 'rooter' <86>May 3 08:46:57 userdel[21419]: removed shadow group 'rooter' owned by 'rooter' <86>May 3 08:46:57 groupadd[21424]: group added to /etc/group: name=rooter, GID=567 <86>May 3 08:46:57 groupadd[21424]: group added to /etc/gshadow: name=rooter <86>May 3 08:46:57 groupadd[21424]: new group: name=rooter, GID=567 <86>May 3 08:46:57 useradd[21428]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash <86>May 3 08:46:57 userdel[21435]: delete user 'builder' <86>May 3 08:46:57 userdel[21435]: removed group 'builder' owned by 'builder' <86>May 3 08:46:57 userdel[21435]: removed shadow group 'builder' owned by 'builder' <86>May 3 08:46:57 groupadd[21442]: group added to /etc/group: name=builder, GID=568 <86>May 3 08:46:57 groupadd[21442]: group added to /etc/gshadow: name=builder <86>May 3 08:46:57 groupadd[21442]: new group: name=builder, GID=568 <86>May 3 08:46:57 useradd[21451]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/libdict-0.3.0-alt1.git20140826.nosrc.rpm Installing libdict-0.3.0-alt1.git20140826.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.84609 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libdict-0.3.0 + echo 'Source #0 (libdict-0.3.0.tar):' Source #0 (libdict-0.3.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/libdict-0.3.0.tar + cd libdict-0.3.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.84609 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libdict-0.3.0 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/libdict-0.3.0' which: no clang in (/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games) make: Leaving directory '/usr/src/RPM/BUILD/libdict-0.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdict-0.3.0' [ -d bin ] || mkdir -m 755 bin make: Leaving directory '/usr/src/RPM/BUILD/libdict-0.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdict-0.3.0' /usr/bin/gcc -Wall -Wextra -Wshadow -W -std=c99 -O3 -pipe -Iinclude -Isrc -I/usr/src/homebrew/include -c -o bin/dict.o src/dict.c make: Leaving directory '/usr/src/RPM/BUILD/libdict-0.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdict-0.3.0' /usr/bin/gcc -Wall -Wextra -Wshadow -W -std=c99 -O3 -pipe -Iinclude -Isrc -I/usr/src/homebrew/include -c -o bin/tree_common.o src/tree_common.c Assembler messages: Fatal error: can't create bin/tree_common.o: No such file or directory src/tree_common.c: In function 'tree_search_node': src/tree_common.c:152:11: warning: declaration of 'tree' shadows a global declaration [-Wshadow] tree* tree = Tree; ^~~~ src/tree_common.c:39:3: note: shadowed declaration is here } tree; ^~~~ src/tree_common.c: In function 'tree_search_le_node': src/tree_common.c:176:11: warning: declaration of 'tree' shadows a global declaration [-Wshadow] tree* tree = Tree; ^~~~ src/tree_common.c:39:3: note: shadowed declaration is here } tree; ^~~~ src/tree_common.c: In function 'tree_search_lt_node': src/tree_common.c:204:11: warning: declaration of 'tree' shadows a global declaration [-Wshadow] tree* tree = Tree; ^~~~ src/tree_common.c:39:3: note: shadowed declaration is here } tree; ^~~~ src/tree_common.c: In function 'tree_search_ge_node': src/tree_common.c:230:11: warning: declaration of 'tree' shadows a global declaration [-Wshadow] tree* tree = Tree; ^~~~ src/tree_common.c:39:3: note: shadowed declaration is here } tree; ^~~~ src/tree_common.c: In function 'tree_search_gt_node': src/tree_common.c:259:11: warning: declaration of 'tree' shadows a global declaration [-Wshadow] tree* tree = Tree; ^~~~ src/tree_common.c:39:3: note: shadowed declaration is here } tree; ^~~~ src/tree_common.c: In function 'tree_min': src/tree_common.c:287:17: warning: declaration of 'tree' shadows a global declaration [-Wshadow] const tree* tree = Tree; ^~~~ src/tree_common.c:39:3: note: shadowed declaration is here } tree; ^~~~ src/tree_common.c: In function 'tree_max': src/tree_common.c:301:17: warning: declaration of 'tree' shadows a global declaration [-Wshadow] const tree* tree = Tree; ^~~~ src/tree_common.c:39:3: note: shadowed declaration is here } tree; ^~~~ src/tree_common.c: In function 'tree_traverse': src/tree_common.c:316:11: warning: declaration of 'tree' shadows a global declaration [-Wshadow] tree* tree = Tree; ^~~~ src/tree_common.c:39:3: note: shadowed declaration is here } tree; ^~~~ src/tree_common.c: In function 'tree_node_free': src/tree_common.c:331:22: warning: declaration of 'tree' shadows a global declaration [-Wshadow] tree_node_free(tree* tree, tree_node* node) ~~~~~~^~~~ src/tree_common.c:39:3: note: shadowed declaration is here } tree; ^~~~ src/tree_common.c: In function 'tree_clear': src/tree_common.c:358:11: warning: declaration of 'tree' shadows a global declaration [-Wshadow] tree* tree = Tree; ^~~~ src/tree_common.c:39:3: note: shadowed declaration is here } tree; ^~~~ src/tree_common.c: In function 'tree_clone': src/tree_common.c:397:18: warning: declaration of 'tree' shadows a global declaration [-Wshadow] tree_clone(void* tree, size_t tree_size, size_t node_size, ~~~~~~^~~~ src/tree_common.c:39:3: note: shadowed declaration is here } tree; ^~~~ src/tree_common.c: In function 'tree_min_leaf_depth': src/tree_common.c:432:17: warning: declaration of 'tree' shadows a global declaration [-Wshadow] const tree* tree = Tree; ^~~~ src/tree_common.c:39:3: note: shadowed declaration is here } tree; ^~~~ src/tree_common.c: In function 'tree_max_leaf_depth': src/tree_common.c:457:17: warning: declaration of 'tree' shadows a global declaration [-Wshadow] const tree* tree = Tree; ^~~~ src/tree_common.c:39:3: note: shadowed declaration is here } tree; ^~~~ make: *** [GNUmakefile:62: bin/tree_common.o] Error 2 make: Leaving directory '/usr/src/RPM/BUILD/libdict-0.3.0' make: *** Waiting for unfinished jobs.... make: Entering directory '/usr/src/RPM/BUILD/libdict-0.3.0' /usr/bin/gcc -Wall -Wextra -Wshadow -W -std=c99 -O3 -pipe -Iinclude -Isrc -I/usr/src/homebrew/include -c -o bin/tr_tree.o src/tr_tree.c src/tr_tree.c: In function 'tr_tree_insert': src/tr_tree.c:189:59: warning: operand of ?: changes signedness from 'int' to 'unsigned int' due to unsignedness of other operand [-Wsign-compare] node->prio = tree->prio_func ? tree->prio_func(key) : dict_rand(); ^~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/libdict-0.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdict-0.3.0' /usr/bin/gcc -Wall -Wextra -Wshadow -W -std=c99 -O3 -pipe -Iinclude -Isrc -I/usr/src/homebrew/include -c -o bin/skiplist.o src/skiplist.c make: Leaving directory '/usr/src/RPM/BUILD/libdict-0.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdict-0.3.0' /usr/bin/gcc -Wall -Wextra -Wshadow -W -std=c99 -O3 -pipe -Iinclude -Isrc -I/usr/src/homebrew/include -c -o bin/sp_tree.o src/sp_tree.c make: Leaving directory '/usr/src/RPM/BUILD/libdict-0.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdict-0.3.0' /usr/bin/gcc -Wall -Wextra -Wshadow -W -std=c99 -O3 -pipe -Iinclude -Isrc -I/usr/src/homebrew/include -c -o bin/hashtable2.o src/hashtable2.c make: Leaving directory '/usr/src/RPM/BUILD/libdict-0.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdict-0.3.0' /usr/bin/gcc -Wall -Wextra -Wshadow -W -std=c99 -O3 -pipe -Iinclude -Isrc -I/usr/src/homebrew/include -c -o bin/pr_tree.o src/pr_tree.c make: Leaving directory '/usr/src/RPM/BUILD/libdict-0.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdict-0.3.0' /usr/bin/gcc -Wall -Wextra -Wshadow -W -std=c99 -O3 -pipe -Iinclude -Isrc -I/usr/src/homebrew/include -c -o bin/wb_tree.o src/wb_tree.c make: Leaving directory '/usr/src/RPM/BUILD/libdict-0.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdict-0.3.0' /usr/bin/gcc -Wall -Wextra -Wshadow -W -std=c99 -O3 -pipe -Iinclude -Isrc -I/usr/src/homebrew/include -c -o bin/rb_tree.o src/rb_tree.c make: Leaving directory '/usr/src/RPM/BUILD/libdict-0.3.0' error: Bad exit status from /usr/src/tmp/rpm-tmp.84609 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.84609 (%build) Command exited with non-zero status 1 5.34user 0.28system 0:02.36elapsed 238%CPU (0avgtext+0avgdata 32292maxresident)k 0inputs+0outputs (0major+55303minor)pagefaults 0swaps hsh-rebuild: rebuild of `libdict-0.3.0-alt1.git20140826.src.rpm' failed. Command exited with non-zero status 1 7.26user 3.54system 0:07.24elapsed 149%CPU (0avgtext+0avgdata 32292maxresident)k 0inputs+0outputs (0major+178517minor)pagefaults 0swaps