<86>Aug 24 08:13:15 userdel[1077115]: delete user 'rooter'
<86>Aug 24 08:13:15 userdel[1077115]: removed group 'rooter' owned by 'rooter'
<86>Aug 24 08:13:15 userdel[1077115]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug 24 08:13:15 groupadd[1077120]: group added to /etc/group: name=rooter, GID=681
<86>Aug 24 08:13:15 groupadd[1077120]: group added to /etc/gshadow: name=rooter
<86>Aug 24 08:13:15 groupadd[1077120]: new group: name=rooter, GID=681
<86>Aug 24 08:13:15 useradd[1077124]: new user: name=rooter, UID=681, GID=681, home=/root, shell=/bin/bash
<86>Aug 24 08:13:15 userdel[1077189]: delete user 'builder'
<86>Aug 24 08:13:15 userdel[1077189]: removed group 'builder' owned by 'builder'
<86>Aug 24 08:13:15 userdel[1077189]: removed shadow group 'builder' owned by 'builder'
<86>Aug 24 08:13:15 groupadd[1077249]: group added to /etc/group: name=builder, GID=682
<86>Aug 24 08:13:15 groupadd[1077249]: group added to /etc/gshadow: name=builder
<86>Aug 24 08:13:15 groupadd[1077249]: new group: name=builder, GID=682
<86>Aug 24 08:13:15 useradd[1077278]: new user: name=builder, UID=682, GID=682, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/ElectricFence-2.2.2-alt4.nosrc.rpm (w1.gzdio)
Installing ElectricFence-2.2.2-alt4.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.21522
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ElectricFence-2.2.2
+ echo 'Source #0 (ElectricFence-2.2.2.tar):'
Source #0 (ElectricFence-2.2.2.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ElectricFence-2.2.2.tar
+ cd ElectricFence-2.2.2
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #1 (ElectricFence-2.0.5-longjmp.patch):'
Patch #1 (ElectricFence-2.0.5-longjmp.patch):
+ /usr/bin/patch -p1 -b --suffix .longjmp
patching file eftest.c
+ echo 'Patch #2 (ElectricFence-2.1-vaarg.patch):'
Patch #2 (ElectricFence-2.1-vaarg.patch):
+ /usr/bin/patch -p1 -b --suffix .vaarg
patching file print.c
Hunk #1 succeeded at 111 (offset 12 lines).
+ echo 'Patch #3 (ElectricFence-2.2.2-pthread.patch):'
Patch #3 (ElectricFence-2.2.2-pthread.patch):
+ /usr/bin/patch -p1 -b --suffix .pthread
patching file efence.c
patching file Makefile
+ echo 'Patch #4 (ElectricFence-2.2.2-madvise.patch):'
Patch #4 (ElectricFence-2.2.2-madvise.patch):
+ /usr/bin/patch -p1 -b --suffix .madvise
patching file page.c
patching file efence.c
Hunk #1 succeeded at 650 (offset 24 lines).
Hunk #2 succeeded at 664 (offset 24 lines).
Hunk #3 succeeded at 795 (offset 24 lines).
+ echo 'Patch #5 (ElectricFence-2.2.2-strerror.patch):'
Patch #5 (ElectricFence-2.2.2-strerror.patch):
+ /usr/bin/patch -p2 -b --suffix .strerror
patching file page.c
+ echo 'Patch #6 (ElectricFence-mmap-size.patch):'
Patch #6 (ElectricFence-mmap-size.patch):
+ /usr/bin/patch -p1
patching file page.c
Hunk #1 succeeded at 56 (offset -14 lines).
Hunk #2 succeeded at 108 (offset -14 lines).
+ echo 'Patch #7 (ElectricFence-2.2.2-ef.patch):'
Patch #7 (ElectricFence-2.2.2-ef.patch):
+ /usr/bin/patch -p1
patching file ef.sh
+ echo 'Patch #8 (ElectricFence-2.2.2-builtins.patch):'
Patch #8 (ElectricFence-2.2.2-builtins.patch):
+ /usr/bin/patch -p1
patching file Makefile
+ /usr/bin/subst 's|/lib$|/lib64|g' Makefile
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.21522
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ElectricFence-2.2.2
+ make -j8 'CFLAGS=${RPM_OPT_FLAGS} -DUSE_SEMAPHORE -fpic'
make: Entering directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto -DUSE_SEMAPHORE -fpic  -c print.c -o print.o
print.c: In function 'EF_Printv':
print.c:73:12: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   73 |     (void) write(2, &c, 1);
      |            ^~~~~~~~~~~~~~~
print.c:94:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   94 |      (void) write(2, string, length);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
print.c:103:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  103 |       write(2, &c, 1);
      |       ^~~~~~~~~~~~~~~
print.c:116:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  116 |      (void) write(2, &c, 1);
      |             ^~~~~~~~~~~~~~~
print.c:127:11: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  127 |    (void) write(2, &c, 1);
      |           ^~~~~~~~~~~~~~~
print.c: In function 'printNumber':
print.c:57:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   57 |   write(2, s, size);
      |   ^~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
make: Entering directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto -DUSE_SEMAPHORE -fpic -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-valloc -fno-builtin-realloc -fno-builtin-free  -c efence.c -o efence.o
make: Leaving directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
make: Entering directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto -DUSE_SEMAPHORE -fpic  -c page.c -o page.o
make: Leaving directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
make: Entering directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
rm -f libefence.a
ar crv libefence.a efence.o page.o print.o
a - efence.o
a - page.o
a - print.o
make: Leaving directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
make: Entering directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto -DUSE_SEMAPHORE -fpic  -c tstheap.c -o tstheap.o
make: Leaving directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
make: Entering directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto -DUSE_SEMAPHORE -fpic  -c eftest.c -o eftest.o
eftest.c: In function 'main':
eftest.c:211:4: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  211 |    write(2, failedTest, sizeof(failedTest) - 1);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eftest.c:212:4: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  212 |    write(2, diag->explanation, strlen(diag->explanation));
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eftest.c:213:4: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  213 |    write(2, &newline, 1);
      |    ^~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
make: Entering directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
rm -f tstheap
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto -DUSE_SEMAPHORE -fpic tstheap.o libefence.a -o tstheap 
make: Leaving directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
make: Entering directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
rm -f eftest
cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto -DUSE_SEMAPHORE -fpic eftest.o libefence.a -o eftest 
make: Leaving directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
make: Entering directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
gcc -shared -Wl,-soname,libefence.so.0 -o libefence.so.0.0 \
	-pipe -frecord-gcc-switches -Wall -g -O2 -flto -DUSE_SEMAPHORE -fpic efence.o page.o print.o 
make: Leaving directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
make: Entering directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'

Testing Electric Fence.
After the last test, it should print that the test has PASSED.
./eftest

  Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <bruce@perens.com>
Electric Fence confidence test failed.
Read overrun: This test reads beyond the end of the buffer.
make: *** [Makefile:26: all] Error 255
make: Leaving directory '/usr/src/RPM/BUILD/ElectricFence-2.2.2'
error: Bad exit status from /usr/src/tmp/rpm-tmp.21522 (%build)


RPM build errors:
    Bad exit status from /usr/src/tmp/rpm-tmp.21522 (%build)
Command exited with non-zero status 1
0.61user 0.13system 0:00.74elapsed 100%CPU (0avgtext+0avgdata 28312maxresident)k
0inputs+0outputs (0major+51272minor)pagefaults 0swaps
hsh-rebuild: rebuild of `ElectricFence-2.2.2-alt4.src.rpm' failed.
Command exited with non-zero status 1
1.81user 1.75system 0:08.61elapsed 41%CPU (0avgtext+0avgdata 28312maxresident)k
2304inputs+0outputs (0major+168004minor)pagefaults 0swaps