Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-bcrypt.spec'], env={'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ '}nspawn_args=[]timeout=0chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-7272/root'user='mockbuild'printOutput=Falseuid=1001shell=Falsegid=135logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-bcrypt.spec'] with env {'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/nodejs-bcrypt-0.8.7-5.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-bcrypt.spec'], env={'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ '}nspawn_args=[]timeout=0chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-7272/root'user='mockbuild'printOutput=Falseuid=1001shell=Falsegid=135logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-bcrypt.spec'] with env {'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5NzKfF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf package + /usr/bin/gzip -dc /builddir/build/SOURCES/bcrypt-0.8.7.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd package + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/nodejs-fixdep nan + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kHkrCw + umask 022 + cd /builddir/build/BUILD + cd package + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + export 'CXXFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' + /usr/bin/node-gyp configure build gyp info it worked if it ends with ok gyp info using node-gyp@3.6.0 gyp info using node@8.0.0 | linux | x64 gyp info spawn /usr/bin/python2 gyp info spawn args [ '/usr/bin/gyp', gyp info spawn args 'binding.gyp', gyp info spawn args '-f', gyp info spawn args 'make', gyp info spawn args '-I', gyp info spawn args '/builddir/build/BUILD/package/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/usr/lib/node_modules/node-gyp/addon-rpm.gypi', gyp info spawn args '-I', gyp info spawn args '/usr/share/node/common.gypi', gyp info spawn args '-Dlibrary=shared_library', gyp info spawn args '-Dvisibility=default', gyp info spawn args '-Dnode_root_dir=/usr/share/node', gyp info spawn args '-Dnode_gyp_dir=/usr/lib/node_modules/node-gyp', gyp info spawn args '-Dnode_lib_file=node.lib', gyp info spawn args '-Dmodule_root_dir=/builddir/build/BUILD/package', gyp info spawn args '-Dnode_engine=v8', gyp info spawn args '--depth=.', gyp info spawn args '--no-parallel', gyp info spawn args '--generator-output', gyp info spawn args 'build', gyp info spawn args '-Goutput_dir=.' ] make: Entering directory '/builddir/build/BUILD/package/build' gyp info spawn make gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o ../src/bcrypt.cc: In function 'void encode_salt(char*, u_int8_t*, u_int16_t, u_int8_t)': ../src/bcrypt.cc:132:1: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] encode_salt(char *salt, u_int8_t *csalt, u_int16_t clen, u_int8_t logr) ^~~~~~~~~~~ In file included from /usr/include/stdio.h:889:0, from ../src/bcrypt.cc:48: /usr/include/bits/stdio2.h:65:44: note: '__builtin___snprintf_chk' output between 4 and 5 bytes into a destination of size 4 __bos (__s), __fmt, __va_arg_pack ()); ^ ../src/bcrypt.cc: In function 'void bcrypt(const char*, const char*, char*)': ../src/bcrypt.cc:165:1: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] bcrypt(const char *key, const char *salt, char *encrypted) ^~~~~~ In file included from /usr/include/stdio.h:889:0, from ../src/bcrypt.cc:48: /usr/include/bits/stdio2.h:65:44: note: '__builtin___snprintf_chk' output between 4 and 5 bytes into a destination of size 4 __bos (__s), __fmt, __va_arg_pack ()); ^ CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node COPY Release/bcrypt_lib.node make: Leaving directory '/builddir/build/BUILD/package/build' gyp info ok + rm -rf node_modules + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ibwgFs + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64 ++ dirname /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64 + cd package + mkdir -p /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/lib/node_modules/bcrypt + cp -pr package.json bcrypt.js build/ /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/lib/node_modules/bcrypt + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --ver-rel 0.8.7-5.fc27 --unique-debug-arch x86_64 --unique-debug-src-base nodejs-bcrypt --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/package extracting debug info from /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/lib/node_modules/bcrypt/build/Release/bcrypt_lib.node extracting debug info from /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/lib/node_modules/bcrypt/build/Release/obj.target/bcrypt_lib.node /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 89 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.cYS3vp + umask 022 + cd /builddir/build/BUILD + cd package + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/node -e 'require("./")' + /usr/bin/nodeunit test async ✔ test_salt_length ✔ test_salt_only_cb ✔ test_salt_rounds_is_string_number ✔ test_salt_rounds_is_string_non_number ✔ test_hash ✔ test_hash_rounds ✔ test_hash_empty_strings ✔ test_hash_no_params ✔ test_hash_one_param ✔ test_hash_salt_validity ✔ test_verify_salt ✔ test_verify_salt_min_rounds ✔ test_verify_salt_max_rounds ✔ test_hash_compare ✔ test_hash_compare_empty_strings ✔ test_hash_compare_invalid_strings repetitions ✔ test_salt_length ✔ test_hash_length ✔ test_compare ✔ test_hash_and_compare sync ✔ test_salt_length ✔ test_salt_no_params ✔ test_salt_rounds_is_string_number ✔ test_salt_rounds_is_NaN ✔ test_hash ✔ test_hash_rounds ✔ test_hash_empty_string ✔ test_hash_pw_no_params ✔ test_hash_pw_one_param ✔ test_hash_pw_not_hash_str ✔ test_hash_salt_validity ✔ test_verify_salt ✔ test_verify_salt_min_rounds ✔ test_verify_salt_max_rounds ✔ test_hash_compare ✔ test_hash_compare_empty_strings ✔ test_hash_compare_invalid_strings ✔ test_getRounds OK: 15054 assertions (10611ms) + exit 0 Processing files: nodejs-bcrypt-0.8.7-5.fc27.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.KSyNMP + umask 022 + cd /builddir/build/BUILD + cd package + DOCDIR=/builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/share/doc/nodejs-bcrypt + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/share/doc/nodejs-bcrypt + cp -pr CHANGELOG.md ISSUE_TEMPLATE.md README.md /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/share/doc/nodejs-bcrypt + cp -pr examples/ /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/share/doc/nodejs-bcrypt + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ED9n4f + umask 022 + cd /builddir/build/BUILD + cd package + LICENSEDIR=/builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/share/licenses/nodejs-bcrypt + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/share/licenses/nodejs-bcrypt + cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/share/licenses/nodejs-bcrypt + exit 0 warning: Duplicate build-ids /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/lib/node_modules/bcrypt/build/Release/bcrypt_lib.node and /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/lib/node_modules/bcrypt/build/Release/obj.target/bcrypt_lib.node Provides: nodejs-bcrypt = 0.8.7-5.fc27 nodejs-bcrypt(x86-64) = 0.8.7-5.fc27 npm(bcrypt) = 0.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) nodejs(abi8) >= 8.0 nodejs(engine) >= 0.6.0 nodejs(v8-abi5) >= 5.8 npm(bindings) = 1.2.1 npm(nan) rtld(GNU_HASH) Processing files: nodejs-bcrypt-debuginfo-0.8.7-5.fc27.x86_64 warning: Duplicate build-ids /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/lib/debug/usr/lib/node_modules/bcrypt/build/Release/bcrypt_lib.node-0.8.7-5.fc27.x86_64.debug and /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64/usr/lib/debug/usr/lib/node_modules/bcrypt/build/Release/obj.target/bcrypt_lib.node-0.8.7-5.fc27.x86_64.debug Provides: nodejs-bcrypt-debuginfo = 0.8.7-5.fc27 nodejs-bcrypt-debuginfo(x86-64) = 0.8.7-5.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64 Wrote: /builddir/build/RPMS/nodejs-bcrypt-0.8.7-5.fc27.x86_64.rpm Wrote: /builddir/build/RPMS/nodejs-bcrypt-debuginfo-0.8.7-5.fc27.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ykIUYG + umask 022 + cd /builddir/build/BUILD + cd package + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-bcrypt-0.8.7-5.fc27.x86_64 + exit 0 Child return code was: 0