<86>Nov 24 01:10:18 userdel[1796761]: delete user 'rooter' <86>Nov 24 01:10:18 userdel[1796761]: removed group 'rooter' owned by 'rooter' <86>Nov 24 01:10:18 userdel[1796761]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 24 01:10:19 groupadd[1796778]: group added to /etc/group: name=rooter, GID=591 <86>Nov 24 01:10:19 groupadd[1796778]: group added to /etc/gshadow: name=rooter <86>Nov 24 01:10:19 groupadd[1796778]: new group: name=rooter, GID=591 <86>Nov 24 01:10:19 useradd[1796794]: new user: name=rooter, UID=591, GID=591, home=/root, shell=/bin/bash <86>Nov 24 01:10:19 userdel[1796815]: delete user 'builder' <86>Nov 24 01:10:19 userdel[1796815]: removed group 'builder' owned by 'builder' <86>Nov 24 01:10:19 userdel[1796815]: removed shadow group 'builder' owned by 'builder' <86>Nov 24 01:10:19 groupadd[1796831]: group added to /etc/group: name=builder, GID=592 <86>Nov 24 01:10:19 groupadd[1796831]: group added to /etc/gshadow: name=builder <86>Nov 24 01:10:19 groupadd[1796831]: new group: name=builder, GID=592 <86>Nov 24 01:10:19 useradd[1796842]: new user: name=builder, UID=592, GID=592, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/nrg4iso-1.0.1-alt2.nosrc.rpm Installing nrg4iso-1.0.1-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.86272 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf nrg4iso + echo 'Source #0 (nrg4iso-1.0.1.tgz):' Source #0 (nrg4iso-1.0.1.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/nrg4iso-1.0.1.tgz + /bin/tar -xf - + cd nrg4iso + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.86272 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd nrg4iso + /usr/bin/subst s@machine/endian.h@endian.h@ endian.h + /usr/bin/subst 's/O_RDONLY,/O_RDONLY | O_LARGEFILE,/' nrg.c + make -j8 'CC=gcc -D_LARGEFILE64_SOURCE -fgnu89-inline' make: Entering directory '/usr/src/RPM/BUILD/nrg4iso' gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall -c -o endian.o endian.c In file included from endian.c:29: endian.h:47: warning: "htobe16" redefined 47 | #define htobe16(x) bswap16((x)) | In file included from endian.h:36, from endian.c:29: /usr/include/endian.h:64: note: this is the location of the previous definition 64 | # define htobe16(x) __bswap_16 (x) | In file included from endian.c:29: endian.h:48: warning: "htobe32" redefined 48 | #define htobe32(x) bswap32((x)) | In file included from endian.h:36, from endian.c:29: /usr/include/endian.h:69: note: this is the location of the previous definition 69 | # define htobe32(x) __bswap_32 (x) | In file included from endian.c:29: endian.h:49: warning: "htobe64" redefined 49 | #define htobe64(x) bswap64((x)) | In file included from endian.h:36, from endian.c:29: /usr/include/endian.h:74: note: this is the location of the previous definition 74 | # define htobe64(x) __bswap_64 (x) | In file included from endian.c:29: endian.h:50: warning: "htole16" redefined 50 | #define htole16(x) ((uint16_t)(x)) | In file included from endian.h:36, from endian.c:29: /usr/include/endian.h:65: note: this is the location of the previous definition 65 | # define htole16(x) __uint16_identity (x) | In file included from endian.c:29: endian.h:51: warning: "htole32" redefined 51 | #define htole32(x) ((uint32_t)(x)) | In file included from endian.h:36, from endian.c:29: /usr/include/endian.h:70: note: this is the location of the previous definition 70 | # define htole32(x) __uint32_identity (x) | In file included from endian.c:29: endian.h:52: warning: "htole64" redefined 52 | #define htole64(x) ((uint64_t)(x)) | In file included from endian.h:36, from endian.c:29: /usr/include/endian.h:75: note: this is the location of the previous definition 75 | # define htole64(x) __uint64_identity (x) | In file included from endian.c:29: endian.h:54: warning: "be16toh" redefined 54 | #define be16toh(x) bswap16((x)) | In file included from endian.h:36, from endian.c:29: /usr/include/endian.h:66: note: this is the location of the previous definition 66 | # define be16toh(x) __bswap_16 (x) | In file included from endian.c:29: endian.h:55: warning: "be32toh" redefined 55 | #define be32toh(x) bswap32((x)) | In file included from endian.h:36, from endian.c:29: /usr/include/endian.h:71: note: this is the location of the previous definition 71 | # define be32toh(x) __bswap_32 (x) | In file included from endian.c:29: endian.h:56: warning: "be64toh" redefined 56 | #define be64toh(x) bswap64((x)) | In file included from endian.h:36, from endian.c:29: /usr/include/endian.h:76: note: this is the location of the previous definition 76 | # define be64toh(x) __bswap_64 (x) | In file included from endian.c:29: endian.h:57: warning: "le16toh" redefined 57 | #define le16toh(x) ((uint16_t)(x)) | In file included from endian.h:36, from endian.c:29: /usr/include/endian.h:67: note: this is the location of the previous definition 67 | # define le16toh(x) __uint16_identity (x) | In file included from endian.c:29: endian.h:58: warning: "le32toh" redefined 58 | #define le32toh(x) ((uint32_t)(x)) | In file included from endian.h:36, from endian.c:29: /usr/include/endian.h:72: note: this is the location of the previous definition 72 | # define le32toh(x) __uint32_identity (x) | In file included from endian.c:29: endian.h:59: warning: "le64toh" redefined 59 | #define le64toh(x) ((uint64_t)(x)) | In file included from endian.h:36, from endian.c:29: /usr/include/endian.h:77: note: this is the location of the previous definition 77 | # define le64toh(x) __uint64_identity (x) | make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso' make: Entering directory '/usr/src/RPM/BUILD/nrg4iso' gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall -c -o iso9660.o iso9660.c In file included from iso9660.c:35: endian.h:47: warning: "htobe16" redefined 47 | #define htobe16(x) bswap16((x)) | In file included from endian.h:36, from iso9660.c:35: /usr/include/endian.h:64: note: this is the location of the previous definition 64 | # define htobe16(x) __bswap_16 (x) | In file included from iso9660.c:35: endian.h:48: warning: "htobe32" redefined 48 | #define htobe32(x) bswap32((x)) | In file included from endian.h:36, from iso9660.c:35: /usr/include/endian.h:69: note: this is the location of the previous definition 69 | # define htobe32(x) __bswap_32 (x) | In file included from iso9660.c:35: endian.h:49: warning: "htobe64" redefined 49 | #define htobe64(x) bswap64((x)) | In file included from endian.h:36, from iso9660.c:35: /usr/include/endian.h:74: note: this is the location of the previous definition 74 | # define htobe64(x) __bswap_64 (x) | In file included from iso9660.c:35: endian.h:50: warning: "htole16" redefined 50 | #define htole16(x) ((uint16_t)(x)) | In file included from endian.h:36, from iso9660.c:35: /usr/include/endian.h:65: note: this is the location of the previous definition 65 | # define htole16(x) __uint16_identity (x) | In file included from iso9660.c:35: endian.h:51: warning: "htole32" redefined 51 | #define htole32(x) ((uint32_t)(x)) | In file included from endian.h:36, from iso9660.c:35: /usr/include/endian.h:70: note: this is the location of the previous definition 70 | # define htole32(x) __uint32_identity (x) | In file included from iso9660.c:35: endian.h:52: warning: "htole64" redefined 52 | #define htole64(x) ((uint64_t)(x)) | In file included from endian.h:36, from iso9660.c:35: /usr/include/endian.h:75: note: this is the location of the previous definition 75 | # define htole64(x) __uint64_identity (x) | In file included from iso9660.c:35: endian.h:54: warning: "be16toh" redefined 54 | #define be16toh(x) bswap16((x)) | In file included from endian.h:36, from iso9660.c:35: /usr/include/endian.h:66: note: this is the location of the previous definition 66 | # define be16toh(x) __bswap_16 (x) | In file included from iso9660.c:35: endian.h:55: warning: "be32toh" redefined 55 | #define be32toh(x) bswap32((x)) | In file included from endian.h:36, from iso9660.c:35: /usr/include/endian.h:71: note: this is the location of the previous definition 71 | # define be32toh(x) __bswap_32 (x) | In file included from iso9660.c:35: endian.h:56: warning: "be64toh" redefined 56 | #define be64toh(x) bswap64((x)) | In file included from endian.h:36, from iso9660.c:35: /usr/include/endian.h:76: note: this is the location of the previous definition 76 | # define be64toh(x) __bswap_64 (x) | In file included from iso9660.c:35: endian.h:57: warning: "le16toh" redefined 57 | #define le16toh(x) ((uint16_t)(x)) | In file included from endian.h:36, from iso9660.c:35: /usr/include/endian.h:67: note: this is the location of the previous definition 67 | # define le16toh(x) __uint16_identity (x) | In file included from iso9660.c:35: endian.h:58: warning: "le32toh" redefined 58 | #define le32toh(x) ((uint32_t)(x)) | In file included from endian.h:36, from iso9660.c:35: /usr/include/endian.h:72: note: this is the location of the previous definition 72 | # define le32toh(x) __uint32_identity (x) | In file included from iso9660.c:35: endian.h:59: warning: "le64toh" redefined 59 | #define le64toh(x) ((uint64_t)(x)) | In file included from endian.h:36, from iso9660.c:35: /usr/include/endian.h:77: note: this is the location of the previous definition 77 | # define le64toh(x) __uint64_identity (x) | iso9660.c: In function 'iso_verifypvd': iso9660.c:70:84: warning: argument to 'sizeof' in 'strncmp' call is the same expression as the second source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] 70 | if ((VDPrimary != a_pvd->VDType) || (strncmp(a_pvd->VSStdId, ISO_STD_ID, sizeof(ISO_STD_ID))) || (1 != a_pvd->Version)) | ^ make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso' make: Entering directory '/usr/src/RPM/BUILD/nrg4iso' gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall -c -o main.o main.c make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso' make: Entering directory '/usr/src/RPM/BUILD/nrg4iso' gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall -c -o nrg.o nrg.c In file included from nrg.c:40: endian.h:47: warning: "htobe16" redefined 47 | #define htobe16(x) bswap16((x)) | In file included from /usr/include/sys/types.h:176, from /usr/include/stdlib.h:394, from nrg.c:30: /usr/include/endian.h:64: note: this is the location of the previous definition 64 | # define htobe16(x) __bswap_16 (x) | In file included from nrg.c:40: endian.h:48: warning: "htobe32" redefined 48 | #define htobe32(x) bswap32((x)) | In file included from /usr/include/sys/types.h:176, from /usr/include/stdlib.h:394, from nrg.c:30: /usr/include/endian.h:69: note: this is the location of the previous definition 69 | # define htobe32(x) __bswap_32 (x) | In file included from nrg.c:40: endian.h:49: warning: "htobe64" redefined 49 | #define htobe64(x) bswap64((x)) | In file included from /usr/include/sys/types.h:176, from /usr/include/stdlib.h:394, from nrg.c:30: /usr/include/endian.h:74: note: this is the location of the previous definition 74 | # define htobe64(x) __bswap_64 (x) | In file included from nrg.c:40: endian.h:50: warning: "htole16" redefined 50 | #define htole16(x) ((uint16_t)(x)) | In file included from /usr/include/sys/types.h:176, from /usr/include/stdlib.h:394, from nrg.c:30: /usr/include/endian.h:65: note: this is the location of the previous definition 65 | # define htole16(x) __uint16_identity (x) | In file included from nrg.c:40: endian.h:51: warning: "htole32" redefined 51 | #define htole32(x) ((uint32_t)(x)) | In file included from /usr/include/sys/types.h:176, from /usr/include/stdlib.h:394, from nrg.c:30: /usr/include/endian.h:70: note: this is the location of the previous definition 70 | # define htole32(x) __uint32_identity (x) | In file included from nrg.c:40: endian.h:52: warning: "htole64" redefined 52 | #define htole64(x) ((uint64_t)(x)) | In file included from /usr/include/sys/types.h:176, from /usr/include/stdlib.h:394, from nrg.c:30: /usr/include/endian.h:75: note: this is the location of the previous definition 75 | # define htole64(x) __uint64_identity (x) | In file included from nrg.c:40: endian.h:54: warning: "be16toh" redefined 54 | #define be16toh(x) bswap16((x)) | In file included from /usr/include/sys/types.h:176, from /usr/include/stdlib.h:394, from nrg.c:30: /usr/include/endian.h:66: note: this is the location of the previous definition 66 | # define be16toh(x) __bswap_16 (x) | In file included from nrg.c:40: endian.h:55: warning: "be32toh" redefined 55 | #define be32toh(x) bswap32((x)) | In file included from /usr/include/sys/types.h:176, from /usr/include/stdlib.h:394, from nrg.c:30: /usr/include/endian.h:71: note: this is the location of the previous definition 71 | # define be32toh(x) __bswap_32 (x) | In file included from nrg.c:40: endian.h:56: warning: "be64toh" redefined 56 | #define be64toh(x) bswap64((x)) | In file included from /usr/include/sys/types.h:176, from /usr/include/stdlib.h:394, from nrg.c:30: /usr/include/endian.h:76: note: this is the location of the previous definition 76 | # define be64toh(x) __bswap_64 (x) | In file included from nrg.c:40: endian.h:57: warning: "le16toh" redefined 57 | #define le16toh(x) ((uint16_t)(x)) | In file included from /usr/include/sys/types.h:176, from /usr/include/stdlib.h:394, from nrg.c:30: /usr/include/endian.h:67: note: this is the location of the previous definition 67 | # define le16toh(x) __uint16_identity (x) | In file included from nrg.c:40: endian.h:58: warning: "le32toh" redefined 58 | #define le32toh(x) ((uint32_t)(x)) | In file included from /usr/include/sys/types.h:176, from /usr/include/stdlib.h:394, from nrg.c:30: /usr/include/endian.h:72: note: this is the location of the previous definition 72 | # define le32toh(x) __uint32_identity (x) | In file included from nrg.c:40: endian.h:59: warning: "le64toh" redefined 59 | #define le64toh(x) ((uint64_t)(x)) | In file included from /usr/include/sys/types.h:176, from /usr/include/stdlib.h:394, from nrg.c:30: /usr/include/endian.h:77: note: this is the location of the previous definition 77 | # define le64toh(x) __uint64_identity (x) | make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso' make: Entering directory '/usr/src/RPM/BUILD/nrg4iso' gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall -o nrg4iso main.o iso9660.o nrg.o endian.o make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.83994 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/nrg4iso-buildroot + : + /bin/rm -rf -- /usr/src/tmp/nrg4iso-buildroot + cd nrg4iso + install -pD -m755 nrg4iso /usr/src/tmp/nrg4iso-buildroot/usr/bin/nrg4iso + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/nrg4iso-buildroot (auto) Verifying and fixing files in /usr/src/tmp/nrg4iso-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/nrg4iso-buildroot/ (default) Compressing files in /usr/src/tmp/nrg4iso-buildroot (auto) Verifying ELF objects in /usr/src/tmp/nrg4iso-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: nrg4iso-1.0.1-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wf8WLb find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.p048le find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nqTB5e Creating nrg4iso-debuginfo package Processing files: nrg4iso-debuginfo-1.0.1-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jpe2Ke find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.G9sZZb find-requires: running scripts (debuginfo) Requires: nrg4iso = 1.0.1-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/nrg4iso-1.0.1-alt2.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/nrg4iso-debuginfo-1.0.1-alt2.x86_64.rpm 1.80user 0.41system 0:06.73elapsed 33%CPU (0avgtext+0avgdata 26416maxresident)k 0inputs+0outputs (0major+176531minor)pagefaults 0swaps 3.09user 2.56system 0:09.94elapsed 56%CPU (0avgtext+0avgdata 26416maxresident)k 0inputs+0outputs (0major+366010minor)pagefaults 0swaps