<86>Feb  5 01:57:13 userdel[110703]: delete user 'rooter'
<86>Feb  5 01:57:13 userdel[110703]: removed group 'rooter' owned by 'rooter'
<86>Feb  5 01:57:13 userdel[110703]: removed shadow group 'rooter' owned by 'rooter'
<86>Feb  5 01:57:13 groupadd[110715]: group added to /etc/group: name=rooter, GID=621
<86>Feb  5 01:57:13 groupadd[110715]: group added to /etc/gshadow: name=rooter
<86>Feb  5 01:57:13 groupadd[110715]: new group: name=rooter, GID=621
<86>Feb  5 01:57:13 useradd[110729]: new user: name=rooter, UID=621, GID=621, home=/root, shell=/bin/bash
<86>Feb  5 01:57:13 userdel[110757]: delete user 'builder'
<86>Feb  5 01:57:13 userdel[110757]: removed group 'builder' owned by 'builder'
<86>Feb  5 01:57:13 userdel[110757]: removed shadow group 'builder' owned by 'builder'
<86>Feb  5 01:57:13 groupadd[110771]: group added to /etc/group: name=builder, GID=622
<86>Feb  5 01:57:13 groupadd[110771]: group added to /etc/gshadow: name=builder
<86>Feb  5 01:57:13 groupadd[110771]: new group: name=builder, GID=622
<86>Feb  5 01:57:13 useradd[110779]: new user: name=builder, UID=622, GID=622, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/json-c-0.12.1-alt2.nosrc.rpm
Installing json-c-0.12.1-alt2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.24613
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf json-c-0.12.1
+ echo 'Source #0 (json-c-0.12.1-alt2.tar):'
Source #0 (json-c-0.12.1-alt2.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/json-c-0.12.1-alt2.tar
+ cd json-c-0.12.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.24613
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd json-c-0.12.1
+ autoreconf -fisv
autoreconf-default: Entering directory `.'
autoreconf-default: configure.ac: not using Gettext
autoreconf-default: running: aclocal --force 
autoreconf-default: configure.ac: tracing
autoreconf-default: running: libtoolize --force --install
libtoolize-default: putting auxiliary files in `.'.
libtoolize-default: linking file `./config.guess'
libtoolize-default: linking file `./config.sub'
libtoolize-default: linking file `./install-sh'
libtoolize-default: linking file `./ltmain.sh'
libtoolize-default: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize-default: rerunning libtoolize-default, to keep the correct libtool macros in-tree.
libtoolize-default: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf-default: configure.ac: not using Intltool
autoreconf-default: configure.ac: not using gtk-doc
autoreconf-default: running: /usr/bin/autoconf-2.60 --force
autoreconf-default: running: /usr/bin/autoheader-2.60 --force
autoreconf-default: running: automake --add-missing --force-missing
autoreconf-default: Leaving directory `.'
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ readlink -e -- ./configure
+ xargs -ri dirname -- '{}'
+ sort -u
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext --enable-rdrand --disable-static
configure: WARNING: unrecognized options: --without-included-gettext
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make sets $(MAKE)... (cached) yes
RDRAND Hardware RNG Hash Seed enabled on supported x86/x64 platforms
checking for style of include used by make... GNU
checking for x86_64-alt-linux-gcc... x86_64-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 we are using the GNU C compiler... yes
checking whether x86_64-alt-linux-gcc accepts -g... yes
checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed
checking whether x86_64-alt-linux-gcc understands -c and -o together... yes
checking dependency style of x86_64-alt-linux-gcc... none
checking how to run the C preprocessor... x86_64-alt-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for strings.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking for inttypes.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for vprintf... yes
checking for _doprnt... no
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for open... yes
checking for vsyslog... yes
checking for strncasecmp... yes
checking for setlocale... yes
checking whether INFINITY is declared... yes
checking whether nan is declared... yes
checking whether isnan is declared... yes
checking whether isinf is declared... yes
checking whether _isnan is declared... no
checking whether _finite is declared... no
checking if .gnu.warning accepts long strings... no
checking build system type... x86_64-alt-linux-gnu
checking host system type... x86_64-alt-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-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 whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-alt-linux-gnu file names to x86_64-alt-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-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 x86_64-alt-linux-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for x86_64-alt-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-alt-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-alt-linux-strip... no
checking for strip... strip
checking for x86_64-alt-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from x86_64-alt-linux-gcc object... ok
checking for sysroot... no
checking for x86_64-alt-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-alt-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-alt-linux-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-alt-linux-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-alt-linux-gcc static flag -static works... no
checking if x86_64-alt-linux-gcc supports -c -o file.o... yes
checking if x86_64-alt-linux-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-alt-linux-gcc linker (/usr/bin/ld -m elf_x86_64) 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... no
checking for -Bsymbolic-functions linker flag... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating json-c.pc
config.status: creating tests/Makefile
config.status: creating json-c-uninstalled.pc
config.status: creating config.h
config.status: creating json_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --without-included-gettext
+ make
make: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1'
make  all-recursive
make[1]: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1'
Making all in .
make[2]: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1'
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o arraylist.lo arraylist.c
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c arraylist.c  -fPIC -DPIC -o .libs/arraylist.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o debug.lo debug.c
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c debug.c  -fPIC -DPIC -o .libs/debug.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o json_c_version.lo json_c_version.c
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c json_c_version.c  -fPIC -DPIC -o .libs/json_c_version.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o json_object.lo json_object.c
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c json_object.c  -fPIC -DPIC -o .libs/json_object.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o json_object_iterator.lo json_object_iterator.c
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c json_object_iterator.c  -fPIC -DPIC -o .libs/json_object_iterator.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o json_tokener.lo json_tokener.c
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c json_tokener.c  -fPIC -DPIC -o .libs/json_tokener.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o json_util.lo json_util.c
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c json_util.c  -fPIC -DPIC -o .libs/json_util.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o linkhash.lo linkhash.c
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c linkhash.c  -fPIC -DPIC -o .libs/linkhash.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o printbuf.lo printbuf.c
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c printbuf.c  -fPIC -DPIC -o .libs/printbuf.o
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o random_seed.lo random_seed.c
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c random_seed.c  -fPIC -DPIC -o .libs/random_seed.o
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -version-info 2:2:0 -no-undefined -Wl,-Bsymbolic-functions  -o libjson-c.la -rpath /usr/lib64 arraylist.lo debug.lo json_c_version.lo json_object.lo json_object_iterator.lo json_tokener.lo json_util.lo linkhash.lo printbuf.lo random_seed.lo  
libtool: link: x86_64-alt-linux-gcc -shared  -fPIC -DPIC  .libs/arraylist.o .libs/debug.o .libs/json_c_version.o .libs/json_object.o .libs/json_object_iterator.o .libs/json_tokener.o .libs/json_util.o .libs/linkhash.o .libs/printbuf.o .libs/random_seed.o    -O2 -Wl,-Bsymbolic-functions   -Wl,-soname -Wl,libjson-c.so.2 -o .libs/libjson-c.so.2.0.2
libtool: link: (cd ".libs" && rm -f "libjson-c.so.2" && ln -s "libjson-c.so.2.0.2" "libjson-c.so.2")
libtool: link: (cd ".libs" && rm -f "libjson-c.so" && ln -s "libjson-c.so.2.0.2" "libjson-c.so")
libtool: link: ( cd ".libs" && rm -f "libjson-c.la" && ln -s "../libjson-c.la" "libjson-c.la" )
make[2]: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1'
Making all in tests
make[2]: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
make[1]: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1'
make: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34211
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/json-c-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/json-c-buildroot
+ cd json-c-0.12.1
+ make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/json-c-buildroot
make: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1'
Making install in .
make[1]: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1'
make[2]: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1'
 /bin/mkdir -p '/usr/src/tmp/json-c-buildroot/usr/lib64'
 /bin/sh ./libtool   --mode=install /bin/install -p   libjson-c.la '/usr/src/tmp/json-c-buildroot/usr/lib64'
libtool: install: /bin/install -p .libs/libjson-c.so.2.0.2 /usr/src/tmp/json-c-buildroot/usr/lib64/libjson-c.so.2.0.2
libtool: install: (cd /usr/src/tmp/json-c-buildroot/usr/lib64 && { ln -s -f libjson-c.so.2.0.2 libjson-c.so.2 || { rm -f libjson-c.so.2 && ln -s libjson-c.so.2.0.2 libjson-c.so.2; }; })
libtool: install: (cd /usr/src/tmp/json-c-buildroot/usr/lib64 && { ln -s -f libjson-c.so.2.0.2 libjson-c.so || { rm -f libjson-c.so && ln -s libjson-c.so.2.0.2 libjson-c.so; }; })
libtool: install: /bin/install -p .libs/libjson-c.lai /usr/src/tmp/json-c-buildroot/usr/lib64/libjson-c.la
libtool: install: warning: remember to run `libtool --finish /usr/lib64'
 /bin/mkdir -p '/usr/src/tmp/json-c-buildroot/usr/include/json-c'
 /bin/install -p -m 644 arraylist.h bits.h debug.h json.h json_config.h json_c_version.h json_inttypes.h json_object.h json_object_iterator.h json_object_private.h json_tokener.h json_util.h linkhash.h printbuf.h random_seed.h '/usr/src/tmp/json-c-buildroot/usr/include/json-c'
 /bin/mkdir -p '/usr/src/tmp/json-c-buildroot/usr/lib64/pkgconfig'
 /bin/install -p -m 644 json-c.pc '/usr/src/tmp/json-c-buildroot/usr/lib64/pkgconfig'
make[2]: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1'
make[1]: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1'
Making install in tests
make[1]: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
make[2]: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
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/json-c-0.12.1/tests'
make[1]: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
make: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1'
+ mkdir -p /usr/src/tmp/json-c-buildroot/lib64
+ for f in /usr/src/tmp/json-c-buildroot/usr/lib64/*.so
++ readlink -v /usr/src/tmp/json-c-buildroot/usr/lib64/libjson-c.so
+ t=libjson-c.so.2.0.2
+ ln -fnrs /usr/src/tmp/json-c-buildroot/lib64/libjson-c.so.2.0.2 /usr/src/tmp/json-c-buildroot/usr/lib64/libjson-c.so
+ mv /usr/src/tmp/json-c-buildroot/usr/lib64/libjson-c.so.2 /usr/src/tmp/json-c-buildroot/usr/lib64/libjson-c.so.2.0.2 /usr/src/tmp/json-c-buildroot/lib64/
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/json-c-buildroot (auto)
removed './usr/lib64/libjson-c.la'
mode of './lib64/libjson-c.so.2.0.2' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/json-c-buildroot (binconfig,pkgconfig,libtool,desktop)
/usr/lib64/pkgconfig/json-c.pc: Libs: ' -L${libdir} -ljson-c' --> '-ljson-c'
Checking contents of files in /usr/src/tmp/json-c-buildroot/ (default)
Compressing files in /usr/src/tmp/json-c-buildroot (auto)
Adjusting library links in /usr/src/tmp/json-c-buildroot
./lib64:
	libjson-c.so.2 -> libjson-c.so.2.0.2
./usr/lib64:
Verifying ELF objects in /usr/src/tmp/json-c-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.34211
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd json-c-0.12.1
+ make check
make: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1'
Making check in .
make[1]: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1'
make[1]: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1'
Making check in tests
make[1]: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
make  test1 test2 test4 testReplaceExisting test_parse_int64 test_null test_cast test_parse test_locale test_charcase test_printbuf test_set_serializer test1Formatted test2Formatted
make[2]: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test1.o test1.c
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o test1 test1.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/test1 test1.o  ../.libs/libjson-c.so
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test2.o test2.c
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o test2 test2.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/test2 test2.o  ../.libs/libjson-c.so
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test4.o test4.c
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o test4 test4.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/test4 test4.o  ../.libs/libjson-c.so
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o testReplaceExisting.o testReplaceExisting.c
In file included from ../linkhash.h:16,
                 from ../json.h:22,
                 from testReplaceExisting.c:6:
testReplaceExisting.c: In function 'main':
testReplaceExisting.c:57:46: warning: variable 'val2' set but not used [-Wunused-but-set-variable]
  json_object_object_foreach(my_object, key2, val2)
                                              ^~~~
../json_object.h:343:22: note: in definition of macro 'json_object_object_foreach'
  struct json_object *val = NULL; \
                      ^~~
testReplaceExisting.c:42:45: warning: variable 'val' set but not used [-Wunused-but-set-variable]
  json_object_object_foreach(my_object, key, val)
                                             ^~~
../json_object.h:343:22: note: in definition of macro 'json_object_object_foreach'
  struct json_object *val = NULL; \
                      ^~~
testReplaceExisting.c:25:46: warning: variable 'val0' set but not used [-Wunused-but-set-variable]
  json_object_object_foreach(my_object, key0, val0)
                                              ^~~~
../json_object.h:343:22: note: in definition of macro 'json_object_object_foreach'
  struct json_object *val = NULL; \
                      ^~~
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o testReplaceExisting testReplaceExisting.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/testReplaceExisting testReplaceExisting.o  ../.libs/libjson-c.so
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test_parse_int64.o test_parse_int64.c
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o test_parse_int64 test_parse_int64.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/test_parse_int64 test_parse_int64.o  ../.libs/libjson-c.so
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test_null.o test_null.c
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o test_null test_null.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/test_null test_null.o  ../.libs/libjson-c.so
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test_cast.o test_cast.c
test_cast.c: In function 'getit':
test_cast.c:68:9: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
  struct json_object *o = json_object_object_get(new_obj, field);
         ^~~~~~~~~~~
In file included from test_cast.c:12:
../json_object.h:290:56: note: declared here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
                                                        ^~~~~~~~~~~~~~~~~~~~~~
../json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                           ^~~~
test_cast.c: In function 'checktype':
test_cast.c:96:9: warning: 'json_object_object_get' is deprecated [-Wdeprecated-declarations]
  struct json_object *o = field ? json_object_object_get(new_obj, field) : new_obj;
         ^~~~~~~~~~~
In file included from test_cast.c:12:
../json_object.h:290:56: note: declared here
 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
                                                        ^~~~~~~~~~~~~~~~~~~~~~
../json_object.h:17:43: note: in definition of macro 'THIS_FUNCTION_IS_DEPRECATED'
 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
                                           ^~~~
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o test_cast test_cast.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/test_cast test_cast.o  ../.libs/libjson-c.so
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test_parse.o test_parse.c
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o test_parse test_parse.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/test_parse test_parse.o  ../.libs/libjson-c.so
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test_locale.o test_locale.c
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o test_locale test_locale.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/test_locale test_locale.o  ../.libs/libjson-c.so
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test_charcase.o test_charcase.c
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o test_charcase test_charcase.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/test_charcase test_charcase.o  ../.libs/libjson-c.so
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test_printbuf.o test_printbuf.c
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o test_printbuf test_printbuf.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/test_printbuf test_printbuf.o  ../.libs/libjson-c.so
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test_set_serializer.o test_set_serializer.c
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o test_set_serializer test_set_serializer.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/test_set_serializer test_set_serializer.o  ../.libs/libjson-c.so
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DTEST_FORMATTED  -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test1Formatted-test1.o `test -f 'test1.c' || echo './'`test1.c
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DTEST_FORMATTED  -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test1Formatted-parse_flags.o `test -f 'parse_flags.c' || echo './'`parse_flags.c
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o test1Formatted test1Formatted-test1.o test1Formatted-parse_flags.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/test1Formatted test1Formatted-test1.o test1Formatted-parse_flags.o  ../.libs/libjson-c.so
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DTEST_FORMATTED  -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test2Formatted-test2.o `test -f 'test2.c' || echo './'`test2.c
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DTEST_FORMATTED  -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test2Formatted-parse_flags.o `test -f 'parse_flags.c' || echo './'`parse_flags.c
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2   -o test2Formatted test2Formatted-test2.o test2Formatted-parse_flags.o ../libjson-c.la 
libtool: link: x86_64-alt-linux-gcc -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/test2Formatted test2Formatted-test2.o test2Formatted-parse_flags.o  ../.libs/libjson-c.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
make  check-TESTS
make[2]: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
make[3]: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
PASS: test1.test
PASS: test2.test
PASS: test4.test
PASS: testReplaceExisting.test
PASS: test_parse_int64.test
PASS: test_null.test
PASS: test_cast.test
PASS: test_parse.test
PASS: test_locale.test
PASS: test_charcase.test
PASS: test_printbuf.test
PASS: test_set_serializer.test
make[4]: Entering directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
============================================================================
Testsuite summary for json-c 0.12.1
============================================================================
# TOTAL: 12
# PASS:  12
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
make[2]: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
make[1]: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1/tests'
make: Leaving directory '/usr/src/RPM/BUILD/json-c-0.12.1'
+ exit 0
Processing files: libjson-c-0.12.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kzaIwo
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/json-c-buildroot/lib64/libjson-c.so.2: 100 symbols, 17 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.P6QpZU
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Provides: libjson-c.so.2()(64bit) = set:kd8dxkyHM0y8VIxX0jFTNzEglXmqbnj3oz9emzDqytIvUbLf0MMgGa6zr04xfYcKF9twY4uE9wcSKGbA1IE5lmeYwddAosg3fKGegoTCmmuZ4h8cGMvhtjHeZa2OrDJksO3NggQGI9hN2YnoKmevTvRIDYMV1iRbItgpBwptp2tRke9CBtjZKhZn8ekv6VzCpgmT5MZGad
Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.8)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gCDpBu
Creating libjson-c-debuginfo package
Processing files: libjson-c-devel-0.12.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.95Lgn7
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IxOphN
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Provides: pkgconfig(json-c) = 0.12.1
Requires: libjson-c = 0.12.1-alt2, /lib64/libjson-c.so.2.0.2, /usr/lib64/pkgconfig
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Bx5pjw
Processing files: libjson-c-debuginfo-0.12.1-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.c2ysvi
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FYayO7
find-requires: running scripts (debuginfo)
Provides: debug64(libjson-c.so.2)
Requires: libjson-c = 0.12.1-alt2, debug64(libc.so.6)
Removing 1 extra deps from libjson-c-devel due to dependency on libjson-c
Wrote: /usr/src/RPM/RPMS/x86_64/libjson-c-0.12.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/libjson-c-devel-0.12.1-alt2.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/libjson-c-debuginfo-0.12.1-alt2.x86_64.rpm
11.79user 3.49system 0:26.11elapsed 58%CPU (0avgtext+0avgdata 42896maxresident)k
0inputs+0outputs (0major+1437554minor)pagefaults 0swaps
17.46user 5.86system 0:35.51elapsed 65%CPU (0avgtext+0avgdata 121680maxresident)k
0inputs+0outputs (0major+1787505minor)pagefaults 0swaps