Check console output at http://embox.dyndns.org/hudson/job/Embox/./config=arm%2Fnxt,ndebug=y,optimize=-O2/793/ to view the results.
[...truncated 13 lines...]
arm-elf-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 -march=armv4 -mtune=arm7tdmi -O2 -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/arm/include -nostdinc -MMD -MP -D"NDEBUG" -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:51: error: 'new_hash_tab' is 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/mem/vmem/Makefile:1: warning: Undefined dependencies [DEPS] for unit embox.hal.mm.vmem:: embox.hal.test.traps embox.hal.test.mmu
./src/kernel/Makefile:1: warning: Undefined dependencies [DEPS] for unit embox.kernel.main:: embox.driver.abstract.watchdog
./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
./src/tests/divzero/Makefile:1: warning: Undefined dependencies [DEPS] for unit embox.test.divzero:: embox.hal.test.traps
./src/tests/mmu/Makefile:1: warning: Undefined dependencies [DEPS] for unit embox.test.mmu_contexts:: embox.hal.test.mmu
./src/tests/mmu/Makefile:1: warning: Undefined dependencies [DEPS] for unit embox.test.mmu_core:: embox.hal.test.mmu embox.hal.test.traps
./src/tests/soft_traps/Makefile:1: warning: Undefined dependencies [DEPS] for unit embox.test.softtrap_test:: embox.hal.test.traps
[...truncated 54 lines...]
arm-elf-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 -march=armv4 -mtune=arm7tdmi -O2 -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/arm/include -nostdinc -MMD -MP -D"NDEBUG" -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:51: error: 'new_hash_tab' is 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=arm%2Fnxt,ndebug=y,optimize=-O2/794/ to view the results.