>>> host-faketime v0.9.6 Extracting gzip -d -c /home/naourr/work/instance-3/dl/faketime-v0.9.6.tar.gz | /home/naourr/work/instance-3/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output/build/host-faketime-v0.9.6 -xf - >>> host-faketime v0.9.6 Patching Applying 0001-Disable-the-non-null-compare-warning-error.patch using patch: patching file src/Makefile >>> host-faketime v0.9.6 Configuring >>> host-faketime v0.9.6 Building PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PKG_CONFIG="/home/naourr/work/instance-3/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-3/output/host/lib/pkgconfig:/home/naourr/work/instance-3/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/naourr/work/instance-3/output/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-3/output/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-3/output/host/include" LDFLAGS="-L/home/naourr/work/instance-3/output/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-3/output/build/host-faketime-v0.9.6 PREFIX=/home/naourr/work/instance-3/output/host make[1]: Entering directory '/home/naourr/work/instance-3/output/build/host-faketime-v0.9.6' /usr/bin/make -C src all make[2]: Entering directory '/home/naourr/work/instance-3/output/build/host-faketime-v0.9.6/src' /usr/bin/gcc -o libfaketime.o -c -O2 -I/home/naourr/work/instance-3/output/host/include -std=gnu99 -Wall -Wextra -Werror -Wno-nonnull-compare -DFAKE_STAT -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'/home/naourr/work/instance-3/output/host'"' -DLIBDIRNAME='"'/lib/faketime'"' libfaketime.c /usr/bin/gcc -o libfaketimeMT.o -c -O2 -I/home/naourr/work/instance-3/output/host/include -std=gnu99 -Wall -Wextra -Werror -Wno-nonnull-compare -DFAKE_STAT -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'/home/naourr/work/instance-3/output/host'"' -DLIBDIRNAME='"'/lib/faketime'"' libfaketime.c /usr/bin/gcc -o faketime -O2 -I/home/naourr/work/instance-3/output/host/include -std=gnu99 -Wall -Wextra -Werror -Wno-nonnull-compare -DFAKE_STAT -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'/home/naourr/work/instance-3/output/host'"' -DLIBDIRNAME='"'/lib/faketime'"' faketime.c -L/home/naourr/work/instance-3/output/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output/host/lib -Wl,--version-script=libfaketime.map -lpthread -lrt faketime.c: In function 'main': faketime.c:272:45: error: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 0 and 4095 [-Werror=format-truncation=] snprintf(shared_objs, PATH_BUFSIZE, "%s %s", sem_name, shm_name); ^~ ~~~~~~~~ faketime.c:272:5: note: 'snprintf' output between 2 and 8192 bytes into a destination of size 4096 snprintf(shared_objs, PATH_BUFSIZE, "%s %s", sem_name, shm_name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:94: faketime] Error 1 make[2]: *** Waiting for unfinished jobs.... libfaketime.c: In function 'fake_clock_gettime.part.3': libfaketime.c:1769:9: error: 'strncpy' specified bound 256 equals destination size [-Werror=stringop-truncation] strncpy(user_faked_time, tmp_env, BUFFERLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libfaketime.c: In function 'fake_clock_gettime.part.3': libfaketime.c:1769:9: error: 'strncpy' specified bound 256 equals destination size [-Werror=stringop-truncation] strncpy(user_faked_time, tmp_env, BUFFERLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libfaketime.c: In function 'ftpl_init': libfaketime.c:1527:12: error: 'strncpy' specified bound 1024 equals destination size [-Werror=stringop-truncation] (void) strncpy(ft_spawn_target, getenv("FAKETIME_SPAWN_TARGET"), 1024); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libfaketime.c:1588:5: error: 'strncpy' specified bound 8192 equals destination size [-Werror=stringop-truncation] strncpy(user_faked_time_fmt, tmp_env, BUFSIZ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors libfaketime.c: In function 'ftpl_init': libfaketime.c:1527:12: error: 'strncpy' specified bound 1024 equals destination size [-Werror=stringop-truncation] (void) strncpy(ft_spawn_target, getenv("FAKETIME_SPAWN_TARGET"), 1024); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libfaketime.c:1588:5: error: 'strncpy' specified bound 8192 equals destination size [-Werror=stringop-truncation] strncpy(user_faked_time_fmt, tmp_env, BUFSIZ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [Makefile:88: libfaketimeMT.o] Error 1 cc1: all warnings being treated as errors make[2]: *** [Makefile:88: libfaketime.o] Error 1 make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/host-faketime-v0.9.6/src' make[1]: *** [Makefile:7: all] Error 2 make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/host-faketime-v0.9.6' make: *** [package/pkg-generic.mk:226: /home/naourr/work/instance-3/output/build/host-faketime-v0.9.6/.stamp_built] Error 2 make: Leaving directory '/home/naourr/work/instance-3/buildroot'