Build start time: Fri Oct 3 09:56:49 UTC 2025
[ REASON ] : target/debs/bookworm/sflowtool_5.04_amd64.deb does not exist
[ FLAGS FILE ] : []
[ FLAGS DEPENDS ] : []
[ FLAGS DIFF ] : []
make[1]: warning: -j112 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sonic/src/sflow/sflowtool'
rm -fr ./sflowtool
git clone https://github.com/sflow/sflowtool
cp -r debian sflowtool
pushd ./sflowtool
git checkout -b sflowtool -f 6c2963b
dpkg-buildpackage -rfakeroot -b -us -uc -j112 --admindir /sonic/dpkg/tmp.g3mQlqsQ1M
popd
mv sflowtool_5.04_amd64.deb /sonic/target/debs/bookworm/
Cloning into 'sflowtool'...
/sonic/src/sflow/sflowtool/sflowtool /sonic/src/sflow/sflowtool
Switched to a new branch 'sflowtool'
dpkg-buildpackage: info: source package sflowtool
dpkg-buildpackage: info: source version 5.04
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by DellEMC
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
make[2]: Entering directory '/sonic/src/sflow/sflowtool/sflowtool'
make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
dh clean
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
make[2]: Leaving directory '/sonic/src/sflow/sflowtool/sflowtool'
debian/rules build
make[2]: Entering directory '/sonic/src/sflow/sflowtool/sflowtool'
make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
dh build
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_update_autotools_config
debian/rules override_dh_auto_build
make[3]: Entering directory '/sonic/src/sflow/sflowtool/sflowtool'
./boot.sh && ./configure && make
configure.ac:8: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:8: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:745: AM_CONFIG_HEADER is expanded from...
configure.ac:8: the top level
configure.ac:11: warning: The macro `AC_PROG_CC_C99' is obsolete.
configure.ac:11: You should run autoupdate.
./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
configure.ac:11: the top level
configure.ac:23: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:23: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:23: the top level
configure.ac:28: warning: The macro `AC_HEADER_TIME' is obsolete.
configure.ac:28: You should run autoupdate.
./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from...
configure.ac:28: the top level
configure.ac:11: installing './compile'
configure.ac:15: installing './config.guess'
configure.ac:15: installing './config.sub'
configure.ac:7: installing './install-sh'
configure.ac:7: installing './missing'
Makefile.am: installing './INSTALL'
src/Makefile.am: installing './depcomp'
checking for a BSD-compatible install... /usr/bin/install -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 the include directive... yes (GNU style)
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
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 sys/time.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fcntl.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for strftime... yes
checking for vprintf... yes
checking for getaddrinfo... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strspn... yes
checking for strtol... 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 config.h
config.status: executing depfiles commands
make[4]: Entering directory '/sonic/src/sflow/sflowtool/sflowtool'
make all-recursive
make[5]: Entering directory '/sonic/src/sflow/sflowtool/sflowtool'
Making all in src
make[6]: Entering directory '/sonic/src/sflow/sflowtool/sflowtool/src'
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/sonic/src/sflow/sflowtool/sflowtool=. -fstack-protector-strong -Wformat -Werror=format-security -MT sflowtool.o -MD -MP -MF .deps/sflowtool.Tpo -c -o sflowtool.o sflowtool.c
mv -f .deps/sflowtool.Tpo .deps/sflowtool.Po
gcc -g -O2 -ffile-prefix-map=/sonic/src/sflow/sflowtool/sflowtool=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o sflowtool sflowtool.o
make[6]: Leaving directory '/sonic/src/sflow/sflowtool/sflowtool/src'
make[6]: Entering directory '/sonic/src/sflow/sflowtool/sflowtool'
make[6]: Leaving directory '/sonic/src/sflow/sflowtool/sflowtool'
make[5]: Leaving directory '/sonic/src/sflow/sflowtool/sflowtool'
make[4]: Leaving directory '/sonic/src/sflow/sflowtool/sflowtool'
make[3]: Leaving directory '/sonic/src/sflow/sflowtool/sflowtool'
make[2]: Leaving directory '/sonic/src/sflow/sflowtool/sflowtool'
fakeroot debian/rules binary
make[2]: Entering directory '/sonic/src/sflow/sflowtool/sflowtool'
make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
dh binary
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_testroot
dh_prep
dh_install
dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_installdocs
dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_installchangelogs
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_fixperms
dh_missing
dh_missing: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_makeshlibs
dh_makeshlibs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_shlibdeps
dh_shlibdeps: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_installdeb
dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package 'sflowtool' in '../sflowtool_5.04_amd64.deb'.
make[2]: Leaving directory '/sonic/src/sflow/sflowtool/sflowtool'
dpkg-genbuildinfo --build=binary --admindir=/sonic/dpkg/tmp.g3mQlqsQ1M -O../sflowtool_5.04_amd64.buildinfo
dpkg-genchanges --build=binary -O../sflowtool_5.04_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
/sonic/src/sflow/sflowtool
make[1]: Leaving directory '/sonic/src/sflow/sflowtool'
Build end time: Fri Oct 3 09:57:17 UTC 2025
Elapsed time: 0h 0m 28s
|