<86>Apr 14 00:56:31 userdel[78536]: delete user 'rooter' <86>Apr 14 00:56:31 userdel[78536]: removed group 'rooter' owned by 'rooter' <86>Apr 14 00:56:31 groupadd[78568]: group added to /etc/group: name=rooter, GID=651 <86>Apr 14 00:56:31 groupadd[78568]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:56:31 groupadd[78568]: new group: name=rooter, GID=651 <86>Apr 14 00:56:31 useradd[78587]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash <86>Apr 14 00:56:31 userdel[78603]: delete user 'builder' <86>Apr 14 00:56:31 userdel[78603]: removed group 'builder' owned by 'builder' <86>Apr 14 00:56:31 userdel[78603]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 00:56:31 groupadd[78621]: group added to /etc/group: name=builder, GID=652 <86>Apr 14 00:56:31 groupadd[78621]: group added to /etc/gshadow: name=builder <86>Apr 14 00:56:31 groupadd[78621]: new group: name=builder, GID=652 <86>Apr 14 00:56:31 useradd[78636]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash <13>Apr 14 00:56:35 rpmi: rpm-macros-erlang-0.8.0-alt1.M80P.1 1527521051 installed <13>Apr 14 00:56:35 rpmi: libnatspec-0.3.1-alt2 1445691578 installed <13>Apr 14 00:56:35 rpmi: unzip-6.0-alt2.qa1 1366155323 installed <13>Apr 14 00:56:35 rpmi: liblz4-1:1.7.5-alt1 1488766699 installed <13>Apr 14 00:56:35 rpmi: libgpg-error-1.31-alt1.M80P.1 1529024730 installed <13>Apr 14 00:56:35 rpmi: libgcrypt20-1.8.3-alt4 p8+219793.200.6.1 1551112986 installed <13>Apr 14 00:56:35 rpmi: libsystemd-1:237-alt2.M80P.6 p8+221965.100.2.1 1550786217 installed <13>Apr 14 00:56:35 rpmi: ca-certificates-2016.02.25-alt1 1462368370 installed <13>Apr 14 00:56:35 rpmi: libcrypto10-1.0.2n-alt0.M80P.1 1512766129 installed <13>Apr 14 00:56:35 rpmi: rpm-build-erlang-0.7.10.1-alt2.M80P.1 1530038770 installed <13>Apr 14 00:56:40 rpmi: erlang-otp-1:20.1.3-alt3.M80P.1 1530040830 installed <86>Apr 14 00:56:40 groupadd[96111]: group added to /etc/group: name=epmd, GID=499 <86>Apr 14 00:56:40 groupadd[96111]: group added to /etc/gshadow: name=epmd <86>Apr 14 00:56:40 groupadd[96111]: new group: name=epmd, GID=499 <86>Apr 14 00:56:40 useradd[96132]: new user: name=epmd, UID=499, GID=499, home=/tmp, shell=/sbin/nologin <13>Apr 14 00:56:40 rpmi: erlang-1:20.1.3-alt3.M80P.1 1530040830 installed <13>Apr 14 00:56:40 rpmi: erlang-otp-common-1:20.1.3-alt3.M80P.1 1530040875 installed <13>Apr 14 00:56:40 rpmi: erlang-otp-bin-1:20.1.3-alt3.M80P.1 1530040830 installed Installing erlang-mysql-0.0-alt1.svn1031.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.79670 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf erlang-mysql-0.0 + echo 'Source #0 (erlang-mysql-0.0.tar.gz):' Source #0 (erlang-mysql-0.0.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/erlang-mysql-0.0.tar.gz + /bin/tar -xf - + cd erlang-mysql-0.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.79670 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd erlang-mysql-0.0 + mkdir -p erlang-mysql-0.0/ebin + sed -i 's/ebin/erlang-mysql-0.0\/ebin/g' Emakefile + ./build.sh Recompile: src/mysql_recv src/mysql_recv.erl:12: Warning: Non-UTF-8 character(s) detected, but no encoding declared. Encode the file in UTF-8 or add "%% coding: latin-1" at the beginning of the file. Retrying with latin-1 encoding. Recompile: src/mysql_conn src/mysql_conn.erl:12: Warning: Non-UTF-8 character(s) detected, but no encoding declared. Encode the file in UTF-8 or add "%% coding: latin-1" at the beginning of the file. Retrying with latin-1 encoding. Recompile: src/mysql_auth src/mysql_auth.erl:179: Warning: call to crypto:sha/1 will fail, since it was removed in 20.0; use crypto:hash/2 src/mysql_auth.erl:180: Warning: call to crypto:sha/1 will fail, since it was removed in 20.0; use crypto:hash/2 src/mysql_auth.erl:181: Warning: call to crypto:sha_final/1 will fail, since it was removed in 20.0; use crypto:hash_final/1 src/mysql_auth.erl:182: Warning: call to crypto:sha_update/2 will fail, since it was removed in 20.0; use crypto:hash_update/2 src/mysql_auth.erl:183: Warning: call to crypto:sha_init/0 will fail, since it was removed in 20.0; use crypto:hash_init/1 src/mysql_auth.erl:183: Warning: call to crypto:sha_update/2 will fail, since it was removed in 20.0; use crypto:hash_update/2 Recompile: src/mysql src/mysql.erl:8: Warning: Non-UTF-8 character(s) detected, but no encoding declared. Encode the file in UTF-8 or add "%% coding: latin-1" at the beginning of the file. Retrying with latin-1 encoding. + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.52127 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/erlang-mysql-buildroot + : + /bin/rm -rf -- /usr/src/tmp/erlang-mysql-buildroot + cd erlang-mysql-0.0 + mkdir -p /usr/src/tmp/erlang-mysql-buildroot//usr/lib/erlang/lib + cp -r erlang-mysql-0.0 /usr/src/tmp/erlang-mysql-buildroot//usr/lib/erlang/lib + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/erlang-mysql-buildroot (auto) Verifying and fixing files in /usr/src/tmp/erlang-mysql-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/erlang-mysql-buildroot (auto) Adjusting library links in /usr/src/tmp/erlang-mysql-buildroot ./usr/lib: ./usr/lib/erlang/lib: Verifying ELF objects in /usr/src/tmp/erlang-mysql-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: erlang-mysql-0.0-alt1.svn1031 warning: File listed twice: /usr/lib/erlang/lib/erlang-mysql-0.0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uRgO7X find-provides: running scripts (alternatives,debuginfo,erlang,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jaqvlo find-requires: running scripts (cpp,debuginfo,erlang,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: erlang_lib(erlang-mysql) = mysql-0.0, erlang_mod(mysql) = mysql-0.0, erlang_mod(mysql_auth) = mysql-0.0, erlang_mod(mysql_conn) = mysql-0.0, erlang_mod(mysql_recv) = mysql-0.0 Requires: erlang-otp-common, erlang_mod(crypto), erlang_mod(erlang), erlang_mod(gen_server), erlang_mod(gen_tcp), erlang_mod(io), erlang_mod(io_lib), erlang_mod(lists), erlang_mod(timer) Wrote: /usr/src/RPM/RPMS/noarch/erlang-mysql-0.0-alt1.svn1031.noarch.rpm 1.88user 0.78system 0:04.19elapsed 63%CPU (0avgtext+0avgdata 25328maxresident)k 0inputs+0outputs (0major+79330minor)pagefaults 0swaps 11.73user 4.96system 0:18.45elapsed 90%CPU (0avgtext+0avgdata 121800maxresident)k 41288inputs+0outputs (0major+283366minor)pagefaults 0swaps