Hide Forgot
In DHT the kernel compilation failes in the nightly tests in aws servers. This is the output during the failure. CC arch/x86/kernel/init_task.o LDS arch/x86/kernel/vmlinux.lds CC arch/x86/mm/init.o CC arch/x86/mm/init_64.o CC arch/x86/mm/fault.o CC arch/x86/mm/ioremap.o CC arch/x86/mm/extable.o CC arch/x86/mm/pageattr.o CC arch/x86/mm/mmap.o CC arch/x86/mm/pat.o CC arch/x86/mm/pgtable.o /bin/sh: line 1: 30960 Segmentation fault (core dumped) scripts/basic/fixdep arch/x86/mm/.pgtable.o.d arch/x86/mm/pgt able.o 'gcc -Wp,-MD,arch/x86/mm/.pgtable.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include -Iinclude -I/mnt/nightly/mount/client1/run8302/linux-2.6.31.1/arch/x86/include -include include/linux/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-fo rmat-security -fno-delete-null-pointer-checks -Os -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -macc umulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-ta bles -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdec laration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(pgtable)" -D"KBUILD_MODN AME=KBUILD_STR(pgtable)" -c -o arch/x86/mm/pgtable.o arch/x86/mm/pgtable.c' > arch/x86/mm/.pgtable.o.tmp make[2]: *** [arch/x86/mm/pgtable.o] Error 139 make[1]: *** [arch/x86/mm] Error 2 make: *** [arch/x86] Error 2 The client volfile contains all the performance translators. Server volfile contains io-threads and locks.
This is the kernel compilation failure I observed today. It is failing only in aws servers. On my local machine its working fine. CC arch/x86/kernel/cpu/centaur.o CC arch/x86/kernel/cpu/perf_counter.o CC arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.o LD arch/x86/kernel/cpu/cpufreq/built-in.o CC arch/x86/kernel/cpu/mcheck/mce.o CC arch/x86/kernel/cpu/mcheck/mce-severity.o CC arch/x86/kernel/cpu/mcheck/mce_intel.o CC arch/x86/kernel/cpu/mcheck/mce_amd.o CC arch/x86/kernel/cpu/mcheck/threshold.o CC arch/x86/kernel/cpu/mcheck/therm_throt.o LD arch/x86/kernel/cpu/mcheck/built-in.o CC arch/x86/kernel/cpu/mtrr/main.o fixdep: /mnt/nightly/mount/client1/run2: No such file or directory make[4]: *** [arch/x86/kernel/cpu/mtrr/main.o] Error 2 make[3]: *** [arch/x86/kernel/cpu/mtrr] Error 2 make[2]: *** [arch/x86/kernel/cpu] Error 2 make[1]: *** [arch/x86/kernel] Error 2 make: *** [arch/x86] Error 2
Not seen any more in latest git