D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/perl-Test-PerlTidy-20210709.0.0-2.mga9.src.rpm Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mFDn1D + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf Test-PerlTidy-20210709 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Test-PerlTidy-20210709.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Test-PerlTidy-20210709 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.E3LVFL + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Test-PerlTidy-20210709 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::PerlTidy Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 cp lib/Test/PerlTidy.pm blib/lib/Test/PerlTidy.pm Manifying 1 pod document + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.34Jhqa + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/perl-Test-PerlTidy-20210709.0.0-2.mga9.noarch '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-Test-PerlTidy-20210709.0.0-2.mga9.noarch ++ dirname /home/pterjan/rpmbuild/BUILDROOT/perl-Test-PerlTidy-20210709.0.0-2.mga9.noarch + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/perl-Test-PerlTidy-20210709.0.0-2.mga9.noarch + cd Test-PerlTidy-20210709 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-Test-PerlTidy-20210709.0.0-2.mga9.noarch 'INSTALL=/usr/bin/install -p' Manifying 1 pod document Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Test-PerlTidy-20210709.0.0-2.mga9.noarch/usr/share/perl5/vendor_perl/Test/PerlTidy.pm Installing /home/pterjan/rpmbuild/BUILDROOT/perl-Test-PerlTidy-20210709.0.0-2.mga9.noarch/usr/share/man/man3/Test::PerlTidy.3pm Appending installation info to /home/pterjan/rpmbuild/BUILDROOT/perl-Test-PerlTidy-20210709.0.0-2.mga9.noarch/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 20210709.0.0-2.mga9 --unique-debug-suffix -20210709.0.0-2.mga9.noarch --unique-debug-src-base perl-Test-PerlTidy-20210709.0.0-2.mga9.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/Test-PerlTidy-20210709 + /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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oQLBA9 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Test-PerlTidy-20210709 + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 test PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.36.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ........ ok t/exclude_files.t ..... ok # The file 'lib/Test/PerlTidy.pm' is not tidy # +---+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------+ # | 10|use vars qw( @EXPORT ); ## no critic (Modules::ProhibitAutomaticExportation) |use vars qw( @EXPORT ); ## no critic (Modules::ProhibitAutomaticExportation) | # | 11|@EXPORT = qw( run_tests ); |@EXPORT = qw( run_tests ); | # | 12| | | # * 13|use Carp qw( croak ); |use Carp qw( croak ); * # | 14|use Path::Tiny 0.100 qw( path ); |use Path::Tiny 0.100 qw( path ); | # * 15|use File::Spec (); |use File::Spec (); * # * 16|use IO::File (); |use IO::File (); * # | 17|use Perl::Tidy 20201001; |use Perl::Tidy 20201001; | # | 18|use Test::Builder (); |use Test::Builder (); | # * 19|use Text::Diff qw( diff ); |use Text::Diff qw( diff ); * # | 20| | | # | 21|my $test = Test::Builder->new; |my $test = Test::Builder->new; | # | 22| | | # +---+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------+ # Failed test ''lib/Test/PerlTidy.pm'' # at t/exclude_perltidy.t line 11. # The file 't/exclude_perltidy.t' is not tidy # +--+-----------------------------------------------------------------+-----------------------------------------------------------------+ # | 3|use strict; |use strict; | # | 4|use warnings; |use warnings; | # | 5| | | # * 6|use File::Spec (); |use File::Spec (); * # | 7|use Test::PerlTidy qw/ run_tests /; |use Test::PerlTidy qw/ run_tests /; | # | 8| | | # | 9|my $perltidyrc = File::Spec->catfile( 't', '_perltidyrc.txt' ); |my $perltidyrc = File::Spec->catfile( 't', '_perltidyrc.txt' ); | # +--+-----------------------------------------------------------------+-----------------------------------------------------------------+ # Failed test ''t/exclude_perltidy.t'' # at t/exclude_perltidy.t line 11. # The file 't/perltidy.t' is not tidy # +--+-----------------------------------------------------------------+-----------------------------------------------------------------+ # | 3|use strict; |use strict; | # | 4|use warnings; |use warnings; | # | 5| | | # * 6|use File::Spec (); |use File::Spec (); * # | 7|use Test::PerlTidy qw( run_tests ); |use Test::PerlTidy qw( run_tests ); | # | 8| | | # | 9|my $perltidyrc = File::Spec->catfile( 't', '_perltidyrc.txt' ); |my $perltidyrc = File::Spec->catfile( 't', '_perltidyrc.txt' ); | # +--+-----------------------------------------------------------------+-----------------------------------------------------------------+ # Failed test ''t/perltidy.t'' # at t/exclude_perltidy.t line 11. # Looks like you failed 3 tests of 6. t/exclude_perltidy.t .. Dubious, test returned 3 (wstat 768, 0x300) Failed 3/6 subtests t/is_file_tidy.t ...... ok t/list_files.t ........ ok # The file 'blib/lib/Test/PerlTidy.pm' is not tidy # +---+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------+ # | 10|use vars qw( @EXPORT ); ## no critic (Modules::ProhibitAutomaticExportation) |use vars qw( @EXPORT ); ## no critic (Modules::ProhibitAutomaticExportation) | # | 11|@EXPORT = qw( run_tests ); |@EXPORT = qw( run_tests ); | # | 12| | | # * 13|use Carp qw( croak ); |use Carp qw( croak ); * # | 14|use Path::Tiny 0.100 qw( path ); |use Path::Tiny 0.100 qw( path ); | # * 15|use File::Spec (); |use File::Spec (); * # * 16|use IO::File (); |use IO::File (); * # | 17|use Perl::Tidy 20201001; |use Perl::Tidy 20201001; | # | 18|use Test::Builder (); |use Test::Builder (); | # * 19|use Text::Diff qw( diff ); |use Text::Diff qw( diff ); * # | 20| | | # | 21|my $test = Test::Builder->new; |my $test = Test::Builder->new; | # | 22| | | # +---+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------+ # Failed test ''blib/lib/Test/PerlTidy.pm'' # at t/perltidy.t line 11. # The file 'lib/Test/PerlTidy.pm' is not tidy # +---+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------+ # | 10|use vars qw( @EXPORT ); ## no critic (Modules::ProhibitAutomaticExportation) |use vars qw( @EXPORT ); ## no critic (Modules::ProhibitAutomaticExportation) | # | 11|@EXPORT = qw( run_tests ); |@EXPORT = qw( run_tests ); | # | 12| | | # * 13|use Carp qw( croak ); |use Carp qw( croak ); * # | 14|use Path::Tiny 0.100 qw( path ); |use Path::Tiny 0.100 qw( path ); | # * 15|use File::Spec (); |use File::Spec (); * # * 16|use IO::File (); |use IO::File (); * # | 17|use Perl::Tidy 20201001; |use Perl::Tidy 20201001; | # | 18|use Test::Builder (); |use Test::Builder (); | # * 19|use Text::Diff qw( diff ); |use Text::Diff qw( diff ); * # | 20| | | # | 21|my $test = Test::Builder->new; |my $test = Test::Builder->new; | # | 22| | | # +---+---------------------------------------------------------------------------------+---------------------------------------------------------------------------------+ # Failed test ''lib/Test/PerlTidy.pm'' # at t/perltidy.t line 11. # The file 't/exclude_perltidy.t' is not tidy # +--+-----------------------------------------------------------------+-----------------------------------------------------------------+ # | 3|use strict; |use strict; | # | 4|use warnings; |use warnings; | # | 5| | | # * 6|use File::Spec (); |use File::Spec (); * # | 7|use Test::PerlTidy qw/ run_tests /; |use Test::PerlTidy qw/ run_tests /; | # | 8| | | # | 9|my $perltidyrc = File::Spec->catfile( 't', '_perltidyrc.txt' ); |my $perltidyrc = File::Spec->catfile( 't', '_perltidyrc.txt' ); | # +--+-----------------------------------------------------------------+-----------------------------------------------------------------+ # Failed test ''t/exclude_perltidy.t'' # at t/perltidy.t line 11. # The file 't/perltidy.t' is not tidy # +--+-----------------------------------------------------------------+-----------------------------------------------------------------+ # | 3|use strict; |use strict; | # | 4|use warnings; |use warnings; | # | 5| | | # * 6|use File::Spec (); |use File::Spec (); * # | 7|use Test::PerlTidy qw( run_tests ); |use Test::PerlTidy qw( run_tests ); | # | 8| | | # | 9|my $perltidyrc = File::Spec->catfile( 't', '_perltidyrc.txt' ); |my $perltidyrc = File::Spec->catfile( 't', '_perltidyrc.txt' ); | # +--+-----------------------------------------------------------------+-----------------------------------------------------------------+ # Failed test ''t/perltidy.t'' # at t/perltidy.t line 11. # Looks like you failed 4 tests of 7. t/perltidy.t .......... Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/7 subtests Test Summary Report ------------------- t/exclude_perltidy.t (Wstat: 768 (exited 3) Tests: 6 Failed: 3) Failed tests: 1, 3, 6 Non-zero exit status: 3 t/perltidy.t (Wstat: 1024 (exited 4) Tests: 7 Failed: 4) Failed tests: 1-2, 4, 7 Non-zero exit status: 4 Files=6, Tests=19, 2 wallclock secs ( 0.04 usr 0.00 sys + 2.15 cusr 0.16 csys = 2.35 CPU) Result: FAIL Failed 2/6 test programs. 7/19 subtests failed. make: *** [Makefile:886: test_dynamic] Error 4 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.oQLBA9 (%check) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.oQLBA9 (%check) I: [iurt_root_command] ERROR: chroot