D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/nodejs-argparse-1.0.9-3.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8W9kxv + 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/argparse-1.0.9.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd package + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /home/iurt/rpmbuild/BUILD + cd package + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/tests-1.0.9.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /home/iurt/rpmbuild/BUILD + cd package + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/examples-1.0.9.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/nodejs-fixdep sprintf-js 1.x + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.S3XBXu + 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.DEenrx + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64 + cd package + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64/usr/lib/node_modules/argparse + cp -pr package.json index.js lib/ /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64/usr/lib/node_modules/argparse + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.0.9-3.mga8 --unique-debug-suffix -1.0.9-3.mga8.x86_64 --unique-debug-src-base nodejs-argparse-1.0.9-3.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -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.icG3Yu + 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 -e 'require("./")' + /usr/lib/node_modules/mocha/bin/mocha -R spec base ✓ should parse argument in short form ✓ should parse argument in long form ✓ should parse multiple arguments ✓ should check argument type ✓ should not drop down with empty args (without positional arguments) ✓ should drop down with empty args (positional arguments) ✓ should support pseudo-argument ✓ should support #setDefaults ✓ should throw TypeError with conflicting options ✓ should parse negative arguments ✓ should parse arguments with '=' ✓ No negative number options; neg number is positional argument ✓ negative number options present, so any neg number is an option ✓ should infer option destination from long and short options ✓ should accept 0 defaultValue ✓ getDefault() should get defaults ✓ should handle mixed positional and optional args ✓ test empty and space containing arguments ✓ should support instantiation without new ✓ should accept a string as a positional argument name ✓ should accept a string as a short option name ✓ should accept a string as a long option name child group ✓ compare help parent and child ✓ child should throw error if an xclusive group member is missing ✓ child accepts an xgroup item and positional arg from parent ✓ child throws error if both xclusive options are given choices ✓ should store correct choice(choices defined as string) ✓ should drop down with 'Invalid choice' error for incorrect choices(choices defined as string) ✓ should store correct choice(choices defined as array) ✓ should drop down with 'Invalid choice' error for incorrect choices(choices defined as array) Argument conflict handling ✓ test_bad_type ✓ test_conflict_error ✓ test_resolve_error ✓ TypeError with multiple conflicts ✓ resolving multiple conflicts constant actions ✓ storeConst should store constant as given ✓ storeConst should give error if constant not given (or misspelled) ✓ appendConst should append constant as given ✓ appendConst should give error if constant not given (or misspelled) formatterClass alternatives ✓ ArgumentDefaultsHelpFormatter ✓ RawDescriptionHelpFormatter ✓ RawTextHelpFormatter ✓ should handle metavar as an array from file ✓ test reading arguments from a file ✓ test recursive reading arguments from files ✓ test reading arguments from an invalid file ✓ test reading arguments from an missing file ✓ test custom convertArgLineToArgs function group ✓ group test ✓ 2 groups test ✓ mutually exclusive group test ✓ mutually exclusive group test (2) ✓ mutually exclusive group test (3) ✓ mutually exclusive group usage ✓ mutually exclusive optional and positional ✓ two mutually exclusive groups ✓ suppressed and single action groups nargs ✓ test specifying the 1 arg for an Optional ✓ test specifying the 3 args for an Optional ✓ tests not specifying the number of args for an Optional ✓ test specifying an args for an Optional, that accepts one or more ✓ test specifying an Optional arg for an Optional ✓ test specifying an args for an Optional that accepts zero or more ✓ test a Positional that specifies an nargs of 1 ✓ test a Positional that specifies an nargs of 2 ✓ test a Positional with 2 nargs followed by one with none ✓ test a Positional with 2 nargs followed by one with one or more ✓ test a Positional with 2 nargs followed by one optional ✓ test a Positional with 2 nargs followed by one with unlimited ✓ test a Positional that doesn't specify nargs ✓ test a Positional with no nargs followed by one with 1 ✓ test two Positionals that don't specify nargs ✓ test a Positional with no nargs followed by one with one or more ✓ test three Positionals: no nargs, one or more nargs and 1 nargs ✓ test a Positional with no nargs followed by one with an Optional ✓ test three Positionals: no nargs, optional narg and 1 nargs ✓ test a Positional with no nargs followed by one with unlimited ✓ test three Positionals: no nargs, unlimited nargs and 1 nargs ✓ test a Positional that specifies one or more nargs ✓ test a Positional with one or more nargs followed by one with 1 ✓ test a Positional with one or more nargs followed by one with none ✓ tests an Optional Positional ✓ test a Positional with an Optional nargs followed by one with 1 ✓ test an Optional Positional with a default value (that needs to be converted to the appropriate type.) ✓ tests an Optional Positional with a default value ✓ test a Positional with an Optional nargs followed by one with none ✓ test an Optional narg followed by one or more nargs ✓ test two optional nargs ✓ test an Optional narg followed by unlimited nargs ✓ test a Positional that specifies unlimited nargs ✓ test a `nargs` + `append` combination. Not obvious result - nested array ✓ test a Positional with unlimited nargs followed by one with 1 ✓ test a Positional that specifies unlimited nargs and a default ✓ test a Positional with unlimited nargs followed by one with none ✓ test specifying a positional with nargs=REMAINDER ✓ test specifying an args for an Optional that accepts zero or more ✓ should accept defaultValue for nargs:'*' ✓ should accept negative scientific numbers as values optionals ✓ test options that may or may not be arguments ✓ test the append action for an Optional ✓ test the append_const action for an Optional ✓ test the append_const action for an Optional ✓ test the append action for an Optional ✓ test the count action for an Optional ✓ test the store action for an Optional ✓ test the store_const action for an Optional ✓ test the store_false action for an Optional ✓ test the store_true action for an Optional ✓ test negative number args when almost numeric options are present ✓ test specifying the choices for an Optional ✓ test specifying a default for an Optional ✓ test various means of setting destination ✓ test an Optional with a double-dash option string ✓ tests partial matching with a double-dash option string ✓ test an Optional with a short opt string ✓ test negative number args when numeric options are present ✓ tests the an optional action that is required ✓ test a combination of single- and double-dash option strings ✓ test an Optional with a single-dash option string ✓ test Optionals that partially match but are not subsets ✓ test an Optional with a single-dash option string ✓ test an Optional with a multi-character single-dash option string ✓ test Optionals where option strings are subsets of each other ✓ test an Optional with single- and double-dash option strings parents ✓ should parse args from parents parser ✓ should throw error if has same args as parent positionals ✓ test the 'append' action ✓ test a set of integer choices ✓ test a set of single-character choices prefix ✓ test an Optional with option strings with custom prefixes ✓ when "-" not in prefix_chars, default operators created for help should use the prefix_chars in use rather than - or -- ✓ verify that Optionals must be called with their defined prefixes ✓ test when one double-dash option string is a prefix of another ✓ test arguments from prefix chars only sub-commands ✓ should store command name ✓ should store command arguments ✓ should have same behavior for alias and original command ✓ should have different behavior for different commands ✓ should drop down with "Invalid choice" error if parse unrecognized command ✓ should drop down with empty args ('too few arguments' error) ✓ should support #setDefaults suppress defaults ✓ test actions with suppressed defaults ✓ test actions with a parser-level default of SUPPRESS user defined type ✓ should handle builtin types ✓ should handle user-defined type ✓ should give consistent type errors ✓ test a user-defined type by registering it ✓ test an anonymous user-defined type 148 passing (309ms) + RPM_EC=0 ++ jobs -p + exit 0 Processing files: nodejs-argparse-1.0.9-3.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cFuDKv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64/usr/share/doc/nodejs-argparse + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64/usr/share/doc/nodejs-argparse + cp -pr CHANGELOG.md /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64/usr/share/doc/nodejs-argparse + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64/usr/share/doc/nodejs-argparse + cp -pr examples/ /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64/usr/share/doc/nodejs-argparse + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2OHgJt + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64/usr/share/licenses/nodejs-argparse + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64/usr/share/licenses/nodejs-argparse + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64/usr/share/licenses/nodejs-argparse + RPM_EC=0 ++ jobs -p + exit 0 Provides: nodejs-argparse = 1.0.9-3.mga8 npm(argparse) = 1.0.9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: nodejs nodejs(engine) npm(sprintf-js) >= 1 npm(sprintf-js) < 2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/nodejs-argparse-1.0.9-3.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cVPpQv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/nodejs-argparse-1.0.9-3.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eBwhyt + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf package + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!