diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index 8cd1a24..d127018 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -46,6 +46,17 @@ Produces Success:
   | # 00:59:50 make[5]: *** [scripts/Makefile.build:203: drivers/usb/atm/cxacru.o] Error 1
   | # 01:00:03 make[4]: *** [scripts/Makefile.build:461: drivers/usb/atm] Error 2
   | # 01:00:37 make[2]: *** [scripts/Makefile.build:461: net] Error 2
+  | # First few build errors in logs:
+  | # 00:25:08 mm/ksm.c:3674:11: error: variable 'output' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
+  | # 00:25:08 make[3]: *** [scripts/Makefile.build:203: mm/ksm.o] Error 1
+  | # 00:26:31 make[2]: *** [scripts/Makefile.build:461: mm] Error 2
+  | # 00:45:02 net/phonet/pep.c:829:37: error: variable 'dst' is uninitialized when passed as a const pointer argument here [-Werror,-Wuninitialized-const-pointer]
+  | # 00:45:02 make[4]: *** [scripts/Makefile.build:203: net/phonet/pep.o] Error 1
+  | # 00:45:08 make[3]: *** [scripts/Makefile.build:461: net/phonet] Error 2
+  | # 00:59:50 drivers/usb/atm/cxacru.c:1104:6: error: variable 'bp' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
+  | # 00:59:50 make[5]: *** [scripts/Makefile.build:203: drivers/usb/atm/cxacru.o] Error 1
+  | # 01:00:03 make[4]: *** [scripts/Makefile.build:461: drivers/usb/atm] Error 2
+  | # 01:00:37 make[2]: *** [scripts/Makefile.build:461: net] Error 2
 
 Used configuration :
  tcwg_kernel/llvm-master-arm-stable-allmodconfig
