Comment # 7 on bug 1206949 from
In that y2log, the last callback that I see is this:


2023-01-18 05:31:13 <0> susetest(23052)

[Pkg] Callbacks.cc(progress):401 ProgressProgress: id:18,
  Executing %posttrans scripts: 100%

[Pkg] Callbacks.YCP.cc(evaluate):240 Evaluating callback
  (registered funciton: ruby_reference)

[Ruby] modules/PackageCallbacks.rb(ProgressProgress):2423
  ProgressProgress: 18, 100%

...
...

[Ruby] binary/Yast.cc(ycp_module_call_ycp_function):395
  Call WidgetExists

[Ruby] binary/Yast.cc(ycp_module_call_ycp_function):401
  Append parameter `id (`progress_widget)

...
...

[Ruby] binary/Yast.cc(ycp_module_call_ycp_function):395
  Call WidgetExists

[Ruby] binary/Yast.cc(ycp_module_call_ycp_function):401
  Append parameter `id (`callback_progress_popup)


No UI.CloseDialog anywhere near this.

---------------------------------

A while before that, opening the popup:

2023-01-18 05:31:02 <0> susetest(23052) [Ruby]
  binary/Yast.cc(ycp_module_call_ycp_function):395
  Call OpenDialog


2023-01-18 05:31:02 <0> susetest(23052) [Ruby]
  binary/Yast.cc(ycp_module_call_ycp_function):401 Append parameter

  `HBox (`HSpacing (1), `VBox (`VSpacing (0.5), `HSpacing (`id
  (`callback_progress_popup), 60), `ProgressBar (`id
  (`progress_widget), "Executing %posttrans script
  'plymouth-22.02.122+94.4bd41a3-3.1.x86_64.rpm'", 100, 0),
  `VSpacing (0.2), `ButtonBox (`PushButton (`id (`abort), `opt
  (`cancelButton), "Abo&rt")), `VSpacing (0.5)), `HSpacing (1))


Notice widget ID callback_progress_popup.


You are receiving this mail because: