D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/nodejs-make-arrow-function-1.2.0-1.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zN9qjo + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf package + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/make-arrow-function-1.2.0.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd package + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf node_modules + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.DHwHhp + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LTKlbr + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64 + cd package + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64/usr/lib/node_modules/make-arrow-function + cp -pr package.json index.js /home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64/usr/lib/node_modules/make-arrow-function + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.2.0-1.mga8 --unique-debug-suffix -1.2.0-1.mga8.aarch64 --unique-debug-src-base nodejs-make-arrow-function-1.2.0-1.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/package + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JsNjzr + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + '[' 1 -eq 1 ']' + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/node test/index.js TAP version 13 # makeArrowFunction() is undefined or an arrow function ok 1 makeArrowFunction is function ok 2 arrowFunction has expected source # makeArrowFunction.list() is an array ok 3 list() is an array ok 4 (a, b) => a * b is a function ok 5 "(a, b) => a * b" !== "(a, b) => a * b" ok 6 () => 42 is a function ok 7 "() => 42" !== "() => 42" ok 8 () => function () {} is a function ok 9 "() => function () {}" !== "() => function () {}" ok 10 () => x => x * x is a function ok 11 "() => x => x * x" !== "() => x => x * x" ok 12 y => x => x * x is a function ok 13 "y => x => x * x" !== "y => x => x * x" ok 14 x => x * x is a function ok 15 "x => x * x" !== "x => x * x" ok 16 x => { return x * x; } is a function ok 17 "x => { return x * x; }" !== "x => { return x * x; }" ok 18 (x, y) => { return x + x; } is a function ok 19 "(x, y) => { return x + x; }" !== "(x, y) => { return x + x; }" ok 20 (a = Math.random(10)) => {} is a function ok 21 "(a = Math.random(10)) => {}" !== "(a = Math.random(10)) => {}" ok 22 (a = function() { if (Math.random() < 0.5) { return 42; } return "something else"; }) => a() is a function ok 23 "(a = function() { if (Math.random() < 0.5) { return 42; } return "something else"; }) => a()" !== "(a = function() { if (Math.random() < 0.5) { return 42; } return "something else"; }) => a()" 1..23 # tests 23 # pass 23 # ok + RPM_EC=0 ++ jobs -p + exit 0 Processing files: nodejs-make-arrow-function-1.2.0-1.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.90lBgn + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64/usr/share/doc/nodejs-make-arrow-function + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64/usr/share/doc/nodejs-make-arrow-function + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64/usr/share/doc/nodejs-make-arrow-function + cp -pr CHANGELOG.md /home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64/usr/share/doc/nodejs-make-arrow-function + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6bGb9q + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64/usr/share/licenses/nodejs-make-arrow-function + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64/usr/share/licenses/nodejs-make-arrow-function + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64/usr/share/licenses/nodejs-make-arrow-function + RPM_EC=0 ++ jobs -p + exit 0 Provides: nodejs-make-arrow-function = 1.2.0-1.mga8 npm(make-arrow-function) = 1.2.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: nodejs(engine) >= 0.4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/nodejs-make-arrow-function-1.2.0-1.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uxB82q + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/nodejs-make-arrow-function-1.2.0-1.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.T5EhAp + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf package + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!