Check console output at http://embox.dyndns.org/hudson/job/Embox/./config=x86%2Fdebug,ndebug=n,optimize=-O0/793/ to view the results.
[...truncated 20 lines...]
gcc -std=gnu99 -fno-strict-aliasing -fno-common -Wall -Werror -Wstrict-prototypes -Wdeclaration-after-statement -Wundef -Wno-trigraphs -Wno-char-subscripts -Wformat -Wformat-nonliteral -Wno-format-zero-length -pipe -O0 -g -nostdinc -m32 -fno-stack-protector -O0 -D"__EMBOX__" -D"__module_headers(path)=<../../build/base/obj/mods/path.h>" -D"__impl_x(path)=<../path>" -imacros ./build/base/codegen/config.h -I./src/include -I./src/arch/x86/include -nostdinc -MMD -MP -o build/base/obj/src/util/hashtable.o -c src/util/hashtable.c
cc1: warnings being treated as errors
src/util/hashtable.c: In function ‘hashtable_resize’:
src/util/hashtable.c:50: error: ‘new_hash_tab’ is used uninitialized in this function
src/util/hashtable.c: In function ‘hashtable_insert’:
src/util/hashtable.c:66: error: ‘element’ may be used uninitialized in this function
make[2]: *** [build/base/obj/src/util/hashtable.o] Error 1
make[1]: *** [build_base_target] Error 2
make: *** [all] Error 2
[...truncated 14 lines...]
Listing libs
Processing units
Processing dependencies (cycle detection is OFF)
./src/kernel/thread/Makefile:1: warning: Undefined dependencies [DEPS] for unit embox.kernel.thread.sched:: embox.kernel.critical
./src/tests/critical/Makefile:1: warning: Undefined dependencies [DEPS] for unit embox.test.critical:: embox.kernel.critical
[...truncated 133 lines...]
gcc -std=gnu99 -fno-strict-aliasing -fno-common -Wall -Werror -Wstrict-prototypes -Wdeclaration-after-statement -Wundef -Wno-trigraphs -Wno-char-subscripts -Wformat -Wformat-nonliteral -Wno-format-zero-length -pipe -O0 -g -nostdinc -m32 -fno-stack-protector -O0 -D"__EMBOX__" -D"__module_headers(path)=<../../build/base/obj/mods/path.h>" -D"__impl_x(path)=<../path>" -imacros ./build/base/codegen/config.h -I./src/include -I./src/arch/x86/include -nostdinc -MMD -MP -o build/base/obj/src/util/hashtable.o -c src/util/hashtable.c
cc1: warnings being treated as errors
src/util/hashtable.c: In function ‘hashtable_resize’:
src/util/hashtable.c:50: error: ‘new_hash_tab’ is used uninitialized in this function
src/util/hashtable.c: In function ‘hashtable_insert’:
src/util/hashtable.c:66: error: ‘element’ may be used uninitialized in this function
make[2]: *** [build/base/obj/src/util/hashtable.o] Error 1
make[1]: *** [build_base_target] Error 2
make: *** [all] Error 2
Email was triggered for: Failure
Sending email for trigger: Failure
Check console output at http://embox.dyndns.org/hudson/job/Embox/./config=x86%2Fdebug,ndebug=n,optimize=-O0/794/ to view the results.