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-06-22 17:27:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old) and /work/SRC/openSUSE:Factory/.os-autoinst.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "os-autoinst" Mon Jun 22 17:27:37 2026 rev:605 rq:1360718 version:5.1781875657.efde779 Changes: -------- --- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes 2026-06-19 17:19:50.050899395 +0200 +++ /work/SRC/openSUSE:Factory/.os-autoinst.new.1956/os-autoinst.changes 2026-06-22 17:28:34.967955437 +0200 @@ -1,0 +2,12 @@ +Fri Jun 19 16:56:43 UTC 2026 - [email protected] + +- Update to version 5.1781875657.efde779: + * ci: disable Mergify interactive queue controls in PR comments + * test: assert Level 3 pretty serial markers + * fix: fallback pretty marker console to 'sut' + * test: fix color test resilience to NO_COLOR + * fix: stop QMP wait hangs on early QEMU exits + * fix: stop autodie unlink crashes in qemu backend + * style(perlcritic): Add Modules::ProhibitConditionalUseStatements + +------------------------------------------------------------------- Old: ---- os-autoinst-5.1781797043.0fb1077.obscpio New: ---- os-autoinst-5.1781875657.efde779.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ os-autoinst-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.pdgUq0/_old 2026-06-22 17:28:36.648013961 +0200 +++ /var/tmp/diff_new_pack.pdgUq0/_new 2026-06-22 17:28:36.652014100 +0200 @@ -18,7 +18,7 @@ %define short_name os-autoinst-devel Name: %{short_name}-test -Version: 5.1781797043.0fb1077 +Version: 5.1781875657.efde779 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-openvswitch-test.spec ++++++ --- /var/tmp/diff_new_pack.pdgUq0/_old 2026-06-22 17:28:36.684015215 +0200 +++ /var/tmp/diff_new_pack.pdgUq0/_new 2026-06-22 17:28:36.688015354 +0200 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst-openvswitch Name: %{short_name}%{?name_ext} -Version: 5.1781797043.0fb1077 +Version: 5.1781875657.efde779 Release: 0 Summary: test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-test.spec ++++++ --- /var/tmp/diff_new_pack.pdgUq0/_old 2026-06-22 17:28:36.728016748 +0200 +++ /var/tmp/diff_new_pack.pdgUq0/_new 2026-06-22 17:28:36.732016887 +0200 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version: 5.1781797043.0fb1077 +Version: 5.1781875657.efde779 Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later ++++++ os-autoinst.spec ++++++ --- /var/tmp/diff_new_pack.pdgUq0/_old 2026-06-22 17:28:36.776018420 +0200 +++ /var/tmp/diff_new_pack.pdgUq0/_new 2026-06-22 17:28:36.780018560 +0200 @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 5.1781797043.0fb1077 +Version: 5.1781875657.efde779 Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later ++++++ os-autoinst-5.1781797043.0fb1077.obscpio -> os-autoinst-5.1781875657.efde779.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1781797043.0fb1077/.mergify.yml new/os-autoinst-5.1781875657.efde779/.mergify.yml --- old/os-autoinst-5.1781797043.0fb1077/.mergify.yml 2026-06-18 17:37:23.000000000 +0200 +++ new/os-autoinst-5.1781875657.efde779/.mergify.yml 2026-06-19 15:27:37.000000000 +0200 @@ -1,3 +1,7 @@ +merge_queue: + status_comments: none + queue_controls_comment: false + pull_request_rules: - name: automatic merge conditions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1781797043.0fb1077/.perlcriticrc new/os-autoinst-5.1781875657.efde779/.perlcriticrc --- old/os-autoinst-5.1781797043.0fb1077/.perlcriticrc 2026-06-18 17:37:23.000000000 +0200 +++ new/os-autoinst-5.1781875657.efde779/.perlcriticrc 2026-06-19 15:27:37.000000000 +0200 @@ -1,7 +1,7 @@ theme = community + openqa severity = 4 -include = strict ValuesAndExpressions::ProhibitInterpolationOfLiterals CodeLayout::ProhibitParensWithBuiltins BuiltinFunctions::RequireBlockMap BuiltinFunctions::ProhibitStringySplit ControlStructures::ProhibitNegativeExpressionsInUnlessAndUntilConditions ValuesAndExpressions::RequireQuotedHeredocTerminator Variables::ProhibitPackageVars CodeLayout::RequireTidyCode Community::WarningsSwitch Community::EmptyReturn Variables::ProhibitUnusedVariables RegularExpressions::ProhibitUselessTopic BuiltinFunctions::ProhibitUselessTopic CodeLayout::ProhibitQuotedWordLists BuiltinFunctions::RequireBlockGrep +include = strict ValuesAndExpressions::ProhibitInterpolationOfLiterals CodeLayout::ProhibitParensWithBuiltins BuiltinFunctions::RequireBlockMap BuiltinFunctions::ProhibitStringySplit ControlStructures::ProhibitNegativeExpressionsInUnlessAndUntilConditions ValuesAndExpressions::RequireQuotedHeredocTerminator Variables::ProhibitPackageVars CodeLayout::RequireTidyCode Community::WarningsSwitch Community::EmptyReturn Variables::ProhibitUnusedVariables RegularExpressions::ProhibitUselessTopic BuiltinFunctions::ProhibitUselessTopic CodeLayout::ProhibitQuotedWordLists BuiltinFunctions::RequireBlockGrep Modules::ProhibitConditionalUseStatements 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.1781797043.0fb1077/backend/baseclass.pm new/os-autoinst-5.1781875657.efde779/backend/baseclass.pm --- old/os-autoinst-5.1781797043.0fb1077/backend/baseclass.pm 2026-06-18 17:37:23.000000000 +0200 +++ new/os-autoinst-5.1781875657.efde779/backend/baseclass.pm 2026-06-19 15:27:37.000000000 +0200 @@ -34,6 +34,7 @@ use Time::Seconds; use English -no_match_vars; use OpenQA::NamedIOSelect; +use Data::Dumper; use constant FULL_SCREEN_SEARCH_FREQUENCY => $ENV{OS_AUTOINST_FULL_SCREEN_SEARCH_FREQUENCY} // 5; use constant FULL_UPDATE_REQUEST_FREQUENCY => $ENV{OS_AUTOINST_FULL_UPDATE_REQUEST_FREQUENCY} // 5; @@ -637,7 +638,6 @@ } } else { - use Data::Dumper; die 'no command in ' . Dumper($cmd); } return 1; ++++++ os-autoinst.obsinfo ++++++ --- /var/tmp/diff_new_pack.pdgUq0/_old 2026-06-22 17:28:38.984095337 +0200 +++ /var/tmp/diff_new_pack.pdgUq0/_new 2026-06-22 17:28:38.988095477 +0200 @@ -1,5 +1,5 @@ name: os-autoinst -version: 5.1781797043.0fb1077 -mtime: 1781797043 -commit: 0fb10771665c8db2173a5097c1dbdc837464c9d7 +version: 5.1781875657.efde779 +mtime: 1781875657 +commit: efde77941e6607ce3412d53f4c4762f93909b801
