<86>Aug 17 09:20:52 userdel[354715]: delete user 'rooter'
<86>Aug 17 09:20:52 userdel[354715]: removed group 'rooter' owned by 'rooter'
<86>Aug 17 09:20:52 userdel[354715]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug 17 09:20:52 groupadd[354791]: group added to /etc/group: name=rooter, GID=1865
<86>Aug 17 09:20:52 groupadd[354791]: group added to /etc/gshadow: name=rooter
<86>Aug 17 09:20:52 groupadd[354791]: new group: name=rooter, GID=1865
<86>Aug 17 09:20:52 useradd[354857]: new user: name=rooter, UID=1865, GID=1865, home=/root, shell=/bin/bash, from=none
<86>Aug 17 09:20:52 userdel[354983]: delete user 'builder'
<86>Aug 17 09:20:52 userdel[354983]: removed group 'builder' owned by 'builder'
<86>Aug 17 09:20:52 userdel[354983]: removed shadow group 'builder' owned by 'builder'
<86>Aug 17 09:20:52 groupadd[355070]: group added to /etc/group: name=builder, GID=1866
<86>Aug 17 09:20:52 groupadd[355070]: group added to /etc/gshadow: name=builder
<86>Aug 17 09:20:52 groupadd[355070]: new group: name=builder, GID=1866
<86>Aug 17 09:20:52 useradd[355141]: new user: name=builder, UID=1866, GID=1866, home=/usr/src, shell=/bin/bash, from=none
<13>Aug 17 09:20:55 rpmi: chrpath-0.16-alt1 sisyphus+346101.200.3.1 1716459476 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/iperf3-3.16-alt1.nosrc.rpm (w1.gzdio)
Installing iperf3-3.16-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.21563
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf iperf-3.16
+ echo 'Source #0 (iperf-3.16.tar.gz):'
Source #0 (iperf-3.16.tar.gz):
+ /usr/bin/gzip -dc /usr/src/RPM/SOURCES/iperf-3.16.tar.gz
+ /bin/tar -xf -
+ cd iperf-3.16
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.21563
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd iperf-3.16
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=' -march=i586 -mtune=generic'
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ readlink -e -- ./configure
+ xargs -ri dirname -- '{}'
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ sort -u
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ configure_runstatedir_flags=
+ grep -qF runstatedir=DIR ./configure
+ configure_runstatedir_flags=--runstatedir=/var/run
+ ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --runstatedir=/var/run --without-included-gettext
configure: WARNING: unrecognized options: --without-included-gettext
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... i586-alt-linux-gnu
checking host system type... i586-alt-linux-gnu
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for i586-alt-linux-gcc... i586-alt-linux-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether i586-alt-linux-gcc accepts -g... yes
checking for i586-alt-linux-gcc option to enable C11 features... none needed
checking whether i586-alt-linux-gcc understands -c and -o together... yes
checking dependency style of i586-alt-linux-gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by i586-alt-linux-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert i586-alt-linux-gnu file names to i586-alt-linux-gnu format... func_convert_file_noop
checking how to convert i586-alt-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for i586-alt-linux-file... no
checking for file... file
checking for i586-alt-linux-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for i586-alt-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i586-alt-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for i586-alt-linux-strip... no
checking for strip... strip
checking for i586-alt-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from i586-alt-linux-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for i586-alt-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if i586-alt-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for i586-alt-linux-gcc option to produce PIC... -fPIC -DPIC
checking if i586-alt-linux-gcc PIC flag -fPIC -DPIC works... yes
checking if i586-alt-linux-gcc static flag -static works... no
checking if i586-alt-linux-gcc supports -c -o file.o... yes
checking if i586-alt-linux-gcc supports -c -o file.o... (cached) yes
checking whether the i586-alt-linux-gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for i586-alt-linux-gcc... (cached) i586-alt-linux-gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether i586-alt-linux-gcc accepts -g... (cached) yes
checking for i586-alt-linux-gcc option to enable C11 features... (cached) none needed
checking whether i586-alt-linux-gcc understands -c and -o together... (cached) yes
checking dependency style of i586-alt-linux-gcc... (cached) none
checking whether ln -s works... yes
checking for library containing floor... -lm
checking for library containing socket... none required
checking for library containing inet_ntop... none required
checking for an ANSI C-conforming const... yes
checking how to run the C preprocessor... i586-alt-linux-gcc -E
checking whether i586-alt-linux-gcc is Clang... no
checking whether pthreads work with "-pthread" and "-lpthread"... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for stdatomic.h... yes
checking for poll.h... yes
checking for linux/tcp.h... yes
checking for sys/socket.h... yes
checking for netinet/sctp.h... no
checking for endian.h... yes
checking for i586-alt-linux-pkg-config... no
checking for pkg-config... pkg-config
checking for openssl/ssl.h in /usr/local/ssl... no
checking for openssl/ssl.h in /usr/lib/ssl... no
checking for openssl/ssl.h in /usr/ssl... no
checking for openssl/ssl.h in /usr/pkg... no
checking for openssl/ssl.h in /usr/local... no
checking for openssl/ssl.h in /usr... no
checking whether compiling and linking against OpenSSL works... no
checking TCP_CONGESTION socket option... yes
checking TCP_USER_TIMEOUT socket option... yes
checking IPv6 flowlabel support... yes
checking for cpuset_setaffinity... no
checking for sched_setaffinity... yes
checking for SetProcessAffinityMask... no
checking for daemon... yes
checking for sendfile... yes
checking for getline... yes
checking SO_MAX_PACING_RATE socket option... yes
checking SO_BINDTODEVICE socket option... yes
checking IP_MTU_DISCOVER socket option... yes
checking IP_DONTFRAG socket option... no
checking IP_DONTFRAGMENT socket option... no
checking any kind of DF socket option... yes
checking for struct tcp_info.tcpi_snd_wnd... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/version.h
config.status: creating examples/Makefile
config.status: creating iperf3.spec
config.status: creating src/iperf_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --without-included-gettext
+ make -j16
Making all in src
make  all-am
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I.    -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o iperf3-main.o `test -f 'main.c' || echo './'`main.c
In file included from main.c:45:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o iperf_locale.lo iperf_locale.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_locale.c  -fPIC -DPIC -o .libs/iperf_locale.o
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_locale.c -o iperf_locale.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o iperf_time.lo iperf_time.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_time.c  -fPIC -DPIC -o .libs/iperf_time.o
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_time.c -o iperf_time.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o iperf_auth.lo iperf_auth.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_auth.c  -fPIC -DPIC -o .libs/iperf_auth.o
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_auth.c -o iperf_auth.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o dscp.lo dscp.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c dscp.c  -fPIC -DPIC -o .libs/dscp.o
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c dscp.c -o dscp.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I.    -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o t_timer-t_timer.o `test -f 't_timer.c' || echo './'`t_timer.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I.    -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o t_units-t_units.o `test -f 't_units.c' || echo './'`t_units.c
In file included from t_units.c:34:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o iperf_sctp.lo iperf_sctp.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_sctp.c  -fPIC -DPIC -o .libs/iperf_sctp.o
In file included from iperf_sctp.c:46:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_sctp.c -o iperf_sctp.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I.    -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o t_uuid-t_uuid.o `test -f 't_uuid.c' || echo './'`t_uuid.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o tcp_info.lo tcp_info.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c tcp_info.c  -fPIC -DPIC -o .libs/tcp_info.o
In file included from tcp_info.c:55:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c tcp_info.c -o tcp_info.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o iperf_error.lo iperf_error.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_error.c  -fPIC -DPIC -o .libs/iperf_error.o
In file included from iperf_error.c:33:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_error.c -o iperf_error.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o net.lo net.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c net.c  -fPIC -DPIC -o .libs/net.o
In file included from net.c:63:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c net.c -o net.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o timer.lo timer.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c timer.c  -fPIC -DPIC -o .libs/timer.o
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c timer.c -o timer.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o iperf_tcp.lo iperf_tcp.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_tcp.c  -fPIC -DPIC -o .libs/iperf_tcp.o
In file included from iperf_tcp.c:41:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_tcp.c -o iperf_tcp.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o iperf_udp.lo iperf_udp.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_udp.c  -fPIC -DPIC -o .libs/iperf_udp.o
In file included from iperf_udp.c:43:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_udp.c -o iperf_udp.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I.    -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o t_auth-t_auth.o `test -f 't_auth.c' || echo './'`t_auth.c
In file included from t_auth.c:36:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I.    -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o t_api-t_api.o `test -f 't_api.c' || echo './'`t_api.c
In file included from t_api.c:36:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o iperf_util.lo iperf_util.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_util.c  -fPIC -DPIC -o .libs/iperf_util.o
In file included from iperf_util.c:50:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_util.c -o iperf_util.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o iperf_client_api.lo iperf_client_api.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_client_api.c  -fPIC -DPIC -o .libs/iperf_client_api.o
In file included from iperf_client_api.c:40:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_client_api.c -o iperf_client_api.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o iperf_server_api.lo iperf_server_api.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_server_api.c  -fPIC -DPIC -o .libs/iperf_server_api.o
In file included from iperf_server_api.c:51:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_server_api.c -o iperf_server_api.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o units.lo units.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c units.c  -fPIC -DPIC -o .libs/units.o
In file included from units.c:65:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c units.c -o units.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o cjson.lo cjson.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c cjson.c  -fPIC -DPIC -o .libs/cjson.o
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c cjson.c -o cjson.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o iperf_api.lo iperf_api.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_api.c  -fPIC -DPIC -o .libs/iperf_api.o
In file included from iperf_api.c:75:
iperf.h:128:1: note: the alignment of '_Atomic long long unsigned int' fields changed in GCC 11.1
  128 | };
      | ^
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c iperf_api.c -o iperf_api.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=link i586-alt-linux-gcc  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread   -o libiperf.la -rpath /usr/lib cjson.lo iperf_api.lo iperf_error.lo iperf_auth.lo iperf_client_api.lo iperf_locale.lo iperf_server_api.lo iperf_tcp.lo iperf_udp.lo iperf_sctp.lo iperf_util.lo iperf_time.lo dscp.lo net.lo tcp_info.lo timer.lo units.lo  -lpthread -lm 
libtool: link: i586-alt-linux-gcc -shared  -fPIC -DPIC  .libs/cjson.o .libs/iperf_api.o .libs/iperf_error.o .libs/iperf_auth.o .libs/iperf_client_api.o .libs/iperf_locale.o .libs/iperf_server_api.o .libs/iperf_tcp.o .libs/iperf_udp.o .libs/iperf_sctp.o .libs/iperf_util.o .libs/iperf_time.o .libs/dscp.o .libs/net.o .libs/tcp_info.o .libs/timer.o .libs/units.o   -lpthread -lm  -g -O2 -flto=auto -march=i586 -mtune=generic   -pthread -Wl,-soname -Wl,libiperf.so.0 -o .libs/libiperf.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libiperf.so.0" && ln -s "libiperf.so.0.0.0" "libiperf.so.0")
libtool: link: (cd ".libs" && rm -f "libiperf.so" && ln -s "libiperf.so.0.0.0" "libiperf.so")
libtool: link: ar cr .libs/libiperf.a  cjson.o iperf_api.o iperf_error.o iperf_auth.o iperf_client_api.o iperf_locale.o iperf_server_api.o iperf_tcp.o iperf_udp.o iperf_sctp.o iperf_util.o iperf_time.o dscp.o net.o tcp_info.o timer.o units.o
libtool: link: ranlib .libs/libiperf.a
libtool: link: ( cd ".libs" && rm -f "libiperf.la" && ln -s "../libiperf.la" "libiperf.la" )
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=link i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread   -o t_auth t_auth-t_auth.o libiperf.la -lpthread -lm 
libtool: link: i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -o .libs/t_auth t_auth-t_auth.o  ./.libs/libiperf.so -lpthread -lm -pthread
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=link i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread   -o t_uuid t_uuid-t_uuid.o libiperf.la -lpthread -lm 
libtool: link: i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -o .libs/t_uuid t_uuid-t_uuid.o  ./.libs/libiperf.so -lpthread -lm -pthread
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=link i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread   -o t_timer t_timer-t_timer.o libiperf.la -lpthread -lm 
libtool: link: i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -o .libs/t_timer t_timer-t_timer.o  ./.libs/libiperf.so -lpthread -lm -pthread
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=link i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread   -o t_api t_api-t_api.o libiperf.la -lpthread -lm 
libtool: link: i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -o .libs/t_api t_api-t_api.o  ./.libs/libiperf.so -lpthread -lm -pthread
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=link i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -g  -o iperf3 iperf3-main.o libiperf.la -lpthread -lm 
libtool: link: i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -g -o .libs/iperf3 iperf3-main.o  ./.libs/libiperf.so -lpthread -lm -pthread
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
/bin/sh ../libtool  --tag=CC   --mode=link i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread   -o t_units t_units-t_units.o libiperf.la -lpthread -lm 
libtool: link: i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -o .libs/t_units t_units-t_units.o  ./.libs/libiperf.so -lpthread -lm -pthread
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
Making all in examples
make[1]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/examples'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src  -I../src  -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o mis-mis.o `test -f 'mis.c' || echo './'`mis.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/examples'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I../src  -I../src  -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -c -o mic-mic.o `test -f 'mic.c' || echo './'`mic.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/examples'
/bin/sh ../libtool  --tag=CC   --mode=link i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -g  -o mis mis-mis.o ../src/libiperf.la -lpthread -lm 
libtool: link: i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -g -o .libs/mis mis-mis.o  ../src/.libs/libiperf.so -lpthread -lm -pthread
make[1]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/examples'
/bin/sh ../libtool  --tag=CC   --mode=link i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -pthread -g  -o mic mic-mic.o ../src/libiperf.la -lpthread -lm 
libtool: link: i586-alt-linux-gcc -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -g -o .libs/mic mic-mic.o  ../src/.libs/libiperf.so -lpthread -lm -pthread
make[1]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/examples'
make[1]: Nothing to be done for 'all-am'.
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.20531
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/iperf3-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/iperf3-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd iperf-3.16
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/iperf3-buildroot/usr exec_prefix=/usr/src/tmp/iperf3-buildroot/usr bindir=/usr/src/tmp/iperf3-buildroot/usr/bin sbindir=/usr/src/tmp/iperf3-buildroot/usr/sbin sysconfdir=/usr/src/tmp/iperf3-buildroot/etc datadir=/usr/src/tmp/iperf3-buildroot/usr/share includedir=/usr/src/tmp/iperf3-buildroot/usr/include libdir=/usr/src/tmp/iperf3-buildroot/usr/lib libexecdir=/usr/src/tmp/iperf3-buildroot/usr/lib localstatedir=/usr/src/tmp/iperf3-buildroot/var/lib runstatedir=/usr/src/tmp/iperf3-buildroot/var/run sharedstatedir=/usr/src/tmp/iperf3-buildroot/var/lib mandir=/usr/src/tmp/iperf3-buildroot/usr/share/man infodir=/usr/src/tmp/iperf3-buildroot/usr/share/info install
make: Entering directory '/usr/src/RPM/BUILD/iperf-3.16'
Making install in src
make[1]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/src'
 /usr/bin/mkdir -p '/usr/src/tmp/iperf3-buildroot/usr/lib'
 /bin/sh ../libtool   --mode=install /usr/libexec/rpm-build/install -p   libiperf.la '/usr/src/tmp/iperf3-buildroot/usr/lib'
libtool: install: /usr/libexec/rpm-build/install -p .libs/libiperf.so.0.0.0 /usr/src/tmp/iperf3-buildroot/usr/lib/libiperf.so.0.0.0
libtool: install: (cd /usr/src/tmp/iperf3-buildroot/usr/lib && { ln -s -f libiperf.so.0.0.0 libiperf.so.0 || { rm -f libiperf.so.0 && ln -s libiperf.so.0.0.0 libiperf.so.0; }; })
libtool: install: (cd /usr/src/tmp/iperf3-buildroot/usr/lib && { ln -s -f libiperf.so.0.0.0 libiperf.so || { rm -f libiperf.so && ln -s libiperf.so.0.0.0 libiperf.so; }; })
libtool: install: /usr/libexec/rpm-build/install -p .libs/libiperf.lai /usr/src/tmp/iperf3-buildroot/usr/lib/libiperf.la
libtool: install: /usr/libexec/rpm-build/install -p .libs/libiperf.a /usr/src/tmp/iperf3-buildroot/usr/lib/libiperf.a
libtool: install: chmod 644 /usr/src/tmp/iperf3-buildroot/usr/lib/libiperf.a
libtool: install: ranlib /usr/src/tmp/iperf3-buildroot/usr/lib/libiperf.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
 /usr/bin/mkdir -p '/usr/src/tmp/iperf3-buildroot/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/libexec/rpm-build/install -p iperf3 '/usr/src/tmp/iperf3-buildroot/usr/bin'
libtool: warning: 'libiperf.la' has not been installed in '/usr/lib'
libtool: install: /usr/libexec/rpm-build/install -p .libs/iperf3 /usr/src/tmp/iperf3-buildroot/usr/bin/iperf3
 /usr/bin/mkdir -p '/usr/src/tmp/iperf3-buildroot/usr/include'
 /usr/libexec/rpm-build/install -p -m 644 iperf_api.h '/usr/src/tmp/iperf3-buildroot/usr/include'
 /usr/bin/mkdir -p '/usr/src/tmp/iperf3-buildroot/usr/share/man/man1'
 /usr/libexec/rpm-build/install -p -m 644 iperf3.1 '/usr/src/tmp/iperf3-buildroot/usr/share/man/man1'
 /usr/bin/mkdir -p '/usr/src/tmp/iperf3-buildroot/usr/share/man/man3'
 /usr/libexec/rpm-build/install -p -m 644 libiperf.3 '/usr/src/tmp/iperf3-buildroot/usr/share/man/man3'
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
make[1]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/src'
Making install in examples
make[1]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/examples'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16/examples'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/examples'
make[1]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16/examples'
make[1]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16'
make[2]: Entering directory '/usr/src/RPM/BUILD/iperf-3.16'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16'
make[1]: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16'
make: Leaving directory '/usr/src/RPM/BUILD/iperf-3.16'
+ rm -f /usr/src/tmp/iperf3-buildroot//usr/lib/libiperf.a
+ install -pDm0644 /usr/src/RPM/SOURCES/iperf3.sysconfig /usr/src/tmp/iperf3-buildroot//etc/sysconfig/iperf3
+ install -pDm0755 /usr/src/RPM/SOURCES/iperf3.init /usr/src/tmp/iperf3-buildroot//etc/rc.d/init.d/iperf3
+ install -pDm0644 /usr/src/RPM/SOURCES/iperf3.service /usr/src/tmp/iperf3-buildroot//usr/lib/systemd/system/iperf3.service
+ chrpath -d /usr/src/tmp/iperf3-buildroot//usr/bin/iperf3
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/iperf3-buildroot (auto)
removed './usr/lib/libiperf.la'
mode of './usr/lib/libiperf.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/iperf3-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/iperf3-buildroot/ (default)
Compressing files in /usr/src/tmp/iperf3-buildroot (auto)
Verifying systemd units in /usr/src/tmp/iperf3-buildroot
Adjusting library links in /usr/src/tmp/iperf3-buildroot
./usr/lib: (from <cmdline>:0)
	libiperf.so.0 -> libiperf.so.0.0.0
Verifying ELF objects in /usr/src/tmp/iperf3-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib/libiperf.so.0.0.0: uses non-LFS functions: fcntl fopen fstat ftruncate mkstemp mmap open sendfile stat
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/iperf3-buildroot
Processing files: iperf3-3.16-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.8147
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd iperf-3.16
+ DOCDIR=/usr/src/tmp/iperf3-buildroot/usr/share/doc/iperf3-3.16
+ export DOCDIR
+ rm -rf /usr/src/tmp/iperf3-buildroot/usr/share/doc/iperf3-3.16
+ /bin/mkdir -p /usr/src/tmp/iperf3-buildroot/usr/share/doc/iperf3-3.16
+ cp -prL LICENSE README.md RELNOTES.md /usr/src/tmp/iperf3-buildroot/usr/share/doc/iperf3-3.16
+ chmod -R go-w /usr/src/tmp/iperf3-buildroot/usr/share/doc/iperf3-3.16
+ chmod -R a+rX /usr/src/tmp/iperf3-buildroot/usr/share/doc/iperf3-3.16
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FwbaeH
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.f6vWeL
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LybAix
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QN133D
Requires: libiperf3-0 = 3.16-alt1, /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.11), libc.so.6(GLIBC_2.34), libiperf.so.0 >= set:mh26DkLjyB9NPOOwXyyZfkSLN2yZex3Oeet8xiHWEXAiJwOrNW2X02, rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(SetVersions)
Requires(post): /bin/sh, /usr/sbin/post_service
Requires(preun): /bin/sh, /usr/sbin/preun_service
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pY7amE
Creating iperf3-debuginfo package
Processing files: libiperf3-0-3.16-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sbzrKy
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/iperf3-buildroot/usr/lib/libiperf.so.0: 429 symbols, 19 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.k5LE7L
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libiperf3 = 3.16-alt1, libiperf.so.0 = set:md4aZxUOEyBPgFbW9WxG20FZfZ1IJSUmZgbFRPZwJgaqKQRB9Bvt3ZBcWVvbt7KuTANk1wZq4ejcPcSvG3kd6YZpiDZshkV7mZbV9we5p9JTzxY9s6PkD4maS9jR7rpcsAZ3gDDvyLnJytuWvTqBFlRsS07yrh7lWReo1pAEsWEl01leV0HF6EJP6q1YmS8jDFaN9aG2KIiWjlJ1DusZ0tKpnfZ9woq2uutDWZyEWCPCtBIVc5zE377ZoenPUNoFzvKWHxzo8SixaWOfRBBnDeAcZtzEZb8J0iv66r1oJCDlG9By67mGloKbsXUiOE5r3AjcT9C5niGAs3totUzYhh7a9c22JXjM8K9yganCMYwlDlxHZJxWByCMzq3KaNOjoWwgSE3YqedVhPKC4JNShk9nRsAm4E3UxKnTZ8fJZCFhyunQhmTjKM4PdogyrnFgYcfZx7kb2golsTfyZ980ZJswgRO9059abjF6MDUuunuKObRC0TaY5eb1GXPQVgm9sYHGHZLtiiVbbnCR8rJjGZntPMUpMcQjsIBoZ9litHo4xwm6EeuVZ87tfZcRvULlKwpgjZ6wcU6dWC4JOUSFKdzMTJKbiA2rG0lOujbNki88kaWm3WuIwo1RC2Yvn7Sm8OgvcGTI0qfLYnyl1hMBKcODXa7RiZyR7nRW7x9Lx27NxqsUtIGdXwzulhVSzIA6EA2GGmZ8pZDUJOL2z0Ukzz258KkVatGe9pzFiqTRh9UpjcTiUwL1yDD598WdeKn5da7f5C9ZAwlBwOcjGlqJRZERTB16p7VJ5WZpeSzfC5SrKhkZieTRH3bdN3NqJ04djzZeLYWJLHP6bX5thQeU20
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.17), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.38), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.1), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7NSEhr
Creating libiperf3-0-debuginfo package
Processing files: libiperf3-devel-3.16-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.85gnMr
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.g8YSrF
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: iperf3-devel = 3.16
Requires: libiperf3-0 = 3.16-alt1, /usr/lib/libiperf.so.0.0.0
Obsoletes: iperf3-devel < 3.16
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.f9YB9U
Processing files: iperf3-debuginfo-3.16-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gt62Qi
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qWjd6K
find-requires: running scripts (debuginfo)
Requires: iperf3 = 3.16-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libiperf.so.0)
Processing files: libiperf3-0-debuginfo-3.16-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MkVMOV
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.v9DDRl
find-requires: running scripts (debuginfo)
Provides: debug(libiperf.so.0)
Requires: libiperf3-0 = 3.16-alt1, debug(libc.so.6), debug(libm.so.6)
Adding to iperf3 a strict dependency on libiperf3-0
Adding to iperf3-debuginfo a strict dependency on iperf3
Adding to libiperf3-devel a strict dependency on libiperf3-0
Adding to libiperf3-0-debuginfo a strict dependency on libiperf3-0
Adding to iperf3-debuginfo a strict dependency on libiperf3-0-debuginfo
Removing from iperf3-debuginfo 5 sources provided by libiperf3-0-debuginfo
Removing 2 extra deps from iperf3 due to dependency on libiperf3-0
Removing 1 extra deps from libiperf3-devel due to dependency on libiperf3-0
Removing 1 extra deps from iperf3-debuginfo due to dependency on libiperf3-0-debuginfo
Removing 4 extra deps from iperf3 due to repentancy on libiperf3-0
Removing 1 extra deps from iperf3-debuginfo due to repentancy on libiperf3-0-debuginfo
Wrote: /usr/src/RPM/RPMS/i586/iperf3-3.16-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libiperf3-0-3.16-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libiperf3-devel-3.16-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/iperf3-debuginfo-3.16-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libiperf3-0-debuginfo-3.16-alt1.i586.rpm (w2.lzdio)
8.95user 7.75system 0:22.57elapsed 74%CPU (0avgtext+0avgdata 48364maxresident)k
0inputs+0outputs (0major+1371309minor)pagefaults 0swaps
3.32user 2.73system 0:33.42elapsed 18%CPU (0avgtext+0avgdata 130156maxresident)k
0inputs+0outputs (0major+214331minor)pagefaults 0swaps
--- iperf3-3.16-alt1.i586.rpm.repo	2023-12-04 08:40:47.000000000 +0000
+++ iperf3-3.16-alt1.i586.rpm.hasher	2024-08-17 09:21:21.237497861 +0000
@@ -2,4 +2,4 @@
 /etc/sysconfig/iperf3	100644	root:root	
-/lib/systemd/system/iperf3.service	100644	root:root	
 /usr/bin/iperf3	100755	root:root	
+/usr/lib/systemd/system/iperf3.service	100644	root:root	
 /usr/share/doc/iperf3-3.16	40755	root:root	
@@ -28,4 +28,4 @@
 File: /etc/sysconfig/iperf3	100644	root:root	0ee4f994a77888351ffa83aebc23a456	
-File: /lib/systemd/system/iperf3.service	100644	root:root	12f50edd8ca72b9e7612de7c8100ba44	
-File: /usr/bin/iperf3	100755	root:root	eb1c0c57dec11578bba69b3dbd708d7d	
+File: /usr/bin/iperf3	100755	root:root	befed136e67e666a693d89d371378056	
+File: /usr/lib/systemd/system/iperf3.service	100644	root:root	12f50edd8ca72b9e7612de7c8100ba44	
 File: /usr/share/doc/iperf3-3.16	40755	root:root		
@@ -36,2 +36,2 @@
 File: /usr/share/man/man3/libiperf.3.xz	100644	root:root	41f79eda4f5f13c80e7758054a2b6c30	
-RPMIdentity: 15c49bcecd2d33626bc2b0a5df5b169862b114da42696395b61f12c1614b19a713f545ffd763fd3d1d83377bf3ba31751bcdc2450cdff9d51e5f0ede19ded48a
+RPMIdentity: bf7ba8ea8f5a5ec528cc7f021dab45f6a0b8efd8254f57137bf4b27deb54c5dd128c45b0c5a239be9aebd5a1dc1249c5d1287164e2bb159a2bc71bb53151759f
--- iperf3-debuginfo-3.16-alt1.i586.rpm.repo	2023-12-04 08:40:48.000000000 +0000
+++ iperf3-debuginfo-3.16-alt1.i586.rpm.hasher	2024-08-17 09:21:21.344499262 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/9c	40755	root:root	
-/usr/lib/debug/.build-id/9c/d1948d560f06cb4eaff00f3a422d574e9f46ed	120777	root:root	../../../../bin/iperf3
-/usr/lib/debug/.build-id/9c/d1948d560f06cb4eaff00f3a422d574e9f46ed.debug	120777	root:root	../../usr/bin/iperf3.debug
+/usr/lib/debug/.build-id/81	40755	root:root	
+/usr/lib/debug/.build-id/81/b1c56754bc27b8a727429d320333b1490ee685	120777	root:root	../../../../bin/iperf3
+/usr/lib/debug/.build-id/81/b1c56754bc27b8a727429d320333b1490ee685.debug	120777	root:root	../../usr/bin/iperf3.debug
 /usr/lib/debug/usr/bin/iperf3.debug	100644	root:root	
@@ -12,6 +12,6 @@
 Provides: iperf3-debuginfo = 3.16-alt1:sisyphus+335671.100.1.1
-File: /usr/lib/debug/.build-id/9c	40755	root:root		
-File: /usr/lib/debug/.build-id/9c/d1948d560f06cb4eaff00f3a422d574e9f46ed	120777	root:root		../../../../bin/iperf3
-File: /usr/lib/debug/.build-id/9c/d1948d560f06cb4eaff00f3a422d574e9f46ed.debug	120777	root:root		../../usr/bin/iperf3.debug
-File: /usr/lib/debug/usr/bin/iperf3.debug	100644	root:root	f1ece0bf332f89a9ce26847d56c970d3	
+File: /usr/lib/debug/.build-id/81	40755	root:root		
+File: /usr/lib/debug/.build-id/81/b1c56754bc27b8a727429d320333b1490ee685	120777	root:root		../../../../bin/iperf3
+File: /usr/lib/debug/.build-id/81/b1c56754bc27b8a727429d320333b1490ee685.debug	120777	root:root		../../usr/bin/iperf3.debug
+File: /usr/lib/debug/usr/bin/iperf3.debug	100644	root:root	ca0fc260e46794a4b52bab611a3f1e42	
 File: /usr/src/debug/iperf-3.16	40755	root:root		
@@ -19,2 +19,2 @@
 File: /usr/src/debug/iperf-3.16/src/main.c	100644	root:root	452358d4cb54ddcea4ac4fb9fe57f221	
-RPMIdentity: c7b0e942009f7bc65ce9aa7132f6ac2f1518642b150c35070ca57de3cdd68be375520c85c473b8a926fdc9b3745681ee23a1066210e268a2209ab3799d58aef6
+RPMIdentity: bf987d6be6087d45090b38118d9822f65b0a701aabc8f8448df20bf629f405e512daa5c1f1ea06f29507f91880886ea53cae0d8a8bd65b529065df1630d82625
--- libiperf3-0-3.16-alt1.i586.rpm.repo	2023-12-04 08:40:48.000000000 +0000
+++ libiperf3-0-3.16-alt1.i586.rpm.hasher	2024-08-17 09:21:21.449500637 +0000
@@ -22,3 +22,3 @@
 File: /usr/lib/libiperf.so.0	120777	root:root		libiperf.so.0.0.0
-File: /usr/lib/libiperf.so.0.0.0	100644	root:root	4c9be15a6cf5fa5912efc23e0aefa1fb	
-RPMIdentity: c468eba6638cb78336207838f91884028088188a3aeed10045fb958fc7be64cf9f2ead1cd424fbf1f8f3375fabe708132262c2dbe8f82f796fccc57c65940b39
+File: /usr/lib/libiperf.so.0.0.0	100644	root:root	fd85d2401c4b83b52900c048703e9cb2	
+RPMIdentity: c1cac2d3aa8371ae0f06f1bb89f36d88a3282f9fc07b9c34299f00adcc5872f54b6f25f8eff30d27ef3196947b7eb64a53fb53812fb9dad0cf99f7a6aa3b9162
--- libiperf3-0-debuginfo-3.16-alt1.i586.rpm.repo	2023-12-04 08:40:47.000000000 +0000
+++ libiperf3-0-debuginfo-3.16-alt1.i586.rpm.hasher	2024-08-17 09:21:21.548501933 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/13	40755	root:root	
-/usr/lib/debug/.build-id/13/593d1b9423a5ff78d2bc242c4a2a01cfd17c97	120777	root:root	../../../libiperf.so.0.0.0
-/usr/lib/debug/.build-id/13/593d1b9423a5ff78d2bc242c4a2a01cfd17c97.debug	120777	root:root	../../usr/lib/libiperf.so.0.0.0.debug
+/usr/lib/debug/.build-id/7c	40755	root:root	
+/usr/lib/debug/.build-id/7c/d7edc18ac7d9470e394cfd49a5380f5c8622f7	120777	root:root	../../../libiperf.so.0.0.0
+/usr/lib/debug/.build-id/7c/d7edc18ac7d9470e394cfd49a5380f5c8622f7.debug	120777	root:root	../../usr/lib/libiperf.so.0.0.0.debug
 /usr/lib/debug/usr/lib/libiperf.so.0.0.0.debug	100644	root:root	
@@ -41,6 +41,6 @@
 Provides: libiperf3-0-debuginfo = 3.16-alt1:sisyphus+335671.100.1.1
-File: /usr/lib/debug/.build-id/13	40755	root:root		
-File: /usr/lib/debug/.build-id/13/593d1b9423a5ff78d2bc242c4a2a01cfd17c97	120777	root:root		../../../libiperf.so.0.0.0
-File: /usr/lib/debug/.build-id/13/593d1b9423a5ff78d2bc242c4a2a01cfd17c97.debug	120777	root:root		../../usr/lib/libiperf.so.0.0.0.debug
-File: /usr/lib/debug/usr/lib/libiperf.so.0.0.0.debug	100644	root:root	ad557dc0b8eebcb0cff357c0c64c5006	
+File: /usr/lib/debug/.build-id/7c	40755	root:root		
+File: /usr/lib/debug/.build-id/7c/d7edc18ac7d9470e394cfd49a5380f5c8622f7	120777	root:root		../../../libiperf.so.0.0.0
+File: /usr/lib/debug/.build-id/7c/d7edc18ac7d9470e394cfd49a5380f5c8622f7.debug	120777	root:root		../../usr/lib/libiperf.so.0.0.0.debug
+File: /usr/lib/debug/usr/lib/libiperf.so.0.0.0.debug	100644	root:root	9329f64b11e4fc43ec5820afe58f99df	
 File: /usr/lib/debug/usr/lib/libiperf.so.0.debug	120777	root:root		libiperf.so.0.0.0.debug
@@ -76,2 +76,2 @@
 File: /usr/src/debug/iperf-3.16/src/units.h	100644	root:root	97ae091676d43ef555729f89f30dc7e6	
-RPMIdentity: 72b60f7f7c530797f2ed61d2131076abed09f8e57278a815a5bd2d2f7f5ae26dbed1ba282afd93dfdc409589f146c0b40abc6b2755325b04e47627388b23a79a
+RPMIdentity: 6a2d5c0e8baf0bfac9a350acd09bc21b877bf5be99d98170d1059cf3bb80e3cf85f65444bca2c43bc3dbe1e05be78f7d906856648b28eb3b4ff6bf7b4a15c68e