FreeBSD-main-amd64-gcc12_build - Build #6541 - Failure
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Sep 2025 19:44:51 UTC
FreeBSD-main-amd64-gcc12_build - Build #6541 (5eb917426e0aab1e82c7b0e7239724d18bae206a) - Failure
Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/6541/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/6541/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/6541/console
Status explanation:
"Failure" - the build is suspected being broken by the following changes
"Still Failing" - the build has not been fixed by the following changes and
this is a notification to note that these changes have
not been fully tested by the CI system
Change summaries:
(Those commits are likely but not certainly responsible)
67f3c0d6a575f74a013974b4d4860a36e4fcc8ab by christos:
dtraceall: Enable kinst for aarch64 and riscv as well
4be491e1b9b3b650494208eb61511f4a45c7db3f by markj:
jail: Optionally allow audit session state to be configured in a jail
0418e6690e91aa6c38dd9af9da43c4c5a9dc1cd2 by zlei:
ipfw: Teach ipfw that EtherIP is an upper layer protocol
22cce201da76a1916be5c993201f0478f3048292 by kib:
vm/vm_fault.c: update and split comments for vm_fault() and
5eb917426e0aab1e82c7b0e7239724d18bae206a by markj:
release: Enable installing packages as a non-root user
The end of the build log:
[...truncated 94.18 MiB...]
unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -c /workspace/src/usr.bin/diff/diffdir.c -o diffdir.pieo
--- all_subdir_stand ---
ntrib/dev/acpica/include -I/workspace/src/stand/i386/libi386 -DEFI -I/workspace/src/stand/common -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_NET_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/contrib/opensolaris/uts/common -DHELP_FILENAME=\"loader.help.efi\" -g -MD -MF.depend.comconsole.o -MTcomconsole.o -std=gnu17 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -Os -c /workspace/src/stand/i386/libi386/comconsole.c -o comconsole.o
--- all_subdir_tests ---
--- all_subdir_tests/sys/capsicum ---
--- mini-me.noexec ---
/usr/local/bin/x86_64-unknown-freebsd14.2-ld: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/crt1.o: in function `_start':
/workspace/src/lib/csu/amd64/crt1_s.S:66:(.text+0x17): undefined reference to `main'
--- all_subdir_usr.bin ---
In file included from /workspace/src/usr.bin/diff/diffdir.c:24:
/workspace/src/usr.bin/diff/diffdir.c: In function 'inodetree_RB_INSERT_COLOR':
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c: In function 'inodetree_RB_REMOVE_COLOR':
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c: In function 'inodetree_RB_REMOVE':
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
/workspace/src/usr.bin/diff/diffdir.c:62:1: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
62 | RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
| ^
--- all_subdir_stand ---
--- spinconsole.o ---
/usr/local/bin/x86_64-unknown-freebsd14.2-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.2/bin/ -O2 -pipe -fno-common -Wformat -fshort-wchar -mno-red-zone -nostdinc -I/tmp/obj/workspace/src/amd64.amd64/stand/libsa -I/workspace/src/stand/libsa -D_STANDALONE -I/workspace/src/sys -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/workspace/src/stand/libsa/geli -DLOADER_DISK_SUPPORT -ffreestanding -mno-mmx -mno-sse -msoft-float -fPIC -mno-red-zone -I. -Iinclude -I/workspace/src/stand/efi/acpica/include -I/workspace/src/stand/efi/loader_simp/../loader -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/include/os/freebsd/zfs -DEFI_ZFS_BOOT -fPIC -Wall -I/workspace/src/stand/efi/loader_simp -I/workspace/src/stand/efi/loader_simp/arch/amd64 -I/workspace/src/stand/efi/include -I/workspace/src/stand/efi/include/amd64 -I/workspace/src/sys/contrib/dev/acpica/include -I/workspace/src/stand/i386/libi386 -DEFI -I/workspace/src/stand/common -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_NET_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/workspace/src/stand/libsa/zfs -I/workspace/src/sys/cddl/boot/zfs -I/workspace/src/sys/cddl/contrib/opensolaris/uts/common -DHELP_FILENAME=\"loader.help.efi\" -g -MD -MF.depend.spinconsole.o -MTspinconsole.o -std=gnu17 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -Os -c /workspace/src/stand/i386/libi386/spinconsole.c -o spinconsole.o
--- all_subdir_tests ---
collect2: error: ld returned 1 exit status
--- all_subdir_stand ---
make[4]: stopped in /workspace/src/stand/efi
--- all_subdir_usr.bin ---
make[2]: stopped in /workspace/src
--- all_subdir_usr.sbin ---
make[4]: stopped in /workspace/src/usr.sbin/cron
make[3]: stopped in /workspace/src/usr.sbin
make[2]: stopped in /workspace/src
--- all_subdir_stand ---
make[3]: stopped in /workspace/src/stand
make[2]: stopped in /workspace/src
--- all_subdir_lib ---
--- all_subdir_lib/msun ---
make[3]: stopped in /workspace/src/lib
--- all_subdir_tests ---
make[3]: stopped in /workspace/src/tests
make[2]: stopped in /workspace/src
--- all_subdir_lib ---
--- all_subdir_lib/libc ---
make[3]: stopped in /workspace/src/lib
make[2]: stopped in /workspace/src
--- all_subdir_sbin ---
make[2]: stopped in /workspace/src
--- all_subdir_rescue ---
*** [objs] Error code 6
make[4]: stopped in /workspace/src/rescue/rescue
1 error
make[4]: stopped in /workspace/src/rescue/rescue
make[3]: stopped in /workspace/src/rescue
make[2]: stopped in /workspace/src
--- all_subdir_cddl ---
make[6]: stopped in /workspace/src/cddl/usr.sbin/zfsd/tests
make[5]: stopped in /workspace/src/cddl/usr.sbin/zfsd
make[4]: stopped in /workspace/src/cddl/usr.sbin
make[3]: stopped in /workspace/src/cddl
make[2]: stopped in /workspace/src
128.99 real 913.15 user 101.47 sys
make[1]: stopped in /workspace/src
make: stopped in /workspace/src
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE
[PostBuildScript] - [INFO] Executing post build scripts.
[FreeBSD-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins13701462561429380131.sh
+ sh freebsd-ci/scripts/jail/clean.sh
clean jail FreeBSD-main-amd64-gcc12_build
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address