R Under development (unstable) (2025-09-18 r88857 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > source("incl/start.R") > > message("with_progress() - progressr.debug = TRUE ...") with_progress() - progressr.debug = TRUE ... > > options(progressr.debug = TRUE) > > with_progress({ + y <- slow_sum(1:10) + }) with_progress() ... as_progression_handler() ... - Number of progression handlers: 1 - Handler 1 is a function; calling it - drop = TRUE => dropping non-enabled handlers - Number of progression handlers: 1 as_progression_handler() ... done - Buffering: 'terminal', 'stdout', 'condition' - signaling 'reset' to all handlers [08:05:59.443] reset_reporter() ... [08:05:59.443] List of 15 [08:05:59.443] $ max_steps : NULL [08:05:59.443] $ times : num Inf [08:05:59.443] $ interval : num 0.1 [08:05:59.443] $ enable_after: num 0 [08:05:59.443] $ auto_finish : logi TRUE [08:05:59.443] $ clear : logi TRUE [08:05:59.443] $ target : chr "terminal" [08:05:59.443] $ step : NULL [08:05:59.443] $ message : NULL [08:05:59.443] $ timestamps : NULL [08:05:59.443] $ delta : int 0 [08:05:59.443] $ enabled : logi FALSE [08:05:59.443] $ config :List of 7 [08:05:59.443] ..$ max_steps : NULL [08:05:59.443] ..$ times : num Inf [08:05:59.443] ..$ interval : num 0.1 [08:05:59.443] ..$ enable_after: num 0 [08:05:59.443] ..$ auto_finish : logi TRUE [08:05:59.443] ..$ clear : logi TRUE [08:05:59.443] ..$ target : chr "terminal" [08:05:59.443] $ state :List of 5 [08:05:59.443] ..$ step : NULL [08:05:59.443] ..$ message : NULL [08:05:59.443] ..$ timestamps: NULL [08:05:59.443] ..$ delta : int 0 [08:05:59.443] ..$ enabled : logi FALSE [08:05:59.443] $ progression :List of 12 [08:05:59.443] ..$ owner_session_uuid: NULL [08:05:59.443] ..$ progressor_uuid : NULL [08:05:59.443] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.443] ..$ progression_index : NULL [08:05:59.443] ..$ progression_time : chr "2025-09-19 08:05:59.441 +0200" [08:05:59.443] ..$ type : chr "reset" [08:05:59.443] ..$ message : chr(0) [08:05:59.443] ..$ amount : num 1 [08:05:59.443] ..$ step : NULL [08:05:59.443] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.443] ..$ call : NULL [08:05:59.443] ..$ calls :Dotted pair list of 8 [08:05:59.443] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.443] .. ..$ : language withCallingHandlers({ withRestarts({ ... [08:05:59.443] .. ..$ : language withRestarts({ signalCondition(control_progression("reset")) ... [08:05:59.443] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.443] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.443] .. ..$ : language signalCondition(control_progression("reset")) [08:05:59.443] .. ..$ : language control_progression("reset") [08:05:59.443] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.443] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:05:59.470] reset_reporter() ... done - received a 'simpleMessage' [08:05:59.472] hide_reporter() ... [08:05:59.472] List of 15 [08:05:59.472] $ max_steps : NULL [08:05:59.472] $ times : num Inf [08:05:59.472] $ interval : num 0.1 [08:05:59.472] $ enable_after: num 0 [08:05:59.472] $ auto_finish : logi TRUE [08:05:59.472] $ clear : logi TRUE [08:05:59.472] $ target : chr "terminal" [08:05:59.472] $ step : NULL [08:05:59.472] $ message : NULL [08:05:59.472] $ timestamps : NULL [08:05:59.472] $ delta : int 0 [08:05:59.472] $ enabled : logi FALSE [08:05:59.472] $ config :List of 7 [08:05:59.472] ..$ max_steps : NULL [08:05:59.472] ..$ times : num Inf [08:05:59.472] ..$ interval : num 0.1 [08:05:59.472] ..$ enable_after: num 0 [08:05:59.472] ..$ auto_finish : logi TRUE [08:05:59.472] ..$ clear : logi TRUE [08:05:59.472] ..$ target : chr "terminal" [08:05:59.472] $ state :List of 5 [08:05:59.472] ..$ step : NULL [08:05:59.472] ..$ message : NULL [08:05:59.472] ..$ timestamps: NULL [08:05:59.472] ..$ delta : int 0 [08:05:59.472] ..$ enabled : logi FALSE [08:05:59.472] $ progression :List of 12 [08:05:59.472] ..$ owner_session_uuid: NULL [08:05:59.472] ..$ progressor_uuid : NULL [08:05:59.472] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.472] ..$ progression_index : NULL [08:05:59.472] ..$ progression_time : chr "2025-09-19 08:05:59.471 +0200" [08:05:59.472] ..$ type : chr "hide" [08:05:59.472] ..$ message : chr(0) [08:05:59.472] ..$ amount : num 1 [08:05:59.472] ..$ step : NULL [08:05:59.472] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.472] ..$ call : NULL [08:05:59.472] ..$ calls :Dotted pair list of 15 [08:05:59.472] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.472] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.472] .. ..$ : language withVisible(expr) [08:05:59.472] .. ..$ : language slow_sum(1:10) [08:05:59.472] .. ..$ : language progressor(along = x) [08:05:59.472] .. ..$ : language fcn(type = "initiate", steps = steps, auto_finish = auto_finish) [08:05:59.472] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.472] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.472] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.472] .. ..$ : language signalCondition(cond) [08:05:59.472] .. ..$ : language (function (p) { ... [08:05:59.472] .. ..$ : language calling_handler(control_progression("hide")) [08:05:59.472] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.472] .. ..$ : language control_progression("hide") [08:05:59.472] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.472] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:05:59.491] hide_reporter() ... done - received a 'progression' (n=1) [08:05:59.491] unhide_reporter() ... [08:05:59.491] List of 15 [08:05:59.491] $ max_steps : NULL [08:05:59.491] $ times : num Inf [08:05:59.491] $ interval : num 0.1 [08:05:59.491] $ enable_after: num 0 [08:05:59.491] $ auto_finish : logi TRUE [08:05:59.491] $ clear : logi TRUE [08:05:59.491] $ target : chr "terminal" [08:05:59.491] $ step : NULL [08:05:59.491] $ message : NULL [08:05:59.491] $ timestamps : NULL [08:05:59.491] $ delta : int 0 [08:05:59.491] $ enabled : logi FALSE [08:05:59.491] $ config :List of 7 [08:05:59.491] ..$ max_steps : NULL [08:05:59.491] ..$ times : num Inf [08:05:59.491] ..$ interval : num 0.1 [08:05:59.491] ..$ enable_after: num 0 [08:05:59.491] ..$ auto_finish : logi TRUE [08:05:59.491] ..$ clear : logi TRUE [08:05:59.491] ..$ target : chr "terminal" [08:05:59.491] $ state :List of 5 [08:05:59.491] ..$ step : NULL [08:05:59.491] ..$ message : NULL [08:05:59.491] ..$ timestamps: NULL [08:05:59.491] ..$ delta : int 0 [08:05:59.491] ..$ enabled : logi FALSE [08:05:59.491] $ progression :List of 12 [08:05:59.491] ..$ owner_session_uuid: NULL [08:05:59.491] ..$ progressor_uuid : NULL [08:05:59.491] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.491] ..$ progression_index : NULL [08:05:59.491] ..$ progression_time : chr "2025-09-19 08:05:59.491 +0200" [08:05:59.491] ..$ type : chr "unhide" [08:05:59.491] ..$ message : chr(0) [08:05:59.491] ..$ amount : num 1 [08:05:59.491] ..$ step : NULL [08:05:59.491] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.491] ..$ call : NULL [08:05:59.491] ..$ calls :Dotted pair list of 15 [08:05:59.491] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.491] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.491] .. ..$ : language withVisible(expr) [08:05:59.491] .. ..$ : language slow_sum(1:10) [08:05:59.491] .. ..$ : language progressor(along = x) [08:05:59.491] .. ..$ : language fcn(type = "initiate", steps = steps, auto_finish = auto_finish) [08:05:59.491] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.491] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.491] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.491] .. ..$ : language signalCondition(cond) [08:05:59.491] .. ..$ : language (function (p) { ... [08:05:59.491] .. ..$ : language calling_handler(control_progression("unhide")) [08:05:59.491] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.491] .. ..$ : language control_progression("unhide") [08:05:59.491] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.491] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:05:59.510] unhide_reporter() ... done [08:05:59.511] Progression calling handler 'initiate' ... [08:05:59.511] - progression: [08:05:59.511] List of 14 [08:05:59.511] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.511] ..- attr(*, "source")=List of 6 [08:05:59.511] .. ..$ host : Named chr "CRANWIN3" [08:05:59.511] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:05:59.511] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:05:59.511] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:05:59.511] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.511] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:05:59.511] .. ..$ pid : int 184916 [08:05:59.511] .. ..$ random : int 1592976985 [08:05:59.511] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:05:59.511] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.511] $ progression_index : int 1 [08:05:59.511] $ progression_time : chr "2025-09-19 08:05:59.471 +0200" [08:05:59.511] $ type : chr "initiate" [08:05:59.511] $ message : chr(0) [08:05:59.511] $ amount : num 1 [08:05:59.511] $ step : NULL [08:05:59.511] $ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.511] $ steps : int 10 [08:05:59.511] $ auto_finish : logi TRUE [08:05:59.511] $ call : NULL [08:05:59.511] $ calls : NULL [08:05:59.511] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:05:59.520] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:05:59.520] - progression_index: 1 [08:05:59.520] - duplicated: FALSE [08:05:59.520] List of 1 [08:05:59.520] $ max_steps: int 10 [08:05:59.521] List of 4 [08:05:59.521] $ auto_finish : logi TRUE [08:05:59.521] $ times : num 10 [08:05:59.521] $ interval : num 0.1 [08:05:59.521] $ intrusiveness: num 1 [08:05:59.523] List of 2 [08:05:59.523] $ times : num 10 [08:05:59.523] $ interval: num 0.1 [08:05:59.525] List of 2 [08:05:59.525] $ finished : logi FALSE [08:05:59.525] $ milestones: num [1:10] 1 2 3 4 5 6 7 8 9 10 [08:05:59.527] initiate_reporter() ... [08:05:59.527] List of 15 [08:05:59.527] $ max_steps : int 10 [08:05:59.527] $ times : num Inf [08:05:59.527] $ interval : num 0.1 [08:05:59.527] $ enable_after: num 0 [08:05:59.527] $ auto_finish : logi TRUE [08:05:59.527] $ clear : logi TRUE [08:05:59.527] $ target : chr "terminal" [08:05:59.527] $ step : int 0 [08:05:59.527] $ message : chr(0) [08:05:59.527] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.527] $ delta : int 0 [08:05:59.527] $ enabled : logi TRUE [08:05:59.527] $ config :List of 7 [08:05:59.527] ..$ max_steps : int 10 [08:05:59.527] ..$ times : num Inf [08:05:59.527] ..$ interval : num 0.1 [08:05:59.527] ..$ enable_after: num 0 [08:05:59.527] ..$ auto_finish : logi TRUE [08:05:59.527] ..$ clear : logi TRUE [08:05:59.527] ..$ target : chr "terminal" [08:05:59.527] $ state :List of 5 [08:05:59.527] ..$ step : int 0 [08:05:59.527] ..$ message : chr(0) [08:05:59.527] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.527] ..$ delta : int 0 [08:05:59.527] ..$ enabled : logi TRUE [08:05:59.527] $ progression :List of 14 [08:05:59.527] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.527] .. ..- attr(*, "source")=List of 6 [08:05:59.527] .. .. ..$ host : Named chr "CRANWIN3" [08:05:59.527] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:05:59.527] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:05:59.527] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:05:59.527] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.527] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:05:59.527] .. .. ..$ pid : int 184916 [08:05:59.527] .. .. ..$ random : int 1592976985 [08:05:59.527] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:05:59.527] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.527] ..$ progression_index : int 1 [08:05:59.527] ..$ progression_time : chr "2025-09-19 08:05:59.471 +0200" [08:05:59.527] ..$ type : chr "initiate" [08:05:59.527] ..$ message : chr(0) [08:05:59.527] ..$ amount : num 1 [08:05:59.527] ..$ step : NULL [08:05:59.527] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.527] ..$ steps : int 10 [08:05:59.527] ..$ auto_finish : logi TRUE [08:05:59.527] ..$ call : NULL [08:05:59.527] ..$ calls : NULL [08:05:59.527] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | | | 0%[08:05:59.546] initiate_reporter() ... done [08:05:59.546] Progression calling handler 'initiate' ... done - received a 'progression' - received a 'simpleMessage' [08:05:59.547] hide_reporter() ... [08:05:59.547] List of 15 [08:05:59.547] $ max_steps : int 10 [08:05:59.547] $ times : num Inf [08:05:59.547] $ interval : num 0.1 [08:05:59.547] $ enable_after: num 0 [08:05:59.547] $ auto_finish : logi TRUE [08:05:59.547] $ clear : logi TRUE [08:05:59.547] $ target : chr "terminal" [08:05:59.547] $ step : int 0 [08:05:59.547] $ message : chr(0) [08:05:59.547] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.547] $ delta : int 0 [08:05:59.547] $ enabled : logi TRUE [08:05:59.547] $ config :List of 7 [08:05:59.547] ..$ max_steps : int 10 [08:05:59.547] ..$ times : num Inf [08:05:59.547] ..$ interval : num 0.1 [08:05:59.547] ..$ enable_after: num 0 [08:05:59.547] ..$ auto_finish : logi TRUE [08:05:59.547] ..$ clear : logi TRUE [08:05:59.547] ..$ target : chr "terminal" [08:05:59.547] $ state :List of 5 [08:05:59.547] ..$ step : int 0 [08:05:59.547] ..$ message : chr(0) [08:05:59.547] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.547] ..$ delta : int 0 [08:05:59.547] ..$ enabled : logi TRUE [08:05:59.547] $ progression :List of 12 [08:05:59.547] ..$ owner_session_uuid: NULL [08:05:59.547] ..$ progressor_uuid : NULL [08:05:59.547] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.547] ..$ progression_index : NULL [08:05:59.547] ..$ progression_time : chr "2025-09-19 08:05:59.547 +0200" [08:05:59.547] ..$ type : chr "hide" [08:05:59.547] ..$ message : chr(0) [08:05:59.547] ..$ amount : num 1 [08:05:59.547] ..$ step : NULL [08:05:59.547] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.547] ..$ call : NULL [08:05:59.547] ..$ calls :Dotted pair list of 14 [08:05:59.547] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.547] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.547] .. ..$ : language withVisible(expr) [08:05:59.547] .. ..$ : language slow_sum(1:10) [08:05:59.547] .. ..$ : language p(amount = 0) [08:05:59.547] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.547] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.547] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.547] .. ..$ : language signalCondition(cond) [08:05:59.547] .. ..$ : language (function (p) { ... [08:05:59.547] .. ..$ : language calling_handler(control_progression("hide")) [08:05:59.547] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.547] .. ..$ : language control_progression("hide") [08:05:59.547] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.547] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:05:59.569] hide_reporter() ... done - received a 'progression' (n=2) [08:05:59.570] unhide_reporter() ... [08:05:59.570] List of 15 [08:05:59.570] $ max_steps : int 10 [08:05:59.570] $ times : num Inf [08:05:59.570] $ interval : num 0.1 [08:05:59.570] $ enable_after: num 0 [08:05:59.570] $ auto_finish : logi TRUE [08:05:59.570] $ clear : logi TRUE [08:05:59.570] $ target : chr "terminal" [08:05:59.570] $ step : int 0 [08:05:59.570] $ message : chr(0) [08:05:59.570] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.570] $ delta : int 0 [08:05:59.570] $ enabled : logi TRUE [08:05:59.570] $ config :List of 7 [08:05:59.570] ..$ max_steps : int 10 [08:05:59.570] ..$ times : num Inf [08:05:59.570] ..$ interval : num 0.1 [08:05:59.570] ..$ enable_after: num 0 [08:05:59.570] ..$ auto_finish : logi TRUE [08:05:59.570] ..$ clear : logi TRUE [08:05:59.570] ..$ target : chr "terminal" [08:05:59.570] $ state :List of 5 [08:05:59.570] ..$ step : int 0 [08:05:59.570] ..$ message : chr(0) [08:05:59.570] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.570] ..$ delta : int 0 [08:05:59.570] ..$ enabled : logi TRUE [08:05:59.570] $ progression :List of 12 [08:05:59.570] ..$ owner_session_uuid: NULL [08:05:59.570] ..$ progressor_uuid : NULL [08:05:59.570] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.570] ..$ progression_index : NULL [08:05:59.570] ..$ progression_time : chr "2025-09-19 08:05:59.570 +0200" [08:05:59.570] ..$ type : chr "unhide" [08:05:59.570] ..$ message : chr(0) [08:05:59.570] ..$ amount : num 1 [08:05:59.570] ..$ step : NULL [08:05:59.570] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.570] ..$ call : NULL [08:05:59.570] ..$ calls :Dotted pair list of 14 [08:05:59.570] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.570] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.570] .. ..$ : language withVisible(expr) [08:05:59.570] .. ..$ : language slow_sum(1:10) [08:05:59.570] .. ..$ : language p(amount = 0) [08:05:59.570] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.570] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.570] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.570] .. ..$ : language signalCondition(cond) [08:05:59.570] .. ..$ : language (function (p) { ... [08:05:59.570] .. ..$ : language calling_handler(control_progression("unhide")) [08:05:59.570] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.570] .. ..$ : language control_progression("unhide") [08:05:59.570] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.570] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:05:59.589] unhide_reporter() ... done [08:05:59.589] Progression calling handler 'update' ... [08:05:59.590] - progression: [08:05:59.590] List of 12 [08:05:59.590] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.590] ..- attr(*, "source")=List of 6 [08:05:59.590] .. ..$ host : Named chr "CRANWIN3" [08:05:59.590] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:05:59.590] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:05:59.590] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:05:59.590] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.590] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:05:59.590] .. ..$ pid : int 184916 [08:05:59.590] .. ..$ random : int 1592976985 [08:05:59.590] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:05:59.590] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.590] $ progression_index : int 2 [08:05:59.590] $ progression_time : chr "2025-09-19 08:05:59.547 +0200" [08:05:59.590] $ type : chr "update" [08:05:59.590] $ message : chr(0) [08:05:59.590] $ amount : num 0 [08:05:59.590] $ step : NULL [08:05:59.590] $ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.590] $ call : NULL [08:05:59.590] $ calls : NULL [08:05:59.590] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:05:59.598] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:05:59.598] - progression_index: 2 [08:05:59.598] - duplicated: FALSE [08:05:59.598] List of 4 [08:05:59.598] $ step : int 0 [08:05:59.598] $ p$amount : num 0 [08:05:59.598] $ p$step : NULL [08:05:59.598] $ max_steps: int 10 [08:05:59.600] List of 5 [08:05:59.600] $ finished : logi FALSE [08:05:59.600] $ step : num 0 [08:05:59.600] $ milestones : num [1:10] 1 2 3 4 5 6 7 8 9 10 [08:05:59.600] $ prev_milestone: int 0 [08:05:59.600] $ interval : num 0.1 [08:05:59.603] List of 1 [08:05:59.603] $ milestones: num [1:10] 1 2 3 4 5 6 7 8 9 10 [08:05:59.603] update_reporter() ... [08:05:59.604] List of 15 [08:05:59.604] $ max_steps : int 10 [08:05:59.604] $ times : num Inf [08:05:59.604] $ interval : num 0.1 [08:05:59.604] $ enable_after: num 0 [08:05:59.604] $ auto_finish : logi TRUE [08:05:59.604] $ clear : logi TRUE [08:05:59.604] $ target : chr "terminal" [08:05:59.604] $ step : num 0 [08:05:59.604] $ message : chr(0) [08:05:59.604] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.604] $ delta : num 0 [08:05:59.604] $ enabled : logi TRUE [08:05:59.604] $ config :List of 7 [08:05:59.604] ..$ max_steps : int 10 [08:05:59.604] ..$ times : num Inf [08:05:59.604] ..$ interval : num 0.1 [08:05:59.604] ..$ enable_after: num 0 [08:05:59.604] ..$ auto_finish : logi TRUE [08:05:59.604] ..$ clear : logi TRUE [08:05:59.604] ..$ target : chr "terminal" [08:05:59.604] $ state :List of 5 [08:05:59.604] ..$ step : num 0 [08:05:59.604] ..$ message : chr(0) [08:05:59.604] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.604] ..$ delta : num 0 [08:05:59.604] ..$ enabled : logi TRUE [08:05:59.604] $ progression :List of 12 [08:05:59.604] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.604] .. ..- attr(*, "source")=List of 6 [08:05:59.604] .. .. ..$ host : Named chr "CRANWIN3" [08:05:59.604] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:05:59.604] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:05:59.604] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:05:59.604] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.604] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:05:59.604] .. .. ..$ pid : int 184916 [08:05:59.604] .. .. ..$ random : int 1592976985 [08:05:59.604] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:05:59.604] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.604] ..$ progression_index : int 2 [08:05:59.604] ..$ progression_time : chr "2025-09-19 08:05:59.547 +0200" [08:05:59.604] ..$ type : chr "update" [08:05:59.604] ..$ message : chr(0) [08:05:59.604] ..$ amount : num 0 [08:05:59.604] ..$ step : NULL [08:05:59.604] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.604] ..$ call : NULL [08:05:59.604] ..$ calls : NULL [08:05:59.604] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:05:59.621] update_reporter() ... done [08:05:59.621] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:05:59.622] hide_reporter() ... [08:05:59.622] List of 15 [08:05:59.622] $ max_steps : int 10 [08:05:59.622] $ times : num Inf [08:05:59.622] $ interval : num 0.1 [08:05:59.622] $ enable_after: num 0 [08:05:59.622] $ auto_finish : logi TRUE [08:05:59.622] $ clear : logi TRUE [08:05:59.622] $ target : chr "terminal" [08:05:59.622] $ step : num 0 [08:05:59.622] $ message : chr(0) [08:05:59.622] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.622] $ delta : num 0 [08:05:59.622] $ enabled : logi TRUE [08:05:59.622] $ config :List of 7 [08:05:59.622] ..$ max_steps : int 10 [08:05:59.622] ..$ times : num Inf [08:05:59.622] ..$ interval : num 0.1 [08:05:59.622] ..$ enable_after: num 0 [08:05:59.622] ..$ auto_finish : logi TRUE [08:05:59.622] ..$ clear : logi TRUE [08:05:59.622] ..$ target : chr "terminal" [08:05:59.622] $ state :List of 5 [08:05:59.622] ..$ step : num 0 [08:05:59.622] ..$ message : chr(0) [08:05:59.622] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.622] ..$ delta : num 0 [08:05:59.622] ..$ enabled : logi TRUE [08:05:59.622] $ progression :List of 12 [08:05:59.622] ..$ owner_session_uuid: NULL [08:05:59.622] ..$ progressor_uuid : NULL [08:05:59.622] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.622] ..$ progression_index : NULL [08:05:59.622] ..$ progression_time : chr "2025-09-19 08:05:59.622 +0200" [08:05:59.622] ..$ type : chr "hide" [08:05:59.622] ..$ message : chr(0) [08:05:59.622] ..$ amount : num 1 [08:05:59.622] ..$ step : NULL [08:05:59.622] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.622] ..$ call : NULL [08:05:59.622] ..$ calls :Dotted pair list of 14 [08:05:59.622] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.622] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.622] .. ..$ : language withVisible(expr) [08:05:59.622] .. ..$ : language slow_sum(1:10) [08:05:59.622] .. ..$ : language p(amount = 0) [08:05:59.622] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.622] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.622] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.622] .. ..$ : language signalCondition(cond) [08:05:59.622] .. ..$ : language (function (p) { ... [08:05:59.622] .. ..$ : language calling_handler(control_progression("hide")) [08:05:59.622] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.622] .. ..$ : language control_progression("hide") [08:05:59.622] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.622] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:05:59.651] hide_reporter() ... done - received a 'progression' (n=3) [08:05:59.651] unhide_reporter() ... [08:05:59.651] List of 15 [08:05:59.651] $ max_steps : int 10 [08:05:59.651] $ times : num Inf [08:05:59.651] $ interval : num 0.1 [08:05:59.651] $ enable_after: num 0 [08:05:59.651] $ auto_finish : logi TRUE [08:05:59.651] $ clear : logi TRUE [08:05:59.651] $ target : chr "terminal" [08:05:59.651] $ step : num 0 [08:05:59.651] $ message : chr(0) [08:05:59.651] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.651] $ delta : num 0 [08:05:59.651] $ enabled : logi TRUE [08:05:59.651] $ config :List of 7 [08:05:59.651] ..$ max_steps : int 10 [08:05:59.651] ..$ times : num Inf [08:05:59.651] ..$ interval : num 0.1 [08:05:59.651] ..$ enable_after: num 0 [08:05:59.651] ..$ auto_finish : logi TRUE [08:05:59.651] ..$ clear : logi TRUE [08:05:59.651] ..$ target : chr "terminal" [08:05:59.651] $ state :List of 5 [08:05:59.651] ..$ step : num 0 [08:05:59.651] ..$ message : chr(0) [08:05:59.651] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.651] ..$ delta : num 0 [08:05:59.651] ..$ enabled : logi TRUE [08:05:59.651] $ progression :List of 12 [08:05:59.651] ..$ owner_session_uuid: NULL [08:05:59.651] ..$ progressor_uuid : NULL [08:05:59.651] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.651] ..$ progression_index : NULL [08:05:59.651] ..$ progression_time : chr "2025-09-19 08:05:59.651 +0200" [08:05:59.651] ..$ type : chr "unhide" [08:05:59.651] ..$ message : chr(0) [08:05:59.651] ..$ amount : num 1 [08:05:59.651] ..$ step : NULL [08:05:59.651] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.651] ..$ call : NULL [08:05:59.651] ..$ calls :Dotted pair list of 14 [08:05:59.651] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.651] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.651] .. ..$ : language withVisible(expr) [08:05:59.651] .. ..$ : language slow_sum(1:10) [08:05:59.651] .. ..$ : language p(amount = 0) [08:05:59.651] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.651] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.651] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.651] .. ..$ : language signalCondition(cond) [08:05:59.651] .. ..$ : language (function (p) { ... [08:05:59.651] .. ..$ : language calling_handler(control_progression("unhide")) [08:05:59.651] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.651] .. ..$ : language control_progression("unhide") [08:05:59.651] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.651] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:05:59.671] unhide_reporter() ... done [08:05:59.672] Progression calling handler 'update' ... [08:05:59.672] - progression: [08:05:59.672] List of 12 [08:05:59.672] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.672] ..- attr(*, "source")=List of 6 [08:05:59.672] .. ..$ host : Named chr "CRANWIN3" [08:05:59.672] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:05:59.672] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:05:59.672] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:05:59.672] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.672] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:05:59.672] .. ..$ pid : int 184916 [08:05:59.672] .. ..$ random : int 1592976985 [08:05:59.672] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:05:59.672] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.672] $ progression_index : int 3 [08:05:59.672] $ progression_time : chr "2025-09-19 08:05:59.622 +0200" [08:05:59.672] $ type : chr "update" [08:05:59.672] $ message : chr(0) [08:05:59.672] $ amount : num 0 [08:05:59.672] $ step : NULL [08:05:59.672] $ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.672] $ call : NULL [08:05:59.672] $ calls : NULL [08:05:59.672] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:05:59.680] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:05:59.680] - progression_index: 3 [08:05:59.680] - duplicated: FALSE [08:05:59.680] List of 4 [08:05:59.680] $ step : num 0 [08:05:59.680] $ p$amount : num 0 [08:05:59.680] $ p$step : NULL [08:05:59.680] $ max_steps: int 10 [08:05:59.682] List of 5 [08:05:59.682] $ finished : logi FALSE [08:05:59.682] $ step : num 0 [08:05:59.682] $ milestones : num [1:10] 1 2 3 4 5 6 7 8 9 10 [08:05:59.682] $ prev_milestone: int 0 [08:05:59.682] $ interval : num 0.1 [08:05:59.685] List of 1 [08:05:59.685] $ milestones: num [1:10] 1 2 3 4 5 6 7 8 9 10 [08:05:59.686] update_reporter() ... [08:05:59.686] List of 15 [08:05:59.686] $ max_steps : int 10 [08:05:59.686] $ times : num Inf [08:05:59.686] $ interval : num 0.1 [08:05:59.686] $ enable_after: num 0 [08:05:59.686] $ auto_finish : logi TRUE [08:05:59.686] $ clear : logi TRUE [08:05:59.686] $ target : chr "terminal" [08:05:59.686] $ step : num 0 [08:05:59.686] $ message : chr(0) [08:05:59.686] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.686] $ delta : num 0 [08:05:59.686] $ enabled : logi TRUE [08:05:59.686] $ config :List of 7 [08:05:59.686] ..$ max_steps : int 10 [08:05:59.686] ..$ times : num Inf [08:05:59.686] ..$ interval : num 0.1 [08:05:59.686] ..$ enable_after: num 0 [08:05:59.686] ..$ auto_finish : logi TRUE [08:05:59.686] ..$ clear : logi TRUE [08:05:59.686] ..$ target : chr "terminal" [08:05:59.686] $ state :List of 5 [08:05:59.686] ..$ step : num 0 [08:05:59.686] ..$ message : chr(0) [08:05:59.686] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.686] ..$ delta : num 0 [08:05:59.686] ..$ enabled : logi TRUE [08:05:59.686] $ progression :List of 12 [08:05:59.686] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.686] .. ..- attr(*, "source")=List of 6 [08:05:59.686] .. .. ..$ host : Named chr "CRANWIN3" [08:05:59.686] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:05:59.686] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:05:59.686] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:05:59.686] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.686] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:05:59.686] .. .. ..$ pid : int 184916 [08:05:59.686] .. .. ..$ random : int 1592976985 [08:05:59.686] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:05:59.686] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.686] ..$ progression_index : int 3 [08:05:59.686] ..$ progression_time : chr "2025-09-19 08:05:59.622 +0200" [08:05:59.686] ..$ type : chr "update" [08:05:59.686] ..$ message : chr(0) [08:05:59.686] ..$ amount : num 0 [08:05:59.686] ..$ step : NULL [08:05:59.686] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.686] ..$ call : NULL [08:05:59.686] ..$ calls : NULL [08:05:59.686] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:05:59.703] update_reporter() ... done [08:05:59.703] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:05:59.704] hide_reporter() ... [08:05:59.704] List of 15 [08:05:59.704] $ max_steps : int 10 [08:05:59.704] $ times : num Inf [08:05:59.704] $ interval : num 0.1 [08:05:59.704] $ enable_after: num 0 [08:05:59.704] $ auto_finish : logi TRUE [08:05:59.704] $ clear : logi TRUE [08:05:59.704] $ target : chr "terminal" [08:05:59.704] $ step : num 0 [08:05:59.704] $ message : chr(0) [08:05:59.704] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.704] $ delta : num 0 [08:05:59.704] $ enabled : logi TRUE [08:05:59.704] $ config :List of 7 [08:05:59.704] ..$ max_steps : int 10 [08:05:59.704] ..$ times : num Inf [08:05:59.704] ..$ interval : num 0.1 [08:05:59.704] ..$ enable_after: num 0 [08:05:59.704] ..$ auto_finish : logi TRUE [08:05:59.704] ..$ clear : logi TRUE [08:05:59.704] ..$ target : chr "terminal" [08:05:59.704] $ state :List of 5 [08:05:59.704] ..$ step : num 0 [08:05:59.704] ..$ message : chr(0) [08:05:59.704] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.704] ..$ delta : num 0 [08:05:59.704] ..$ enabled : logi TRUE [08:05:59.704] $ progression :List of 12 [08:05:59.704] ..$ owner_session_uuid: NULL [08:05:59.704] ..$ progressor_uuid : NULL [08:05:59.704] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.704] ..$ progression_index : NULL [08:05:59.704] ..$ progression_time : chr "2025-09-19 08:05:59.704 +0200" [08:05:59.704] ..$ type : chr "hide" [08:05:59.704] ..$ message : chr(0) [08:05:59.704] ..$ amount : num 1 [08:05:59.704] ..$ step : NULL [08:05:59.704] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.704] ..$ call : NULL [08:05:59.704] ..$ calls :Dotted pair list of 14 [08:05:59.704] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.704] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.704] .. ..$ : language withVisible(expr) [08:05:59.704] .. ..$ : language slow_sum(1:10) [08:05:59.704] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:05:59.704] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.704] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.704] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.704] .. ..$ : language signalCondition(cond) [08:05:59.704] .. ..$ : language (function (p) { ... [08:05:59.704] .. ..$ : language calling_handler(control_progression("hide")) [08:05:59.704] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.704] .. ..$ : language control_progression("hide") [08:05:59.704] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.704] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:05:59.724] hide_reporter() ... done - received a 'progression' (n=4) [08:05:59.724] unhide_reporter() ... [08:05:59.724] List of 15 [08:05:59.724] $ max_steps : int 10 [08:05:59.724] $ times : num Inf [08:05:59.724] $ interval : num 0.1 [08:05:59.724] $ enable_after: num 0 [08:05:59.724] $ auto_finish : logi TRUE [08:05:59.724] $ clear : logi TRUE [08:05:59.724] $ target : chr "terminal" [08:05:59.724] $ step : num 0 [08:05:59.724] $ message : chr(0) [08:05:59.724] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.724] $ delta : num 0 [08:05:59.724] $ enabled : logi TRUE [08:05:59.724] $ config :List of 7 [08:05:59.724] ..$ max_steps : int 10 [08:05:59.724] ..$ times : num Inf [08:05:59.724] ..$ interval : num 0.1 [08:05:59.724] ..$ enable_after: num 0 [08:05:59.724] ..$ auto_finish : logi TRUE [08:05:59.724] ..$ clear : logi TRUE [08:05:59.724] ..$ target : chr "terminal" [08:05:59.724] $ state :List of 5 [08:05:59.724] ..$ step : num 0 [08:05:59.724] ..$ message : chr(0) [08:05:59.724] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.724] ..$ delta : num 0 [08:05:59.724] ..$ enabled : logi TRUE [08:05:59.724] $ progression :List of 12 [08:05:59.724] ..$ owner_session_uuid: NULL [08:05:59.724] ..$ progressor_uuid : NULL [08:05:59.724] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.724] ..$ progression_index : NULL [08:05:59.724] ..$ progression_time : chr "2025-09-19 08:05:59.724 +0200" [08:05:59.724] ..$ type : chr "unhide" [08:05:59.724] ..$ message : chr(0) [08:05:59.724] ..$ amount : num 1 [08:05:59.724] ..$ step : NULL [08:05:59.724] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.724] ..$ call : NULL [08:05:59.724] ..$ calls :Dotted pair list of 14 [08:05:59.724] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.724] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.724] .. ..$ : language withVisible(expr) [08:05:59.724] .. ..$ : language slow_sum(1:10) [08:05:59.724] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:05:59.724] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.724] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.724] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.724] .. ..$ : language signalCondition(cond) [08:05:59.724] .. ..$ : language (function (p) { ... [08:05:59.724] .. ..$ : language calling_handler(control_progression("unhide")) [08:05:59.724] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.724] .. ..$ : language control_progression("unhide") [08:05:59.724] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.724] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:05:59.746] unhide_reporter() ... done [08:05:59.746] Progression calling handler 'update' ... [08:05:59.746] - progression: [08:05:59.746] List of 12 [08:05:59.746] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.746] ..- attr(*, "source")=List of 6 [08:05:59.746] .. ..$ host : Named chr "CRANWIN3" [08:05:59.746] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:05:59.746] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:05:59.746] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:05:59.746] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.746] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:05:59.746] .. ..$ pid : int 184916 [08:05:59.746] .. ..$ random : int 1592976985 [08:05:59.746] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:05:59.746] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.746] $ progression_index : int 4 [08:05:59.746] $ progression_time : chr "2025-09-19 08:05:59.704 +0200" [08:05:59.746] $ type : chr "update" [08:05:59.746] $ message : chr "P: Adding 1" [08:05:59.746] $ amount : num 1 [08:05:59.746] $ step : NULL [08:05:59.746] $ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.746] $ call : NULL [08:05:59.746] $ calls : NULL [08:05:59.746] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:05:59.754] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:05:59.754] - progression_index: 4 [08:05:59.754] - duplicated: FALSE [08:05:59.755] List of 4 [08:05:59.755] $ step : num 0 [08:05:59.755] $ p$amount : num 1 [08:05:59.755] $ p$step : NULL [08:05:59.755] $ max_steps: int 10 [08:05:59.756] List of 5 [08:05:59.756] $ finished : logi FALSE [08:05:59.756] $ step : num 1 [08:05:59.756] $ milestones : num [1:10] 1 2 3 4 5 6 7 8 9 10 [08:05:59.756] $ prev_milestone: int 0 [08:05:59.756] $ interval : num 0.1 [08:05:59.759] List of 4 [08:05:59.759] $ dt : 'difftime' num 0 [08:05:59.759] ..- attr(*, "units")= chr "secs" [08:05:59.759] $ : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.759] $ : 'POSIXct' num(0) [08:05:59.759] - attr(*, "tzone")= chr "" [08:05:59.759] $ skip: logi TRUE [08:05:59.762] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [08:05:59.763] hide_reporter() ... [08:05:59.763] List of 15 [08:05:59.763] $ max_steps : int 10 [08:05:59.763] $ times : num Inf [08:05:59.763] $ interval : num 0.1 [08:05:59.763] $ enable_after: num 0 [08:05:59.763] $ auto_finish : logi TRUE [08:05:59.763] $ clear : logi TRUE [08:05:59.763] $ target : chr "terminal" [08:05:59.763] $ step : num 1 [08:05:59.763] $ message : chr "P: Adding 1" [08:05:59.763] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.763] $ delta : num 1 [08:05:59.763] $ enabled : logi TRUE [08:05:59.763] $ config :List of 7 [08:05:59.763] ..$ max_steps : int 10 [08:05:59.763] ..$ times : num Inf [08:05:59.763] ..$ interval : num 0.1 [08:05:59.763] ..$ enable_after: num 0 [08:05:59.763] ..$ auto_finish : logi TRUE [08:05:59.763] ..$ clear : logi TRUE [08:05:59.763] ..$ target : chr "terminal" [08:05:59.763] $ state :List of 5 [08:05:59.763] ..$ step : num 1 [08:05:59.763] ..$ message : chr "P: Adding 1" [08:05:59.763] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.763] ..$ delta : num 1 [08:05:59.763] ..$ enabled : logi TRUE [08:05:59.763] $ progression :List of 12 [08:05:59.763] ..$ owner_session_uuid: NULL [08:05:59.763] ..$ progressor_uuid : NULL [08:05:59.763] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.763] ..$ progression_index : NULL [08:05:59.763] ..$ progression_time : chr "2025-09-19 08:05:59.763 +0200" [08:05:59.763] ..$ type : chr "hide" [08:05:59.763] ..$ message : chr(0) [08:05:59.763] ..$ amount : num 1 [08:05:59.763] ..$ step : NULL [08:05:59.763] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.763] ..$ call : NULL [08:05:59.763] ..$ calls :Dotted pair list of 14 [08:05:59.763] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.763] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.763] .. ..$ : language withVisible(expr) [08:05:59.763] .. ..$ : language slow_sum(1:10) [08:05:59.763] .. ..$ : language p(amount = 0) [08:05:59.763] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.763] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.763] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.763] .. ..$ : language signalCondition(cond) [08:05:59.763] .. ..$ : language (function (p) { ... [08:05:59.763] .. ..$ : language calling_handler(control_progression("hide")) [08:05:59.763] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.763] .. ..$ : language control_progression("hide") [08:05:59.763] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.763] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:05:59.782] hide_reporter() ... done M: Added value 1 - received a 'progression' (n=5) [08:05:59.783] unhide_reporter() ... [08:05:59.783] List of 15 [08:05:59.783] $ max_steps : int 10 [08:05:59.783] $ times : num Inf [08:05:59.783] $ interval : num 0.1 [08:05:59.783] $ enable_after: num 0 [08:05:59.783] $ auto_finish : logi TRUE [08:05:59.783] $ clear : logi TRUE [08:05:59.783] $ target : chr "terminal" [08:05:59.783] $ step : num 1 [08:05:59.783] $ message : chr "P: Adding 1" [08:05:59.783] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.783] $ delta : num 1 [08:05:59.783] $ enabled : logi TRUE [08:05:59.783] $ config :List of 7 [08:05:59.783] ..$ max_steps : int 10 [08:05:59.783] ..$ times : num Inf [08:05:59.783] ..$ interval : num 0.1 [08:05:59.783] ..$ enable_after: num 0 [08:05:59.783] ..$ auto_finish : logi TRUE [08:05:59.783] ..$ clear : logi TRUE [08:05:59.783] ..$ target : chr "terminal" [08:05:59.783] $ state :List of 5 [08:05:59.783] ..$ step : num 1 [08:05:59.783] ..$ message : chr "P: Adding 1" [08:05:59.783] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.783] ..$ delta : num 1 [08:05:59.783] ..$ enabled : logi TRUE [08:05:59.783] $ progression :List of 12 [08:05:59.783] ..$ owner_session_uuid: NULL [08:05:59.783] ..$ progressor_uuid : NULL [08:05:59.783] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.783] ..$ progression_index : NULL [08:05:59.783] ..$ progression_time : chr "2025-09-19 08:05:59.783 +0200" [08:05:59.783] ..$ type : chr "unhide" [08:05:59.783] ..$ message : chr(0) [08:05:59.783] ..$ amount : num 1 [08:05:59.783] ..$ step : NULL [08:05:59.783] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.783] ..$ call : NULL [08:05:59.783] ..$ calls :Dotted pair list of 14 [08:05:59.783] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.783] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.783] .. ..$ : language withVisible(expr) [08:05:59.783] .. ..$ : language slow_sum(1:10) [08:05:59.783] .. ..$ : language p(amount = 0) [08:05:59.783] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.783] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.783] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.783] .. ..$ : language signalCondition(cond) [08:05:59.783] .. ..$ : language (function (p) { ... [08:05:59.783] .. ..$ : language calling_handler(control_progression("unhide")) [08:05:59.783] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.783] .. ..$ : language control_progression("unhide") [08:05:59.783] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.783] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:05:59.802] unhide_reporter() ... done [08:05:59.803] Progression calling handler 'update' ... [08:05:59.803] - progression: [08:05:59.803] List of 12 [08:05:59.803] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.803] ..- attr(*, "source")=List of 6 [08:05:59.803] .. ..$ host : Named chr "CRANWIN3" [08:05:59.803] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:05:59.803] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:05:59.803] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:05:59.803] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.803] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:05:59.803] .. ..$ pid : int 184916 [08:05:59.803] .. ..$ random : int 1592976985 [08:05:59.803] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:05:59.803] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.803] $ progression_index : int 5 [08:05:59.803] $ progression_time : chr "2025-09-19 08:05:59.762 +0200" [08:05:59.803] $ type : chr "update" [08:05:59.803] $ message : chr(0) [08:05:59.803] $ amount : num 0 [08:05:59.803] $ step : NULL [08:05:59.803] $ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.803] $ call : NULL [08:05:59.803] $ calls : NULL [08:05:59.803] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:05:59.811] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:05:59.811] - progression_index: 5 [08:05:59.811] - duplicated: FALSE [08:05:59.811] List of 4 [08:05:59.811] $ step : num 1 [08:05:59.811] $ p$amount : num 0 [08:05:59.811] $ p$step : NULL [08:05:59.811] $ max_steps: int 10 [08:05:59.813] List of 5 [08:05:59.813] $ finished : logi FALSE [08:05:59.813] $ step : num 1 [08:05:59.813] $ milestones : num [1:9] 2 3 4 5 6 7 8 9 10 [08:05:59.813] $ prev_milestone: int 0 [08:05:59.813] $ interval : num 0.1 [08:05:59.816] List of 4 [08:05:59.816] $ dt : 'difftime' num 0 [08:05:59.816] ..- attr(*, "units")= chr "secs" [08:05:59.816] $ : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.816] $ : 'POSIXct' num(0) [08:05:59.816] - attr(*, "tzone")= chr "" [08:05:59.816] $ skip: logi TRUE [08:05:59.820] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:05:59.821] hide_reporter() ... [08:05:59.821] List of 15 [08:05:59.821] $ max_steps : int 10 [08:05:59.821] $ times : num Inf [08:05:59.821] $ interval : num 0.1 [08:05:59.821] $ enable_after: num 0 [08:05:59.821] $ auto_finish : logi TRUE [08:05:59.821] $ clear : logi TRUE [08:05:59.821] $ target : chr "terminal" [08:05:59.821] $ step : num 1 [08:05:59.821] $ message : chr "P: Adding 1" [08:05:59.821] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.821] $ delta : num 1 [08:05:59.821] $ enabled : logi TRUE [08:05:59.821] $ config :List of 7 [08:05:59.821] ..$ max_steps : int 10 [08:05:59.821] ..$ times : num Inf [08:05:59.821] ..$ interval : num 0.1 [08:05:59.821] ..$ enable_after: num 0 [08:05:59.821] ..$ auto_finish : logi TRUE [08:05:59.821] ..$ clear : logi TRUE [08:05:59.821] ..$ target : chr "terminal" [08:05:59.821] $ state :List of 5 [08:05:59.821] ..$ step : num 1 [08:05:59.821] ..$ message : chr "P: Adding 1" [08:05:59.821] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.821] ..$ delta : num 1 [08:05:59.821] ..$ enabled : logi TRUE [08:05:59.821] $ progression :List of 12 [08:05:59.821] ..$ owner_session_uuid: NULL [08:05:59.821] ..$ progressor_uuid : NULL [08:05:59.821] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.821] ..$ progression_index : NULL [08:05:59.821] ..$ progression_time : chr "2025-09-19 08:05:59.821 +0200" [08:05:59.821] ..$ type : chr "hide" [08:05:59.821] ..$ message : chr(0) [08:05:59.821] ..$ amount : num 1 [08:05:59.821] ..$ step : NULL [08:05:59.821] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.821] ..$ call : NULL [08:05:59.821] ..$ calls :Dotted pair list of 14 [08:05:59.821] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.821] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.821] .. ..$ : language withVisible(expr) [08:05:59.821] .. ..$ : language slow_sum(1:10) [08:05:59.821] .. ..$ : language p(amount = 0) [08:05:59.821] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.821] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.821] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.821] .. ..$ : language signalCondition(cond) [08:05:59.821] .. ..$ : language (function (p) { ... [08:05:59.821] .. ..$ : language calling_handler(control_progression("hide")) [08:05:59.821] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.821] .. ..$ : language control_progression("hide") [08:05:59.821] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.821] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:05:59.841] hide_reporter() ... done - received a 'progression' (n=6) [08:05:59.841] unhide_reporter() ... [08:05:59.842] List of 15 [08:05:59.842] $ max_steps : int 10 [08:05:59.842] $ times : num Inf [08:05:59.842] $ interval : num 0.1 [08:05:59.842] $ enable_after: num 0 [08:05:59.842] $ auto_finish : logi TRUE [08:05:59.842] $ clear : logi TRUE [08:05:59.842] $ target : chr "terminal" [08:05:59.842] $ step : num 1 [08:05:59.842] $ message : chr "P: Adding 1" [08:05:59.842] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.842] $ delta : num 1 [08:05:59.842] $ enabled : logi TRUE [08:05:59.842] $ config :List of 7 [08:05:59.842] ..$ max_steps : int 10 [08:05:59.842] ..$ times : num Inf [08:05:59.842] ..$ interval : num 0.1 [08:05:59.842] ..$ enable_after: num 0 [08:05:59.842] ..$ auto_finish : logi TRUE [08:05:59.842] ..$ clear : logi TRUE [08:05:59.842] ..$ target : chr "terminal" [08:05:59.842] $ state :List of 5 [08:05:59.842] ..$ step : num 1 [08:05:59.842] ..$ message : chr "P: Adding 1" [08:05:59.842] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.842] ..$ delta : num 1 [08:05:59.842] ..$ enabled : logi TRUE [08:05:59.842] $ progression :List of 12 [08:05:59.842] ..$ owner_session_uuid: NULL [08:05:59.842] ..$ progressor_uuid : NULL [08:05:59.842] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.842] ..$ progression_index : NULL [08:05:59.842] ..$ progression_time : chr "2025-09-19 08:05:59.841 +0200" [08:05:59.842] ..$ type : chr "unhide" [08:05:59.842] ..$ message : chr(0) [08:05:59.842] ..$ amount : num 1 [08:05:59.842] ..$ step : NULL [08:05:59.842] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.842] ..$ call : NULL [08:05:59.842] ..$ calls :Dotted pair list of 14 [08:05:59.842] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.842] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.842] .. ..$ : language withVisible(expr) [08:05:59.842] .. ..$ : language slow_sum(1:10) [08:05:59.842] .. ..$ : language p(amount = 0) [08:05:59.842] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.842] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.842] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.842] .. ..$ : language signalCondition(cond) [08:05:59.842] .. ..$ : language (function (p) { ... [08:05:59.842] .. ..$ : language calling_handler(control_progression("unhide")) [08:05:59.842] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.842] .. ..$ : language control_progression("unhide") [08:05:59.842] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.842] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:05:59.861] unhide_reporter() ... done [08:05:59.861] Progression calling handler 'update' ... [08:05:59.861] - progression: [08:05:59.861] List of 12 [08:05:59.861] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.861] ..- attr(*, "source")=List of 6 [08:05:59.861] .. ..$ host : Named chr "CRANWIN3" [08:05:59.861] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:05:59.861] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:05:59.861] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:05:59.861] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.861] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:05:59.861] .. ..$ pid : int 184916 [08:05:59.861] .. ..$ random : int 1592976985 [08:05:59.861] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:05:59.861] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.861] $ progression_index : int 6 [08:05:59.861] $ progression_time : chr "2025-09-19 08:05:59.821 +0200" [08:05:59.861] $ type : chr "update" [08:05:59.861] $ message : chr(0) [08:05:59.861] $ amount : num 0 [08:05:59.861] $ step : NULL [08:05:59.861] $ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.861] $ call : NULL [08:05:59.861] $ calls : NULL [08:05:59.861] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:05:59.869] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:05:59.869] - progression_index: 6 [08:05:59.870] - duplicated: FALSE [08:05:59.870] List of 4 [08:05:59.870] $ step : num 1 [08:05:59.870] $ p$amount : num 0 [08:05:59.870] $ p$step : NULL [08:05:59.870] $ max_steps: int 10 [08:05:59.872] List of 5 [08:05:59.872] $ finished : logi FALSE [08:05:59.872] $ step : num 1 [08:05:59.872] $ milestones : num [1:9] 2 3 4 5 6 7 8 9 10 [08:05:59.872] $ prev_milestone: int 0 [08:05:59.872] $ interval : num 0.1 [08:05:59.874] List of 4 [08:05:59.874] $ dt : 'difftime' num 0 [08:05:59.874] ..- attr(*, "units")= chr "secs" [08:05:59.874] $ : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.874] $ : 'POSIXct' num(0) [08:05:59.874] - attr(*, "tzone")= chr "" [08:05:59.874] $ skip: logi TRUE [08:05:59.877] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:05:59.878] hide_reporter() ... [08:05:59.878] List of 15 [08:05:59.878] $ max_steps : int 10 [08:05:59.878] $ times : num Inf [08:05:59.878] $ interval : num 0.1 [08:05:59.878] $ enable_after: num 0 [08:05:59.878] $ auto_finish : logi TRUE [08:05:59.878] $ clear : logi TRUE [08:05:59.878] $ target : chr "terminal" [08:05:59.878] $ step : num 1 [08:05:59.878] $ message : chr "P: Adding 1" [08:05:59.878] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.878] $ delta : num 1 [08:05:59.878] $ enabled : logi TRUE [08:05:59.878] $ config :List of 7 [08:05:59.878] ..$ max_steps : int 10 [08:05:59.878] ..$ times : num Inf [08:05:59.878] ..$ interval : num 0.1 [08:05:59.878] ..$ enable_after: num 0 [08:05:59.878] ..$ auto_finish : logi TRUE [08:05:59.878] ..$ clear : logi TRUE [08:05:59.878] ..$ target : chr "terminal" [08:05:59.878] $ state :List of 5 [08:05:59.878] ..$ step : num 1 [08:05:59.878] ..$ message : chr "P: Adding 1" [08:05:59.878] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.878] ..$ delta : num 1 [08:05:59.878] ..$ enabled : logi TRUE [08:05:59.878] $ progression :List of 12 [08:05:59.878] ..$ owner_session_uuid: NULL [08:05:59.878] ..$ progressor_uuid : NULL [08:05:59.878] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.878] ..$ progression_index : NULL [08:05:59.878] ..$ progression_time : chr "2025-09-19 08:05:59.877 +0200" [08:05:59.878] ..$ type : chr "hide" [08:05:59.878] ..$ message : chr(0) [08:05:59.878] ..$ amount : num 1 [08:05:59.878] ..$ step : NULL [08:05:59.878] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.878] ..$ call : NULL [08:05:59.878] ..$ calls :Dotted pair list of 14 [08:05:59.878] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.878] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.878] .. ..$ : language withVisible(expr) [08:05:59.878] .. ..$ : language slow_sum(1:10) [08:05:59.878] .. ..$ : language p(amount = 0) [08:05:59.878] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.878] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.878] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.878] .. ..$ : language signalCondition(cond) [08:05:59.878] .. ..$ : language (function (p) { ... [08:05:59.878] .. ..$ : language calling_handler(control_progression("hide")) [08:05:59.878] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.878] .. ..$ : language control_progression("hide") [08:05:59.878] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.878] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:05:59.897] hide_reporter() ... done - received a 'progression' (n=7) [08:05:59.898] unhide_reporter() ... [08:05:59.898] List of 15 [08:05:59.898] $ max_steps : int 10 [08:05:59.898] $ times : num Inf [08:05:59.898] $ interval : num 0.1 [08:05:59.898] $ enable_after: num 0 [08:05:59.898] $ auto_finish : logi TRUE [08:05:59.898] $ clear : logi TRUE [08:05:59.898] $ target : chr "terminal" [08:05:59.898] $ step : num 1 [08:05:59.898] $ message : chr "P: Adding 1" [08:05:59.898] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.898] $ delta : num 1 [08:05:59.898] $ enabled : logi TRUE [08:05:59.898] $ config :List of 7 [08:05:59.898] ..$ max_steps : int 10 [08:05:59.898] ..$ times : num Inf [08:05:59.898] ..$ interval : num 0.1 [08:05:59.898] ..$ enable_after: num 0 [08:05:59.898] ..$ auto_finish : logi TRUE [08:05:59.898] ..$ clear : logi TRUE [08:05:59.898] ..$ target : chr "terminal" [08:05:59.898] $ state :List of 5 [08:05:59.898] ..$ step : num 1 [08:05:59.898] ..$ message : chr "P: Adding 1" [08:05:59.898] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.898] ..$ delta : num 1 [08:05:59.898] ..$ enabled : logi TRUE [08:05:59.898] $ progression :List of 12 [08:05:59.898] ..$ owner_session_uuid: NULL [08:05:59.898] ..$ progressor_uuid : NULL [08:05:59.898] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.898] ..$ progression_index : NULL [08:05:59.898] ..$ progression_time : chr "2025-09-19 08:05:59.898 +0200" [08:05:59.898] ..$ type : chr "unhide" [08:05:59.898] ..$ message : chr(0) [08:05:59.898] ..$ amount : num 1 [08:05:59.898] ..$ step : NULL [08:05:59.898] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.898] ..$ call : NULL [08:05:59.898] ..$ calls :Dotted pair list of 14 [08:05:59.898] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.898] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.898] .. ..$ : language withVisible(expr) [08:05:59.898] .. ..$ : language slow_sum(1:10) [08:05:59.898] .. ..$ : language p(amount = 0) [08:05:59.898] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.898] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.898] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.898] .. ..$ : language signalCondition(cond) [08:05:59.898] .. ..$ : language (function (p) { ... [08:05:59.898] .. ..$ : language calling_handler(control_progression("unhide")) [08:05:59.898] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.898] .. ..$ : language control_progression("unhide") [08:05:59.898] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.898] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:05:59.919] unhide_reporter() ... done [08:05:59.920] Progression calling handler 'update' ... [08:05:59.920] - progression: [08:05:59.920] List of 12 [08:05:59.920] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.920] ..- attr(*, "source")=List of 6 [08:05:59.920] .. ..$ host : Named chr "CRANWIN3" [08:05:59.920] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:05:59.920] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:05:59.920] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:05:59.920] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.920] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:05:59.920] .. ..$ pid : int 184916 [08:05:59.920] .. ..$ random : int 1592976985 [08:05:59.920] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:05:59.920] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.920] $ progression_index : int 7 [08:05:59.920] $ progression_time : chr "2025-09-19 08:05:59.877 +0200" [08:05:59.920] $ type : chr "update" [08:05:59.920] $ message : chr(0) [08:05:59.920] $ amount : num 0 [08:05:59.920] $ step : NULL [08:05:59.920] $ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.920] $ call : NULL [08:05:59.920] $ calls : NULL [08:05:59.920] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:05:59.928] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:05:59.928] - progression_index: 7 [08:05:59.928] - duplicated: FALSE [08:05:59.928] List of 4 [08:05:59.928] $ step : num 1 [08:05:59.928] $ p$amount : num 0 [08:05:59.928] $ p$step : NULL [08:05:59.928] $ max_steps: int 10 [08:05:59.930] List of 5 [08:05:59.930] $ finished : logi FALSE [08:05:59.930] $ step : num 1 [08:05:59.930] $ milestones : num [1:9] 2 3 4 5 6 7 8 9 10 [08:05:59.930] $ prev_milestone: int 0 [08:05:59.930] $ interval : num 0.1 [08:05:59.933] List of 4 [08:05:59.933] $ dt : 'difftime' num 0 [08:05:59.933] ..- attr(*, "units")= chr "secs" [08:05:59.933] $ : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.933] $ : 'POSIXct' num(0) [08:05:59.933] - attr(*, "tzone")= chr "" [08:05:59.933] $ skip: logi TRUE [08:05:59.935] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:05:59.936] hide_reporter() ... [08:05:59.936] List of 15 [08:05:59.936] $ max_steps : int 10 [08:05:59.936] $ times : num Inf [08:05:59.936] $ interval : num 0.1 [08:05:59.936] $ enable_after: num 0 [08:05:59.936] $ auto_finish : logi TRUE [08:05:59.936] $ clear : logi TRUE [08:05:59.936] $ target : chr "terminal" [08:05:59.936] $ step : num 1 [08:05:59.936] $ message : chr "P: Adding 1" [08:05:59.936] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.936] $ delta : num 1 [08:05:59.936] $ enabled : logi TRUE [08:05:59.936] $ config :List of 7 [08:05:59.936] ..$ max_steps : int 10 [08:05:59.936] ..$ times : num Inf [08:05:59.936] ..$ interval : num 0.1 [08:05:59.936] ..$ enable_after: num 0 [08:05:59.936] ..$ auto_finish : logi TRUE [08:05:59.936] ..$ clear : logi TRUE [08:05:59.936] ..$ target : chr "terminal" [08:05:59.936] $ state :List of 5 [08:05:59.936] ..$ step : num 1 [08:05:59.936] ..$ message : chr "P: Adding 1" [08:05:59.936] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.936] ..$ delta : num 1 [08:05:59.936] ..$ enabled : logi TRUE [08:05:59.936] $ progression :List of 12 [08:05:59.936] ..$ owner_session_uuid: NULL [08:05:59.936] ..$ progressor_uuid : NULL [08:05:59.936] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.936] ..$ progression_index : NULL [08:05:59.936] ..$ progression_time : chr "2025-09-19 08:05:59.936 +0200" [08:05:59.936] ..$ type : chr "hide" [08:05:59.936] ..$ message : chr(0) [08:05:59.936] ..$ amount : num 1 [08:05:59.936] ..$ step : NULL [08:05:59.936] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.936] ..$ call : NULL [08:05:59.936] ..$ calls :Dotted pair list of 14 [08:05:59.936] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.936] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.936] .. ..$ : language withVisible(expr) [08:05:59.936] .. ..$ : language slow_sum(1:10) [08:05:59.936] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:05:59.936] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.936] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.936] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.936] .. ..$ : language signalCondition(cond) [08:05:59.936] .. ..$ : language (function (p) { ... [08:05:59.936] .. ..$ : language calling_handler(control_progression("hide")) [08:05:59.936] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.936] .. ..$ : language control_progression("hide") [08:05:59.936] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.936] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:05:59.956] hide_reporter() ... done - received a 'progression' (n=8) [08:05:59.956] unhide_reporter() ... [08:05:59.956] List of 15 [08:05:59.956] $ max_steps : int 10 [08:05:59.956] $ times : num Inf [08:05:59.956] $ interval : num 0.1 [08:05:59.956] $ enable_after: num 0 [08:05:59.956] $ auto_finish : logi TRUE [08:05:59.956] $ clear : logi TRUE [08:05:59.956] $ target : chr "terminal" [08:05:59.956] $ step : num 1 [08:05:59.956] $ message : chr "P: Adding 1" [08:05:59.956] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.956] $ delta : num 1 [08:05:59.956] $ enabled : logi TRUE [08:05:59.956] $ config :List of 7 [08:05:59.956] ..$ max_steps : int 10 [08:05:59.956] ..$ times : num Inf [08:05:59.956] ..$ interval : num 0.1 [08:05:59.956] ..$ enable_after: num 0 [08:05:59.956] ..$ auto_finish : logi TRUE [08:05:59.956] ..$ clear : logi TRUE [08:05:59.956] ..$ target : chr "terminal" [08:05:59.956] $ state :List of 5 [08:05:59.956] ..$ step : num 1 [08:05:59.956] ..$ message : chr "P: Adding 1" [08:05:59.956] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" NA ... [08:05:59.956] ..$ delta : num 1 [08:05:59.956] ..$ enabled : logi TRUE [08:05:59.956] $ progression :List of 12 [08:05:59.956] ..$ owner_session_uuid: NULL [08:05:59.956] ..$ progressor_uuid : NULL [08:05:59.956] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.956] ..$ progression_index : NULL [08:05:59.956] ..$ progression_time : chr "2025-09-19 08:05:59.956 +0200" [08:05:59.956] ..$ type : chr "unhide" [08:05:59.956] ..$ message : chr(0) [08:05:59.956] ..$ amount : num 1 [08:05:59.956] ..$ step : NULL [08:05:59.956] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.956] ..$ call : NULL [08:05:59.956] ..$ calls :Dotted pair list of 14 [08:05:59.956] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.956] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.956] .. ..$ : language withVisible(expr) [08:05:59.956] .. ..$ : language slow_sum(1:10) [08:05:59.956] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:05:59.956] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.956] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.956] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.956] .. ..$ : language signalCondition(cond) [08:05:59.956] .. ..$ : language (function (p) { ... [08:05:59.956] .. ..$ : language calling_handler(control_progression("unhide")) [08:05:59.956] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.956] .. ..$ : language control_progression("unhide") [08:05:59.956] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.956] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:05:59.975] unhide_reporter() ... done [08:05:59.975] Progression calling handler 'update' ... [08:05:59.976] - progression: [08:05:59.976] List of 12 [08:05:59.976] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.976] ..- attr(*, "source")=List of 6 [08:05:59.976] .. ..$ host : Named chr "CRANWIN3" [08:05:59.976] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:05:59.976] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:05:59.976] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:05:59.976] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.976] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:05:59.976] .. ..$ pid : int 184916 [08:05:59.976] .. ..$ random : int 1592976985 [08:05:59.976] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:05:59.976] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.976] $ progression_index : int 8 [08:05:59.976] $ progression_time : chr "2025-09-19 08:05:59.936 +0200" [08:05:59.976] $ type : chr "update" [08:05:59.976] $ message : chr "P: Adding 2" [08:05:59.976] $ amount : num 1 [08:05:59.976] $ step : NULL [08:05:59.976] $ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.976] $ call : NULL [08:05:59.976] $ calls : NULL [08:05:59.976] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:05:59.984] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:05:59.984] - progression_index: 8 [08:05:59.984] - duplicated: FALSE [08:05:59.984] List of 4 [08:05:59.984] $ step : num 1 [08:05:59.984] $ p$amount : num 1 [08:05:59.984] $ p$step : NULL [08:05:59.984] $ max_steps: int 10 [08:05:59.986] List of 5 [08:05:59.986] $ finished : logi FALSE [08:05:59.986] $ step : num 2 [08:05:59.986] $ milestones : num [1:9] 2 3 4 5 6 7 8 9 10 [08:05:59.986] $ prev_milestone: int 0 [08:05:59.986] $ interval : num 0.1 [08:05:59.989] List of 4 [08:05:59.989] $ dt : 'difftime' num 0.0558719635009766 [08:05:59.989] ..- attr(*, "units")= chr "secs" [08:05:59.989] $ : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.989] $ : 'POSIXct' num(0) [08:05:59.989] - attr(*, "tzone")= chr "" [08:05:59.989] $ skip: logi TRUE [08:05:59.993] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [08:05:59.994] hide_reporter() ... [08:05:59.994] List of 15 [08:05:59.994] $ max_steps : int 10 [08:05:59.994] $ times : num Inf [08:05:59.994] $ interval : num 0.1 [08:05:59.994] $ enable_after: num 0 [08:05:59.994] $ auto_finish : logi TRUE [08:05:59.994] $ clear : logi TRUE [08:05:59.994] $ target : chr "terminal" [08:05:59.994] $ step : num 2 [08:05:59.994] $ message : chr "P: Adding 2" [08:05:59.994] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:05:59" ... [08:05:59.994] $ delta : num 2 [08:05:59.994] $ enabled : logi TRUE [08:05:59.994] $ config :List of 7 [08:05:59.994] ..$ max_steps : int 10 [08:05:59.994] ..$ times : num Inf [08:05:59.994] ..$ interval : num 0.1 [08:05:59.994] ..$ enable_after: num 0 [08:05:59.994] ..$ auto_finish : logi TRUE [08:05:59.994] ..$ clear : logi TRUE [08:05:59.994] ..$ target : chr "terminal" [08:05:59.994] $ state :List of 5 [08:05:59.994] ..$ step : num 2 [08:05:59.994] ..$ message : chr "P: Adding 2" [08:05:59.994] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:05:59" ... [08:05:59.994] ..$ delta : num 2 [08:05:59.994] ..$ enabled : logi TRUE [08:05:59.994] $ progression :List of 12 [08:05:59.994] ..$ owner_session_uuid: NULL [08:05:59.994] ..$ progressor_uuid : NULL [08:05:59.994] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:05:59.994] ..$ progression_index : NULL [08:05:59.994] ..$ progression_time : chr "2025-09-19 08:05:59.994 +0200" [08:05:59.994] ..$ type : chr "hide" [08:05:59.994] ..$ message : chr(0) [08:05:59.994] ..$ amount : num 1 [08:05:59.994] ..$ step : NULL [08:05:59.994] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:05:59.994] ..$ call : NULL [08:05:59.994] ..$ calls :Dotted pair list of 14 [08:05:59.994] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:05:59.994] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:05:59.994] .. ..$ : language withVisible(expr) [08:05:59.994] .. ..$ : language slow_sum(1:10) [08:05:59.994] .. ..$ : language p(amount = 0) [08:05:59.994] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:05:59.994] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:05:59.994] .. ..$ : language doWithOneRestart(return(expr), restart) [08:05:59.994] .. ..$ : language signalCondition(cond) [08:05:59.994] .. ..$ : language (function (p) { ... [08:05:59.994] .. ..$ : language calling_handler(control_progression("hide")) [08:05:59.994] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:05:59.994] .. ..$ : language control_progression("hide") [08:05:59.994] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:05:59.994] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.014] hide_reporter() ... done M: Added value 2 - received a 'progression' (n=9) [08:06:00.015] unhide_reporter() ... [08:06:00.015] List of 15 [08:06:00.015] $ max_steps : int 10 [08:06:00.015] $ times : num Inf [08:06:00.015] $ interval : num 0.1 [08:06:00.015] $ enable_after: num 0 [08:06:00.015] $ auto_finish : logi TRUE [08:06:00.015] $ clear : logi TRUE [08:06:00.015] $ target : chr "terminal" [08:06:00.015] $ step : num 2 [08:06:00.015] $ message : chr "P: Adding 2" [08:06:00.015] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:05:59" ... [08:06:00.015] $ delta : num 2 [08:06:00.015] $ enabled : logi TRUE [08:06:00.015] $ config :List of 7 [08:06:00.015] ..$ max_steps : int 10 [08:06:00.015] ..$ times : num Inf [08:06:00.015] ..$ interval : num 0.1 [08:06:00.015] ..$ enable_after: num 0 [08:06:00.015] ..$ auto_finish : logi TRUE [08:06:00.015] ..$ clear : logi TRUE [08:06:00.015] ..$ target : chr "terminal" [08:06:00.015] $ state :List of 5 [08:06:00.015] ..$ step : num 2 [08:06:00.015] ..$ message : chr "P: Adding 2" [08:06:00.015] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:05:59" ... [08:06:00.015] ..$ delta : num 2 [08:06:00.015] ..$ enabled : logi TRUE [08:06:00.015] $ progression :List of 12 [08:06:00.015] ..$ owner_session_uuid: NULL [08:06:00.015] ..$ progressor_uuid : NULL [08:06:00.015] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.015] ..$ progression_index : NULL [08:06:00.015] ..$ progression_time : chr "2025-09-19 08:06:00.015 +0200" [08:06:00.015] ..$ type : chr "unhide" [08:06:00.015] ..$ message : chr(0) [08:06:00.015] ..$ amount : num 1 [08:06:00.015] ..$ step : NULL [08:06:00.015] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.015] ..$ call : NULL [08:06:00.015] ..$ calls :Dotted pair list of 14 [08:06:00.015] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.015] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.015] .. ..$ : language withVisible(expr) [08:06:00.015] .. ..$ : language slow_sum(1:10) [08:06:00.015] .. ..$ : language p(amount = 0) [08:06:00.015] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.015] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.015] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.015] .. ..$ : language signalCondition(cond) [08:06:00.015] .. ..$ : language (function (p) { ... [08:06:00.015] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.015] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.015] .. ..$ : language control_progression("unhide") [08:06:00.015] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.015] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:06:00.037] unhide_reporter() ... done [08:06:00.037] Progression calling handler 'update' ... [08:06:00.038] - progression: [08:06:00.038] List of 12 [08:06:00.038] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.038] ..- attr(*, "source")=List of 6 [08:06:00.038] .. ..$ host : Named chr "CRANWIN3" [08:06:00.038] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.038] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.038] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.038] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.038] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.038] .. ..$ pid : int 184916 [08:06:00.038] .. ..$ random : int 1592976985 [08:06:00.038] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.038] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.038] $ progression_index : int 9 [08:06:00.038] $ progression_time : chr "2025-09-19 08:05:59.994 +0200" [08:06:00.038] $ type : chr "update" [08:06:00.038] $ message : chr(0) [08:06:00.038] $ amount : num 0 [08:06:00.038] $ step : NULL [08:06:00.038] $ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.038] $ call : NULL [08:06:00.038] $ calls : NULL [08:06:00.038] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.046] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.046] - progression_index: 9 [08:06:00.046] - duplicated: FALSE [08:06:00.046] List of 4 [08:06:00.046] $ step : num 2 [08:06:00.046] $ p$amount : num 0 [08:06:00.046] $ p$step : NULL [08:06:00.046] $ max_steps: int 10 [08:06:00.048] List of 5 [08:06:00.048] $ finished : logi FALSE [08:06:00.048] $ step : num 2 [08:06:00.048] $ milestones : num [1:8] 3 4 5 6 7 8 9 10 [08:06:00.048] $ prev_milestone: int 0 [08:06:00.048] $ interval : num 0.1 [08:06:00.051] List of 4 [08:06:00.051] $ dt : 'difftime' num 0.118285894393921 [08:06:00.051] ..- attr(*, "units")= chr "secs" [08:06:00.051] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.051] $ : 'POSIXct' num(0) [08:06:00.051] - attr(*, "tzone")= chr "" [08:06:00.051] $ skip: logi FALSE [08:06:00.054] List of 1 [08:06:00.054] $ milestones: num [1:8] 3 4 5 6 7 8 9 10 [08:06:00.054] update_reporter() ... [08:06:00.055] List of 15 [08:06:00.055] $ max_steps : int 10 [08:06:00.055] $ times : num Inf [08:06:00.055] $ interval : num 0.1 [08:06:00.055] $ enable_after: num 0 [08:06:00.055] $ auto_finish : logi TRUE [08:06:00.055] $ clear : logi TRUE [08:06:00.055] $ target : chr "terminal" [08:06:00.055] $ step : num 2 [08:06:00.055] $ message : chr "P: Adding 2" [08:06:00.055] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.055] $ delta : num 2 [08:06:00.055] $ enabled : logi TRUE [08:06:00.055] $ config :List of 7 [08:06:00.055] ..$ max_steps : int 10 [08:06:00.055] ..$ times : num Inf [08:06:00.055] ..$ interval : num 0.1 [08:06:00.055] ..$ enable_after: num 0 [08:06:00.055] ..$ auto_finish : logi TRUE [08:06:00.055] ..$ clear : logi TRUE [08:06:00.055] ..$ target : chr "terminal" [08:06:00.055] $ state :List of 5 [08:06:00.055] ..$ step : num 2 [08:06:00.055] ..$ message : chr "P: Adding 2" [08:06:00.055] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.055] ..$ delta : num 2 [08:06:00.055] ..$ enabled : logi TRUE [08:06:00.055] $ progression :List of 12 [08:06:00.055] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.055] .. ..- attr(*, "source")=List of 6 [08:06:00.055] .. .. ..$ host : Named chr "CRANWIN3" [08:06:00.055] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.055] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.055] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.055] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.055] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.055] .. .. ..$ pid : int 184916 [08:06:00.055] .. .. ..$ random : int 1592976985 [08:06:00.055] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.055] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.055] ..$ progression_index : int 9 [08:06:00.055] ..$ progression_time : chr "2025-09-19 08:05:59.994 +0200" [08:06:00.055] ..$ type : chr "update" [08:06:00.055] ..$ message : chr(0) [08:06:00.055] ..$ amount : num 0 [08:06:00.055] ..$ step : NULL [08:06:00.055] ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.055] ..$ call : NULL [08:06:00.055] ..$ calls : NULL [08:06:00.055] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.073] update_reporter() ... done [08:06:00.074] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:00.075] hide_reporter() ... [08:06:00.075] List of 15 [08:06:00.075] $ max_steps : int 10 [08:06:00.075] $ times : num Inf [08:06:00.075] $ interval : num 0.1 [08:06:00.075] $ enable_after: num 0 [08:06:00.075] $ auto_finish : logi TRUE [08:06:00.075] $ clear : logi TRUE [08:06:00.075] $ target : chr "terminal" [08:06:00.075] $ step : num 2 [08:06:00.075] $ message : chr "P: Adding 2" [08:06:00.075] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.075] $ delta : num 2 [08:06:00.075] $ enabled : logi TRUE [08:06:00.075] $ config :List of 7 [08:06:00.075] ..$ max_steps : int 10 [08:06:00.075] ..$ times : num Inf [08:06:00.075] ..$ interval : num 0.1 [08:06:00.075] ..$ enable_after: num 0 [08:06:00.075] ..$ auto_finish : logi TRUE [08:06:00.075] ..$ clear : logi TRUE [08:06:00.075] ..$ target : chr "terminal" [08:06:00.075] $ state :List of 5 [08:06:00.075] ..$ step : num 2 [08:06:00.075] ..$ message : chr "P: Adding 2" [08:06:00.075] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.075] ..$ delta : num 2 [08:06:00.075] ..$ enabled : logi TRUE [08:06:00.075] $ progression :List of 12 [08:06:00.075] ..$ owner_session_uuid: NULL [08:06:00.075] ..$ progressor_uuid : NULL [08:06:00.075] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.075] ..$ progression_index : NULL [08:06:00.075] ..$ progression_time : chr "2025-09-19 08:06:00.074 +0200" [08:06:00.075] ..$ type : chr "hide" [08:06:00.075] ..$ message : chr(0) [08:06:00.075] ..$ amount : num 1 [08:06:00.075] ..$ step : NULL [08:06:00.075] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.075] ..$ call : NULL [08:06:00.075] ..$ calls :Dotted pair list of 14 [08:06:00.075] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.075] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.075] .. ..$ : language withVisible(expr) [08:06:00.075] .. ..$ : language slow_sum(1:10) [08:06:00.075] .. ..$ : language p(amount = 0) [08:06:00.075] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.075] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.075] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.075] .. ..$ : language signalCondition(cond) [08:06:00.075] .. ..$ : language (function (p) { ... [08:06:00.075] .. ..$ : language calling_handler(control_progression("hide")) [08:06:00.075] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.075] .. ..$ : language control_progression("hide") [08:06:00.075] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.075] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.098] hide_reporter() ... done - received a 'progression' (n=10) [08:06:00.099] unhide_reporter() ... [08:06:00.099] List of 15 [08:06:00.099] $ max_steps : int 10 [08:06:00.099] $ times : num Inf [08:06:00.099] $ interval : num 0.1 [08:06:00.099] $ enable_after: num 0 [08:06:00.099] $ auto_finish : logi TRUE [08:06:00.099] $ clear : logi TRUE [08:06:00.099] $ target : chr "terminal" [08:06:00.099] $ step : num 2 [08:06:00.099] $ message : chr "P: Adding 2" [08:06:00.099] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.099] $ delta : num 2 [08:06:00.099] $ enabled : logi TRUE [08:06:00.099] $ config :List of 7 [08:06:00.099] ..$ max_steps : int 10 [08:06:00.099] ..$ times : num Inf [08:06:00.099] ..$ interval : num 0.1 [08:06:00.099] ..$ enable_after: num 0 [08:06:00.099] ..$ auto_finish : logi TRUE [08:06:00.099] ..$ clear : logi TRUE [08:06:00.099] ..$ target : chr "terminal" [08:06:00.099] $ state :List of 5 [08:06:00.099] ..$ step : num 2 [08:06:00.099] ..$ message : chr "P: Adding 2" [08:06:00.099] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.099] ..$ delta : num 2 [08:06:00.099] ..$ enabled : logi TRUE [08:06:00.099] $ progression :List of 12 [08:06:00.099] ..$ owner_session_uuid: NULL [08:06:00.099] ..$ progressor_uuid : NULL [08:06:00.099] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.099] ..$ progression_index : NULL [08:06:00.099] ..$ progression_time : chr "2025-09-19 08:06:00.098 +0200" [08:06:00.099] ..$ type : chr "unhide" [08:06:00.099] ..$ message : chr(0) [08:06:00.099] ..$ amount : num 1 [08:06:00.099] ..$ step : NULL [08:06:00.099] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.099] ..$ call : NULL [08:06:00.099] ..$ calls :Dotted pair list of 14 [08:06:00.099] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.099] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.099] .. ..$ : language withVisible(expr) [08:06:00.099] .. ..$ : language slow_sum(1:10) [08:06:00.099] .. ..$ : language p(amount = 0) [08:06:00.099] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.099] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.099] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.099] .. ..$ : language signalCondition(cond) [08:06:00.099] .. ..$ : language (function (p) { ... [08:06:00.099] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.099] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.099] .. ..$ : language control_progression("unhide") [08:06:00.099] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.099] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:06:00.128] unhide_reporter() ... done [08:06:00.128] Progression calling handler 'update' ... [08:06:00.128] - progression: [08:06:00.129] List of 12 [08:06:00.129] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.129] ..- attr(*, "source")=List of 6 [08:06:00.129] .. ..$ host : Named chr "CRANWIN3" [08:06:00.129] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.129] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.129] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.129] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.129] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.129] .. ..$ pid : int 184916 [08:06:00.129] .. ..$ random : int 1592976985 [08:06:00.129] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.129] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.129] $ progression_index : int 10 [08:06:00.129] $ progression_time : chr "2025-09-19 08:06:00.074 +0200" [08:06:00.129] $ type : chr "update" [08:06:00.129] $ message : chr(0) [08:06:00.129] $ amount : num 0 [08:06:00.129] $ step : NULL [08:06:00.129] $ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.129] $ call : NULL [08:06:00.129] $ calls : NULL [08:06:00.129] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.143] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.144] - progression_index: 10 [08:06:00.144] - duplicated: FALSE [08:06:00.144] List of 4 [08:06:00.144] $ step : num 2 [08:06:00.144] $ p$amount : num 0 [08:06:00.144] $ p$step : NULL [08:06:00.144] $ max_steps: int 10 [08:06:00.148] List of 5 [08:06:00.148] $ finished : logi FALSE [08:06:00.148] $ step : num 2 [08:06:00.148] $ milestones : num [1:8] 3 4 5 6 7 8 9 10 [08:06:00.148] $ prev_milestone: int 0 [08:06:00.148] $ interval : num 0.1 [08:06:00.153] List of 4 [08:06:00.153] $ dt : 'difftime' num 0.217883110046387 [08:06:00.153] ..- attr(*, "units")= chr "secs" [08:06:00.153] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.153] $ : 'POSIXct' num(0) [08:06:00.153] - attr(*, "tzone")= chr "" [08:06:00.153] $ skip: logi FALSE [08:06:00.157] List of 1 [08:06:00.157] $ milestones: num [1:8] 3 4 5 6 7 8 9 10 [08:06:00.159] update_reporter() ... [08:06:00.159] List of 15 [08:06:00.159] $ max_steps : int 10 [08:06:00.159] $ times : num Inf [08:06:00.159] $ interval : num 0.1 [08:06:00.159] $ enable_after: num 0 [08:06:00.159] $ auto_finish : logi TRUE [08:06:00.159] $ clear : logi TRUE [08:06:00.159] $ target : chr "terminal" [08:06:00.159] $ step : num 2 [08:06:00.159] $ message : chr "P: Adding 2" [08:06:00.159] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.159] $ delta : num 2 [08:06:00.159] $ enabled : logi TRUE [08:06:00.159] $ config :List of 7 [08:06:00.159] ..$ max_steps : int 10 [08:06:00.159] ..$ times : num Inf [08:06:00.159] ..$ interval : num 0.1 [08:06:00.159] ..$ enable_after: num 0 [08:06:00.159] ..$ auto_finish : logi TRUE [08:06:00.159] ..$ clear : logi TRUE [08:06:00.159] ..$ target : chr "terminal" [08:06:00.159] $ state :List of 5 [08:06:00.159] ..$ step : num 2 [08:06:00.159] ..$ message : chr "P: Adding 2" [08:06:00.159] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.159] ..$ delta : num 2 [08:06:00.159] ..$ enabled : logi TRUE [08:06:00.159] $ progression :List of 12 [08:06:00.159] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.159] .. ..- attr(*, "source")=List of 6 [08:06:00.159] .. .. ..$ host : Named chr "CRANWIN3" [08:06:00.159] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.159] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.159] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.159] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.159] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.159] .. .. ..$ pid : int 184916 [08:06:00.159] .. .. ..$ random : int 1592976985 [08:06:00.159] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.159] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.159] ..$ progression_index : int 10 [08:06:00.159] ..$ progression_time : chr "2025-09-19 08:06:00.074 +0200" [08:06:00.159] ..$ type : chr "update" [08:06:00.159] ..$ message : chr(0) [08:06:00.159] ..$ amount : num 0 [08:06:00.159] ..$ step : NULL [08:06:00.159] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.159] ..$ call : NULL [08:06:00.159] ..$ calls : NULL [08:06:00.159] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.177] update_reporter() ... done [08:06:00.177] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:00.178] hide_reporter() ... [08:06:00.178] List of 15 [08:06:00.178] $ max_steps : int 10 [08:06:00.178] $ times : num Inf [08:06:00.178] $ interval : num 0.1 [08:06:00.178] $ enable_after: num 0 [08:06:00.178] $ auto_finish : logi TRUE [08:06:00.178] $ clear : logi TRUE [08:06:00.178] $ target : chr "terminal" [08:06:00.178] $ step : num 2 [08:06:00.178] $ message : chr "P: Adding 2" [08:06:00.178] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.178] $ delta : num 2 [08:06:00.178] $ enabled : logi TRUE [08:06:00.178] $ config :List of 7 [08:06:00.178] ..$ max_steps : int 10 [08:06:00.178] ..$ times : num Inf [08:06:00.178] ..$ interval : num 0.1 [08:06:00.178] ..$ enable_after: num 0 [08:06:00.178] ..$ auto_finish : logi TRUE [08:06:00.178] ..$ clear : logi TRUE [08:06:00.178] ..$ target : chr "terminal" [08:06:00.178] $ state :List of 5 [08:06:00.178] ..$ step : num 2 [08:06:00.178] ..$ message : chr "P: Adding 2" [08:06:00.178] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.178] ..$ delta : num 2 [08:06:00.178] ..$ enabled : logi TRUE [08:06:00.178] $ progression :List of 12 [08:06:00.178] ..$ owner_session_uuid: NULL [08:06:00.178] ..$ progressor_uuid : NULL [08:06:00.178] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.178] ..$ progression_index : NULL [08:06:00.178] ..$ progression_time : chr "2025-09-19 08:06:00.178 +0200" [08:06:00.178] ..$ type : chr "hide" [08:06:00.178] ..$ message : chr(0) [08:06:00.178] ..$ amount : num 1 [08:06:00.178] ..$ step : NULL [08:06:00.178] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.178] ..$ call : NULL [08:06:00.178] ..$ calls :Dotted pair list of 14 [08:06:00.178] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.178] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.178] .. ..$ : language withVisible(expr) [08:06:00.178] .. ..$ : language slow_sum(1:10) [08:06:00.178] .. ..$ : language p(amount = 0) [08:06:00.178] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.178] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.178] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.178] .. ..$ : language signalCondition(cond) [08:06:00.178] .. ..$ : language (function (p) { ... [08:06:00.178] .. ..$ : language calling_handler(control_progression("hide")) [08:06:00.178] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.178] .. ..$ : language control_progression("hide") [08:06:00.178] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.178] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.200] hide_reporter() ... done - received a 'progression' (n=11) [08:06:00.200] unhide_reporter() ... [08:06:00.201] List of 15 [08:06:00.201] $ max_steps : int 10 [08:06:00.201] $ times : num Inf [08:06:00.201] $ interval : num 0.1 [08:06:00.201] $ enable_after: num 0 [08:06:00.201] $ auto_finish : logi TRUE [08:06:00.201] $ clear : logi TRUE [08:06:00.201] $ target : chr "terminal" [08:06:00.201] $ step : num 2 [08:06:00.201] $ message : chr "P: Adding 2" [08:06:00.201] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.201] $ delta : num 2 [08:06:00.201] $ enabled : logi TRUE [08:06:00.201] $ config :List of 7 [08:06:00.201] ..$ max_steps : int 10 [08:06:00.201] ..$ times : num Inf [08:06:00.201] ..$ interval : num 0.1 [08:06:00.201] ..$ enable_after: num 0 [08:06:00.201] ..$ auto_finish : logi TRUE [08:06:00.201] ..$ clear : logi TRUE [08:06:00.201] ..$ target : chr "terminal" [08:06:00.201] $ state :List of 5 [08:06:00.201] ..$ step : num 2 [08:06:00.201] ..$ message : chr "P: Adding 2" [08:06:00.201] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.201] ..$ delta : num 2 [08:06:00.201] ..$ enabled : logi TRUE [08:06:00.201] $ progression :List of 12 [08:06:00.201] ..$ owner_session_uuid: NULL [08:06:00.201] ..$ progressor_uuid : NULL [08:06:00.201] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.201] ..$ progression_index : NULL [08:06:00.201] ..$ progression_time : chr "2025-09-19 08:06:00.200 +0200" [08:06:00.201] ..$ type : chr "unhide" [08:06:00.201] ..$ message : chr(0) [08:06:00.201] ..$ amount : num 1 [08:06:00.201] ..$ step : NULL [08:06:00.201] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.201] ..$ call : NULL [08:06:00.201] ..$ calls :Dotted pair list of 14 [08:06:00.201] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.201] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.201] .. ..$ : language withVisible(expr) [08:06:00.201] .. ..$ : language slow_sum(1:10) [08:06:00.201] .. ..$ : language p(amount = 0) [08:06:00.201] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.201] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.201] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.201] .. ..$ : language signalCondition(cond) [08:06:00.201] .. ..$ : language (function (p) { ... [08:06:00.201] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.201] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.201] .. ..$ : language control_progression("unhide") [08:06:00.201] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.201] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:06:00.220] unhide_reporter() ... done [08:06:00.220] Progression calling handler 'update' ... [08:06:00.220] - progression: [08:06:00.221] List of 12 [08:06:00.221] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.221] ..- attr(*, "source")=List of 6 [08:06:00.221] .. ..$ host : Named chr "CRANWIN3" [08:06:00.221] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.221] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.221] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.221] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.221] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.221] .. ..$ pid : int 184916 [08:06:00.221] .. ..$ random : int 1592976985 [08:06:00.221] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.221] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.221] $ progression_index : int 11 [08:06:00.221] $ progression_time : chr "2025-09-19 08:06:00.177 +0200" [08:06:00.221] $ type : chr "update" [08:06:00.221] $ message : chr(0) [08:06:00.221] $ amount : num 0 [08:06:00.221] $ step : NULL [08:06:00.221] $ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.221] $ call : NULL [08:06:00.221] $ calls : NULL [08:06:00.221] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.228] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.229] - progression_index: 11 [08:06:00.229] - duplicated: FALSE [08:06:00.229] List of 4 [08:06:00.229] $ step : num 2 [08:06:00.229] $ p$amount : num 0 [08:06:00.229] $ p$step : NULL [08:06:00.229] $ max_steps: int 10 [08:06:00.231] List of 5 [08:06:00.231] $ finished : logi FALSE [08:06:00.231] $ step : num 2 [08:06:00.231] $ milestones : num [1:8] 3 4 5 6 7 8 9 10 [08:06:00.231] $ prev_milestone: int 0 [08:06:00.231] $ interval : num 0.1 [08:06:00.233] List of 4 [08:06:00.233] $ dt : 'difftime' num 0.300676107406616 [08:06:00.233] ..- attr(*, "units")= chr "secs" [08:06:00.233] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.233] $ : 'POSIXct' num(0) [08:06:00.233] - attr(*, "tzone")= chr "" [08:06:00.233] $ skip: logi FALSE [08:06:00.236] List of 1 [08:06:00.236] $ milestones: num [1:8] 3 4 5 6 7 8 9 10 [08:06:00.237] update_reporter() ... [08:06:00.237] List of 15 [08:06:00.237] $ max_steps : int 10 [08:06:00.237] $ times : num Inf [08:06:00.237] $ interval : num 0.1 [08:06:00.237] $ enable_after: num 0 [08:06:00.237] $ auto_finish : logi TRUE [08:06:00.237] $ clear : logi TRUE [08:06:00.237] $ target : chr "terminal" [08:06:00.237] $ step : num 2 [08:06:00.237] $ message : chr "P: Adding 2" [08:06:00.237] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.237] $ delta : num 2 [08:06:00.237] $ enabled : logi TRUE [08:06:00.237] $ config :List of 7 [08:06:00.237] ..$ max_steps : int 10 [08:06:00.237] ..$ times : num Inf [08:06:00.237] ..$ interval : num 0.1 [08:06:00.237] ..$ enable_after: num 0 [08:06:00.237] ..$ auto_finish : logi TRUE [08:06:00.237] ..$ clear : logi TRUE [08:06:00.237] ..$ target : chr "terminal" [08:06:00.237] $ state :List of 5 [08:06:00.237] ..$ step : num 2 [08:06:00.237] ..$ message : chr "P: Adding 2" [08:06:00.237] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.237] ..$ delta : num 2 [08:06:00.237] ..$ enabled : logi TRUE [08:06:00.237] $ progression :List of 12 [08:06:00.237] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.237] .. ..- attr(*, "source")=List of 6 [08:06:00.237] .. .. ..$ host : Named chr "CRANWIN3" [08:06:00.237] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.237] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.237] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.237] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.237] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.237] .. .. ..$ pid : int 184916 [08:06:00.237] .. .. ..$ random : int 1592976985 [08:06:00.237] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.237] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.237] ..$ progression_index : int 11 [08:06:00.237] ..$ progression_time : chr "2025-09-19 08:06:00.177 +0200" [08:06:00.237] ..$ type : chr "update" [08:06:00.237] ..$ message : chr(0) [08:06:00.237] ..$ amount : num 0 [08:06:00.237] ..$ step : NULL [08:06:00.237] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.237] ..$ call : NULL [08:06:00.237] ..$ calls : NULL [08:06:00.237] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.254] update_reporter() ... done [08:06:00.255] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:00.256] hide_reporter() ... [08:06:00.256] List of 15 [08:06:00.256] $ max_steps : int 10 [08:06:00.256] $ times : num Inf [08:06:00.256] $ interval : num 0.1 [08:06:00.256] $ enable_after: num 0 [08:06:00.256] $ auto_finish : logi TRUE [08:06:00.256] $ clear : logi TRUE [08:06:00.256] $ target : chr "terminal" [08:06:00.256] $ step : num 2 [08:06:00.256] $ message : chr "P: Adding 2" [08:06:00.256] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.256] $ delta : num 2 [08:06:00.256] $ enabled : logi TRUE [08:06:00.256] $ config :List of 7 [08:06:00.256] ..$ max_steps : int 10 [08:06:00.256] ..$ times : num Inf [08:06:00.256] ..$ interval : num 0.1 [08:06:00.256] ..$ enable_after: num 0 [08:06:00.256] ..$ auto_finish : logi TRUE [08:06:00.256] ..$ clear : logi TRUE [08:06:00.256] ..$ target : chr "terminal" [08:06:00.256] $ state :List of 5 [08:06:00.256] ..$ step : num 2 [08:06:00.256] ..$ message : chr "P: Adding 2" [08:06:00.256] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.256] ..$ delta : num 2 [08:06:00.256] ..$ enabled : logi TRUE [08:06:00.256] $ progression :List of 12 [08:06:00.256] ..$ owner_session_uuid: NULL [08:06:00.256] ..$ progressor_uuid : NULL [08:06:00.256] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.256] ..$ progression_index : NULL [08:06:00.256] ..$ progression_time : chr "2025-09-19 08:06:00.255 +0200" [08:06:00.256] ..$ type : chr "hide" [08:06:00.256] ..$ message : chr(0) [08:06:00.256] ..$ amount : num 1 [08:06:00.256] ..$ step : NULL [08:06:00.256] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.256] ..$ call : NULL [08:06:00.256] ..$ calls :Dotted pair list of 14 [08:06:00.256] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.256] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.256] .. ..$ : language withVisible(expr) [08:06:00.256] .. ..$ : language slow_sum(1:10) [08:06:00.256] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:00.256] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.256] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.256] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.256] .. ..$ : language signalCondition(cond) [08:06:00.256] .. ..$ : language (function (p) { ... [08:06:00.256] .. ..$ : language calling_handler(control_progression("hide")) [08:06:00.256] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.256] .. ..$ : language control_progression("hide") [08:06:00.256] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.256] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.275] hide_reporter() ... done - received a 'progression' (n=12) [08:06:00.275] unhide_reporter() ... [08:06:00.276] List of 15 [08:06:00.276] $ max_steps : int 10 [08:06:00.276] $ times : num Inf [08:06:00.276] $ interval : num 0.1 [08:06:00.276] $ enable_after: num 0 [08:06:00.276] $ auto_finish : logi TRUE [08:06:00.276] $ clear : logi TRUE [08:06:00.276] $ target : chr "terminal" [08:06:00.276] $ step : num 2 [08:06:00.276] $ message : chr "P: Adding 2" [08:06:00.276] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.276] $ delta : num 2 [08:06:00.276] $ enabled : logi TRUE [08:06:00.276] $ config :List of 7 [08:06:00.276] ..$ max_steps : int 10 [08:06:00.276] ..$ times : num Inf [08:06:00.276] ..$ interval : num 0.1 [08:06:00.276] ..$ enable_after: num 0 [08:06:00.276] ..$ auto_finish : logi TRUE [08:06:00.276] ..$ clear : logi TRUE [08:06:00.276] ..$ target : chr "terminal" [08:06:00.276] $ state :List of 5 [08:06:00.276] ..$ step : num 2 [08:06:00.276] ..$ message : chr "P: Adding 2" [08:06:00.276] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.276] ..$ delta : num 2 [08:06:00.276] ..$ enabled : logi TRUE [08:06:00.276] $ progression :List of 12 [08:06:00.276] ..$ owner_session_uuid: NULL [08:06:00.276] ..$ progressor_uuid : NULL [08:06:00.276] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.276] ..$ progression_index : NULL [08:06:00.276] ..$ progression_time : chr "2025-09-19 08:06:00.275 +0200" [08:06:00.276] ..$ type : chr "unhide" [08:06:00.276] ..$ message : chr(0) [08:06:00.276] ..$ amount : num 1 [08:06:00.276] ..$ step : NULL [08:06:00.276] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.276] ..$ call : NULL [08:06:00.276] ..$ calls :Dotted pair list of 14 [08:06:00.276] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.276] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.276] .. ..$ : language withVisible(expr) [08:06:00.276] .. ..$ : language slow_sum(1:10) [08:06:00.276] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:00.276] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.276] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.276] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.276] .. ..$ : language signalCondition(cond) [08:06:00.276] .. ..$ : language (function (p) { ... [08:06:00.276] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.276] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.276] .. ..$ : language control_progression("unhide") [08:06:00.276] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.276] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:06:00.297] unhide_reporter() ... done [08:06:00.297] Progression calling handler 'update' ... [08:06:00.298] - progression: [08:06:00.298] List of 12 [08:06:00.298] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.298] ..- attr(*, "source")=List of 6 [08:06:00.298] .. ..$ host : Named chr "CRANWIN3" [08:06:00.298] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.298] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.298] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.298] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.298] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.298] .. ..$ pid : int 184916 [08:06:00.298] .. ..$ random : int 1592976985 [08:06:00.298] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.298] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.298] $ progression_index : int 12 [08:06:00.298] $ progression_time : chr "2025-09-19 08:06:00.255 +0200" [08:06:00.298] $ type : chr "update" [08:06:00.298] $ message : chr "P: Adding 3" [08:06:00.298] $ amount : num 1 [08:06:00.298] $ step : NULL [08:06:00.298] $ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.298] $ call : NULL [08:06:00.298] $ calls : NULL [08:06:00.298] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.306] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.306] - progression_index: 12 [08:06:00.306] - duplicated: FALSE [08:06:00.306] List of 4 [08:06:00.306] $ step : num 2 [08:06:00.306] $ p$amount : num 1 [08:06:00.306] $ p$step : NULL [08:06:00.306] $ max_steps: int 10 [08:06:00.308] List of 5 [08:06:00.308] $ finished : logi FALSE [08:06:00.308] $ step : num 3 [08:06:00.308] $ milestones : num [1:8] 3 4 5 6 7 8 9 10 [08:06:00.308] $ prev_milestone: int 0 [08:06:00.308] $ interval : num 0.1 [08:06:00.311] List of 4 [08:06:00.311] $ dt : 'difftime' num 0.37792706489563 [08:06:00.311] ..- attr(*, "units")= chr "secs" [08:06:00.311] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.311] $ : 'POSIXct' num(0) [08:06:00.311] - attr(*, "tzone")= chr "" [08:06:00.311] $ skip: logi FALSE [08:06:00.313] List of 1 [08:06:00.313] $ milestones: num [1:8] 3 4 5 6 7 8 9 10 [08:06:00.314] update_reporter() ... [08:06:00.314] List of 15 [08:06:00.314] $ max_steps : int 10 [08:06:00.314] $ times : num Inf [08:06:00.314] $ interval : num 0.1 [08:06:00.314] $ enable_after: num 0 [08:06:00.314] $ auto_finish : logi TRUE [08:06:00.314] $ clear : logi TRUE [08:06:00.314] $ target : chr "terminal" [08:06:00.314] $ step : num 3 [08:06:00.314] $ message : chr "P: Adding 3" [08:06:00.314] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.314] $ delta : num 3 [08:06:00.314] $ enabled : logi TRUE [08:06:00.314] $ config :List of 7 [08:06:00.314] ..$ max_steps : int 10 [08:06:00.314] ..$ times : num Inf [08:06:00.314] ..$ interval : num 0.1 [08:06:00.314] ..$ enable_after: num 0 [08:06:00.314] ..$ auto_finish : logi TRUE [08:06:00.314] ..$ clear : logi TRUE [08:06:00.314] ..$ target : chr "terminal" [08:06:00.314] $ state :List of 5 [08:06:00.314] ..$ step : num 3 [08:06:00.314] ..$ message : chr "P: Adding 3" [08:06:00.314] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.314] ..$ delta : num 3 [08:06:00.314] ..$ enabled : logi TRUE [08:06:00.314] $ progression :List of 12 [08:06:00.314] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.314] .. ..- attr(*, "source")=List of 6 [08:06:00.314] .. .. ..$ host : Named chr "CRANWIN3" [08:06:00.314] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.314] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.314] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.314] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.314] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.314] .. .. ..$ pid : int 184916 [08:06:00.314] .. .. ..$ random : int 1592976985 [08:06:00.314] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.314] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.314] ..$ progression_index : int 12 [08:06:00.314] ..$ progression_time : chr "2025-09-19 08:06:00.255 +0200" [08:06:00.314] ..$ type : chr "update" [08:06:00.314] ..$ message : chr "P: Adding 3" [08:06:00.314] ..$ amount : num 1 [08:06:00.314] ..$ step : NULL [08:06:00.314] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.314] ..$ call : NULL [08:06:00.314] ..$ calls : NULL [08:06:00.314] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |===================== | 30%[08:06:00.332] update_reporter() ... done [08:06:00.332] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:00.333] hide_reporter() ... [08:06:00.333] List of 15 [08:06:00.333] $ max_steps : int 10 [08:06:00.333] $ times : num Inf [08:06:00.333] $ interval : num 0.1 [08:06:00.333] $ enable_after: num 0 [08:06:00.333] $ auto_finish : logi TRUE [08:06:00.333] $ clear : logi TRUE [08:06:00.333] $ target : chr "terminal" [08:06:00.333] $ step : num 3 [08:06:00.333] $ message : chr "P: Adding 3" [08:06:00.333] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.333] $ delta : num 0 [08:06:00.333] $ enabled : logi TRUE [08:06:00.333] $ config :List of 7 [08:06:00.333] ..$ max_steps : int 10 [08:06:00.333] ..$ times : num Inf [08:06:00.333] ..$ interval : num 0.1 [08:06:00.333] ..$ enable_after: num 0 [08:06:00.333] ..$ auto_finish : logi TRUE [08:06:00.333] ..$ clear : logi TRUE [08:06:00.333] ..$ target : chr "terminal" [08:06:00.333] $ state :List of 5 [08:06:00.333] ..$ step : num 3 [08:06:00.333] ..$ message : chr "P: Adding 3" [08:06:00.333] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.333] ..$ delta : num 0 [08:06:00.333] ..$ enabled : logi TRUE [08:06:00.333] $ progression :List of 12 [08:06:00.333] ..$ owner_session_uuid: NULL [08:06:00.333] ..$ progressor_uuid : NULL [08:06:00.333] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.333] ..$ progression_index : NULL [08:06:00.333] ..$ progression_time : chr "2025-09-19 08:06:00.333 +0200" [08:06:00.333] ..$ type : chr "hide" [08:06:00.333] ..$ message : chr(0) [08:06:00.333] ..$ amount : num 1 [08:06:00.333] ..$ step : NULL [08:06:00.333] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.333] ..$ call : NULL [08:06:00.333] ..$ calls :Dotted pair list of 14 [08:06:00.333] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.333] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.333] .. ..$ : language withVisible(expr) [08:06:00.333] .. ..$ : language slow_sum(1:10) [08:06:00.333] .. ..$ : language p(amount = 0) [08:06:00.333] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.333] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.333] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.333] .. ..$ : language signalCondition(cond) [08:06:00.333] .. ..$ : language (function (p) { ... [08:06:00.333] .. ..$ : language calling_handler(control_progression("hide")) [08:06:00.333] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.333] .. ..$ : language control_progression("hide") [08:06:00.333] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.333] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.352] hide_reporter() ... done M: Added value 3 - received a 'progression' (n=13) [08:06:00.353] unhide_reporter() ... [08:06:00.353] List of 15 [08:06:00.353] $ max_steps : int 10 [08:06:00.353] $ times : num Inf [08:06:00.353] $ interval : num 0.1 [08:06:00.353] $ enable_after: num 0 [08:06:00.353] $ auto_finish : logi TRUE [08:06:00.353] $ clear : logi TRUE [08:06:00.353] $ target : chr "terminal" [08:06:00.353] $ step : num 3 [08:06:00.353] $ message : chr "P: Adding 3" [08:06:00.353] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.353] $ delta : num 0 [08:06:00.353] $ enabled : logi TRUE [08:06:00.353] $ config :List of 7 [08:06:00.353] ..$ max_steps : int 10 [08:06:00.353] ..$ times : num Inf [08:06:00.353] ..$ interval : num 0.1 [08:06:00.353] ..$ enable_after: num 0 [08:06:00.353] ..$ auto_finish : logi TRUE [08:06:00.353] ..$ clear : logi TRUE [08:06:00.353] ..$ target : chr "terminal" [08:06:00.353] $ state :List of 5 [08:06:00.353] ..$ step : num 3 [08:06:00.353] ..$ message : chr "P: Adding 3" [08:06:00.353] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.353] ..$ delta : num 0 [08:06:00.353] ..$ enabled : logi TRUE [08:06:00.353] $ progression :List of 12 [08:06:00.353] ..$ owner_session_uuid: NULL [08:06:00.353] ..$ progressor_uuid : NULL [08:06:00.353] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.353] ..$ progression_index : NULL [08:06:00.353] ..$ progression_time : chr "2025-09-19 08:06:00.353 +0200" [08:06:00.353] ..$ type : chr "unhide" [08:06:00.353] ..$ message : chr(0) [08:06:00.353] ..$ amount : num 1 [08:06:00.353] ..$ step : NULL [08:06:00.353] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.353] ..$ call : NULL [08:06:00.353] ..$ calls :Dotted pair list of 14 [08:06:00.353] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.353] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.353] .. ..$ : language withVisible(expr) [08:06:00.353] .. ..$ : language slow_sum(1:10) [08:06:00.353] .. ..$ : language p(amount = 0) [08:06:00.353] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.353] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.353] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.353] .. ..$ : language signalCondition(cond) [08:06:00.353] .. ..$ : language (function (p) { ... [08:06:00.353] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.353] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.353] .. ..$ : language control_progression("unhide") [08:06:00.353] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.353] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[08:06:00.375] unhide_reporter() ... done [08:06:00.375] Progression calling handler 'update' ... [08:06:00.375] - progression: [08:06:00.375] List of 12 [08:06:00.375] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.375] ..- attr(*, "source")=List of 6 [08:06:00.375] .. ..$ host : Named chr "CRANWIN3" [08:06:00.375] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.375] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.375] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.375] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.375] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.375] .. ..$ pid : int 184916 [08:06:00.375] .. ..$ random : int 1592976985 [08:06:00.375] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.375] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.375] $ progression_index : int 13 [08:06:00.375] $ progression_time : chr "2025-09-19 08:06:00.332 +0200" [08:06:00.375] $ type : chr "update" [08:06:00.375] $ message : chr(0) [08:06:00.375] $ amount : num 0 [08:06:00.375] $ step : NULL [08:06:00.375] $ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.375] $ call : NULL [08:06:00.375] $ calls : NULL [08:06:00.375] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.383] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.383] - progression_index: 13 [08:06:00.383] - duplicated: FALSE [08:06:00.383] List of 4 [08:06:00.383] $ step : num 3 [08:06:00.383] $ p$amount : num 0 [08:06:00.383] $ p$step : NULL [08:06:00.383] $ max_steps: int 10 [08:06:00.385] List of 5 [08:06:00.385] $ finished : logi FALSE [08:06:00.385] $ step : num 3 [08:06:00.385] $ milestones : num [1:7] 4 5 6 7 8 9 10 [08:06:00.385] $ prev_milestone: num 3 [08:06:00.385] $ interval : num 0.1 [08:06:00.388] List of 4 [08:06:00.388] $ dt : 'difftime' num 0 [08:06:00.388] ..- attr(*, "units")= chr "secs" [08:06:00.388] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.388] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.388] $ skip: logi TRUE [08:06:00.390] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:00.391] hide_reporter() ... [08:06:00.391] List of 15 [08:06:00.391] $ max_steps : int 10 [08:06:00.391] $ times : num Inf [08:06:00.391] $ interval : num 0.1 [08:06:00.391] $ enable_after: num 0 [08:06:00.391] $ auto_finish : logi TRUE [08:06:00.391] $ clear : logi TRUE [08:06:00.391] $ target : chr "terminal" [08:06:00.391] $ step : num 3 [08:06:00.391] $ message : chr "P: Adding 3" [08:06:00.391] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.391] $ delta : num 0 [08:06:00.391] $ enabled : logi TRUE [08:06:00.391] $ config :List of 7 [08:06:00.391] ..$ max_steps : int 10 [08:06:00.391] ..$ times : num Inf [08:06:00.391] ..$ interval : num 0.1 [08:06:00.391] ..$ enable_after: num 0 [08:06:00.391] ..$ auto_finish : logi TRUE [08:06:00.391] ..$ clear : logi TRUE [08:06:00.391] ..$ target : chr "terminal" [08:06:00.391] $ state :List of 5 [08:06:00.391] ..$ step : num 3 [08:06:00.391] ..$ message : chr "P: Adding 3" [08:06:00.391] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.391] ..$ delta : num 0 [08:06:00.391] ..$ enabled : logi TRUE [08:06:00.391] $ progression :List of 12 [08:06:00.391] ..$ owner_session_uuid: NULL [08:06:00.391] ..$ progressor_uuid : NULL [08:06:00.391] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.391] ..$ progression_index : NULL [08:06:00.391] ..$ progression_time : chr "2025-09-19 08:06:00.391 +0200" [08:06:00.391] ..$ type : chr "hide" [08:06:00.391] ..$ message : chr(0) [08:06:00.391] ..$ amount : num 1 [08:06:00.391] ..$ step : NULL [08:06:00.391] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.391] ..$ call : NULL [08:06:00.391] ..$ calls :Dotted pair list of 14 [08:06:00.391] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.391] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.391] .. ..$ : language withVisible(expr) [08:06:00.391] .. ..$ : language slow_sum(1:10) [08:06:00.391] .. ..$ : language p(amount = 0) [08:06:00.391] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.391] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.391] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.391] .. ..$ : language signalCondition(cond) [08:06:00.391] .. ..$ : language (function (p) { ... [08:06:00.391] .. ..$ : language calling_handler(control_progression("hide")) [08:06:00.391] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.391] .. ..$ : language control_progression("hide") [08:06:00.391] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.391] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.411] hide_reporter() ... done - received a 'progression' (n=14) [08:06:00.411] unhide_reporter() ... [08:06:00.411] List of 15 [08:06:00.411] $ max_steps : int 10 [08:06:00.411] $ times : num Inf [08:06:00.411] $ interval : num 0.1 [08:06:00.411] $ enable_after: num 0 [08:06:00.411] $ auto_finish : logi TRUE [08:06:00.411] $ clear : logi TRUE [08:06:00.411] $ target : chr "terminal" [08:06:00.411] $ step : num 3 [08:06:00.411] $ message : chr "P: Adding 3" [08:06:00.411] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.411] $ delta : num 0 [08:06:00.411] $ enabled : logi TRUE [08:06:00.411] $ config :List of 7 [08:06:00.411] ..$ max_steps : int 10 [08:06:00.411] ..$ times : num Inf [08:06:00.411] ..$ interval : num 0.1 [08:06:00.411] ..$ enable_after: num 0 [08:06:00.411] ..$ auto_finish : logi TRUE [08:06:00.411] ..$ clear : logi TRUE [08:06:00.411] ..$ target : chr "terminal" [08:06:00.411] $ state :List of 5 [08:06:00.411] ..$ step : num 3 [08:06:00.411] ..$ message : chr "P: Adding 3" [08:06:00.411] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.411] ..$ delta : num 0 [08:06:00.411] ..$ enabled : logi TRUE [08:06:00.411] $ progression :List of 12 [08:06:00.411] ..$ owner_session_uuid: NULL [08:06:00.411] ..$ progressor_uuid : NULL [08:06:00.411] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.411] ..$ progression_index : NULL [08:06:00.411] ..$ progression_time : chr "2025-09-19 08:06:00.411 +0200" [08:06:00.411] ..$ type : chr "unhide" [08:06:00.411] ..$ message : chr(0) [08:06:00.411] ..$ amount : num 1 [08:06:00.411] ..$ step : NULL [08:06:00.411] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.411] ..$ call : NULL [08:06:00.411] ..$ calls :Dotted pair list of 14 [08:06:00.411] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.411] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.411] .. ..$ : language withVisible(expr) [08:06:00.411] .. ..$ : language slow_sum(1:10) [08:06:00.411] .. ..$ : language p(amount = 0) [08:06:00.411] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.411] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.411] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.411] .. ..$ : language signalCondition(cond) [08:06:00.411] .. ..$ : language (function (p) { ... [08:06:00.411] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.411] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.411] .. ..$ : language control_progression("unhide") [08:06:00.411] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.411] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[08:06:00.430] unhide_reporter() ... done [08:06:00.431] Progression calling handler 'update' ... [08:06:00.431] - progression: [08:06:00.431] List of 12 [08:06:00.431] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.431] ..- attr(*, "source")=List of 6 [08:06:00.431] .. ..$ host : Named chr "CRANWIN3" [08:06:00.431] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.431] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.431] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.431] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.431] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.431] .. ..$ pid : int 184916 [08:06:00.431] .. ..$ random : int 1592976985 [08:06:00.431] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.431] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.431] $ progression_index : int 14 [08:06:00.431] $ progression_time : chr "2025-09-19 08:06:00.391 +0200" [08:06:00.431] $ type : chr "update" [08:06:00.431] $ message : chr(0) [08:06:00.431] $ amount : num 0 [08:06:00.431] $ step : NULL [08:06:00.431] $ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.431] $ call : NULL [08:06:00.431] $ calls : NULL [08:06:00.431] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.439] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.439] - progression_index: 14 [08:06:00.439] - duplicated: FALSE [08:06:00.439] List of 4 [08:06:00.439] $ step : num 3 [08:06:00.439] $ p$amount : num 0 [08:06:00.439] $ p$step : NULL [08:06:00.439] $ max_steps: int 10 [08:06:00.441] List of 5 [08:06:00.441] $ finished : logi FALSE [08:06:00.441] $ step : num 3 [08:06:00.441] $ milestones : num [1:7] 4 5 6 7 8 9 10 [08:06:00.441] $ prev_milestone: num 3 [08:06:00.441] $ interval : num 0.1 [08:06:00.444] List of 4 [08:06:00.444] $ dt : 'difftime' num 0 [08:06:00.444] ..- attr(*, "units")= chr "secs" [08:06:00.444] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.444] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.444] $ skip: logi TRUE [08:06:00.448] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:00.449] hide_reporter() ... [08:06:00.449] List of 15 [08:06:00.449] $ max_steps : int 10 [08:06:00.449] $ times : num Inf [08:06:00.449] $ interval : num 0.1 [08:06:00.449] $ enable_after: num 0 [08:06:00.449] $ auto_finish : logi TRUE [08:06:00.449] $ clear : logi TRUE [08:06:00.449] $ target : chr "terminal" [08:06:00.449] $ step : num 3 [08:06:00.449] $ message : chr "P: Adding 3" [08:06:00.449] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.449] $ delta : num 0 [08:06:00.449] $ enabled : logi TRUE [08:06:00.449] $ config :List of 7 [08:06:00.449] ..$ max_steps : int 10 [08:06:00.449] ..$ times : num Inf [08:06:00.449] ..$ interval : num 0.1 [08:06:00.449] ..$ enable_after: num 0 [08:06:00.449] ..$ auto_finish : logi TRUE [08:06:00.449] ..$ clear : logi TRUE [08:06:00.449] ..$ target : chr "terminal" [08:06:00.449] $ state :List of 5 [08:06:00.449] ..$ step : num 3 [08:06:00.449] ..$ message : chr "P: Adding 3" [08:06:00.449] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.449] ..$ delta : num 0 [08:06:00.449] ..$ enabled : logi TRUE [08:06:00.449] $ progression :List of 12 [08:06:00.449] ..$ owner_session_uuid: NULL [08:06:00.449] ..$ progressor_uuid : NULL [08:06:00.449] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.449] ..$ progression_index : NULL [08:06:00.449] ..$ progression_time : chr "2025-09-19 08:06:00.449 +0200" [08:06:00.449] ..$ type : chr "hide" [08:06:00.449] ..$ message : chr(0) [08:06:00.449] ..$ amount : num 1 [08:06:00.449] ..$ step : NULL [08:06:00.449] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.449] ..$ call : NULL [08:06:00.449] ..$ calls :Dotted pair list of 14 [08:06:00.449] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.449] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.449] .. ..$ : language withVisible(expr) [08:06:00.449] .. ..$ : language slow_sum(1:10) [08:06:00.449] .. ..$ : language p(amount = 0) [08:06:00.449] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.449] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.449] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.449] .. ..$ : language signalCondition(cond) [08:06:00.449] .. ..$ : language (function (p) { ... [08:06:00.449] .. ..$ : language calling_handler(control_progression("hide")) [08:06:00.449] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.449] .. ..$ : language control_progression("hide") [08:06:00.449] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.449] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.469] hide_reporter() ... done - received a 'progression' (n=15) [08:06:00.469] unhide_reporter() ... [08:06:00.469] List of 15 [08:06:00.469] $ max_steps : int 10 [08:06:00.469] $ times : num Inf [08:06:00.469] $ interval : num 0.1 [08:06:00.469] $ enable_after: num 0 [08:06:00.469] $ auto_finish : logi TRUE [08:06:00.469] $ clear : logi TRUE [08:06:00.469] $ target : chr "terminal" [08:06:00.469] $ step : num 3 [08:06:00.469] $ message : chr "P: Adding 3" [08:06:00.469] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.469] $ delta : num 0 [08:06:00.469] $ enabled : logi TRUE [08:06:00.469] $ config :List of 7 [08:06:00.469] ..$ max_steps : int 10 [08:06:00.469] ..$ times : num Inf [08:06:00.469] ..$ interval : num 0.1 [08:06:00.469] ..$ enable_after: num 0 [08:06:00.469] ..$ auto_finish : logi TRUE [08:06:00.469] ..$ clear : logi TRUE [08:06:00.469] ..$ target : chr "terminal" [08:06:00.469] $ state :List of 5 [08:06:00.469] ..$ step : num 3 [08:06:00.469] ..$ message : chr "P: Adding 3" [08:06:00.469] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.469] ..$ delta : num 0 [08:06:00.469] ..$ enabled : logi TRUE [08:06:00.469] $ progression :List of 12 [08:06:00.469] ..$ owner_session_uuid: NULL [08:06:00.469] ..$ progressor_uuid : NULL [08:06:00.469] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.469] ..$ progression_index : NULL [08:06:00.469] ..$ progression_time : chr "2025-09-19 08:06:00.469 +0200" [08:06:00.469] ..$ type : chr "unhide" [08:06:00.469] ..$ message : chr(0) [08:06:00.469] ..$ amount : num 1 [08:06:00.469] ..$ step : NULL [08:06:00.469] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.469] ..$ call : NULL [08:06:00.469] ..$ calls :Dotted pair list of 14 [08:06:00.469] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.469] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.469] .. ..$ : language withVisible(expr) [08:06:00.469] .. ..$ : language slow_sum(1:10) [08:06:00.469] .. ..$ : language p(amount = 0) [08:06:00.469] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.469] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.469] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.469] .. ..$ : language signalCondition(cond) [08:06:00.469] .. ..$ : language (function (p) { ... [08:06:00.469] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.469] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.469] .. ..$ : language control_progression("unhide") [08:06:00.469] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.469] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[08:06:00.488] unhide_reporter() ... done [08:06:00.489] Progression calling handler 'update' ... [08:06:00.489] - progression: [08:06:00.489] List of 12 [08:06:00.489] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.489] ..- attr(*, "source")=List of 6 [08:06:00.489] .. ..$ host : Named chr "CRANWIN3" [08:06:00.489] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.489] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.489] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.489] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.489] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.489] .. ..$ pid : int 184916 [08:06:00.489] .. ..$ random : int 1592976985 [08:06:00.489] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.489] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.489] $ progression_index : int 15 [08:06:00.489] $ progression_time : chr "2025-09-19 08:06:00.448 +0200" [08:06:00.489] $ type : chr "update" [08:06:00.489] $ message : chr(0) [08:06:00.489] $ amount : num 0 [08:06:00.489] $ step : NULL [08:06:00.489] $ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.489] $ call : NULL [08:06:00.489] $ calls : NULL [08:06:00.489] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.497] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.497] - progression_index: 15 [08:06:00.497] - duplicated: FALSE [08:06:00.497] List of 4 [08:06:00.497] $ step : num 3 [08:06:00.497] $ p$amount : num 0 [08:06:00.497] $ p$step : NULL [08:06:00.497] $ max_steps: int 10 [08:06:00.499] List of 5 [08:06:00.499] $ finished : logi FALSE [08:06:00.499] $ step : num 3 [08:06:00.499] $ milestones : num [1:7] 4 5 6 7 8 9 10 [08:06:00.499] $ prev_milestone: num 3 [08:06:00.499] $ interval : num 0.1 [08:06:00.502] List of 4 [08:06:00.502] $ dt : 'difftime' num 0 [08:06:00.502] ..- attr(*, "units")= chr "secs" [08:06:00.502] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.502] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.502] $ skip: logi TRUE [08:06:00.504] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:00.505] hide_reporter() ... [08:06:00.505] List of 15 [08:06:00.505] $ max_steps : int 10 [08:06:00.505] $ times : num Inf [08:06:00.505] $ interval : num 0.1 [08:06:00.505] $ enable_after: num 0 [08:06:00.505] $ auto_finish : logi TRUE [08:06:00.505] $ clear : logi TRUE [08:06:00.505] $ target : chr "terminal" [08:06:00.505] $ step : num 3 [08:06:00.505] $ message : chr "P: Adding 3" [08:06:00.505] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.505] $ delta : num 0 [08:06:00.505] $ enabled : logi TRUE [08:06:00.505] $ config :List of 7 [08:06:00.505] ..$ max_steps : int 10 [08:06:00.505] ..$ times : num Inf [08:06:00.505] ..$ interval : num 0.1 [08:06:00.505] ..$ enable_after: num 0 [08:06:00.505] ..$ auto_finish : logi TRUE [08:06:00.505] ..$ clear : logi TRUE [08:06:00.505] ..$ target : chr "terminal" [08:06:00.505] $ state :List of 5 [08:06:00.505] ..$ step : num 3 [08:06:00.505] ..$ message : chr "P: Adding 3" [08:06:00.505] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.505] ..$ delta : num 0 [08:06:00.505] ..$ enabled : logi TRUE [08:06:00.505] $ progression :List of 12 [08:06:00.505] ..$ owner_session_uuid: NULL [08:06:00.505] ..$ progressor_uuid : NULL [08:06:00.505] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.505] ..$ progression_index : NULL [08:06:00.505] ..$ progression_time : chr "2025-09-19 08:06:00.505 +0200" [08:06:00.505] ..$ type : chr "hide" [08:06:00.505] ..$ message : chr(0) [08:06:00.505] ..$ amount : num 1 [08:06:00.505] ..$ step : NULL [08:06:00.505] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.505] ..$ call : NULL [08:06:00.505] ..$ calls :Dotted pair list of 14 [08:06:00.505] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.505] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.505] .. ..$ : language withVisible(expr) [08:06:00.505] .. ..$ : language slow_sum(1:10) [08:06:00.505] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:00.505] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.505] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.505] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.505] .. ..$ : language signalCondition(cond) [08:06:00.505] .. ..$ : language (function (p) { ... [08:06:00.505] .. ..$ : language calling_handler(control_progression("hide")) [08:06:00.505] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.505] .. ..$ : language control_progression("hide") [08:06:00.505] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.505] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.524] hide_reporter() ... done - received a 'progression' (n=16) [08:06:00.525] unhide_reporter() ... [08:06:00.525] List of 15 [08:06:00.525] $ max_steps : int 10 [08:06:00.525] $ times : num Inf [08:06:00.525] $ interval : num 0.1 [08:06:00.525] $ enable_after: num 0 [08:06:00.525] $ auto_finish : logi TRUE [08:06:00.525] $ clear : logi TRUE [08:06:00.525] $ target : chr "terminal" [08:06:00.525] $ step : num 3 [08:06:00.525] $ message : chr "P: Adding 3" [08:06:00.525] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.525] $ delta : num 0 [08:06:00.525] $ enabled : logi TRUE [08:06:00.525] $ config :List of 7 [08:06:00.525] ..$ max_steps : int 10 [08:06:00.525] ..$ times : num Inf [08:06:00.525] ..$ interval : num 0.1 [08:06:00.525] ..$ enable_after: num 0 [08:06:00.525] ..$ auto_finish : logi TRUE [08:06:00.525] ..$ clear : logi TRUE [08:06:00.525] ..$ target : chr "terminal" [08:06:00.525] $ state :List of 5 [08:06:00.525] ..$ step : num 3 [08:06:00.525] ..$ message : chr "P: Adding 3" [08:06:00.525] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.525] ..$ delta : num 0 [08:06:00.525] ..$ enabled : logi TRUE [08:06:00.525] $ progression :List of 12 [08:06:00.525] ..$ owner_session_uuid: NULL [08:06:00.525] ..$ progressor_uuid : NULL [08:06:00.525] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.525] ..$ progression_index : NULL [08:06:00.525] ..$ progression_time : chr "2025-09-19 08:06:00.525 +0200" [08:06:00.525] ..$ type : chr "unhide" [08:06:00.525] ..$ message : chr(0) [08:06:00.525] ..$ amount : num 1 [08:06:00.525] ..$ step : NULL [08:06:00.525] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.525] ..$ call : NULL [08:06:00.525] ..$ calls :Dotted pair list of 14 [08:06:00.525] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.525] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.525] .. ..$ : language withVisible(expr) [08:06:00.525] .. ..$ : language slow_sum(1:10) [08:06:00.525] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:00.525] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.525] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.525] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.525] .. ..$ : language signalCondition(cond) [08:06:00.525] .. ..$ : language (function (p) { ... [08:06:00.525] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.525] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.525] .. ..$ : language control_progression("unhide") [08:06:00.525] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.525] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[08:06:00.554] unhide_reporter() ... done [08:06:00.554] Progression calling handler 'update' ... [08:06:00.554] - progression: [08:06:00.554] List of 12 [08:06:00.554] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.554] ..- attr(*, "source")=List of 6 [08:06:00.554] .. ..$ host : Named chr "CRANWIN3" [08:06:00.554] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.554] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.554] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.554] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.554] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.554] .. ..$ pid : int 184916 [08:06:00.554] .. ..$ random : int 1592976985 [08:06:00.554] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.554] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.554] $ progression_index : int 16 [08:06:00.554] $ progression_time : chr "2025-09-19 08:06:00.504 +0200" [08:06:00.554] $ type : chr "update" [08:06:00.554] $ message : chr "P: Adding 4" [08:06:00.554] $ amount : num 1 [08:06:00.554] $ step : NULL [08:06:00.554] $ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.554] $ call : NULL [08:06:00.554] $ calls : NULL [08:06:00.554] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.562] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.563] - progression_index: 16 [08:06:00.563] - duplicated: FALSE [08:06:00.563] List of 4 [08:06:00.563] $ step : num 3 [08:06:00.563] $ p$amount : num 1 [08:06:00.563] $ p$step : NULL [08:06:00.563] $ max_steps: int 10 [08:06:00.565] List of 5 [08:06:00.565] $ finished : logi FALSE [08:06:00.565] $ step : num 4 [08:06:00.565] $ milestones : num [1:7] 4 5 6 7 8 9 10 [08:06:00.565] $ prev_milestone: num 3 [08:06:00.565] $ interval : num 0.1 [08:06:00.567] List of 4 [08:06:00.567] $ dt : 'difftime' num 0.065464973449707 [08:06:00.567] ..- attr(*, "units")= chr "secs" [08:06:00.567] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.567] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.567] $ skip: logi TRUE [08:06:00.570] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:00.571] hide_reporter() ... [08:06:00.571] List of 15 [08:06:00.571] $ max_steps : int 10 [08:06:00.571] $ times : num Inf [08:06:00.571] $ interval : num 0.1 [08:06:00.571] $ enable_after: num 0 [08:06:00.571] $ auto_finish : logi TRUE [08:06:00.571] $ clear : logi TRUE [08:06:00.571] $ target : chr "terminal" [08:06:00.571] $ step : num 4 [08:06:00.571] $ message : chr "P: Adding 4" [08:06:00.571] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.571] $ delta : num 1 [08:06:00.571] $ enabled : logi TRUE [08:06:00.571] $ config :List of 7 [08:06:00.571] ..$ max_steps : int 10 [08:06:00.571] ..$ times : num Inf [08:06:00.571] ..$ interval : num 0.1 [08:06:00.571] ..$ enable_after: num 0 [08:06:00.571] ..$ auto_finish : logi TRUE [08:06:00.571] ..$ clear : logi TRUE [08:06:00.571] ..$ target : chr "terminal" [08:06:00.571] $ state :List of 5 [08:06:00.571] ..$ step : num 4 [08:06:00.571] ..$ message : chr "P: Adding 4" [08:06:00.571] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.571] ..$ delta : num 1 [08:06:00.571] ..$ enabled : logi TRUE [08:06:00.571] $ progression :List of 12 [08:06:00.571] ..$ owner_session_uuid: NULL [08:06:00.571] ..$ progressor_uuid : NULL [08:06:00.571] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.571] ..$ progression_index : NULL [08:06:00.571] ..$ progression_time : chr "2025-09-19 08:06:00.571 +0200" [08:06:00.571] ..$ type : chr "hide" [08:06:00.571] ..$ message : chr(0) [08:06:00.571] ..$ amount : num 1 [08:06:00.571] ..$ step : NULL [08:06:00.571] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.571] ..$ call : NULL [08:06:00.571] ..$ calls :Dotted pair list of 14 [08:06:00.571] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.571] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.571] .. ..$ : language withVisible(expr) [08:06:00.571] .. ..$ : language slow_sum(1:10) [08:06:00.571] .. ..$ : language p(amount = 0) [08:06:00.571] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.571] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.571] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.571] .. ..$ : language signalCondition(cond) [08:06:00.571] .. ..$ : language (function (p) { ... [08:06:00.571] .. ..$ : language calling_handler(control_progression("hide")) [08:06:00.571] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.571] .. ..$ : language control_progression("hide") [08:06:00.571] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.571] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.590] hide_reporter() ... done M: Added value 4 - received a 'progression' (n=17) [08:06:00.591] unhide_reporter() ... [08:06:00.591] List of 15 [08:06:00.591] $ max_steps : int 10 [08:06:00.591] $ times : num Inf [08:06:00.591] $ interval : num 0.1 [08:06:00.591] $ enable_after: num 0 [08:06:00.591] $ auto_finish : logi TRUE [08:06:00.591] $ clear : logi TRUE [08:06:00.591] $ target : chr "terminal" [08:06:00.591] $ step : num 4 [08:06:00.591] $ message : chr "P: Adding 4" [08:06:00.591] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.591] $ delta : num 1 [08:06:00.591] $ enabled : logi TRUE [08:06:00.591] $ config :List of 7 [08:06:00.591] ..$ max_steps : int 10 [08:06:00.591] ..$ times : num Inf [08:06:00.591] ..$ interval : num 0.1 [08:06:00.591] ..$ enable_after: num 0 [08:06:00.591] ..$ auto_finish : logi TRUE [08:06:00.591] ..$ clear : logi TRUE [08:06:00.591] ..$ target : chr "terminal" [08:06:00.591] $ state :List of 5 [08:06:00.591] ..$ step : num 4 [08:06:00.591] ..$ message : chr "P: Adding 4" [08:06:00.591] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.591] ..$ delta : num 1 [08:06:00.591] ..$ enabled : logi TRUE [08:06:00.591] $ progression :List of 12 [08:06:00.591] ..$ owner_session_uuid: NULL [08:06:00.591] ..$ progressor_uuid : NULL [08:06:00.591] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.591] ..$ progression_index : NULL [08:06:00.591] ..$ progression_time : chr "2025-09-19 08:06:00.590 +0200" [08:06:00.591] ..$ type : chr "unhide" [08:06:00.591] ..$ message : chr(0) [08:06:00.591] ..$ amount : num 1 [08:06:00.591] ..$ step : NULL [08:06:00.591] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.591] ..$ call : NULL [08:06:00.591] ..$ calls :Dotted pair list of 14 [08:06:00.591] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.591] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.591] .. ..$ : language withVisible(expr) [08:06:00.591] .. ..$ : language slow_sum(1:10) [08:06:00.591] .. ..$ : language p(amount = 0) [08:06:00.591] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.591] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.591] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.591] .. ..$ : language signalCondition(cond) [08:06:00.591] .. ..$ : language (function (p) { ... [08:06:00.591] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.591] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.591] .. ..$ : language control_progression("unhide") [08:06:00.591] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.591] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[08:06:00.610] unhide_reporter() ... done [08:06:00.610] Progression calling handler 'update' ... [08:06:00.610] - progression: [08:06:00.611] List of 12 [08:06:00.611] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.611] ..- attr(*, "source")=List of 6 [08:06:00.611] .. ..$ host : Named chr "CRANWIN3" [08:06:00.611] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.611] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.611] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.611] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.611] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.611] .. ..$ pid : int 184916 [08:06:00.611] .. ..$ random : int 1592976985 [08:06:00.611] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.611] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.611] $ progression_index : int 17 [08:06:00.611] $ progression_time : chr "2025-09-19 08:06:00.570 +0200" [08:06:00.611] $ type : chr "update" [08:06:00.611] $ message : chr(0) [08:06:00.611] $ amount : num 0 [08:06:00.611] $ step : NULL [08:06:00.611] $ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.611] $ call : NULL [08:06:00.611] $ calls : NULL [08:06:00.611] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.618] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.619] - progression_index: 17 [08:06:00.619] - duplicated: FALSE [08:06:00.619] List of 4 [08:06:00.619] $ step : num 4 [08:06:00.619] $ p$amount : num 0 [08:06:00.619] $ p$step : NULL [08:06:00.619] $ max_steps: int 10 [08:06:00.621] List of 5 [08:06:00.621] $ finished : logi FALSE [08:06:00.621] $ step : num 4 [08:06:00.621] $ milestones : num [1:6] 5 6 7 8 9 10 [08:06:00.621] $ prev_milestone: num 3 [08:06:00.621] $ interval : num 0.1 [08:06:00.626] List of 4 [08:06:00.626] $ dt : 'difftime' num 0.121518850326538 [08:06:00.626] ..- attr(*, "units")= chr "secs" [08:06:00.626] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.626] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.626] $ skip: logi FALSE [08:06:00.629] List of 1 [08:06:00.629] $ milestones: num [1:6] 5 6 7 8 9 10 [08:06:00.631] update_reporter() ... [08:06:00.631] List of 15 [08:06:00.631] $ max_steps : int 10 [08:06:00.631] $ times : num Inf [08:06:00.631] $ interval : num 0.1 [08:06:00.631] $ enable_after: num 0 [08:06:00.631] $ auto_finish : logi TRUE [08:06:00.631] $ clear : logi TRUE [08:06:00.631] $ target : chr "terminal" [08:06:00.631] $ step : num 4 [08:06:00.631] $ message : chr "P: Adding 4" [08:06:00.631] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.631] $ delta : num 1 [08:06:00.631] $ enabled : logi TRUE [08:06:00.631] $ config :List of 7 [08:06:00.631] ..$ max_steps : int 10 [08:06:00.631] ..$ times : num Inf [08:06:00.631] ..$ interval : num 0.1 [08:06:00.631] ..$ enable_after: num 0 [08:06:00.631] ..$ auto_finish : logi TRUE [08:06:00.631] ..$ clear : logi TRUE [08:06:00.631] ..$ target : chr "terminal" [08:06:00.631] $ state :List of 5 [08:06:00.631] ..$ step : num 4 [08:06:00.631] ..$ message : chr "P: Adding 4" [08:06:00.631] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.631] ..$ delta : num 1 [08:06:00.631] ..$ enabled : logi TRUE [08:06:00.631] $ progression :List of 12 [08:06:00.631] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.631] .. ..- attr(*, "source")=List of 6 [08:06:00.631] .. .. ..$ host : Named chr "CRANWIN3" [08:06:00.631] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.631] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.631] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.631] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.631] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.631] .. .. ..$ pid : int 184916 [08:06:00.631] .. .. ..$ random : int 1592976985 [08:06:00.631] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.631] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.631] ..$ progression_index : int 17 [08:06:00.631] ..$ progression_time : chr "2025-09-19 08:06:00.570 +0200" [08:06:00.631] ..$ type : chr "update" [08:06:00.631] ..$ message : chr(0) [08:06:00.631] ..$ amount : num 0 [08:06:00.631] ..$ step : NULL [08:06:00.631] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.631] ..$ call : NULL [08:06:00.631] ..$ calls : NULL [08:06:00.631] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.655] update_reporter() ... done [08:06:00.655] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:00.656] hide_reporter() ... [08:06:00.656] List of 15 [08:06:00.656] $ max_steps : int 10 [08:06:00.656] $ times : num Inf [08:06:00.656] $ interval : num 0.1 [08:06:00.656] $ enable_after: num 0 [08:06:00.656] $ auto_finish : logi TRUE [08:06:00.656] $ clear : logi TRUE [08:06:00.656] $ target : chr "terminal" [08:06:00.656] $ step : num 4 [08:06:00.656] $ message : chr "P: Adding 4" [08:06:00.656] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.656] $ delta : num 1 [08:06:00.656] $ enabled : logi TRUE [08:06:00.656] $ config :List of 7 [08:06:00.656] ..$ max_steps : int 10 [08:06:00.656] ..$ times : num Inf [08:06:00.656] ..$ interval : num 0.1 [08:06:00.656] ..$ enable_after: num 0 [08:06:00.656] ..$ auto_finish : logi TRUE [08:06:00.656] ..$ clear : logi TRUE [08:06:00.656] ..$ target : chr "terminal" [08:06:00.656] $ state :List of 5 [08:06:00.656] ..$ step : num 4 [08:06:00.656] ..$ message : chr "P: Adding 4" [08:06:00.656] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.656] ..$ delta : num 1 [08:06:00.656] ..$ enabled : logi TRUE [08:06:00.656] $ progression :List of 12 [08:06:00.656] ..$ owner_session_uuid: NULL [08:06:00.656] ..$ progressor_uuid : NULL [08:06:00.656] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.656] ..$ progression_index : NULL [08:06:00.656] ..$ progression_time : chr "2025-09-19 08:06:00.656 +0200" [08:06:00.656] ..$ type : chr "hide" [08:06:00.656] ..$ message : chr(0) [08:06:00.656] ..$ amount : num 1 [08:06:00.656] ..$ step : NULL [08:06:00.656] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.656] ..$ call : NULL [08:06:00.656] ..$ calls :Dotted pair list of 14 [08:06:00.656] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.656] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.656] .. ..$ : language withVisible(expr) [08:06:00.656] .. ..$ : language slow_sum(1:10) [08:06:00.656] .. ..$ : language p(amount = 0) [08:06:00.656] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.656] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.656] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.656] .. ..$ : language signalCondition(cond) [08:06:00.656] .. ..$ : language (function (p) { ... [08:06:00.656] .. ..$ : language calling_handler(control_progression("hide")) [08:06:00.656] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.656] .. ..$ : language control_progression("hide") [08:06:00.656] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.656] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.676] hide_reporter() ... done - received a 'progression' (n=18) [08:06:00.676] unhide_reporter() ... [08:06:00.676] List of 15 [08:06:00.676] $ max_steps : int 10 [08:06:00.676] $ times : num Inf [08:06:00.676] $ interval : num 0.1 [08:06:00.676] $ enable_after: num 0 [08:06:00.676] $ auto_finish : logi TRUE [08:06:00.676] $ clear : logi TRUE [08:06:00.676] $ target : chr "terminal" [08:06:00.676] $ step : num 4 [08:06:00.676] $ message : chr "P: Adding 4" [08:06:00.676] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.676] $ delta : num 1 [08:06:00.676] $ enabled : logi TRUE [08:06:00.676] $ config :List of 7 [08:06:00.676] ..$ max_steps : int 10 [08:06:00.676] ..$ times : num Inf [08:06:00.676] ..$ interval : num 0.1 [08:06:00.676] ..$ enable_after: num 0 [08:06:00.676] ..$ auto_finish : logi TRUE [08:06:00.676] ..$ clear : logi TRUE [08:06:00.676] ..$ target : chr "terminal" [08:06:00.676] $ state :List of 5 [08:06:00.676] ..$ step : num 4 [08:06:00.676] ..$ message : chr "P: Adding 4" [08:06:00.676] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.676] ..$ delta : num 1 [08:06:00.676] ..$ enabled : logi TRUE [08:06:00.676] $ progression :List of 12 [08:06:00.676] ..$ owner_session_uuid: NULL [08:06:00.676] ..$ progressor_uuid : NULL [08:06:00.676] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.676] ..$ progression_index : NULL [08:06:00.676] ..$ progression_time : chr "2025-09-19 08:06:00.676 +0200" [08:06:00.676] ..$ type : chr "unhide" [08:06:00.676] ..$ message : chr(0) [08:06:00.676] ..$ amount : num 1 [08:06:00.676] ..$ step : NULL [08:06:00.676] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.676] ..$ call : NULL [08:06:00.676] ..$ calls :Dotted pair list of 14 [08:06:00.676] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.676] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.676] .. ..$ : language withVisible(expr) [08:06:00.676] .. ..$ : language slow_sum(1:10) [08:06:00.676] .. ..$ : language p(amount = 0) [08:06:00.676] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.676] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.676] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.676] .. ..$ : language signalCondition(cond) [08:06:00.676] .. ..$ : language (function (p) { ... [08:06:00.676] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.676] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.676] .. ..$ : language control_progression("unhide") [08:06:00.676] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.676] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[08:06:00.696] unhide_reporter() ... done [08:06:00.696] Progression calling handler 'update' ... [08:06:00.696] - progression: [08:06:00.696] List of 12 [08:06:00.696] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.696] ..- attr(*, "source")=List of 6 [08:06:00.696] .. ..$ host : Named chr "CRANWIN3" [08:06:00.696] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.696] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.696] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.696] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.696] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.696] .. ..$ pid : int 184916 [08:06:00.696] .. ..$ random : int 1592976985 [08:06:00.696] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.696] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.696] $ progression_index : int 18 [08:06:00.696] $ progression_time : chr "2025-09-19 08:06:00.655 +0200" [08:06:00.696] $ type : chr "update" [08:06:00.696] $ message : chr(0) [08:06:00.696] $ amount : num 0 [08:06:00.696] $ step : NULL [08:06:00.696] $ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.696] $ call : NULL [08:06:00.696] $ calls : NULL [08:06:00.696] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.704] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.704] - progression_index: 18 [08:06:00.704] - duplicated: FALSE [08:06:00.704] List of 4 [08:06:00.704] $ step : num 4 [08:06:00.704] $ p$amount : num 0 [08:06:00.704] $ p$step : NULL [08:06:00.704] $ max_steps: int 10 [08:06:00.706] List of 5 [08:06:00.706] $ finished : logi FALSE [08:06:00.706] $ step : num 4 [08:06:00.706] $ milestones : num [1:6] 5 6 7 8 9 10 [08:06:00.706] $ prev_milestone: num 3 [08:06:00.706] $ interval : num 0.1 [08:06:00.709] List of 4 [08:06:00.709] $ dt : 'difftime' num 0.207159996032715 [08:06:00.709] ..- attr(*, "units")= chr "secs" [08:06:00.709] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.709] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.709] $ skip: logi FALSE [08:06:00.711] List of 1 [08:06:00.711] $ milestones: num [1:6] 5 6 7 8 9 10 [08:06:00.712] update_reporter() ... [08:06:00.712] List of 15 [08:06:00.712] $ max_steps : int 10 [08:06:00.712] $ times : num Inf [08:06:00.712] $ interval : num 0.1 [08:06:00.712] $ enable_after: num 0 [08:06:00.712] $ auto_finish : logi TRUE [08:06:00.712] $ clear : logi TRUE [08:06:00.712] $ target : chr "terminal" [08:06:00.712] $ step : num 4 [08:06:00.712] $ message : chr "P: Adding 4" [08:06:00.712] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.712] $ delta : num 1 [08:06:00.712] $ enabled : logi TRUE [08:06:00.712] $ config :List of 7 [08:06:00.712] ..$ max_steps : int 10 [08:06:00.712] ..$ times : num Inf [08:06:00.712] ..$ interval : num 0.1 [08:06:00.712] ..$ enable_after: num 0 [08:06:00.712] ..$ auto_finish : logi TRUE [08:06:00.712] ..$ clear : logi TRUE [08:06:00.712] ..$ target : chr "terminal" [08:06:00.712] $ state :List of 5 [08:06:00.712] ..$ step : num 4 [08:06:00.712] ..$ message : chr "P: Adding 4" [08:06:00.712] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.712] ..$ delta : num 1 [08:06:00.712] ..$ enabled : logi TRUE [08:06:00.712] $ progression :List of 12 [08:06:00.712] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.712] .. ..- attr(*, "source")=List of 6 [08:06:00.712] .. .. ..$ host : Named chr "CRANWIN3" [08:06:00.712] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.712] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.712] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.712] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.712] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.712] .. .. ..$ pid : int 184916 [08:06:00.712] .. .. ..$ random : int 1592976985 [08:06:00.712] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.712] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.712] ..$ progression_index : int 18 [08:06:00.712] ..$ progression_time : chr "2025-09-19 08:06:00.655 +0200" [08:06:00.712] ..$ type : chr "update" [08:06:00.712] ..$ message : chr(0) [08:06:00.712] ..$ amount : num 0 [08:06:00.712] ..$ step : NULL [08:06:00.712] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.712] ..$ call : NULL [08:06:00.712] ..$ calls : NULL [08:06:00.712] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.733] update_reporter() ... done [08:06:00.733] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:00.734] hide_reporter() ... [08:06:00.734] List of 15 [08:06:00.734] $ max_steps : int 10 [08:06:00.734] $ times : num Inf [08:06:00.734] $ interval : num 0.1 [08:06:00.734] $ enable_after: num 0 [08:06:00.734] $ auto_finish : logi TRUE [08:06:00.734] $ clear : logi TRUE [08:06:00.734] $ target : chr "terminal" [08:06:00.734] $ step : num 4 [08:06:00.734] $ message : chr "P: Adding 4" [08:06:00.734] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.734] $ delta : num 1 [08:06:00.734] $ enabled : logi TRUE [08:06:00.734] $ config :List of 7 [08:06:00.734] ..$ max_steps : int 10 [08:06:00.734] ..$ times : num Inf [08:06:00.734] ..$ interval : num 0.1 [08:06:00.734] ..$ enable_after: num 0 [08:06:00.734] ..$ auto_finish : logi TRUE [08:06:00.734] ..$ clear : logi TRUE [08:06:00.734] ..$ target : chr "terminal" [08:06:00.734] $ state :List of 5 [08:06:00.734] ..$ step : num 4 [08:06:00.734] ..$ message : chr "P: Adding 4" [08:06:00.734] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.734] ..$ delta : num 1 [08:06:00.734] ..$ enabled : logi TRUE [08:06:00.734] $ progression :List of 12 [08:06:00.734] ..$ owner_session_uuid: NULL [08:06:00.734] ..$ progressor_uuid : NULL [08:06:00.734] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.734] ..$ progression_index : NULL [08:06:00.734] ..$ progression_time : chr "2025-09-19 08:06:00.734 +0200" [08:06:00.734] ..$ type : chr "hide" [08:06:00.734] ..$ message : chr(0) [08:06:00.734] ..$ amount : num 1 [08:06:00.734] ..$ step : NULL [08:06:00.734] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.734] ..$ call : NULL [08:06:00.734] ..$ calls :Dotted pair list of 14 [08:06:00.734] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.734] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.734] .. ..$ : language withVisible(expr) [08:06:00.734] .. ..$ : language slow_sum(1:10) [08:06:00.734] .. ..$ : language p(amount = 0) [08:06:00.734] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.734] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.734] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.734] .. ..$ : language signalCondition(cond) [08:06:00.734] .. ..$ : language (function (p) { ... [08:06:00.734] .. ..$ : language calling_handler(control_progression("hide")) [08:06:00.734] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.734] .. ..$ : language control_progression("hide") [08:06:00.734] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.734] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.753] hide_reporter() ... done - received a 'progression' (n=19) [08:06:00.754] unhide_reporter() ... [08:06:00.754] List of 15 [08:06:00.754] $ max_steps : int 10 [08:06:00.754] $ times : num Inf [08:06:00.754] $ interval : num 0.1 [08:06:00.754] $ enable_after: num 0 [08:06:00.754] $ auto_finish : logi TRUE [08:06:00.754] $ clear : logi TRUE [08:06:00.754] $ target : chr "terminal" [08:06:00.754] $ step : num 4 [08:06:00.754] $ message : chr "P: Adding 4" [08:06:00.754] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.754] $ delta : num 1 [08:06:00.754] $ enabled : logi TRUE [08:06:00.754] $ config :List of 7 [08:06:00.754] ..$ max_steps : int 10 [08:06:00.754] ..$ times : num Inf [08:06:00.754] ..$ interval : num 0.1 [08:06:00.754] ..$ enable_after: num 0 [08:06:00.754] ..$ auto_finish : logi TRUE [08:06:00.754] ..$ clear : logi TRUE [08:06:00.754] ..$ target : chr "terminal" [08:06:00.754] $ state :List of 5 [08:06:00.754] ..$ step : num 4 [08:06:00.754] ..$ message : chr "P: Adding 4" [08:06:00.754] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.754] ..$ delta : num 1 [08:06:00.754] ..$ enabled : logi TRUE [08:06:00.754] $ progression :List of 12 [08:06:00.754] ..$ owner_session_uuid: NULL [08:06:00.754] ..$ progressor_uuid : NULL [08:06:00.754] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.754] ..$ progression_index : NULL [08:06:00.754] ..$ progression_time : chr "2025-09-19 08:06:00.754 +0200" [08:06:00.754] ..$ type : chr "unhide" [08:06:00.754] ..$ message : chr(0) [08:06:00.754] ..$ amount : num 1 [08:06:00.754] ..$ step : NULL [08:06:00.754] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.754] ..$ call : NULL [08:06:00.754] ..$ calls :Dotted pair list of 14 [08:06:00.754] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.754] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.754] .. ..$ : language withVisible(expr) [08:06:00.754] .. ..$ : language slow_sum(1:10) [08:06:00.754] .. ..$ : language p(amount = 0) [08:06:00.754] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.754] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.754] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.754] .. ..$ : language signalCondition(cond) [08:06:00.754] .. ..$ : language (function (p) { ... [08:06:00.754] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.754] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.754] .. ..$ : language control_progression("unhide") [08:06:00.754] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.754] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[08:06:00.773] unhide_reporter() ... done [08:06:00.774] Progression calling handler 'update' ... [08:06:00.774] - progression: [08:06:00.774] List of 12 [08:06:00.774] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.774] ..- attr(*, "source")=List of 6 [08:06:00.774] .. ..$ host : Named chr "CRANWIN3" [08:06:00.774] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.774] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.774] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.774] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.774] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.774] .. ..$ pid : int 184916 [08:06:00.774] .. ..$ random : int 1592976985 [08:06:00.774] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.774] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.774] $ progression_index : int 19 [08:06:00.774] $ progression_time : chr "2025-09-19 08:06:00.733 +0200" [08:06:00.774] $ type : chr "update" [08:06:00.774] $ message : chr(0) [08:06:00.774] $ amount : num 0 [08:06:00.774] $ step : NULL [08:06:00.774] $ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.774] $ call : NULL [08:06:00.774] $ calls : NULL [08:06:00.774] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.782] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.782] - progression_index: 19 [08:06:00.782] - duplicated: FALSE [08:06:00.782] List of 4 [08:06:00.782] $ step : num 4 [08:06:00.782] $ p$amount : num 0 [08:06:00.782] $ p$step : NULL [08:06:00.782] $ max_steps: int 10 [08:06:00.784] List of 5 [08:06:00.784] $ finished : logi FALSE [08:06:00.784] $ step : num 4 [08:06:00.784] $ milestones : num [1:6] 5 6 7 8 9 10 [08:06:00.784] $ prev_milestone: num 3 [08:06:00.784] $ interval : num 0.1 [08:06:00.787] List of 4 [08:06:00.787] $ dt : 'difftime' num 0.284986972808838 [08:06:00.787] ..- attr(*, "units")= chr "secs" [08:06:00.787] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.787] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.787] $ skip: logi FALSE [08:06:00.789] List of 1 [08:06:00.789] $ milestones: num [1:6] 5 6 7 8 9 10 [08:06:00.790] update_reporter() ... [08:06:00.790] List of 15 [08:06:00.790] $ max_steps : int 10 [08:06:00.790] $ times : num Inf [08:06:00.790] $ interval : num 0.1 [08:06:00.790] $ enable_after: num 0 [08:06:00.790] $ auto_finish : logi TRUE [08:06:00.790] $ clear : logi TRUE [08:06:00.790] $ target : chr "terminal" [08:06:00.790] $ step : num 4 [08:06:00.790] $ message : chr "P: Adding 4" [08:06:00.790] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.790] $ delta : num 1 [08:06:00.790] $ enabled : logi TRUE [08:06:00.790] $ config :List of 7 [08:06:00.790] ..$ max_steps : int 10 [08:06:00.790] ..$ times : num Inf [08:06:00.790] ..$ interval : num 0.1 [08:06:00.790] ..$ enable_after: num 0 [08:06:00.790] ..$ auto_finish : logi TRUE [08:06:00.790] ..$ clear : logi TRUE [08:06:00.790] ..$ target : chr "terminal" [08:06:00.790] $ state :List of 5 [08:06:00.790] ..$ step : num 4 [08:06:00.790] ..$ message : chr "P: Adding 4" [08:06:00.790] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.790] ..$ delta : num 1 [08:06:00.790] ..$ enabled : logi TRUE [08:06:00.790] $ progression :List of 12 [08:06:00.790] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.790] .. ..- attr(*, "source")=List of 6 [08:06:00.790] .. .. ..$ host : Named chr "CRANWIN3" [08:06:00.790] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.790] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.790] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.790] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.790] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.790] .. .. ..$ pid : int 184916 [08:06:00.790] .. .. ..$ random : int 1592976985 [08:06:00.790] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.790] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.790] ..$ progression_index : int 19 [08:06:00.790] ..$ progression_time : chr "2025-09-19 08:06:00.733 +0200" [08:06:00.790] ..$ type : chr "update" [08:06:00.790] ..$ message : chr(0) [08:06:00.790] ..$ amount : num 0 [08:06:00.790] ..$ step : NULL [08:06:00.790] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.790] ..$ call : NULL [08:06:00.790] ..$ calls : NULL [08:06:00.790] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.810] update_reporter() ... done [08:06:00.810] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:00.811] hide_reporter() ... [08:06:00.811] List of 15 [08:06:00.811] $ max_steps : int 10 [08:06:00.811] $ times : num Inf [08:06:00.811] $ interval : num 0.1 [08:06:00.811] $ enable_after: num 0 [08:06:00.811] $ auto_finish : logi TRUE [08:06:00.811] $ clear : logi TRUE [08:06:00.811] $ target : chr "terminal" [08:06:00.811] $ step : num 4 [08:06:00.811] $ message : chr "P: Adding 4" [08:06:00.811] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.811] $ delta : num 1 [08:06:00.811] $ enabled : logi TRUE [08:06:00.811] $ config :List of 7 [08:06:00.811] ..$ max_steps : int 10 [08:06:00.811] ..$ times : num Inf [08:06:00.811] ..$ interval : num 0.1 [08:06:00.811] ..$ enable_after: num 0 [08:06:00.811] ..$ auto_finish : logi TRUE [08:06:00.811] ..$ clear : logi TRUE [08:06:00.811] ..$ target : chr "terminal" [08:06:00.811] $ state :List of 5 [08:06:00.811] ..$ step : num 4 [08:06:00.811] ..$ message : chr "P: Adding 4" [08:06:00.811] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.811] ..$ delta : num 1 [08:06:00.811] ..$ enabled : logi TRUE [08:06:00.811] $ progression :List of 12 [08:06:00.811] ..$ owner_session_uuid: NULL [08:06:00.811] ..$ progressor_uuid : NULL [08:06:00.811] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.811] ..$ progression_index : NULL [08:06:00.811] ..$ progression_time : chr "2025-09-19 08:06:00.811 +0200" [08:06:00.811] ..$ type : chr "hide" [08:06:00.811] ..$ message : chr(0) [08:06:00.811] ..$ amount : num 1 [08:06:00.811] ..$ step : NULL [08:06:00.811] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.811] ..$ call : NULL [08:06:00.811] ..$ calls :Dotted pair list of 14 [08:06:00.811] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.811] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.811] .. ..$ : language withVisible(expr) [08:06:00.811] .. ..$ : language slow_sum(1:10) [08:06:00.811] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:00.811] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.811] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.811] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.811] .. ..$ : language signalCondition(cond) [08:06:00.811] .. ..$ : language (function (p) { ... [08:06:00.811] .. ..$ : language calling_handler(control_progression("hide")) [08:06:00.811] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.811] .. ..$ : language control_progression("hide") [08:06:00.811] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.811] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.831] hide_reporter() ... done - received a 'progression' (n=20) [08:06:00.831] unhide_reporter() ... [08:06:00.831] List of 15 [08:06:00.831] $ max_steps : int 10 [08:06:00.831] $ times : num Inf [08:06:00.831] $ interval : num 0.1 [08:06:00.831] $ enable_after: num 0 [08:06:00.831] $ auto_finish : logi TRUE [08:06:00.831] $ clear : logi TRUE [08:06:00.831] $ target : chr "terminal" [08:06:00.831] $ step : num 4 [08:06:00.831] $ message : chr "P: Adding 4" [08:06:00.831] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.831] $ delta : num 1 [08:06:00.831] $ enabled : logi TRUE [08:06:00.831] $ config :List of 7 [08:06:00.831] ..$ max_steps : int 10 [08:06:00.831] ..$ times : num Inf [08:06:00.831] ..$ interval : num 0.1 [08:06:00.831] ..$ enable_after: num 0 [08:06:00.831] ..$ auto_finish : logi TRUE [08:06:00.831] ..$ clear : logi TRUE [08:06:00.831] ..$ target : chr "terminal" [08:06:00.831] $ state :List of 5 [08:06:00.831] ..$ step : num 4 [08:06:00.831] ..$ message : chr "P: Adding 4" [08:06:00.831] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.831] ..$ delta : num 1 [08:06:00.831] ..$ enabled : logi TRUE [08:06:00.831] $ progression :List of 12 [08:06:00.831] ..$ owner_session_uuid: NULL [08:06:00.831] ..$ progressor_uuid : NULL [08:06:00.831] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.831] ..$ progression_index : NULL [08:06:00.831] ..$ progression_time : chr "2025-09-19 08:06:00.831 +0200" [08:06:00.831] ..$ type : chr "unhide" [08:06:00.831] ..$ message : chr(0) [08:06:00.831] ..$ amount : num 1 [08:06:00.831] ..$ step : NULL [08:06:00.831] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.831] ..$ call : NULL [08:06:00.831] ..$ calls :Dotted pair list of 14 [08:06:00.831] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.831] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.831] .. ..$ : language withVisible(expr) [08:06:00.831] .. ..$ : language slow_sum(1:10) [08:06:00.831] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:00.831] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.831] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.831] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.831] .. ..$ : language signalCondition(cond) [08:06:00.831] .. ..$ : language (function (p) { ... [08:06:00.831] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.831] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.831] .. ..$ : language control_progression("unhide") [08:06:00.831] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.831] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[08:06:00.851] unhide_reporter() ... done [08:06:00.851] Progression calling handler 'update' ... [08:06:00.851] - progression: [08:06:00.851] List of 12 [08:06:00.851] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.851] ..- attr(*, "source")=List of 6 [08:06:00.851] .. ..$ host : Named chr "CRANWIN3" [08:06:00.851] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.851] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.851] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.851] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.851] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.851] .. ..$ pid : int 184916 [08:06:00.851] .. ..$ random : int 1592976985 [08:06:00.851] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.851] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.851] $ progression_index : int 20 [08:06:00.851] $ progression_time : chr "2025-09-19 08:06:00.811 +0200" [08:06:00.851] $ type : chr "update" [08:06:00.851] $ message : chr "P: Adding 5" [08:06:00.851] $ amount : num 1 [08:06:00.851] $ step : NULL [08:06:00.851] $ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.851] $ call : NULL [08:06:00.851] $ calls : NULL [08:06:00.851] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.859] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.859] - progression_index: 20 [08:06:00.859] - duplicated: FALSE [08:06:00.860] List of 4 [08:06:00.860] $ step : num 4 [08:06:00.860] $ p$amount : num 1 [08:06:00.860] $ p$step : NULL [08:06:00.860] $ max_steps: int 10 [08:06:00.861] List of 5 [08:06:00.861] $ finished : logi FALSE [08:06:00.861] $ step : num 5 [08:06:00.861] $ milestones : num [1:6] 5 6 7 8 9 10 [08:06:00.861] $ prev_milestone: num 3 [08:06:00.861] $ interval : num 0.1 [08:06:00.864] List of 4 [08:06:00.864] $ dt : 'difftime' num 0.362200021743774 [08:06:00.864] ..- attr(*, "units")= chr "secs" [08:06:00.864] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.864] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.864] $ skip: logi FALSE [08:06:00.866] List of 1 [08:06:00.866] $ milestones: num [1:6] 5 6 7 8 9 10 [08:06:00.867] update_reporter() ... [08:06:00.867] List of 15 [08:06:00.867] $ max_steps : int 10 [08:06:00.867] $ times : num Inf [08:06:00.867] $ interval : num 0.1 [08:06:00.867] $ enable_after: num 0 [08:06:00.867] $ auto_finish : logi TRUE [08:06:00.867] $ clear : logi TRUE [08:06:00.867] $ target : chr "terminal" [08:06:00.867] $ step : num 5 [08:06:00.867] $ message : chr "P: Adding 5" [08:06:00.867] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.867] $ delta : num 2 [08:06:00.867] $ enabled : logi TRUE [08:06:00.867] $ config :List of 7 [08:06:00.867] ..$ max_steps : int 10 [08:06:00.867] ..$ times : num Inf [08:06:00.867] ..$ interval : num 0.1 [08:06:00.867] ..$ enable_after: num 0 [08:06:00.867] ..$ auto_finish : logi TRUE [08:06:00.867] ..$ clear : logi TRUE [08:06:00.867] ..$ target : chr "terminal" [08:06:00.867] $ state :List of 5 [08:06:00.867] ..$ step : num 5 [08:06:00.867] ..$ message : chr "P: Adding 5" [08:06:00.867] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.867] ..$ delta : num 2 [08:06:00.867] ..$ enabled : logi TRUE [08:06:00.867] $ progression :List of 12 [08:06:00.867] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.867] .. ..- attr(*, "source")=List of 6 [08:06:00.867] .. .. ..$ host : Named chr "CRANWIN3" [08:06:00.867] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.867] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.867] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.867] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.867] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.867] .. .. ..$ pid : int 184916 [08:06:00.867] .. .. ..$ random : int 1592976985 [08:06:00.867] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.867] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.867] ..$ progression_index : int 20 [08:06:00.867] ..$ progression_time : chr "2025-09-19 08:06:00.811 +0200" [08:06:00.867] ..$ type : chr "update" [08:06:00.867] ..$ message : chr "P: Adding 5" [08:06:00.867] ..$ amount : num 1 [08:06:00.867] ..$ step : NULL [08:06:00.867] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.867] ..$ call : NULL [08:06:00.867] ..$ calls : NULL [08:06:00.867] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |=================================== | 50%[08:06:00.885] update_reporter() ... done [08:06:00.885] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:00.886] hide_reporter() ... [08:06:00.886] List of 15 [08:06:00.886] $ max_steps : int 10 [08:06:00.886] $ times : num Inf [08:06:00.886] $ interval : num 0.1 [08:06:00.886] $ enable_after: num 0 [08:06:00.886] $ auto_finish : logi TRUE [08:06:00.886] $ clear : logi TRUE [08:06:00.886] $ target : chr "terminal" [08:06:00.886] $ step : num 5 [08:06:00.886] $ message : chr "P: Adding 5" [08:06:00.886] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.886] $ delta : num 0 [08:06:00.886] $ enabled : logi TRUE [08:06:00.886] $ config :List of 7 [08:06:00.886] ..$ max_steps : int 10 [08:06:00.886] ..$ times : num Inf [08:06:00.886] ..$ interval : num 0.1 [08:06:00.886] ..$ enable_after: num 0 [08:06:00.886] ..$ auto_finish : logi TRUE [08:06:00.886] ..$ clear : logi TRUE [08:06:00.886] ..$ target : chr "terminal" [08:06:00.886] $ state :List of 5 [08:06:00.886] ..$ step : num 5 [08:06:00.886] ..$ message : chr "P: Adding 5" [08:06:00.886] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.886] ..$ delta : num 0 [08:06:00.886] ..$ enabled : logi TRUE [08:06:00.886] $ progression :List of 12 [08:06:00.886] ..$ owner_session_uuid: NULL [08:06:00.886] ..$ progressor_uuid : NULL [08:06:00.886] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.886] ..$ progression_index : NULL [08:06:00.886] ..$ progression_time : chr "2025-09-19 08:06:00.886 +0200" [08:06:00.886] ..$ type : chr "hide" [08:06:00.886] ..$ message : chr(0) [08:06:00.886] ..$ amount : num 1 [08:06:00.886] ..$ step : NULL [08:06:00.886] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.886] ..$ call : NULL [08:06:00.886] ..$ calls :Dotted pair list of 14 [08:06:00.886] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.886] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.886] .. ..$ : language withVisible(expr) [08:06:00.886] .. ..$ : language slow_sum(1:10) [08:06:00.886] .. ..$ : language p(amount = 0) [08:06:00.886] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.886] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.886] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.886] .. ..$ : language signalCondition(cond) [08:06:00.886] .. ..$ : language (function (p) { ... [08:06:00.886] .. ..$ : language calling_handler(control_progression("hide")) [08:06:00.886] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.886] .. ..$ : language control_progression("hide") [08:06:00.886] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.886] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.908] hide_reporter() ... done M: Added value 5 - received a 'progression' (n=21) [08:06:00.908] unhide_reporter() ... [08:06:00.909] List of 15 [08:06:00.909] $ max_steps : int 10 [08:06:00.909] $ times : num Inf [08:06:00.909] $ interval : num 0.1 [08:06:00.909] $ enable_after: num 0 [08:06:00.909] $ auto_finish : logi TRUE [08:06:00.909] $ clear : logi TRUE [08:06:00.909] $ target : chr "terminal" [08:06:00.909] $ step : num 5 [08:06:00.909] $ message : chr "P: Adding 5" [08:06:00.909] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.909] $ delta : num 0 [08:06:00.909] $ enabled : logi TRUE [08:06:00.909] $ config :List of 7 [08:06:00.909] ..$ max_steps : int 10 [08:06:00.909] ..$ times : num Inf [08:06:00.909] ..$ interval : num 0.1 [08:06:00.909] ..$ enable_after: num 0 [08:06:00.909] ..$ auto_finish : logi TRUE [08:06:00.909] ..$ clear : logi TRUE [08:06:00.909] ..$ target : chr "terminal" [08:06:00.909] $ state :List of 5 [08:06:00.909] ..$ step : num 5 [08:06:00.909] ..$ message : chr "P: Adding 5" [08:06:00.909] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.909] ..$ delta : num 0 [08:06:00.909] ..$ enabled : logi TRUE [08:06:00.909] $ progression :List of 12 [08:06:00.909] ..$ owner_session_uuid: NULL [08:06:00.909] ..$ progressor_uuid : NULL [08:06:00.909] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.909] ..$ progression_index : NULL [08:06:00.909] ..$ progression_time : chr "2025-09-19 08:06:00.908 +0200" [08:06:00.909] ..$ type : chr "unhide" [08:06:00.909] ..$ message : chr(0) [08:06:00.909] ..$ amount : num 1 [08:06:00.909] ..$ step : NULL [08:06:00.909] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.909] ..$ call : NULL [08:06:00.909] ..$ calls :Dotted pair list of 14 [08:06:00.909] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.909] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.909] .. ..$ : language withVisible(expr) [08:06:00.909] .. ..$ : language slow_sum(1:10) [08:06:00.909] .. ..$ : language p(amount = 0) [08:06:00.909] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.909] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.909] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.909] .. ..$ : language signalCondition(cond) [08:06:00.909] .. ..$ : language (function (p) { ... [08:06:00.909] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.909] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.909] .. ..$ : language control_progression("unhide") [08:06:00.909] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.909] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[08:06:00.928] unhide_reporter() ... done [08:06:00.928] Progression calling handler 'update' ... [08:06:00.928] - progression: [08:06:00.929] List of 12 [08:06:00.929] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.929] ..- attr(*, "source")=List of 6 [08:06:00.929] .. ..$ host : Named chr "CRANWIN3" [08:06:00.929] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.929] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.929] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.929] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.929] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.929] .. ..$ pid : int 184916 [08:06:00.929] .. ..$ random : int 1592976985 [08:06:00.929] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.929] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.929] $ progression_index : int 21 [08:06:00.929] $ progression_time : chr "2025-09-19 08:06:00.886 +0200" [08:06:00.929] $ type : chr "update" [08:06:00.929] $ message : chr(0) [08:06:00.929] $ amount : num 0 [08:06:00.929] $ step : NULL [08:06:00.929] $ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.929] $ call : NULL [08:06:00.929] $ calls : NULL [08:06:00.929] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.936] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.937] - progression_index: 21 [08:06:00.937] - duplicated: FALSE [08:06:00.937] List of 4 [08:06:00.937] $ step : num 5 [08:06:00.937] $ p$amount : num 0 [08:06:00.937] $ p$step : NULL [08:06:00.937] $ max_steps: int 10 [08:06:00.939] List of 5 [08:06:00.939] $ finished : logi FALSE [08:06:00.939] $ step : num 5 [08:06:00.939] $ milestones : num [1:5] 6 7 8 9 10 [08:06:00.939] $ prev_milestone: num 5 [08:06:00.939] $ interval : num 0.1 [08:06:00.941] List of 4 [08:06:00.941] $ dt : 'difftime' num 0 [08:06:00.941] ..- attr(*, "units")= chr "secs" [08:06:00.941] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.941] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.941] $ skip: logi TRUE [08:06:00.944] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:00.945] hide_reporter() ... [08:06:00.945] List of 15 [08:06:00.945] $ max_steps : int 10 [08:06:00.945] $ times : num Inf [08:06:00.945] $ interval : num 0.1 [08:06:00.945] $ enable_after: num 0 [08:06:00.945] $ auto_finish : logi TRUE [08:06:00.945] $ clear : logi TRUE [08:06:00.945] $ target : chr "terminal" [08:06:00.945] $ step : num 5 [08:06:00.945] $ message : chr "P: Adding 5" [08:06:00.945] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.945] $ delta : num 0 [08:06:00.945] $ enabled : logi TRUE [08:06:00.945] $ config :List of 7 [08:06:00.945] ..$ max_steps : int 10 [08:06:00.945] ..$ times : num Inf [08:06:00.945] ..$ interval : num 0.1 [08:06:00.945] ..$ enable_after: num 0 [08:06:00.945] ..$ auto_finish : logi TRUE [08:06:00.945] ..$ clear : logi TRUE [08:06:00.945] ..$ target : chr "terminal" [08:06:00.945] $ state :List of 5 [08:06:00.945] ..$ step : num 5 [08:06:00.945] ..$ message : chr "P: Adding 5" [08:06:00.945] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.945] ..$ delta : num 0 [08:06:00.945] ..$ enabled : logi TRUE [08:06:00.945] $ progression :List of 12 [08:06:00.945] ..$ owner_session_uuid: NULL [08:06:00.945] ..$ progressor_uuid : NULL [08:06:00.945] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.945] ..$ progression_index : NULL [08:06:00.945] ..$ progression_time : chr "2025-09-19 08:06:00.945 +0200" [08:06:00.945] ..$ type : chr "hide" [08:06:00.945] ..$ message : chr(0) [08:06:00.945] ..$ amount : num 1 [08:06:00.945] ..$ step : NULL [08:06:00.945] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.945] ..$ call : NULL [08:06:00.945] ..$ calls :Dotted pair list of 14 [08:06:00.945] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.945] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.945] .. ..$ : language withVisible(expr) [08:06:00.945] .. ..$ : language slow_sum(1:10) [08:06:00.945] .. ..$ : language p(amount = 0) [08:06:00.945] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.945] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.945] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.945] .. ..$ : language signalCondition(cond) [08:06:00.945] .. ..$ : language (function (p) { ... [08:06:00.945] .. ..$ : language calling_handler(control_progression("hide")) [08:06:00.945] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.945] .. ..$ : language control_progression("hide") [08:06:00.945] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.945] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:00.964] hide_reporter() ... done - received a 'progression' (n=22) [08:06:00.965] unhide_reporter() ... [08:06:00.965] List of 15 [08:06:00.965] $ max_steps : int 10 [08:06:00.965] $ times : num Inf [08:06:00.965] $ interval : num 0.1 [08:06:00.965] $ enable_after: num 0 [08:06:00.965] $ auto_finish : logi TRUE [08:06:00.965] $ clear : logi TRUE [08:06:00.965] $ target : chr "terminal" [08:06:00.965] $ step : num 5 [08:06:00.965] $ message : chr "P: Adding 5" [08:06:00.965] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.965] $ delta : num 0 [08:06:00.965] $ enabled : logi TRUE [08:06:00.965] $ config :List of 7 [08:06:00.965] ..$ max_steps : int 10 [08:06:00.965] ..$ times : num Inf [08:06:00.965] ..$ interval : num 0.1 [08:06:00.965] ..$ enable_after: num 0 [08:06:00.965] ..$ auto_finish : logi TRUE [08:06:00.965] ..$ clear : logi TRUE [08:06:00.965] ..$ target : chr "terminal" [08:06:00.965] $ state :List of 5 [08:06:00.965] ..$ step : num 5 [08:06:00.965] ..$ message : chr "P: Adding 5" [08:06:00.965] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:00.965] ..$ delta : num 0 [08:06:00.965] ..$ enabled : logi TRUE [08:06:00.965] $ progression :List of 12 [08:06:00.965] ..$ owner_session_uuid: NULL [08:06:00.965] ..$ progressor_uuid : NULL [08:06:00.965] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.965] ..$ progression_index : NULL [08:06:00.965] ..$ progression_time : chr "2025-09-19 08:06:00.965 +0200" [08:06:00.965] ..$ type : chr "unhide" [08:06:00.965] ..$ message : chr(0) [08:06:00.965] ..$ amount : num 1 [08:06:00.965] ..$ step : NULL [08:06:00.965] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.965] ..$ call : NULL [08:06:00.965] ..$ calls :Dotted pair list of 14 [08:06:00.965] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:00.965] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:00.965] .. ..$ : language withVisible(expr) [08:06:00.965] .. ..$ : language slow_sum(1:10) [08:06:00.965] .. ..$ : language p(amount = 0) [08:06:00.965] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:00.965] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:00.965] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:00.965] .. ..$ : language signalCondition(cond) [08:06:00.965] .. ..$ : language (function (p) { ... [08:06:00.965] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:00.965] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:00.965] .. ..$ : language control_progression("unhide") [08:06:00.965] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:00.965] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[08:06:00.987] unhide_reporter() ... done [08:06:00.987] Progression calling handler 'update' ... [08:06:00.987] - progression: [08:06:00.987] List of 12 [08:06:00.987] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.987] ..- attr(*, "source")=List of 6 [08:06:00.987] .. ..$ host : Named chr "CRANWIN3" [08:06:00.987] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:00.987] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:00.987] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:00.987] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:00.987] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:00.987] .. ..$ pid : int 184916 [08:06:00.987] .. ..$ random : int 1592976985 [08:06:00.987] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:00.987] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:00.987] $ progression_index : int 22 [08:06:00.987] $ progression_time : chr "2025-09-19 08:06:00.944 +0200" [08:06:00.987] $ type : chr "update" [08:06:00.987] $ message : chr(0) [08:06:00.987] $ amount : num 0 [08:06:00.987] $ step : NULL [08:06:00.987] $ time : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:00.987] $ call : NULL [08:06:00.987] $ calls : NULL [08:06:00.987] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:00.995] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:00.995] - progression_index: 22 [08:06:00.995] - duplicated: FALSE [08:06:00.996] List of 4 [08:06:00.996] $ step : num 5 [08:06:00.996] $ p$amount : num 0 [08:06:00.996] $ p$step : NULL [08:06:00.996] $ max_steps: int 10 [08:06:00.998] List of 5 [08:06:00.998] $ finished : logi FALSE [08:06:00.998] $ step : num 5 [08:06:00.998] $ milestones : num [1:5] 6 7 8 9 10 [08:06:00.998] $ prev_milestone: num 5 [08:06:00.998] $ interval : num 0.1 [08:06:01.000] List of 4 [08:06:01.000] $ dt : 'difftime' num 0 [08:06:01.000] ..- attr(*, "units")= chr "secs" [08:06:01.000] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:01.000] $ : POSIXct[1:1], format: "2025-09-19 08:06:00" [08:06:01.000] $ skip: logi TRUE [08:06:01.003] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:01.003] hide_reporter() ... [08:06:01.004] List of 15 [08:06:01.004] $ max_steps : int 10 [08:06:01.004] $ times : num Inf [08:06:01.004] $ interval : num 0.1 [08:06:01.004] $ enable_after: num 0 [08:06:01.004] $ auto_finish : logi TRUE [08:06:01.004] $ clear : logi TRUE [08:06:01.004] $ target : chr "terminal" [08:06:01.004] $ step : num 5 [08:06:01.004] $ message : chr "P: Adding 5" [08:06:01.004] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.004] $ delta : num 0 [08:06:01.004] $ enabled : logi TRUE [08:06:01.004] $ config :List of 7 [08:06:01.004] ..$ max_steps : int 10 [08:06:01.004] ..$ times : num Inf [08:06:01.004] ..$ interval : num 0.1 [08:06:01.004] ..$ enable_after: num 0 [08:06:01.004] ..$ auto_finish : logi TRUE [08:06:01.004] ..$ clear : logi TRUE [08:06:01.004] ..$ target : chr "terminal" [08:06:01.004] $ state :List of 5 [08:06:01.004] ..$ step : num 5 [08:06:01.004] ..$ message : chr "P: Adding 5" [08:06:01.004] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.004] ..$ delta : num 0 [08:06:01.004] ..$ enabled : logi TRUE [08:06:01.004] $ progression :List of 12 [08:06:01.004] ..$ owner_session_uuid: NULL [08:06:01.004] ..$ progressor_uuid : NULL [08:06:01.004] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.004] ..$ progression_index : NULL [08:06:01.004] ..$ progression_time : chr "2025-09-19 08:06:01.003 +0200" [08:06:01.004] ..$ type : chr "hide" [08:06:01.004] ..$ message : chr(0) [08:06:01.004] ..$ amount : num 1 [08:06:01.004] ..$ step : NULL [08:06:01.004] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.004] ..$ call : NULL [08:06:01.004] ..$ calls :Dotted pair list of 14 [08:06:01.004] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.004] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.004] .. ..$ : language withVisible(expr) [08:06:01.004] .. ..$ : language slow_sum(1:10) [08:06:01.004] .. ..$ : language p(amount = 0) [08:06:01.004] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.004] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.004] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.004] .. ..$ : language signalCondition(cond) [08:06:01.004] .. ..$ : language (function (p) { ... [08:06:01.004] .. ..$ : language calling_handler(control_progression("hide")) [08:06:01.004] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.004] .. ..$ : language control_progression("hide") [08:06:01.004] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.004] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:01.029] hide_reporter() ... done - received a 'progression' (n=23) [08:06:01.030] unhide_reporter() ... [08:06:01.030] List of 15 [08:06:01.030] $ max_steps : int 10 [08:06:01.030] $ times : num Inf [08:06:01.030] $ interval : num 0.1 [08:06:01.030] $ enable_after: num 0 [08:06:01.030] $ auto_finish : logi TRUE [08:06:01.030] $ clear : logi TRUE [08:06:01.030] $ target : chr "terminal" [08:06:01.030] $ step : num 5 [08:06:01.030] $ message : chr "P: Adding 5" [08:06:01.030] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.030] $ delta : num 0 [08:06:01.030] $ enabled : logi TRUE [08:06:01.030] $ config :List of 7 [08:06:01.030] ..$ max_steps : int 10 [08:06:01.030] ..$ times : num Inf [08:06:01.030] ..$ interval : num 0.1 [08:06:01.030] ..$ enable_after: num 0 [08:06:01.030] ..$ auto_finish : logi TRUE [08:06:01.030] ..$ clear : logi TRUE [08:06:01.030] ..$ target : chr "terminal" [08:06:01.030] $ state :List of 5 [08:06:01.030] ..$ step : num 5 [08:06:01.030] ..$ message : chr "P: Adding 5" [08:06:01.030] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.030] ..$ delta : num 0 [08:06:01.030] ..$ enabled : logi TRUE [08:06:01.030] $ progression :List of 12 [08:06:01.030] ..$ owner_session_uuid: NULL [08:06:01.030] ..$ progressor_uuid : NULL [08:06:01.030] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.030] ..$ progression_index : NULL [08:06:01.030] ..$ progression_time : chr "2025-09-19 08:06:01.029 +0200" [08:06:01.030] ..$ type : chr "unhide" [08:06:01.030] ..$ message : chr(0) [08:06:01.030] ..$ amount : num 1 [08:06:01.030] ..$ step : NULL [08:06:01.030] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.030] ..$ call : NULL [08:06:01.030] ..$ calls :Dotted pair list of 14 [08:06:01.030] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.030] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.030] .. ..$ : language withVisible(expr) [08:06:01.030] .. ..$ : language slow_sum(1:10) [08:06:01.030] .. ..$ : language p(amount = 0) [08:06:01.030] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.030] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.030] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.030] .. ..$ : language signalCondition(cond) [08:06:01.030] .. ..$ : language (function (p) { ... [08:06:01.030] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:01.030] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.030] .. ..$ : language control_progression("unhide") [08:06:01.030] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.030] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[08:06:01.056] unhide_reporter() ... done [08:06:01.056] Progression calling handler 'update' ... [08:06:01.056] - progression: [08:06:01.057] List of 12 [08:06:01.057] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.057] ..- attr(*, "source")=List of 6 [08:06:01.057] .. ..$ host : Named chr "CRANWIN3" [08:06:01.057] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.057] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.057] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.057] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.057] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.057] .. ..$ pid : int 184916 [08:06:01.057] .. ..$ random : int 1592976985 [08:06:01.057] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.057] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.057] $ progression_index : int 23 [08:06:01.057] $ progression_time : chr "2025-09-19 08:06:01.003 +0200" [08:06:01.057] $ type : chr "update" [08:06:01.057] $ message : chr(0) [08:06:01.057] $ amount : num 0 [08:06:01.057] $ step : NULL [08:06:01.057] $ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.057] $ call : NULL [08:06:01.057] $ calls : NULL [08:06:01.057] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.067] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:01.068] - progression_index: 23 [08:06:01.068] - duplicated: FALSE [08:06:01.068] List of 4 [08:06:01.068] $ step : num 5 [08:06:01.068] $ p$amount : num 0 [08:06:01.068] $ p$step : NULL [08:06:01.068] $ max_steps: int 10 [08:06:01.071] List of 5 [08:06:01.071] $ finished : logi FALSE [08:06:01.071] $ step : num 5 [08:06:01.071] $ milestones : num [1:5] 6 7 8 9 10 [08:06:01.071] $ prev_milestone: num 5 [08:06:01.071] $ interval : num 0.1 [08:06:01.074] List of 4 [08:06:01.074] $ dt : 'difftime' num 0 [08:06:01.074] ..- attr(*, "units")= chr "secs" [08:06:01.074] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.074] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.074] $ skip: logi TRUE [08:06:01.077] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:01.079] hide_reporter() ... [08:06:01.079] List of 15 [08:06:01.079] $ max_steps : int 10 [08:06:01.079] $ times : num Inf [08:06:01.079] $ interval : num 0.1 [08:06:01.079] $ enable_after: num 0 [08:06:01.079] $ auto_finish : logi TRUE [08:06:01.079] $ clear : logi TRUE [08:06:01.079] $ target : chr "terminal" [08:06:01.079] $ step : num 5 [08:06:01.079] $ message : chr "P: Adding 5" [08:06:01.079] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.079] $ delta : num 0 [08:06:01.079] $ enabled : logi TRUE [08:06:01.079] $ config :List of 7 [08:06:01.079] ..$ max_steps : int 10 [08:06:01.079] ..$ times : num Inf [08:06:01.079] ..$ interval : num 0.1 [08:06:01.079] ..$ enable_after: num 0 [08:06:01.079] ..$ auto_finish : logi TRUE [08:06:01.079] ..$ clear : logi TRUE [08:06:01.079] ..$ target : chr "terminal" [08:06:01.079] $ state :List of 5 [08:06:01.079] ..$ step : num 5 [08:06:01.079] ..$ message : chr "P: Adding 5" [08:06:01.079] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.079] ..$ delta : num 0 [08:06:01.079] ..$ enabled : logi TRUE [08:06:01.079] $ progression :List of 12 [08:06:01.079] ..$ owner_session_uuid: NULL [08:06:01.079] ..$ progressor_uuid : NULL [08:06:01.079] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.079] ..$ progression_index : NULL [08:06:01.079] ..$ progression_time : chr "2025-09-19 08:06:01.078 +0200" [08:06:01.079] ..$ type : chr "hide" [08:06:01.079] ..$ message : chr(0) [08:06:01.079] ..$ amount : num 1 [08:06:01.079] ..$ step : NULL [08:06:01.079] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.079] ..$ call : NULL [08:06:01.079] ..$ calls :Dotted pair list of 14 [08:06:01.079] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.079] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.079] .. ..$ : language withVisible(expr) [08:06:01.079] .. ..$ : language slow_sum(1:10) [08:06:01.079] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:01.079] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.079] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.079] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.079] .. ..$ : language signalCondition(cond) [08:06:01.079] .. ..$ : language (function (p) { ... [08:06:01.079] .. ..$ : language calling_handler(control_progression("hide")) [08:06:01.079] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.079] .. ..$ : language control_progression("hide") [08:06:01.079] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.079] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:01.112] hide_reporter() ... done - received a 'progression' (n=24) [08:06:01.112] unhide_reporter() ... [08:06:01.112] List of 15 [08:06:01.112] $ max_steps : int 10 [08:06:01.112] $ times : num Inf [08:06:01.112] $ interval : num 0.1 [08:06:01.112] $ enable_after: num 0 [08:06:01.112] $ auto_finish : logi TRUE [08:06:01.112] $ clear : logi TRUE [08:06:01.112] $ target : chr "terminal" [08:06:01.112] $ step : num 5 [08:06:01.112] $ message : chr "P: Adding 5" [08:06:01.112] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.112] $ delta : num 0 [08:06:01.112] $ enabled : logi TRUE [08:06:01.112] $ config :List of 7 [08:06:01.112] ..$ max_steps : int 10 [08:06:01.112] ..$ times : num Inf [08:06:01.112] ..$ interval : num 0.1 [08:06:01.112] ..$ enable_after: num 0 [08:06:01.112] ..$ auto_finish : logi TRUE [08:06:01.112] ..$ clear : logi TRUE [08:06:01.112] ..$ target : chr "terminal" [08:06:01.112] $ state :List of 5 [08:06:01.112] ..$ step : num 5 [08:06:01.112] ..$ message : chr "P: Adding 5" [08:06:01.112] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.112] ..$ delta : num 0 [08:06:01.112] ..$ enabled : logi TRUE [08:06:01.112] $ progression :List of 12 [08:06:01.112] ..$ owner_session_uuid: NULL [08:06:01.112] ..$ progressor_uuid : NULL [08:06:01.112] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.112] ..$ progression_index : NULL [08:06:01.112] ..$ progression_time : chr "2025-09-19 08:06:01.112 +0200" [08:06:01.112] ..$ type : chr "unhide" [08:06:01.112] ..$ message : chr(0) [08:06:01.112] ..$ amount : num 1 [08:06:01.112] ..$ step : NULL [08:06:01.112] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.112] ..$ call : NULL [08:06:01.112] ..$ calls :Dotted pair list of 14 [08:06:01.112] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.112] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.112] .. ..$ : language withVisible(expr) [08:06:01.112] .. ..$ : language slow_sum(1:10) [08:06:01.112] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:01.112] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.112] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.112] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.112] .. ..$ : language signalCondition(cond) [08:06:01.112] .. ..$ : language (function (p) { ... [08:06:01.112] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:01.112] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.112] .. ..$ : language control_progression("unhide") [08:06:01.112] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.112] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[08:06:01.138] unhide_reporter() ... done [08:06:01.138] Progression calling handler 'update' ... [08:06:01.139] - progression: [08:06:01.139] List of 12 [08:06:01.139] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.139] ..- attr(*, "source")=List of 6 [08:06:01.139] .. ..$ host : Named chr "CRANWIN3" [08:06:01.139] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.139] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.139] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.139] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.139] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.139] .. ..$ pid : int 184916 [08:06:01.139] .. ..$ random : int 1592976985 [08:06:01.139] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.139] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.139] $ progression_index : int 24 [08:06:01.139] $ progression_time : chr "2025-09-19 08:06:01.078 +0200" [08:06:01.139] $ type : chr "update" [08:06:01.139] $ message : chr "P: Adding 6" [08:06:01.139] $ amount : num 1 [08:06:01.139] $ step : NULL [08:06:01.139] $ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.139] $ call : NULL [08:06:01.139] $ calls : NULL [08:06:01.139] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.148] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:01.148] - progression_index: 24 [08:06:01.148] - duplicated: FALSE [08:06:01.148] List of 4 [08:06:01.148] $ step : num 5 [08:06:01.148] $ p$amount : num 1 [08:06:01.148] $ p$step : NULL [08:06:01.148] $ max_steps: int 10 [08:06:01.150] List of 5 [08:06:01.150] $ finished : logi FALSE [08:06:01.150] $ step : num 6 [08:06:01.150] $ milestones : num [1:5] 6 7 8 9 10 [08:06:01.150] $ prev_milestone: num 5 [08:06:01.150] $ interval : num 0.1 [08:06:01.153] List of 4 [08:06:01.153] $ dt : 'difftime' num 0.0796680450439453 [08:06:01.153] ..- attr(*, "units")= chr "secs" [08:06:01.153] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.153] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.153] $ skip: logi TRUE [08:06:01.156] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:01.157] hide_reporter() ... [08:06:01.157] List of 15 [08:06:01.157] $ max_steps : int 10 [08:06:01.157] $ times : num Inf [08:06:01.157] $ interval : num 0.1 [08:06:01.157] $ enable_after: num 0 [08:06:01.157] $ auto_finish : logi TRUE [08:06:01.157] $ clear : logi TRUE [08:06:01.157] $ target : chr "terminal" [08:06:01.157] $ step : num 6 [08:06:01.157] $ message : chr "P: Adding 6" [08:06:01.157] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.157] $ delta : num 1 [08:06:01.157] $ enabled : logi TRUE [08:06:01.157] $ config :List of 7 [08:06:01.157] ..$ max_steps : int 10 [08:06:01.157] ..$ times : num Inf [08:06:01.157] ..$ interval : num 0.1 [08:06:01.157] ..$ enable_after: num 0 [08:06:01.157] ..$ auto_finish : logi TRUE [08:06:01.157] ..$ clear : logi TRUE [08:06:01.157] ..$ target : chr "terminal" [08:06:01.157] $ state :List of 5 [08:06:01.157] ..$ step : num 6 [08:06:01.157] ..$ message : chr "P: Adding 6" [08:06:01.157] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.157] ..$ delta : num 1 [08:06:01.157] ..$ enabled : logi TRUE [08:06:01.157] $ progression :List of 12 [08:06:01.157] ..$ owner_session_uuid: NULL [08:06:01.157] ..$ progressor_uuid : NULL [08:06:01.157] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.157] ..$ progression_index : NULL [08:06:01.157] ..$ progression_time : chr "2025-09-19 08:06:01.157 +0200" [08:06:01.157] ..$ type : chr "hide" [08:06:01.157] ..$ message : chr(0) [08:06:01.157] ..$ amount : num 1 [08:06:01.157] ..$ step : NULL [08:06:01.157] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.157] ..$ call : NULL [08:06:01.157] ..$ calls :Dotted pair list of 14 [08:06:01.157] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.157] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.157] .. ..$ : language withVisible(expr) [08:06:01.157] .. ..$ : language slow_sum(1:10) [08:06:01.157] .. ..$ : language p(amount = 0) [08:06:01.157] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.157] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.157] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.157] .. ..$ : language signalCondition(cond) [08:06:01.157] .. ..$ : language (function (p) { ... [08:06:01.157] .. ..$ : language calling_handler(control_progression("hide")) [08:06:01.157] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.157] .. ..$ : language control_progression("hide") [08:06:01.157] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.157] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:01.179] hide_reporter() ... done M: Added value 6 - received a 'progression' (n=25) [08:06:01.180] unhide_reporter() ... [08:06:01.180] List of 15 [08:06:01.180] $ max_steps : int 10 [08:06:01.180] $ times : num Inf [08:06:01.180] $ interval : num 0.1 [08:06:01.180] $ enable_after: num 0 [08:06:01.180] $ auto_finish : logi TRUE [08:06:01.180] $ clear : logi TRUE [08:06:01.180] $ target : chr "terminal" [08:06:01.180] $ step : num 6 [08:06:01.180] $ message : chr "P: Adding 6" [08:06:01.180] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.180] $ delta : num 1 [08:06:01.180] $ enabled : logi TRUE [08:06:01.180] $ config :List of 7 [08:06:01.180] ..$ max_steps : int 10 [08:06:01.180] ..$ times : num Inf [08:06:01.180] ..$ interval : num 0.1 [08:06:01.180] ..$ enable_after: num 0 [08:06:01.180] ..$ auto_finish : logi TRUE [08:06:01.180] ..$ clear : logi TRUE [08:06:01.180] ..$ target : chr "terminal" [08:06:01.180] $ state :List of 5 [08:06:01.180] ..$ step : num 6 [08:06:01.180] ..$ message : chr "P: Adding 6" [08:06:01.180] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.180] ..$ delta : num 1 [08:06:01.180] ..$ enabled : logi TRUE [08:06:01.180] $ progression :List of 12 [08:06:01.180] ..$ owner_session_uuid: NULL [08:06:01.180] ..$ progressor_uuid : NULL [08:06:01.180] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.180] ..$ progression_index : NULL [08:06:01.180] ..$ progression_time : chr "2025-09-19 08:06:01.180 +0200" [08:06:01.180] ..$ type : chr "unhide" [08:06:01.180] ..$ message : chr(0) [08:06:01.180] ..$ amount : num 1 [08:06:01.180] ..$ step : NULL [08:06:01.180] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.180] ..$ call : NULL [08:06:01.180] ..$ calls :Dotted pair list of 14 [08:06:01.180] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.180] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.180] .. ..$ : language withVisible(expr) [08:06:01.180] .. ..$ : language slow_sum(1:10) [08:06:01.180] .. ..$ : language p(amount = 0) [08:06:01.180] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.180] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.180] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.180] .. ..$ : language signalCondition(cond) [08:06:01.180] .. ..$ : language (function (p) { ... [08:06:01.180] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:01.180] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.180] .. ..$ : language control_progression("unhide") [08:06:01.180] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.180] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[08:06:01.214] unhide_reporter() ... done [08:06:01.214] Progression calling handler 'update' ... [08:06:01.214] - progression: [08:06:01.215] List of 12 [08:06:01.215] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.215] ..- attr(*, "source")=List of 6 [08:06:01.215] .. ..$ host : Named chr "CRANWIN3" [08:06:01.215] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.215] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.215] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.215] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.215] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.215] .. ..$ pid : int 184916 [08:06:01.215] .. ..$ random : int 1592976985 [08:06:01.215] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.215] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.215] $ progression_index : int 25 [08:06:01.215] $ progression_time : chr "2025-09-19 08:06:01.156 +0200" [08:06:01.215] $ type : chr "update" [08:06:01.215] $ message : chr(0) [08:06:01.215] $ amount : num 0 [08:06:01.215] $ step : NULL [08:06:01.215] $ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.215] $ call : NULL [08:06:01.215] $ calls : NULL [08:06:01.215] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.226] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:01.226] - progression_index: 25 [08:06:01.226] - duplicated: FALSE [08:06:01.226] List of 4 [08:06:01.226] $ step : num 6 [08:06:01.226] $ p$amount : num 0 [08:06:01.226] $ p$step : NULL [08:06:01.226] $ max_steps: int 10 [08:06:01.229] List of 5 [08:06:01.229] $ finished : logi FALSE [08:06:01.229] $ step : num 6 [08:06:01.229] $ milestones : num [1:4] 7 8 9 10 [08:06:01.229] $ prev_milestone: num 5 [08:06:01.229] $ interval : num 0.1 [08:06:01.232] List of 4 [08:06:01.232] $ dt : 'difftime' num 0.158505916595459 [08:06:01.232] ..- attr(*, "units")= chr "secs" [08:06:01.232] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.232] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.232] $ skip: logi FALSE [08:06:01.236] List of 1 [08:06:01.236] $ milestones: num [1:4] 7 8 9 10 [08:06:01.237] update_reporter() ... [08:06:01.237] List of 15 [08:06:01.237] $ max_steps : int 10 [08:06:01.237] $ times : num Inf [08:06:01.237] $ interval : num 0.1 [08:06:01.237] $ enable_after: num 0 [08:06:01.237] $ auto_finish : logi TRUE [08:06:01.237] $ clear : logi TRUE [08:06:01.237] $ target : chr "terminal" [08:06:01.237] $ step : num 6 [08:06:01.237] $ message : chr "P: Adding 6" [08:06:01.237] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.237] $ delta : num 1 [08:06:01.237] $ enabled : logi TRUE [08:06:01.237] $ config :List of 7 [08:06:01.237] ..$ max_steps : int 10 [08:06:01.237] ..$ times : num Inf [08:06:01.237] ..$ interval : num 0.1 [08:06:01.237] ..$ enable_after: num 0 [08:06:01.237] ..$ auto_finish : logi TRUE [08:06:01.237] ..$ clear : logi TRUE [08:06:01.237] ..$ target : chr "terminal" [08:06:01.237] $ state :List of 5 [08:06:01.237] ..$ step : num 6 [08:06:01.237] ..$ message : chr "P: Adding 6" [08:06:01.237] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.237] ..$ delta : num 1 [08:06:01.237] ..$ enabled : logi TRUE [08:06:01.237] $ progression :List of 12 [08:06:01.237] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.237] .. ..- attr(*, "source")=List of 6 [08:06:01.237] .. .. ..$ host : Named chr "CRANWIN3" [08:06:01.237] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.237] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.237] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.237] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.237] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.237] .. .. ..$ pid : int 184916 [08:06:01.237] .. .. ..$ random : int 1592976985 [08:06:01.237] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.237] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.237] ..$ progression_index : int 25 [08:06:01.237] ..$ progression_time : chr "2025-09-19 08:06:01.156 +0200" [08:06:01.237] ..$ type : chr "update" [08:06:01.237] ..$ message : chr(0) [08:06:01.237] ..$ amount : num 0 [08:06:01.237] ..$ step : NULL [08:06:01.237] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.237] ..$ call : NULL [08:06:01.237] ..$ calls : NULL [08:06:01.237] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.262] update_reporter() ... done [08:06:01.262] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:01.263] hide_reporter() ... [08:06:01.263] List of 15 [08:06:01.263] $ max_steps : int 10 [08:06:01.263] $ times : num Inf [08:06:01.263] $ interval : num 0.1 [08:06:01.263] $ enable_after: num 0 [08:06:01.263] $ auto_finish : logi TRUE [08:06:01.263] $ clear : logi TRUE [08:06:01.263] $ target : chr "terminal" [08:06:01.263] $ step : num 6 [08:06:01.263] $ message : chr "P: Adding 6" [08:06:01.263] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.263] $ delta : num 1 [08:06:01.263] $ enabled : logi TRUE [08:06:01.263] $ config :List of 7 [08:06:01.263] ..$ max_steps : int 10 [08:06:01.263] ..$ times : num Inf [08:06:01.263] ..$ interval : num 0.1 [08:06:01.263] ..$ enable_after: num 0 [08:06:01.263] ..$ auto_finish : logi TRUE [08:06:01.263] ..$ clear : logi TRUE [08:06:01.263] ..$ target : chr "terminal" [08:06:01.263] $ state :List of 5 [08:06:01.263] ..$ step : num 6 [08:06:01.263] ..$ message : chr "P: Adding 6" [08:06:01.263] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.263] ..$ delta : num 1 [08:06:01.263] ..$ enabled : logi TRUE [08:06:01.263] $ progression :List of 12 [08:06:01.263] ..$ owner_session_uuid: NULL [08:06:01.263] ..$ progressor_uuid : NULL [08:06:01.263] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.263] ..$ progression_index : NULL [08:06:01.263] ..$ progression_time : chr "2025-09-19 08:06:01.263 +0200" [08:06:01.263] ..$ type : chr "hide" [08:06:01.263] ..$ message : chr(0) [08:06:01.263] ..$ amount : num 1 [08:06:01.263] ..$ step : NULL [08:06:01.263] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.263] ..$ call : NULL [08:06:01.263] ..$ calls :Dotted pair list of 14 [08:06:01.263] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.263] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.263] .. ..$ : language withVisible(expr) [08:06:01.263] .. ..$ : language slow_sum(1:10) [08:06:01.263] .. ..$ : language p(amount = 0) [08:06:01.263] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.263] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.263] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.263] .. ..$ : language signalCondition(cond) [08:06:01.263] .. ..$ : language (function (p) { ... [08:06:01.263] .. ..$ : language calling_handler(control_progression("hide")) [08:06:01.263] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.263] .. ..$ : language control_progression("hide") [08:06:01.263] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.263] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:01.285] hide_reporter() ... done - received a 'progression' (n=26) [08:06:01.286] unhide_reporter() ... [08:06:01.286] List of 15 [08:06:01.286] $ max_steps : int 10 [08:06:01.286] $ times : num Inf [08:06:01.286] $ interval : num 0.1 [08:06:01.286] $ enable_after: num 0 [08:06:01.286] $ auto_finish : logi TRUE [08:06:01.286] $ clear : logi TRUE [08:06:01.286] $ target : chr "terminal" [08:06:01.286] $ step : num 6 [08:06:01.286] $ message : chr "P: Adding 6" [08:06:01.286] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.286] $ delta : num 1 [08:06:01.286] $ enabled : logi TRUE [08:06:01.286] $ config :List of 7 [08:06:01.286] ..$ max_steps : int 10 [08:06:01.286] ..$ times : num Inf [08:06:01.286] ..$ interval : num 0.1 [08:06:01.286] ..$ enable_after: num 0 [08:06:01.286] ..$ auto_finish : logi TRUE [08:06:01.286] ..$ clear : logi TRUE [08:06:01.286] ..$ target : chr "terminal" [08:06:01.286] $ state :List of 5 [08:06:01.286] ..$ step : num 6 [08:06:01.286] ..$ message : chr "P: Adding 6" [08:06:01.286] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.286] ..$ delta : num 1 [08:06:01.286] ..$ enabled : logi TRUE [08:06:01.286] $ progression :List of 12 [08:06:01.286] ..$ owner_session_uuid: NULL [08:06:01.286] ..$ progressor_uuid : NULL [08:06:01.286] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.286] ..$ progression_index : NULL [08:06:01.286] ..$ progression_time : chr "2025-09-19 08:06:01.285 +0200" [08:06:01.286] ..$ type : chr "unhide" [08:06:01.286] ..$ message : chr(0) [08:06:01.286] ..$ amount : num 1 [08:06:01.286] ..$ step : NULL [08:06:01.286] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.286] ..$ call : NULL [08:06:01.286] ..$ calls :Dotted pair list of 14 [08:06:01.286] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.286] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.286] .. ..$ : language withVisible(expr) [08:06:01.286] .. ..$ : language slow_sum(1:10) [08:06:01.286] .. ..$ : language p(amount = 0) [08:06:01.286] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.286] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.286] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.286] .. ..$ : language signalCondition(cond) [08:06:01.286] .. ..$ : language (function (p) { ... [08:06:01.286] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:01.286] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.286] .. ..$ : language control_progression("unhide") [08:06:01.286] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.286] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[08:06:01.311] unhide_reporter() ... done [08:06:01.312] Progression calling handler 'update' ... [08:06:01.312] - progression: [08:06:01.312] List of 12 [08:06:01.312] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.312] ..- attr(*, "source")=List of 6 [08:06:01.312] .. ..$ host : Named chr "CRANWIN3" [08:06:01.312] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.312] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.312] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.312] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.312] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.312] .. ..$ pid : int 184916 [08:06:01.312] .. ..$ random : int 1592976985 [08:06:01.312] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.312] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.312] $ progression_index : int 26 [08:06:01.312] $ progression_time : chr "2025-09-19 08:06:01.262 +0200" [08:06:01.312] $ type : chr "update" [08:06:01.312] $ message : chr(0) [08:06:01.312] $ amount : num 0 [08:06:01.312] $ step : NULL [08:06:01.312] $ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.312] $ call : NULL [08:06:01.312] $ calls : NULL [08:06:01.312] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.321] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:01.321] - progression_index: 26 [08:06:01.322] - duplicated: FALSE [08:06:01.322] List of 4 [08:06:01.322] $ step : num 6 [08:06:01.322] $ p$amount : num 0 [08:06:01.322] $ p$step : NULL [08:06:01.322] $ max_steps: int 10 [08:06:01.324] List of 5 [08:06:01.324] $ finished : logi FALSE [08:06:01.324] $ step : num 6 [08:06:01.324] $ milestones : num [1:4] 7 8 9 10 [08:06:01.324] $ prev_milestone: num 5 [08:06:01.324] $ interval : num 0.1 [08:06:01.327] List of 4 [08:06:01.327] $ dt : 'difftime' num 0.253239870071411 [08:06:01.327] ..- attr(*, "units")= chr "secs" [08:06:01.327] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.327] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.327] $ skip: logi FALSE [08:06:01.330] List of 1 [08:06:01.330] $ milestones: num [1:4] 7 8 9 10 [08:06:01.331] update_reporter() ... [08:06:01.331] List of 15 [08:06:01.331] $ max_steps : int 10 [08:06:01.331] $ times : num Inf [08:06:01.331] $ interval : num 0.1 [08:06:01.331] $ enable_after: num 0 [08:06:01.331] $ auto_finish : logi TRUE [08:06:01.331] $ clear : logi TRUE [08:06:01.331] $ target : chr "terminal" [08:06:01.331] $ step : num 6 [08:06:01.331] $ message : chr "P: Adding 6" [08:06:01.331] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.331] $ delta : num 1 [08:06:01.331] $ enabled : logi TRUE [08:06:01.331] $ config :List of 7 [08:06:01.331] ..$ max_steps : int 10 [08:06:01.331] ..$ times : num Inf [08:06:01.331] ..$ interval : num 0.1 [08:06:01.331] ..$ enable_after: num 0 [08:06:01.331] ..$ auto_finish : logi TRUE [08:06:01.331] ..$ clear : logi TRUE [08:06:01.331] ..$ target : chr "terminal" [08:06:01.331] $ state :List of 5 [08:06:01.331] ..$ step : num 6 [08:06:01.331] ..$ message : chr "P: Adding 6" [08:06:01.331] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.331] ..$ delta : num 1 [08:06:01.331] ..$ enabled : logi TRUE [08:06:01.331] $ progression :List of 12 [08:06:01.331] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.331] .. ..- attr(*, "source")=List of 6 [08:06:01.331] .. .. ..$ host : Named chr "CRANWIN3" [08:06:01.331] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.331] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.331] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.331] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.331] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.331] .. .. ..$ pid : int 184916 [08:06:01.331] .. .. ..$ random : int 1592976985 [08:06:01.331] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.331] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.331] ..$ progression_index : int 26 [08:06:01.331] ..$ progression_time : chr "2025-09-19 08:06:01.262 +0200" [08:06:01.331] ..$ type : chr "update" [08:06:01.331] ..$ message : chr(0) [08:06:01.331] ..$ amount : num 0 [08:06:01.331] ..$ step : NULL [08:06:01.331] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.331] ..$ call : NULL [08:06:01.331] ..$ calls : NULL [08:06:01.331] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.351] update_reporter() ... done [08:06:01.351] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:01.352] hide_reporter() ... [08:06:01.352] List of 15 [08:06:01.352] $ max_steps : int 10 [08:06:01.352] $ times : num Inf [08:06:01.352] $ interval : num 0.1 [08:06:01.352] $ enable_after: num 0 [08:06:01.352] $ auto_finish : logi TRUE [08:06:01.352] $ clear : logi TRUE [08:06:01.352] $ target : chr "terminal" [08:06:01.352] $ step : num 6 [08:06:01.352] $ message : chr "P: Adding 6" [08:06:01.352] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.352] $ delta : num 1 [08:06:01.352] $ enabled : logi TRUE [08:06:01.352] $ config :List of 7 [08:06:01.352] ..$ max_steps : int 10 [08:06:01.352] ..$ times : num Inf [08:06:01.352] ..$ interval : num 0.1 [08:06:01.352] ..$ enable_after: num 0 [08:06:01.352] ..$ auto_finish : logi TRUE [08:06:01.352] ..$ clear : logi TRUE [08:06:01.352] ..$ target : chr "terminal" [08:06:01.352] $ state :List of 5 [08:06:01.352] ..$ step : num 6 [08:06:01.352] ..$ message : chr "P: Adding 6" [08:06:01.352] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.352] ..$ delta : num 1 [08:06:01.352] ..$ enabled : logi TRUE [08:06:01.352] $ progression :List of 12 [08:06:01.352] ..$ owner_session_uuid: NULL [08:06:01.352] ..$ progressor_uuid : NULL [08:06:01.352] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.352] ..$ progression_index : NULL [08:06:01.352] ..$ progression_time : chr "2025-09-19 08:06:01.352 +0200" [08:06:01.352] ..$ type : chr "hide" [08:06:01.352] ..$ message : chr(0) [08:06:01.352] ..$ amount : num 1 [08:06:01.352] ..$ step : NULL [08:06:01.352] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.352] ..$ call : NULL [08:06:01.352] ..$ calls :Dotted pair list of 14 [08:06:01.352] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.352] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.352] .. ..$ : language withVisible(expr) [08:06:01.352] .. ..$ : language slow_sum(1:10) [08:06:01.352] .. ..$ : language p(amount = 0) [08:06:01.352] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.352] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.352] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.352] .. ..$ : language signalCondition(cond) [08:06:01.352] .. ..$ : language (function (p) { ... [08:06:01.352] .. ..$ : language calling_handler(control_progression("hide")) [08:06:01.352] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.352] .. ..$ : language control_progression("hide") [08:06:01.352] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.352] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:01.375] hide_reporter() ... done - received a 'progression' (n=27) [08:06:01.375] unhide_reporter() ... [08:06:01.375] List of 15 [08:06:01.375] $ max_steps : int 10 [08:06:01.375] $ times : num Inf [08:06:01.375] $ interval : num 0.1 [08:06:01.375] $ enable_after: num 0 [08:06:01.375] $ auto_finish : logi TRUE [08:06:01.375] $ clear : logi TRUE [08:06:01.375] $ target : chr "terminal" [08:06:01.375] $ step : num 6 [08:06:01.375] $ message : chr "P: Adding 6" [08:06:01.375] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.375] $ delta : num 1 [08:06:01.375] $ enabled : logi TRUE [08:06:01.375] $ config :List of 7 [08:06:01.375] ..$ max_steps : int 10 [08:06:01.375] ..$ times : num Inf [08:06:01.375] ..$ interval : num 0.1 [08:06:01.375] ..$ enable_after: num 0 [08:06:01.375] ..$ auto_finish : logi TRUE [08:06:01.375] ..$ clear : logi TRUE [08:06:01.375] ..$ target : chr "terminal" [08:06:01.375] $ state :List of 5 [08:06:01.375] ..$ step : num 6 [08:06:01.375] ..$ message : chr "P: Adding 6" [08:06:01.375] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.375] ..$ delta : num 1 [08:06:01.375] ..$ enabled : logi TRUE [08:06:01.375] $ progression :List of 12 [08:06:01.375] ..$ owner_session_uuid: NULL [08:06:01.375] ..$ progressor_uuid : NULL [08:06:01.375] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.375] ..$ progression_index : NULL [08:06:01.375] ..$ progression_time : chr "2025-09-19 08:06:01.375 +0200" [08:06:01.375] ..$ type : chr "unhide" [08:06:01.375] ..$ message : chr(0) [08:06:01.375] ..$ amount : num 1 [08:06:01.375] ..$ step : NULL [08:06:01.375] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.375] ..$ call : NULL [08:06:01.375] ..$ calls :Dotted pair list of 14 [08:06:01.375] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.375] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.375] .. ..$ : language withVisible(expr) [08:06:01.375] .. ..$ : language slow_sum(1:10) [08:06:01.375] .. ..$ : language p(amount = 0) [08:06:01.375] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.375] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.375] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.375] .. ..$ : language signalCondition(cond) [08:06:01.375] .. ..$ : language (function (p) { ... [08:06:01.375] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:01.375] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.375] .. ..$ : language control_progression("unhide") [08:06:01.375] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.375] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[08:06:01.398] unhide_reporter() ... done [08:06:01.398] Progression calling handler 'update' ... [08:06:01.398] - progression: [08:06:01.398] List of 12 [08:06:01.398] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.398] ..- attr(*, "source")=List of 6 [08:06:01.398] .. ..$ host : Named chr "CRANWIN3" [08:06:01.398] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.398] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.398] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.398] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.398] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.398] .. ..$ pid : int 184916 [08:06:01.398] .. ..$ random : int 1592976985 [08:06:01.398] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.398] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.398] $ progression_index : int 27 [08:06:01.398] $ progression_time : chr "2025-09-19 08:06:01.351 +0200" [08:06:01.398] $ type : chr "update" [08:06:01.398] $ message : chr(0) [08:06:01.398] $ amount : num 0 [08:06:01.398] $ step : NULL [08:06:01.398] $ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.398] $ call : NULL [08:06:01.398] $ calls : NULL [08:06:01.398] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.413] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:01.413] - progression_index: 27 [08:06:01.414] - duplicated: FALSE [08:06:01.414] List of 4 [08:06:01.414] $ step : num 6 [08:06:01.414] $ p$amount : num 0 [08:06:01.414] $ p$step : NULL [08:06:01.414] $ max_steps: int 10 [08:06:01.416] List of 5 [08:06:01.416] $ finished : logi FALSE [08:06:01.416] $ step : num 6 [08:06:01.416] $ milestones : num [1:4] 7 8 9 10 [08:06:01.416] $ prev_milestone: num 5 [08:06:01.416] $ interval : num 0.1 [08:06:01.419] List of 4 [08:06:01.419] $ dt : 'difftime' num 0.345553874969482 [08:06:01.419] ..- attr(*, "units")= chr "secs" [08:06:01.419] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.419] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.419] $ skip: logi FALSE [08:06:01.422] List of 1 [08:06:01.422] $ milestones: num [1:4] 7 8 9 10 [08:06:01.423] update_reporter() ... [08:06:01.424] List of 15 [08:06:01.424] $ max_steps : int 10 [08:06:01.424] $ times : num Inf [08:06:01.424] $ interval : num 0.1 [08:06:01.424] $ enable_after: num 0 [08:06:01.424] $ auto_finish : logi TRUE [08:06:01.424] $ clear : logi TRUE [08:06:01.424] $ target : chr "terminal" [08:06:01.424] $ step : num 6 [08:06:01.424] $ message : chr "P: Adding 6" [08:06:01.424] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.424] $ delta : num 1 [08:06:01.424] $ enabled : logi TRUE [08:06:01.424] $ config :List of 7 [08:06:01.424] ..$ max_steps : int 10 [08:06:01.424] ..$ times : num Inf [08:06:01.424] ..$ interval : num 0.1 [08:06:01.424] ..$ enable_after: num 0 [08:06:01.424] ..$ auto_finish : logi TRUE [08:06:01.424] ..$ clear : logi TRUE [08:06:01.424] ..$ target : chr "terminal" [08:06:01.424] $ state :List of 5 [08:06:01.424] ..$ step : num 6 [08:06:01.424] ..$ message : chr "P: Adding 6" [08:06:01.424] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.424] ..$ delta : num 1 [08:06:01.424] ..$ enabled : logi TRUE [08:06:01.424] $ progression :List of 12 [08:06:01.424] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.424] .. ..- attr(*, "source")=List of 6 [08:06:01.424] .. .. ..$ host : Named chr "CRANWIN3" [08:06:01.424] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.424] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.424] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.424] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.424] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.424] .. .. ..$ pid : int 184916 [08:06:01.424] .. .. ..$ random : int 1592976985 [08:06:01.424] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.424] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.424] ..$ progression_index : int 27 [08:06:01.424] ..$ progression_time : chr "2025-09-19 08:06:01.351 +0200" [08:06:01.424] ..$ type : chr "update" [08:06:01.424] ..$ message : chr(0) [08:06:01.424] ..$ amount : num 0 [08:06:01.424] ..$ step : NULL [08:06:01.424] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.424] ..$ call : NULL [08:06:01.424] ..$ calls : NULL [08:06:01.424] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.443] update_reporter() ... done [08:06:01.443] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:01.445] hide_reporter() ... [08:06:01.445] List of 15 [08:06:01.445] $ max_steps : int 10 [08:06:01.445] $ times : num Inf [08:06:01.445] $ interval : num 0.1 [08:06:01.445] $ enable_after: num 0 [08:06:01.445] $ auto_finish : logi TRUE [08:06:01.445] $ clear : logi TRUE [08:06:01.445] $ target : chr "terminal" [08:06:01.445] $ step : num 6 [08:06:01.445] $ message : chr "P: Adding 6" [08:06:01.445] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.445] $ delta : num 1 [08:06:01.445] $ enabled : logi TRUE [08:06:01.445] $ config :List of 7 [08:06:01.445] ..$ max_steps : int 10 [08:06:01.445] ..$ times : num Inf [08:06:01.445] ..$ interval : num 0.1 [08:06:01.445] ..$ enable_after: num 0 [08:06:01.445] ..$ auto_finish : logi TRUE [08:06:01.445] ..$ clear : logi TRUE [08:06:01.445] ..$ target : chr "terminal" [08:06:01.445] $ state :List of 5 [08:06:01.445] ..$ step : num 6 [08:06:01.445] ..$ message : chr "P: Adding 6" [08:06:01.445] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.445] ..$ delta : num 1 [08:06:01.445] ..$ enabled : logi TRUE [08:06:01.445] $ progression :List of 12 [08:06:01.445] ..$ owner_session_uuid: NULL [08:06:01.445] ..$ progressor_uuid : NULL [08:06:01.445] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.445] ..$ progression_index : NULL [08:06:01.445] ..$ progression_time : chr "2025-09-19 08:06:01.444 +0200" [08:06:01.445] ..$ type : chr "hide" [08:06:01.445] ..$ message : chr(0) [08:06:01.445] ..$ amount : num 1 [08:06:01.445] ..$ step : NULL [08:06:01.445] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.445] ..$ call : NULL [08:06:01.445] ..$ calls :Dotted pair list of 14 [08:06:01.445] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.445] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.445] .. ..$ : language withVisible(expr) [08:06:01.445] .. ..$ : language slow_sum(1:10) [08:06:01.445] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:01.445] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.445] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.445] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.445] .. ..$ : language signalCondition(cond) [08:06:01.445] .. ..$ : language (function (p) { ... [08:06:01.445] .. ..$ : language calling_handler(control_progression("hide")) [08:06:01.445] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.445] .. ..$ : language control_progression("hide") [08:06:01.445] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.445] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:01.467] hide_reporter() ... done - received a 'progression' (n=28) [08:06:01.467] unhide_reporter() ... [08:06:01.467] List of 15 [08:06:01.467] $ max_steps : int 10 [08:06:01.467] $ times : num Inf [08:06:01.467] $ interval : num 0.1 [08:06:01.467] $ enable_after: num 0 [08:06:01.467] $ auto_finish : logi TRUE [08:06:01.467] $ clear : logi TRUE [08:06:01.467] $ target : chr "terminal" [08:06:01.467] $ step : num 6 [08:06:01.467] $ message : chr "P: Adding 6" [08:06:01.467] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.467] $ delta : num 1 [08:06:01.467] $ enabled : logi TRUE [08:06:01.467] $ config :List of 7 [08:06:01.467] ..$ max_steps : int 10 [08:06:01.467] ..$ times : num Inf [08:06:01.467] ..$ interval : num 0.1 [08:06:01.467] ..$ enable_after: num 0 [08:06:01.467] ..$ auto_finish : logi TRUE [08:06:01.467] ..$ clear : logi TRUE [08:06:01.467] ..$ target : chr "terminal" [08:06:01.467] $ state :List of 5 [08:06:01.467] ..$ step : num 6 [08:06:01.467] ..$ message : chr "P: Adding 6" [08:06:01.467] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.467] ..$ delta : num 1 [08:06:01.467] ..$ enabled : logi TRUE [08:06:01.467] $ progression :List of 12 [08:06:01.467] ..$ owner_session_uuid: NULL [08:06:01.467] ..$ progressor_uuid : NULL [08:06:01.467] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.467] ..$ progression_index : NULL [08:06:01.467] ..$ progression_time : chr "2025-09-19 08:06:01.467 +0200" [08:06:01.467] ..$ type : chr "unhide" [08:06:01.467] ..$ message : chr(0) [08:06:01.467] ..$ amount : num 1 [08:06:01.467] ..$ step : NULL [08:06:01.467] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.467] ..$ call : NULL [08:06:01.467] ..$ calls :Dotted pair list of 14 [08:06:01.467] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.467] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.467] .. ..$ : language withVisible(expr) [08:06:01.467] .. ..$ : language slow_sum(1:10) [08:06:01.467] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:01.467] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.467] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.467] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.467] .. ..$ : language signalCondition(cond) [08:06:01.467] .. ..$ : language (function (p) { ... [08:06:01.467] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:01.467] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.467] .. ..$ : language control_progression("unhide") [08:06:01.467] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.467] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[08:06:01.489] unhide_reporter() ... done [08:06:01.489] Progression calling handler 'update' ... [08:06:01.489] - progression: [08:06:01.489] List of 12 [08:06:01.489] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.489] ..- attr(*, "source")=List of 6 [08:06:01.489] .. ..$ host : Named chr "CRANWIN3" [08:06:01.489] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.489] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.489] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.489] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.489] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.489] .. ..$ pid : int 184916 [08:06:01.489] .. ..$ random : int 1592976985 [08:06:01.489] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.489] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.489] $ progression_index : int 28 [08:06:01.489] $ progression_time : chr "2025-09-19 08:06:01.444 +0200" [08:06:01.489] $ type : chr "update" [08:06:01.489] $ message : chr "P: Adding 7" [08:06:01.489] $ amount : num 1 [08:06:01.489] $ step : NULL [08:06:01.489] $ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.489] $ call : NULL [08:06:01.489] $ calls : NULL [08:06:01.489] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.499] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:01.499] - progression_index: 28 [08:06:01.499] - duplicated: FALSE [08:06:01.499] List of 4 [08:06:01.499] $ step : num 6 [08:06:01.499] $ p$amount : num 1 [08:06:01.499] $ p$step : NULL [08:06:01.499] $ max_steps: int 10 [08:06:01.501] List of 5 [08:06:01.501] $ finished : logi FALSE [08:06:01.501] $ step : num 7 [08:06:01.501] $ milestones : num [1:4] 7 8 9 10 [08:06:01.501] $ prev_milestone: num 5 [08:06:01.501] $ interval : num 0.1 [08:06:01.509] List of 4 [08:06:01.509] $ dt : 'difftime' num 0.430747985839844 [08:06:01.509] ..- attr(*, "units")= chr "secs" [08:06:01.509] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.509] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.509] $ skip: logi FALSE [08:06:01.512] List of 1 [08:06:01.512] $ milestones: num [1:4] 7 8 9 10 [08:06:01.513] update_reporter() ... [08:06:01.513] List of 15 [08:06:01.513] $ max_steps : int 10 [08:06:01.513] $ times : num Inf [08:06:01.513] $ interval : num 0.1 [08:06:01.513] $ enable_after: num 0 [08:06:01.513] $ auto_finish : logi TRUE [08:06:01.513] $ clear : logi TRUE [08:06:01.513] $ target : chr "terminal" [08:06:01.513] $ step : num 7 [08:06:01.513] $ message : chr "P: Adding 7" [08:06:01.513] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.513] $ delta : num 2 [08:06:01.513] $ enabled : logi TRUE [08:06:01.513] $ config :List of 7 [08:06:01.513] ..$ max_steps : int 10 [08:06:01.513] ..$ times : num Inf [08:06:01.513] ..$ interval : num 0.1 [08:06:01.513] ..$ enable_after: num 0 [08:06:01.513] ..$ auto_finish : logi TRUE [08:06:01.513] ..$ clear : logi TRUE [08:06:01.513] ..$ target : chr "terminal" [08:06:01.513] $ state :List of 5 [08:06:01.513] ..$ step : num 7 [08:06:01.513] ..$ message : chr "P: Adding 7" [08:06:01.513] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.513] ..$ delta : num 2 [08:06:01.513] ..$ enabled : logi TRUE [08:06:01.513] $ progression :List of 12 [08:06:01.513] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.513] .. ..- attr(*, "source")=List of 6 [08:06:01.513] .. .. ..$ host : Named chr "CRANWIN3" [08:06:01.513] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.513] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.513] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.513] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.513] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.513] .. .. ..$ pid : int 184916 [08:06:01.513] .. .. ..$ random : int 1592976985 [08:06:01.513] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.513] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.513] ..$ progression_index : int 28 [08:06:01.513] ..$ progression_time : chr "2025-09-19 08:06:01.444 +0200" [08:06:01.513] ..$ type : chr "update" [08:06:01.513] ..$ message : chr "P: Adding 7" [08:06:01.513] ..$ amount : num 1 [08:06:01.513] ..$ step : NULL [08:06:01.513] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.513] ..$ call : NULL [08:06:01.513] ..$ calls : NULL [08:06:01.513] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |================================================= | 70%[08:06:01.539] update_reporter() ... done [08:06:01.539] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:01.540] hide_reporter() ... [08:06:01.541] List of 15 [08:06:01.541] $ max_steps : int 10 [08:06:01.541] $ times : num Inf [08:06:01.541] $ interval : num 0.1 [08:06:01.541] $ enable_after: num 0 [08:06:01.541] $ auto_finish : logi TRUE [08:06:01.541] $ clear : logi TRUE [08:06:01.541] $ target : chr "terminal" [08:06:01.541] $ step : num 7 [08:06:01.541] $ message : chr "P: Adding 7" [08:06:01.541] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.541] $ delta : num 0 [08:06:01.541] $ enabled : logi TRUE [08:06:01.541] $ config :List of 7 [08:06:01.541] ..$ max_steps : int 10 [08:06:01.541] ..$ times : num Inf [08:06:01.541] ..$ interval : num 0.1 [08:06:01.541] ..$ enable_after: num 0 [08:06:01.541] ..$ auto_finish : logi TRUE [08:06:01.541] ..$ clear : logi TRUE [08:06:01.541] ..$ target : chr "terminal" [08:06:01.541] $ state :List of 5 [08:06:01.541] ..$ step : num 7 [08:06:01.541] ..$ message : chr "P: Adding 7" [08:06:01.541] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.541] ..$ delta : num 0 [08:06:01.541] ..$ enabled : logi TRUE [08:06:01.541] $ progression :List of 12 [08:06:01.541] ..$ owner_session_uuid: NULL [08:06:01.541] ..$ progressor_uuid : NULL [08:06:01.541] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.541] ..$ progression_index : NULL [08:06:01.541] ..$ progression_time : chr "2025-09-19 08:06:01.540 +0200" [08:06:01.541] ..$ type : chr "hide" [08:06:01.541] ..$ message : chr(0) [08:06:01.541] ..$ amount : num 1 [08:06:01.541] ..$ step : NULL [08:06:01.541] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.541] ..$ call : NULL [08:06:01.541] ..$ calls :Dotted pair list of 14 [08:06:01.541] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.541] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.541] .. ..$ : language withVisible(expr) [08:06:01.541] .. ..$ : language slow_sum(1:10) [08:06:01.541] .. ..$ : language p(amount = 0) [08:06:01.541] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.541] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.541] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.541] .. ..$ : language signalCondition(cond) [08:06:01.541] .. ..$ : language (function (p) { ... [08:06:01.541] .. ..$ : language calling_handler(control_progression("hide")) [08:06:01.541] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.541] .. ..$ : language control_progression("hide") [08:06:01.541] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.541] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:01.567] hide_reporter() ... done M: Added value 7 - received a 'progression' (n=29) [08:06:01.568] unhide_reporter() ... [08:06:01.568] List of 15 [08:06:01.568] $ max_steps : int 10 [08:06:01.568] $ times : num Inf [08:06:01.568] $ interval : num 0.1 [08:06:01.568] $ enable_after: num 0 [08:06:01.568] $ auto_finish : logi TRUE [08:06:01.568] $ clear : logi TRUE [08:06:01.568] $ target : chr "terminal" [08:06:01.568] $ step : num 7 [08:06:01.568] $ message : chr "P: Adding 7" [08:06:01.568] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.568] $ delta : num 0 [08:06:01.568] $ enabled : logi TRUE [08:06:01.568] $ config :List of 7 [08:06:01.568] ..$ max_steps : int 10 [08:06:01.568] ..$ times : num Inf [08:06:01.568] ..$ interval : num 0.1 [08:06:01.568] ..$ enable_after: num 0 [08:06:01.568] ..$ auto_finish : logi TRUE [08:06:01.568] ..$ clear : logi TRUE [08:06:01.568] ..$ target : chr "terminal" [08:06:01.568] $ state :List of 5 [08:06:01.568] ..$ step : num 7 [08:06:01.568] ..$ message : chr "P: Adding 7" [08:06:01.568] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.568] ..$ delta : num 0 [08:06:01.568] ..$ enabled : logi TRUE [08:06:01.568] $ progression :List of 12 [08:06:01.568] ..$ owner_session_uuid: NULL [08:06:01.568] ..$ progressor_uuid : NULL [08:06:01.568] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.568] ..$ progression_index : NULL [08:06:01.568] ..$ progression_time : chr "2025-09-19 08:06:01.568 +0200" [08:06:01.568] ..$ type : chr "unhide" [08:06:01.568] ..$ message : chr(0) [08:06:01.568] ..$ amount : num 1 [08:06:01.568] ..$ step : NULL [08:06:01.568] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.568] ..$ call : NULL [08:06:01.568] ..$ calls :Dotted pair list of 14 [08:06:01.568] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.568] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.568] .. ..$ : language withVisible(expr) [08:06:01.568] .. ..$ : language slow_sum(1:10) [08:06:01.568] .. ..$ : language p(amount = 0) [08:06:01.568] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.568] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.568] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.568] .. ..$ : language signalCondition(cond) [08:06:01.568] .. ..$ : language (function (p) { ... [08:06:01.568] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:01.568] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.568] .. ..$ : language control_progression("unhide") [08:06:01.568] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.568] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[08:06:01.594] unhide_reporter() ... done [08:06:01.595] Progression calling handler 'update' ... [08:06:01.595] - progression: [08:06:01.595] List of 12 [08:06:01.595] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.595] ..- attr(*, "source")=List of 6 [08:06:01.595] .. ..$ host : Named chr "CRANWIN3" [08:06:01.595] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.595] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.595] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.595] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.595] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.595] .. ..$ pid : int 184916 [08:06:01.595] .. ..$ random : int 1592976985 [08:06:01.595] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.595] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.595] $ progression_index : int 29 [08:06:01.595] $ progression_time : chr "2025-09-19 08:06:01.540 +0200" [08:06:01.595] $ type : chr "update" [08:06:01.595] $ message : chr(0) [08:06:01.595] $ amount : num 0 [08:06:01.595] $ step : NULL [08:06:01.595] $ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.595] $ call : NULL [08:06:01.595] $ calls : NULL [08:06:01.595] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.606] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:01.606] - progression_index: 29 [08:06:01.606] - duplicated: FALSE [08:06:01.606] List of 4 [08:06:01.606] $ step : num 7 [08:06:01.606] $ p$amount : num 0 [08:06:01.606] $ p$step : NULL [08:06:01.606] $ max_steps: int 10 [08:06:01.609] List of 5 [08:06:01.609] $ finished : logi FALSE [08:06:01.609] $ step : num 7 [08:06:01.609] $ milestones : num [1:3] 8 9 10 [08:06:01.609] $ prev_milestone: num 7 [08:06:01.609] $ interval : num 0.1 [08:06:01.613] List of 4 [08:06:01.613] $ dt : 'difftime' num 0 [08:06:01.613] ..- attr(*, "units")= chr "secs" [08:06:01.613] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.613] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.613] $ skip: logi TRUE [08:06:01.616] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:01.617] hide_reporter() ... [08:06:01.617] List of 15 [08:06:01.617] $ max_steps : int 10 [08:06:01.617] $ times : num Inf [08:06:01.617] $ interval : num 0.1 [08:06:01.617] $ enable_after: num 0 [08:06:01.617] $ auto_finish : logi TRUE [08:06:01.617] $ clear : logi TRUE [08:06:01.617] $ target : chr "terminal" [08:06:01.617] $ step : num 7 [08:06:01.617] $ message : chr "P: Adding 7" [08:06:01.617] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.617] $ delta : num 0 [08:06:01.617] $ enabled : logi TRUE [08:06:01.617] $ config :List of 7 [08:06:01.617] ..$ max_steps : int 10 [08:06:01.617] ..$ times : num Inf [08:06:01.617] ..$ interval : num 0.1 [08:06:01.617] ..$ enable_after: num 0 [08:06:01.617] ..$ auto_finish : logi TRUE [08:06:01.617] ..$ clear : logi TRUE [08:06:01.617] ..$ target : chr "terminal" [08:06:01.617] $ state :List of 5 [08:06:01.617] ..$ step : num 7 [08:06:01.617] ..$ message : chr "P: Adding 7" [08:06:01.617] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.617] ..$ delta : num 0 [08:06:01.617] ..$ enabled : logi TRUE [08:06:01.617] $ progression :List of 12 [08:06:01.617] ..$ owner_session_uuid: NULL [08:06:01.617] ..$ progressor_uuid : NULL [08:06:01.617] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.617] ..$ progression_index : NULL [08:06:01.617] ..$ progression_time : chr "2025-09-19 08:06:01.617 +0200" [08:06:01.617] ..$ type : chr "hide" [08:06:01.617] ..$ message : chr(0) [08:06:01.617] ..$ amount : num 1 [08:06:01.617] ..$ step : NULL [08:06:01.617] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.617] ..$ call : NULL [08:06:01.617] ..$ calls :Dotted pair list of 14 [08:06:01.617] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.617] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.617] .. ..$ : language withVisible(expr) [08:06:01.617] .. ..$ : language slow_sum(1:10) [08:06:01.617] .. ..$ : language p(amount = 0) [08:06:01.617] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.617] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.617] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.617] .. ..$ : language signalCondition(cond) [08:06:01.617] .. ..$ : language (function (p) { ... [08:06:01.617] .. ..$ : language calling_handler(control_progression("hide")) [08:06:01.617] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.617] .. ..$ : language control_progression("hide") [08:06:01.617] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.617] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:01.650] hide_reporter() ... done - received a 'progression' (n=30) [08:06:01.651] unhide_reporter() ... [08:06:01.651] List of 15 [08:06:01.651] $ max_steps : int 10 [08:06:01.651] $ times : num Inf [08:06:01.651] $ interval : num 0.1 [08:06:01.651] $ enable_after: num 0 [08:06:01.651] $ auto_finish : logi TRUE [08:06:01.651] $ clear : logi TRUE [08:06:01.651] $ target : chr "terminal" [08:06:01.651] $ step : num 7 [08:06:01.651] $ message : chr "P: Adding 7" [08:06:01.651] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.651] $ delta : num 0 [08:06:01.651] $ enabled : logi TRUE [08:06:01.651] $ config :List of 7 [08:06:01.651] ..$ max_steps : int 10 [08:06:01.651] ..$ times : num Inf [08:06:01.651] ..$ interval : num 0.1 [08:06:01.651] ..$ enable_after: num 0 [08:06:01.651] ..$ auto_finish : logi TRUE [08:06:01.651] ..$ clear : logi TRUE [08:06:01.651] ..$ target : chr "terminal" [08:06:01.651] $ state :List of 5 [08:06:01.651] ..$ step : num 7 [08:06:01.651] ..$ message : chr "P: Adding 7" [08:06:01.651] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.651] ..$ delta : num 0 [08:06:01.651] ..$ enabled : logi TRUE [08:06:01.651] $ progression :List of 12 [08:06:01.651] ..$ owner_session_uuid: NULL [08:06:01.651] ..$ progressor_uuid : NULL [08:06:01.651] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.651] ..$ progression_index : NULL [08:06:01.651] ..$ progression_time : chr "2025-09-19 08:06:01.650 +0200" [08:06:01.651] ..$ type : chr "unhide" [08:06:01.651] ..$ message : chr(0) [08:06:01.651] ..$ amount : num 1 [08:06:01.651] ..$ step : NULL [08:06:01.651] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.651] ..$ call : NULL [08:06:01.651] ..$ calls :Dotted pair list of 14 [08:06:01.651] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.651] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.651] .. ..$ : language withVisible(expr) [08:06:01.651] .. ..$ : language slow_sum(1:10) [08:06:01.651] .. ..$ : language p(amount = 0) [08:06:01.651] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.651] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.651] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.651] .. ..$ : language signalCondition(cond) [08:06:01.651] .. ..$ : language (function (p) { ... [08:06:01.651] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:01.651] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.651] .. ..$ : language control_progression("unhide") [08:06:01.651] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.651] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[08:06:01.676] unhide_reporter() ... done [08:06:01.676] Progression calling handler 'update' ... [08:06:01.676] - progression: [08:06:01.676] List of 12 [08:06:01.676] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.676] ..- attr(*, "source")=List of 6 [08:06:01.676] .. ..$ host : Named chr "CRANWIN3" [08:06:01.676] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.676] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.676] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.676] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.676] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.676] .. ..$ pid : int 184916 [08:06:01.676] .. ..$ random : int 1592976985 [08:06:01.676] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.676] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.676] $ progression_index : int 30 [08:06:01.676] $ progression_time : chr "2025-09-19 08:06:01.616 +0200" [08:06:01.676] $ type : chr "update" [08:06:01.676] $ message : chr(0) [08:06:01.676] $ amount : num 0 [08:06:01.676] $ step : NULL [08:06:01.676] $ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.676] $ call : NULL [08:06:01.676] $ calls : NULL [08:06:01.676] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.686] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:01.686] - progression_index: 30 [08:06:01.686] - duplicated: FALSE [08:06:01.686] List of 4 [08:06:01.686] $ step : num 7 [08:06:01.686] $ p$amount : num 0 [08:06:01.686] $ p$step : NULL [08:06:01.686] $ max_steps: int 10 [08:06:01.689] List of 5 [08:06:01.689] $ finished : logi FALSE [08:06:01.689] $ step : num 7 [08:06:01.689] $ milestones : num [1:3] 8 9 10 [08:06:01.689] $ prev_milestone: num 7 [08:06:01.689] $ interval : num 0.1 [08:06:01.692] List of 4 [08:06:01.692] $ dt : 'difftime' num 0 [08:06:01.692] ..- attr(*, "units")= chr "secs" [08:06:01.692] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.692] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.692] $ skip: logi TRUE [08:06:01.695] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:01.697] hide_reporter() ... [08:06:01.697] List of 15 [08:06:01.697] $ max_steps : int 10 [08:06:01.697] $ times : num Inf [08:06:01.697] $ interval : num 0.1 [08:06:01.697] $ enable_after: num 0 [08:06:01.697] $ auto_finish : logi TRUE [08:06:01.697] $ clear : logi TRUE [08:06:01.697] $ target : chr "terminal" [08:06:01.697] $ step : num 7 [08:06:01.697] $ message : chr "P: Adding 7" [08:06:01.697] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.697] $ delta : num 0 [08:06:01.697] $ enabled : logi TRUE [08:06:01.697] $ config :List of 7 [08:06:01.697] ..$ max_steps : int 10 [08:06:01.697] ..$ times : num Inf [08:06:01.697] ..$ interval : num 0.1 [08:06:01.697] ..$ enable_after: num 0 [08:06:01.697] ..$ auto_finish : logi TRUE [08:06:01.697] ..$ clear : logi TRUE [08:06:01.697] ..$ target : chr "terminal" [08:06:01.697] $ state :List of 5 [08:06:01.697] ..$ step : num 7 [08:06:01.697] ..$ message : chr "P: Adding 7" [08:06:01.697] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.697] ..$ delta : num 0 [08:06:01.697] ..$ enabled : logi TRUE [08:06:01.697] $ progression :List of 12 [08:06:01.697] ..$ owner_session_uuid: NULL [08:06:01.697] ..$ progressor_uuid : NULL [08:06:01.697] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.697] ..$ progression_index : NULL [08:06:01.697] ..$ progression_time : chr "2025-09-19 08:06:01.696 +0200" [08:06:01.697] ..$ type : chr "hide" [08:06:01.697] ..$ message : chr(0) [08:06:01.697] ..$ amount : num 1 [08:06:01.697] ..$ step : NULL [08:06:01.697] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.697] ..$ call : NULL [08:06:01.697] ..$ calls :Dotted pair list of 14 [08:06:01.697] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.697] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.697] .. ..$ : language withVisible(expr) [08:06:01.697] .. ..$ : language slow_sum(1:10) [08:06:01.697] .. ..$ : language p(amount = 0) [08:06:01.697] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.697] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.697] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.697] .. ..$ : language signalCondition(cond) [08:06:01.697] .. ..$ : language (function (p) { ... [08:06:01.697] .. ..$ : language calling_handler(control_progression("hide")) [08:06:01.697] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.697] .. ..$ : language control_progression("hide") [08:06:01.697] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.697] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:01.718] hide_reporter() ... done - received a 'progression' (n=31) [08:06:01.719] unhide_reporter() ... [08:06:01.719] List of 15 [08:06:01.719] $ max_steps : int 10 [08:06:01.719] $ times : num Inf [08:06:01.719] $ interval : num 0.1 [08:06:01.719] $ enable_after: num 0 [08:06:01.719] $ auto_finish : logi TRUE [08:06:01.719] $ clear : logi TRUE [08:06:01.719] $ target : chr "terminal" [08:06:01.719] $ step : num 7 [08:06:01.719] $ message : chr "P: Adding 7" [08:06:01.719] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.719] $ delta : num 0 [08:06:01.719] $ enabled : logi TRUE [08:06:01.719] $ config :List of 7 [08:06:01.719] ..$ max_steps : int 10 [08:06:01.719] ..$ times : num Inf [08:06:01.719] ..$ interval : num 0.1 [08:06:01.719] ..$ enable_after: num 0 [08:06:01.719] ..$ auto_finish : logi TRUE [08:06:01.719] ..$ clear : logi TRUE [08:06:01.719] ..$ target : chr "terminal" [08:06:01.719] $ state :List of 5 [08:06:01.719] ..$ step : num 7 [08:06:01.719] ..$ message : chr "P: Adding 7" [08:06:01.719] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.719] ..$ delta : num 0 [08:06:01.719] ..$ enabled : logi TRUE [08:06:01.719] $ progression :List of 12 [08:06:01.719] ..$ owner_session_uuid: NULL [08:06:01.719] ..$ progressor_uuid : NULL [08:06:01.719] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.719] ..$ progression_index : NULL [08:06:01.719] ..$ progression_time : chr "2025-09-19 08:06:01.719 +0200" [08:06:01.719] ..$ type : chr "unhide" [08:06:01.719] ..$ message : chr(0) [08:06:01.719] ..$ amount : num 1 [08:06:01.719] ..$ step : NULL [08:06:01.719] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.719] ..$ call : NULL [08:06:01.719] ..$ calls :Dotted pair list of 14 [08:06:01.719] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.719] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.719] .. ..$ : language withVisible(expr) [08:06:01.719] .. ..$ : language slow_sum(1:10) [08:06:01.719] .. ..$ : language p(amount = 0) [08:06:01.719] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.719] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.719] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.719] .. ..$ : language signalCondition(cond) [08:06:01.719] .. ..$ : language (function (p) { ... [08:06:01.719] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:01.719] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.719] .. ..$ : language control_progression("unhide") [08:06:01.719] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.719] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[08:06:01.746] unhide_reporter() ... done [08:06:01.746] Progression calling handler 'update' ... [08:06:01.746] - progression: [08:06:01.746] List of 12 [08:06:01.746] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.746] ..- attr(*, "source")=List of 6 [08:06:01.746] .. ..$ host : Named chr "CRANWIN3" [08:06:01.746] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.746] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.746] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.746] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.746] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.746] .. ..$ pid : int 184916 [08:06:01.746] .. ..$ random : int 1592976985 [08:06:01.746] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.746] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.746] $ progression_index : int 31 [08:06:01.746] $ progression_time : chr "2025-09-19 08:06:01.696 +0200" [08:06:01.746] $ type : chr "update" [08:06:01.746] $ message : chr(0) [08:06:01.746] $ amount : num 0 [08:06:01.746] $ step : NULL [08:06:01.746] $ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.746] $ call : NULL [08:06:01.746] $ calls : NULL [08:06:01.746] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.755] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:01.755] - progression_index: 31 [08:06:01.755] - duplicated: FALSE [08:06:01.756] List of 4 [08:06:01.756] $ step : num 7 [08:06:01.756] $ p$amount : num 0 [08:06:01.756] $ p$step : NULL [08:06:01.756] $ max_steps: int 10 [08:06:01.758] List of 5 [08:06:01.758] $ finished : logi FALSE [08:06:01.758] $ step : num 7 [08:06:01.758] $ milestones : num [1:3] 8 9 10 [08:06:01.758] $ prev_milestone: num 7 [08:06:01.758] $ interval : num 0.1 [08:06:01.760] List of 4 [08:06:01.760] $ dt : 'difftime' num 0 [08:06:01.760] ..- attr(*, "units")= chr "secs" [08:06:01.760] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.760] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.760] $ skip: logi TRUE [08:06:01.763] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:01.764] hide_reporter() ... [08:06:01.764] List of 15 [08:06:01.764] $ max_steps : int 10 [08:06:01.764] $ times : num Inf [08:06:01.764] $ interval : num 0.1 [08:06:01.764] $ enable_after: num 0 [08:06:01.764] $ auto_finish : logi TRUE [08:06:01.764] $ clear : logi TRUE [08:06:01.764] $ target : chr "terminal" [08:06:01.764] $ step : num 7 [08:06:01.764] $ message : chr "P: Adding 7" [08:06:01.764] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.764] $ delta : num 0 [08:06:01.764] $ enabled : logi TRUE [08:06:01.764] $ config :List of 7 [08:06:01.764] ..$ max_steps : int 10 [08:06:01.764] ..$ times : num Inf [08:06:01.764] ..$ interval : num 0.1 [08:06:01.764] ..$ enable_after: num 0 [08:06:01.764] ..$ auto_finish : logi TRUE [08:06:01.764] ..$ clear : logi TRUE [08:06:01.764] ..$ target : chr "terminal" [08:06:01.764] $ state :List of 5 [08:06:01.764] ..$ step : num 7 [08:06:01.764] ..$ message : chr "P: Adding 7" [08:06:01.764] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.764] ..$ delta : num 0 [08:06:01.764] ..$ enabled : logi TRUE [08:06:01.764] $ progression :List of 12 [08:06:01.764] ..$ owner_session_uuid: NULL [08:06:01.764] ..$ progressor_uuid : NULL [08:06:01.764] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.764] ..$ progression_index : NULL [08:06:01.764] ..$ progression_time : chr "2025-09-19 08:06:01.764 +0200" [08:06:01.764] ..$ type : chr "hide" [08:06:01.764] ..$ message : chr(0) [08:06:01.764] ..$ amount : num 1 [08:06:01.764] ..$ step : NULL [08:06:01.764] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.764] ..$ call : NULL [08:06:01.764] ..$ calls :Dotted pair list of 14 [08:06:01.764] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.764] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.764] .. ..$ : language withVisible(expr) [08:06:01.764] .. ..$ : language slow_sum(1:10) [08:06:01.764] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:01.764] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.764] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.764] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.764] .. ..$ : language signalCondition(cond) [08:06:01.764] .. ..$ : language (function (p) { ... [08:06:01.764] .. ..$ : language calling_handler(control_progression("hide")) [08:06:01.764] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.764] .. ..$ : language control_progression("hide") [08:06:01.764] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.764] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:01.785] hide_reporter() ... done - received a 'progression' (n=32) [08:06:01.786] unhide_reporter() ... [08:06:01.786] List of 15 [08:06:01.786] $ max_steps : int 10 [08:06:01.786] $ times : num Inf [08:06:01.786] $ interval : num 0.1 [08:06:01.786] $ enable_after: num 0 [08:06:01.786] $ auto_finish : logi TRUE [08:06:01.786] $ clear : logi TRUE [08:06:01.786] $ target : chr "terminal" [08:06:01.786] $ step : num 7 [08:06:01.786] $ message : chr "P: Adding 7" [08:06:01.786] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.786] $ delta : num 0 [08:06:01.786] $ enabled : logi TRUE [08:06:01.786] $ config :List of 7 [08:06:01.786] ..$ max_steps : int 10 [08:06:01.786] ..$ times : num Inf [08:06:01.786] ..$ interval : num 0.1 [08:06:01.786] ..$ enable_after: num 0 [08:06:01.786] ..$ auto_finish : logi TRUE [08:06:01.786] ..$ clear : logi TRUE [08:06:01.786] ..$ target : chr "terminal" [08:06:01.786] $ state :List of 5 [08:06:01.786] ..$ step : num 7 [08:06:01.786] ..$ message : chr "P: Adding 7" [08:06:01.786] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.786] ..$ delta : num 0 [08:06:01.786] ..$ enabled : logi TRUE [08:06:01.786] $ progression :List of 12 [08:06:01.786] ..$ owner_session_uuid: NULL [08:06:01.786] ..$ progressor_uuid : NULL [08:06:01.786] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.786] ..$ progression_index : NULL [08:06:01.786] ..$ progression_time : chr "2025-09-19 08:06:01.786 +0200" [08:06:01.786] ..$ type : chr "unhide" [08:06:01.786] ..$ message : chr(0) [08:06:01.786] ..$ amount : num 1 [08:06:01.786] ..$ step : NULL [08:06:01.786] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.786] ..$ call : NULL [08:06:01.786] ..$ calls :Dotted pair list of 14 [08:06:01.786] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.786] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.786] .. ..$ : language withVisible(expr) [08:06:01.786] .. ..$ : language slow_sum(1:10) [08:06:01.786] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:01.786] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.786] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.786] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.786] .. ..$ : language signalCondition(cond) [08:06:01.786] .. ..$ : language (function (p) { ... [08:06:01.786] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:01.786] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.786] .. ..$ : language control_progression("unhide") [08:06:01.786] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.786] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[08:06:01.810] unhide_reporter() ... done [08:06:01.811] Progression calling handler 'update' ... [08:06:01.811] - progression: [08:06:01.811] List of 12 [08:06:01.811] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.811] ..- attr(*, "source")=List of 6 [08:06:01.811] .. ..$ host : Named chr "CRANWIN3" [08:06:01.811] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.811] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.811] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.811] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.811] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.811] .. ..$ pid : int 184916 [08:06:01.811] .. ..$ random : int 1592976985 [08:06:01.811] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.811] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.811] $ progression_index : int 32 [08:06:01.811] $ progression_time : chr "2025-09-19 08:06:01.763 +0200" [08:06:01.811] $ type : chr "update" [08:06:01.811] $ message : chr "P: Adding 8" [08:06:01.811] $ amount : num 1 [08:06:01.811] $ step : NULL [08:06:01.811] $ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.811] $ call : NULL [08:06:01.811] $ calls : NULL [08:06:01.811] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.822] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:01.822] - progression_index: 32 [08:06:01.822] - duplicated: FALSE [08:06:01.822] List of 4 [08:06:01.822] $ step : num 7 [08:06:01.822] $ p$amount : num 1 [08:06:01.822] $ p$step : NULL [08:06:01.822] $ max_steps: int 10 [08:06:01.825] List of 5 [08:06:01.825] $ finished : logi FALSE [08:06:01.825] $ step : num 8 [08:06:01.825] $ milestones : num [1:3] 8 9 10 [08:06:01.825] $ prev_milestone: num 7 [08:06:01.825] $ interval : num 0.1 [08:06:01.828] List of 4 [08:06:01.828] $ dt : 'difftime' num 0.0670030117034912 [08:06:01.828] ..- attr(*, "units")= chr "secs" [08:06:01.828] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.828] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.828] $ skip: logi TRUE [08:06:01.831] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:01.838] hide_reporter() ... [08:06:01.838] List of 15 [08:06:01.838] $ max_steps : int 10 [08:06:01.838] $ times : num Inf [08:06:01.838] $ interval : num 0.1 [08:06:01.838] $ enable_after: num 0 [08:06:01.838] $ auto_finish : logi TRUE [08:06:01.838] $ clear : logi TRUE [08:06:01.838] $ target : chr "terminal" [08:06:01.838] $ step : num 8 [08:06:01.838] $ message : chr "P: Adding 8" [08:06:01.838] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.838] $ delta : num 1 [08:06:01.838] $ enabled : logi TRUE [08:06:01.838] $ config :List of 7 [08:06:01.838] ..$ max_steps : int 10 [08:06:01.838] ..$ times : num Inf [08:06:01.838] ..$ interval : num 0.1 [08:06:01.838] ..$ enable_after: num 0 [08:06:01.838] ..$ auto_finish : logi TRUE [08:06:01.838] ..$ clear : logi TRUE [08:06:01.838] ..$ target : chr "terminal" [08:06:01.838] $ state :List of 5 [08:06:01.838] ..$ step : num 8 [08:06:01.838] ..$ message : chr "P: Adding 8" [08:06:01.838] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.838] ..$ delta : num 1 [08:06:01.838] ..$ enabled : logi TRUE [08:06:01.838] $ progression :List of 12 [08:06:01.838] ..$ owner_session_uuid: NULL [08:06:01.838] ..$ progressor_uuid : NULL [08:06:01.838] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.838] ..$ progression_index : NULL [08:06:01.838] ..$ progression_time : chr "2025-09-19 08:06:01.837 +0200" [08:06:01.838] ..$ type : chr "hide" [08:06:01.838] ..$ message : chr(0) [08:06:01.838] ..$ amount : num 1 [08:06:01.838] ..$ step : NULL [08:06:01.838] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.838] ..$ call : NULL [08:06:01.838] ..$ calls :Dotted pair list of 14 [08:06:01.838] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.838] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.838] .. ..$ : language withVisible(expr) [08:06:01.838] .. ..$ : language slow_sum(1:10) [08:06:01.838] .. ..$ : language p(amount = 0) [08:06:01.838] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.838] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.838] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.838] .. ..$ : language signalCondition(cond) [08:06:01.838] .. ..$ : language (function (p) { ... [08:06:01.838] .. ..$ : language calling_handler(control_progression("hide")) [08:06:01.838] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.838] .. ..$ : language control_progression("hide") [08:06:01.838] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.838] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:01.865] hide_reporter() ... done M: Added value 8 - received a 'progression' (n=33) [08:06:01.865] unhide_reporter() ... [08:06:01.866] List of 15 [08:06:01.866] $ max_steps : int 10 [08:06:01.866] $ times : num Inf [08:06:01.866] $ interval : num 0.1 [08:06:01.866] $ enable_after: num 0 [08:06:01.866] $ auto_finish : logi TRUE [08:06:01.866] $ clear : logi TRUE [08:06:01.866] $ target : chr "terminal" [08:06:01.866] $ step : num 8 [08:06:01.866] $ message : chr "P: Adding 8" [08:06:01.866] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.866] $ delta : num 1 [08:06:01.866] $ enabled : logi TRUE [08:06:01.866] $ config :List of 7 [08:06:01.866] ..$ max_steps : int 10 [08:06:01.866] ..$ times : num Inf [08:06:01.866] ..$ interval : num 0.1 [08:06:01.866] ..$ enable_after: num 0 [08:06:01.866] ..$ auto_finish : logi TRUE [08:06:01.866] ..$ clear : logi TRUE [08:06:01.866] ..$ target : chr "terminal" [08:06:01.866] $ state :List of 5 [08:06:01.866] ..$ step : num 8 [08:06:01.866] ..$ message : chr "P: Adding 8" [08:06:01.866] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.866] ..$ delta : num 1 [08:06:01.866] ..$ enabled : logi TRUE [08:06:01.866] $ progression :List of 12 [08:06:01.866] ..$ owner_session_uuid: NULL [08:06:01.866] ..$ progressor_uuid : NULL [08:06:01.866] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.866] ..$ progression_index : NULL [08:06:01.866] ..$ progression_time : chr "2025-09-19 08:06:01.865 +0200" [08:06:01.866] ..$ type : chr "unhide" [08:06:01.866] ..$ message : chr(0) [08:06:01.866] ..$ amount : num 1 [08:06:01.866] ..$ step : NULL [08:06:01.866] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.866] ..$ call : NULL [08:06:01.866] ..$ calls :Dotted pair list of 14 [08:06:01.866] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.866] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.866] .. ..$ : language withVisible(expr) [08:06:01.866] .. ..$ : language slow_sum(1:10) [08:06:01.866] .. ..$ : language p(amount = 0) [08:06:01.866] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.866] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.866] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.866] .. ..$ : language signalCondition(cond) [08:06:01.866] .. ..$ : language (function (p) { ... [08:06:01.866] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:01.866] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.866] .. ..$ : language control_progression("unhide") [08:06:01.866] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.866] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[08:06:01.891] unhide_reporter() ... done [08:06:01.891] Progression calling handler 'update' ... [08:06:01.892] - progression: [08:06:01.892] List of 12 [08:06:01.892] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.892] ..- attr(*, "source")=List of 6 [08:06:01.892] .. ..$ host : Named chr "CRANWIN3" [08:06:01.892] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.892] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.892] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.892] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.892] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.892] .. ..$ pid : int 184916 [08:06:01.892] .. ..$ random : int 1592976985 [08:06:01.892] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.892] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.892] $ progression_index : int 33 [08:06:01.892] $ progression_time : chr "2025-09-19 08:06:01.832 +0200" [08:06:01.892] $ type : chr "update" [08:06:01.892] $ message : chr(0) [08:06:01.892] $ amount : num 0 [08:06:01.892] $ step : NULL [08:06:01.892] $ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.892] $ call : NULL [08:06:01.892] $ calls : NULL [08:06:01.892] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.902] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:01.902] - progression_index: 33 [08:06:01.903] - duplicated: FALSE [08:06:01.903] List of 4 [08:06:01.903] $ step : num 8 [08:06:01.903] $ p$amount : num 0 [08:06:01.903] $ p$step : NULL [08:06:01.903] $ max_steps: int 10 [08:06:01.905] List of 5 [08:06:01.905] $ finished : logi FALSE [08:06:01.905] $ step : num 8 [08:06:01.905] $ milestones : num [1:2] 9 10 [08:06:01.905] $ prev_milestone: num 7 [08:06:01.905] $ interval : num 0.1 [08:06:01.909] List of 4 [08:06:01.909] $ dt : 'difftime' num 0.147685050964355 [08:06:01.909] ..- attr(*, "units")= chr "secs" [08:06:01.909] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.909] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.909] $ skip: logi FALSE [08:06:01.912] List of 1 [08:06:01.912] $ milestones: num [1:2] 9 10 [08:06:01.913] update_reporter() ... [08:06:01.913] List of 15 [08:06:01.913] $ max_steps : int 10 [08:06:01.913] $ times : num Inf [08:06:01.913] $ interval : num 0.1 [08:06:01.913] $ enable_after: num 0 [08:06:01.913] $ auto_finish : logi TRUE [08:06:01.913] $ clear : logi TRUE [08:06:01.913] $ target : chr "terminal" [08:06:01.913] $ step : num 8 [08:06:01.913] $ message : chr "P: Adding 8" [08:06:01.913] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.913] $ delta : num 1 [08:06:01.913] $ enabled : logi TRUE [08:06:01.913] $ config :List of 7 [08:06:01.913] ..$ max_steps : int 10 [08:06:01.913] ..$ times : num Inf [08:06:01.913] ..$ interval : num 0.1 [08:06:01.913] ..$ enable_after: num 0 [08:06:01.913] ..$ auto_finish : logi TRUE [08:06:01.913] ..$ clear : logi TRUE [08:06:01.913] ..$ target : chr "terminal" [08:06:01.913] $ state :List of 5 [08:06:01.913] ..$ step : num 8 [08:06:01.913] ..$ message : chr "P: Adding 8" [08:06:01.913] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.913] ..$ delta : num 1 [08:06:01.913] ..$ enabled : logi TRUE [08:06:01.913] $ progression :List of 12 [08:06:01.913] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.913] .. ..- attr(*, "source")=List of 6 [08:06:01.913] .. .. ..$ host : Named chr "CRANWIN3" [08:06:01.913] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.913] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.913] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.913] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.913] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.913] .. .. ..$ pid : int 184916 [08:06:01.913] .. .. ..$ random : int 1592976985 [08:06:01.913] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.913] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.913] ..$ progression_index : int 33 [08:06:01.913] ..$ progression_time : chr "2025-09-19 08:06:01.832 +0200" [08:06:01.913] ..$ type : chr "update" [08:06:01.913] ..$ message : chr(0) [08:06:01.913] ..$ amount : num 0 [08:06:01.913] ..$ step : NULL [08:06:01.913] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.913] ..$ call : NULL [08:06:01.913] ..$ calls : NULL [08:06:01.913] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:01.937] update_reporter() ... done [08:06:01.937] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:01.938] hide_reporter() ... [08:06:01.938] List of 15 [08:06:01.938] $ max_steps : int 10 [08:06:01.938] $ times : num Inf [08:06:01.938] $ interval : num 0.1 [08:06:01.938] $ enable_after: num 0 [08:06:01.938] $ auto_finish : logi TRUE [08:06:01.938] $ clear : logi TRUE [08:06:01.938] $ target : chr "terminal" [08:06:01.938] $ step : num 8 [08:06:01.938] $ message : chr "P: Adding 8" [08:06:01.938] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.938] $ delta : num 1 [08:06:01.938] $ enabled : logi TRUE [08:06:01.938] $ config :List of 7 [08:06:01.938] ..$ max_steps : int 10 [08:06:01.938] ..$ times : num Inf [08:06:01.938] ..$ interval : num 0.1 [08:06:01.938] ..$ enable_after: num 0 [08:06:01.938] ..$ auto_finish : logi TRUE [08:06:01.938] ..$ clear : logi TRUE [08:06:01.938] ..$ target : chr "terminal" [08:06:01.938] $ state :List of 5 [08:06:01.938] ..$ step : num 8 [08:06:01.938] ..$ message : chr "P: Adding 8" [08:06:01.938] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.938] ..$ delta : num 1 [08:06:01.938] ..$ enabled : logi TRUE [08:06:01.938] $ progression :List of 12 [08:06:01.938] ..$ owner_session_uuid: NULL [08:06:01.938] ..$ progressor_uuid : NULL [08:06:01.938] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.938] ..$ progression_index : NULL [08:06:01.938] ..$ progression_time : chr "2025-09-19 08:06:01.938 +0200" [08:06:01.938] ..$ type : chr "hide" [08:06:01.938] ..$ message : chr(0) [08:06:01.938] ..$ amount : num 1 [08:06:01.938] ..$ step : NULL [08:06:01.938] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.938] ..$ call : NULL [08:06:01.938] ..$ calls :Dotted pair list of 14 [08:06:01.938] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.938] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.938] .. ..$ : language withVisible(expr) [08:06:01.938] .. ..$ : language slow_sum(1:10) [08:06:01.938] .. ..$ : language p(amount = 0) [08:06:01.938] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.938] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.938] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.938] .. ..$ : language signalCondition(cond) [08:06:01.938] .. ..$ : language (function (p) { ... [08:06:01.938] .. ..$ : language calling_handler(control_progression("hide")) [08:06:01.938] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.938] .. ..$ : language control_progression("hide") [08:06:01.938] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.938] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:01.970] hide_reporter() ... done - received a 'progression' (n=34) [08:06:01.971] unhide_reporter() ... [08:06:01.971] List of 15 [08:06:01.971] $ max_steps : int 10 [08:06:01.971] $ times : num Inf [08:06:01.971] $ interval : num 0.1 [08:06:01.971] $ enable_after: num 0 [08:06:01.971] $ auto_finish : logi TRUE [08:06:01.971] $ clear : logi TRUE [08:06:01.971] $ target : chr "terminal" [08:06:01.971] $ step : num 8 [08:06:01.971] $ message : chr "P: Adding 8" [08:06:01.971] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.971] $ delta : num 1 [08:06:01.971] $ enabled : logi TRUE [08:06:01.971] $ config :List of 7 [08:06:01.971] ..$ max_steps : int 10 [08:06:01.971] ..$ times : num Inf [08:06:01.971] ..$ interval : num 0.1 [08:06:01.971] ..$ enable_after: num 0 [08:06:01.971] ..$ auto_finish : logi TRUE [08:06:01.971] ..$ clear : logi TRUE [08:06:01.971] ..$ target : chr "terminal" [08:06:01.971] $ state :List of 5 [08:06:01.971] ..$ step : num 8 [08:06:01.971] ..$ message : chr "P: Adding 8" [08:06:01.971] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:01.971] ..$ delta : num 1 [08:06:01.971] ..$ enabled : logi TRUE [08:06:01.971] $ progression :List of 12 [08:06:01.971] ..$ owner_session_uuid: NULL [08:06:01.971] ..$ progressor_uuid : NULL [08:06:01.971] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.971] ..$ progression_index : NULL [08:06:01.971] ..$ progression_time : chr "2025-09-19 08:06:01.971 +0200" [08:06:01.971] ..$ type : chr "unhide" [08:06:01.971] ..$ message : chr(0) [08:06:01.971] ..$ amount : num 1 [08:06:01.971] ..$ step : NULL [08:06:01.971] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.971] ..$ call : NULL [08:06:01.971] ..$ calls :Dotted pair list of 14 [08:06:01.971] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:01.971] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:01.971] .. ..$ : language withVisible(expr) [08:06:01.971] .. ..$ : language slow_sum(1:10) [08:06:01.971] .. ..$ : language p(amount = 0) [08:06:01.971] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:01.971] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:01.971] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:01.971] .. ..$ : language signalCondition(cond) [08:06:01.971] .. ..$ : language (function (p) { ... [08:06:01.971] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:01.971] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:01.971] .. ..$ : language control_progression("unhide") [08:06:01.971] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:01.971] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[08:06:01.996] unhide_reporter() ... done [08:06:01.996] Progression calling handler 'update' ... [08:06:01.996] - progression: [08:06:01.996] List of 12 [08:06:01.996] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.996] ..- attr(*, "source")=List of 6 [08:06:01.996] .. ..$ host : Named chr "CRANWIN3" [08:06:01.996] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:01.996] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:01.996] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:01.996] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:01.996] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:01.996] .. ..$ pid : int 184916 [08:06:01.996] .. ..$ random : int 1592976985 [08:06:01.996] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:01.996] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:01.996] $ progression_index : int 34 [08:06:01.996] $ progression_time : chr "2025-09-19 08:06:01.937 +0200" [08:06:01.996] $ type : chr "update" [08:06:01.996] $ message : chr(0) [08:06:01.996] $ amount : num 0 [08:06:01.996] $ step : NULL [08:06:01.996] $ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:01.996] $ call : NULL [08:06:01.996] $ calls : NULL [08:06:01.996] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.006] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:02.006] - progression_index: 34 [08:06:02.006] - duplicated: FALSE [08:06:02.006] List of 4 [08:06:02.006] $ step : num 8 [08:06:02.006] $ p$amount : num 0 [08:06:02.006] $ p$step : NULL [08:06:02.006] $ max_steps: int 10 [08:06:02.009] List of 5 [08:06:02.009] $ finished : logi FALSE [08:06:02.009] $ step : num 8 [08:06:02.009] $ milestones : num [1:2] 9 10 [08:06:02.009] $ prev_milestone: num 7 [08:06:02.009] $ interval : num 0.1 [08:06:02.012] List of 4 [08:06:02.012] $ dt : 'difftime' num 0.25121808052063 [08:06:02.012] ..- attr(*, "units")= chr "secs" [08:06:02.012] $ : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.012] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:02.012] $ skip: logi FALSE [08:06:02.015] List of 1 [08:06:02.015] $ milestones: num [1:2] 9 10 [08:06:02.016] update_reporter() ... [08:06:02.016] List of 15 [08:06:02.016] $ max_steps : int 10 [08:06:02.016] $ times : num Inf [08:06:02.016] $ interval : num 0.1 [08:06:02.016] $ enable_after: num 0 [08:06:02.016] $ auto_finish : logi TRUE [08:06:02.016] $ clear : logi TRUE [08:06:02.016] $ target : chr "terminal" [08:06:02.016] $ step : num 8 [08:06:02.016] $ message : chr "P: Adding 8" [08:06:02.016] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.016] $ delta : num 1 [08:06:02.016] $ enabled : logi TRUE [08:06:02.016] $ config :List of 7 [08:06:02.016] ..$ max_steps : int 10 [08:06:02.016] ..$ times : num Inf [08:06:02.016] ..$ interval : num 0.1 [08:06:02.016] ..$ enable_after: num 0 [08:06:02.016] ..$ auto_finish : logi TRUE [08:06:02.016] ..$ clear : logi TRUE [08:06:02.016] ..$ target : chr "terminal" [08:06:02.016] $ state :List of 5 [08:06:02.016] ..$ step : num 8 [08:06:02.016] ..$ message : chr "P: Adding 8" [08:06:02.016] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.016] ..$ delta : num 1 [08:06:02.016] ..$ enabled : logi TRUE [08:06:02.016] $ progression :List of 12 [08:06:02.016] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.016] .. ..- attr(*, "source")=List of 6 [08:06:02.016] .. .. ..$ host : Named chr "CRANWIN3" [08:06:02.016] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.016] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.016] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.016] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.016] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.016] .. .. ..$ pid : int 184916 [08:06:02.016] .. .. ..$ random : int 1592976985 [08:06:02.016] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.016] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.016] ..$ progression_index : int 34 [08:06:02.016] ..$ progression_time : chr "2025-09-19 08:06:01.937 +0200" [08:06:02.016] ..$ type : chr "update" [08:06:02.016] ..$ message : chr(0) [08:06:02.016] ..$ amount : num 0 [08:06:02.016] ..$ step : NULL [08:06:02.016] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:02.016] ..$ call : NULL [08:06:02.016] ..$ calls : NULL [08:06:02.016] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.037] update_reporter() ... done [08:06:02.038] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:02.039] hide_reporter() ... [08:06:02.039] List of 15 [08:06:02.039] $ max_steps : int 10 [08:06:02.039] $ times : num Inf [08:06:02.039] $ interval : num 0.1 [08:06:02.039] $ enable_after: num 0 [08:06:02.039] $ auto_finish : logi TRUE [08:06:02.039] $ clear : logi TRUE [08:06:02.039] $ target : chr "terminal" [08:06:02.039] $ step : num 8 [08:06:02.039] $ message : chr "P: Adding 8" [08:06:02.039] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.039] $ delta : num 1 [08:06:02.039] $ enabled : logi TRUE [08:06:02.039] $ config :List of 7 [08:06:02.039] ..$ max_steps : int 10 [08:06:02.039] ..$ times : num Inf [08:06:02.039] ..$ interval : num 0.1 [08:06:02.039] ..$ enable_after: num 0 [08:06:02.039] ..$ auto_finish : logi TRUE [08:06:02.039] ..$ clear : logi TRUE [08:06:02.039] ..$ target : chr "terminal" [08:06:02.039] $ state :List of 5 [08:06:02.039] ..$ step : num 8 [08:06:02.039] ..$ message : chr "P: Adding 8" [08:06:02.039] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.039] ..$ delta : num 1 [08:06:02.039] ..$ enabled : logi TRUE [08:06:02.039] $ progression :List of 12 [08:06:02.039] ..$ owner_session_uuid: NULL [08:06:02.039] ..$ progressor_uuid : NULL [08:06:02.039] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.039] ..$ progression_index : NULL [08:06:02.039] ..$ progression_time : chr "2025-09-19 08:06:02.039 +0200" [08:06:02.039] ..$ type : chr "hide" [08:06:02.039] ..$ message : chr(0) [08:06:02.039] ..$ amount : num 1 [08:06:02.039] ..$ step : NULL [08:06:02.039] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.039] ..$ call : NULL [08:06:02.039] ..$ calls :Dotted pair list of 14 [08:06:02.039] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.039] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.039] .. ..$ : language withVisible(expr) [08:06:02.039] .. ..$ : language slow_sum(1:10) [08:06:02.039] .. ..$ : language p(amount = 0) [08:06:02.039] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.039] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.039] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.039] .. ..$ : language signalCondition(cond) [08:06:02.039] .. ..$ : language (function (p) { ... [08:06:02.039] .. ..$ : language calling_handler(control_progression("hide")) [08:06:02.039] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.039] .. ..$ : language control_progression("hide") [08:06:02.039] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.039] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.068] hide_reporter() ... done - received a 'progression' (n=35) [08:06:02.069] unhide_reporter() ... [08:06:02.069] List of 15 [08:06:02.069] $ max_steps : int 10 [08:06:02.069] $ times : num Inf [08:06:02.069] $ interval : num 0.1 [08:06:02.069] $ enable_after: num 0 [08:06:02.069] $ auto_finish : logi TRUE [08:06:02.069] $ clear : logi TRUE [08:06:02.069] $ target : chr "terminal" [08:06:02.069] $ step : num 8 [08:06:02.069] $ message : chr "P: Adding 8" [08:06:02.069] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.069] $ delta : num 1 [08:06:02.069] $ enabled : logi TRUE [08:06:02.069] $ config :List of 7 [08:06:02.069] ..$ max_steps : int 10 [08:06:02.069] ..$ times : num Inf [08:06:02.069] ..$ interval : num 0.1 [08:06:02.069] ..$ enable_after: num 0 [08:06:02.069] ..$ auto_finish : logi TRUE [08:06:02.069] ..$ clear : logi TRUE [08:06:02.069] ..$ target : chr "terminal" [08:06:02.069] $ state :List of 5 [08:06:02.069] ..$ step : num 8 [08:06:02.069] ..$ message : chr "P: Adding 8" [08:06:02.069] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.069] ..$ delta : num 1 [08:06:02.069] ..$ enabled : logi TRUE [08:06:02.069] $ progression :List of 12 [08:06:02.069] ..$ owner_session_uuid: NULL [08:06:02.069] ..$ progressor_uuid : NULL [08:06:02.069] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.069] ..$ progression_index : NULL [08:06:02.069] ..$ progression_time : chr "2025-09-19 08:06:02.069 +0200" [08:06:02.069] ..$ type : chr "unhide" [08:06:02.069] ..$ message : chr(0) [08:06:02.069] ..$ amount : num 1 [08:06:02.069] ..$ step : NULL [08:06:02.069] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.069] ..$ call : NULL [08:06:02.069] ..$ calls :Dotted pair list of 14 [08:06:02.069] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.069] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.069] .. ..$ : language withVisible(expr) [08:06:02.069] .. ..$ : language slow_sum(1:10) [08:06:02.069] .. ..$ : language p(amount = 0) [08:06:02.069] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.069] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.069] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.069] .. ..$ : language signalCondition(cond) [08:06:02.069] .. ..$ : language (function (p) { ... [08:06:02.069] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:02.069] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.069] .. ..$ : language control_progression("unhide") [08:06:02.069] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.069] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[08:06:02.093] unhide_reporter() ... done [08:06:02.094] Progression calling handler 'update' ... [08:06:02.094] - progression: [08:06:02.094] List of 12 [08:06:02.094] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.094] ..- attr(*, "source")=List of 6 [08:06:02.094] .. ..$ host : Named chr "CRANWIN3" [08:06:02.094] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.094] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.094] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.094] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.094] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.094] .. ..$ pid : int 184916 [08:06:02.094] .. ..$ random : int 1592976985 [08:06:02.094] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.094] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.094] $ progression_index : int 35 [08:06:02.094] $ progression_time : chr "2025-09-19 08:06:02.038 +0200" [08:06:02.094] $ type : chr "update" [08:06:02.094] $ message : chr(0) [08:06:02.094] $ amount : num 0 [08:06:02.094] $ step : NULL [08:06:02.094] $ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.094] $ call : NULL [08:06:02.094] $ calls : NULL [08:06:02.094] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.103] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:02.103] - progression_index: 35 [08:06:02.103] - duplicated: FALSE [08:06:02.103] List of 4 [08:06:02.103] $ step : num 8 [08:06:02.103] $ p$amount : num 0 [08:06:02.103] $ p$step : NULL [08:06:02.103] $ max_steps: int 10 [08:06:02.106] List of 5 [08:06:02.106] $ finished : logi FALSE [08:06:02.106] $ step : num 8 [08:06:02.106] $ milestones : num [1:2] 9 10 [08:06:02.106] $ prev_milestone: num 7 [08:06:02.106] $ interval : num 0.1 [08:06:02.108] List of 4 [08:06:02.108] $ dt : 'difftime' num 0.347877025604248 [08:06:02.108] ..- attr(*, "units")= chr "secs" [08:06:02.108] $ : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.108] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:02.108] $ skip: logi FALSE [08:06:02.111] List of 1 [08:06:02.111] $ milestones: num [1:2] 9 10 [08:06:02.112] update_reporter() ... [08:06:02.112] List of 15 [08:06:02.112] $ max_steps : int 10 [08:06:02.112] $ times : num Inf [08:06:02.112] $ interval : num 0.1 [08:06:02.112] $ enable_after: num 0 [08:06:02.112] $ auto_finish : logi TRUE [08:06:02.112] $ clear : logi TRUE [08:06:02.112] $ target : chr "terminal" [08:06:02.112] $ step : num 8 [08:06:02.112] $ message : chr "P: Adding 8" [08:06:02.112] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.112] $ delta : num 1 [08:06:02.112] $ enabled : logi TRUE [08:06:02.112] $ config :List of 7 [08:06:02.112] ..$ max_steps : int 10 [08:06:02.112] ..$ times : num Inf [08:06:02.112] ..$ interval : num 0.1 [08:06:02.112] ..$ enable_after: num 0 [08:06:02.112] ..$ auto_finish : logi TRUE [08:06:02.112] ..$ clear : logi TRUE [08:06:02.112] ..$ target : chr "terminal" [08:06:02.112] $ state :List of 5 [08:06:02.112] ..$ step : num 8 [08:06:02.112] ..$ message : chr "P: Adding 8" [08:06:02.112] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.112] ..$ delta : num 1 [08:06:02.112] ..$ enabled : logi TRUE [08:06:02.112] $ progression :List of 12 [08:06:02.112] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.112] .. ..- attr(*, "source")=List of 6 [08:06:02.112] .. .. ..$ host : Named chr "CRANWIN3" [08:06:02.112] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.112] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.112] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.112] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.112] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.112] .. .. ..$ pid : int 184916 [08:06:02.112] .. .. ..$ random : int 1592976985 [08:06:02.112] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.112] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.112] ..$ progression_index : int 35 [08:06:02.112] ..$ progression_time : chr "2025-09-19 08:06:02.038 +0200" [08:06:02.112] ..$ type : chr "update" [08:06:02.112] ..$ message : chr(0) [08:06:02.112] ..$ amount : num 0 [08:06:02.112] ..$ step : NULL [08:06:02.112] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.112] ..$ call : NULL [08:06:02.112] ..$ calls : NULL [08:06:02.112] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.132] update_reporter() ... done [08:06:02.133] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:02.134] hide_reporter() ... [08:06:02.134] List of 15 [08:06:02.134] $ max_steps : int 10 [08:06:02.134] $ times : num Inf [08:06:02.134] $ interval : num 0.1 [08:06:02.134] $ enable_after: num 0 [08:06:02.134] $ auto_finish : logi TRUE [08:06:02.134] $ clear : logi TRUE [08:06:02.134] $ target : chr "terminal" [08:06:02.134] $ step : num 8 [08:06:02.134] $ message : chr "P: Adding 8" [08:06:02.134] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.134] $ delta : num 1 [08:06:02.134] $ enabled : logi TRUE [08:06:02.134] $ config :List of 7 [08:06:02.134] ..$ max_steps : int 10 [08:06:02.134] ..$ times : num Inf [08:06:02.134] ..$ interval : num 0.1 [08:06:02.134] ..$ enable_after: num 0 [08:06:02.134] ..$ auto_finish : logi TRUE [08:06:02.134] ..$ clear : logi TRUE [08:06:02.134] ..$ target : chr "terminal" [08:06:02.134] $ state :List of 5 [08:06:02.134] ..$ step : num 8 [08:06:02.134] ..$ message : chr "P: Adding 8" [08:06:02.134] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.134] ..$ delta : num 1 [08:06:02.134] ..$ enabled : logi TRUE [08:06:02.134] $ progression :List of 12 [08:06:02.134] ..$ owner_session_uuid: NULL [08:06:02.134] ..$ progressor_uuid : NULL [08:06:02.134] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.134] ..$ progression_index : NULL [08:06:02.134] ..$ progression_time : chr "2025-09-19 08:06:02.133 +0200" [08:06:02.134] ..$ type : chr "hide" [08:06:02.134] ..$ message : chr(0) [08:06:02.134] ..$ amount : num 1 [08:06:02.134] ..$ step : NULL [08:06:02.134] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.134] ..$ call : NULL [08:06:02.134] ..$ calls :Dotted pair list of 14 [08:06:02.134] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.134] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.134] .. ..$ : language withVisible(expr) [08:06:02.134] .. ..$ : language slow_sum(1:10) [08:06:02.134] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:02.134] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.134] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.134] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.134] .. ..$ : language signalCondition(cond) [08:06:02.134] .. ..$ : language (function (p) { ... [08:06:02.134] .. ..$ : language calling_handler(control_progression("hide")) [08:06:02.134] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.134] .. ..$ : language control_progression("hide") [08:06:02.134] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.134] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.156] hide_reporter() ... done - received a 'progression' (n=36) [08:06:02.161] unhide_reporter() ... [08:06:02.162] List of 15 [08:06:02.162] $ max_steps : int 10 [08:06:02.162] $ times : num Inf [08:06:02.162] $ interval : num 0.1 [08:06:02.162] $ enable_after: num 0 [08:06:02.162] $ auto_finish : logi TRUE [08:06:02.162] $ clear : logi TRUE [08:06:02.162] $ target : chr "terminal" [08:06:02.162] $ step : num 8 [08:06:02.162] $ message : chr "P: Adding 8" [08:06:02.162] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.162] $ delta : num 1 [08:06:02.162] $ enabled : logi TRUE [08:06:02.162] $ config :List of 7 [08:06:02.162] ..$ max_steps : int 10 [08:06:02.162] ..$ times : num Inf [08:06:02.162] ..$ interval : num 0.1 [08:06:02.162] ..$ enable_after: num 0 [08:06:02.162] ..$ auto_finish : logi TRUE [08:06:02.162] ..$ clear : logi TRUE [08:06:02.162] ..$ target : chr "terminal" [08:06:02.162] $ state :List of 5 [08:06:02.162] ..$ step : num 8 [08:06:02.162] ..$ message : chr "P: Adding 8" [08:06:02.162] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.162] ..$ delta : num 1 [08:06:02.162] ..$ enabled : logi TRUE [08:06:02.162] $ progression :List of 12 [08:06:02.162] ..$ owner_session_uuid: NULL [08:06:02.162] ..$ progressor_uuid : NULL [08:06:02.162] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.162] ..$ progression_index : NULL [08:06:02.162] ..$ progression_time : chr "2025-09-19 08:06:02.156 +0200" [08:06:02.162] ..$ type : chr "unhide" [08:06:02.162] ..$ message : chr(0) [08:06:02.162] ..$ amount : num 1 [08:06:02.162] ..$ step : NULL [08:06:02.162] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.162] ..$ call : NULL [08:06:02.162] ..$ calls :Dotted pair list of 14 [08:06:02.162] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.162] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.162] .. ..$ : language withVisible(expr) [08:06:02.162] .. ..$ : language slow_sum(1:10) [08:06:02.162] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:02.162] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.162] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.162] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.162] .. ..$ : language signalCondition(cond) [08:06:02.162] .. ..$ : language (function (p) { ... [08:06:02.162] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:02.162] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.162] .. ..$ : language control_progression("unhide") [08:06:02.162] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.162] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[08:06:02.185] unhide_reporter() ... done [08:06:02.185] Progression calling handler 'update' ... [08:06:02.185] - progression: [08:06:02.186] List of 12 [08:06:02.186] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.186] ..- attr(*, "source")=List of 6 [08:06:02.186] .. ..$ host : Named chr "CRANWIN3" [08:06:02.186] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.186] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.186] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.186] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.186] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.186] .. ..$ pid : int 184916 [08:06:02.186] .. ..$ random : int 1592976985 [08:06:02.186] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.186] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.186] $ progression_index : int 36 [08:06:02.186] $ progression_time : chr "2025-09-19 08:06:02.133 +0200" [08:06:02.186] $ type : chr "update" [08:06:02.186] $ message : chr "P: Adding 9" [08:06:02.186] $ amount : num 1 [08:06:02.186] $ step : NULL [08:06:02.186] $ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.186] $ call : NULL [08:06:02.186] $ calls : NULL [08:06:02.186] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.194] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:02.194] - progression_index: 36 [08:06:02.194] - duplicated: FALSE [08:06:02.195] List of 4 [08:06:02.195] $ step : num 8 [08:06:02.195] $ p$amount : num 1 [08:06:02.195] $ p$step : NULL [08:06:02.195] $ max_steps: int 10 [08:06:02.197] List of 5 [08:06:02.197] $ finished : logi FALSE [08:06:02.197] $ step : num 9 [08:06:02.197] $ milestones : num [1:2] 9 10 [08:06:02.197] $ prev_milestone: num 7 [08:06:02.197] $ interval : num 0.1 [08:06:02.199] List of 4 [08:06:02.199] $ dt : 'difftime' num 0.43910813331604 [08:06:02.199] ..- attr(*, "units")= chr "secs" [08:06:02.199] $ : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.199] $ : POSIXct[1:1], format: "2025-09-19 08:06:01" [08:06:02.199] $ skip: logi FALSE [08:06:02.202] List of 1 [08:06:02.202] $ milestones: num [1:2] 9 10 [08:06:02.203] update_reporter() ... [08:06:02.203] List of 15 [08:06:02.203] $ max_steps : int 10 [08:06:02.203] $ times : num Inf [08:06:02.203] $ interval : num 0.1 [08:06:02.203] $ enable_after: num 0 [08:06:02.203] $ auto_finish : logi TRUE [08:06:02.203] $ clear : logi TRUE [08:06:02.203] $ target : chr "terminal" [08:06:02.203] $ step : num 9 [08:06:02.203] $ message : chr "P: Adding 9" [08:06:02.203] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.203] $ delta : num 2 [08:06:02.203] $ enabled : logi TRUE [08:06:02.203] $ config :List of 7 [08:06:02.203] ..$ max_steps : int 10 [08:06:02.203] ..$ times : num Inf [08:06:02.203] ..$ interval : num 0.1 [08:06:02.203] ..$ enable_after: num 0 [08:06:02.203] ..$ auto_finish : logi TRUE [08:06:02.203] ..$ clear : logi TRUE [08:06:02.203] ..$ target : chr "terminal" [08:06:02.203] $ state :List of 5 [08:06:02.203] ..$ step : num 9 [08:06:02.203] ..$ message : chr "P: Adding 9" [08:06:02.203] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.203] ..$ delta : num 2 [08:06:02.203] ..$ enabled : logi TRUE [08:06:02.203] $ progression :List of 12 [08:06:02.203] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.203] .. ..- attr(*, "source")=List of 6 [08:06:02.203] .. .. ..$ host : Named chr "CRANWIN3" [08:06:02.203] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.203] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.203] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.203] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.203] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.203] .. .. ..$ pid : int 184916 [08:06:02.203] .. .. ..$ random : int 1592976985 [08:06:02.203] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.203] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.203] ..$ progression_index : int 36 [08:06:02.203] ..$ progression_time : chr "2025-09-19 08:06:02.133 +0200" [08:06:02.203] ..$ type : chr "update" [08:06:02.203] ..$ message : chr "P: Adding 9" [08:06:02.203] ..$ amount : num 1 [08:06:02.203] ..$ step : NULL [08:06:02.203] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.203] ..$ call : NULL [08:06:02.203] ..$ calls : NULL [08:06:02.203] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |=============================================================== | 90%[08:06:02.219] update_reporter() ... done [08:06:02.219] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:02.220] hide_reporter() ... [08:06:02.220] List of 15 [08:06:02.220] $ max_steps : int 10 [08:06:02.220] $ times : num Inf [08:06:02.220] $ interval : num 0.1 [08:06:02.220] $ enable_after: num 0 [08:06:02.220] $ auto_finish : logi TRUE [08:06:02.220] $ clear : logi TRUE [08:06:02.220] $ target : chr "terminal" [08:06:02.220] $ step : num 9 [08:06:02.220] $ message : chr "P: Adding 9" [08:06:02.220] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.220] $ delta : num 0 [08:06:02.220] $ enabled : logi TRUE [08:06:02.220] $ config :List of 7 [08:06:02.220] ..$ max_steps : int 10 [08:06:02.220] ..$ times : num Inf [08:06:02.220] ..$ interval : num 0.1 [08:06:02.220] ..$ enable_after: num 0 [08:06:02.220] ..$ auto_finish : logi TRUE [08:06:02.220] ..$ clear : logi TRUE [08:06:02.220] ..$ target : chr "terminal" [08:06:02.220] $ state :List of 5 [08:06:02.220] ..$ step : num 9 [08:06:02.220] ..$ message : chr "P: Adding 9" [08:06:02.220] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.220] ..$ delta : num 0 [08:06:02.220] ..$ enabled : logi TRUE [08:06:02.220] $ progression :List of 12 [08:06:02.220] ..$ owner_session_uuid: NULL [08:06:02.220] ..$ progressor_uuid : NULL [08:06:02.220] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.220] ..$ progression_index : NULL [08:06:02.220] ..$ progression_time : chr "2025-09-19 08:06:02.220 +0200" [08:06:02.220] ..$ type : chr "hide" [08:06:02.220] ..$ message : chr(0) [08:06:02.220] ..$ amount : num 1 [08:06:02.220] ..$ step : NULL [08:06:02.220] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.220] ..$ call : NULL [08:06:02.220] ..$ calls :Dotted pair list of 14 [08:06:02.220] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.220] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.220] .. ..$ : language withVisible(expr) [08:06:02.220] .. ..$ : language slow_sum(1:10) [08:06:02.220] .. ..$ : language p(amount = 0) [08:06:02.220] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.220] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.220] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.220] .. ..$ : language signalCondition(cond) [08:06:02.220] .. ..$ : language (function (p) { ... [08:06:02.220] .. ..$ : language calling_handler(control_progression("hide")) [08:06:02.220] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.220] .. ..$ : language control_progression("hide") [08:06:02.220] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.220] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.238] hide_reporter() ... done M: Added value 9 - received a 'progression' (n=37) [08:06:02.238] unhide_reporter() ... [08:06:02.239] List of 15 [08:06:02.239] $ max_steps : int 10 [08:06:02.239] $ times : num Inf [08:06:02.239] $ interval : num 0.1 [08:06:02.239] $ enable_after: num 0 [08:06:02.239] $ auto_finish : logi TRUE [08:06:02.239] $ clear : logi TRUE [08:06:02.239] $ target : chr "terminal" [08:06:02.239] $ step : num 9 [08:06:02.239] $ message : chr "P: Adding 9" [08:06:02.239] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.239] $ delta : num 0 [08:06:02.239] $ enabled : logi TRUE [08:06:02.239] $ config :List of 7 [08:06:02.239] ..$ max_steps : int 10 [08:06:02.239] ..$ times : num Inf [08:06:02.239] ..$ interval : num 0.1 [08:06:02.239] ..$ enable_after: num 0 [08:06:02.239] ..$ auto_finish : logi TRUE [08:06:02.239] ..$ clear : logi TRUE [08:06:02.239] ..$ target : chr "terminal" [08:06:02.239] $ state :List of 5 [08:06:02.239] ..$ step : num 9 [08:06:02.239] ..$ message : chr "P: Adding 9" [08:06:02.239] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.239] ..$ delta : num 0 [08:06:02.239] ..$ enabled : logi TRUE [08:06:02.239] $ progression :List of 12 [08:06:02.239] ..$ owner_session_uuid: NULL [08:06:02.239] ..$ progressor_uuid : NULL [08:06:02.239] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.239] ..$ progression_index : NULL [08:06:02.239] ..$ progression_time : chr "2025-09-19 08:06:02.238 +0200" [08:06:02.239] ..$ type : chr "unhide" [08:06:02.239] ..$ message : chr(0) [08:06:02.239] ..$ amount : num 1 [08:06:02.239] ..$ step : NULL [08:06:02.239] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.239] ..$ call : NULL [08:06:02.239] ..$ calls :Dotted pair list of 14 [08:06:02.239] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.239] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.239] .. ..$ : language withVisible(expr) [08:06:02.239] .. ..$ : language slow_sum(1:10) [08:06:02.239] .. ..$ : language p(amount = 0) [08:06:02.239] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.239] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.239] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.239] .. ..$ : language signalCondition(cond) [08:06:02.239] .. ..$ : language (function (p) { ... [08:06:02.239] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:02.239] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.239] .. ..$ : language control_progression("unhide") [08:06:02.239] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.239] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=============================================================== | 90%[08:06:02.266] unhide_reporter() ... done [08:06:02.266] Progression calling handler 'update' ... [08:06:02.266] - progression: [08:06:02.266] List of 12 [08:06:02.266] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.266] ..- attr(*, "source")=List of 6 [08:06:02.266] .. ..$ host : Named chr "CRANWIN3" [08:06:02.266] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.266] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.266] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.266] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.266] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.266] .. ..$ pid : int 184916 [08:06:02.266] .. ..$ random : int 1592976985 [08:06:02.266] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.266] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.266] $ progression_index : int 37 [08:06:02.266] $ progression_time : chr "2025-09-19 08:06:02.220 +0200" [08:06:02.266] $ type : chr "update" [08:06:02.266] $ message : chr(0) [08:06:02.266] $ amount : num 0 [08:06:02.266] $ step : NULL [08:06:02.266] $ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.266] $ call : NULL [08:06:02.266] $ calls : NULL [08:06:02.266] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.275] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:02.275] - progression_index: 37 [08:06:02.275] - duplicated: FALSE [08:06:02.275] List of 4 [08:06:02.275] $ step : num 9 [08:06:02.275] $ p$amount : num 0 [08:06:02.275] $ p$step : NULL [08:06:02.275] $ max_steps: int 10 [08:06:02.277] List of 5 [08:06:02.277] $ finished : logi FALSE [08:06:02.277] $ step : num 9 [08:06:02.277] $ milestones : num 10 [08:06:02.277] $ prev_milestone: num 9 [08:06:02.277] $ interval : num 0.1 [08:06:02.280] List of 4 [08:06:02.280] $ dt : 'difftime' num 0 [08:06:02.280] ..- attr(*, "units")= chr "secs" [08:06:02.280] $ : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.280] $ : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.280] $ skip: logi TRUE [08:06:02.283] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:02.284] hide_reporter() ... [08:06:02.284] List of 15 [08:06:02.284] $ max_steps : int 10 [08:06:02.284] $ times : num Inf [08:06:02.284] $ interval : num 0.1 [08:06:02.284] $ enable_after: num 0 [08:06:02.284] $ auto_finish : logi TRUE [08:06:02.284] $ clear : logi TRUE [08:06:02.284] $ target : chr "terminal" [08:06:02.284] $ step : num 9 [08:06:02.284] $ message : chr "P: Adding 9" [08:06:02.284] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.284] $ delta : num 0 [08:06:02.284] $ enabled : logi TRUE [08:06:02.284] $ config :List of 7 [08:06:02.284] ..$ max_steps : int 10 [08:06:02.284] ..$ times : num Inf [08:06:02.284] ..$ interval : num 0.1 [08:06:02.284] ..$ enable_after: num 0 [08:06:02.284] ..$ auto_finish : logi TRUE [08:06:02.284] ..$ clear : logi TRUE [08:06:02.284] ..$ target : chr "terminal" [08:06:02.284] $ state :List of 5 [08:06:02.284] ..$ step : num 9 [08:06:02.284] ..$ message : chr "P: Adding 9" [08:06:02.284] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.284] ..$ delta : num 0 [08:06:02.284] ..$ enabled : logi TRUE [08:06:02.284] $ progression :List of 12 [08:06:02.284] ..$ owner_session_uuid: NULL [08:06:02.284] ..$ progressor_uuid : NULL [08:06:02.284] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.284] ..$ progression_index : NULL [08:06:02.284] ..$ progression_time : chr "2025-09-19 08:06:02.284 +0200" [08:06:02.284] ..$ type : chr "hide" [08:06:02.284] ..$ message : chr(0) [08:06:02.284] ..$ amount : num 1 [08:06:02.284] ..$ step : NULL [08:06:02.284] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.284] ..$ call : NULL [08:06:02.284] ..$ calls :Dotted pair list of 14 [08:06:02.284] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.284] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.284] .. ..$ : language withVisible(expr) [08:06:02.284] .. ..$ : language slow_sum(1:10) [08:06:02.284] .. ..$ : language p(amount = 0) [08:06:02.284] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.284] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.284] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.284] .. ..$ : language signalCondition(cond) [08:06:02.284] .. ..$ : language (function (p) { ... [08:06:02.284] .. ..$ : language calling_handler(control_progression("hide")) [08:06:02.284] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.284] .. ..$ : language control_progression("hide") [08:06:02.284] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.284] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.305] hide_reporter() ... done - received a 'progression' (n=38) [08:06:02.305] unhide_reporter() ... [08:06:02.305] List of 15 [08:06:02.305] $ max_steps : int 10 [08:06:02.305] $ times : num Inf [08:06:02.305] $ interval : num 0.1 [08:06:02.305] $ enable_after: num 0 [08:06:02.305] $ auto_finish : logi TRUE [08:06:02.305] $ clear : logi TRUE [08:06:02.305] $ target : chr "terminal" [08:06:02.305] $ step : num 9 [08:06:02.305] $ message : chr "P: Adding 9" [08:06:02.305] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.305] $ delta : num 0 [08:06:02.305] $ enabled : logi TRUE [08:06:02.305] $ config :List of 7 [08:06:02.305] ..$ max_steps : int 10 [08:06:02.305] ..$ times : num Inf [08:06:02.305] ..$ interval : num 0.1 [08:06:02.305] ..$ enable_after: num 0 [08:06:02.305] ..$ auto_finish : logi TRUE [08:06:02.305] ..$ clear : logi TRUE [08:06:02.305] ..$ target : chr "terminal" [08:06:02.305] $ state :List of 5 [08:06:02.305] ..$ step : num 9 [08:06:02.305] ..$ message : chr "P: Adding 9" [08:06:02.305] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.305] ..$ delta : num 0 [08:06:02.305] ..$ enabled : logi TRUE [08:06:02.305] $ progression :List of 12 [08:06:02.305] ..$ owner_session_uuid: NULL [08:06:02.305] ..$ progressor_uuid : NULL [08:06:02.305] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.305] ..$ progression_index : NULL [08:06:02.305] ..$ progression_time : chr "2025-09-19 08:06:02.305 +0200" [08:06:02.305] ..$ type : chr "unhide" [08:06:02.305] ..$ message : chr(0) [08:06:02.305] ..$ amount : num 1 [08:06:02.305] ..$ step : NULL [08:06:02.305] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.305] ..$ call : NULL [08:06:02.305] ..$ calls :Dotted pair list of 14 [08:06:02.305] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.305] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.305] .. ..$ : language withVisible(expr) [08:06:02.305] .. ..$ : language slow_sum(1:10) [08:06:02.305] .. ..$ : language p(amount = 0) [08:06:02.305] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.305] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.305] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.305] .. ..$ : language signalCondition(cond) [08:06:02.305] .. ..$ : language (function (p) { ... [08:06:02.305] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:02.305] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.305] .. ..$ : language control_progression("unhide") [08:06:02.305] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.305] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=============================================================== | 90%[08:06:02.325] unhide_reporter() ... done [08:06:02.326] Progression calling handler 'update' ... [08:06:02.326] - progression: [08:06:02.326] List of 12 [08:06:02.326] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.326] ..- attr(*, "source")=List of 6 [08:06:02.326] .. ..$ host : Named chr "CRANWIN3" [08:06:02.326] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.326] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.326] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.326] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.326] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.326] .. ..$ pid : int 184916 [08:06:02.326] .. ..$ random : int 1592976985 [08:06:02.326] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.326] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.326] $ progression_index : int 38 [08:06:02.326] $ progression_time : chr "2025-09-19 08:06:02.283 +0200" [08:06:02.326] $ type : chr "update" [08:06:02.326] $ message : chr(0) [08:06:02.326] $ amount : num 0 [08:06:02.326] $ step : NULL [08:06:02.326] $ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.326] $ call : NULL [08:06:02.326] $ calls : NULL [08:06:02.326] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.334] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:02.334] - progression_index: 38 [08:06:02.335] - duplicated: FALSE [08:06:02.335] List of 4 [08:06:02.335] $ step : num 9 [08:06:02.335] $ p$amount : num 0 [08:06:02.335] $ p$step : NULL [08:06:02.335] $ max_steps: int 10 [08:06:02.337] List of 5 [08:06:02.337] $ finished : logi FALSE [08:06:02.337] $ step : num 9 [08:06:02.337] $ milestones : num 10 [08:06:02.337] $ prev_milestone: num 9 [08:06:02.337] $ interval : num 0.1 [08:06:02.344] List of 4 [08:06:02.344] $ dt : 'difftime' num 0 [08:06:02.344] ..- attr(*, "units")= chr "secs" [08:06:02.344] $ : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.344] $ : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.344] $ skip: logi TRUE [08:06:02.346] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:02.347] hide_reporter() ... [08:06:02.348] List of 15 [08:06:02.348] $ max_steps : int 10 [08:06:02.348] $ times : num Inf [08:06:02.348] $ interval : num 0.1 [08:06:02.348] $ enable_after: num 0 [08:06:02.348] $ auto_finish : logi TRUE [08:06:02.348] $ clear : logi TRUE [08:06:02.348] $ target : chr "terminal" [08:06:02.348] $ step : num 9 [08:06:02.348] $ message : chr "P: Adding 9" [08:06:02.348] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.348] $ delta : num 0 [08:06:02.348] $ enabled : logi TRUE [08:06:02.348] $ config :List of 7 [08:06:02.348] ..$ max_steps : int 10 [08:06:02.348] ..$ times : num Inf [08:06:02.348] ..$ interval : num 0.1 [08:06:02.348] ..$ enable_after: num 0 [08:06:02.348] ..$ auto_finish : logi TRUE [08:06:02.348] ..$ clear : logi TRUE [08:06:02.348] ..$ target : chr "terminal" [08:06:02.348] $ state :List of 5 [08:06:02.348] ..$ step : num 9 [08:06:02.348] ..$ message : chr "P: Adding 9" [08:06:02.348] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.348] ..$ delta : num 0 [08:06:02.348] ..$ enabled : logi TRUE [08:06:02.348] $ progression :List of 12 [08:06:02.348] ..$ owner_session_uuid: NULL [08:06:02.348] ..$ progressor_uuid : NULL [08:06:02.348] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.348] ..$ progression_index : NULL [08:06:02.348] ..$ progression_time : chr "2025-09-19 08:06:02.347 +0200" [08:06:02.348] ..$ type : chr "hide" [08:06:02.348] ..$ message : chr(0) [08:06:02.348] ..$ amount : num 1 [08:06:02.348] ..$ step : NULL [08:06:02.348] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.348] ..$ call : NULL [08:06:02.348] ..$ calls :Dotted pair list of 14 [08:06:02.348] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.348] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.348] .. ..$ : language withVisible(expr) [08:06:02.348] .. ..$ : language slow_sum(1:10) [08:06:02.348] .. ..$ : language p(amount = 0) [08:06:02.348] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.348] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.348] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.348] .. ..$ : language signalCondition(cond) [08:06:02.348] .. ..$ : language (function (p) { ... [08:06:02.348] .. ..$ : language calling_handler(control_progression("hide")) [08:06:02.348] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.348] .. ..$ : language control_progression("hide") [08:06:02.348] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.348] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.369] hide_reporter() ... done - received a 'progression' (n=39) [08:06:02.369] unhide_reporter() ... [08:06:02.370] List of 15 [08:06:02.370] $ max_steps : int 10 [08:06:02.370] $ times : num Inf [08:06:02.370] $ interval : num 0.1 [08:06:02.370] $ enable_after: num 0 [08:06:02.370] $ auto_finish : logi TRUE [08:06:02.370] $ clear : logi TRUE [08:06:02.370] $ target : chr "terminal" [08:06:02.370] $ step : num 9 [08:06:02.370] $ message : chr "P: Adding 9" [08:06:02.370] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.370] $ delta : num 0 [08:06:02.370] $ enabled : logi TRUE [08:06:02.370] $ config :List of 7 [08:06:02.370] ..$ max_steps : int 10 [08:06:02.370] ..$ times : num Inf [08:06:02.370] ..$ interval : num 0.1 [08:06:02.370] ..$ enable_after: num 0 [08:06:02.370] ..$ auto_finish : logi TRUE [08:06:02.370] ..$ clear : logi TRUE [08:06:02.370] ..$ target : chr "terminal" [08:06:02.370] $ state :List of 5 [08:06:02.370] ..$ step : num 9 [08:06:02.370] ..$ message : chr "P: Adding 9" [08:06:02.370] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.370] ..$ delta : num 0 [08:06:02.370] ..$ enabled : logi TRUE [08:06:02.370] $ progression :List of 12 [08:06:02.370] ..$ owner_session_uuid: NULL [08:06:02.370] ..$ progressor_uuid : NULL [08:06:02.370] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.370] ..$ progression_index : NULL [08:06:02.370] ..$ progression_time : chr "2025-09-19 08:06:02.369 +0200" [08:06:02.370] ..$ type : chr "unhide" [08:06:02.370] ..$ message : chr(0) [08:06:02.370] ..$ amount : num 1 [08:06:02.370] ..$ step : NULL [08:06:02.370] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.370] ..$ call : NULL [08:06:02.370] ..$ calls :Dotted pair list of 14 [08:06:02.370] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.370] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.370] .. ..$ : language withVisible(expr) [08:06:02.370] .. ..$ : language slow_sum(1:10) [08:06:02.370] .. ..$ : language p(amount = 0) [08:06:02.370] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.370] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.370] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.370] .. ..$ : language signalCondition(cond) [08:06:02.370] .. ..$ : language (function (p) { ... [08:06:02.370] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:02.370] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.370] .. ..$ : language control_progression("unhide") [08:06:02.370] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.370] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=============================================================== | 90%[08:06:02.387] unhide_reporter() ... done [08:06:02.387] Progression calling handler 'update' ... [08:06:02.387] - progression: [08:06:02.387] List of 12 [08:06:02.387] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.387] ..- attr(*, "source")=List of 6 [08:06:02.387] .. ..$ host : Named chr "CRANWIN3" [08:06:02.387] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.387] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.387] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.387] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.387] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.387] .. ..$ pid : int 184916 [08:06:02.387] .. ..$ random : int 1592976985 [08:06:02.387] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.387] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.387] $ progression_index : int 39 [08:06:02.387] $ progression_time : chr "2025-09-19 08:06:02.347 +0200" [08:06:02.387] $ type : chr "update" [08:06:02.387] $ message : chr(0) [08:06:02.387] $ amount : num 0 [08:06:02.387] $ step : NULL [08:06:02.387] $ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.387] $ call : NULL [08:06:02.387] $ calls : NULL [08:06:02.387] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.394] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:02.394] - progression_index: 39 [08:06:02.394] - duplicated: FALSE [08:06:02.394] List of 4 [08:06:02.394] $ step : num 9 [08:06:02.394] $ p$amount : num 0 [08:06:02.394] $ p$step : NULL [08:06:02.394] $ max_steps: int 10 [08:06:02.396] List of 5 [08:06:02.396] $ finished : logi FALSE [08:06:02.396] $ step : num 9 [08:06:02.396] $ milestones : num 10 [08:06:02.396] $ prev_milestone: num 9 [08:06:02.396] $ interval : num 0.1 [08:06:02.398] List of 4 [08:06:02.398] $ dt : 'difftime' num 0 [08:06:02.398] ..- attr(*, "units")= chr "secs" [08:06:02.398] $ : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.398] $ : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.398] $ skip: logi TRUE [08:06:02.400] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:02.400] hide_reporter() ... [08:06:02.401] List of 15 [08:06:02.401] $ max_steps : int 10 [08:06:02.401] $ times : num Inf [08:06:02.401] $ interval : num 0.1 [08:06:02.401] $ enable_after: num 0 [08:06:02.401] $ auto_finish : logi TRUE [08:06:02.401] $ clear : logi TRUE [08:06:02.401] $ target : chr "terminal" [08:06:02.401] $ step : num 9 [08:06:02.401] $ message : chr "P: Adding 9" [08:06:02.401] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.401] $ delta : num 0 [08:06:02.401] $ enabled : logi TRUE [08:06:02.401] $ config :List of 7 [08:06:02.401] ..$ max_steps : int 10 [08:06:02.401] ..$ times : num Inf [08:06:02.401] ..$ interval : num 0.1 [08:06:02.401] ..$ enable_after: num 0 [08:06:02.401] ..$ auto_finish : logi TRUE [08:06:02.401] ..$ clear : logi TRUE [08:06:02.401] ..$ target : chr "terminal" [08:06:02.401] $ state :List of 5 [08:06:02.401] ..$ step : num 9 [08:06:02.401] ..$ message : chr "P: Adding 9" [08:06:02.401] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.401] ..$ delta : num 0 [08:06:02.401] ..$ enabled : logi TRUE [08:06:02.401] $ progression :List of 12 [08:06:02.401] ..$ owner_session_uuid: NULL [08:06:02.401] ..$ progressor_uuid : NULL [08:06:02.401] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.401] ..$ progression_index : NULL [08:06:02.401] ..$ progression_time : chr "2025-09-19 08:06:02.400 +0200" [08:06:02.401] ..$ type : chr "hide" [08:06:02.401] ..$ message : chr(0) [08:06:02.401] ..$ amount : num 1 [08:06:02.401] ..$ step : NULL [08:06:02.401] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.401] ..$ call : NULL [08:06:02.401] ..$ calls :Dotted pair list of 14 [08:06:02.401] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.401] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.401] .. ..$ : language withVisible(expr) [08:06:02.401] .. ..$ : language slow_sum(1:10) [08:06:02.401] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:02.401] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.401] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.401] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.401] .. ..$ : language signalCondition(cond) [08:06:02.401] .. ..$ : language (function (p) { ... [08:06:02.401] .. ..$ : language calling_handler(control_progression("hide")) [08:06:02.401] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.401] .. ..$ : language control_progression("hide") [08:06:02.401] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.401] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.417] hide_reporter() ... done - received a 'progression' (n=40) [08:06:02.417] unhide_reporter() ... [08:06:02.418] List of 15 [08:06:02.418] $ max_steps : int 10 [08:06:02.418] $ times : num Inf [08:06:02.418] $ interval : num 0.1 [08:06:02.418] $ enable_after: num 0 [08:06:02.418] $ auto_finish : logi TRUE [08:06:02.418] $ clear : logi TRUE [08:06:02.418] $ target : chr "terminal" [08:06:02.418] $ step : num 9 [08:06:02.418] $ message : chr "P: Adding 9" [08:06:02.418] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.418] $ delta : num 0 [08:06:02.418] $ enabled : logi TRUE [08:06:02.418] $ config :List of 7 [08:06:02.418] ..$ max_steps : int 10 [08:06:02.418] ..$ times : num Inf [08:06:02.418] ..$ interval : num 0.1 [08:06:02.418] ..$ enable_after: num 0 [08:06:02.418] ..$ auto_finish : logi TRUE [08:06:02.418] ..$ clear : logi TRUE [08:06:02.418] ..$ target : chr "terminal" [08:06:02.418] $ state :List of 5 [08:06:02.418] ..$ step : num 9 [08:06:02.418] ..$ message : chr "P: Adding 9" [08:06:02.418] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.418] ..$ delta : num 0 [08:06:02.418] ..$ enabled : logi TRUE [08:06:02.418] $ progression :List of 12 [08:06:02.418] ..$ owner_session_uuid: NULL [08:06:02.418] ..$ progressor_uuid : NULL [08:06:02.418] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.418] ..$ progression_index : NULL [08:06:02.418] ..$ progression_time : chr "2025-09-19 08:06:02.417 +0200" [08:06:02.418] ..$ type : chr "unhide" [08:06:02.418] ..$ message : chr(0) [08:06:02.418] ..$ amount : num 1 [08:06:02.418] ..$ step : NULL [08:06:02.418] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.418] ..$ call : NULL [08:06:02.418] ..$ calls :Dotted pair list of 14 [08:06:02.418] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.418] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.418] .. ..$ : language withVisible(expr) [08:06:02.418] .. ..$ : language slow_sum(1:10) [08:06:02.418] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:02.418] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.418] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.418] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.418] .. ..$ : language signalCondition(cond) [08:06:02.418] .. ..$ : language (function (p) { ... [08:06:02.418] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:02.418] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.418] .. ..$ : language control_progression("unhide") [08:06:02.418] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.418] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=============================================================== | 90%[08:06:02.444] unhide_reporter() ... done [08:06:02.445] Progression calling handler 'update' ... [08:06:02.445] - progression: [08:06:02.445] List of 12 [08:06:02.445] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.445] ..- attr(*, "source")=List of 6 [08:06:02.445] .. ..$ host : Named chr "CRANWIN3" [08:06:02.445] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.445] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.445] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.445] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.445] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.445] .. ..$ pid : int 184916 [08:06:02.445] .. ..$ random : int 1592976985 [08:06:02.445] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.445] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.445] $ progression_index : int 40 [08:06:02.445] $ progression_time : chr "2025-09-19 08:06:02.400 +0200" [08:06:02.445] $ type : chr "update" [08:06:02.445] $ message : chr "P: Adding 10" [08:06:02.445] $ amount : num 1 [08:06:02.445] $ step : NULL [08:06:02.445] $ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.445] $ call : NULL [08:06:02.445] $ calls : NULL [08:06:02.445] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.453] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:02.453] - progression_index: 40 [08:06:02.453] - duplicated: FALSE [08:06:02.454] List of 4 [08:06:02.454] $ step : num 9 [08:06:02.454] $ p$amount : num 1 [08:06:02.454] $ p$step : NULL [08:06:02.454] $ max_steps: int 10 [08:06:02.455] List of 5 [08:06:02.455] $ finished : logi FALSE [08:06:02.455] $ step : num 10 [08:06:02.455] $ milestones : num 10 [08:06:02.455] $ prev_milestone: num 9 [08:06:02.455] $ interval : num 0.1 [08:06:02.458] List of 4 [08:06:02.458] $ dt : 'difftime' num 0.0597350597381592 [08:06:02.458] ..- attr(*, "units")= chr "secs" [08:06:02.458] $ : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.458] $ : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.458] $ skip: logi TRUE [08:06:02.460] List of 2 [08:06:02.460] $ type : chr "finish (auto)" [08:06:02.460] $ milestones: num(0) [08:06:02.462] List of 4 [08:06:02.462] $ step : num 10 [08:06:02.462] $ p$amount : num 1 [08:06:02.462] $ p$step : NULL [08:06:02.462] $ max_steps: int 10 [08:06:02.464] List of 5 [08:06:02.464] $ finished : logi FALSE [08:06:02.464] $ step : num 10 [08:06:02.464] $ milestones : num(0) [08:06:02.464] $ prev_milestone: num 9 [08:06:02.464] $ interval : num 0.1 [08:06:02.466] finish_reporter() ... [08:06:02.466] List of 15 [08:06:02.466] $ max_steps : int 10 [08:06:02.466] $ times : num Inf [08:06:02.466] $ interval : num 0.1 [08:06:02.466] $ enable_after: num 0 [08:06:02.466] $ auto_finish : logi TRUE [08:06:02.466] $ clear : logi TRUE [08:06:02.466] $ target : chr "terminal" [08:06:02.466] $ step : num 10 [08:06:02.466] $ message : chr "P: Adding 10" [08:06:02.466] $ timestamps : POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.466] $ delta : num 1 [08:06:02.466] $ enabled : logi TRUE [08:06:02.466] $ config :List of 7 [08:06:02.466] ..$ max_steps : int 10 [08:06:02.466] ..$ times : num Inf [08:06:02.466] ..$ interval : num 0.1 [08:06:02.466] ..$ enable_after: num 0 [08:06:02.466] ..$ auto_finish : logi TRUE [08:06:02.466] ..$ clear : logi TRUE [08:06:02.466] ..$ target : chr "terminal" [08:06:02.466] $ state :List of 5 [08:06:02.466] ..$ step : num 10 [08:06:02.466] ..$ message : chr "P: Adding 10" [08:06:02.466] ..$ timestamps: POSIXct[1:10], format: "2025-09-19 08:05:59" "2025-09-19 08:06:00" ... [08:06:02.466] ..$ delta : num 1 [08:06:02.466] ..$ enabled : logi TRUE [08:06:02.466] $ progression :List of 12 [08:06:02.466] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.466] .. ..- attr(*, "source")=List of 6 [08:06:02.466] .. .. ..$ host : Named chr "CRANWIN3" [08:06:02.466] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.466] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.466] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.466] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.466] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.466] .. .. ..$ pid : int 184916 [08:06:02.466] .. .. ..$ random : int 1592976985 [08:06:02.466] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.466] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.466] ..$ progression_index : int 40 [08:06:02.466] ..$ progression_time : chr "2025-09-19 08:06:02.400 +0200" [08:06:02.466] ..$ type : chr "update" [08:06:02.466] ..$ message : chr "P: Adding 10" [08:06:02.466] ..$ amount : num 1 [08:06:02.466] ..$ step : NULL [08:06:02.466] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.466] ..$ call : NULL [08:06:02.466] ..$ calls : NULL [08:06:02.466] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.485] List of 4 [08:06:02.485] $ step : num 10 [08:06:02.485] $ p$amount : num 1 [08:06:02.485] $ p$step : NULL [08:06:02.485] $ max_steps: int 10 [08:06:02.486] List of 5 [08:06:02.486] $ finished : logi FALSE [08:06:02.486] $ step : num 10 [08:06:02.486] $ milestones : num(0) [08:06:02.486] $ prev_milestone: num 9 [08:06:02.486] $ interval : num 0.1 - owner: NULL [08:06:02.490] finish_reporter() ... done [08:06:02.491] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:02.492] hide_reporter() ... [08:06:02.492] List of 15 [08:06:02.492] $ max_steps : NULL [08:06:02.492] $ times : num Inf [08:06:02.492] $ interval : num 0.1 [08:06:02.492] $ enable_after: num 0 [08:06:02.492] $ auto_finish : logi TRUE [08:06:02.492] $ clear : logi TRUE [08:06:02.492] $ target : chr "terminal" [08:06:02.492] $ step : NULL [08:06:02.492] $ message : NULL [08:06:02.492] $ timestamps : NULL [08:06:02.492] $ delta : int 0 [08:06:02.492] $ enabled : logi FALSE [08:06:02.492] $ config :List of 7 [08:06:02.492] ..$ max_steps : NULL [08:06:02.492] ..$ times : num Inf [08:06:02.492] ..$ interval : num 0.1 [08:06:02.492] ..$ enable_after: num 0 [08:06:02.492] ..$ auto_finish : logi TRUE [08:06:02.492] ..$ clear : logi TRUE [08:06:02.492] ..$ target : chr "terminal" [08:06:02.492] $ state :List of 5 [08:06:02.492] ..$ step : NULL [08:06:02.492] ..$ message : NULL [08:06:02.492] ..$ timestamps: NULL [08:06:02.492] ..$ delta : int 0 [08:06:02.492] ..$ enabled : logi FALSE [08:06:02.492] $ progression :List of 12 [08:06:02.492] ..$ owner_session_uuid: NULL [08:06:02.492] ..$ progressor_uuid : NULL [08:06:02.492] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.492] ..$ progression_index : NULL [08:06:02.492] ..$ progression_time : chr "2025-09-19 08:06:02.492 +0200" [08:06:02.492] ..$ type : chr "hide" [08:06:02.492] ..$ message : chr(0) [08:06:02.492] ..$ amount : num 1 [08:06:02.492] ..$ step : NULL [08:06:02.492] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.492] ..$ call : NULL [08:06:02.492] ..$ calls :Dotted pair list of 14 [08:06:02.492] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.492] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.492] .. ..$ : language withVisible(expr) [08:06:02.492] .. ..$ : language slow_sum(1:10) [08:06:02.492] .. ..$ : language p(amount = 0) [08:06:02.492] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.492] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.492] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.492] .. ..$ : language signalCondition(cond) [08:06:02.492] .. ..$ : language (function (p) { ... [08:06:02.492] .. ..$ : language calling_handler(control_progression("hide")) [08:06:02.492] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.492] .. ..$ : language control_progression("hide") [08:06:02.492] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.492] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.516] hide_reporter() ... done M: Added value 10 - received a 'progression' (n=41) [08:06:02.517] unhide_reporter() ... [08:06:02.517] List of 15 [08:06:02.517] $ max_steps : NULL [08:06:02.517] $ times : num Inf [08:06:02.517] $ interval : num 0.1 [08:06:02.517] $ enable_after: num 0 [08:06:02.517] $ auto_finish : logi TRUE [08:06:02.517] $ clear : logi TRUE [08:06:02.517] $ target : chr "terminal" [08:06:02.517] $ step : NULL [08:06:02.517] $ message : NULL [08:06:02.517] $ timestamps : NULL [08:06:02.517] $ delta : int 0 [08:06:02.517] $ enabled : logi FALSE [08:06:02.517] $ config :List of 7 [08:06:02.517] ..$ max_steps : NULL [08:06:02.517] ..$ times : num Inf [08:06:02.517] ..$ interval : num 0.1 [08:06:02.517] ..$ enable_after: num 0 [08:06:02.517] ..$ auto_finish : logi TRUE [08:06:02.517] ..$ clear : logi TRUE [08:06:02.517] ..$ target : chr "terminal" [08:06:02.517] $ state :List of 5 [08:06:02.517] ..$ step : NULL [08:06:02.517] ..$ message : NULL [08:06:02.517] ..$ timestamps: NULL [08:06:02.517] ..$ delta : int 0 [08:06:02.517] ..$ enabled : logi FALSE [08:06:02.517] $ progression :List of 12 [08:06:02.517] ..$ owner_session_uuid: NULL [08:06:02.517] ..$ progressor_uuid : NULL [08:06:02.517] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.517] ..$ progression_index : NULL [08:06:02.517] ..$ progression_time : chr "2025-09-19 08:06:02.517 +0200" [08:06:02.517] ..$ type : chr "unhide" [08:06:02.517] ..$ message : chr(0) [08:06:02.517] ..$ amount : num 1 [08:06:02.517] ..$ step : NULL [08:06:02.517] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.517] ..$ call : NULL [08:06:02.517] ..$ calls :Dotted pair list of 14 [08:06:02.517] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.517] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.517] .. ..$ : language withVisible(expr) [08:06:02.517] .. ..$ : language slow_sum(1:10) [08:06:02.517] .. ..$ : language p(amount = 0) [08:06:02.517] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.517] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.517] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.517] .. ..$ : language signalCondition(cond) [08:06:02.517] .. ..$ : language (function (p) { ... [08:06:02.517] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:02.517] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.517] .. ..$ : language control_progression("unhide") [08:06:02.517] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.517] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.538] unhide_reporter() ... done [08:06:02.538] Progression calling handler 'update' ... [08:06:02.538] - progression: [08:06:02.538] List of 12 [08:06:02.538] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.538] ..- attr(*, "source")=List of 6 [08:06:02.538] .. ..$ host : Named chr "CRANWIN3" [08:06:02.538] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.538] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.538] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.538] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.538] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.538] .. ..$ pid : int 184916 [08:06:02.538] .. ..$ random : int 1592976985 [08:06:02.538] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.538] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.538] $ progression_index : int 41 [08:06:02.538] $ progression_time : chr "2025-09-19 08:06:02.491 +0200" [08:06:02.538] $ type : chr "update" [08:06:02.538] $ message : chr(0) [08:06:02.538] $ amount : num 0 [08:06:02.538] $ step : NULL [08:06:02.538] $ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.538] $ call : NULL [08:06:02.538] $ calls : NULL [08:06:02.538] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.547] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:02.547] - progression_index: 41 [08:06:02.547] - duplicated: FALSE - cannot 'update' handler, because it is not active [08:06:02.547] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:02.548] hide_reporter() ... [08:06:02.548] List of 15 [08:06:02.548] $ max_steps : NULL [08:06:02.548] $ times : num Inf [08:06:02.548] $ interval : num 0.1 [08:06:02.548] $ enable_after: num 0 [08:06:02.548] $ auto_finish : logi TRUE [08:06:02.548] $ clear : logi TRUE [08:06:02.548] $ target : chr "terminal" [08:06:02.548] $ step : NULL [08:06:02.548] $ message : NULL [08:06:02.548] $ timestamps : NULL [08:06:02.548] $ delta : int 0 [08:06:02.548] $ enabled : logi FALSE [08:06:02.548] $ config :List of 7 [08:06:02.548] ..$ max_steps : NULL [08:06:02.548] ..$ times : num Inf [08:06:02.548] ..$ interval : num 0.1 [08:06:02.548] ..$ enable_after: num 0 [08:06:02.548] ..$ auto_finish : logi TRUE [08:06:02.548] ..$ clear : logi TRUE [08:06:02.548] ..$ target : chr "terminal" [08:06:02.548] $ state :List of 5 [08:06:02.548] ..$ step : NULL [08:06:02.548] ..$ message : NULL [08:06:02.548] ..$ timestamps: NULL [08:06:02.548] ..$ delta : int 0 [08:06:02.548] ..$ enabled : logi FALSE [08:06:02.548] $ progression :List of 12 [08:06:02.548] ..$ owner_session_uuid: NULL [08:06:02.548] ..$ progressor_uuid : NULL [08:06:02.548] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.548] ..$ progression_index : NULL [08:06:02.548] ..$ progression_time : chr "2025-09-19 08:06:02.548 +0200" [08:06:02.548] ..$ type : chr "hide" [08:06:02.548] ..$ message : chr(0) [08:06:02.548] ..$ amount : num 1 [08:06:02.548] ..$ step : NULL [08:06:02.548] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.548] ..$ call : NULL [08:06:02.548] ..$ calls :Dotted pair list of 14 [08:06:02.548] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.548] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.548] .. ..$ : language withVisible(expr) [08:06:02.548] .. ..$ : language slow_sum(1:10) [08:06:02.548] .. ..$ : language p(amount = 0, message = sprintf("P: %d elements done", kk), class = "sticky") [08:06:02.548] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.548] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.548] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.548] .. ..$ : language signalCondition(cond) [08:06:02.548] .. ..$ : language (function (p) { ... [08:06:02.548] .. ..$ : language calling_handler(control_progression("hide")) [08:06:02.548] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.548] .. ..$ : language control_progression("hide") [08:06:02.548] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.548] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.567] hide_reporter() ... done - received a 'sticky' (n=42) [08:06:02.568] unhide_reporter() ... [08:06:02.568] List of 15 [08:06:02.568] $ max_steps : NULL [08:06:02.568] $ times : num Inf [08:06:02.568] $ interval : num 0.1 [08:06:02.568] $ enable_after: num 0 [08:06:02.568] $ auto_finish : logi TRUE [08:06:02.568] $ clear : logi TRUE [08:06:02.568] $ target : chr "terminal" [08:06:02.568] $ step : NULL [08:06:02.568] $ message : NULL [08:06:02.568] $ timestamps : NULL [08:06:02.568] $ delta : int 0 [08:06:02.568] $ enabled : logi FALSE [08:06:02.568] $ config :List of 7 [08:06:02.568] ..$ max_steps : NULL [08:06:02.568] ..$ times : num Inf [08:06:02.568] ..$ interval : num 0.1 [08:06:02.568] ..$ enable_after: num 0 [08:06:02.568] ..$ auto_finish : logi TRUE [08:06:02.568] ..$ clear : logi TRUE [08:06:02.568] ..$ target : chr "terminal" [08:06:02.568] $ state :List of 5 [08:06:02.568] ..$ step : NULL [08:06:02.568] ..$ message : NULL [08:06:02.568] ..$ timestamps: NULL [08:06:02.568] ..$ delta : int 0 [08:06:02.568] ..$ enabled : logi FALSE [08:06:02.568] $ progression :List of 12 [08:06:02.568] ..$ owner_session_uuid: NULL [08:06:02.568] ..$ progressor_uuid : NULL [08:06:02.568] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.568] ..$ progression_index : NULL [08:06:02.568] ..$ progression_time : chr "2025-09-19 08:06:02.568 +0200" [08:06:02.568] ..$ type : chr "unhide" [08:06:02.568] ..$ message : chr(0) [08:06:02.568] ..$ amount : num 1 [08:06:02.568] ..$ step : NULL [08:06:02.568] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.568] ..$ call : NULL [08:06:02.568] ..$ calls :Dotted pair list of 14 [08:06:02.568] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.568] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.568] .. ..$ : language withVisible(expr) [08:06:02.568] .. ..$ : language slow_sum(1:10) [08:06:02.568] .. ..$ : language p(amount = 0, message = sprintf("P: %d elements done", kk), class = "sticky") [08:06:02.568] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.568] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.568] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.568] .. ..$ : language signalCondition(cond) [08:06:02.568] .. ..$ : language (function (p) { ... [08:06:02.568] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:02.568] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.568] .. ..$ : language control_progression("unhide") [08:06:02.568] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.568] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.584] unhide_reporter() ... done [08:06:02.585] Progression calling handler 'update' ... [08:06:02.585] - progression: [08:06:02.585] List of 12 [08:06:02.585] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.585] ..- attr(*, "source")=List of 6 [08:06:02.585] .. ..$ host : Named chr "CRANWIN3" [08:06:02.585] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.585] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.585] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.585] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.585] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.585] .. ..$ pid : int 184916 [08:06:02.585] .. ..$ random : int 1592976985 [08:06:02.585] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.585] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.585] $ progression_index : int 42 [08:06:02.585] $ progression_time : chr "2025-09-19 08:06:02.548 +0200" [08:06:02.585] $ type : chr "update" [08:06:02.585] $ message : chr "P: 10 elements done" [08:06:02.585] $ amount : num 0 [08:06:02.585] $ step : NULL [08:06:02.585] $ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.585] $ call : NULL [08:06:02.585] $ calls : NULL [08:06:02.585] - attr(*, "class")= chr [1:4] "sticky" "progression" "immediateCondition" "condition" [08:06:02.592] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:02.592] - progression_index: 42 [08:06:02.592] - duplicated: FALSE - cannot 'update' handler, because it is not active [08:06:02.592] Progression calling handler 'update' ... done - received a 'sticky' - received a 'simpleMessage' [08:06:02.593] hide_reporter() ... [08:06:02.593] List of 15 [08:06:02.593] $ max_steps : NULL [08:06:02.593] $ times : num Inf [08:06:02.593] $ interval : num 0.1 [08:06:02.593] $ enable_after: num 0 [08:06:02.593] $ auto_finish : logi TRUE [08:06:02.593] $ clear : logi TRUE [08:06:02.593] $ target : chr "terminal" [08:06:02.593] $ step : NULL [08:06:02.593] $ message : NULL [08:06:02.593] $ timestamps : NULL [08:06:02.593] $ delta : int 0 [08:06:02.593] $ enabled : logi FALSE [08:06:02.593] $ config :List of 7 [08:06:02.593] ..$ max_steps : NULL [08:06:02.593] ..$ times : num Inf [08:06:02.593] ..$ interval : num 0.1 [08:06:02.593] ..$ enable_after: num 0 [08:06:02.593] ..$ auto_finish : logi TRUE [08:06:02.593] ..$ clear : logi TRUE [08:06:02.593] ..$ target : chr "terminal" [08:06:02.593] $ state :List of 5 [08:06:02.593] ..$ step : NULL [08:06:02.593] ..$ message : NULL [08:06:02.593] ..$ timestamps: NULL [08:06:02.593] ..$ delta : int 0 [08:06:02.593] ..$ enabled : logi FALSE [08:06:02.593] $ progression :List of 12 [08:06:02.593] ..$ owner_session_uuid: NULL [08:06:02.593] ..$ progressor_uuid : NULL [08:06:02.593] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.593] ..$ progression_index : NULL [08:06:02.593] ..$ progression_time : chr "2025-09-19 08:06:02.593 +0200" [08:06:02.593] ..$ type : chr "hide" [08:06:02.593] ..$ message : chr(0) [08:06:02.593] ..$ amount : num 1 [08:06:02.593] ..$ step : NULL [08:06:02.593] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.593] ..$ call : NULL [08:06:02.593] ..$ calls :Dotted pair list of 14 [08:06:02.593] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.593] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.593] .. ..$ : language withVisible(expr) [08:06:02.593] .. ..$ : language slow_sum(1:10) [08:06:02.593] .. ..$ : language p(amount = 0) [08:06:02.593] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.593] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.593] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.593] .. ..$ : language signalCondition(cond) [08:06:02.593] .. ..$ : language (function (p) { ... [08:06:02.593] .. ..$ : language calling_handler(control_progression("hide")) [08:06:02.593] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.593] .. ..$ : language control_progression("hide") [08:06:02.593] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.593] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.624] hide_reporter() ... done - received a 'progression' (n=43) [08:06:02.625] unhide_reporter() ... [08:06:02.625] List of 15 [08:06:02.625] $ max_steps : NULL [08:06:02.625] $ times : num Inf [08:06:02.625] $ interval : num 0.1 [08:06:02.625] $ enable_after: num 0 [08:06:02.625] $ auto_finish : logi TRUE [08:06:02.625] $ clear : logi TRUE [08:06:02.625] $ target : chr "terminal" [08:06:02.625] $ step : NULL [08:06:02.625] $ message : NULL [08:06:02.625] $ timestamps : NULL [08:06:02.625] $ delta : int 0 [08:06:02.625] $ enabled : logi FALSE [08:06:02.625] $ config :List of 7 [08:06:02.625] ..$ max_steps : NULL [08:06:02.625] ..$ times : num Inf [08:06:02.625] ..$ interval : num 0.1 [08:06:02.625] ..$ enable_after: num 0 [08:06:02.625] ..$ auto_finish : logi TRUE [08:06:02.625] ..$ clear : logi TRUE [08:06:02.625] ..$ target : chr "terminal" [08:06:02.625] $ state :List of 5 [08:06:02.625] ..$ step : NULL [08:06:02.625] ..$ message : NULL [08:06:02.625] ..$ timestamps: NULL [08:06:02.625] ..$ delta : int 0 [08:06:02.625] ..$ enabled : logi FALSE [08:06:02.625] $ progression :List of 12 [08:06:02.625] ..$ owner_session_uuid: NULL [08:06:02.625] ..$ progressor_uuid : NULL [08:06:02.625] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.625] ..$ progression_index : NULL [08:06:02.625] ..$ progression_time : chr "2025-09-19 08:06:02.624 +0200" [08:06:02.625] ..$ type : chr "unhide" [08:06:02.625] ..$ message : chr(0) [08:06:02.625] ..$ amount : num 1 [08:06:02.625] ..$ step : NULL [08:06:02.625] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.625] ..$ call : NULL [08:06:02.625] ..$ calls :Dotted pair list of 14 [08:06:02.625] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.625] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.625] .. ..$ : language withVisible(expr) [08:06:02.625] .. ..$ : language slow_sum(1:10) [08:06:02.625] .. ..$ : language p(amount = 0) [08:06:02.625] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.625] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.625] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.625] .. ..$ : language signalCondition(cond) [08:06:02.625] .. ..$ : language (function (p) { ... [08:06:02.625] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:02.625] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.625] .. ..$ : language control_progression("unhide") [08:06:02.625] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.625] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.644] unhide_reporter() ... done [08:06:02.644] Progression calling handler 'update' ... [08:06:02.644] - progression: [08:06:02.645] List of 12 [08:06:02.645] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.645] ..- attr(*, "source")=List of 6 [08:06:02.645] .. ..$ host : Named chr "CRANWIN3" [08:06:02.645] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.645] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.645] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.645] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.645] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.645] .. ..$ pid : int 184916 [08:06:02.645] .. ..$ random : int 1592976985 [08:06:02.645] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.645] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.645] $ progression_index : int 43 [08:06:02.645] $ progression_time : chr "2025-09-19 08:06:02.592 +0200" [08:06:02.645] $ type : chr "update" [08:06:02.645] $ message : chr(0) [08:06:02.645] $ amount : num 0 [08:06:02.645] $ step : NULL [08:06:02.645] $ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.645] $ call : NULL [08:06:02.645] $ calls : NULL [08:06:02.645] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.654] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:02.654] - progression_index: 43 [08:06:02.654] - duplicated: FALSE - cannot 'update' handler, because it is not active [08:06:02.655] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [08:06:02.655] hide_reporter() ... [08:06:02.656] List of 15 [08:06:02.656] $ max_steps : NULL [08:06:02.656] $ times : num Inf [08:06:02.656] $ interval : num 0.1 [08:06:02.656] $ enable_after: num 0 [08:06:02.656] $ auto_finish : logi TRUE [08:06:02.656] $ clear : logi TRUE [08:06:02.656] $ target : chr "terminal" [08:06:02.656] $ step : NULL [08:06:02.656] $ message : NULL [08:06:02.656] $ timestamps : NULL [08:06:02.656] $ delta : int 0 [08:06:02.656] $ enabled : logi FALSE [08:06:02.656] $ config :List of 7 [08:06:02.656] ..$ max_steps : NULL [08:06:02.656] ..$ times : num Inf [08:06:02.656] ..$ interval : num 0.1 [08:06:02.656] ..$ enable_after: num 0 [08:06:02.656] ..$ auto_finish : logi TRUE [08:06:02.656] ..$ clear : logi TRUE [08:06:02.656] ..$ target : chr "terminal" [08:06:02.656] $ state :List of 5 [08:06:02.656] ..$ step : NULL [08:06:02.656] ..$ message : NULL [08:06:02.656] ..$ timestamps: NULL [08:06:02.656] ..$ delta : int 0 [08:06:02.656] ..$ enabled : logi FALSE [08:06:02.656] $ progression :List of 12 [08:06:02.656] ..$ owner_session_uuid: NULL [08:06:02.656] ..$ progressor_uuid : NULL [08:06:02.656] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.656] ..$ progression_index : NULL [08:06:02.656] ..$ progression_time : chr "2025-09-19 08:06:02.655 +0200" [08:06:02.656] ..$ type : chr "hide" [08:06:02.656] ..$ message : chr(0) [08:06:02.656] ..$ amount : num 1 [08:06:02.656] ..$ step : NULL [08:06:02.656] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.656] ..$ call : NULL [08:06:02.656] ..$ calls :Dotted pair list of 14 [08:06:02.656] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.656] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.656] .. ..$ : language withVisible(expr) [08:06:02.656] .. ..$ : language slow_sum(1:10) [08:06:02.656] .. ..$ : language ...progressor(type = "finish") [08:06:02.656] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.656] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.656] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.656] .. ..$ : language signalCondition(cond) [08:06:02.656] .. ..$ : language (function (p) { ... [08:06:02.656] .. ..$ : language calling_handler(control_progression("hide")) [08:06:02.656] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.656] .. ..$ : language control_progression("hide") [08:06:02.656] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.656] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.676] hide_reporter() ... done - received a 'progression' (n=44) [08:06:02.676] unhide_reporter() ... [08:06:02.677] List of 15 [08:06:02.677] $ max_steps : NULL [08:06:02.677] $ times : num Inf [08:06:02.677] $ interval : num 0.1 [08:06:02.677] $ enable_after: num 0 [08:06:02.677] $ auto_finish : logi TRUE [08:06:02.677] $ clear : logi TRUE [08:06:02.677] $ target : chr "terminal" [08:06:02.677] $ step : NULL [08:06:02.677] $ message : NULL [08:06:02.677] $ timestamps : NULL [08:06:02.677] $ delta : int 0 [08:06:02.677] $ enabled : logi FALSE [08:06:02.677] $ config :List of 7 [08:06:02.677] ..$ max_steps : NULL [08:06:02.677] ..$ times : num Inf [08:06:02.677] ..$ interval : num 0.1 [08:06:02.677] ..$ enable_after: num 0 [08:06:02.677] ..$ auto_finish : logi TRUE [08:06:02.677] ..$ clear : logi TRUE [08:06:02.677] ..$ target : chr "terminal" [08:06:02.677] $ state :List of 5 [08:06:02.677] ..$ step : NULL [08:06:02.677] ..$ message : NULL [08:06:02.677] ..$ timestamps: NULL [08:06:02.677] ..$ delta : int 0 [08:06:02.677] ..$ enabled : logi FALSE [08:06:02.677] $ progression :List of 12 [08:06:02.677] ..$ owner_session_uuid: NULL [08:06:02.677] ..$ progressor_uuid : NULL [08:06:02.677] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.677] ..$ progression_index : NULL [08:06:02.677] ..$ progression_time : chr "2025-09-19 08:06:02.676 +0200" [08:06:02.677] ..$ type : chr "unhide" [08:06:02.677] ..$ message : chr(0) [08:06:02.677] ..$ amount : num 1 [08:06:02.677] ..$ step : NULL [08:06:02.677] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.677] ..$ call : NULL [08:06:02.677] ..$ calls :Dotted pair list of 14 [08:06:02.677] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.677] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.677] .. ..$ : language withVisible(expr) [08:06:02.677] .. ..$ : language slow_sum(1:10) [08:06:02.677] .. ..$ : language ...progressor(type = "finish") [08:06:02.677] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.677] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.677] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.677] .. ..$ : language signalCondition(cond) [08:06:02.677] .. ..$ : language (function (p) { ... [08:06:02.677] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:02.677] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.677] .. ..$ : language control_progression("unhide") [08:06:02.677] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.677] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.697] unhide_reporter() ... done [08:06:02.697] Progression calling handler 'finish' ... [08:06:02.697] - progression: [08:06:02.697] List of 12 [08:06:02.697] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.697] ..- attr(*, "source")=List of 6 [08:06:02.697] .. ..$ host : Named chr "CRANWIN3" [08:06:02.697] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.697] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.697] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.697] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.697] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.697] .. ..$ pid : int 184916 [08:06:02.697] .. ..$ random : int 1592976985 [08:06:02.697] $ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.697] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.697] $ progression_index : int 44 [08:06:02.697] $ progression_time : chr "2025-09-19 08:06:02.655 +0200" [08:06:02.697] $ type : chr "finish" [08:06:02.697] $ message : chr(0) [08:06:02.697] $ amount : num 1 [08:06:02.697] $ step : NULL [08:06:02.697] $ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.697] $ call : NULL [08:06:02.697] $ calls : NULL [08:06:02.697] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.711] - progressor_uuid: 7bb7aa4c-e706-01da-8312-e5797ed86a10 [08:06:02.711] - progression_index: 44 [08:06:02.711] - duplicated: FALSE [08:06:02.711] List of 2 [08:06:02.711] $ finished : logi TRUE [08:06:02.711] $ milestones: NULL [08:06:02.713] finish_reporter() ... [08:06:02.713] List of 15 [08:06:02.713] $ max_steps : NULL [08:06:02.713] $ times : num Inf [08:06:02.713] $ interval : num 0.1 [08:06:02.713] $ enable_after: num 0 [08:06:02.713] $ auto_finish : logi TRUE [08:06:02.713] $ clear : logi TRUE [08:06:02.713] $ target : chr "terminal" [08:06:02.713] $ step : NULL [08:06:02.713] $ message : NULL [08:06:02.713] $ timestamps : NULL [08:06:02.713] $ delta : int 0 [08:06:02.713] $ enabled : logi FALSE [08:06:02.713] $ config :List of 7 [08:06:02.713] ..$ max_steps : NULL [08:06:02.713] ..$ times : num Inf [08:06:02.713] ..$ interval : num 0.1 [08:06:02.713] ..$ enable_after: num 0 [08:06:02.713] ..$ auto_finish : logi TRUE [08:06:02.713] ..$ clear : logi TRUE [08:06:02.713] ..$ target : chr "terminal" [08:06:02.713] $ state :List of 5 [08:06:02.713] ..$ step : NULL [08:06:02.713] ..$ message : NULL [08:06:02.713] ..$ timestamps: NULL [08:06:02.713] ..$ delta : int 0 [08:06:02.713] ..$ enabled : logi FALSE [08:06:02.713] $ progression :List of 12 [08:06:02.713] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.713] .. ..- attr(*, "source")=List of 6 [08:06:02.713] .. .. ..$ host : Named chr "CRANWIN3" [08:06:02.713] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.713] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.713] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.713] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.713] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.713] .. .. ..$ pid : int 184916 [08:06:02.713] .. .. ..$ random : int 1592976985 [08:06:02.713] ..$ progressor_uuid : chr "7bb7aa4c-e706-01da-8312-e5797ed86a10" [08:06:02.713] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.713] ..$ progression_index : int 44 [08:06:02.713] ..$ progression_time : chr "2025-09-19 08:06:02.655 +0200" [08:06:02.713] ..$ type : chr "finish" [08:06:02.713] ..$ message : chr(0) [08:06:02.713] ..$ amount : num 1 [08:06:02.713] ..$ step : NULL [08:06:02.713] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.713] ..$ call : NULL [08:06:02.713] ..$ calls : NULL [08:06:02.713] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" - Hmm ... got a request to 'finish' handler, but it's not active and already finished. Oh well, will finish it then - owner: NULL [08:06:02.737] finish_reporter() ... done [08:06:02.737] Progression calling handler 'finish' ... done - received a 'progression' with_progress() ... done - signaling 'shutdown' to all handlers [08:06:02.738] finish_reporter() ... [08:06:02.738] List of 15 [08:06:02.738] $ max_steps : NULL [08:06:02.738] $ times : num Inf [08:06:02.738] $ interval : num 0.1 [08:06:02.738] $ enable_after: num 0 [08:06:02.738] $ auto_finish : logi TRUE [08:06:02.738] $ clear : logi TRUE [08:06:02.738] $ target : chr "terminal" [08:06:02.738] $ step : NULL [08:06:02.738] $ message : NULL [08:06:02.738] $ timestamps : NULL [08:06:02.738] $ delta : int 0 [08:06:02.738] $ enabled : logi FALSE [08:06:02.738] $ config :List of 7 [08:06:02.738] ..$ max_steps : NULL [08:06:02.738] ..$ times : num Inf [08:06:02.738] ..$ interval : num 0.1 [08:06:02.738] ..$ enable_after: num 0 [08:06:02.738] ..$ auto_finish : logi TRUE [08:06:02.738] ..$ clear : logi TRUE [08:06:02.738] ..$ target : chr "terminal" [08:06:02.738] $ state :List of 5 [08:06:02.738] ..$ step : NULL [08:06:02.738] ..$ message : NULL [08:06:02.738] ..$ timestamps: NULL [08:06:02.738] ..$ delta : int 0 [08:06:02.738] ..$ enabled : logi FALSE [08:06:02.738] $ progression :List of 13 [08:06:02.738] ..$ owner_session_uuid: NULL [08:06:02.738] ..$ progressor_uuid : NULL [08:06:02.738] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.738] ..$ progression_index : NULL [08:06:02.738] ..$ progression_time : chr "2025-09-19 08:06:02.738 +0200" [08:06:02.738] ..$ type : chr "shutdown" [08:06:02.738] ..$ message : chr(0) [08:06:02.738] ..$ amount : num 1 [08:06:02.738] ..$ step : NULL [08:06:02.738] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.738] ..$ status : chr "ok" [08:06:02.738] ..$ call : NULL [08:06:02.738] ..$ calls :Dotted pair list of 8 [08:06:02.738] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [08:06:02.738] .. ..$ : language withCallingHandlers({ withRestarts({ ... [08:06:02.738] .. ..$ : language withRestarts({ signalCondition(control_progression("shutdown", status = status)) ... [08:06:02.738] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.738] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.738] .. ..$ : language signalCondition(control_progression("shutdown", status = status)) [08:06:02.738] .. ..$ : language control_progression("shutdown", status = status) [08:06:02.738] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.738] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" - Hmm ... got a request to 'finish' handler, but it's not active and already finished. Oh well, will finish it then - owner: NULL [08:06:02.759] finish_reporter() ... done > > > with_progress({ + progress <- progressor(steps = 1 + 2 + 1) + relay_progress <- progress_aggregator(progress) + p <- progress() + progressr::progress(p) ## duplicated - will be ignored + relay_progress(slow_sum(1:2)) + progress(type = "finish") + progress() ## one too many - will be ignored + }) with_progress() ... as_progression_handler() ... - Number of progression handlers: 1 - Handler 1 is a function; calling it - drop = TRUE => dropping non-enabled handlers - Number of progression handlers: 1 as_progression_handler() ... done - Buffering: 'terminal', 'stdout', 'condition' - signaling 'reset' to all handlers [08:06:02.762] reset_reporter() ... [08:06:02.762] List of 15 [08:06:02.762] $ max_steps : NULL [08:06:02.762] $ times : num Inf [08:06:02.762] $ interval : num 0.1 [08:06:02.762] $ enable_after: num 0 [08:06:02.762] $ auto_finish : logi TRUE [08:06:02.762] $ clear : logi TRUE [08:06:02.762] $ target : chr "terminal" [08:06:02.762] $ step : NULL [08:06:02.762] $ message : NULL [08:06:02.762] $ timestamps : NULL [08:06:02.762] $ delta : int 0 [08:06:02.762] $ enabled : logi FALSE [08:06:02.762] $ config :List of 7 [08:06:02.762] ..$ max_steps : NULL [08:06:02.762] ..$ times : num Inf [08:06:02.762] ..$ interval : num 0.1 [08:06:02.762] ..$ enable_after: num 0 [08:06:02.762] ..$ auto_finish : logi TRUE [08:06:02.762] ..$ clear : logi TRUE [08:06:02.762] ..$ target : chr "terminal" [08:06:02.762] $ state :List of 5 [08:06:02.762] ..$ step : NULL [08:06:02.762] ..$ message : NULL [08:06:02.762] ..$ timestamps: NULL [08:06:02.762] ..$ delta : int 0 [08:06:02.762] ..$ enabled : logi FALSE [08:06:02.762] $ progression :List of 12 [08:06:02.762] ..$ owner_session_uuid: NULL [08:06:02.762] ..$ progressor_uuid : NULL [08:06:02.762] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.762] ..$ progression_index : NULL [08:06:02.762] ..$ progression_time : chr "2025-09-19 08:06:02.762 +0200" [08:06:02.762] ..$ type : chr "reset" [08:06:02.762] ..$ message : chr(0) [08:06:02.762] ..$ amount : num 1 [08:06:02.762] ..$ step : NULL [08:06:02.762] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.762] ..$ call : NULL [08:06:02.762] ..$ calls :Dotted pair list of 8 [08:06:02.762] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:02.762] .. ..$ : language withCallingHandlers({ withRestarts({ ... [08:06:02.762] .. ..$ : language withRestarts({ signalCondition(control_progression("reset")) ... [08:06:02.762] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.762] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.762] .. ..$ : language signalCondition(control_progression("reset")) [08:06:02.762] .. ..$ : language control_progression("reset") [08:06:02.762] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.762] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.782] reset_reporter() ... done - received a 'simpleMessage' [08:06:02.784] hide_reporter() ... [08:06:02.784] List of 15 [08:06:02.784] $ max_steps : NULL [08:06:02.784] $ times : num Inf [08:06:02.784] $ interval : num 0.1 [08:06:02.784] $ enable_after: num 0 [08:06:02.784] $ auto_finish : logi TRUE [08:06:02.784] $ clear : logi TRUE [08:06:02.784] $ target : chr "terminal" [08:06:02.784] $ step : NULL [08:06:02.784] $ message : NULL [08:06:02.784] $ timestamps : NULL [08:06:02.784] $ delta : int 0 [08:06:02.784] $ enabled : logi FALSE [08:06:02.784] $ config :List of 7 [08:06:02.784] ..$ max_steps : NULL [08:06:02.784] ..$ times : num Inf [08:06:02.784] ..$ interval : num 0.1 [08:06:02.784] ..$ enable_after: num 0 [08:06:02.784] ..$ auto_finish : logi TRUE [08:06:02.784] ..$ clear : logi TRUE [08:06:02.784] ..$ target : chr "terminal" [08:06:02.784] $ state :List of 5 [08:06:02.784] ..$ step : NULL [08:06:02.784] ..$ message : NULL [08:06:02.784] ..$ timestamps: NULL [08:06:02.784] ..$ delta : int 0 [08:06:02.784] ..$ enabled : logi FALSE [08:06:02.784] $ progression :List of 12 [08:06:02.784] ..$ owner_session_uuid: NULL [08:06:02.784] ..$ progressor_uuid : NULL [08:06:02.784] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.784] ..$ progression_index : NULL [08:06:02.784] ..$ progression_time : chr "2025-09-19 08:06:02.784 +0200" [08:06:02.784] ..$ type : chr "hide" [08:06:02.784] ..$ message : chr(0) [08:06:02.784] ..$ amount : num 1 [08:06:02.784] ..$ step : NULL [08:06:02.784] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.784] ..$ call : NULL [08:06:02.784] ..$ calls :Dotted pair list of 14 [08:06:02.784] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:02.784] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.784] .. ..$ : language withVisible(expr) [08:06:02.784] .. ..$ : language progressor(steps = 1 + 2 + 1) [08:06:02.784] .. ..$ : language fcn(type = "initiate", steps = steps, auto_finish = auto_finish) [08:06:02.784] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.784] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.784] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.784] .. ..$ : language signalCondition(cond) [08:06:02.784] .. ..$ : language (function (p) { ... [08:06:02.784] .. ..$ : language calling_handler(control_progression("hide")) [08:06:02.784] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.784] .. ..$ : language control_progression("hide") [08:06:02.784] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.784] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.807] hide_reporter() ... done - received a 'progression' (n=1) [08:06:02.807] unhide_reporter() ... [08:06:02.808] List of 15 [08:06:02.808] $ max_steps : NULL [08:06:02.808] $ times : num Inf [08:06:02.808] $ interval : num 0.1 [08:06:02.808] $ enable_after: num 0 [08:06:02.808] $ auto_finish : logi TRUE [08:06:02.808] $ clear : logi TRUE [08:06:02.808] $ target : chr "terminal" [08:06:02.808] $ step : NULL [08:06:02.808] $ message : NULL [08:06:02.808] $ timestamps : NULL [08:06:02.808] $ delta : int 0 [08:06:02.808] $ enabled : logi FALSE [08:06:02.808] $ config :List of 7 [08:06:02.808] ..$ max_steps : NULL [08:06:02.808] ..$ times : num Inf [08:06:02.808] ..$ interval : num 0.1 [08:06:02.808] ..$ enable_after: num 0 [08:06:02.808] ..$ auto_finish : logi TRUE [08:06:02.808] ..$ clear : logi TRUE [08:06:02.808] ..$ target : chr "terminal" [08:06:02.808] $ state :List of 5 [08:06:02.808] ..$ step : NULL [08:06:02.808] ..$ message : NULL [08:06:02.808] ..$ timestamps: NULL [08:06:02.808] ..$ delta : int 0 [08:06:02.808] ..$ enabled : logi FALSE [08:06:02.808] $ progression :List of 12 [08:06:02.808] ..$ owner_session_uuid: NULL [08:06:02.808] ..$ progressor_uuid : NULL [08:06:02.808] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.808] ..$ progression_index : NULL [08:06:02.808] ..$ progression_time : chr "2025-09-19 08:06:02.807 +0200" [08:06:02.808] ..$ type : chr "unhide" [08:06:02.808] ..$ message : chr(0) [08:06:02.808] ..$ amount : num 1 [08:06:02.808] ..$ step : NULL [08:06:02.808] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.808] ..$ call : NULL [08:06:02.808] ..$ calls :Dotted pair list of 14 [08:06:02.808] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:02.808] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.808] .. ..$ : language withVisible(expr) [08:06:02.808] .. ..$ : language progressor(steps = 1 + 2 + 1) [08:06:02.808] .. ..$ : language fcn(type = "initiate", steps = steps, auto_finish = auto_finish) [08:06:02.808] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.808] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.808] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.808] .. ..$ : language signalCondition(cond) [08:06:02.808] .. ..$ : language (function (p) { ... [08:06:02.808] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:02.808] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.808] .. ..$ : language control_progression("unhide") [08:06:02.808] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.808] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.838] unhide_reporter() ... done [08:06:02.839] Progression calling handler 'initiate' ... [08:06:02.839] - progression: [08:06:02.839] List of 14 [08:06:02.839] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.839] ..- attr(*, "source")=List of 6 [08:06:02.839] .. ..$ host : Named chr "CRANWIN3" [08:06:02.839] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.839] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.839] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.839] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.839] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.839] .. ..$ pid : int 184916 [08:06:02.839] .. ..$ random : int 1592976985 [08:06:02.839] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:02.839] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.839] $ progression_index : int 1 [08:06:02.839] $ progression_time : chr "2025-09-19 08:06:02.783 +0200" [08:06:02.839] $ type : chr "initiate" [08:06:02.839] $ message : chr(0) [08:06:02.839] $ amount : num 1 [08:06:02.839] $ step : NULL [08:06:02.839] $ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.839] $ steps : num 4 [08:06:02.839] $ auto_finish : logi TRUE [08:06:02.839] $ call : NULL [08:06:02.839] $ calls : NULL [08:06:02.839] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.851] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:02.851] - progression_index: 1 [08:06:02.851] - duplicated: FALSE [08:06:02.852] List of 1 [08:06:02.852] $ max_steps: num 4 [08:06:02.853] List of 4 [08:06:02.853] $ auto_finish : logi TRUE [08:06:02.853] $ times : num 4 [08:06:02.853] $ interval : num 0.1 [08:06:02.853] $ intrusiveness: num 1 [08:06:02.855] List of 2 [08:06:02.855] $ times : num 4 [08:06:02.855] $ interval: num 0.1 [08:06:02.857] List of 2 [08:06:02.857] $ finished : logi FALSE [08:06:02.857] $ milestones: num [1:4] 1 2 3 4 [08:06:02.859] initiate_reporter() ... [08:06:02.859] List of 15 [08:06:02.859] $ max_steps : num 4 [08:06:02.859] $ times : num Inf [08:06:02.859] $ interval : num 0.1 [08:06:02.859] $ enable_after: num 0 [08:06:02.859] $ auto_finish : logi TRUE [08:06:02.859] $ clear : logi TRUE [08:06:02.859] $ target : chr "terminal" [08:06:02.859] $ step : int 0 [08:06:02.859] $ message : chr(0) [08:06:02.859] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:02.859] $ delta : int 0 [08:06:02.859] $ enabled : logi TRUE [08:06:02.859] $ config :List of 7 [08:06:02.859] ..$ max_steps : num 4 [08:06:02.859] ..$ times : num Inf [08:06:02.859] ..$ interval : num 0.1 [08:06:02.859] ..$ enable_after: num 0 [08:06:02.859] ..$ auto_finish : logi TRUE [08:06:02.859] ..$ clear : logi TRUE [08:06:02.859] ..$ target : chr "terminal" [08:06:02.859] $ state :List of 5 [08:06:02.859] ..$ step : int 0 [08:06:02.859] ..$ message : chr(0) [08:06:02.859] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:02.859] ..$ delta : int 0 [08:06:02.859] ..$ enabled : logi TRUE [08:06:02.859] $ progression :List of 14 [08:06:02.859] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.859] .. ..- attr(*, "source")=List of 6 [08:06:02.859] .. .. ..$ host : Named chr "CRANWIN3" [08:06:02.859] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.859] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.859] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.859] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.859] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.859] .. .. ..$ pid : int 184916 [08:06:02.859] .. .. ..$ random : int 1592976985 [08:06:02.859] ..$ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:02.859] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.859] ..$ progression_index : int 1 [08:06:02.859] ..$ progression_time : chr "2025-09-19 08:06:02.783 +0200" [08:06:02.859] ..$ type : chr "initiate" [08:06:02.859] ..$ message : chr(0) [08:06:02.859] ..$ amount : num 1 [08:06:02.859] ..$ step : NULL [08:06:02.859] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.859] ..$ steps : num 4 [08:06:02.859] ..$ auto_finish : logi TRUE [08:06:02.859] ..$ call : NULL [08:06:02.859] ..$ calls : NULL [08:06:02.859] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | | | 0%[08:06:02.886] initiate_reporter() ... done [08:06:02.886] Progression calling handler 'initiate' ... done - received a 'progression' - received a 'simpleMessage' [08:06:02.888] hide_reporter() ... [08:06:02.888] List of 15 [08:06:02.888] $ max_steps : num 4 [08:06:02.888] $ times : num Inf [08:06:02.888] $ interval : num 0.1 [08:06:02.888] $ enable_after: num 0 [08:06:02.888] $ auto_finish : logi TRUE [08:06:02.888] $ clear : logi TRUE [08:06:02.888] $ target : chr "terminal" [08:06:02.888] $ step : int 0 [08:06:02.888] $ message : chr(0) [08:06:02.888] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:02.888] $ delta : int 0 [08:06:02.888] $ enabled : logi TRUE [08:06:02.888] $ config :List of 7 [08:06:02.888] ..$ max_steps : num 4 [08:06:02.888] ..$ times : num Inf [08:06:02.888] ..$ interval : num 0.1 [08:06:02.888] ..$ enable_after: num 0 [08:06:02.888] ..$ auto_finish : logi TRUE [08:06:02.888] ..$ clear : logi TRUE [08:06:02.888] ..$ target : chr "terminal" [08:06:02.888] $ state :List of 5 [08:06:02.888] ..$ step : int 0 [08:06:02.888] ..$ message : chr(0) [08:06:02.888] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:02.888] ..$ delta : int 0 [08:06:02.888] ..$ enabled : logi TRUE [08:06:02.888] $ progression :List of 12 [08:06:02.888] ..$ owner_session_uuid: NULL [08:06:02.888] ..$ progressor_uuid : NULL [08:06:02.888] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.888] ..$ progression_index : NULL [08:06:02.888] ..$ progression_time : chr "2025-09-19 08:06:02.888 +0200" [08:06:02.888] ..$ type : chr "hide" [08:06:02.888] ..$ message : chr(0) [08:06:02.888] ..$ amount : num 1 [08:06:02.888] ..$ step : NULL [08:06:02.888] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.888] ..$ call : NULL [08:06:02.888] ..$ calls :Dotted pair list of 13 [08:06:02.888] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:02.888] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.888] .. ..$ : language withVisible(expr) [08:06:02.888] .. ..$ : language progress() [08:06:02.888] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.888] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.888] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.888] .. ..$ : language signalCondition(cond) [08:06:02.888] .. ..$ : language (function (p) { ... [08:06:02.888] .. ..$ : language calling_handler(control_progression("hide")) [08:06:02.888] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.888] .. ..$ : language control_progression("hide") [08:06:02.888] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.888] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:02.919] hide_reporter() ... done - received a 'progression' (n=2) [08:06:02.919] unhide_reporter() ... [08:06:02.920] List of 15 [08:06:02.920] $ max_steps : num 4 [08:06:02.920] $ times : num Inf [08:06:02.920] $ interval : num 0.1 [08:06:02.920] $ enable_after: num 0 [08:06:02.920] $ auto_finish : logi TRUE [08:06:02.920] $ clear : logi TRUE [08:06:02.920] $ target : chr "terminal" [08:06:02.920] $ step : int 0 [08:06:02.920] $ message : chr(0) [08:06:02.920] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:02.920] $ delta : int 0 [08:06:02.920] $ enabled : logi TRUE [08:06:02.920] $ config :List of 7 [08:06:02.920] ..$ max_steps : num 4 [08:06:02.920] ..$ times : num Inf [08:06:02.920] ..$ interval : num 0.1 [08:06:02.920] ..$ enable_after: num 0 [08:06:02.920] ..$ auto_finish : logi TRUE [08:06:02.920] ..$ clear : logi TRUE [08:06:02.920] ..$ target : chr "terminal" [08:06:02.920] $ state :List of 5 [08:06:02.920] ..$ step : int 0 [08:06:02.920] ..$ message : chr(0) [08:06:02.920] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:02.920] ..$ delta : int 0 [08:06:02.920] ..$ enabled : logi TRUE [08:06:02.920] $ progression :List of 12 [08:06:02.920] ..$ owner_session_uuid: NULL [08:06:02.920] ..$ progressor_uuid : NULL [08:06:02.920] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.920] ..$ progression_index : NULL [08:06:02.920] ..$ progression_time : chr "2025-09-19 08:06:02.919 +0200" [08:06:02.920] ..$ type : chr "unhide" [08:06:02.920] ..$ message : chr(0) [08:06:02.920] ..$ amount : num 1 [08:06:02.920] ..$ step : NULL [08:06:02.920] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.920] ..$ call : NULL [08:06:02.920] ..$ calls :Dotted pair list of 13 [08:06:02.920] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:02.920] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.920] .. ..$ : language withVisible(expr) [08:06:02.920] .. ..$ : language progress() [08:06:02.920] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.920] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.920] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.920] .. ..$ : language signalCondition(cond) [08:06:02.920] .. ..$ : language (function (p) { ... [08:06:02.920] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:02.920] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.920] .. ..$ : language control_progression("unhide") [08:06:02.920] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.920] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:06:02.956] unhide_reporter() ... done [08:06:02.957] Progression calling handler 'update' ... [08:06:02.957] - progression: [08:06:02.957] List of 12 [08:06:02.957] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.957] ..- attr(*, "source")=List of 6 [08:06:02.957] .. ..$ host : Named chr "CRANWIN3" [08:06:02.957] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:02.957] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:02.957] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:02.957] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:02.957] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:02.957] .. ..$ pid : int 184916 [08:06:02.957] .. ..$ random : int 1592976985 [08:06:02.957] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:02.957] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.957] $ progression_index : int 2 [08:06:02.957] $ progression_time : chr "2025-09-19 08:06:02.887 +0200" [08:06:02.957] $ type : chr "update" [08:06:02.957] $ message : chr(0) [08:06:02.957] $ amount : num 1 [08:06:02.957] $ step : NULL [08:06:02.957] $ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.957] $ call : NULL [08:06:02.957] $ calls : NULL [08:06:02.957] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:02.970] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:02.970] - progression_index: 2 [08:06:02.970] - duplicated: FALSE [08:06:02.970] List of 4 [08:06:02.970] $ step : int 0 [08:06:02.970] $ p$amount : num 1 [08:06:02.970] $ p$step : NULL [08:06:02.970] $ max_steps: num 4 [08:06:02.974] List of 5 [08:06:02.974] $ finished : logi FALSE [08:06:02.974] $ step : num 1 [08:06:02.974] $ milestones : num [1:4] 1 2 3 4 [08:06:02.974] $ prev_milestone: int 0 [08:06:02.974] $ interval : num 0.1 [08:06:02.977] List of 4 [08:06:02.977] $ dt : 'difftime' num 0 [08:06:02.977] ..- attr(*, "units")= chr "secs" [08:06:02.977] $ : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.977] $ : 'POSIXct' num(0) [08:06:02.977] - attr(*, "tzone")= chr "" [08:06:02.977] $ skip: logi TRUE [08:06:02.981] Progression calling handler 'update' ... done - received a 'progression' - received a 'deprecatedWarning' - received a 'simpleMessage' [08:06:02.983] hide_reporter() ... [08:06:02.983] List of 15 [08:06:02.983] $ max_steps : num 4 [08:06:02.983] $ times : num Inf [08:06:02.983] $ interval : num 0.1 [08:06:02.983] $ enable_after: num 0 [08:06:02.983] $ auto_finish : logi TRUE [08:06:02.983] $ clear : logi TRUE [08:06:02.983] $ target : chr "terminal" [08:06:02.983] $ step : num 1 [08:06:02.983] $ message : chr(0) [08:06:02.983] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:02.983] $ delta : num 1 [08:06:02.983] $ enabled : logi TRUE [08:06:02.983] $ config :List of 7 [08:06:02.983] ..$ max_steps : num 4 [08:06:02.983] ..$ times : num Inf [08:06:02.983] ..$ interval : num 0.1 [08:06:02.983] ..$ enable_after: num 0 [08:06:02.983] ..$ auto_finish : logi TRUE [08:06:02.983] ..$ clear : logi TRUE [08:06:02.983] ..$ target : chr "terminal" [08:06:02.983] $ state :List of 5 [08:06:02.983] ..$ step : num 1 [08:06:02.983] ..$ message : chr(0) [08:06:02.983] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:02.983] ..$ delta : num 1 [08:06:02.983] ..$ enabled : logi TRUE [08:06:02.983] $ progression :List of 12 [08:06:02.983] ..$ owner_session_uuid: NULL [08:06:02.983] ..$ progressor_uuid : NULL [08:06:02.983] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:02.983] ..$ progression_index : NULL [08:06:02.983] ..$ progression_time : chr "2025-09-19 08:06:02.983 +0200" [08:06:02.983] ..$ type : chr "hide" [08:06:02.983] ..$ message : chr(0) [08:06:02.983] ..$ amount : num 1 [08:06:02.983] ..$ step : NULL [08:06:02.983] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:02.983] ..$ call : NULL [08:06:02.983] ..$ calls :Dotted pair list of 13 [08:06:02.983] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:02.983] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:02.983] .. ..$ : language withVisible(expr) [08:06:02.983] .. ..$ : language progressr::progress(p) [08:06:02.983] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:02.983] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:02.983] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:02.983] .. ..$ : language signalCondition(cond) [08:06:02.983] .. ..$ : language (function (p) { ... [08:06:02.983] .. ..$ : language calling_handler(control_progression("hide")) [08:06:02.983] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:02.983] .. ..$ : language control_progression("hide") [08:06:02.983] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:02.983] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.012] hide_reporter() ... done - received a 'progression' (n=3) [08:06:03.013] unhide_reporter() ... [08:06:03.013] List of 15 [08:06:03.013] $ max_steps : num 4 [08:06:03.013] $ times : num Inf [08:06:03.013] $ interval : num 0.1 [08:06:03.013] $ enable_after: num 0 [08:06:03.013] $ auto_finish : logi TRUE [08:06:03.013] $ clear : logi TRUE [08:06:03.013] $ target : chr "terminal" [08:06:03.013] $ step : num 1 [08:06:03.013] $ message : chr(0) [08:06:03.013] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:03.013] $ delta : num 1 [08:06:03.013] $ enabled : logi TRUE [08:06:03.013] $ config :List of 7 [08:06:03.013] ..$ max_steps : num 4 [08:06:03.013] ..$ times : num Inf [08:06:03.013] ..$ interval : num 0.1 [08:06:03.013] ..$ enable_after: num 0 [08:06:03.013] ..$ auto_finish : logi TRUE [08:06:03.013] ..$ clear : logi TRUE [08:06:03.013] ..$ target : chr "terminal" [08:06:03.013] $ state :List of 5 [08:06:03.013] ..$ step : num 1 [08:06:03.013] ..$ message : chr(0) [08:06:03.013] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:03.013] ..$ delta : num 1 [08:06:03.013] ..$ enabled : logi TRUE [08:06:03.013] $ progression :List of 12 [08:06:03.013] ..$ owner_session_uuid: NULL [08:06:03.013] ..$ progressor_uuid : NULL [08:06:03.013] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.013] ..$ progression_index : NULL [08:06:03.013] ..$ progression_time : chr "2025-09-19 08:06:03.012 +0200" [08:06:03.013] ..$ type : chr "unhide" [08:06:03.013] ..$ message : chr(0) [08:06:03.013] ..$ amount : num 1 [08:06:03.013] ..$ step : NULL [08:06:03.013] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.013] ..$ call : NULL [08:06:03.013] ..$ calls :Dotted pair list of 13 [08:06:03.013] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.013] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.013] .. ..$ : language withVisible(expr) [08:06:03.013] .. ..$ : language progressr::progress(p) [08:06:03.013] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.013] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.013] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.013] .. ..$ : language signalCondition(cond) [08:06:03.013] .. ..$ : language (function (p) { ... [08:06:03.013] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:03.013] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.013] .. ..$ : language control_progression("unhide") [08:06:03.013] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.013] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:06:03.037] unhide_reporter() ... done [08:06:03.038] Progression calling handler 'update' ... [08:06:03.038] - progression: [08:06:03.038] List of 12 [08:06:03.038] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.038] ..- attr(*, "source")=List of 6 [08:06:03.038] .. ..$ host : Named chr "CRANWIN3" [08:06:03.038] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.038] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.038] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.038] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.038] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.038] .. ..$ pid : int 184916 [08:06:03.038] .. ..$ random : int 1592976985 [08:06:03.038] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:03.038] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.038] $ progression_index : int 2 [08:06:03.038] $ progression_time : chr "2025-09-19 08:06:02.887 +0200" [08:06:03.038] $ type : chr "update" [08:06:03.038] $ message : chr(0) [08:06:03.038] $ amount : num 1 [08:06:03.038] $ step : NULL [08:06:03.038] $ time : POSIXct[1:1], format: "2025-09-19 08:06:02" [08:06:03.038] $ call : NULL [08:06:03.038] $ calls : NULL [08:06:03.038] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.049] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:03.049] - progression_index: 2 [08:06:03.049] - duplicated: TRUE [08:06:03.049] Progression calling handler 'update' ... condition already done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:03.100] hide_reporter() ... [08:06:03.100] List of 15 [08:06:03.100] $ max_steps : num 4 [08:06:03.100] $ times : num Inf [08:06:03.100] $ interval : num 0.1 [08:06:03.100] $ enable_after: num 0 [08:06:03.100] $ auto_finish : logi TRUE [08:06:03.100] $ clear : logi TRUE [08:06:03.100] $ target : chr "terminal" [08:06:03.100] $ step : num 1 [08:06:03.100] $ message : chr(0) [08:06:03.100] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:03.100] $ delta : num 1 [08:06:03.100] $ enabled : logi TRUE [08:06:03.100] $ config :List of 7 [08:06:03.100] ..$ max_steps : num 4 [08:06:03.100] ..$ times : num Inf [08:06:03.100] ..$ interval : num 0.1 [08:06:03.100] ..$ enable_after: num 0 [08:06:03.100] ..$ auto_finish : logi TRUE [08:06:03.100] ..$ clear : logi TRUE [08:06:03.100] ..$ target : chr "terminal" [08:06:03.100] $ state :List of 5 [08:06:03.100] ..$ step : num 1 [08:06:03.100] ..$ message : chr(0) [08:06:03.100] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:03.100] ..$ delta : num 1 [08:06:03.100] ..$ enabled : logi TRUE [08:06:03.100] $ progression :List of 12 [08:06:03.100] ..$ owner_session_uuid: NULL [08:06:03.100] ..$ progressor_uuid : NULL [08:06:03.100] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.100] ..$ progression_index : NULL [08:06:03.100] ..$ progression_time : chr "2025-09-19 08:06:03.100 +0200" [08:06:03.100] ..$ type : chr "hide" [08:06:03.100] ..$ message : chr(0) [08:06:03.100] ..$ amount : num 1 [08:06:03.100] ..$ step : NULL [08:06:03.100] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.100] ..$ call : NULL [08:06:03.100] ..$ calls :Dotted pair list of 25 [08:06:03.100] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.100] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.100] .. ..$ : language withVisible(expr) [08:06:03.100] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.100] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.100] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.100] .. ..$ : language withVisible(expr) [08:06:03.100] .. ..$ : language slow_sum(1:2) [08:06:03.100] .. ..$ : language p(amount = 0) [08:06:03.100] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.100] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.100] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.100] .. ..$ : language signalCondition(cond) [08:06:03.100] .. ..$ : language (function (p) { ... [08:06:03.100] .. ..$ : language calling_handler(p) [08:06:03.100] .. ..$ : language progress(child = p) [08:06:03.100] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.100] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.100] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.100] .. ..$ : language signalCondition(cond) [08:06:03.100] .. ..$ : language (function (p) { ... [08:06:03.100] .. ..$ : language calling_handler(control_progression("hide")) [08:06:03.100] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.100] .. ..$ : language control_progression("hide") [08:06:03.100] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.100] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.133] hide_reporter() ... done with_progress() ... as_progression_handler() ... - Number of progression handlers: 1 - drop = TRUE => dropping non-enabled handlers - Number of progression handlers: 1 as_progression_handler() ... done - Buffering: - signaling 'reset' to all handlers [08:06:03.052] Progression handler 'reset' ... [08:06:03.053] - progression: [08:06:03.053] List of 12 [08:06:03.053] $ owner_session_uuid: NULL [08:06:03.053] $ progressor_uuid : NULL [08:06:03.053] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.053] $ progression_index : NULL [08:06:03.053] $ progression_time : chr "2025-09-19 08:06:03.052 +0200" [08:06:03.053] $ type : chr "reset" [08:06:03.053] $ message : chr(0) [08:06:03.053] $ amount : num 1 [08:06:03.053] $ step : NULL [08:06:03.053] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.053] $ call : NULL [08:06:03.053] $ calls :Dotted pair list of 12 [08:06:03.053] ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.053] ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.053] ..$ : language withVisible(expr) [08:06:03.053] ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.053] ..$ : language with_progress(..., handlers = handler) [08:06:03.053] ..$ : language withCallingHandlers({ withRestarts({ ... [08:06:03.053] ..$ : language withRestarts({ signalCondition(control_progression("reset")) ... [08:06:03.053] ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.053] ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.053] ..$ : language signalCondition(control_progression("reset")) [08:06:03.053] ..$ : language control_progression("reset") [08:06:03.053] ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.053] - attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.069] [08:06:03.069] [08:06:03.070] Progression handler 'reset' ... done - received a 'simpleMessage' - received a 'progression' (n=1) [08:06:03.071] Progression handler 'initiate' ... [08:06:03.072] - progression: [08:06:03.072] List of 14 [08:06:03.072] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.072] ..- attr(*, "source")=List of 6 [08:06:03.072] .. ..$ host : Named chr "CRANWIN3" [08:06:03.072] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.072] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.072] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.072] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.072] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.072] .. ..$ pid : int 184916 [08:06:03.072] .. ..$ random : int 1592976985 [08:06:03.072] $ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.072] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.072] $ progression_index : int 1 [08:06:03.072] $ progression_time : chr "2025-09-19 08:06:03.070 +0200" [08:06:03.072] $ type : chr "initiate" [08:06:03.072] $ message : chr(0) [08:06:03.072] $ amount : num 1 [08:06:03.072] $ step : NULL [08:06:03.072] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.072] $ steps : int 2 [08:06:03.072] $ auto_finish : logi TRUE [08:06:03.072] $ call : NULL [08:06:03.072] $ calls : NULL [08:06:03.072] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.085] - progressor_uuid: 4aabc34f-314d-a93e-271c-ff810f797a8b [08:06:03.085] - progression_index: 1 [08:06:03.086] Progression handler 'initiate' ... done - received a 'simpleMessage' - received a 'progression' (n=2) [08:06:03.087] Progression handler 'update' ... [08:06:03.087] - progression: [08:06:03.088] List of 12 [08:06:03.088] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.088] ..- attr(*, "source")=List of 6 [08:06:03.088] .. ..$ host : Named chr "CRANWIN3" [08:06:03.088] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.088] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.088] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.088] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.088] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.088] .. ..$ pid : int 184916 [08:06:03.088] .. ..$ random : int 1592976985 [08:06:03.088] $ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.088] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.088] $ progression_index : int 2 [08:06:03.088] $ progression_time : chr "2025-09-19 08:06:03.086 +0200" [08:06:03.088] $ type : chr "update" [08:06:03.088] $ message : chr(0) [08:06:03.088] $ amount : num 0 [08:06:03.088] $ step : NULL [08:06:03.088] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.088] $ call : NULL [08:06:03.088] $ calls : NULL [08:06:03.088] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.099] - progressor_uuid: 4aabc34f-314d-a93e-271c-ff810f797a8b [08:06:03.099] - progression_index: 2 - received a 'progression' (n=4) [08:06:03.135] unhide_reporter() ... [08:06:03.136] List of 15 [08:06:03.136] $ max_steps : num 4 [08:06:03.136] $ times : num Inf [08:06:03.136] $ interval : num 0.1 [08:06:03.136] $ enable_after: num 0 [08:06:03.136] $ auto_finish : logi TRUE [08:06:03.136] $ clear : logi TRUE [08:06:03.136] $ target : chr "terminal" [08:06:03.136] $ step : num 1 [08:06:03.136] $ message : chr(0) [08:06:03.136] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:03.136] $ delta : num 1 [08:06:03.136] $ enabled : logi TRUE [08:06:03.136] $ config :List of 7 [08:06:03.136] ..$ max_steps : num 4 [08:06:03.136] ..$ times : num Inf [08:06:03.136] ..$ interval : num 0.1 [08:06:03.136] ..$ enable_after: num 0 [08:06:03.136] ..$ auto_finish : logi TRUE [08:06:03.136] ..$ clear : logi TRUE [08:06:03.136] ..$ target : chr "terminal" [08:06:03.136] $ state :List of 5 [08:06:03.136] ..$ step : num 1 [08:06:03.136] ..$ message : chr(0) [08:06:03.136] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" NA ... [08:06:03.136] ..$ delta : num 1 [08:06:03.136] ..$ enabled : logi TRUE [08:06:03.136] $ progression :List of 12 [08:06:03.136] ..$ owner_session_uuid: NULL [08:06:03.136] ..$ progressor_uuid : NULL [08:06:03.136] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.136] ..$ progression_index : NULL [08:06:03.136] ..$ progression_time : chr "2025-09-19 08:06:03.135 +0200" [08:06:03.136] ..$ type : chr "unhide" [08:06:03.136] ..$ message : chr(0) [08:06:03.136] ..$ amount : num 1 [08:06:03.136] ..$ step : NULL [08:06:03.136] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.136] ..$ call : NULL [08:06:03.136] ..$ calls :Dotted pair list of 25 [08:06:03.136] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.136] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.136] .. ..$ : language withVisible(expr) [08:06:03.136] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.136] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.136] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.136] .. ..$ : language withVisible(expr) [08:06:03.136] .. ..$ : language slow_sum(1:2) [08:06:03.136] .. ..$ : language p(amount = 0) [08:06:03.136] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.136] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.136] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.136] .. ..$ : language signalCondition(cond) [08:06:03.136] .. ..$ : language (function (p) { ... [08:06:03.136] .. ..$ : language calling_handler(p) [08:06:03.136] .. ..$ : language progress(child = p) [08:06:03.136] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.136] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.136] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.136] .. ..$ : language signalCondition(cond) [08:06:03.136] .. ..$ : language (function (p) { ... [08:06:03.136] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:03.136] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.136] .. ..$ : language control_progression("unhide") [08:06:03.136] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.136] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[08:06:03.168] unhide_reporter() ... done [08:06:03.168] Progression calling handler 'update' ... [08:06:03.168] - progression: [08:06:03.169] List of 13 [08:06:03.169] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.169] ..- attr(*, "source")=List of 6 [08:06:03.169] .. ..$ host : Named chr "CRANWIN3" [08:06:03.169] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.169] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.169] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.169] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.169] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.169] .. ..$ pid : int 184916 [08:06:03.169] .. ..$ random : int 1592976985 [08:06:03.169] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:03.169] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.169] $ progression_index : int 3 [08:06:03.169] $ progression_time : chr "2025-09-19 08:06:03.099 +0200" [08:06:03.169] $ type : chr "update" [08:06:03.169] $ message : chr(0) [08:06:03.169] $ amount : num 1 [08:06:03.169] $ step : NULL [08:06:03.169] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.169] $ child :List of 12 [08:06:03.169] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.169] .. ..- attr(*, "source")=List of 6 [08:06:03.169] .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.169] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.169] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.169] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.169] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.169] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.169] .. .. ..$ pid : int 184916 [08:06:03.169] .. .. ..$ random : int 1592976985 [08:06:03.169] ..$ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.169] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.169] ..$ progression_index : int 2 [08:06:03.169] ..$ progression_time : chr "2025-09-19 08:06:03.086 +0200" [08:06:03.169] ..$ type : chr "update" [08:06:03.169] ..$ message : chr(0) [08:06:03.169] ..$ amount : num 0 [08:06:03.169] ..$ step : NULL [08:06:03.169] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.169] ..$ call : NULL [08:06:03.169] ..$ calls : NULL [08:06:03.169] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.169] $ call : NULL [08:06:03.169] $ calls : NULL [08:06:03.169] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.195] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:03.195] - progression_index: 3 [08:06:03.195] - duplicated: FALSE [08:06:03.195] List of 4 [08:06:03.195] $ step : num 1 [08:06:03.195] $ p$amount : num 1 [08:06:03.195] $ p$step : NULL [08:06:03.195] $ max_steps: num 4 [08:06:03.198] List of 5 [08:06:03.198] $ finished : logi FALSE [08:06:03.198] $ step : num 2 [08:06:03.198] $ milestones : num [1:3] 2 3 4 [08:06:03.198] $ prev_milestone: int 0 [08:06:03.198] $ interval : num 0.1 [08:06:03.202] List of 4 [08:06:03.202] $ dt : 'difftime' num 0.224519968032837 [08:06:03.202] ..- attr(*, "units")= chr "secs" [08:06:03.202] $ : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.202] $ : 'POSIXct' num(0) [08:06:03.202] - attr(*, "tzone")= chr "" [08:06:03.202] $ skip: logi FALSE [08:06:03.205] List of 1 [08:06:03.205] $ milestones: num [1:3] 2 3 4 [08:06:03.207] update_reporter() ... [08:06:03.207] List of 15 [08:06:03.207] $ max_steps : num 4 [08:06:03.207] $ times : num Inf [08:06:03.207] $ interval : num 0.1 [08:06:03.207] $ enable_after: num 0 [08:06:03.207] $ auto_finish : logi TRUE [08:06:03.207] $ clear : logi TRUE [08:06:03.207] $ target : chr "terminal" [08:06:03.207] $ step : num 2 [08:06:03.207] $ message : chr(0) [08:06:03.207] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.207] $ delta : num 2 [08:06:03.207] $ enabled : logi TRUE [08:06:03.207] $ config :List of 7 [08:06:03.207] ..$ max_steps : num 4 [08:06:03.207] ..$ times : num Inf [08:06:03.207] ..$ interval : num 0.1 [08:06:03.207] ..$ enable_after: num 0 [08:06:03.207] ..$ auto_finish : logi TRUE [08:06:03.207] ..$ clear : logi TRUE [08:06:03.207] ..$ target : chr "terminal" [08:06:03.207] $ state :List of 5 [08:06:03.207] ..$ step : num 2 [08:06:03.207] ..$ message : chr(0) [08:06:03.207] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.207] ..$ delta : num 2 [08:06:03.207] ..$ enabled : logi TRUE [08:06:03.207] $ progression :List of 13 [08:06:03.207] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.207] .. ..- attr(*, "source")=List of 6 [08:06:03.207] .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.207] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.207] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.207] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.207] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.207] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.207] .. .. ..$ pid : int 184916 [08:06:03.207] .. .. ..$ random : int 1592976985 [08:06:03.207] ..$ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:03.207] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.207] ..$ progression_index : int 3 [08:06:03.207] ..$ progression_time : chr "2025-09-19 08:06:03.099 +0200" [08:06:03.207] ..$ type : chr "update" [08:06:03.207] ..$ message : chr(0) [08:06:03.207] ..$ amount : num 1 [08:06:03.207] ..$ step : NULL [08:06:03.207] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.207] ..$ child :List of 12 [08:06:03.207] .. ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.207] .. .. ..- attr(*, "source")=List of 6 [08:06:03.207] .. .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.207] .. .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.207] .. .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.207] .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.207] .. .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.207] .. .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.207] .. .. .. ..$ pid : int 184916 [08:06:03.207] .. .. .. ..$ random : int 1592976985 [08:06:03.207] .. ..$ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.207] .. ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.207] .. ..$ progression_index : int 2 [08:06:03.207] .. ..$ progression_time : chr "2025-09-19 08:06:03.086 +0200" [08:06:03.207] .. ..$ type : chr "update" [08:06:03.207] .. ..$ message : chr(0) [08:06:03.207] .. ..$ amount : num 0 [08:06:03.207] .. ..$ step : NULL [08:06:03.207] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.207] .. ..$ call : NULL [08:06:03.207] .. ..$ calls : NULL [08:06:03.207] .. ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.207] ..$ call : NULL [08:06:03.207] ..$ calls : NULL [08:06:03.207] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |=================================== | 50%[08:06:03.243] update_reporter() ... done [08:06:03.243] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:03.258] hide_reporter() ... [08:06:03.258] List of 15 [08:06:03.258] $ max_steps : num 4 [08:06:03.258] $ times : num Inf [08:06:03.258] $ interval : num 0.1 [08:06:03.258] $ enable_after: num 0 [08:06:03.258] $ auto_finish : logi TRUE [08:06:03.258] $ clear : logi TRUE [08:06:03.258] $ target : chr "terminal" [08:06:03.258] $ step : num 2 [08:06:03.258] $ message : chr(0) [08:06:03.258] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.258] $ delta : num 0 [08:06:03.258] $ enabled : logi TRUE [08:06:03.258] $ config :List of 7 [08:06:03.258] ..$ max_steps : num 4 [08:06:03.258] ..$ times : num Inf [08:06:03.258] ..$ interval : num 0.1 [08:06:03.258] ..$ enable_after: num 0 [08:06:03.258] ..$ auto_finish : logi TRUE [08:06:03.258] ..$ clear : logi TRUE [08:06:03.258] ..$ target : chr "terminal" [08:06:03.258] $ state :List of 5 [08:06:03.258] ..$ step : num 2 [08:06:03.258] ..$ message : chr(0) [08:06:03.258] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.258] ..$ delta : num 0 [08:06:03.258] ..$ enabled : logi TRUE [08:06:03.258] $ progression :List of 12 [08:06:03.258] ..$ owner_session_uuid: NULL [08:06:03.258] ..$ progressor_uuid : NULL [08:06:03.258] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.258] ..$ progression_index : NULL [08:06:03.258] ..$ progression_time : chr "2025-09-19 08:06:03.258 +0200" [08:06:03.258] ..$ type : chr "hide" [08:06:03.258] ..$ message : chr(0) [08:06:03.258] ..$ amount : num 1 [08:06:03.258] ..$ step : NULL [08:06:03.258] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.258] ..$ call : NULL [08:06:03.258] ..$ calls :Dotted pair list of 25 [08:06:03.258] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.258] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.258] .. ..$ : language withVisible(expr) [08:06:03.258] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.258] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.258] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.258] .. ..$ : language withVisible(expr) [08:06:03.258] .. ..$ : language slow_sum(1:2) [08:06:03.258] .. ..$ : language p(amount = 0) [08:06:03.258] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.258] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.258] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.258] .. ..$ : language signalCondition(cond) [08:06:03.258] .. ..$ : language (function (p) { ... [08:06:03.258] .. ..$ : language calling_handler(p) [08:06:03.258] .. ..$ : language progress(child = p) [08:06:03.258] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.258] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.258] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.258] .. ..$ : language signalCondition(cond) [08:06:03.258] .. ..$ : language (function (p) { ... [08:06:03.258] .. ..$ : language calling_handler(control_progression("hide")) [08:06:03.258] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.258] .. ..$ : language control_progression("hide") [08:06:03.258] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.258] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.289] hide_reporter() ... done [08:06:03.244] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=3) [08:06:03.245] Progression handler 'update' ... [08:06:03.245] - progression: [08:06:03.246] List of 12 [08:06:03.246] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.246] ..- attr(*, "source")=List of 6 [08:06:03.246] .. ..$ host : Named chr "CRANWIN3" [08:06:03.246] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.246] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.246] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.246] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.246] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.246] .. ..$ pid : int 184916 [08:06:03.246] .. ..$ random : int 1592976985 [08:06:03.246] $ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.246] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.246] $ progression_index : int 3 [08:06:03.246] $ progression_time : chr "2025-09-19 08:06:03.244 +0200" [08:06:03.246] $ type : chr "update" [08:06:03.246] $ message : chr(0) [08:06:03.246] $ amount : num 0 [08:06:03.246] $ step : NULL [08:06:03.246] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.246] $ call : NULL [08:06:03.246] $ calls : NULL [08:06:03.246] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.257] - progressor_uuid: 4aabc34f-314d-a93e-271c-ff810f797a8b [08:06:03.257] - progression_index: 3 - received a 'progression' (n=5) [08:06:03.290] unhide_reporter() ... [08:06:03.290] List of 15 [08:06:03.290] $ max_steps : num 4 [08:06:03.290] $ times : num Inf [08:06:03.290] $ interval : num 0.1 [08:06:03.290] $ enable_after: num 0 [08:06:03.290] $ auto_finish : logi TRUE [08:06:03.290] $ clear : logi TRUE [08:06:03.290] $ target : chr "terminal" [08:06:03.290] $ step : num 2 [08:06:03.290] $ message : chr(0) [08:06:03.290] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.290] $ delta : num 0 [08:06:03.290] $ enabled : logi TRUE [08:06:03.290] $ config :List of 7 [08:06:03.290] ..$ max_steps : num 4 [08:06:03.290] ..$ times : num Inf [08:06:03.290] ..$ interval : num 0.1 [08:06:03.290] ..$ enable_after: num 0 [08:06:03.290] ..$ auto_finish : logi TRUE [08:06:03.290] ..$ clear : logi TRUE [08:06:03.290] ..$ target : chr "terminal" [08:06:03.290] $ state :List of 5 [08:06:03.290] ..$ step : num 2 [08:06:03.290] ..$ message : chr(0) [08:06:03.290] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.290] ..$ delta : num 0 [08:06:03.290] ..$ enabled : logi TRUE [08:06:03.290] $ progression :List of 12 [08:06:03.290] ..$ owner_session_uuid: NULL [08:06:03.290] ..$ progressor_uuid : NULL [08:06:03.290] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.290] ..$ progression_index : NULL [08:06:03.290] ..$ progression_time : chr "2025-09-19 08:06:03.290 +0200" [08:06:03.290] ..$ type : chr "unhide" [08:06:03.290] ..$ message : chr(0) [08:06:03.290] ..$ amount : num 1 [08:06:03.290] ..$ step : NULL [08:06:03.290] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.290] ..$ call : NULL [08:06:03.290] ..$ calls :Dotted pair list of 25 [08:06:03.290] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.290] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.290] .. ..$ : language withVisible(expr) [08:06:03.290] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.290] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.290] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.290] .. ..$ : language withVisible(expr) [08:06:03.290] .. ..$ : language slow_sum(1:2) [08:06:03.290] .. ..$ : language p(amount = 0) [08:06:03.290] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.290] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.290] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.290] .. ..$ : language signalCondition(cond) [08:06:03.290] .. ..$ : language (function (p) { ... [08:06:03.290] .. ..$ : language calling_handler(p) [08:06:03.290] .. ..$ : language progress(child = p) [08:06:03.290] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.290] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.290] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.290] .. ..$ : language signalCondition(cond) [08:06:03.290] .. ..$ : language (function (p) { ... [08:06:03.290] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:03.290] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.290] .. ..$ : language control_progression("unhide") [08:06:03.290] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.290] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[08:06:03.328] unhide_reporter() ... done [08:06:03.328] Progression calling handler 'update' ... [08:06:03.328] - progression: [08:06:03.329] List of 13 [08:06:03.329] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.329] ..- attr(*, "source")=List of 6 [08:06:03.329] .. ..$ host : Named chr "CRANWIN3" [08:06:03.329] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.329] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.329] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.329] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.329] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.329] .. ..$ pid : int 184916 [08:06:03.329] .. ..$ random : int 1592976985 [08:06:03.329] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:03.329] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.329] $ progression_index : int 4 [08:06:03.329] $ progression_time : chr "2025-09-19 08:06:03.257 +0200" [08:06:03.329] $ type : chr "update" [08:06:03.329] $ message : chr(0) [08:06:03.329] $ amount : num 1 [08:06:03.329] $ step : NULL [08:06:03.329] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.329] $ child :List of 12 [08:06:03.329] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.329] .. ..- attr(*, "source")=List of 6 [08:06:03.329] .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.329] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.329] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.329] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.329] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.329] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.329] .. .. ..$ pid : int 184916 [08:06:03.329] .. .. ..$ random : int 1592976985 [08:06:03.329] ..$ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.329] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.329] ..$ progression_index : int 3 [08:06:03.329] ..$ progression_time : chr "2025-09-19 08:06:03.244 +0200" [08:06:03.329] ..$ type : chr "update" [08:06:03.329] ..$ message : chr(0) [08:06:03.329] ..$ amount : num 0 [08:06:03.329] ..$ step : NULL [08:06:03.329] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.329] ..$ call : NULL [08:06:03.329] ..$ calls : NULL [08:06:03.329] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.329] $ call : NULL [08:06:03.329] $ calls : NULL [08:06:03.329] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.349] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:03.350] - progression_index: 4 [08:06:03.350] - duplicated: FALSE [08:06:03.350] List of 4 [08:06:03.350] $ step : num 2 [08:06:03.350] $ p$amount : num 1 [08:06:03.350] $ p$step : NULL [08:06:03.350] $ max_steps: num 4 [08:06:03.353] List of 5 [08:06:03.353] $ finished : logi FALSE [08:06:03.353] $ step : num 3 [08:06:03.353] $ milestones : num [1:2] 3 4 [08:06:03.353] $ prev_milestone: num 2 [08:06:03.353] $ interval : num 0.1 [08:06:03.356] List of 4 [08:06:03.356] $ dt : 'difftime' num 0.154668092727661 [08:06:03.356] ..- attr(*, "units")= chr "secs" [08:06:03.356] $ : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.356] $ : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.356] $ skip: logi FALSE [08:06:03.360] List of 1 [08:06:03.360] $ milestones: num [1:2] 3 4 [08:06:03.361] update_reporter() ... [08:06:03.361] List of 15 [08:06:03.361] $ max_steps : num 4 [08:06:03.361] $ times : num Inf [08:06:03.361] $ interval : num 0.1 [08:06:03.361] $ enable_after: num 0 [08:06:03.361] $ auto_finish : logi TRUE [08:06:03.361] $ clear : logi TRUE [08:06:03.361] $ target : chr "terminal" [08:06:03.361] $ step : num 3 [08:06:03.361] $ message : chr(0) [08:06:03.361] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.361] $ delta : num 1 [08:06:03.361] $ enabled : logi TRUE [08:06:03.361] $ config :List of 7 [08:06:03.361] ..$ max_steps : num 4 [08:06:03.361] ..$ times : num Inf [08:06:03.361] ..$ interval : num 0.1 [08:06:03.361] ..$ enable_after: num 0 [08:06:03.361] ..$ auto_finish : logi TRUE [08:06:03.361] ..$ clear : logi TRUE [08:06:03.361] ..$ target : chr "terminal" [08:06:03.361] $ state :List of 5 [08:06:03.361] ..$ step : num 3 [08:06:03.361] ..$ message : chr(0) [08:06:03.361] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.361] ..$ delta : num 1 [08:06:03.361] ..$ enabled : logi TRUE [08:06:03.361] $ progression :List of 13 [08:06:03.361] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.361] .. ..- attr(*, "source")=List of 6 [08:06:03.361] .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.361] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.361] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.361] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.361] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.361] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.361] .. .. ..$ pid : int 184916 [08:06:03.361] .. .. ..$ random : int 1592976985 [08:06:03.361] ..$ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:03.361] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.361] ..$ progression_index : int 4 [08:06:03.361] ..$ progression_time : chr "2025-09-19 08:06:03.257 +0200" [08:06:03.361] ..$ type : chr "update" [08:06:03.361] ..$ message : chr(0) [08:06:03.361] ..$ amount : num 1 [08:06:03.361] ..$ step : NULL [08:06:03.361] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.361] ..$ child :List of 12 [08:06:03.361] .. ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.361] .. .. ..- attr(*, "source")=List of 6 [08:06:03.361] .. .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.361] .. .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.361] .. .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.361] .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.361] .. .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.361] .. .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.361] .. .. .. ..$ pid : int 184916 [08:06:03.361] .. .. .. ..$ random : int 1592976985 [08:06:03.361] .. ..$ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.361] .. ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.361] .. ..$ progression_index : int 3 [08:06:03.361] .. ..$ progression_time : chr "2025-09-19 08:06:03.244 +0200" [08:06:03.361] .. ..$ type : chr "update" [08:06:03.361] .. ..$ message : chr(0) [08:06:03.361] .. ..$ amount : num 0 [08:06:03.361] .. ..$ step : NULL [08:06:03.361] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.361] .. ..$ call : NULL [08:06:03.361] .. ..$ calls : NULL [08:06:03.361] .. ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.361] ..$ call : NULL [08:06:03.361] ..$ calls : NULL [08:06:03.361] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |==================================================== | 75%[08:06:03.394] update_reporter() ... done [08:06:03.394] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:03.409] hide_reporter() ... [08:06:03.409] List of 15 [08:06:03.409] $ max_steps : num 4 [08:06:03.409] $ times : num Inf [08:06:03.409] $ interval : num 0.1 [08:06:03.409] $ enable_after: num 0 [08:06:03.409] $ auto_finish : logi TRUE [08:06:03.409] $ clear : logi TRUE [08:06:03.409] $ target : chr "terminal" [08:06:03.409] $ step : num 3 [08:06:03.409] $ message : chr(0) [08:06:03.409] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.409] $ delta : num 0 [08:06:03.409] $ enabled : logi TRUE [08:06:03.409] $ config :List of 7 [08:06:03.409] ..$ max_steps : num 4 [08:06:03.409] ..$ times : num Inf [08:06:03.409] ..$ interval : num 0.1 [08:06:03.409] ..$ enable_after: num 0 [08:06:03.409] ..$ auto_finish : logi TRUE [08:06:03.409] ..$ clear : logi TRUE [08:06:03.409] ..$ target : chr "terminal" [08:06:03.409] $ state :List of 5 [08:06:03.409] ..$ step : num 3 [08:06:03.409] ..$ message : chr(0) [08:06:03.409] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.409] ..$ delta : num 0 [08:06:03.409] ..$ enabled : logi TRUE [08:06:03.409] $ progression :List of 12 [08:06:03.409] ..$ owner_session_uuid: NULL [08:06:03.409] ..$ progressor_uuid : NULL [08:06:03.409] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.409] ..$ progression_index : NULL [08:06:03.409] ..$ progression_time : chr "2025-09-19 08:06:03.409 +0200" [08:06:03.409] ..$ type : chr "hide" [08:06:03.409] ..$ message : chr(0) [08:06:03.409] ..$ amount : num 1 [08:06:03.409] ..$ step : NULL [08:06:03.409] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.409] ..$ call : NULL [08:06:03.409] ..$ calls :Dotted pair list of 25 [08:06:03.409] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.409] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.409] .. ..$ : language withVisible(expr) [08:06:03.409] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.409] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.409] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.409] .. ..$ : language withVisible(expr) [08:06:03.409] .. ..$ : language slow_sum(1:2) [08:06:03.409] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:03.409] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.409] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.409] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.409] .. ..$ : language signalCondition(cond) [08:06:03.409] .. ..$ : language (function (p) { ... [08:06:03.409] .. ..$ : language calling_handler(p) [08:06:03.409] .. ..$ : language progress(child = p) [08:06:03.409] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.409] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.409] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.409] .. ..$ : language signalCondition(cond) [08:06:03.409] .. ..$ : language (function (p) { ... [08:06:03.409] .. ..$ : language calling_handler(control_progression("hide")) [08:06:03.409] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.409] .. ..$ : language control_progression("hide") [08:06:03.409] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.409] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.447] hide_reporter() ... done [08:06:03.395] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=4) [08:06:03.396] Progression handler 'update' ... [08:06:03.396] - progression: [08:06:03.397] List of 12 [08:06:03.397] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.397] ..- attr(*, "source")=List of 6 [08:06:03.397] .. ..$ host : Named chr "CRANWIN3" [08:06:03.397] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.397] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.397] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.397] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.397] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.397] .. ..$ pid : int 184916 [08:06:03.397] .. ..$ random : int 1592976985 [08:06:03.397] $ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.397] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.397] $ progression_index : int 4 [08:06:03.397] $ progression_time : chr "2025-09-19 08:06:03.395 +0200" [08:06:03.397] $ type : chr "update" [08:06:03.397] $ message : chr "P: Adding 1" [08:06:03.397] $ amount : num 1 [08:06:03.397] $ step : NULL [08:06:03.397] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.397] $ call : NULL [08:06:03.397] $ calls : NULL [08:06:03.397] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.408] - progressor_uuid: 4aabc34f-314d-a93e-271c-ff810f797a8b [08:06:03.408] - progression_index: 4 - received a 'progression' (n=6) [08:06:03.448] unhide_reporter() ... [08:06:03.448] List of 15 [08:06:03.448] $ max_steps : num 4 [08:06:03.448] $ times : num Inf [08:06:03.448] $ interval : num 0.1 [08:06:03.448] $ enable_after: num 0 [08:06:03.448] $ auto_finish : logi TRUE [08:06:03.448] $ clear : logi TRUE [08:06:03.448] $ target : chr "terminal" [08:06:03.448] $ step : num 3 [08:06:03.448] $ message : chr(0) [08:06:03.448] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.448] $ delta : num 0 [08:06:03.448] $ enabled : logi TRUE [08:06:03.448] $ config :List of 7 [08:06:03.448] ..$ max_steps : num 4 [08:06:03.448] ..$ times : num Inf [08:06:03.448] ..$ interval : num 0.1 [08:06:03.448] ..$ enable_after: num 0 [08:06:03.448] ..$ auto_finish : logi TRUE [08:06:03.448] ..$ clear : logi TRUE [08:06:03.448] ..$ target : chr "terminal" [08:06:03.448] $ state :List of 5 [08:06:03.448] ..$ step : num 3 [08:06:03.448] ..$ message : chr(0) [08:06:03.448] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.448] ..$ delta : num 0 [08:06:03.448] ..$ enabled : logi TRUE [08:06:03.448] $ progression :List of 12 [08:06:03.448] ..$ owner_session_uuid: NULL [08:06:03.448] ..$ progressor_uuid : NULL [08:06:03.448] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.448] ..$ progression_index : NULL [08:06:03.448] ..$ progression_time : chr "2025-09-19 08:06:03.448 +0200" [08:06:03.448] ..$ type : chr "unhide" [08:06:03.448] ..$ message : chr(0) [08:06:03.448] ..$ amount : num 1 [08:06:03.448] ..$ step : NULL [08:06:03.448] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.448] ..$ call : NULL [08:06:03.448] ..$ calls :Dotted pair list of 25 [08:06:03.448] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.448] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.448] .. ..$ : language withVisible(expr) [08:06:03.448] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.448] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.448] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.448] .. ..$ : language withVisible(expr) [08:06:03.448] .. ..$ : language slow_sum(1:2) [08:06:03.448] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:03.448] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.448] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.448] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.448] .. ..$ : language signalCondition(cond) [08:06:03.448] .. ..$ : language (function (p) { ... [08:06:03.448] .. ..$ : language calling_handler(p) [08:06:03.448] .. ..$ : language progress(child = p) [08:06:03.448] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.448] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.448] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.448] .. ..$ : language signalCondition(cond) [08:06:03.448] .. ..$ : language (function (p) { ... [08:06:03.448] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:03.448] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.448] .. ..$ : language control_progression("unhide") [08:06:03.448] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.448] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |==================================================== | 75%[08:06:03.479] unhide_reporter() ... done [08:06:03.480] Progression calling handler 'update' ... [08:06:03.480] - progression: [08:06:03.480] List of 13 [08:06:03.480] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.480] ..- attr(*, "source")=List of 6 [08:06:03.480] .. ..$ host : Named chr "CRANWIN3" [08:06:03.480] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.480] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.480] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.480] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.480] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.480] .. ..$ pid : int 184916 [08:06:03.480] .. ..$ random : int 1592976985 [08:06:03.480] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:03.480] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.480] $ progression_index : int 5 [08:06:03.480] $ progression_time : chr "2025-09-19 08:06:03.408 +0200" [08:06:03.480] $ type : chr "update" [08:06:03.480] $ message : chr(0) [08:06:03.480] $ amount : num 1 [08:06:03.480] $ step : NULL [08:06:03.480] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.480] $ child :List of 12 [08:06:03.480] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.480] .. ..- attr(*, "source")=List of 6 [08:06:03.480] .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.480] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.480] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.480] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.480] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.480] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.480] .. .. ..$ pid : int 184916 [08:06:03.480] .. .. ..$ random : int 1592976985 [08:06:03.480] ..$ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.480] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.480] ..$ progression_index : int 4 [08:06:03.480] ..$ progression_time : chr "2025-09-19 08:06:03.395 +0200" [08:06:03.480] ..$ type : chr "update" [08:06:03.480] ..$ message : chr "P: Adding 1" [08:06:03.480] ..$ amount : num 1 [08:06:03.480] ..$ step : NULL [08:06:03.480] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.480] ..$ call : NULL [08:06:03.480] ..$ calls : NULL [08:06:03.480] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.480] $ call : NULL [08:06:03.480] $ calls : NULL [08:06:03.480] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.500] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:03.500] - progression_index: 5 [08:06:03.500] - duplicated: FALSE [08:06:03.500] List of 4 [08:06:03.500] $ step : num 3 [08:06:03.500] $ p$amount : num 1 [08:06:03.500] $ p$step : NULL [08:06:03.500] $ max_steps: num 4 [08:06:03.503] List of 5 [08:06:03.503] $ finished : logi FALSE [08:06:03.503] $ step : num 4 [08:06:03.503] $ milestones : num 4 [08:06:03.503] $ prev_milestone: num 3 [08:06:03.503] $ interval : num 0.1 [08:06:03.506] List of 4 [08:06:03.506] $ dt : 'difftime' num 0.14987587928772 [08:06:03.506] ..- attr(*, "units")= chr "secs" [08:06:03.506] $ : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.506] $ : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.506] $ skip: logi FALSE [08:06:03.509] List of 1 [08:06:03.509] $ milestones: num 4 [08:06:03.510] update_reporter() ... [08:06:03.510] List of 15 [08:06:03.510] $ max_steps : num 4 [08:06:03.510] $ times : num Inf [08:06:03.510] $ interval : num 0.1 [08:06:03.510] $ enable_after: num 0 [08:06:03.510] $ auto_finish : logi TRUE [08:06:03.510] $ clear : logi TRUE [08:06:03.510] $ target : chr "terminal" [08:06:03.510] $ step : num 4 [08:06:03.510] $ message : chr(0) [08:06:03.510] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.510] $ delta : num 1 [08:06:03.510] $ enabled : logi TRUE [08:06:03.510] $ config :List of 7 [08:06:03.510] ..$ max_steps : num 4 [08:06:03.510] ..$ times : num Inf [08:06:03.510] ..$ interval : num 0.1 [08:06:03.510] ..$ enable_after: num 0 [08:06:03.510] ..$ auto_finish : logi TRUE [08:06:03.510] ..$ clear : logi TRUE [08:06:03.510] ..$ target : chr "terminal" [08:06:03.510] $ state :List of 5 [08:06:03.510] ..$ step : num 4 [08:06:03.510] ..$ message : chr(0) [08:06:03.510] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.510] ..$ delta : num 1 [08:06:03.510] ..$ enabled : logi TRUE [08:06:03.510] $ progression :List of 13 [08:06:03.510] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.510] .. ..- attr(*, "source")=List of 6 [08:06:03.510] .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.510] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.510] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.510] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.510] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.510] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.510] .. .. ..$ pid : int 184916 [08:06:03.510] .. .. ..$ random : int 1592976985 [08:06:03.510] ..$ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:03.510] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.510] ..$ progression_index : int 5 [08:06:03.510] ..$ progression_time : chr "2025-09-19 08:06:03.408 +0200" [08:06:03.510] ..$ type : chr "update" [08:06:03.510] ..$ message : chr(0) [08:06:03.510] ..$ amount : num 1 [08:06:03.510] ..$ step : NULL [08:06:03.510] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.510] ..$ child :List of 12 [08:06:03.510] .. ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.510] .. .. ..- attr(*, "source")=List of 6 [08:06:03.510] .. .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.510] .. .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.510] .. .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.510] .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.510] .. .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.510] .. .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.510] .. .. .. ..$ pid : int 184916 [08:06:03.510] .. .. .. ..$ random : int 1592976985 [08:06:03.510] .. ..$ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.510] .. ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.510] .. ..$ progression_index : int 4 [08:06:03.510] .. ..$ progression_time : chr "2025-09-19 08:06:03.395 +0200" [08:06:03.510] .. ..$ type : chr "update" [08:06:03.510] .. ..$ message : chr "P: Adding 1" [08:06:03.510] .. ..$ amount : num 1 [08:06:03.510] .. ..$ step : NULL [08:06:03.510] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.510] .. ..$ call : NULL [08:06:03.510] .. ..$ calls : NULL [08:06:03.510] .. ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.510] ..$ call : NULL [08:06:03.510] ..$ calls : NULL [08:06:03.510] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |======================================================================| 100%[08:06:03.549] update_reporter() ... done [08:06:03.549] List of 2 [08:06:03.549] $ type : chr "finish (auto)" [08:06:03.549] $ milestones: num(0) [08:06:03.551] List of 4 [08:06:03.551] $ step : num 4 [08:06:03.551] $ p$amount : num 1 [08:06:03.551] $ p$step : NULL [08:06:03.551] $ max_steps: num 4 [08:06:03.553] List of 5 [08:06:03.553] $ finished : logi FALSE [08:06:03.553] $ step : num 4 [08:06:03.553] $ milestones : num(0) [08:06:03.553] $ prev_milestone: num 4 [08:06:03.553] $ interval : num 0.1 [08:06:03.556] finish_reporter() ... [08:06:03.557] List of 15 [08:06:03.557] $ max_steps : num 4 [08:06:03.557] $ times : num Inf [08:06:03.557] $ interval : num 0.1 [08:06:03.557] $ enable_after: num 0 [08:06:03.557] $ auto_finish : logi TRUE [08:06:03.557] $ clear : logi TRUE [08:06:03.557] $ target : chr "terminal" [08:06:03.557] $ step : num 4 [08:06:03.557] $ message : chr(0) [08:06:03.557] $ timestamps : POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.557] $ delta : num 0 [08:06:03.557] $ enabled : logi TRUE [08:06:03.557] $ config :List of 7 [08:06:03.557] ..$ max_steps : num 4 [08:06:03.557] ..$ times : num Inf [08:06:03.557] ..$ interval : num 0.1 [08:06:03.557] ..$ enable_after: num 0 [08:06:03.557] ..$ auto_finish : logi TRUE [08:06:03.557] ..$ clear : logi TRUE [08:06:03.557] ..$ target : chr "terminal" [08:06:03.557] $ state :List of 5 [08:06:03.557] ..$ step : num 4 [08:06:03.557] ..$ message : chr(0) [08:06:03.557] ..$ timestamps: POSIXct[1:4], format: "2025-09-19 08:06:02" "2025-09-19 08:06:03" ... [08:06:03.557] ..$ delta : num 0 [08:06:03.557] ..$ enabled : logi TRUE [08:06:03.557] $ progression :List of 13 [08:06:03.557] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.557] .. ..- attr(*, "source")=List of 6 [08:06:03.557] .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.557] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.557] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.557] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.557] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.557] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.557] .. .. ..$ pid : int 184916 [08:06:03.557] .. .. ..$ random : int 1592976985 [08:06:03.557] ..$ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:03.557] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.557] ..$ progression_index : int 5 [08:06:03.557] ..$ progression_time : chr "2025-09-19 08:06:03.408 +0200" [08:06:03.557] ..$ type : chr "update" [08:06:03.557] ..$ message : chr(0) [08:06:03.557] ..$ amount : num 1 [08:06:03.557] ..$ step : NULL [08:06:03.557] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.557] ..$ child :List of 12 [08:06:03.557] .. ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.557] .. .. ..- attr(*, "source")=List of 6 [08:06:03.557] .. .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.557] .. .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.557] .. .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.557] .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.557] .. .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.557] .. .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.557] .. .. .. ..$ pid : int 184916 [08:06:03.557] .. .. .. ..$ random : int 1592976985 [08:06:03.557] .. ..$ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.557] .. ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.557] .. ..$ progression_index : int 4 [08:06:03.557] .. ..$ progression_time : chr "2025-09-19 08:06:03.395 +0200" [08:06:03.557] .. ..$ type : chr "update" [08:06:03.557] .. ..$ message : chr "P: Adding 1" [08:06:03.557] .. ..$ amount : num 1 [08:06:03.557] .. ..$ step : NULL [08:06:03.557] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.557] .. ..$ call : NULL [08:06:03.557] .. ..$ calls : NULL [08:06:03.557] .. ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.557] ..$ call : NULL [08:06:03.557] ..$ calls : NULL [08:06:03.557] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.591] List of 4 [08:06:03.591] $ step : num 4 [08:06:03.591] $ p$amount : num 1 [08:06:03.591] $ p$step : NULL [08:06:03.591] $ max_steps: num 4 [08:06:03.593] List of 5 [08:06:03.593] $ finished : logi FALSE [08:06:03.593] $ step : num 4 [08:06:03.593] $ milestones : num(0) [08:06:03.593] $ prev_milestone: num 4 [08:06:03.593] $ interval : num 0.1 - owner: NULL [08:06:03.598] finish_reporter() ... done [08:06:03.598] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:03.613] hide_reporter() ... [08:06:03.613] List of 15 [08:06:03.613] $ max_steps : NULL [08:06:03.613] $ times : num Inf [08:06:03.613] $ interval : num 0.1 [08:06:03.613] $ enable_after: num 0 [08:06:03.613] $ auto_finish : logi TRUE [08:06:03.613] $ clear : logi TRUE [08:06:03.613] $ target : chr "terminal" [08:06:03.613] $ step : NULL [08:06:03.613] $ message : NULL [08:06:03.613] $ timestamps : NULL [08:06:03.613] $ delta : int 0 [08:06:03.613] $ enabled : logi FALSE [08:06:03.613] $ config :List of 7 [08:06:03.613] ..$ max_steps : NULL [08:06:03.613] ..$ times : num Inf [08:06:03.613] ..$ interval : num 0.1 [08:06:03.613] ..$ enable_after: num 0 [08:06:03.613] ..$ auto_finish : logi TRUE [08:06:03.613] ..$ clear : logi TRUE [08:06:03.613] ..$ target : chr "terminal" [08:06:03.613] $ state :List of 5 [08:06:03.613] ..$ step : NULL [08:06:03.613] ..$ message : NULL [08:06:03.613] ..$ timestamps: NULL [08:06:03.613] ..$ delta : int 0 [08:06:03.613] ..$ enabled : logi FALSE [08:06:03.613] $ progression :List of 12 [08:06:03.613] ..$ owner_session_uuid: NULL [08:06:03.613] ..$ progressor_uuid : NULL [08:06:03.613] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.613] ..$ progression_index : NULL [08:06:03.613] ..$ progression_time : chr "2025-09-19 08:06:03.612 +0200" [08:06:03.613] ..$ type : chr "hide" [08:06:03.613] ..$ message : chr(0) [08:06:03.613] ..$ amount : num 1 [08:06:03.613] ..$ step : NULL [08:06:03.613] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.613] ..$ call : NULL [08:06:03.613] ..$ calls :Dotted pair list of 25 [08:06:03.613] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.613] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.613] .. ..$ : language withVisible(expr) [08:06:03.613] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.613] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.613] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.613] .. ..$ : language withVisible(expr) [08:06:03.613] .. ..$ : language slow_sum(1:2) [08:06:03.613] .. ..$ : language p(amount = 0) [08:06:03.613] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.613] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.613] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.613] .. ..$ : language signalCondition(cond) [08:06:03.613] .. ..$ : language (function (p) { ... [08:06:03.613] .. ..$ : language calling_handler(p) [08:06:03.613] .. ..$ : language progress(child = p) [08:06:03.613] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.613] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.613] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.613] .. ..$ : language signalCondition(cond) [08:06:03.613] .. ..$ : language (function (p) { ... [08:06:03.613] .. ..$ : language calling_handler(control_progression("hide")) [08:06:03.613] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.613] .. ..$ : language control_progression("hide") [08:06:03.613] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.613] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.640] hide_reporter() ... done [08:06:03.598] Progression handler 'update' ... done - received a 'simpleMessage' M: Added value 1 - received a 'simpleMessage' - received a 'progression' (n=5) [08:06:03.600] Progression handler 'update' ... [08:06:03.601] - progression: [08:06:03.601] List of 12 [08:06:03.601] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.601] ..- attr(*, "source")=List of 6 [08:06:03.601] .. ..$ host : Named chr "CRANWIN3" [08:06:03.601] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.601] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.601] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.601] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.601] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.601] .. ..$ pid : int 184916 [08:06:03.601] .. ..$ random : int 1592976985 [08:06:03.601] $ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.601] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.601] $ progression_index : int 5 [08:06:03.601] $ progression_time : chr "2025-09-19 08:06:03.599 +0200" [08:06:03.601] $ type : chr "update" [08:06:03.601] $ message : chr(0) [08:06:03.601] $ amount : num 0 [08:06:03.601] $ step : NULL [08:06:03.601] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.601] $ call : NULL [08:06:03.601] $ calls : NULL [08:06:03.601] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.611] - progressor_uuid: 4aabc34f-314d-a93e-271c-ff810f797a8b [08:06:03.612] - progression_index: 5 - received a 'progression' (n=7) [08:06:03.641] unhide_reporter() ... [08:06:03.641] List of 15 [08:06:03.641] $ max_steps : NULL [08:06:03.641] $ times : num Inf [08:06:03.641] $ interval : num 0.1 [08:06:03.641] $ enable_after: num 0 [08:06:03.641] $ auto_finish : logi TRUE [08:06:03.641] $ clear : logi TRUE [08:06:03.641] $ target : chr "terminal" [08:06:03.641] $ step : NULL [08:06:03.641] $ message : NULL [08:06:03.641] $ timestamps : NULL [08:06:03.641] $ delta : int 0 [08:06:03.641] $ enabled : logi FALSE [08:06:03.641] $ config :List of 7 [08:06:03.641] ..$ max_steps : NULL [08:06:03.641] ..$ times : num Inf [08:06:03.641] ..$ interval : num 0.1 [08:06:03.641] ..$ enable_after: num 0 [08:06:03.641] ..$ auto_finish : logi TRUE [08:06:03.641] ..$ clear : logi TRUE [08:06:03.641] ..$ target : chr "terminal" [08:06:03.641] $ state :List of 5 [08:06:03.641] ..$ step : NULL [08:06:03.641] ..$ message : NULL [08:06:03.641] ..$ timestamps: NULL [08:06:03.641] ..$ delta : int 0 [08:06:03.641] ..$ enabled : logi FALSE [08:06:03.641] $ progression :List of 12 [08:06:03.641] ..$ owner_session_uuid: NULL [08:06:03.641] ..$ progressor_uuid : NULL [08:06:03.641] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.641] ..$ progression_index : NULL [08:06:03.641] ..$ progression_time : chr "2025-09-19 08:06:03.641 +0200" [08:06:03.641] ..$ type : chr "unhide" [08:06:03.641] ..$ message : chr(0) [08:06:03.641] ..$ amount : num 1 [08:06:03.641] ..$ step : NULL [08:06:03.641] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.641] ..$ call : NULL [08:06:03.641] ..$ calls :Dotted pair list of 25 [08:06:03.641] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.641] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.641] .. ..$ : language withVisible(expr) [08:06:03.641] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.641] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.641] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.641] .. ..$ : language withVisible(expr) [08:06:03.641] .. ..$ : language slow_sum(1:2) [08:06:03.641] .. ..$ : language p(amount = 0) [08:06:03.641] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.641] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.641] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.641] .. ..$ : language signalCondition(cond) [08:06:03.641] .. ..$ : language (function (p) { ... [08:06:03.641] .. ..$ : language calling_handler(p) [08:06:03.641] .. ..$ : language progress(child = p) [08:06:03.641] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.641] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.641] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.641] .. ..$ : language signalCondition(cond) [08:06:03.641] .. ..$ : language (function (p) { ... [08:06:03.641] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:03.641] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.641] .. ..$ : language control_progression("unhide") [08:06:03.641] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.641] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.670] unhide_reporter() ... done [08:06:03.670] Progression calling handler 'update' ... [08:06:03.671] - progression: [08:06:03.671] List of 13 [08:06:03.671] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.671] ..- attr(*, "source")=List of 6 [08:06:03.671] .. ..$ host : Named chr "CRANWIN3" [08:06:03.671] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.671] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.671] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.671] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.671] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.671] .. ..$ pid : int 184916 [08:06:03.671] .. ..$ random : int 1592976985 [08:06:03.671] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:03.671] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.671] $ progression_index : int 6 [08:06:03.671] $ progression_time : chr "2025-09-19 08:06:03.612 +0200" [08:06:03.671] $ type : chr "update" [08:06:03.671] $ message : chr(0) [08:06:03.671] $ amount : num 1 [08:06:03.671] $ step : NULL [08:06:03.671] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.671] $ child :List of 12 [08:06:03.671] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.671] .. ..- attr(*, "source")=List of 6 [08:06:03.671] .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.671] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.671] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.671] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.671] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.671] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.671] .. .. ..$ pid : int 184916 [08:06:03.671] .. .. ..$ random : int 1592976985 [08:06:03.671] ..$ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.671] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.671] ..$ progression_index : int 5 [08:06:03.671] ..$ progression_time : chr "2025-09-19 08:06:03.599 +0200" [08:06:03.671] ..$ type : chr "update" [08:06:03.671] ..$ message : chr(0) [08:06:03.671] ..$ amount : num 0 [08:06:03.671] ..$ step : NULL [08:06:03.671] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.671] ..$ call : NULL [08:06:03.671] ..$ calls : NULL [08:06:03.671] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.671] $ call : NULL [08:06:03.671] $ calls : NULL [08:06:03.671] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.688] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:03.688] - progression_index: 6 [08:06:03.688] - duplicated: FALSE - cannot 'update' handler, because it is not active [08:06:03.688] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:03.700] hide_reporter() ... [08:06:03.700] List of 15 [08:06:03.700] $ max_steps : NULL [08:06:03.700] $ times : num Inf [08:06:03.700] $ interval : num 0.1 [08:06:03.700] $ enable_after: num 0 [08:06:03.700] $ auto_finish : logi TRUE [08:06:03.700] $ clear : logi TRUE [08:06:03.700] $ target : chr "terminal" [08:06:03.700] $ step : NULL [08:06:03.700] $ message : NULL [08:06:03.700] $ timestamps : NULL [08:06:03.700] $ delta : int 0 [08:06:03.700] $ enabled : logi FALSE [08:06:03.700] $ config :List of 7 [08:06:03.700] ..$ max_steps : NULL [08:06:03.700] ..$ times : num Inf [08:06:03.700] ..$ interval : num 0.1 [08:06:03.700] ..$ enable_after: num 0 [08:06:03.700] ..$ auto_finish : logi TRUE [08:06:03.700] ..$ clear : logi TRUE [08:06:03.700] ..$ target : chr "terminal" [08:06:03.700] $ state :List of 5 [08:06:03.700] ..$ step : NULL [08:06:03.700] ..$ message : NULL [08:06:03.700] ..$ timestamps: NULL [08:06:03.700] ..$ delta : int 0 [08:06:03.700] ..$ enabled : logi FALSE [08:06:03.700] $ progression :List of 12 [08:06:03.700] ..$ owner_session_uuid: NULL [08:06:03.700] ..$ progressor_uuid : NULL [08:06:03.700] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.700] ..$ progression_index : NULL [08:06:03.700] ..$ progression_time : chr "2025-09-19 08:06:03.700 +0200" [08:06:03.700] ..$ type : chr "hide" [08:06:03.700] ..$ message : chr(0) [08:06:03.700] ..$ amount : num 1 [08:06:03.700] ..$ step : NULL [08:06:03.700] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.700] ..$ call : NULL [08:06:03.700] ..$ calls :Dotted pair list of 25 [08:06:03.700] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.700] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.700] .. ..$ : language withVisible(expr) [08:06:03.700] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.700] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.700] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.700] .. ..$ : language withVisible(expr) [08:06:03.700] .. ..$ : language slow_sum(1:2) [08:06:03.700] .. ..$ : language p(amount = 0) [08:06:03.700] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.700] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.700] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.700] .. ..$ : language signalCondition(cond) [08:06:03.700] .. ..$ : language (function (p) { ... [08:06:03.700] .. ..$ : language calling_handler(p) [08:06:03.700] .. ..$ : language progress(child = p) [08:06:03.700] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.700] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.700] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.700] .. ..$ : language signalCondition(cond) [08:06:03.700] .. ..$ : language (function (p) { ... [08:06:03.700] .. ..$ : language calling_handler(control_progression("hide")) [08:06:03.700] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.700] .. ..$ : language control_progression("hide") [08:06:03.700] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.700] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.724] hide_reporter() ... done [08:06:03.689] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=6) [08:06:03.690] Progression handler 'update' ... [08:06:03.690] - progression: [08:06:03.690] List of 12 [08:06:03.690] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.690] ..- attr(*, "source")=List of 6 [08:06:03.690] .. ..$ host : Named chr "CRANWIN3" [08:06:03.690] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.690] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.690] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.690] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.690] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.690] .. ..$ pid : int 184916 [08:06:03.690] .. ..$ random : int 1592976985 [08:06:03.690] $ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.690] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.690] $ progression_index : int 6 [08:06:03.690] $ progression_time : chr "2025-09-19 08:06:03.689 +0200" [08:06:03.690] $ type : chr "update" [08:06:03.690] $ message : chr(0) [08:06:03.690] $ amount : num 0 [08:06:03.690] $ step : NULL [08:06:03.690] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.690] $ call : NULL [08:06:03.690] $ calls : NULL [08:06:03.690] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.699] - progressor_uuid: 4aabc34f-314d-a93e-271c-ff810f797a8b [08:06:03.699] - progression_index: 6 - received a 'progression' (n=8) [08:06:03.725] unhide_reporter() ... [08:06:03.725] List of 15 [08:06:03.725] $ max_steps : NULL [08:06:03.725] $ times : num Inf [08:06:03.725] $ interval : num 0.1 [08:06:03.725] $ enable_after: num 0 [08:06:03.725] $ auto_finish : logi TRUE [08:06:03.725] $ clear : logi TRUE [08:06:03.725] $ target : chr "terminal" [08:06:03.725] $ step : NULL [08:06:03.725] $ message : NULL [08:06:03.725] $ timestamps : NULL [08:06:03.725] $ delta : int 0 [08:06:03.725] $ enabled : logi FALSE [08:06:03.725] $ config :List of 7 [08:06:03.725] ..$ max_steps : NULL [08:06:03.725] ..$ times : num Inf [08:06:03.725] ..$ interval : num 0.1 [08:06:03.725] ..$ enable_after: num 0 [08:06:03.725] ..$ auto_finish : logi TRUE [08:06:03.725] ..$ clear : logi TRUE [08:06:03.725] ..$ target : chr "terminal" [08:06:03.725] $ state :List of 5 [08:06:03.725] ..$ step : NULL [08:06:03.725] ..$ message : NULL [08:06:03.725] ..$ timestamps: NULL [08:06:03.725] ..$ delta : int 0 [08:06:03.725] ..$ enabled : logi FALSE [08:06:03.725] $ progression :List of 12 [08:06:03.725] ..$ owner_session_uuid: NULL [08:06:03.725] ..$ progressor_uuid : NULL [08:06:03.725] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.725] ..$ progression_index : NULL [08:06:03.725] ..$ progression_time : chr "2025-09-19 08:06:03.724 +0200" [08:06:03.725] ..$ type : chr "unhide" [08:06:03.725] ..$ message : chr(0) [08:06:03.725] ..$ amount : num 1 [08:06:03.725] ..$ step : NULL [08:06:03.725] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.725] ..$ call : NULL [08:06:03.725] ..$ calls :Dotted pair list of 25 [08:06:03.725] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.725] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.725] .. ..$ : language withVisible(expr) [08:06:03.725] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.725] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.725] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.725] .. ..$ : language withVisible(expr) [08:06:03.725] .. ..$ : language slow_sum(1:2) [08:06:03.725] .. ..$ : language p(amount = 0) [08:06:03.725] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.725] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.725] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.725] .. ..$ : language signalCondition(cond) [08:06:03.725] .. ..$ : language (function (p) { ... [08:06:03.725] .. ..$ : language calling_handler(p) [08:06:03.725] .. ..$ : language progress(child = p) [08:06:03.725] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.725] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.725] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.725] .. ..$ : language signalCondition(cond) [08:06:03.725] .. ..$ : language (function (p) { ... [08:06:03.725] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:03.725] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.725] .. ..$ : language control_progression("unhide") [08:06:03.725] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.725] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.753] unhide_reporter() ... done [08:06:03.754] Progression calling handler 'update' ... [08:06:03.754] - progression: [08:06:03.754] List of 13 [08:06:03.754] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.754] ..- attr(*, "source")=List of 6 [08:06:03.754] .. ..$ host : Named chr "CRANWIN3" [08:06:03.754] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.754] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.754] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.754] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.754] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.754] .. ..$ pid : int 184916 [08:06:03.754] .. ..$ random : int 1592976985 [08:06:03.754] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:03.754] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.754] $ progression_index : int 7 [08:06:03.754] $ progression_time : chr "2025-09-19 08:06:03.699 +0200" [08:06:03.754] $ type : chr "update" [08:06:03.754] $ message : chr(0) [08:06:03.754] $ amount : num 1 [08:06:03.754] $ step : NULL [08:06:03.754] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.754] $ child :List of 12 [08:06:03.754] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.754] .. ..- attr(*, "source")=List of 6 [08:06:03.754] .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.754] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.754] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.754] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.754] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.754] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.754] .. .. ..$ pid : int 184916 [08:06:03.754] .. .. ..$ random : int 1592976985 [08:06:03.754] ..$ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.754] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.754] ..$ progression_index : int 6 [08:06:03.754] ..$ progression_time : chr "2025-09-19 08:06:03.689 +0200" [08:06:03.754] ..$ type : chr "update" [08:06:03.754] ..$ message : chr(0) [08:06:03.754] ..$ amount : num 0 [08:06:03.754] ..$ step : NULL [08:06:03.754] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.754] ..$ call : NULL [08:06:03.754] ..$ calls : NULL [08:06:03.754] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.754] $ call : NULL [08:06:03.754] $ calls : NULL [08:06:03.754] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.771] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:03.771] - progression_index: 7 [08:06:03.771] - duplicated: FALSE - cannot 'update' handler, because it is not active [08:06:03.771] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:03.783] hide_reporter() ... [08:06:03.784] List of 15 [08:06:03.784] $ max_steps : NULL [08:06:03.784] $ times : num Inf [08:06:03.784] $ interval : num 0.1 [08:06:03.784] $ enable_after: num 0 [08:06:03.784] $ auto_finish : logi TRUE [08:06:03.784] $ clear : logi TRUE [08:06:03.784] $ target : chr "terminal" [08:06:03.784] $ step : NULL [08:06:03.784] $ message : NULL [08:06:03.784] $ timestamps : NULL [08:06:03.784] $ delta : int 0 [08:06:03.784] $ enabled : logi FALSE [08:06:03.784] $ config :List of 7 [08:06:03.784] ..$ max_steps : NULL [08:06:03.784] ..$ times : num Inf [08:06:03.784] ..$ interval : num 0.1 [08:06:03.784] ..$ enable_after: num 0 [08:06:03.784] ..$ auto_finish : logi TRUE [08:06:03.784] ..$ clear : logi TRUE [08:06:03.784] ..$ target : chr "terminal" [08:06:03.784] $ state :List of 5 [08:06:03.784] ..$ step : NULL [08:06:03.784] ..$ message : NULL [08:06:03.784] ..$ timestamps: NULL [08:06:03.784] ..$ delta : int 0 [08:06:03.784] ..$ enabled : logi FALSE [08:06:03.784] $ progression :List of 12 [08:06:03.784] ..$ owner_session_uuid: NULL [08:06:03.784] ..$ progressor_uuid : NULL [08:06:03.784] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.784] ..$ progression_index : NULL [08:06:03.784] ..$ progression_time : chr "2025-09-19 08:06:03.783 +0200" [08:06:03.784] ..$ type : chr "hide" [08:06:03.784] ..$ message : chr(0) [08:06:03.784] ..$ amount : num 1 [08:06:03.784] ..$ step : NULL [08:06:03.784] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.784] ..$ call : NULL [08:06:03.784] ..$ calls :Dotted pair list of 25 [08:06:03.784] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.784] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.784] .. ..$ : language withVisible(expr) [08:06:03.784] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.784] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.784] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.784] .. ..$ : language withVisible(expr) [08:06:03.784] .. ..$ : language slow_sum(1:2) [08:06:03.784] .. ..$ : language p(amount = 0) [08:06:03.784] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.784] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.784] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.784] .. ..$ : language signalCondition(cond) [08:06:03.784] .. ..$ : language (function (p) { ... [08:06:03.784] .. ..$ : language calling_handler(p) [08:06:03.784] .. ..$ : language progress(child = p) [08:06:03.784] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.784] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.784] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.784] .. ..$ : language signalCondition(cond) [08:06:03.784] .. ..$ : language (function (p) { ... [08:06:03.784] .. ..$ : language calling_handler(control_progression("hide")) [08:06:03.784] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.784] .. ..$ : language control_progression("hide") [08:06:03.784] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.784] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.807] hide_reporter() ... done [08:06:03.772] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=7) [08:06:03.773] Progression handler 'update' ... [08:06:03.773] - progression: [08:06:03.773] List of 12 [08:06:03.773] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.773] ..- attr(*, "source")=List of 6 [08:06:03.773] .. ..$ host : Named chr "CRANWIN3" [08:06:03.773] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.773] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.773] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.773] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.773] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.773] .. ..$ pid : int 184916 [08:06:03.773] .. ..$ random : int 1592976985 [08:06:03.773] $ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.773] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.773] $ progression_index : int 7 [08:06:03.773] $ progression_time : chr "2025-09-19 08:06:03.772 +0200" [08:06:03.773] $ type : chr "update" [08:06:03.773] $ message : chr(0) [08:06:03.773] $ amount : num 0 [08:06:03.773] $ step : NULL [08:06:03.773] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.773] $ call : NULL [08:06:03.773] $ calls : NULL [08:06:03.773] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.782] - progressor_uuid: 4aabc34f-314d-a93e-271c-ff810f797a8b [08:06:03.783] - progression_index: 7 - received a 'progression' (n=9) [08:06:03.808] unhide_reporter() ... [08:06:03.808] List of 15 [08:06:03.808] $ max_steps : NULL [08:06:03.808] $ times : num Inf [08:06:03.808] $ interval : num 0.1 [08:06:03.808] $ enable_after: num 0 [08:06:03.808] $ auto_finish : logi TRUE [08:06:03.808] $ clear : logi TRUE [08:06:03.808] $ target : chr "terminal" [08:06:03.808] $ step : NULL [08:06:03.808] $ message : NULL [08:06:03.808] $ timestamps : NULL [08:06:03.808] $ delta : int 0 [08:06:03.808] $ enabled : logi FALSE [08:06:03.808] $ config :List of 7 [08:06:03.808] ..$ max_steps : NULL [08:06:03.808] ..$ times : num Inf [08:06:03.808] ..$ interval : num 0.1 [08:06:03.808] ..$ enable_after: num 0 [08:06:03.808] ..$ auto_finish : logi TRUE [08:06:03.808] ..$ clear : logi TRUE [08:06:03.808] ..$ target : chr "terminal" [08:06:03.808] $ state :List of 5 [08:06:03.808] ..$ step : NULL [08:06:03.808] ..$ message : NULL [08:06:03.808] ..$ timestamps: NULL [08:06:03.808] ..$ delta : int 0 [08:06:03.808] ..$ enabled : logi FALSE [08:06:03.808] $ progression :List of 12 [08:06:03.808] ..$ owner_session_uuid: NULL [08:06:03.808] ..$ progressor_uuid : NULL [08:06:03.808] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.808] ..$ progression_index : NULL [08:06:03.808] ..$ progression_time : chr "2025-09-19 08:06:03.808 +0200" [08:06:03.808] ..$ type : chr "unhide" [08:06:03.808] ..$ message : chr(0) [08:06:03.808] ..$ amount : num 1 [08:06:03.808] ..$ step : NULL [08:06:03.808] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.808] ..$ call : NULL [08:06:03.808] ..$ calls :Dotted pair list of 25 [08:06:03.808] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.808] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.808] .. ..$ : language withVisible(expr) [08:06:03.808] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.808] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.808] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.808] .. ..$ : language withVisible(expr) [08:06:03.808] .. ..$ : language slow_sum(1:2) [08:06:03.808] .. ..$ : language p(amount = 0) [08:06:03.808] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.808] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.808] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.808] .. ..$ : language signalCondition(cond) [08:06:03.808] .. ..$ : language (function (p) { ... [08:06:03.808] .. ..$ : language calling_handler(p) [08:06:03.808] .. ..$ : language progress(child = p) [08:06:03.808] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.808] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.808] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.808] .. ..$ : language signalCondition(cond) [08:06:03.808] .. ..$ : language (function (p) { ... [08:06:03.808] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:03.808] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.808] .. ..$ : language control_progression("unhide") [08:06:03.808] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.808] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.837] unhide_reporter() ... done [08:06:03.837] Progression calling handler 'update' ... [08:06:03.837] - progression: [08:06:03.837] List of 13 [08:06:03.837] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.837] ..- attr(*, "source")=List of 6 [08:06:03.837] .. ..$ host : Named chr "CRANWIN3" [08:06:03.837] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.837] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.837] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.837] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.837] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.837] .. ..$ pid : int 184916 [08:06:03.837] .. ..$ random : int 1592976985 [08:06:03.837] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:03.837] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.837] $ progression_index : int 8 [08:06:03.837] $ progression_time : chr "2025-09-19 08:06:03.783 +0200" [08:06:03.837] $ type : chr "update" [08:06:03.837] $ message : chr(0) [08:06:03.837] $ amount : num 1 [08:06:03.837] $ step : NULL [08:06:03.837] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.837] $ child :List of 12 [08:06:03.837] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.837] .. ..- attr(*, "source")=List of 6 [08:06:03.837] .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.837] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.837] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.837] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.837] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.837] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.837] .. .. ..$ pid : int 184916 [08:06:03.837] .. .. ..$ random : int 1592976985 [08:06:03.837] ..$ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.837] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.837] ..$ progression_index : int 7 [08:06:03.837] ..$ progression_time : chr "2025-09-19 08:06:03.772 +0200" [08:06:03.837] ..$ type : chr "update" [08:06:03.837] ..$ message : chr(0) [08:06:03.837] ..$ amount : num 0 [08:06:03.837] ..$ step : NULL [08:06:03.837] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.837] ..$ call : NULL [08:06:03.837] ..$ calls : NULL [08:06:03.837] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.837] $ call : NULL [08:06:03.837] $ calls : NULL [08:06:03.837] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.854] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:03.855] - progression_index: 8 [08:06:03.855] - duplicated: FALSE - cannot 'update' handler, because it is not active [08:06:03.855] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:03.867] hide_reporter() ... [08:06:03.867] List of 15 [08:06:03.867] $ max_steps : NULL [08:06:03.867] $ times : num Inf [08:06:03.867] $ interval : num 0.1 [08:06:03.867] $ enable_after: num 0 [08:06:03.867] $ auto_finish : logi TRUE [08:06:03.867] $ clear : logi TRUE [08:06:03.867] $ target : chr "terminal" [08:06:03.867] $ step : NULL [08:06:03.867] $ message : NULL [08:06:03.867] $ timestamps : NULL [08:06:03.867] $ delta : int 0 [08:06:03.867] $ enabled : logi FALSE [08:06:03.867] $ config :List of 7 [08:06:03.867] ..$ max_steps : NULL [08:06:03.867] ..$ times : num Inf [08:06:03.867] ..$ interval : num 0.1 [08:06:03.867] ..$ enable_after: num 0 [08:06:03.867] ..$ auto_finish : logi TRUE [08:06:03.867] ..$ clear : logi TRUE [08:06:03.867] ..$ target : chr "terminal" [08:06:03.867] $ state :List of 5 [08:06:03.867] ..$ step : NULL [08:06:03.867] ..$ message : NULL [08:06:03.867] ..$ timestamps: NULL [08:06:03.867] ..$ delta : int 0 [08:06:03.867] ..$ enabled : logi FALSE [08:06:03.867] $ progression :List of 12 [08:06:03.867] ..$ owner_session_uuid: NULL [08:06:03.867] ..$ progressor_uuid : NULL [08:06:03.867] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.867] ..$ progression_index : NULL [08:06:03.867] ..$ progression_time : chr "2025-09-19 08:06:03.867 +0200" [08:06:03.867] ..$ type : chr "hide" [08:06:03.867] ..$ message : chr(0) [08:06:03.867] ..$ amount : num 1 [08:06:03.867] ..$ step : NULL [08:06:03.867] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.867] ..$ call : NULL [08:06:03.867] ..$ calls :Dotted pair list of 25 [08:06:03.867] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.867] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.867] .. ..$ : language withVisible(expr) [08:06:03.867] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.867] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.867] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.867] .. ..$ : language withVisible(expr) [08:06:03.867] .. ..$ : language slow_sum(1:2) [08:06:03.867] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:03.867] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.867] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.867] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.867] .. ..$ : language signalCondition(cond) [08:06:03.867] .. ..$ : language (function (p) { ... [08:06:03.867] .. ..$ : language calling_handler(p) [08:06:03.867] .. ..$ : language progress(child = p) [08:06:03.867] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.867] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.867] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.867] .. ..$ : language signalCondition(cond) [08:06:03.867] .. ..$ : language (function (p) { ... [08:06:03.867] .. ..$ : language calling_handler(control_progression("hide")) [08:06:03.867] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.867] .. ..$ : language control_progression("hide") [08:06:03.867] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.867] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.891] hide_reporter() ... done [08:06:03.855] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=8) [08:06:03.856] Progression handler 'update' ... [08:06:03.857] - progression: [08:06:03.857] List of 12 [08:06:03.857] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.857] ..- attr(*, "source")=List of 6 [08:06:03.857] .. ..$ host : Named chr "CRANWIN3" [08:06:03.857] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.857] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.857] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.857] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.857] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.857] .. ..$ pid : int 184916 [08:06:03.857] .. ..$ random : int 1592976985 [08:06:03.857] $ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.857] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.857] $ progression_index : int 8 [08:06:03.857] $ progression_time : chr "2025-09-19 08:06:03.856 +0200" [08:06:03.857] $ type : chr "update" [08:06:03.857] $ message : chr "P: Adding 2" [08:06:03.857] $ amount : num 1 [08:06:03.857] $ step : NULL [08:06:03.857] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.857] $ call : NULL [08:06:03.857] $ calls : NULL [08:06:03.857] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.866] - progressor_uuid: 4aabc34f-314d-a93e-271c-ff810f797a8b [08:06:03.866] - progression_index: 8 - received a 'progression' (n=10) [08:06:03.892] unhide_reporter() ... [08:06:03.893] List of 15 [08:06:03.893] $ max_steps : NULL [08:06:03.893] $ times : num Inf [08:06:03.893] $ interval : num 0.1 [08:06:03.893] $ enable_after: num 0 [08:06:03.893] $ auto_finish : logi TRUE [08:06:03.893] $ clear : logi TRUE [08:06:03.893] $ target : chr "terminal" [08:06:03.893] $ step : NULL [08:06:03.893] $ message : NULL [08:06:03.893] $ timestamps : NULL [08:06:03.893] $ delta : int 0 [08:06:03.893] $ enabled : logi FALSE [08:06:03.893] $ config :List of 7 [08:06:03.893] ..$ max_steps : NULL [08:06:03.893] ..$ times : num Inf [08:06:03.893] ..$ interval : num 0.1 [08:06:03.893] ..$ enable_after: num 0 [08:06:03.893] ..$ auto_finish : logi TRUE [08:06:03.893] ..$ clear : logi TRUE [08:06:03.893] ..$ target : chr "terminal" [08:06:03.893] $ state :List of 5 [08:06:03.893] ..$ step : NULL [08:06:03.893] ..$ message : NULL [08:06:03.893] ..$ timestamps: NULL [08:06:03.893] ..$ delta : int 0 [08:06:03.893] ..$ enabled : logi FALSE [08:06:03.893] $ progression :List of 12 [08:06:03.893] ..$ owner_session_uuid: NULL [08:06:03.893] ..$ progressor_uuid : NULL [08:06:03.893] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.893] ..$ progression_index : NULL [08:06:03.893] ..$ progression_time : chr "2025-09-19 08:06:03.892 +0200" [08:06:03.893] ..$ type : chr "unhide" [08:06:03.893] ..$ message : chr(0) [08:06:03.893] ..$ amount : num 1 [08:06:03.893] ..$ step : NULL [08:06:03.893] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.893] ..$ call : NULL [08:06:03.893] ..$ calls :Dotted pair list of 25 [08:06:03.893] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.893] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.893] .. ..$ : language withVisible(expr) [08:06:03.893] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.893] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.893] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.893] .. ..$ : language withVisible(expr) [08:06:03.893] .. ..$ : language slow_sum(1:2) [08:06:03.893] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [08:06:03.893] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.893] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.893] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.893] .. ..$ : language signalCondition(cond) [08:06:03.893] .. ..$ : language (function (p) { ... [08:06:03.893] .. ..$ : language calling_handler(p) [08:06:03.893] .. ..$ : language progress(child = p) [08:06:03.893] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.893] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.893] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.893] .. ..$ : language signalCondition(cond) [08:06:03.893] .. ..$ : language (function (p) { ... [08:06:03.893] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:03.893] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.893] .. ..$ : language control_progression("unhide") [08:06:03.893] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.893] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.916] unhide_reporter() ... done [08:06:03.917] Progression calling handler 'update' ... [08:06:03.917] - progression: [08:06:03.917] List of 13 [08:06:03.917] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.917] ..- attr(*, "source")=List of 6 [08:06:03.917] .. ..$ host : Named chr "CRANWIN3" [08:06:03.917] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.917] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.917] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.917] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.917] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.917] .. ..$ pid : int 184916 [08:06:03.917] .. ..$ random : int 1592976985 [08:06:03.917] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:03.917] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.917] $ progression_index : int 9 [08:06:03.917] $ progression_time : chr "2025-09-19 08:06:03.866 +0200" [08:06:03.917] $ type : chr "update" [08:06:03.917] $ message : chr(0) [08:06:03.917] $ amount : num 1 [08:06:03.917] $ step : NULL [08:06:03.917] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.917] $ child :List of 12 [08:06:03.917] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.917] .. ..- attr(*, "source")=List of 6 [08:06:03.917] .. .. ..$ host : Named chr "CRANWIN3" [08:06:03.917] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.917] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.917] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.917] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.917] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.917] .. .. ..$ pid : int 184916 [08:06:03.917] .. .. ..$ random : int 1592976985 [08:06:03.917] ..$ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.917] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.917] ..$ progression_index : int 8 [08:06:03.917] ..$ progression_time : chr "2025-09-19 08:06:03.856 +0200" [08:06:03.917] ..$ type : chr "update" [08:06:03.917] ..$ message : chr "P: Adding 2" [08:06:03.917] ..$ amount : num 1 [08:06:03.917] ..$ step : NULL [08:06:03.917] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.917] ..$ call : NULL [08:06:03.917] ..$ calls : NULL [08:06:03.917] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.917] $ call : NULL [08:06:03.917] $ calls : NULL [08:06:03.917] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.938] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:03.938] - progression_index: 9 [08:06:03.939] - duplicated: FALSE - cannot 'update' handler, because it is not active [08:06:03.939] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:03.951] hide_reporter() ... [08:06:03.951] List of 15 [08:06:03.951] $ max_steps : NULL [08:06:03.951] $ times : num Inf [08:06:03.951] $ interval : num 0.1 [08:06:03.951] $ enable_after: num 0 [08:06:03.951] $ auto_finish : logi TRUE [08:06:03.951] $ clear : logi TRUE [08:06:03.951] $ target : chr "terminal" [08:06:03.951] $ step : NULL [08:06:03.951] $ message : NULL [08:06:03.951] $ timestamps : NULL [08:06:03.951] $ delta : int 0 [08:06:03.951] $ enabled : logi FALSE [08:06:03.951] $ config :List of 7 [08:06:03.951] ..$ max_steps : NULL [08:06:03.951] ..$ times : num Inf [08:06:03.951] ..$ interval : num 0.1 [08:06:03.951] ..$ enable_after: num 0 [08:06:03.951] ..$ auto_finish : logi TRUE [08:06:03.951] ..$ clear : logi TRUE [08:06:03.951] ..$ target : chr "terminal" [08:06:03.951] $ state :List of 5 [08:06:03.951] ..$ step : NULL [08:06:03.951] ..$ message : NULL [08:06:03.951] ..$ timestamps: NULL [08:06:03.951] ..$ delta : int 0 [08:06:03.951] ..$ enabled : logi FALSE [08:06:03.951] $ progression :List of 12 [08:06:03.951] ..$ owner_session_uuid: NULL [08:06:03.951] ..$ progressor_uuid : NULL [08:06:03.951] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.951] ..$ progression_index : NULL [08:06:03.951] ..$ progression_time : chr "2025-09-19 08:06:03.951 +0200" [08:06:03.951] ..$ type : chr "hide" [08:06:03.951] ..$ message : chr(0) [08:06:03.951] ..$ amount : num 1 [08:06:03.951] ..$ step : NULL [08:06:03.951] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.951] ..$ call : NULL [08:06:03.951] ..$ calls :Dotted pair list of 25 [08:06:03.951] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.951] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.951] .. ..$ : language withVisible(expr) [08:06:03.951] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.951] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.951] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.951] .. ..$ : language withVisible(expr) [08:06:03.951] .. ..$ : language slow_sum(1:2) [08:06:03.951] .. ..$ : language p(amount = 0) [08:06:03.951] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.951] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.951] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.951] .. ..$ : language signalCondition(cond) [08:06:03.951] .. ..$ : language (function (p) { ... [08:06:03.951] .. ..$ : language calling_handler(p) [08:06:03.951] .. ..$ : language progress(child = p) [08:06:03.951] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.951] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.951] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.951] .. ..$ : language signalCondition(cond) [08:06:03.951] .. ..$ : language (function (p) { ... [08:06:03.951] .. ..$ : language calling_handler(control_progression("hide")) [08:06:03.951] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.951] .. ..$ : language control_progression("hide") [08:06:03.951] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.951] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:03.976] hide_reporter() ... done [08:06:03.939] Progression handler 'update' ... done - received a 'simpleMessage' M: Added value 2 - received a 'simpleMessage' - received a 'progression' (n=9) [08:06:03.941] Progression handler 'update' ... [08:06:03.941] - progression: [08:06:03.941] List of 12 [08:06:03.941] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.941] ..- attr(*, "source")=List of 6 [08:06:03.941] .. ..$ host : Named chr "CRANWIN3" [08:06:03.941] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:03.941] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:03.941] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:03.941] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:03.941] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:03.941] .. ..$ pid : int 184916 [08:06:03.941] .. ..$ random : int 1592976985 [08:06:03.941] $ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:03.941] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.941] $ progression_index : int 9 [08:06:03.941] $ progression_time : chr "2025-09-19 08:06:03.940 +0200" [08:06:03.941] $ type : chr "update" [08:06:03.941] $ message : chr(0) [08:06:03.941] $ amount : num 0 [08:06:03.941] $ step : NULL [08:06:03.941] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.941] $ call : NULL [08:06:03.941] $ calls : NULL [08:06:03.941] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:03.950] - progressor_uuid: 4aabc34f-314d-a93e-271c-ff810f797a8b [08:06:03.950] - progression_index: 9 - received a 'progression' (n=11) [08:06:03.977] unhide_reporter() ... [08:06:03.977] List of 15 [08:06:03.977] $ max_steps : NULL [08:06:03.977] $ times : num Inf [08:06:03.977] $ interval : num 0.1 [08:06:03.977] $ enable_after: num 0 [08:06:03.977] $ auto_finish : logi TRUE [08:06:03.977] $ clear : logi TRUE [08:06:03.977] $ target : chr "terminal" [08:06:03.977] $ step : NULL [08:06:03.977] $ message : NULL [08:06:03.977] $ timestamps : NULL [08:06:03.977] $ delta : int 0 [08:06:03.977] $ enabled : logi FALSE [08:06:03.977] $ config :List of 7 [08:06:03.977] ..$ max_steps : NULL [08:06:03.977] ..$ times : num Inf [08:06:03.977] ..$ interval : num 0.1 [08:06:03.977] ..$ enable_after: num 0 [08:06:03.977] ..$ auto_finish : logi TRUE [08:06:03.977] ..$ clear : logi TRUE [08:06:03.977] ..$ target : chr "terminal" [08:06:03.977] $ state :List of 5 [08:06:03.977] ..$ step : NULL [08:06:03.977] ..$ message : NULL [08:06:03.977] ..$ timestamps: NULL [08:06:03.977] ..$ delta : int 0 [08:06:03.977] ..$ enabled : logi FALSE [08:06:03.977] $ progression :List of 12 [08:06:03.977] ..$ owner_session_uuid: NULL [08:06:03.977] ..$ progressor_uuid : NULL [08:06:03.977] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:03.977] ..$ progression_index : NULL [08:06:03.977] ..$ progression_time : chr "2025-09-19 08:06:03.977 +0200" [08:06:03.977] ..$ type : chr "unhide" [08:06:03.977] ..$ message : chr(0) [08:06:03.977] ..$ amount : num 1 [08:06:03.977] ..$ step : NULL [08:06:03.977] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:03.977] ..$ call : NULL [08:06:03.977] ..$ calls :Dotted pair list of 25 [08:06:03.977] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:03.977] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.977] .. ..$ : language withVisible(expr) [08:06:03.977] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:03.977] .. ..$ : language with_progress(..., handlers = handler) [08:06:03.977] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:03.977] .. ..$ : language withVisible(expr) [08:06:03.977] .. ..$ : language slow_sum(1:2) [08:06:03.977] .. ..$ : language p(amount = 0) [08:06:03.977] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.977] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.977] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.977] .. ..$ : language signalCondition(cond) [08:06:03.977] .. ..$ : language (function (p) { ... [08:06:03.977] .. ..$ : language calling_handler(p) [08:06:03.977] .. ..$ : language progress(child = p) [08:06:03.977] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:03.977] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:03.977] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:03.977] .. ..$ : language signalCondition(cond) [08:06:03.977] .. ..$ : language (function (p) { ... [08:06:03.977] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:03.977] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:03.977] .. ..$ : language control_progression("unhide") [08:06:03.977] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:03.977] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:04.001] unhide_reporter() ... done [08:06:04.001] Progression calling handler 'update' ... [08:06:04.001] - progression: [08:06:04.001] List of 13 [08:06:04.001] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.001] ..- attr(*, "source")=List of 6 [08:06:04.001] .. ..$ host : Named chr "CRANWIN3" [08:06:04.001] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:04.001] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:04.001] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:04.001] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:04.001] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:04.001] .. ..$ pid : int 184916 [08:06:04.001] .. ..$ random : int 1592976985 [08:06:04.001] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:04.001] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.001] $ progression_index : int 10 [08:06:04.001] $ progression_time : chr "2025-09-19 08:06:03.951 +0200" [08:06:04.001] $ type : chr "update" [08:06:04.001] $ message : chr(0) [08:06:04.001] $ amount : num 1 [08:06:04.001] $ step : NULL [08:06:04.001] $ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:04.001] $ child :List of 12 [08:06:04.001] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.001] .. ..- attr(*, "source")=List of 6 [08:06:04.001] .. .. ..$ host : Named chr "CRANWIN3" [08:06:04.001] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:04.001] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:04.001] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:04.001] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:04.001] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:04.001] .. .. ..$ pid : int 184916 [08:06:04.001] .. .. ..$ random : int 1592976985 [08:06:04.001] ..$ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:04.001] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.001] ..$ progression_index : int 9 [08:06:04.001] ..$ progression_time : chr "2025-09-19 08:06:03.940 +0200" [08:06:04.001] ..$ type : chr "update" [08:06:04.001] ..$ message : chr(0) [08:06:04.001] ..$ amount : num 0 [08:06:04.001] ..$ step : NULL [08:06:04.001] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:03" [08:06:04.001] ..$ call : NULL [08:06:04.001] ..$ calls : NULL [08:06:04.001] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:04.001] $ call : NULL [08:06:04.001] $ calls : NULL [08:06:04.001] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:04.022] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:04.023] - progression_index: 10 [08:06:04.023] - duplicated: FALSE - cannot 'update' handler, because it is not active [08:06:04.023] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:04.035] hide_reporter() ... [08:06:04.035] List of 15 [08:06:04.035] $ max_steps : NULL [08:06:04.035] $ times : num Inf [08:06:04.035] $ interval : num 0.1 [08:06:04.035] $ enable_after: num 0 [08:06:04.035] $ auto_finish : logi TRUE [08:06:04.035] $ clear : logi TRUE [08:06:04.035] $ target : chr "terminal" [08:06:04.035] $ step : NULL [08:06:04.035] $ message : NULL [08:06:04.035] $ timestamps : NULL [08:06:04.035] $ delta : int 0 [08:06:04.035] $ enabled : logi FALSE [08:06:04.035] $ config :List of 7 [08:06:04.035] ..$ max_steps : NULL [08:06:04.035] ..$ times : num Inf [08:06:04.035] ..$ interval : num 0.1 [08:06:04.035] ..$ enable_after: num 0 [08:06:04.035] ..$ auto_finish : logi TRUE [08:06:04.035] ..$ clear : logi TRUE [08:06:04.035] ..$ target : chr "terminal" [08:06:04.035] $ state :List of 5 [08:06:04.035] ..$ step : NULL [08:06:04.035] ..$ message : NULL [08:06:04.035] ..$ timestamps: NULL [08:06:04.035] ..$ delta : int 0 [08:06:04.035] ..$ enabled : logi FALSE [08:06:04.035] $ progression :List of 12 [08:06:04.035] ..$ owner_session_uuid: NULL [08:06:04.035] ..$ progressor_uuid : NULL [08:06:04.035] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.035] ..$ progression_index : NULL [08:06:04.035] ..$ progression_time : chr "2025-09-19 08:06:04.035 +0200" [08:06:04.035] ..$ type : chr "hide" [08:06:04.035] ..$ message : chr(0) [08:06:04.035] ..$ amount : num 1 [08:06:04.035] ..$ step : NULL [08:06:04.035] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.035] ..$ call : NULL [08:06:04.035] ..$ calls :Dotted pair list of 25 [08:06:04.035] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:04.035] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:04.035] .. ..$ : language withVisible(expr) [08:06:04.035] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:04.035] .. ..$ : language with_progress(..., handlers = handler) [08:06:04.035] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:04.035] .. ..$ : language withVisible(expr) [08:06:04.035] .. ..$ : language slow_sum(1:2) [08:06:04.035] .. ..$ : language p(amount = 0) [08:06:04.035] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:04.035] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:04.035] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:04.035] .. ..$ : language signalCondition(cond) [08:06:04.035] .. ..$ : language (function (p) { ... [08:06:04.035] .. ..$ : language calling_handler(p) [08:06:04.035] .. ..$ : language progress(child = p) [08:06:04.035] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:04.035] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:04.035] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:04.035] .. ..$ : language signalCondition(cond) [08:06:04.035] .. ..$ : language (function (p) { ... [08:06:04.035] .. ..$ : language calling_handler(control_progression("hide")) [08:06:04.035] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:04.035] .. ..$ : language control_progression("hide") [08:06:04.035] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:04.035] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:04.059] hide_reporter() ... done [08:06:04.023] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=10) [08:06:04.024] Progression handler 'update' ... [08:06:04.025] - progression: [08:06:04.025] List of 12 [08:06:04.025] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.025] ..- attr(*, "source")=List of 6 [08:06:04.025] .. ..$ host : Named chr "CRANWIN3" [08:06:04.025] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:04.025] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:04.025] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:04.025] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:04.025] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:04.025] .. ..$ pid : int 184916 [08:06:04.025] .. ..$ random : int 1592976985 [08:06:04.025] $ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:04.025] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.025] $ progression_index : int 10 [08:06:04.025] $ progression_time : chr "2025-09-19 08:06:04.024 +0200" [08:06:04.025] $ type : chr "update" [08:06:04.025] $ message : chr(0) [08:06:04.025] $ amount : num 0 [08:06:04.025] $ step : NULL [08:06:04.025] $ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.025] $ call : NULL [08:06:04.025] $ calls : NULL [08:06:04.025] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:04.034] - progressor_uuid: 4aabc34f-314d-a93e-271c-ff810f797a8b [08:06:04.034] - progression_index: 10 - received a 'progression' (n=12) [08:06:04.060] unhide_reporter() ... [08:06:04.061] List of 15 [08:06:04.061] $ max_steps : NULL [08:06:04.061] $ times : num Inf [08:06:04.061] $ interval : num 0.1 [08:06:04.061] $ enable_after: num 0 [08:06:04.061] $ auto_finish : logi TRUE [08:06:04.061] $ clear : logi TRUE [08:06:04.061] $ target : chr "terminal" [08:06:04.061] $ step : NULL [08:06:04.061] $ message : NULL [08:06:04.061] $ timestamps : NULL [08:06:04.061] $ delta : int 0 [08:06:04.061] $ enabled : logi FALSE [08:06:04.061] $ config :List of 7 [08:06:04.061] ..$ max_steps : NULL [08:06:04.061] ..$ times : num Inf [08:06:04.061] ..$ interval : num 0.1 [08:06:04.061] ..$ enable_after: num 0 [08:06:04.061] ..$ auto_finish : logi TRUE [08:06:04.061] ..$ clear : logi TRUE [08:06:04.061] ..$ target : chr "terminal" [08:06:04.061] $ state :List of 5 [08:06:04.061] ..$ step : NULL [08:06:04.061] ..$ message : NULL [08:06:04.061] ..$ timestamps: NULL [08:06:04.061] ..$ delta : int 0 [08:06:04.061] ..$ enabled : logi FALSE [08:06:04.061] $ progression :List of 12 [08:06:04.061] ..$ owner_session_uuid: NULL [08:06:04.061] ..$ progressor_uuid : NULL [08:06:04.061] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.061] ..$ progression_index : NULL [08:06:04.061] ..$ progression_time : chr "2025-09-19 08:06:04.060 +0200" [08:06:04.061] ..$ type : chr "unhide" [08:06:04.061] ..$ message : chr(0) [08:06:04.061] ..$ amount : num 1 [08:06:04.061] ..$ step : NULL [08:06:04.061] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.061] ..$ call : NULL [08:06:04.061] ..$ calls :Dotted pair list of 25 [08:06:04.061] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:04.061] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:04.061] .. ..$ : language withVisible(expr) [08:06:04.061] .. ..$ : language relay_progress(slow_sum(1:2)) [08:06:04.061] .. ..$ : language with_progress(..., handlers = handler) [08:06:04.061] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:04.061] .. ..$ : language withVisible(expr) [08:06:04.061] .. ..$ : language slow_sum(1:2) [08:06:04.061] .. ..$ : language p(amount = 0) [08:06:04.061] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:04.061] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:04.061] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:04.061] .. ..$ : language signalCondition(cond) [08:06:04.061] .. ..$ : language (function (p) { ... [08:06:04.061] .. ..$ : language calling_handler(p) [08:06:04.061] .. ..$ : language progress(child = p) [08:06:04.061] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:04.061] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:04.061] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:04.061] .. ..$ : language signalCondition(cond) [08:06:04.061] .. ..$ : language (function (p) { ... [08:06:04.061] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:04.061] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:04.061] .. ..$ : language control_progression("unhide") [08:06:04.061] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:04.061] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:04.084] unhide_reporter() ... done [08:06:04.084] Progression calling handler 'update' ... [08:06:04.085] - progression: [08:06:04.085] List of 13 [08:06:04.085] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.085] ..- attr(*, "source")=List of 6 [08:06:04.085] .. ..$ host : Named chr "CRANWIN3" [08:06:04.085] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:04.085] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:04.085] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:04.085] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:04.085] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:04.085] .. ..$ pid : int 184916 [08:06:04.085] .. ..$ random : int 1592976985 [08:06:04.085] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:04.085] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.085] $ progression_index : int 11 [08:06:04.085] $ progression_time : chr "2025-09-19 08:06:04.034 +0200" [08:06:04.085] $ type : chr "update" [08:06:04.085] $ message : chr(0) [08:06:04.085] $ amount : num 1 [08:06:04.085] $ step : NULL [08:06:04.085] $ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.085] $ child :List of 12 [08:06:04.085] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.085] .. ..- attr(*, "source")=List of 6 [08:06:04.085] .. .. ..$ host : Named chr "CRANWIN3" [08:06:04.085] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:04.085] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:04.085] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:04.085] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:04.085] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:04.085] .. .. ..$ pid : int 184916 [08:06:04.085] .. .. ..$ random : int 1592976985 [08:06:04.085] ..$ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:04.085] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.085] ..$ progression_index : int 10 [08:06:04.085] ..$ progression_time : chr "2025-09-19 08:06:04.024 +0200" [08:06:04.085] ..$ type : chr "update" [08:06:04.085] ..$ message : chr(0) [08:06:04.085] ..$ amount : num 0 [08:06:04.085] ..$ step : NULL [08:06:04.085] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.085] ..$ call : NULL [08:06:04.085] ..$ calls : NULL [08:06:04.085] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:04.085] $ call : NULL [08:06:04.085] $ calls : NULL [08:06:04.085] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:04.102] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:04.102] - progression_index: 11 [08:06:04.102] - duplicated: FALSE - cannot 'update' handler, because it is not active [08:06:04.103] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' - received a 'simpleMessage' [08:06:04.131] hide_reporter() ... [08:06:04.131] List of 15 [08:06:04.131] $ max_steps : NULL [08:06:04.131] $ times : num Inf [08:06:04.131] $ interval : num 0.1 [08:06:04.131] $ enable_after: num 0 [08:06:04.131] $ auto_finish : logi TRUE [08:06:04.131] $ clear : logi TRUE [08:06:04.131] $ target : chr "terminal" [08:06:04.131] $ step : NULL [08:06:04.131] $ message : NULL [08:06:04.131] $ timestamps : NULL [08:06:04.131] $ delta : int 0 [08:06:04.131] $ enabled : logi FALSE [08:06:04.131] $ config :List of 7 [08:06:04.131] ..$ max_steps : NULL [08:06:04.131] ..$ times : num Inf [08:06:04.131] ..$ interval : num 0.1 [08:06:04.131] ..$ enable_after: num 0 [08:06:04.131] ..$ auto_finish : logi TRUE [08:06:04.131] ..$ clear : logi TRUE [08:06:04.131] ..$ target : chr "terminal" [08:06:04.131] $ state :List of 5 [08:06:04.131] ..$ step : NULL [08:06:04.131] ..$ message : NULL [08:06:04.131] ..$ timestamps: NULL [08:06:04.131] ..$ delta : int 0 [08:06:04.131] ..$ enabled : logi FALSE [08:06:04.131] $ progression :List of 12 [08:06:04.131] ..$ owner_session_uuid: NULL [08:06:04.131] ..$ progressor_uuid : NULL [08:06:04.131] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.131] ..$ progression_index : NULL [08:06:04.131] ..$ progression_time : chr "2025-09-19 08:06:04.131 +0200" [08:06:04.131] ..$ type : chr "hide" [08:06:04.131] ..$ message : chr(0) [08:06:04.131] ..$ amount : num 1 [08:06:04.131] ..$ step : NULL [08:06:04.131] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.131] ..$ call : NULL [08:06:04.131] ..$ calls :Dotted pair list of 13 [08:06:04.131] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:04.131] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:04.131] .. ..$ : language withVisible(expr) [08:06:04.131] .. ..$ : language progress(type = "finish") [08:06:04.131] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:04.131] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:04.131] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:04.131] .. ..$ : language signalCondition(cond) [08:06:04.131] .. ..$ : language (function (p) { ... [08:06:04.131] .. ..$ : language calling_handler(control_progression("hide")) [08:06:04.131] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:04.131] .. ..$ : language control_progression("hide") [08:06:04.131] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:04.131] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:04.150] hide_reporter() ... done [08:06:04.103] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=11) [08:06:04.108] Progression handler 'finish' ... [08:06:04.108] - progression: [08:06:04.109] List of 12 [08:06:04.109] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.109] ..- attr(*, "source")=List of 6 [08:06:04.109] .. ..$ host : Named chr "CRANWIN3" [08:06:04.109] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:04.109] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:04.109] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:04.109] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:04.109] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:04.109] .. ..$ pid : int 184916 [08:06:04.109] .. ..$ random : int 1592976985 [08:06:04.109] $ progressor_uuid : chr "4aabc34f-314d-a93e-271c-ff810f797a8b" [08:06:04.109] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.109] $ progression_index : int 11 [08:06:04.109] $ progression_time : chr "2025-09-19 08:06:04.103 +0200" [08:06:04.109] $ type : chr "finish" [08:06:04.109] $ message : chr(0) [08:06:04.109] $ amount : num 1 [08:06:04.109] $ step : NULL [08:06:04.109] $ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.109] $ call : NULL [08:06:04.109] $ calls : NULL [08:06:04.109] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:04.117] - progressor_uuid: 4aabc34f-314d-a93e-271c-ff810f797a8b [08:06:04.118] - progression_index: 11 [08:06:04.118] Progression handler 'finish' ... done with_progress() ... done - signaling 'shutdown' to all handlers [08:06:04.119] Progression handler 'shutdown' ... [08:06:04.119] - progression: [08:06:04.120] List of 13 [08:06:04.120] $ owner_session_uuid: NULL [08:06:04.120] $ progressor_uuid : NULL [08:06:04.120] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.120] $ progression_index : NULL [08:06:04.120] $ progression_time : chr "2025-09-19 08:06:04.119 +0200" [08:06:04.120] $ type : chr "shutdown" [08:06:04.120] $ message : chr(0) [08:06:04.120] $ amount : num 1 [08:06:04.120] $ step : NULL [08:06:04.120] $ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.120] $ status : chr "ok" [08:06:04.120] $ call : NULL [08:06:04.120] $ calls :Dotted pair list of 12 [08:06:04.120] ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:04.120] ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:04.120] ..$ : language withVisible(expr) [08:06:04.120] ..$ : language relay_progress(slow_sum(1:2)) [08:06:04.120] ..$ : language with_progress(..., handlers = handler) [08:06:04.120] ..$ : language withCallingHandlers({ withRestarts({ ... [08:06:04.120] ..$ : language withRestarts({ signalCondition(control_progression("shutdown", status = status)) ... [08:06:04.120] ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:04.120] ..$ : language doWithOneRestart(return(expr), restart) [08:06:04.120] ..$ : language signalCondition(control_progression("shutdown", status = status)) [08:06:04.120] ..$ : language control_progression("shutdown", status = status) [08:06:04.120] ..$ : language progression(type = type, ..., class = "control_progression") [08:06:04.120] - attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:04.129] [08:06:04.130] [08:06:04.130] Progression handler 'shutdown' ... done - received a 'progression' (n=13) [08:06:04.152] unhide_reporter() ... [08:06:04.152] List of 15 [08:06:04.152] $ max_steps : NULL [08:06:04.152] $ times : num Inf [08:06:04.152] $ interval : num 0.1 [08:06:04.152] $ enable_after: num 0 [08:06:04.152] $ auto_finish : logi TRUE [08:06:04.152] $ clear : logi TRUE [08:06:04.152] $ target : chr "terminal" [08:06:04.152] $ step : NULL [08:06:04.152] $ message : NULL [08:06:04.152] $ timestamps : NULL [08:06:04.152] $ delta : int 0 [08:06:04.152] $ enabled : logi FALSE [08:06:04.152] $ config :List of 7 [08:06:04.152] ..$ max_steps : NULL [08:06:04.152] ..$ times : num Inf [08:06:04.152] ..$ interval : num 0.1 [08:06:04.152] ..$ enable_after: num 0 [08:06:04.152] ..$ auto_finish : logi TRUE [08:06:04.152] ..$ clear : logi TRUE [08:06:04.152] ..$ target : chr "terminal" [08:06:04.152] $ state :List of 5 [08:06:04.152] ..$ step : NULL [08:06:04.152] ..$ message : NULL [08:06:04.152] ..$ timestamps: NULL [08:06:04.152] ..$ delta : int 0 [08:06:04.152] ..$ enabled : logi FALSE [08:06:04.152] $ progression :List of 12 [08:06:04.152] ..$ owner_session_uuid: NULL [08:06:04.152] ..$ progressor_uuid : NULL [08:06:04.152] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.152] ..$ progression_index : NULL [08:06:04.152] ..$ progression_time : chr "2025-09-19 08:06:04.151 +0200" [08:06:04.152] ..$ type : chr "unhide" [08:06:04.152] ..$ message : chr(0) [08:06:04.152] ..$ amount : num 1 [08:06:04.152] ..$ step : NULL [08:06:04.152] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.152] ..$ call : NULL [08:06:04.152] ..$ calls :Dotted pair list of 13 [08:06:04.152] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:04.152] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:04.152] .. ..$ : language withVisible(expr) [08:06:04.152] .. ..$ : language progress(type = "finish") [08:06:04.152] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:04.152] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:04.152] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:04.152] .. ..$ : language signalCondition(cond) [08:06:04.152] .. ..$ : language (function (p) { ... [08:06:04.152] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:04.152] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:04.152] .. ..$ : language control_progression("unhide") [08:06:04.152] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:04.152] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:04.171] unhide_reporter() ... done [08:06:04.171] Progression calling handler 'finish' ... [08:06:04.171] - progression: [08:06:04.171] List of 12 [08:06:04.171] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.171] ..- attr(*, "source")=List of 6 [08:06:04.171] .. ..$ host : Named chr "CRANWIN3" [08:06:04.171] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:04.171] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:04.171] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:04.171] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:04.171] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:04.171] .. ..$ pid : int 184916 [08:06:04.171] .. ..$ random : int 1592976985 [08:06:04.171] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:04.171] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.171] $ progression_index : int 12 [08:06:04.171] $ progression_time : chr "2025-09-19 08:06:04.130 +0200" [08:06:04.171] $ type : chr "finish" [08:06:04.171] $ message : chr(0) [08:06:04.171] $ amount : num 1 [08:06:04.171] $ step : NULL [08:06:04.171] $ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.171] $ call : NULL [08:06:04.171] $ calls : NULL [08:06:04.171] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:04.179] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:04.179] - progression_index: 12 [08:06:04.180] - duplicated: FALSE [08:06:04.180] List of 2 [08:06:04.180] $ finished : logi TRUE [08:06:04.180] $ milestones: NULL [08:06:04.181] finish_reporter() ... [08:06:04.181] List of 15 [08:06:04.181] $ max_steps : NULL [08:06:04.181] $ times : num Inf [08:06:04.181] $ interval : num 0.1 [08:06:04.181] $ enable_after: num 0 [08:06:04.181] $ auto_finish : logi TRUE [08:06:04.181] $ clear : logi TRUE [08:06:04.181] $ target : chr "terminal" [08:06:04.181] $ step : NULL [08:06:04.181] $ message : NULL [08:06:04.181] $ timestamps : NULL [08:06:04.181] $ delta : int 0 [08:06:04.181] $ enabled : logi FALSE [08:06:04.181] $ config :List of 7 [08:06:04.181] ..$ max_steps : NULL [08:06:04.181] ..$ times : num Inf [08:06:04.181] ..$ interval : num 0.1 [08:06:04.181] ..$ enable_after: num 0 [08:06:04.181] ..$ auto_finish : logi TRUE [08:06:04.181] ..$ clear : logi TRUE [08:06:04.181] ..$ target : chr "terminal" [08:06:04.181] $ state :List of 5 [08:06:04.181] ..$ step : NULL [08:06:04.181] ..$ message : NULL [08:06:04.181] ..$ timestamps: NULL [08:06:04.181] ..$ delta : int 0 [08:06:04.181] ..$ enabled : logi FALSE [08:06:04.181] $ progression :List of 12 [08:06:04.181] ..$ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.181] .. ..- attr(*, "source")=List of 6 [08:06:04.181] .. .. ..$ host : Named chr "CRANWIN3" [08:06:04.181] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:04.181] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:04.181] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:04.181] .. .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:04.181] .. .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:04.181] .. .. ..$ pid : int 184916 [08:06:04.181] .. .. ..$ random : int 1592976985 [08:06:04.181] ..$ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:04.181] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.181] ..$ progression_index : int 12 [08:06:04.181] ..$ progression_time : chr "2025-09-19 08:06:04.130 +0200" [08:06:04.181] ..$ type : chr "finish" [08:06:04.181] ..$ message : chr(0) [08:06:04.181] ..$ amount : num 1 [08:06:04.181] ..$ step : NULL [08:06:04.181] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.181] ..$ call : NULL [08:06:04.181] ..$ calls : NULL [08:06:04.181] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" - Hmm ... got a request to 'finish' handler, but it's not active and already finished. Oh well, will finish it then - owner: NULL [08:06:04.203] finish_reporter() ... done [08:06:04.203] Progression calling handler 'finish' ... done - received a 'progression' - received a 'simpleMessage' [08:06:04.204] hide_reporter() ... [08:06:04.204] List of 15 [08:06:04.204] $ max_steps : NULL [08:06:04.204] $ times : num Inf [08:06:04.204] $ interval : num 0.1 [08:06:04.204] $ enable_after: num 0 [08:06:04.204] $ auto_finish : logi TRUE [08:06:04.204] $ clear : logi TRUE [08:06:04.204] $ target : chr "terminal" [08:06:04.204] $ step : NULL [08:06:04.204] $ message : NULL [08:06:04.204] $ timestamps : NULL [08:06:04.204] $ delta : int 0 [08:06:04.204] $ enabled : logi FALSE [08:06:04.204] $ config :List of 7 [08:06:04.204] ..$ max_steps : NULL [08:06:04.204] ..$ times : num Inf [08:06:04.204] ..$ interval : num 0.1 [08:06:04.204] ..$ enable_after: num 0 [08:06:04.204] ..$ auto_finish : logi TRUE [08:06:04.204] ..$ clear : logi TRUE [08:06:04.204] ..$ target : chr "terminal" [08:06:04.204] $ state :List of 5 [08:06:04.204] ..$ step : NULL [08:06:04.204] ..$ message : NULL [08:06:04.204] ..$ timestamps: NULL [08:06:04.204] ..$ delta : int 0 [08:06:04.204] ..$ enabled : logi FALSE [08:06:04.204] $ progression :List of 12 [08:06:04.204] ..$ owner_session_uuid: NULL [08:06:04.204] ..$ progressor_uuid : NULL [08:06:04.204] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.204] ..$ progression_index : NULL [08:06:04.204] ..$ progression_time : chr "2025-09-19 08:06:04.204 +0200" [08:06:04.204] ..$ type : chr "hide" [08:06:04.204] ..$ message : chr(0) [08:06:04.204] ..$ amount : num 1 [08:06:04.204] ..$ step : NULL [08:06:04.204] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.204] ..$ call : NULL [08:06:04.204] ..$ calls :Dotted pair list of 13 [08:06:04.204] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:04.204] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:04.204] .. ..$ : language withVisible(expr) [08:06:04.204] .. ..$ : language progress() [08:06:04.204] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:04.204] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:04.204] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:04.204] .. ..$ : language signalCondition(cond) [08:06:04.204] .. ..$ : language (function (p) { ... [08:06:04.204] .. ..$ : language calling_handler(control_progression("hide")) [08:06:04.204] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:04.204] .. ..$ : language control_progression("hide") [08:06:04.204] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:04.204] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:04.224] hide_reporter() ... done - received a 'progression' (n=14) [08:06:04.224] unhide_reporter() ... [08:06:04.224] List of 15 [08:06:04.224] $ max_steps : NULL [08:06:04.224] $ times : num Inf [08:06:04.224] $ interval : num 0.1 [08:06:04.224] $ enable_after: num 0 [08:06:04.224] $ auto_finish : logi TRUE [08:06:04.224] $ clear : logi TRUE [08:06:04.224] $ target : chr "terminal" [08:06:04.224] $ step : NULL [08:06:04.224] $ message : NULL [08:06:04.224] $ timestamps : NULL [08:06:04.224] $ delta : int 0 [08:06:04.224] $ enabled : logi FALSE [08:06:04.224] $ config :List of 7 [08:06:04.224] ..$ max_steps : NULL [08:06:04.224] ..$ times : num Inf [08:06:04.224] ..$ interval : num 0.1 [08:06:04.224] ..$ enable_after: num 0 [08:06:04.224] ..$ auto_finish : logi TRUE [08:06:04.224] ..$ clear : logi TRUE [08:06:04.224] ..$ target : chr "terminal" [08:06:04.224] $ state :List of 5 [08:06:04.224] ..$ step : NULL [08:06:04.224] ..$ message : NULL [08:06:04.224] ..$ timestamps: NULL [08:06:04.224] ..$ delta : int 0 [08:06:04.224] ..$ enabled : logi FALSE [08:06:04.224] $ progression :List of 12 [08:06:04.224] ..$ owner_session_uuid: NULL [08:06:04.224] ..$ progressor_uuid : NULL [08:06:04.224] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.224] ..$ progression_index : NULL [08:06:04.224] ..$ progression_time : chr "2025-09-19 08:06:04.224 +0200" [08:06:04.224] ..$ type : chr "unhide" [08:06:04.224] ..$ message : chr(0) [08:06:04.224] ..$ amount : num 1 [08:06:04.224] ..$ step : NULL [08:06:04.224] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.224] ..$ call : NULL [08:06:04.224] ..$ calls :Dotted pair list of 13 [08:06:04.224] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:04.224] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [08:06:04.224] .. ..$ : language withVisible(expr) [08:06:04.224] .. ..$ : language progress() [08:06:04.224] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [08:06:04.224] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:04.224] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:04.224] .. ..$ : language signalCondition(cond) [08:06:04.224] .. ..$ : language (function (p) { ... [08:06:04.224] .. ..$ : language calling_handler(control_progression("unhide")) [08:06:04.224] .. ..$ : language stop_if_not(inherits(p, "progression")) [08:06:04.224] .. ..$ : language control_progression("unhide") [08:06:04.224] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:04.224] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [08:06:04.243] unhide_reporter() ... done [08:06:04.244] Progression calling handler 'update' ... [08:06:04.244] - progression: [08:06:04.244] List of 12 [08:06:04.244] $ owner_session_uuid: chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.244] ..- attr(*, "source")=List of 6 [08:06:04.244] .. ..$ host : Named chr "CRANWIN3" [08:06:04.244] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:06:04.244] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:06:04.244] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:06:04.244] .. ..$ time : POSIXct[1:1], format: "2025-09-19 08:05:59" [08:06:04.244] .. ..$ tempdir: chr "D:\\temp\\2025_09_19_08_05_16_3589\\RtmpGcidxk" [08:06:04.244] .. ..$ pid : int 184916 [08:06:04.244] .. ..$ random : int 1592976985 [08:06:04.244] $ progressor_uuid : chr "e0260273-48cb-d9ff-eaa4-e1b41c63f7a9" [08:06:04.244] $ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.244] $ progression_index : int 13 [08:06:04.244] $ progression_time : chr "2025-09-19 08:06:04.204 +0200" [08:06:04.244] $ type : chr "update" [08:06:04.244] $ message : chr(0) [08:06:04.244] $ amount : num 1 [08:06:04.244] $ step : NULL [08:06:04.244] $ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.244] $ call : NULL [08:06:04.244] $ calls : NULL [08:06:04.244] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [08:06:04.252] - progressor_uuid: e0260273-48cb-d9ff-eaa4-e1b41c63f7a9 [08:06:04.253] - progression_index: 13 [08:06:04.253] - duplicated: FALSE - cannot 'update' handler, because it is not active [08:06:04.253] Progression calling handler 'update' ... done - received a 'progression' with_progress() ... done - signaling 'shutdown' to all handlers [08:06:04.254] finish_reporter() ... [08:06:04.254] List of 15 [08:06:04.254] $ max_steps : NULL [08:06:04.254] $ times : num Inf [08:06:04.254] $ interval : num 0.1 [08:06:04.254] $ enable_after: num 0 [08:06:04.254] $ auto_finish : logi TRUE [08:06:04.254] $ clear : logi TRUE [08:06:04.254] $ target : chr "terminal" [08:06:04.254] $ step : NULL [08:06:04.254] $ message : NULL [08:06:04.254] $ timestamps : NULL [08:06:04.254] $ delta : int 0 [08:06:04.254] $ enabled : logi FALSE [08:06:04.254] $ config :List of 7 [08:06:04.254] ..$ max_steps : NULL [08:06:04.254] ..$ times : num Inf [08:06:04.254] ..$ interval : num 0.1 [08:06:04.254] ..$ enable_after: num 0 [08:06:04.254] ..$ auto_finish : logi TRUE [08:06:04.254] ..$ clear : logi TRUE [08:06:04.254] ..$ target : chr "terminal" [08:06:04.254] $ state :List of 5 [08:06:04.254] ..$ step : NULL [08:06:04.254] ..$ message : NULL [08:06:04.254] ..$ timestamps: NULL [08:06:04.254] ..$ delta : int 0 [08:06:04.254] ..$ enabled : logi FALSE [08:06:04.254] $ progression :List of 13 [08:06:04.254] ..$ owner_session_uuid: NULL [08:06:04.254] ..$ progressor_uuid : NULL [08:06:04.254] ..$ session_uuid : chr "0199903c-e449-1b2b-929a-f830b6bba2f1" [08:06:04.254] ..$ progression_index : NULL [08:06:04.254] ..$ progression_time : chr "2025-09-19 08:06:04.254 +0200" [08:06:04.254] ..$ type : chr "shutdown" [08:06:04.254] ..$ message : chr(0) [08:06:04.254] ..$ amount : num 1 [08:06:04.254] ..$ step : NULL [08:06:04.254] ..$ time : POSIXct[1:1], format: "2025-09-19 08:06:04" [08:06:04.254] ..$ status : chr "ok" [08:06:04.254] ..$ call : NULL [08:06:04.254] ..$ calls :Dotted pair list of 8 [08:06:04.254] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [08:06:04.254] .. ..$ : language withCallingHandlers({ withRestarts({ ... [08:06:04.254] .. ..$ : language withRestarts({ signalCondition(control_progression("shutdown", status = status)) ... [08:06:04.254] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [08:06:04.254] .. ..$ : language doWithOneRestart(return(expr), restart) [08:06:04.254] .. ..$ : language signalCondition(control_progression("shutdown", status = status)) [08:06:04.254] .. ..$ : language control_progression("shutdown", status = status) [08:06:04.254] .. ..$ : language progression(type = type, ..., class = "control_progression") [08:06:04.254] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" - Hmm ... got a request to 'finish' handler, but it's not active and already finished. Oh well, will finish it then - owner: NULL [08:06:04.271] finish_reporter() ... done Warning message: In progressr::progress(p) : progress() is deprecated > > > message("with_progress() - progressr.debug = TRUE ... done") with_progress() - progressr.debug = TRUE ... done > > source("incl/end.R") Failed to undo environment variables: - Expected environment variables: [n=205] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: List of 3 $ name : chr "MAKEFLAGS" $ expected: 'Dlist' chr "" $ actual : 'Dlist' chr NA > > proc.time() user system elapsed 5.25 0.26 5.50