Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package os-autoinst for openSUSE:Factory checked in at 2026-03-25 21:20:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old) and /work/SRC/openSUSE:Factory/.os-autoinst.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "os-autoinst" Wed Mar 25 21:20:59 2026 rev:578 rq:1342446 version:5.1774435114.41aff24 Changes: -------- --- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes 2026-03-24 18:49:19.255575116 +0100 +++ /work/SRC/openSUSE:Factory/.os-autoinst.new.8177/os-autoinst.changes 2026-03-27 06:46:21.430177535 +0100 @@ -1,0 +2,16 @@ +Wed Mar 25 10:46:33 UTC 2026 - [email protected] + +- Update to version 5.1774435114.41aff24: + * style: Remove superfluous use of strict + * git subrepo pull (merge) --force external/os-autoinst-common + * Revert "style: Remove local Perl::Critic::Policy::HashKeyQuotes" + * style: Remove local Perl::Critic::Policy::HashKeyQuotes + * style: Add xt/02-perlcritic.t + * style: Fix Community::WhileDiamondDefaultAssignment + * style: Fix various no strict / no critic violations + * style: Fix OpenQA::HashKeyQuotes + * style: Fix OpenQA::SpaceAfterSubroutineName + * style: Fix ProhibitConditionalDeclarations + * style: Disable OpenQA::RedundantStrictWarning temporarily + +------------------------------------------------------------------- Old: ---- os-autoinst-5.1774283485.5af53fe.obscpio New: ---- os-autoinst-5.1774435114.41aff24.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ os-autoinst-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.GVHYND/_old 2026-03-27 06:46:24.026284697 +0100 +++ /var/tmp/diff_new_pack.GVHYND/_new 2026-03-27 06:46:24.034285027 +0100 @@ -18,7 +18,7 @@ %define short_name os-autoinst-devel Name: %{short_name}-test -Version: 5.1774283485.5af53fe +Version: 5.1774435114.41aff24 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-openvswitch-test.spec ++++++ --- /var/tmp/diff_new_pack.GVHYND/_old 2026-03-27 06:46:24.234293283 +0100 +++ /var/tmp/diff_new_pack.GVHYND/_new 2026-03-27 06:46:24.246293779 +0100 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst-openvswitch Name: %{short_name}%{?name_ext} -Version: 5.1774283485.5af53fe +Version: 5.1774435114.41aff24 Release: 0 Summary: test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-test.spec ++++++ --- /var/tmp/diff_new_pack.GVHYND/_old 2026-03-27 06:46:24.462302695 +0100 +++ /var/tmp/diff_new_pack.GVHYND/_new 2026-03-27 06:46:24.470303025 +0100 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version: 5.1774283485.5af53fe +Version: 5.1774435114.41aff24 Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later ++++++ os-autoinst.spec ++++++ --- /var/tmp/diff_new_pack.GVHYND/_old 2026-03-27 06:46:24.770315409 +0100 +++ /var/tmp/diff_new_pack.GVHYND/_new 2026-03-27 06:46:24.782315904 +0100 @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 5.1774283485.5af53fe +Version: 5.1774435114.41aff24 Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later ++++++ os-autoinst-5.1774283485.5af53fe.obscpio -> os-autoinst-5.1774435114.41aff24.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/commands.pm new/os-autoinst-5.1774435114.41aff24/commands.pm --- old/os-autoinst-5.1774283485.5af53fe/commands.pm 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/commands.pm 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ package commands; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use autodie ':all'; require IPC::System::Simple; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/.github/workflows/base-commit-message-checker.yml new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/.github/workflows/base-commit-message-checker.yml --- old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/.github/workflows/base-commit-message-checker.yml 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/.github/workflows/base-commit-message-checker.yml 2026-03-25 11:38:34.000000000 +0100 @@ -1,13 +1,11 @@ --- name: 'Commit message check' on: - pull_request: - push: - branches: - - '!master' + workflow_call: jobs: - check-commit-message: + base-check-commit-message: + name: Check commit message runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/.gitrepo new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/.gitrepo --- old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/.gitrepo 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/.gitrepo 2026-03-25 11:38:34.000000000 +0100 @@ -6,7 +6,7 @@ [subrepo] remote = [email protected]:os-autoinst/os-autoinst-common.git branch = master - commit = 8fffc1f59746ae5d409964a653165b3c8840d0ff - parent = 89cbbf404e53727ecfaf8515d6e4f7d6a0c9dfa3 + commit = 7bbf40822c49031520d5d287daf89b8fdfe21fb8 + parent = 5af53feb2cb2969b72228bab06f148c633668b23 method = merge cmdver = 0.4.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/.perlcriticrc new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/.perlcriticrc --- old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/.perlcriticrc 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/.perlcriticrc 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,6 @@ theme = community + openqa severity = 4 include = strict ValuesAndExpressions::ProhibitInterpolationOfLiterals -exclude = OpenQA::RedundantStrictWarning verbose = ::warning file=%f,line=%l,col=%c,title=%m - severity %s::[%p] %e\n diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/lib/perlcritic/Perl/Critic/Policy/OpenQA/HashKeyQuotes.pm new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/lib/perlcritic/Perl/Critic/Policy/OpenQA/HashKeyQuotes.pm --- old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/lib/perlcritic/Perl/Critic/Policy/OpenQA/HashKeyQuotes.pm 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/lib/perlcritic/Perl/Critic/Policy/OpenQA/HashKeyQuotes.pm 2026-03-25 11:38:34.000000000 +0100 @@ -31,7 +31,7 @@ # skip anything that has a special symbol in the content return () if looks_like_number $k; - return () if $k =~ m/^[0-9_]+$/; + return () if $k =~ m/^[0-9_]/; return () unless $k =~ m/^\w+$/; # report violation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/lib/perlcritic/Perl/Critic/Policy/OpenQA/RedundantStrictWarning.pm new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/lib/perlcritic/Perl/Critic/Policy/OpenQA/RedundantStrictWarning.pm --- old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/lib/perlcritic/Perl/Critic/Policy/OpenQA/RedundantStrictWarning.pm 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/lib/perlcritic/Perl/Critic/Policy/OpenQA/RedundantStrictWarning.pm 2026-03-25 11:38:34.000000000 +0100 @@ -39,13 +39,50 @@ # Bail if there's none. return unless $use_stmts; - # Bail out if there's only one. TestingAndDebugging::RequireUseStrict will report - # that there's no use strict/warnings. - return if scalar @{$use_stmts} == 1; + my ($use_strict, $use_warnings, $mojo_strict, $mojo, @other); + for my $stmt (@$use_stmts) { + my $module = $stmt->module; + if ($module eq 'strict') { $use_strict = $stmt } + elsif ($module eq 'warnings') { $use_warnings = $stmt } + elsif ($module eq 'Mojo::Base') { + # "use Mojo::Base 'somebaseclass'" or "use Mojo::Base -signatures" is + # not a superfluous strict usage. Only "use Mojo::Base -strict". + $mojo_strict = $stmt if _analyze_mojo_base($stmt); + $mojo = 1; + } + else { + push @other, $stmt; + } + } + my @violating; + if (@other) { + push @violating, grep { $_ } ($use_strict, $use_warnings, $mojo_strict); + } + elsif ($mojo) { + push @violating, grep { $_ } ($use_strict, $use_warnings); + } + return map { $self->_make_violation($_) } @violating; +} - # If the 'use strict' or 'use warnings' statement is present as well as a - # module already providing that behavior, -> it violates. - return map { $self->_make_violation($_) } grep { !$_->pragma() } @{$use_stmts}; +sub _analyze_mojo_base ($stmt) { + my @args; + for my $token ($stmt->arguments) { + next if $token->isa('PPI::Token::Operator'); + if ($token->isa('PPI::Token::Quote')) { + push @args, $token->string; + } + elsif ($token->isa('PPI::Token::QuoteLike::Words')) { + push @args, $token->literal; + } + elsif ($token->isa('PPI::Token::Word')) { + # unquoted word + push @args, $token->content; + } + } + if (grep { m/^-strict$/ } @args) { + return $stmt; + } + return 0; } sub _make_violation ($self, $statement) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/t/OpenQA/HashKeyQuotes.run new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/t/OpenQA/HashKeyQuotes.run --- old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/t/OpenQA/HashKeyQuotes.run 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/t/OpenQA/HashKeyQuotes.run 2026-03-25 11:38:34.000000000 +0100 @@ -11,6 +11,7 @@ $h{"0123"} = 6; $h{"Inf"} = 7; $h{"3_14"} = 7; +$h{'0ff'} = 8; ## name Failing ## failures 4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/t/OpenQA/RedundantStrictWarning.run new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/t/OpenQA/RedundantStrictWarning.run --- old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/t/OpenQA/RedundantStrictWarning.run 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/t/OpenQA/RedundantStrictWarning.run 2026-03-25 11:38:34.000000000 +0100 @@ -1,16 +1,63 @@ -## name Passing +## name Passing 1 ## failures 0 ## cut -use Mojo::Base 'DBIx::Class::Core'; +use Mojo::Base -strict; +use CGI; -## name Passing +## name Passing 2 ## failures 0 -## TODO It can be neessary to use two modules that both enable strict ## cut +use Mojo::Base -base; +use Moose; + +## name Passing 3 +## failures 0 +## cut +use Moose; +use Mojo::Base -signatures; + + + +## name Failing 1 +## failures 1 +## cut +use Mojo::Base -strict; +use Moose; + +## name Failing 2 +## failures 1 +## cut +use Moose; +use Mojo::Base -strict; -use Mojo::Base 'DBIx::Class::Core'; +## name Failing 3 +## failures 1 +## cut +use Moose; +use strict; +## name Failing 4 +## failures 1 +## cut use Moose; -extends 'OpenQA::Schema::Result::Jobs'; +use warnings; + +## name Failing 5 +## failures 1 +## cut +use Mojo::Base 'CGI'; +use strict; + +## name Failing 6 +## failures 1 +## cut +use Mojo::Base 'CGI'; +use warnings; + +## name Failing 7 +## failures 1 +## cut +use Mojo::Base -strict; +use warnings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/tools/perlcritic new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/tools/perlcritic --- old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/tools/perlcritic 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/tools/perlcritic 2026-03-25 11:38:34.000000000 +0100 @@ -16,7 +16,7 @@ return grep { -e $_ } @paths; } -$ENV{PERL5LIB} = join(':', (extra_include_paths('lib/perlcritic'), $ENV{PERL5LIB} // '')); +$ENV{PERL5LIB} = join ':', extra_include_paths('lib/perlcritic'), $ENV{PERL5LIB} // ''; unless (@ARGV) { say "Usage: $0 files-or-directories"; exit; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/xt/02-perlcritic.t new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/xt/02-perlcritic.t --- old/os-autoinst-5.1774283485.5af53fe/external/os-autoinst-common/xt/02-perlcritic.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/external/os-autoinst-common/xt/02-perlcritic.t 2026-03-25 11:38:34.000000000 +0100 @@ -20,9 +20,10 @@ use OpenQA::Test::TimeLimit '90'; use Test::Perl::Critic (-profile => '.perlcriticrc'); -Test::Perl::Critic::all_critic_ok( - grep { -e $_ } - qw(lib xt OpenQA backend consoles container script tools), +my $env_glob = $ENV{PERLCRITIC_GLOB}; +my @paths = $env_glob + ? map { glob($_) } split(/[:;]/, $env_glob) + : (qw(lib xt OpenQA backend consoles container script tools), glob('*.pm'), - grep { !/t\/(data|fake)\// } glob('t/*.t t/*.pm t/*/*.t t/*/*.pm') -); + grep { !/t\/(data|fake)\// } glob 't/*.t t/*.pm t/*/*.t t/*/*.pm'); +Test::Perl::Critic::all_critic_ok(grep { -e $_ } @paths); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/00-compile-check-all.t new/os-autoinst-5.1774435114.41aff24/t/00-compile-check-all.t --- old/os-autoinst-5.1774283485.5af53fe/t/00-compile-check-all.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/00-compile-check-all.t 2026-03-25 11:38:34.000000000 +0100 @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; # We need :no_end_test here because otherwise it would output a no warnings # test for each of the modules, but with the same test number use Test::Warnings qw(:no_end_test :report_warnings); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/01-test_needle.t new/os-autoinst-5.1774435114.41aff24/t/01-test_needle.t --- old/os-autoinst-5.1774283485.5af53fe/t/01-test_needle.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/01-test_needle.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/02-test_ocr.t new/os-autoinst-5.1774435114.41aff24/t/02-test_ocr.t --- old/os-autoinst-5.1774283485.5af53fe/t/02-test_ocr.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/02-test_ocr.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Output; use FindBin '$Bin'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/03-testapi.t new/os-autoinst-5.1774435114.41aff24/t/03-testapi.t --- old/os-autoinst-5.1774283485.5af53fe/t/03-testapi.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/03-testapi.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/04-check_vars_docu.t new/os-autoinst-5.1774435114.41aff24/t/04-check_vars_docu.t --- old/os-autoinst-5.1774283485.5af53fe/t/04-check_vars_docu.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/04-check_vars_docu.t 2026-03-25 11:38:34.000000000 +0100 @@ -5,7 +5,7 @@ use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings ':report_warnings'; use Feature::Compat::Try; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/04-testapi-python.t new/os-autoinst-5.1774435114.41aff24/t/04-testapi-python.t --- old/os-autoinst-5.1774283485.5af53fe/t/04-testapi-python.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/04-testapi-python.t 2026-03-25 11:38:34.000000000 +0100 @@ -2,7 +2,7 @@ use Test::Most; use Test::Warnings; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; BEGIN { unshift @INC, '..'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/05-distribution.t new/os-autoinst-5.1774435114.41aff24/t/05-distribution.t --- old/os-autoinst-5.1774283485.5af53fe/t/05-distribution.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/05-distribution.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings qw(:all :report_warnings); use Test::Output qw(combined_like); use Test::MockModule; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/07-commands.t new/os-autoinst-5.1774435114.41aff24/t/07-commands.t --- old/os-autoinst-5.1774283485.5af53fe/t/07-commands.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/07-commands.t 2026-03-25 11:38:34.000000000 +0100 @@ -5,12 +5,12 @@ use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use File::Find; require IPC::System::Simple; use autodie ':all'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/08-autotest.t new/os-autoinst-5.1774435114.41aff24/t/08-autotest.t --- old/os-autoinst-5.1774283485.5af53fe/t/08-autotest.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/08-autotest.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Mojo::File 'path'; use FindBin '$Bin'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/10-terminal.t new/os-autoinst-5.1774435114.41aff24/t/10-terminal.t --- old/os-autoinst-5.1774283485.5af53fe/t/10-terminal.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/10-terminal.t 2026-03-25 11:38:34.000000000 +0100 @@ -3,7 +3,7 @@ # Copyright 2016-2020 SUSE LLC # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Feature::Compat::Try; use Mojo::File qw(path); use FindBin '$Bin'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/10-test-image-conversion-benchmark.t new/os-autoinst-5.1774435114.41aff24/t/10-test-image-conversion-benchmark.t --- old/os-autoinst-5.1774283485.5af53fe/t/10-test-image-conversion-benchmark.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/10-test-image-conversion-benchmark.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,6 +1,6 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/10-virtio_terminal.t new/os-autoinst-5.1774435114.41aff24/t/10-virtio_terminal.t --- old/os-autoinst-5.1774283485.5af53fe/t/10-virtio_terminal.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/10-virtio_terminal.t 2026-03-25 11:38:34.000000000 +0100 @@ -2,7 +2,7 @@ # Copyright 2020-2021 SUSE LLC use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings qw(:all :report_warnings); # OpenQA::Test::TimeLimit not used as `prepare_pipes` defines an ALRM handler diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/11-image-ppm.t new/os-autoinst-5.1774435114.41aff24/t/11-image-ppm.t --- old/os-autoinst-5.1774283485.5af53fe/t/11-image-ppm.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/11-image-ppm.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,6 +1,6 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/12-bmwqemu.t new/os-autoinst-5.1774435114.41aff24/t/12-bmwqemu.t --- old/os-autoinst-5.1774283485.5af53fe/t/12-bmwqemu.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/12-bmwqemu.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Mock::Time; use Feature::Compat::Try; use FindBin '$Bin'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/13-osutils.t new/os-autoinst-5.1774435114.41aff24/t/13-osutils.t --- old/os-autoinst-5.1774283485.5af53fe/t/13-osutils.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/13-osutils.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/14-debugging-tools.t new/os-autoinst-5.1774435114.41aff24/t/14-debugging-tools.t --- old/os-autoinst-5.1774283485.5af53fe/t/14-debugging-tools.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/14-debugging-tools.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings ':report_warnings'; use Test::MockModule; use FindBin '$Bin'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/14-isotovideo.t new/os-autoinst-5.1774435114.41aff24/t/14-isotovideo.t --- old/os-autoinst-5.1774283485.5af53fe/t/14-isotovideo.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/14-isotovideo.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Term::ANSIColor qw(colorstrip); use Test::Warnings ':report_warnings'; use Test::MockModule; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/15-logging.t new/os-autoinst-5.1774435114.41aff24/t/15-logging.t --- old/os-autoinst-5.1774283485.5af53fe/t/15-logging.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/15-logging.t 2026-03-25 11:38:34.000000000 +0100 @@ -5,7 +5,7 @@ use Test::Most; use Test::Warnings ':report_warnings'; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/16-send_with_fd.t new/os-autoinst-5.1774435114.41aff24/t/16-send_with_fd.t --- old/os-autoinst-5.1774283485.5af53fe/t/16-send_with_fd.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/16-send_with_fd.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings ':report_warnings'; use FindBin '$Bin'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/17-basetest.t new/os-autoinst-5.1774435114.41aff24/t/17-basetest.t --- old/os-autoinst-5.1774283485.5af53fe/t/17-basetest.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/17-basetest.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings ':report_warnings'; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/18-backend-qemu.t new/os-autoinst-5.1774435114.41aff24/t/18-backend-qemu.t --- old/os-autoinst-5.1774283485.5af53fe/t/18-backend-qemu.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/18-backend-qemu.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin qw($Bin $Script); use lib "$Bin/../external/os-autoinst-common/lib"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/18-qemu-options.t new/os-autoinst-5.1774435114.41aff24/t/18-qemu-options.t --- old/os-autoinst-5.1774283485.5af53fe/t/18-qemu-options.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/18-qemu-options.t 2026-03-25 11:38:34.000000000 +0100 @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings ':report_warnings'; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/18-qemu.t new/os-autoinst-5.1774435114.41aff24/t/18-qemu.t --- old/os-autoinst-5.1774283485.5af53fe/t/18-qemu.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/18-qemu.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/19-isotovideo-command-processing.t new/os-autoinst-5.1774435114.41aff24/t/19-isotovideo-command-processing.t --- old/os-autoinst-5.1774283485.5af53fe/t/19-isotovideo-command-processing.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/19-isotovideo-command-processing.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/20-openqa-benchmark-stopwatch-utils.t new/os-autoinst-5.1774435114.41aff24/t/20-openqa-benchmark-stopwatch-utils.t --- old/os-autoinst-5.1774283485.5af53fe/t/20-openqa-benchmark-stopwatch-utils.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/20-openqa-benchmark-stopwatch-utils.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings ':report_warnings'; use Time::HiRes 'sleep'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/21-needle-downloader.t new/os-autoinst-5.1774435114.41aff24/t/21-needle-downloader.t --- old/os-autoinst-5.1774283485.5af53fe/t/21-needle-downloader.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/21-needle-downloader.t 2026-03-25 11:38:34.000000000 +0100 @@ -2,7 +2,7 @@ use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/22-svirt.t new/os-autoinst-5.1774435114.41aff24/t/22-svirt.t --- old/os-autoinst-5.1774283485.5af53fe/t/22-svirt.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/22-svirt.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/23-baseclass.t new/os-autoinst-5.1774435114.41aff24/t/23-baseclass.t --- old/os-autoinst-5.1774283485.5af53fe/t/23-baseclass.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/23-baseclass.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin qw($Bin $Script); use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/24-myjsonrpc-debug-var.t new/os-autoinst-5.1774435114.41aff24/t/24-myjsonrpc-debug-var.t --- old/os-autoinst-5.1774283485.5af53fe/t/24-myjsonrpc-debug-var.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/24-myjsonrpc-debug-var.t 2026-03-25 11:38:34.000000000 +0100 @@ -5,7 +5,7 @@ use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/24-myjsonrpc-debug.t new/os-autoinst-5.1774435114.41aff24/t/24-myjsonrpc-debug.t --- old/os-autoinst-5.1774283485.5af53fe/t/24-myjsonrpc-debug.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/24-myjsonrpc-debug.t 2026-03-25 11:38:34.000000000 +0100 @@ -5,7 +5,7 @@ use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/24-myjsonrpc.t new/os-autoinst-5.1774435114.41aff24/t/24-myjsonrpc.t --- old/os-autoinst-5.1774283485.5af53fe/t/24-myjsonrpc.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/24-myjsonrpc.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::MockModule 'strict'; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/25-spvm.t new/os-autoinst-5.1774435114.41aff24/t/25-spvm.t --- old/os-autoinst-5.1774283485.5af53fe/t/25-spvm.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/25-spvm.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings ':report_warnings'; use FindBin '$Bin'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/26-serial_screen.t new/os-autoinst-5.1774435114.41aff24/t/26-serial_screen.t --- old/os-autoinst-5.1774283485.5af53fe/t/26-serial_screen.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/26-serial_screen.t 2026-03-25 11:38:34.000000000 +0100 @@ -2,7 +2,7 @@ # Copyright 2019 SUSE LLC use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings ':report_warnings'; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/26-ssh_screen.t new/os-autoinst-5.1774435114.41aff24/t/26-ssh_screen.t --- old/os-autoinst-5.1774283485.5af53fe/t/26-ssh_screen.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/26-ssh_screen.t 2026-03-25 11:38:34.000000000 +0100 @@ -2,7 +2,7 @@ # Copyright 2019 SUSE LLC use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings ':report_warnings'; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/26-video_stream.t new/os-autoinst-5.1774435114.41aff24/t/26-video_stream.t --- old/os-autoinst-5.1774283485.5af53fe/t/26-video_stream.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/26-video_stream.t 2026-03-25 11:38:34.000000000 +0100 @@ -5,7 +5,7 @@ use Config; use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Feature::Compat::Try; use Mojo::UserAgent; use Mojo::Transaction::HTTP; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-local_xvnc.t new/os-autoinst-5.1774435114.41aff24/t/27-consoles-local_xvnc.t --- old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-local_xvnc.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/27-consoles-local_xvnc.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings qw(:all :report_warnings); use Test::MockObject; use Test::MockModule; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-network_console.t new/os-autoinst-5.1774435114.41aff24/t/27-consoles-network_console.t --- old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-network_console.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/27-consoles-network_console.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings qw(:all :report_warnings); use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-s3270.t new/os-autoinst-5.1774435114.41aff24/t/27-consoles-s3270.t --- old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-s3270.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/27-consoles-s3270.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Mock::Time; use Test::MockModule 'strict'; use Test::MockObject; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-sshIucvconn.t new/os-autoinst-5.1774435114.41aff24/t/27-consoles-sshIucvconn.t --- old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-sshIucvconn.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/27-consoles-sshIucvconn.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::MockObject; use Test::MockModule; use Test::Warnings ':report_warnings'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-sshXtermIPMI.t new/os-autoinst-5.1774435114.41aff24/t/27-consoles-sshXtermIPMI.t --- old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-sshXtermIPMI.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/27-consoles-sshXtermIPMI.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Mock::Time; use Test::MockModule; use Test::MockObject; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-sshXtermVt.t new/os-autoinst-5.1774435114.41aff24/t/27-consoles-sshXtermVt.t --- old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-sshXtermVt.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/27-consoles-sshXtermVt.t 2026-03-25 11:38:34.000000000 +0100 @@ -3,7 +3,7 @@ # Copyright SUSE LLC # SPDX-License-Identifier: GPL-2.0-or-later -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Most; use Test::Warnings qw(:report_warnings); use Test::MockObject; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-ssh_virtsh_sut.t new/os-autoinst-5.1774435114.41aff24/t/27-consoles-ssh_virtsh_sut.t --- old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-ssh_virtsh_sut.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/27-consoles-ssh_virtsh_sut.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings qw(:all :report_warnings); use Test::MockObject; use Test::Output qw(stderr_like); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-vmware.t new/os-autoinst-5.1774435114.41aff24/t/27-consoles-vmware.t --- old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-vmware.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/27-consoles-vmware.t 2026-03-25 11:38:34.000000000 +0100 @@ -5,7 +5,7 @@ use Test::Most; use Test::Warnings; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use utf8; # disable time limit when testing against real VMWare instance diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-vnc.t new/os-autoinst-5.1774435114.41aff24/t/27-consoles-vnc.t --- old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-vnc.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/27-consoles-vnc.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use utf8; use Mojo::File qw(path); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-vnc_base.t new/os-autoinst-5.1774435114.41aff24/t/27-consoles-vnc_base.t --- old/os-autoinst-5.1774283485.5af53fe/t/27-consoles-vnc_base.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/27-consoles-vnc_base.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings qw(:all :report_warnings); use Test::MockModule; use Test::MockObject; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/28-signalblocker.t new/os-autoinst-5.1774435114.41aff24/t/28-signalblocker.t --- old/os-autoinst-5.1774283485.5af53fe/t/28-signalblocker.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/28-signalblocker.t 2026-03-25 11:38:34.000000000 +0100 @@ -7,7 +7,7 @@ # threads upfront. use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/29-backend-driver.t new/os-autoinst-5.1774435114.41aff24/t/29-backend-driver.t --- old/os-autoinst-5.1774283485.5af53fe/t/29-backend-driver.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/29-backend-driver.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Mojo::File qw(tempdir); use Mojo::IOLoop::ReadWriteProcess qw(process); use Mojo::Util qw(scope_guard); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/29-backend-generalhw.t new/os-autoinst-5.1774435114.41aff24/t/29-backend-generalhw.t --- old/os-autoinst-5.1774283485.5af53fe/t/29-backend-generalhw.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/29-backend-generalhw.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; # mock sleeps my @invoked_cmds; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/29-backend-ipmi.t new/os-autoinst-5.1774435114.41aff24/t/29-backend-ipmi.t --- old/os-autoinst-5.1774283485.5af53fe/t/29-backend-ipmi.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/29-backend-ipmi.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/29-backend-null.t new/os-autoinst-5.1774435114.41aff24/t/29-backend-null.t --- old/os-autoinst-5.1774283485.5af53fe/t/29-backend-null.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/29-backend-null.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/29-backend-s390x.t new/os-autoinst-5.1774435114.41aff24/t/29-backend-s390x.t --- old/os-autoinst-5.1774283485.5af53fe/t/29-backend-s390x.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/29-backend-s390x.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,6 +1,5 @@ #!/usr/bin/perl -use Mojo::Base -strict; use Test::Most; use FindBin '$Bin'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/29-backend-spvm.t new/os-autoinst-5.1774435114.41aff24/t/29-backend-spvm.t --- old/os-autoinst-5.1774283485.5af53fe/t/29-backend-spvm.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/29-backend-spvm.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Mojo::File qw(tempdir); use Mojo::Util qw(scope_guard); use Test::Warnings qw(:all :report_warnings); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/29-backend-svirt.t new/os-autoinst-5.1774435114.41aff24/t/29-backend-svirt.t --- old/os-autoinst-5.1774283485.5af53fe/t/29-backend-svirt.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/29-backend-svirt.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::Warnings qw(:all :report_warnings); use Test::MockModule; use Test::MockObject; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/30-mmapi.t new/os-autoinst-5.1774435114.41aff24/t/30-mmapi.t --- old/os-autoinst-5.1774283485.5af53fe/t/30-mmapi.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/30-mmapi.t 2026-03-25 11:38:34.000000000 +0100 @@ -8,7 +8,7 @@ use Test::Most; use Test::Mock::Time; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; BEGIN { $ENV{OS_AUTOINST_LOCKAPI_RETRY_COUNT} = 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/31-sshSerial.t new/os-autoinst-5.1774435114.41aff24/t/31-sshSerial.t --- old/os-autoinst-5.1774283485.5af53fe/t/31-sshSerial.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/31-sshSerial.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '10'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/32-console_proxy.t new/os-autoinst-5.1774435114.41aff24/t/32-console_proxy.t --- old/os-autoinst-5.1774283485.5af53fe/t/32-console_proxy.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/32-console_proxy.t 2026-03-25 11:38:34.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/perl use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::MockObject; use Test::MockModule; use Test::Warnings qw(:all :report_warnings); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/33-vagrant.t new/os-autoinst-5.1774435114.41aff24/t/33-vagrant.t --- old/os-autoinst-5.1774283485.5af53fe/t/33-vagrant.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/33-vagrant.t 2026-03-25 11:38:34.000000000 +0100 @@ -6,7 +6,7 @@ use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::MockRandom 'backend::vagrant'; use Test::MockObject; use Test::MockModule; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/34-git.t new/os-autoinst-5.1774435114.41aff24/t/34-git.t --- old/os-autoinst-5.1774283485.5af53fe/t/34-git.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/34-git.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Mojo::JSON qw(decode_json); use Mojo::File qw(path tempdir); use Mojo::Util qw(scope_guard); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/35-imgsearch.t new/os-autoinst-5.1774435114.41aff24/t/35-imgsearch.t --- old/os-autoinst-5.1774283485.5af53fe/t/35-imgsearch.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/35-imgsearch.t 2026-03-25 11:38:34.000000000 +0100 @@ -7,7 +7,7 @@ use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Mojo::File qw(path); use Mojo::JSON qw(decode_json); use Test::Output qw(stderr_like); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/36-openqa-namedioselect.t new/os-autoinst-5.1774435114.41aff24/t/36-openqa-namedioselect.t --- old/os-autoinst-5.1774283485.5af53fe/t/36-openqa-namedioselect.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/36-openqa-namedioselect.t 2026-03-25 11:38:34.000000000 +0100 @@ -2,7 +2,7 @@ use Test::Most; use Test::Warnings ':report_warnings'; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use OpenQA::NamedIOSelect; subtest NamedIOSelect => sub { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/37-mutparams.t new/os-autoinst-5.1774435114.41aff24/t/37-mutparams.t --- old/os-autoinst-5.1774283485.5af53fe/t/37-mutparams.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/37-mutparams.t 2026-03-25 11:38:34.000000000 +0100 @@ -5,7 +5,7 @@ use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/38-carp-trace.t new/os-autoinst-5.1774435114.41aff24/t/38-carp-trace.t --- old/os-autoinst-5.1774283485.5af53fe/t/38-carp-trace.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/38-carp-trace.t 2026-03-25 11:38:34.000000000 +0100 @@ -5,7 +5,7 @@ use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/39-dewebsockify.t new/os-autoinst-5.1774435114.41aff24/t/39-dewebsockify.t --- old/os-autoinst-5.1774283485.5af53fe/t/39-dewebsockify.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/39-dewebsockify.t 2026-03-25 11:38:34.000000000 +0100 @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Test::MockModule; use Test::Warnings; use Mojo::Log; @@ -57,7 +57,7 @@ package MockTxGeneric; # uncoverable statement use Test::Most; - use Mojo::Base -strict, -signatures; + use Mojo::Base -signatures; sub is_websocket { 1 } sub max_websocket_size { } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/41-os-autoinst-generate-needle-preview.t new/os-autoinst-5.1774435114.41aff24/t/41-os-autoinst-generate-needle-preview.t --- old/os-autoinst-5.1774283485.5af53fe/t/41-os-autoinst-generate-needle-preview.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/41-os-autoinst-generate-needle-preview.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ use Test::Most; use Test::Warnings ':report_warnings'; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use File::Compare qw(compare); use Mojo::File qw(path tempdir); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/47-snd2png.t new/os-autoinst-5.1774435114.41aff24/t/47-snd2png.t --- old/os-autoinst-5.1774283485.5af53fe/t/47-snd2png.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/47-snd2png.t 2026-03-25 11:38:34.000000000 +0100 @@ -8,7 +8,7 @@ use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; use OpenQA::Test::TimeLimit '5'; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use Mojo::File qw(path tempdir); # ensure a consistent base for relative paths diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1774283485.5af53fe/t/99-full-stack.t new/os-autoinst-5.1774435114.41aff24/t/99-full-stack.t --- old/os-autoinst-5.1774283485.5af53fe/t/99-full-stack.t 2026-03-23 17:31:25.000000000 +0100 +++ new/os-autoinst-5.1774435114.41aff24/t/99-full-stack.t 2026-03-25 11:38:34.000000000 +0100 @@ -4,7 +4,7 @@ use Test::Most; -use Mojo::Base -strict, -signatures; +use Mojo::Base -signatures; use FindBin '$Bin'; use lib "$Bin/../external/os-autoinst-common/lib"; ++++++ os-autoinst.obsinfo ++++++ --- /var/tmp/diff_new_pack.GVHYND/_old 2026-03-27 06:46:29.498510579 +0100 +++ /var/tmp/diff_new_pack.GVHYND/_new 2026-03-27 06:46:29.506510909 +0100 @@ -1,5 +1,5 @@ name: os-autoinst -version: 5.1774283485.5af53fe -mtime: 1774283485 -commit: 5af53feb2cb2969b72228bab06f148c633668b23 +version: 5.1774435114.41aff24 +mtime: 1774435114 +commit: 41aff24aeef5d4ce83a117e0a070e8edcecbff42
