R Under development (unstable) (2024-10-28 r87274 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 [05:50:38.885] reset_reporter() ... [05:50:38.885] List of 15 [05:50:38.885] $ max_steps : NULL [05:50:38.885] $ times : num Inf [05:50:38.885] $ interval : num 0.1 [05:50:38.885] $ enable_after: num 0 [05:50:38.885] $ auto_finish : logi TRUE [05:50:38.885] $ clear : logi TRUE [05:50:38.885] $ target : chr "terminal" [05:50:38.885] $ step : NULL [05:50:38.885] $ message : NULL [05:50:38.885] $ timestamps : NULL [05:50:38.885] $ delta : int 0 [05:50:38.885] $ enabled : logi FALSE [05:50:38.885] $ config :List of 7 [05:50:38.885] ..$ max_steps : NULL [05:50:38.885] ..$ times : num Inf [05:50:38.885] ..$ interval : num 0.1 [05:50:38.885] ..$ enable_after: num 0 [05:50:38.885] ..$ auto_finish : logi TRUE [05:50:38.885] ..$ clear : logi TRUE [05:50:38.885] ..$ target : chr "terminal" [05:50:38.885] $ state :List of 5 [05:50:38.885] ..$ step : NULL [05:50:38.885] ..$ message : NULL [05:50:38.885] ..$ timestamps: NULL [05:50:38.885] ..$ delta : int 0 [05:50:38.885] ..$ enabled : logi FALSE [05:50:38.885] $ progression :List of 12 [05:50:38.885] ..$ owner_session_uuid: NULL [05:50:38.885] ..$ progressor_uuid : NULL [05:50:38.885] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:38.885] ..$ progression_index : NULL [05:50:38.885] ..$ progression_time : chr "2024-10-29 05:50:38.882 +0100" [05:50:38.885] ..$ type : chr "reset" [05:50:38.885] ..$ message : chr(0) [05:50:38.885] ..$ amount : num 1 [05:50:38.885] ..$ step : NULL [05:50:38.885] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:38.885] ..$ call : NULL [05:50:38.885] ..$ calls :Dotted pair list of 8 [05:50:38.885] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:38.885] .. ..$ : language withCallingHandlers({ withRestarts({ ... [05:50:38.885] .. ..$ : language withRestarts({ signalCondition(control_progression("reset")) ... [05:50:38.885] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:38.885] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:38.885] .. ..$ : language signalCondition(control_progression("reset")) [05:50:38.885] .. ..$ : language control_progression("reset") [05:50:38.885] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:38.885] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:38.921] reset_reporter() ... done - received a 'simpleMessage' [05:50:38.923] hide_reporter() ... [05:50:38.923] List of 15 [05:50:38.923] $ max_steps : NULL [05:50:38.923] $ times : num Inf [05:50:38.923] $ interval : num 0.1 [05:50:38.923] $ enable_after: num 0 [05:50:38.923] $ auto_finish : logi TRUE [05:50:38.923] $ clear : logi TRUE [05:50:38.923] $ target : chr "terminal" [05:50:38.923] $ step : NULL [05:50:38.923] $ message : NULL [05:50:38.923] $ timestamps : NULL [05:50:38.923] $ delta : int 0 [05:50:38.923] $ enabled : logi FALSE [05:50:38.923] $ config :List of 7 [05:50:38.923] ..$ max_steps : NULL [05:50:38.923] ..$ times : num Inf [05:50:38.923] ..$ interval : num 0.1 [05:50:38.923] ..$ enable_after: num 0 [05:50:38.923] ..$ auto_finish : logi TRUE [05:50:38.923] ..$ clear : logi TRUE [05:50:38.923] ..$ target : chr "terminal" [05:50:38.923] $ state :List of 5 [05:50:38.923] ..$ step : NULL [05:50:38.923] ..$ message : NULL [05:50:38.923] ..$ timestamps: NULL [05:50:38.923] ..$ delta : int 0 [05:50:38.923] ..$ enabled : logi FALSE [05:50:38.923] $ progression :List of 12 [05:50:38.923] ..$ owner_session_uuid: NULL [05:50:38.923] ..$ progressor_uuid : NULL [05:50:38.923] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:38.923] ..$ progression_index : NULL [05:50:38.923] ..$ progression_time : chr "2024-10-29 05:50:38.923 +0100" [05:50:38.923] ..$ type : chr "hide" [05:50:38.923] ..$ message : chr(0) [05:50:38.923] ..$ amount : num 1 [05:50:38.923] ..$ step : NULL [05:50:38.923] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:38.923] ..$ call : NULL [05:50:38.923] ..$ calls :Dotted pair list of 15 [05:50:38.923] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:38.923] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:38.923] .. ..$ : language withVisible(expr) [05:50:38.923] .. ..$ : language slow_sum(1:10) [05:50:38.923] .. ..$ : language progressor(along = x) [05:50:38.923] .. ..$ : language fcn(type = "initiate", steps = steps, auto_finish = auto_finish) [05:50:38.923] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:38.923] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:38.923] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:38.923] .. ..$ : language signalCondition(cond) [05:50:38.923] .. ..$ : language (function (p) { ... [05:50:38.923] .. ..$ : language calling_handler(control_progression("hide")) [05:50:38.923] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:38.923] .. ..$ : language control_progression("hide") [05:50:38.923] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:38.923] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:38.941] hide_reporter() ... done - received a 'progression' (n=1) [05:50:38.942] unhide_reporter() ... [05:50:38.942] List of 15 [05:50:38.942] $ max_steps : NULL [05:50:38.942] $ times : num Inf [05:50:38.942] $ interval : num 0.1 [05:50:38.942] $ enable_after: num 0 [05:50:38.942] $ auto_finish : logi TRUE [05:50:38.942] $ clear : logi TRUE [05:50:38.942] $ target : chr "terminal" [05:50:38.942] $ step : NULL [05:50:38.942] $ message : NULL [05:50:38.942] $ timestamps : NULL [05:50:38.942] $ delta : int 0 [05:50:38.942] $ enabled : logi FALSE [05:50:38.942] $ config :List of 7 [05:50:38.942] ..$ max_steps : NULL [05:50:38.942] ..$ times : num Inf [05:50:38.942] ..$ interval : num 0.1 [05:50:38.942] ..$ enable_after: num 0 [05:50:38.942] ..$ auto_finish : logi TRUE [05:50:38.942] ..$ clear : logi TRUE [05:50:38.942] ..$ target : chr "terminal" [05:50:38.942] $ state :List of 5 [05:50:38.942] ..$ step : NULL [05:50:38.942] ..$ message : NULL [05:50:38.942] ..$ timestamps: NULL [05:50:38.942] ..$ delta : int 0 [05:50:38.942] ..$ enabled : logi FALSE [05:50:38.942] $ progression :List of 12 [05:50:38.942] ..$ owner_session_uuid: NULL [05:50:38.942] ..$ progressor_uuid : NULL [05:50:38.942] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:38.942] ..$ progression_index : NULL [05:50:38.942] ..$ progression_time : chr "2024-10-29 05:50:38.942 +0100" [05:50:38.942] ..$ type : chr "unhide" [05:50:38.942] ..$ message : chr(0) [05:50:38.942] ..$ amount : num 1 [05:50:38.942] ..$ step : NULL [05:50:38.942] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:38.942] ..$ call : NULL [05:50:38.942] ..$ calls :Dotted pair list of 15 [05:50:38.942] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:38.942] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:38.942] .. ..$ : language withVisible(expr) [05:50:38.942] .. ..$ : language slow_sum(1:10) [05:50:38.942] .. ..$ : language progressor(along = x) [05:50:38.942] .. ..$ : language fcn(type = "initiate", steps = steps, auto_finish = auto_finish) [05:50:38.942] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:38.942] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:38.942] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:38.942] .. ..$ : language signalCondition(cond) [05:50:38.942] .. ..$ : language (function (p) { ... [05:50:38.942] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:38.942] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:38.942] .. ..$ : language control_progression("unhide") [05:50:38.942] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:38.942] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:38.969] unhide_reporter() ... done [05:50:38.970] Progression calling handler 'initiate' ... [05:50:38.970] - progression: [05:50:38.970] List of 14 [05:50:38.970] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:38.970] ..- attr(*, "source")=List of 6 [05:50:38.970] .. ..$ host : Named chr "CRANWIN3" [05:50:38.970] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:38.970] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:38.970] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:38.970] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:38.970] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:38.970] .. ..$ pid : int 86276 [05:50:38.970] .. ..$ random : int 139112919 [05:50:38.970] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:38.970] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:38.970] $ progression_index : int 1 [05:50:38.970] $ progression_time : chr "2024-10-29 05:50:38.922 +0100" [05:50:38.970] $ type : chr "initiate" [05:50:38.970] $ message : chr(0) [05:50:38.970] $ amount : num 1 [05:50:38.970] $ step : NULL [05:50:38.970] $ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:38.970] $ steps : int 10 [05:50:38.970] $ auto_finish : logi TRUE [05:50:38.970] $ call : NULL [05:50:38.970] $ calls : NULL [05:50:38.970] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:38.983] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:38.984] - progression_index: 1 [05:50:38.984] - duplicated: FALSE [05:50:38.984] List of 1 [05:50:38.984] $ max_steps: int 10 [05:50:38.985] List of 4 [05:50:38.985] $ auto_finish : logi TRUE [05:50:38.985] $ times : num 10 [05:50:38.985] $ interval : num 0.1 [05:50:38.985] $ intrusiveness: num 1 [05:50:38.988] List of 2 [05:50:38.988] $ times : num 10 [05:50:38.988] $ interval: num 0.1 [05:50:38.991] List of 2 [05:50:38.991] $ finished : logi FALSE [05:50:38.991] $ milestones: num [1:10] 1 2 3 4 5 6 7 8 9 10 [05:50:38.993] initiate_reporter() ... [05:50:38.993] List of 15 [05:50:38.993] $ max_steps : int 10 [05:50:38.993] $ times : num Inf [05:50:38.993] $ interval : num 0.1 [05:50:38.993] $ enable_after: num 0 [05:50:38.993] $ auto_finish : logi TRUE [05:50:38.993] $ clear : logi TRUE [05:50:38.993] $ target : chr "terminal" [05:50:38.993] $ step : int 0 [05:50:38.993] $ message : chr(0) [05:50:38.993] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:38.993] $ delta : int 0 [05:50:38.993] $ enabled : logi TRUE [05:50:38.993] $ config :List of 7 [05:50:38.993] ..$ max_steps : int 10 [05:50:38.993] ..$ times : num Inf [05:50:38.993] ..$ interval : num 0.1 [05:50:38.993] ..$ enable_after: num 0 [05:50:38.993] ..$ auto_finish : logi TRUE [05:50:38.993] ..$ clear : logi TRUE [05:50:38.993] ..$ target : chr "terminal" [05:50:38.993] $ state :List of 5 [05:50:38.993] ..$ step : int 0 [05:50:38.993] ..$ message : chr(0) [05:50:38.993] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:38.993] ..$ delta : int 0 [05:50:38.993] ..$ enabled : logi TRUE [05:50:38.993] $ progression :List of 14 [05:50:38.993] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:38.993] .. ..- attr(*, "source")=List of 6 [05:50:38.993] .. .. ..$ host : Named chr "CRANWIN3" [05:50:38.993] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:38.993] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:38.993] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:38.993] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:38.993] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:38.993] .. .. ..$ pid : int 86276 [05:50:38.993] .. .. ..$ random : int 139112919 [05:50:38.993] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:38.993] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:38.993] ..$ progression_index : int 1 [05:50:38.993] ..$ progression_time : chr "2024-10-29 05:50:38.922 +0100" [05:50:38.993] ..$ type : chr "initiate" [05:50:38.993] ..$ message : chr(0) [05:50:38.993] ..$ amount : num 1 [05:50:38.993] ..$ step : NULL [05:50:38.993] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:38.993] ..$ steps : int 10 [05:50:38.993] ..$ auto_finish : logi TRUE [05:50:38.993] ..$ call : NULL [05:50:38.993] ..$ calls : NULL [05:50:38.993] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | | | 0%[05:50:39.021] initiate_reporter() ... done [05:50:39.021] Progression calling handler 'initiate' ... done - received a 'progression' - received a 'simpleMessage' [05:50:39.023] hide_reporter() ... [05:50:39.023] List of 15 [05:50:39.023] $ max_steps : int 10 [05:50:39.023] $ times : num Inf [05:50:39.023] $ interval : num 0.1 [05:50:39.023] $ enable_after: num 0 [05:50:39.023] $ auto_finish : logi TRUE [05:50:39.023] $ clear : logi TRUE [05:50:39.023] $ target : chr "terminal" [05:50:39.023] $ step : int 0 [05:50:39.023] $ message : chr(0) [05:50:39.023] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.023] $ delta : int 0 [05:50:39.023] $ enabled : logi TRUE [05:50:39.023] $ config :List of 7 [05:50:39.023] ..$ max_steps : int 10 [05:50:39.023] ..$ times : num Inf [05:50:39.023] ..$ interval : num 0.1 [05:50:39.023] ..$ enable_after: num 0 [05:50:39.023] ..$ auto_finish : logi TRUE [05:50:39.023] ..$ clear : logi TRUE [05:50:39.023] ..$ target : chr "terminal" [05:50:39.023] $ state :List of 5 [05:50:39.023] ..$ step : int 0 [05:50:39.023] ..$ message : chr(0) [05:50:39.023] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.023] ..$ delta : int 0 [05:50:39.023] ..$ enabled : logi TRUE [05:50:39.023] $ progression :List of 12 [05:50:39.023] ..$ owner_session_uuid: NULL [05:50:39.023] ..$ progressor_uuid : NULL [05:50:39.023] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.023] ..$ progression_index : NULL [05:50:39.023] ..$ progression_time : chr "2024-10-29 05:50:39.023 +0100" [05:50:39.023] ..$ type : chr "hide" [05:50:39.023] ..$ message : chr(0) [05:50:39.023] ..$ amount : num 1 [05:50:39.023] ..$ step : NULL [05:50:39.023] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.023] ..$ call : NULL [05:50:39.023] ..$ calls :Dotted pair list of 14 [05:50:39.023] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.023] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.023] .. ..$ : language withVisible(expr) [05:50:39.023] .. ..$ : language slow_sum(1:10) [05:50:39.023] .. ..$ : language p(amount = 0) [05:50:39.023] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.023] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.023] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.023] .. ..$ : language signalCondition(cond) [05:50:39.023] .. ..$ : language (function (p) { ... [05:50:39.023] .. ..$ : language calling_handler(control_progression("hide")) [05:50:39.023] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.023] .. ..$ : language control_progression("hide") [05:50:39.023] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.023] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:39.051] hide_reporter() ... done - received a 'progression' (n=2) [05:50:39.052] unhide_reporter() ... [05:50:39.052] List of 15 [05:50:39.052] $ max_steps : int 10 [05:50:39.052] $ times : num Inf [05:50:39.052] $ interval : num 0.1 [05:50:39.052] $ enable_after: num 0 [05:50:39.052] $ auto_finish : logi TRUE [05:50:39.052] $ clear : logi TRUE [05:50:39.052] $ target : chr "terminal" [05:50:39.052] $ step : int 0 [05:50:39.052] $ message : chr(0) [05:50:39.052] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.052] $ delta : int 0 [05:50:39.052] $ enabled : logi TRUE [05:50:39.052] $ config :List of 7 [05:50:39.052] ..$ max_steps : int 10 [05:50:39.052] ..$ times : num Inf [05:50:39.052] ..$ interval : num 0.1 [05:50:39.052] ..$ enable_after: num 0 [05:50:39.052] ..$ auto_finish : logi TRUE [05:50:39.052] ..$ clear : logi TRUE [05:50:39.052] ..$ target : chr "terminal" [05:50:39.052] $ state :List of 5 [05:50:39.052] ..$ step : int 0 [05:50:39.052] ..$ message : chr(0) [05:50:39.052] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.052] ..$ delta : int 0 [05:50:39.052] ..$ enabled : logi TRUE [05:50:39.052] $ progression :List of 12 [05:50:39.052] ..$ owner_session_uuid: NULL [05:50:39.052] ..$ progressor_uuid : NULL [05:50:39.052] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.052] ..$ progression_index : NULL [05:50:39.052] ..$ progression_time : chr "2024-10-29 05:50:39.052 +0100" [05:50:39.052] ..$ type : chr "unhide" [05:50:39.052] ..$ message : chr(0) [05:50:39.052] ..$ amount : num 1 [05:50:39.052] ..$ step : NULL [05:50:39.052] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.052] ..$ call : NULL [05:50:39.052] ..$ calls :Dotted pair list of 14 [05:50:39.052] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.052] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.052] .. ..$ : language withVisible(expr) [05:50:39.052] .. ..$ : language slow_sum(1:10) [05:50:39.052] .. ..$ : language p(amount = 0) [05:50:39.052] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.052] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.052] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.052] .. ..$ : language signalCondition(cond) [05:50:39.052] .. ..$ : language (function (p) { ... [05:50:39.052] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:39.052] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.052] .. ..$ : language control_progression("unhide") [05:50:39.052] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.052] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:39.074] unhide_reporter() ... done [05:50:39.075] Progression calling handler 'update' ... [05:50:39.075] - progression: [05:50:39.075] List of 12 [05:50:39.075] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.075] ..- attr(*, "source")=List of 6 [05:50:39.075] .. ..$ host : Named chr "CRANWIN3" [05:50:39.075] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.075] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.075] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.075] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.075] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.075] .. ..$ pid : int 86276 [05:50:39.075] .. ..$ random : int 139112919 [05:50:39.075] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.075] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.075] $ progression_index : int 2 [05:50:39.075] $ progression_time : chr "2024-10-29 05:50:39.022 +0100" [05:50:39.075] $ type : chr "update" [05:50:39.075] $ message : chr(0) [05:50:39.075] $ amount : num 0 [05:50:39.075] $ step : NULL [05:50:39.075] $ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.075] $ call : NULL [05:50:39.075] $ calls : NULL [05:50:39.075] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.087] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:39.087] - progression_index: 2 [05:50:39.088] - duplicated: FALSE [05:50:39.088] List of 4 [05:50:39.088] $ step : int 0 [05:50:39.088] $ p$amount : num 0 [05:50:39.088] $ p$step : NULL [05:50:39.088] $ max_steps: int 10 [05:50:39.090] List of 5 [05:50:39.090] $ finished : logi FALSE [05:50:39.090] $ step : num 0 [05:50:39.090] $ milestones : num [1:10] 1 2 3 4 5 6 7 8 9 10 [05:50:39.090] $ prev_milestone: int 0 [05:50:39.090] $ interval : num 0.1 [05:50:39.093] List of 1 [05:50:39.093] $ milestones: num [1:10] 1 2 3 4 5 6 7 8 9 10 [05:50:39.094] update_reporter() ... [05:50:39.094] List of 15 [05:50:39.094] $ max_steps : int 10 [05:50:39.094] $ times : num Inf [05:50:39.094] $ interval : num 0.1 [05:50:39.094] $ enable_after: num 0 [05:50:39.094] $ auto_finish : logi TRUE [05:50:39.094] $ clear : logi TRUE [05:50:39.094] $ target : chr "terminal" [05:50:39.094] $ step : num 0 [05:50:39.094] $ message : chr(0) [05:50:39.094] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.094] $ delta : num 0 [05:50:39.094] $ enabled : logi TRUE [05:50:39.094] $ config :List of 7 [05:50:39.094] ..$ max_steps : int 10 [05:50:39.094] ..$ times : num Inf [05:50:39.094] ..$ interval : num 0.1 [05:50:39.094] ..$ enable_after: num 0 [05:50:39.094] ..$ auto_finish : logi TRUE [05:50:39.094] ..$ clear : logi TRUE [05:50:39.094] ..$ target : chr "terminal" [05:50:39.094] $ state :List of 5 [05:50:39.094] ..$ step : num 0 [05:50:39.094] ..$ message : chr(0) [05:50:39.094] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.094] ..$ delta : num 0 [05:50:39.094] ..$ enabled : logi TRUE [05:50:39.094] $ progression :List of 12 [05:50:39.094] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.094] .. ..- attr(*, "source")=List of 6 [05:50:39.094] .. .. ..$ host : Named chr "CRANWIN3" [05:50:39.094] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.094] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.094] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.094] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.094] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.094] .. .. ..$ pid : int 86276 [05:50:39.094] .. .. ..$ random : int 139112919 [05:50:39.094] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.094] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.094] ..$ progression_index : int 2 [05:50:39.094] ..$ progression_time : chr "2024-10-29 05:50:39.022 +0100" [05:50:39.094] ..$ type : chr "update" [05:50:39.094] ..$ message : chr(0) [05:50:39.094] ..$ amount : num 0 [05:50:39.094] ..$ step : NULL [05:50:39.094] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.094] ..$ call : NULL [05:50:39.094] ..$ calls : NULL [05:50:39.094] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.110] update_reporter() ... done [05:50:39.111] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:39.112] hide_reporter() ... [05:50:39.112] List of 15 [05:50:39.112] $ max_steps : int 10 [05:50:39.112] $ times : num Inf [05:50:39.112] $ interval : num 0.1 [05:50:39.112] $ enable_after: num 0 [05:50:39.112] $ auto_finish : logi TRUE [05:50:39.112] $ clear : logi TRUE [05:50:39.112] $ target : chr "terminal" [05:50:39.112] $ step : num 0 [05:50:39.112] $ message : chr(0) [05:50:39.112] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.112] $ delta : num 0 [05:50:39.112] $ enabled : logi TRUE [05:50:39.112] $ config :List of 7 [05:50:39.112] ..$ max_steps : int 10 [05:50:39.112] ..$ times : num Inf [05:50:39.112] ..$ interval : num 0.1 [05:50:39.112] ..$ enable_after: num 0 [05:50:39.112] ..$ auto_finish : logi TRUE [05:50:39.112] ..$ clear : logi TRUE [05:50:39.112] ..$ target : chr "terminal" [05:50:39.112] $ state :List of 5 [05:50:39.112] ..$ step : num 0 [05:50:39.112] ..$ message : chr(0) [05:50:39.112] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.112] ..$ delta : num 0 [05:50:39.112] ..$ enabled : logi TRUE [05:50:39.112] $ progression :List of 12 [05:50:39.112] ..$ owner_session_uuid: NULL [05:50:39.112] ..$ progressor_uuid : NULL [05:50:39.112] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.112] ..$ progression_index : NULL [05:50:39.112] ..$ progression_time : chr "2024-10-29 05:50:39.111 +0100" [05:50:39.112] ..$ type : chr "hide" [05:50:39.112] ..$ message : chr(0) [05:50:39.112] ..$ amount : num 1 [05:50:39.112] ..$ step : NULL [05:50:39.112] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.112] ..$ call : NULL [05:50:39.112] ..$ calls :Dotted pair list of 14 [05:50:39.112] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.112] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.112] .. ..$ : language withVisible(expr) [05:50:39.112] .. ..$ : language slow_sum(1:10) [05:50:39.112] .. ..$ : language p(amount = 0) [05:50:39.112] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.112] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.112] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.112] .. ..$ : language signalCondition(cond) [05:50:39.112] .. ..$ : language (function (p) { ... [05:50:39.112] .. ..$ : language calling_handler(control_progression("hide")) [05:50:39.112] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.112] .. ..$ : language control_progression("hide") [05:50:39.112] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.112] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:39.130] hide_reporter() ... done - received a 'progression' (n=3) [05:50:39.131] unhide_reporter() ... [05:50:39.131] List of 15 [05:50:39.131] $ max_steps : int 10 [05:50:39.131] $ times : num Inf [05:50:39.131] $ interval : num 0.1 [05:50:39.131] $ enable_after: num 0 [05:50:39.131] $ auto_finish : logi TRUE [05:50:39.131] $ clear : logi TRUE [05:50:39.131] $ target : chr "terminal" [05:50:39.131] $ step : num 0 [05:50:39.131] $ message : chr(0) [05:50:39.131] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.131] $ delta : num 0 [05:50:39.131] $ enabled : logi TRUE [05:50:39.131] $ config :List of 7 [05:50:39.131] ..$ max_steps : int 10 [05:50:39.131] ..$ times : num Inf [05:50:39.131] ..$ interval : num 0.1 [05:50:39.131] ..$ enable_after: num 0 [05:50:39.131] ..$ auto_finish : logi TRUE [05:50:39.131] ..$ clear : logi TRUE [05:50:39.131] ..$ target : chr "terminal" [05:50:39.131] $ state :List of 5 [05:50:39.131] ..$ step : num 0 [05:50:39.131] ..$ message : chr(0) [05:50:39.131] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.131] ..$ delta : num 0 [05:50:39.131] ..$ enabled : logi TRUE [05:50:39.131] $ progression :List of 12 [05:50:39.131] ..$ owner_session_uuid: NULL [05:50:39.131] ..$ progressor_uuid : NULL [05:50:39.131] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.131] ..$ progression_index : NULL [05:50:39.131] ..$ progression_time : chr "2024-10-29 05:50:39.131 +0100" [05:50:39.131] ..$ type : chr "unhide" [05:50:39.131] ..$ message : chr(0) [05:50:39.131] ..$ amount : num 1 [05:50:39.131] ..$ step : NULL [05:50:39.131] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.131] ..$ call : NULL [05:50:39.131] ..$ calls :Dotted pair list of 14 [05:50:39.131] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.131] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.131] .. ..$ : language withVisible(expr) [05:50:39.131] .. ..$ : language slow_sum(1:10) [05:50:39.131] .. ..$ : language p(amount = 0) [05:50:39.131] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.131] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.131] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.131] .. ..$ : language signalCondition(cond) [05:50:39.131] .. ..$ : language (function (p) { ... [05:50:39.131] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:39.131] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.131] .. ..$ : language control_progression("unhide") [05:50:39.131] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.131] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:39.152] unhide_reporter() ... done [05:50:39.152] Progression calling handler 'update' ... [05:50:39.152] - progression: [05:50:39.153] List of 12 [05:50:39.153] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.153] ..- attr(*, "source")=List of 6 [05:50:39.153] .. ..$ host : Named chr "CRANWIN3" [05:50:39.153] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.153] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.153] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.153] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.153] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.153] .. ..$ pid : int 86276 [05:50:39.153] .. ..$ random : int 139112919 [05:50:39.153] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.153] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.153] $ progression_index : int 3 [05:50:39.153] $ progression_time : chr "2024-10-29 05:50:39.111 +0100" [05:50:39.153] $ type : chr "update" [05:50:39.153] $ message : chr(0) [05:50:39.153] $ amount : num 0 [05:50:39.153] $ step : NULL [05:50:39.153] $ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.153] $ call : NULL [05:50:39.153] $ calls : NULL [05:50:39.153] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.160] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:39.160] - progression_index: 3 [05:50:39.160] - duplicated: FALSE [05:50:39.161] List of 4 [05:50:39.161] $ step : num 0 [05:50:39.161] $ p$amount : num 0 [05:50:39.161] $ p$step : NULL [05:50:39.161] $ max_steps: int 10 [05:50:39.162] List of 5 [05:50:39.162] $ finished : logi FALSE [05:50:39.162] $ step : num 0 [05:50:39.162] $ milestones : num [1:10] 1 2 3 4 5 6 7 8 9 10 [05:50:39.162] $ prev_milestone: int 0 [05:50:39.162] $ interval : num 0.1 [05:50:39.165] List of 1 [05:50:39.165] $ milestones: num [1:10] 1 2 3 4 5 6 7 8 9 10 [05:50:39.166] update_reporter() ... [05:50:39.166] List of 15 [05:50:39.166] $ max_steps : int 10 [05:50:39.166] $ times : num Inf [05:50:39.166] $ interval : num 0.1 [05:50:39.166] $ enable_after: num 0 [05:50:39.166] $ auto_finish : logi TRUE [05:50:39.166] $ clear : logi TRUE [05:50:39.166] $ target : chr "terminal" [05:50:39.166] $ step : num 0 [05:50:39.166] $ message : chr(0) [05:50:39.166] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.166] $ delta : num 0 [05:50:39.166] $ enabled : logi TRUE [05:50:39.166] $ config :List of 7 [05:50:39.166] ..$ max_steps : int 10 [05:50:39.166] ..$ times : num Inf [05:50:39.166] ..$ interval : num 0.1 [05:50:39.166] ..$ enable_after: num 0 [05:50:39.166] ..$ auto_finish : logi TRUE [05:50:39.166] ..$ clear : logi TRUE [05:50:39.166] ..$ target : chr "terminal" [05:50:39.166] $ state :List of 5 [05:50:39.166] ..$ step : num 0 [05:50:39.166] ..$ message : chr(0) [05:50:39.166] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.166] ..$ delta : num 0 [05:50:39.166] ..$ enabled : logi TRUE [05:50:39.166] $ progression :List of 12 [05:50:39.166] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.166] .. ..- attr(*, "source")=List of 6 [05:50:39.166] .. .. ..$ host : Named chr "CRANWIN3" [05:50:39.166] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.166] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.166] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.166] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.166] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.166] .. .. ..$ pid : int 86276 [05:50:39.166] .. .. ..$ random : int 139112919 [05:50:39.166] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.166] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.166] ..$ progression_index : int 3 [05:50:39.166] ..$ progression_time : chr "2024-10-29 05:50:39.111 +0100" [05:50:39.166] ..$ type : chr "update" [05:50:39.166] ..$ message : chr(0) [05:50:39.166] ..$ amount : num 0 [05:50:39.166] ..$ step : NULL [05:50:39.166] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.166] ..$ call : NULL [05:50:39.166] ..$ calls : NULL [05:50:39.166] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.182] update_reporter() ... done [05:50:39.182] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:39.183] hide_reporter() ... [05:50:39.183] List of 15 [05:50:39.183] $ max_steps : int 10 [05:50:39.183] $ times : num Inf [05:50:39.183] $ interval : num 0.1 [05:50:39.183] $ enable_after: num 0 [05:50:39.183] $ auto_finish : logi TRUE [05:50:39.183] $ clear : logi TRUE [05:50:39.183] $ target : chr "terminal" [05:50:39.183] $ step : num 0 [05:50:39.183] $ message : chr(0) [05:50:39.183] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.183] $ delta : num 0 [05:50:39.183] $ enabled : logi TRUE [05:50:39.183] $ config :List of 7 [05:50:39.183] ..$ max_steps : int 10 [05:50:39.183] ..$ times : num Inf [05:50:39.183] ..$ interval : num 0.1 [05:50:39.183] ..$ enable_after: num 0 [05:50:39.183] ..$ auto_finish : logi TRUE [05:50:39.183] ..$ clear : logi TRUE [05:50:39.183] ..$ target : chr "terminal" [05:50:39.183] $ state :List of 5 [05:50:39.183] ..$ step : num 0 [05:50:39.183] ..$ message : chr(0) [05:50:39.183] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.183] ..$ delta : num 0 [05:50:39.183] ..$ enabled : logi TRUE [05:50:39.183] $ progression :List of 12 [05:50:39.183] ..$ owner_session_uuid: NULL [05:50:39.183] ..$ progressor_uuid : NULL [05:50:39.183] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.183] ..$ progression_index : NULL [05:50:39.183] ..$ progression_time : chr "2024-10-29 05:50:39.183 +0100" [05:50:39.183] ..$ type : chr "hide" [05:50:39.183] ..$ message : chr(0) [05:50:39.183] ..$ amount : num 1 [05:50:39.183] ..$ step : NULL [05:50:39.183] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.183] ..$ call : NULL [05:50:39.183] ..$ calls :Dotted pair list of 14 [05:50:39.183] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.183] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.183] .. ..$ : language withVisible(expr) [05:50:39.183] .. ..$ : language slow_sum(1:10) [05:50:39.183] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:39.183] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.183] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.183] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.183] .. ..$ : language signalCondition(cond) [05:50:39.183] .. ..$ : language (function (p) { ... [05:50:39.183] .. ..$ : language calling_handler(control_progression("hide")) [05:50:39.183] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.183] .. ..$ : language control_progression("hide") [05:50:39.183] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.183] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:39.202] hide_reporter() ... done - received a 'progression' (n=4) [05:50:39.202] unhide_reporter() ... [05:50:39.202] List of 15 [05:50:39.202] $ max_steps : int 10 [05:50:39.202] $ times : num Inf [05:50:39.202] $ interval : num 0.1 [05:50:39.202] $ enable_after: num 0 [05:50:39.202] $ auto_finish : logi TRUE [05:50:39.202] $ clear : logi TRUE [05:50:39.202] $ target : chr "terminal" [05:50:39.202] $ step : num 0 [05:50:39.202] $ message : chr(0) [05:50:39.202] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.202] $ delta : num 0 [05:50:39.202] $ enabled : logi TRUE [05:50:39.202] $ config :List of 7 [05:50:39.202] ..$ max_steps : int 10 [05:50:39.202] ..$ times : num Inf [05:50:39.202] ..$ interval : num 0.1 [05:50:39.202] ..$ enable_after: num 0 [05:50:39.202] ..$ auto_finish : logi TRUE [05:50:39.202] ..$ clear : logi TRUE [05:50:39.202] ..$ target : chr "terminal" [05:50:39.202] $ state :List of 5 [05:50:39.202] ..$ step : num 0 [05:50:39.202] ..$ message : chr(0) [05:50:39.202] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:38" NA ... [05:50:39.202] ..$ delta : num 0 [05:50:39.202] ..$ enabled : logi TRUE [05:50:39.202] $ progression :List of 12 [05:50:39.202] ..$ owner_session_uuid: NULL [05:50:39.202] ..$ progressor_uuid : NULL [05:50:39.202] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.202] ..$ progression_index : NULL [05:50:39.202] ..$ progression_time : chr "2024-10-29 05:50:39.202 +0100" [05:50:39.202] ..$ type : chr "unhide" [05:50:39.202] ..$ message : chr(0) [05:50:39.202] ..$ amount : num 1 [05:50:39.202] ..$ step : NULL [05:50:39.202] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.202] ..$ call : NULL [05:50:39.202] ..$ calls :Dotted pair list of 14 [05:50:39.202] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.202] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.202] .. ..$ : language withVisible(expr) [05:50:39.202] .. ..$ : language slow_sum(1:10) [05:50:39.202] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:39.202] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.202] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.202] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.202] .. ..$ : language signalCondition(cond) [05:50:39.202] .. ..$ : language (function (p) { ... [05:50:39.202] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:39.202] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.202] .. ..$ : language control_progression("unhide") [05:50:39.202] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.202] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:39.222] unhide_reporter() ... done [05:50:39.223] Progression calling handler 'update' ... [05:50:39.223] - progression: [05:50:39.223] List of 12 [05:50:39.223] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.223] ..- attr(*, "source")=List of 6 [05:50:39.223] .. ..$ host : Named chr "CRANWIN3" [05:50:39.223] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.223] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.223] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.223] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.223] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.223] .. ..$ pid : int 86276 [05:50:39.223] .. ..$ random : int 139112919 [05:50:39.223] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.223] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.223] $ progression_index : int 4 [05:50:39.223] $ progression_time : chr "2024-10-29 05:50:39.183 +0100" [05:50:39.223] $ type : chr "update" [05:50:39.223] $ message : chr "P: Adding 1" [05:50:39.223] $ amount : num 1 [05:50:39.223] $ step : NULL [05:50:39.223] $ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.223] $ call : NULL [05:50:39.223] $ calls : NULL [05:50:39.223] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.230] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:39.231] - progression_index: 4 [05:50:39.231] - duplicated: FALSE [05:50:39.231] List of 4 [05:50:39.231] $ step : num 0 [05:50:39.231] $ p$amount : num 1 [05:50:39.231] $ p$step : NULL [05:50:39.231] $ max_steps: int 10 [05:50:39.233] List of 5 [05:50:39.233] $ finished : logi FALSE [05:50:39.233] $ step : num 1 [05:50:39.233] $ milestones : num [1:10] 1 2 3 4 5 6 7 8 9 10 [05:50:39.233] $ prev_milestone: int 0 [05:50:39.233] $ interval : num 0.1 [05:50:39.235] List of 4 [05:50:39.235] $ dt : 'difftime' num 0 [05:50:39.235] ..- attr(*, "units")= chr "secs" [05:50:39.235] $ : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.235] $ : 'POSIXct' num(0) [05:50:39.235] - attr(*, "tzone")= chr "" [05:50:39.235] $ skip: logi TRUE [05:50:39.238] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [05:50:39.239] hide_reporter() ... [05:50:39.239] List of 15 [05:50:39.239] $ max_steps : int 10 [05:50:39.239] $ times : num Inf [05:50:39.239] $ interval : num 0.1 [05:50:39.239] $ enable_after: num 0 [05:50:39.239] $ auto_finish : logi TRUE [05:50:39.239] $ clear : logi TRUE [05:50:39.239] $ target : chr "terminal" [05:50:39.239] $ step : num 1 [05:50:39.239] $ message : chr "P: Adding 1" [05:50:39.239] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.239] $ delta : num 1 [05:50:39.239] $ enabled : logi TRUE [05:50:39.239] $ config :List of 7 [05:50:39.239] ..$ max_steps : int 10 [05:50:39.239] ..$ times : num Inf [05:50:39.239] ..$ interval : num 0.1 [05:50:39.239] ..$ enable_after: num 0 [05:50:39.239] ..$ auto_finish : logi TRUE [05:50:39.239] ..$ clear : logi TRUE [05:50:39.239] ..$ target : chr "terminal" [05:50:39.239] $ state :List of 5 [05:50:39.239] ..$ step : num 1 [05:50:39.239] ..$ message : chr "P: Adding 1" [05:50:39.239] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.239] ..$ delta : num 1 [05:50:39.239] ..$ enabled : logi TRUE [05:50:39.239] $ progression :List of 12 [05:50:39.239] ..$ owner_session_uuid: NULL [05:50:39.239] ..$ progressor_uuid : NULL [05:50:39.239] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.239] ..$ progression_index : NULL [05:50:39.239] ..$ progression_time : chr "2024-10-29 05:50:39.239 +0100" [05:50:39.239] ..$ type : chr "hide" [05:50:39.239] ..$ message : chr(0) [05:50:39.239] ..$ amount : num 1 [05:50:39.239] ..$ step : NULL [05:50:39.239] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.239] ..$ call : NULL [05:50:39.239] ..$ calls :Dotted pair list of 14 [05:50:39.239] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.239] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.239] .. ..$ : language withVisible(expr) [05:50:39.239] .. ..$ : language slow_sum(1:10) [05:50:39.239] .. ..$ : language p(amount = 0) [05:50:39.239] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.239] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.239] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.239] .. ..$ : language signalCondition(cond) [05:50:39.239] .. ..$ : language (function (p) { ... [05:50:39.239] .. ..$ : language calling_handler(control_progression("hide")) [05:50:39.239] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.239] .. ..$ : language control_progression("hide") [05:50:39.239] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.239] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:39.258] hide_reporter() ... done M: Added value 1 - received a 'progression' (n=5) [05:50:39.258] unhide_reporter() ... [05:50:39.258] List of 15 [05:50:39.258] $ max_steps : int 10 [05:50:39.258] $ times : num Inf [05:50:39.258] $ interval : num 0.1 [05:50:39.258] $ enable_after: num 0 [05:50:39.258] $ auto_finish : logi TRUE [05:50:39.258] $ clear : logi TRUE [05:50:39.258] $ target : chr "terminal" [05:50:39.258] $ step : num 1 [05:50:39.258] $ message : chr "P: Adding 1" [05:50:39.258] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.258] $ delta : num 1 [05:50:39.258] $ enabled : logi TRUE [05:50:39.258] $ config :List of 7 [05:50:39.258] ..$ max_steps : int 10 [05:50:39.258] ..$ times : num Inf [05:50:39.258] ..$ interval : num 0.1 [05:50:39.258] ..$ enable_after: num 0 [05:50:39.258] ..$ auto_finish : logi TRUE [05:50:39.258] ..$ clear : logi TRUE [05:50:39.258] ..$ target : chr "terminal" [05:50:39.258] $ state :List of 5 [05:50:39.258] ..$ step : num 1 [05:50:39.258] ..$ message : chr "P: Adding 1" [05:50:39.258] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.258] ..$ delta : num 1 [05:50:39.258] ..$ enabled : logi TRUE [05:50:39.258] $ progression :List of 12 [05:50:39.258] ..$ owner_session_uuid: NULL [05:50:39.258] ..$ progressor_uuid : NULL [05:50:39.258] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.258] ..$ progression_index : NULL [05:50:39.258] ..$ progression_time : chr "2024-10-29 05:50:39.258 +0100" [05:50:39.258] ..$ type : chr "unhide" [05:50:39.258] ..$ message : chr(0) [05:50:39.258] ..$ amount : num 1 [05:50:39.258] ..$ step : NULL [05:50:39.258] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.258] ..$ call : NULL [05:50:39.258] ..$ calls :Dotted pair list of 14 [05:50:39.258] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.258] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.258] .. ..$ : language withVisible(expr) [05:50:39.258] .. ..$ : language slow_sum(1:10) [05:50:39.258] .. ..$ : language p(amount = 0) [05:50:39.258] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.258] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.258] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.258] .. ..$ : language signalCondition(cond) [05:50:39.258] .. ..$ : language (function (p) { ... [05:50:39.258] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:39.258] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.258] .. ..$ : language control_progression("unhide") [05:50:39.258] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.258] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:39.290] unhide_reporter() ... done [05:50:39.290] Progression calling handler 'update' ... [05:50:39.290] - progression: [05:50:39.290] List of 12 [05:50:39.290] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.290] ..- attr(*, "source")=List of 6 [05:50:39.290] .. ..$ host : Named chr "CRANWIN3" [05:50:39.290] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.290] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.290] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.290] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.290] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.290] .. ..$ pid : int 86276 [05:50:39.290] .. ..$ random : int 139112919 [05:50:39.290] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.290] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.290] $ progression_index : int 5 [05:50:39.290] $ progression_time : chr "2024-10-29 05:50:39.238 +0100" [05:50:39.290] $ type : chr "update" [05:50:39.290] $ message : chr(0) [05:50:39.290] $ amount : num 0 [05:50:39.290] $ step : NULL [05:50:39.290] $ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.290] $ call : NULL [05:50:39.290] $ calls : NULL [05:50:39.290] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.304] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:39.305] - progression_index: 5 [05:50:39.305] - duplicated: FALSE [05:50:39.305] List of 4 [05:50:39.305] $ step : num 1 [05:50:39.305] $ p$amount : num 0 [05:50:39.305] $ p$step : NULL [05:50:39.305] $ max_steps: int 10 [05:50:39.309] List of 5 [05:50:39.309] $ finished : logi FALSE [05:50:39.309] $ step : num 1 [05:50:39.309] $ milestones : num [1:9] 2 3 4 5 6 7 8 9 10 [05:50:39.309] $ prev_milestone: int 0 [05:50:39.309] $ interval : num 0.1 [05:50:39.313] List of 4 [05:50:39.313] $ dt : 'difftime' num 0 [05:50:39.313] ..- attr(*, "units")= chr "secs" [05:50:39.313] $ : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.313] $ : 'POSIXct' num(0) [05:50:39.313] - attr(*, "tzone")= chr "" [05:50:39.313] $ skip: logi TRUE [05:50:39.318] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:39.320] hide_reporter() ... [05:50:39.320] List of 15 [05:50:39.320] $ max_steps : int 10 [05:50:39.320] $ times : num Inf [05:50:39.320] $ interval : num 0.1 [05:50:39.320] $ enable_after: num 0 [05:50:39.320] $ auto_finish : logi TRUE [05:50:39.320] $ clear : logi TRUE [05:50:39.320] $ target : chr "terminal" [05:50:39.320] $ step : num 1 [05:50:39.320] $ message : chr "P: Adding 1" [05:50:39.320] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.320] $ delta : num 1 [05:50:39.320] $ enabled : logi TRUE [05:50:39.320] $ config :List of 7 [05:50:39.320] ..$ max_steps : int 10 [05:50:39.320] ..$ times : num Inf [05:50:39.320] ..$ interval : num 0.1 [05:50:39.320] ..$ enable_after: num 0 [05:50:39.320] ..$ auto_finish : logi TRUE [05:50:39.320] ..$ clear : logi TRUE [05:50:39.320] ..$ target : chr "terminal" [05:50:39.320] $ state :List of 5 [05:50:39.320] ..$ step : num 1 [05:50:39.320] ..$ message : chr "P: Adding 1" [05:50:39.320] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.320] ..$ delta : num 1 [05:50:39.320] ..$ enabled : logi TRUE [05:50:39.320] $ progression :List of 12 [05:50:39.320] ..$ owner_session_uuid: NULL [05:50:39.320] ..$ progressor_uuid : NULL [05:50:39.320] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.320] ..$ progression_index : NULL [05:50:39.320] ..$ progression_time : chr "2024-10-29 05:50:39.320 +0100" [05:50:39.320] ..$ type : chr "hide" [05:50:39.320] ..$ message : chr(0) [05:50:39.320] ..$ amount : num 1 [05:50:39.320] ..$ step : NULL [05:50:39.320] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.320] ..$ call : NULL [05:50:39.320] ..$ calls :Dotted pair list of 14 [05:50:39.320] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.320] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.320] .. ..$ : language withVisible(expr) [05:50:39.320] .. ..$ : language slow_sum(1:10) [05:50:39.320] .. ..$ : language p(amount = 0) [05:50:39.320] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.320] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.320] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.320] .. ..$ : language signalCondition(cond) [05:50:39.320] .. ..$ : language (function (p) { ... [05:50:39.320] .. ..$ : language calling_handler(control_progression("hide")) [05:50:39.320] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.320] .. ..$ : language control_progression("hide") [05:50:39.320] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.320] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:39.357] hide_reporter() ... done - received a 'progression' (n=6) [05:50:39.358] unhide_reporter() ... [05:50:39.358] List of 15 [05:50:39.358] $ max_steps : int 10 [05:50:39.358] $ times : num Inf [05:50:39.358] $ interval : num 0.1 [05:50:39.358] $ enable_after: num 0 [05:50:39.358] $ auto_finish : logi TRUE [05:50:39.358] $ clear : logi TRUE [05:50:39.358] $ target : chr "terminal" [05:50:39.358] $ step : num 1 [05:50:39.358] $ message : chr "P: Adding 1" [05:50:39.358] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.358] $ delta : num 1 [05:50:39.358] $ enabled : logi TRUE [05:50:39.358] $ config :List of 7 [05:50:39.358] ..$ max_steps : int 10 [05:50:39.358] ..$ times : num Inf [05:50:39.358] ..$ interval : num 0.1 [05:50:39.358] ..$ enable_after: num 0 [05:50:39.358] ..$ auto_finish : logi TRUE [05:50:39.358] ..$ clear : logi TRUE [05:50:39.358] ..$ target : chr "terminal" [05:50:39.358] $ state :List of 5 [05:50:39.358] ..$ step : num 1 [05:50:39.358] ..$ message : chr "P: Adding 1" [05:50:39.358] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.358] ..$ delta : num 1 [05:50:39.358] ..$ enabled : logi TRUE [05:50:39.358] $ progression :List of 12 [05:50:39.358] ..$ owner_session_uuid: NULL [05:50:39.358] ..$ progressor_uuid : NULL [05:50:39.358] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.358] ..$ progression_index : NULL [05:50:39.358] ..$ progression_time : chr "2024-10-29 05:50:39.357 +0100" [05:50:39.358] ..$ type : chr "unhide" [05:50:39.358] ..$ message : chr(0) [05:50:39.358] ..$ amount : num 1 [05:50:39.358] ..$ step : NULL [05:50:39.358] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.358] ..$ call : NULL [05:50:39.358] ..$ calls :Dotted pair list of 14 [05:50:39.358] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.358] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.358] .. ..$ : language withVisible(expr) [05:50:39.358] .. ..$ : language slow_sum(1:10) [05:50:39.358] .. ..$ : language p(amount = 0) [05:50:39.358] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.358] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.358] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.358] .. ..$ : language signalCondition(cond) [05:50:39.358] .. ..$ : language (function (p) { ... [05:50:39.358] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:39.358] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.358] .. ..$ : language control_progression("unhide") [05:50:39.358] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.358] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:39.388] unhide_reporter() ... done [05:50:39.389] Progression calling handler 'update' ... [05:50:39.389] - progression: [05:50:39.389] List of 12 [05:50:39.389] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.389] ..- attr(*, "source")=List of 6 [05:50:39.389] .. ..$ host : Named chr "CRANWIN3" [05:50:39.389] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.389] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.389] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.389] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.389] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.389] .. ..$ pid : int 86276 [05:50:39.389] .. ..$ random : int 139112919 [05:50:39.389] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.389] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.389] $ progression_index : int 6 [05:50:39.389] $ progression_time : chr "2024-10-29 05:50:39.319 +0100" [05:50:39.389] $ type : chr "update" [05:50:39.389] $ message : chr(0) [05:50:39.389] $ amount : num 0 [05:50:39.389] $ step : NULL [05:50:39.389] $ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.389] $ call : NULL [05:50:39.389] $ calls : NULL [05:50:39.389] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.401] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:39.402] - progression_index: 6 [05:50:39.402] - duplicated: FALSE [05:50:39.402] List of 4 [05:50:39.402] $ step : num 1 [05:50:39.402] $ p$amount : num 0 [05:50:39.402] $ p$step : NULL [05:50:39.402] $ max_steps: int 10 [05:50:39.405] List of 5 [05:50:39.405] $ finished : logi FALSE [05:50:39.405] $ step : num 1 [05:50:39.405] $ milestones : num [1:9] 2 3 4 5 6 7 8 9 10 [05:50:39.405] $ prev_milestone: int 0 [05:50:39.405] $ interval : num 0.1 [05:50:39.409] List of 4 [05:50:39.409] $ dt : 'difftime' num 0 [05:50:39.409] ..- attr(*, "units")= chr "secs" [05:50:39.409] $ : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.409] $ : 'POSIXct' num(0) [05:50:39.409] - attr(*, "tzone")= chr "" [05:50:39.409] $ skip: logi TRUE [05:50:39.413] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:39.414] hide_reporter() ... [05:50:39.414] List of 15 [05:50:39.414] $ max_steps : int 10 [05:50:39.414] $ times : num Inf [05:50:39.414] $ interval : num 0.1 [05:50:39.414] $ enable_after: num 0 [05:50:39.414] $ auto_finish : logi TRUE [05:50:39.414] $ clear : logi TRUE [05:50:39.414] $ target : chr "terminal" [05:50:39.414] $ step : num 1 [05:50:39.414] $ message : chr "P: Adding 1" [05:50:39.414] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.414] $ delta : num 1 [05:50:39.414] $ enabled : logi TRUE [05:50:39.414] $ config :List of 7 [05:50:39.414] ..$ max_steps : int 10 [05:50:39.414] ..$ times : num Inf [05:50:39.414] ..$ interval : num 0.1 [05:50:39.414] ..$ enable_after: num 0 [05:50:39.414] ..$ auto_finish : logi TRUE [05:50:39.414] ..$ clear : logi TRUE [05:50:39.414] ..$ target : chr "terminal" [05:50:39.414] $ state :List of 5 [05:50:39.414] ..$ step : num 1 [05:50:39.414] ..$ message : chr "P: Adding 1" [05:50:39.414] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.414] ..$ delta : num 1 [05:50:39.414] ..$ enabled : logi TRUE [05:50:39.414] $ progression :List of 12 [05:50:39.414] ..$ owner_session_uuid: NULL [05:50:39.414] ..$ progressor_uuid : NULL [05:50:39.414] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.414] ..$ progression_index : NULL [05:50:39.414] ..$ progression_time : chr "2024-10-29 05:50:39.414 +0100" [05:50:39.414] ..$ type : chr "hide" [05:50:39.414] ..$ message : chr(0) [05:50:39.414] ..$ amount : num 1 [05:50:39.414] ..$ step : NULL [05:50:39.414] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.414] ..$ call : NULL [05:50:39.414] ..$ calls :Dotted pair list of 14 [05:50:39.414] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.414] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.414] .. ..$ : language withVisible(expr) [05:50:39.414] .. ..$ : language slow_sum(1:10) [05:50:39.414] .. ..$ : language p(amount = 0) [05:50:39.414] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.414] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.414] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.414] .. ..$ : language signalCondition(cond) [05:50:39.414] .. ..$ : language (function (p) { ... [05:50:39.414] .. ..$ : language calling_handler(control_progression("hide")) [05:50:39.414] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.414] .. ..$ : language control_progression("hide") [05:50:39.414] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.414] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:39.443] hide_reporter() ... done - received a 'progression' (n=7) [05:50:39.444] unhide_reporter() ... [05:50:39.444] List of 15 [05:50:39.444] $ max_steps : int 10 [05:50:39.444] $ times : num Inf [05:50:39.444] $ interval : num 0.1 [05:50:39.444] $ enable_after: num 0 [05:50:39.444] $ auto_finish : logi TRUE [05:50:39.444] $ clear : logi TRUE [05:50:39.444] $ target : chr "terminal" [05:50:39.444] $ step : num 1 [05:50:39.444] $ message : chr "P: Adding 1" [05:50:39.444] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.444] $ delta : num 1 [05:50:39.444] $ enabled : logi TRUE [05:50:39.444] $ config :List of 7 [05:50:39.444] ..$ max_steps : int 10 [05:50:39.444] ..$ times : num Inf [05:50:39.444] ..$ interval : num 0.1 [05:50:39.444] ..$ enable_after: num 0 [05:50:39.444] ..$ auto_finish : logi TRUE [05:50:39.444] ..$ clear : logi TRUE [05:50:39.444] ..$ target : chr "terminal" [05:50:39.444] $ state :List of 5 [05:50:39.444] ..$ step : num 1 [05:50:39.444] ..$ message : chr "P: Adding 1" [05:50:39.444] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.444] ..$ delta : num 1 [05:50:39.444] ..$ enabled : logi TRUE [05:50:39.444] $ progression :List of 12 [05:50:39.444] ..$ owner_session_uuid: NULL [05:50:39.444] ..$ progressor_uuid : NULL [05:50:39.444] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.444] ..$ progression_index : NULL [05:50:39.444] ..$ progression_time : chr "2024-10-29 05:50:39.444 +0100" [05:50:39.444] ..$ type : chr "unhide" [05:50:39.444] ..$ message : chr(0) [05:50:39.444] ..$ amount : num 1 [05:50:39.444] ..$ step : NULL [05:50:39.444] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.444] ..$ call : NULL [05:50:39.444] ..$ calls :Dotted pair list of 14 [05:50:39.444] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.444] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.444] .. ..$ : language withVisible(expr) [05:50:39.444] .. ..$ : language slow_sum(1:10) [05:50:39.444] .. ..$ : language p(amount = 0) [05:50:39.444] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.444] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.444] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.444] .. ..$ : language signalCondition(cond) [05:50:39.444] .. ..$ : language (function (p) { ... [05:50:39.444] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:39.444] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.444] .. ..$ : language control_progression("unhide") [05:50:39.444] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.444] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:39.481] unhide_reporter() ... done [05:50:39.481] Progression calling handler 'update' ... [05:50:39.482] - progression: [05:50:39.482] List of 12 [05:50:39.482] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.482] ..- attr(*, "source")=List of 6 [05:50:39.482] .. ..$ host : Named chr "CRANWIN3" [05:50:39.482] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.482] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.482] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.482] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.482] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.482] .. ..$ pid : int 86276 [05:50:39.482] .. ..$ random : int 139112919 [05:50:39.482] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.482] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.482] $ progression_index : int 7 [05:50:39.482] $ progression_time : chr "2024-10-29 05:50:39.413 +0100" [05:50:39.482] $ type : chr "update" [05:50:39.482] $ message : chr(0) [05:50:39.482] $ amount : num 0 [05:50:39.482] $ step : NULL [05:50:39.482] $ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.482] $ call : NULL [05:50:39.482] $ calls : NULL [05:50:39.482] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.498] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:39.498] - progression_index: 7 [05:50:39.499] - duplicated: FALSE [05:50:39.499] List of 4 [05:50:39.499] $ step : num 1 [05:50:39.499] $ p$amount : num 0 [05:50:39.499] $ p$step : NULL [05:50:39.499] $ max_steps: int 10 [05:50:39.502] List of 5 [05:50:39.502] $ finished : logi FALSE [05:50:39.502] $ step : num 1 [05:50:39.502] $ milestones : num [1:9] 2 3 4 5 6 7 8 9 10 [05:50:39.502] $ prev_milestone: int 0 [05:50:39.502] $ interval : num 0.1 [05:50:39.506] List of 4 [05:50:39.506] $ dt : 'difftime' num 0 [05:50:39.506] ..- attr(*, "units")= chr "secs" [05:50:39.506] $ : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.506] $ : 'POSIXct' num(0) [05:50:39.506] - attr(*, "tzone")= chr "" [05:50:39.506] $ skip: logi TRUE [05:50:39.511] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:39.512] hide_reporter() ... [05:50:39.513] List of 15 [05:50:39.513] $ max_steps : int 10 [05:50:39.513] $ times : num Inf [05:50:39.513] $ interval : num 0.1 [05:50:39.513] $ enable_after: num 0 [05:50:39.513] $ auto_finish : logi TRUE [05:50:39.513] $ clear : logi TRUE [05:50:39.513] $ target : chr "terminal" [05:50:39.513] $ step : num 1 [05:50:39.513] $ message : chr "P: Adding 1" [05:50:39.513] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.513] $ delta : num 1 [05:50:39.513] $ enabled : logi TRUE [05:50:39.513] $ config :List of 7 [05:50:39.513] ..$ max_steps : int 10 [05:50:39.513] ..$ times : num Inf [05:50:39.513] ..$ interval : num 0.1 [05:50:39.513] ..$ enable_after: num 0 [05:50:39.513] ..$ auto_finish : logi TRUE [05:50:39.513] ..$ clear : logi TRUE [05:50:39.513] ..$ target : chr "terminal" [05:50:39.513] $ state :List of 5 [05:50:39.513] ..$ step : num 1 [05:50:39.513] ..$ message : chr "P: Adding 1" [05:50:39.513] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.513] ..$ delta : num 1 [05:50:39.513] ..$ enabled : logi TRUE [05:50:39.513] $ progression :List of 12 [05:50:39.513] ..$ owner_session_uuid: NULL [05:50:39.513] ..$ progressor_uuid : NULL [05:50:39.513] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.513] ..$ progression_index : NULL [05:50:39.513] ..$ progression_time : chr "2024-10-29 05:50:39.512 +0100" [05:50:39.513] ..$ type : chr "hide" [05:50:39.513] ..$ message : chr(0) [05:50:39.513] ..$ amount : num 1 [05:50:39.513] ..$ step : NULL [05:50:39.513] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.513] ..$ call : NULL [05:50:39.513] ..$ calls :Dotted pair list of 14 [05:50:39.513] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.513] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.513] .. ..$ : language withVisible(expr) [05:50:39.513] .. ..$ : language slow_sum(1:10) [05:50:39.513] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:39.513] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.513] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.513] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.513] .. ..$ : language signalCondition(cond) [05:50:39.513] .. ..$ : language (function (p) { ... [05:50:39.513] .. ..$ : language calling_handler(control_progression("hide")) [05:50:39.513] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.513] .. ..$ : language control_progression("hide") [05:50:39.513] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.513] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:39.545] hide_reporter() ... done - received a 'progression' (n=8) [05:50:39.546] unhide_reporter() ... [05:50:39.546] List of 15 [05:50:39.546] $ max_steps : int 10 [05:50:39.546] $ times : num Inf [05:50:39.546] $ interval : num 0.1 [05:50:39.546] $ enable_after: num 0 [05:50:39.546] $ auto_finish : logi TRUE [05:50:39.546] $ clear : logi TRUE [05:50:39.546] $ target : chr "terminal" [05:50:39.546] $ step : num 1 [05:50:39.546] $ message : chr "P: Adding 1" [05:50:39.546] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.546] $ delta : num 1 [05:50:39.546] $ enabled : logi TRUE [05:50:39.546] $ config :List of 7 [05:50:39.546] ..$ max_steps : int 10 [05:50:39.546] ..$ times : num Inf [05:50:39.546] ..$ interval : num 0.1 [05:50:39.546] ..$ enable_after: num 0 [05:50:39.546] ..$ auto_finish : logi TRUE [05:50:39.546] ..$ clear : logi TRUE [05:50:39.546] ..$ target : chr "terminal" [05:50:39.546] $ state :List of 5 [05:50:39.546] ..$ step : num 1 [05:50:39.546] ..$ message : chr "P: Adding 1" [05:50:39.546] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" NA ... [05:50:39.546] ..$ delta : num 1 [05:50:39.546] ..$ enabled : logi TRUE [05:50:39.546] $ progression :List of 12 [05:50:39.546] ..$ owner_session_uuid: NULL [05:50:39.546] ..$ progressor_uuid : NULL [05:50:39.546] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.546] ..$ progression_index : NULL [05:50:39.546] ..$ progression_time : chr "2024-10-29 05:50:39.545 +0100" [05:50:39.546] ..$ type : chr "unhide" [05:50:39.546] ..$ message : chr(0) [05:50:39.546] ..$ amount : num 1 [05:50:39.546] ..$ step : NULL [05:50:39.546] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.546] ..$ call : NULL [05:50:39.546] ..$ calls :Dotted pair list of 14 [05:50:39.546] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.546] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.546] .. ..$ : language withVisible(expr) [05:50:39.546] .. ..$ : language slow_sum(1:10) [05:50:39.546] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:39.546] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.546] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.546] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.546] .. ..$ : language signalCondition(cond) [05:50:39.546] .. ..$ : language (function (p) { ... [05:50:39.546] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:39.546] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.546] .. ..$ : language control_progression("unhide") [05:50:39.546] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.546] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:39.579] unhide_reporter() ... done [05:50:39.579] Progression calling handler 'update' ... [05:50:39.579] - progression: [05:50:39.580] List of 12 [05:50:39.580] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.580] ..- attr(*, "source")=List of 6 [05:50:39.580] .. ..$ host : Named chr "CRANWIN3" [05:50:39.580] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.580] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.580] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.580] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.580] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.580] .. ..$ pid : int 86276 [05:50:39.580] .. ..$ random : int 139112919 [05:50:39.580] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.580] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.580] $ progression_index : int 8 [05:50:39.580] $ progression_time : chr "2024-10-29 05:50:39.511 +0100" [05:50:39.580] $ type : chr "update" [05:50:39.580] $ message : chr "P: Adding 2" [05:50:39.580] $ amount : num 1 [05:50:39.580] $ step : NULL [05:50:39.580] $ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.580] $ call : NULL [05:50:39.580] $ calls : NULL [05:50:39.580] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.593] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:39.593] - progression_index: 8 [05:50:39.594] - duplicated: FALSE [05:50:39.594] List of 4 [05:50:39.594] $ step : num 1 [05:50:39.594] $ p$amount : num 1 [05:50:39.594] $ p$step : NULL [05:50:39.594] $ max_steps: int 10 [05:50:39.597] List of 5 [05:50:39.597] $ finished : logi FALSE [05:50:39.597] $ step : num 2 [05:50:39.597] $ milestones : num [1:9] 2 3 4 5 6 7 8 9 10 [05:50:39.597] $ prev_milestone: int 0 [05:50:39.597] $ interval : num 0.1 [05:50:39.601] List of 4 [05:50:39.601] $ dt : 'difftime' num 0.0949611663818359 [05:50:39.601] ..- attr(*, "units")= chr "secs" [05:50:39.601] $ : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.601] $ : 'POSIXct' num(0) [05:50:39.601] - attr(*, "tzone")= chr "" [05:50:39.601] $ skip: logi TRUE [05:50:39.606] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [05:50:39.608] hide_reporter() ... [05:50:39.608] List of 15 [05:50:39.608] $ max_steps : int 10 [05:50:39.608] $ times : num Inf [05:50:39.608] $ interval : num 0.1 [05:50:39.608] $ enable_after: num 0 [05:50:39.608] $ auto_finish : logi TRUE [05:50:39.608] $ clear : logi TRUE [05:50:39.608] $ target : chr "terminal" [05:50:39.608] $ step : num 2 [05:50:39.608] $ message : chr "P: Adding 2" [05:50:39.608] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.608] $ delta : num 2 [05:50:39.608] $ enabled : logi TRUE [05:50:39.608] $ config :List of 7 [05:50:39.608] ..$ max_steps : int 10 [05:50:39.608] ..$ times : num Inf [05:50:39.608] ..$ interval : num 0.1 [05:50:39.608] ..$ enable_after: num 0 [05:50:39.608] ..$ auto_finish : logi TRUE [05:50:39.608] ..$ clear : logi TRUE [05:50:39.608] ..$ target : chr "terminal" [05:50:39.608] $ state :List of 5 [05:50:39.608] ..$ step : num 2 [05:50:39.608] ..$ message : chr "P: Adding 2" [05:50:39.608] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.608] ..$ delta : num 2 [05:50:39.608] ..$ enabled : logi TRUE [05:50:39.608] $ progression :List of 12 [05:50:39.608] ..$ owner_session_uuid: NULL [05:50:39.608] ..$ progressor_uuid : NULL [05:50:39.608] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.608] ..$ progression_index : NULL [05:50:39.608] ..$ progression_time : chr "2024-10-29 05:50:39.608 +0100" [05:50:39.608] ..$ type : chr "hide" [05:50:39.608] ..$ message : chr(0) [05:50:39.608] ..$ amount : num 1 [05:50:39.608] ..$ step : NULL [05:50:39.608] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.608] ..$ call : NULL [05:50:39.608] ..$ calls :Dotted pair list of 14 [05:50:39.608] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.608] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.608] .. ..$ : language withVisible(expr) [05:50:39.608] .. ..$ : language slow_sum(1:10) [05:50:39.608] .. ..$ : language p(amount = 0) [05:50:39.608] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.608] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.608] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.608] .. ..$ : language signalCondition(cond) [05:50:39.608] .. ..$ : language (function (p) { ... [05:50:39.608] .. ..$ : language calling_handler(control_progression("hide")) [05:50:39.608] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.608] .. ..$ : language control_progression("hide") [05:50:39.608] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.608] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:39.645] hide_reporter() ... done M: Added value 2 - received a 'progression' (n=9) [05:50:39.646] unhide_reporter() ... [05:50:39.646] List of 15 [05:50:39.646] $ max_steps : int 10 [05:50:39.646] $ times : num Inf [05:50:39.646] $ interval : num 0.1 [05:50:39.646] $ enable_after: num 0 [05:50:39.646] $ auto_finish : logi TRUE [05:50:39.646] $ clear : logi TRUE [05:50:39.646] $ target : chr "terminal" [05:50:39.646] $ step : num 2 [05:50:39.646] $ message : chr "P: Adding 2" [05:50:39.646] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.646] $ delta : num 2 [05:50:39.646] $ enabled : logi TRUE [05:50:39.646] $ config :List of 7 [05:50:39.646] ..$ max_steps : int 10 [05:50:39.646] ..$ times : num Inf [05:50:39.646] ..$ interval : num 0.1 [05:50:39.646] ..$ enable_after: num 0 [05:50:39.646] ..$ auto_finish : logi TRUE [05:50:39.646] ..$ clear : logi TRUE [05:50:39.646] ..$ target : chr "terminal" [05:50:39.646] $ state :List of 5 [05:50:39.646] ..$ step : num 2 [05:50:39.646] ..$ message : chr "P: Adding 2" [05:50:39.646] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.646] ..$ delta : num 2 [05:50:39.646] ..$ enabled : logi TRUE [05:50:39.646] $ progression :List of 12 [05:50:39.646] ..$ owner_session_uuid: NULL [05:50:39.646] ..$ progressor_uuid : NULL [05:50:39.646] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.646] ..$ progression_index : NULL [05:50:39.646] ..$ progression_time : chr "2024-10-29 05:50:39.646 +0100" [05:50:39.646] ..$ type : chr "unhide" [05:50:39.646] ..$ message : chr(0) [05:50:39.646] ..$ amount : num 1 [05:50:39.646] ..$ step : NULL [05:50:39.646] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.646] ..$ call : NULL [05:50:39.646] ..$ calls :Dotted pair list of 14 [05:50:39.646] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.646] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.646] .. ..$ : language withVisible(expr) [05:50:39.646] .. ..$ : language slow_sum(1:10) [05:50:39.646] .. ..$ : language p(amount = 0) [05:50:39.646] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.646] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.646] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.646] .. ..$ : language signalCondition(cond) [05:50:39.646] .. ..$ : language (function (p) { ... [05:50:39.646] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:39.646] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.646] .. ..$ : language control_progression("unhide") [05:50:39.646] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.646] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:39.674] unhide_reporter() ... done [05:50:39.674] Progression calling handler 'update' ... [05:50:39.674] - progression: [05:50:39.675] List of 12 [05:50:39.675] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.675] ..- attr(*, "source")=List of 6 [05:50:39.675] .. ..$ host : Named chr "CRANWIN3" [05:50:39.675] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.675] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.675] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.675] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.675] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.675] .. ..$ pid : int 86276 [05:50:39.675] .. ..$ random : int 139112919 [05:50:39.675] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.675] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.675] $ progression_index : int 9 [05:50:39.675] $ progression_time : chr "2024-10-29 05:50:39.607 +0100" [05:50:39.675] $ type : chr "update" [05:50:39.675] $ message : chr(0) [05:50:39.675] $ amount : num 0 [05:50:39.675] $ step : NULL [05:50:39.675] $ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.675] $ call : NULL [05:50:39.675] $ calls : NULL [05:50:39.675] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.687] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:39.687] - progression_index: 9 [05:50:39.687] - duplicated: FALSE [05:50:39.687] List of 4 [05:50:39.687] $ step : num 2 [05:50:39.687] $ p$amount : num 0 [05:50:39.687] $ p$step : NULL [05:50:39.687] $ max_steps: int 10 [05:50:39.690] List of 5 [05:50:39.690] $ finished : logi FALSE [05:50:39.690] $ step : num 2 [05:50:39.690] $ milestones : num [1:8] 3 4 5 6 7 8 9 10 [05:50:39.690] $ prev_milestone: int 0 [05:50:39.690] $ interval : num 0.1 [05:50:39.693] List of 4 [05:50:39.693] $ dt : 'difftime' num 0.187723159790039 [05:50:39.693] ..- attr(*, "units")= chr "secs" [05:50:39.693] $ : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.693] $ : 'POSIXct' num(0) [05:50:39.693] - attr(*, "tzone")= chr "" [05:50:39.693] $ skip: logi FALSE [05:50:39.697] List of 1 [05:50:39.697] $ milestones: num [1:8] 3 4 5 6 7 8 9 10 [05:50:39.698] update_reporter() ... [05:50:39.698] List of 15 [05:50:39.698] $ max_steps : int 10 [05:50:39.698] $ times : num Inf [05:50:39.698] $ interval : num 0.1 [05:50:39.698] $ enable_after: num 0 [05:50:39.698] $ auto_finish : logi TRUE [05:50:39.698] $ clear : logi TRUE [05:50:39.698] $ target : chr "terminal" [05:50:39.698] $ step : num 2 [05:50:39.698] $ message : chr "P: Adding 2" [05:50:39.698] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.698] $ delta : num 2 [05:50:39.698] $ enabled : logi TRUE [05:50:39.698] $ config :List of 7 [05:50:39.698] ..$ max_steps : int 10 [05:50:39.698] ..$ times : num Inf [05:50:39.698] ..$ interval : num 0.1 [05:50:39.698] ..$ enable_after: num 0 [05:50:39.698] ..$ auto_finish : logi TRUE [05:50:39.698] ..$ clear : logi TRUE [05:50:39.698] ..$ target : chr "terminal" [05:50:39.698] $ state :List of 5 [05:50:39.698] ..$ step : num 2 [05:50:39.698] ..$ message : chr "P: Adding 2" [05:50:39.698] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.698] ..$ delta : num 2 [05:50:39.698] ..$ enabled : logi TRUE [05:50:39.698] $ progression :List of 12 [05:50:39.698] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.698] .. ..- attr(*, "source")=List of 6 [05:50:39.698] .. .. ..$ host : Named chr "CRANWIN3" [05:50:39.698] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.698] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.698] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.698] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.698] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.698] .. .. ..$ pid : int 86276 [05:50:39.698] .. .. ..$ random : int 139112919 [05:50:39.698] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.698] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.698] ..$ progression_index : int 9 [05:50:39.698] ..$ progression_time : chr "2024-10-29 05:50:39.607 +0100" [05:50:39.698] ..$ type : chr "update" [05:50:39.698] ..$ message : chr(0) [05:50:39.698] ..$ amount : num 0 [05:50:39.698] ..$ step : NULL [05:50:39.698] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.698] ..$ call : NULL [05:50:39.698] ..$ calls : NULL [05:50:39.698] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.717] update_reporter() ... done [05:50:39.717] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:39.718] hide_reporter() ... [05:50:39.718] List of 15 [05:50:39.718] $ max_steps : int 10 [05:50:39.718] $ times : num Inf [05:50:39.718] $ interval : num 0.1 [05:50:39.718] $ enable_after: num 0 [05:50:39.718] $ auto_finish : logi TRUE [05:50:39.718] $ clear : logi TRUE [05:50:39.718] $ target : chr "terminal" [05:50:39.718] $ step : num 2 [05:50:39.718] $ message : chr "P: Adding 2" [05:50:39.718] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.718] $ delta : num 2 [05:50:39.718] $ enabled : logi TRUE [05:50:39.718] $ config :List of 7 [05:50:39.718] ..$ max_steps : int 10 [05:50:39.718] ..$ times : num Inf [05:50:39.718] ..$ interval : num 0.1 [05:50:39.718] ..$ enable_after: num 0 [05:50:39.718] ..$ auto_finish : logi TRUE [05:50:39.718] ..$ clear : logi TRUE [05:50:39.718] ..$ target : chr "terminal" [05:50:39.718] $ state :List of 5 [05:50:39.718] ..$ step : num 2 [05:50:39.718] ..$ message : chr "P: Adding 2" [05:50:39.718] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.718] ..$ delta : num 2 [05:50:39.718] ..$ enabled : logi TRUE [05:50:39.718] $ progression :List of 12 [05:50:39.718] ..$ owner_session_uuid: NULL [05:50:39.718] ..$ progressor_uuid : NULL [05:50:39.718] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.718] ..$ progression_index : NULL [05:50:39.718] ..$ progression_time : chr "2024-10-29 05:50:39.718 +0100" [05:50:39.718] ..$ type : chr "hide" [05:50:39.718] ..$ message : chr(0) [05:50:39.718] ..$ amount : num 1 [05:50:39.718] ..$ step : NULL [05:50:39.718] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.718] ..$ call : NULL [05:50:39.718] ..$ calls :Dotted pair list of 14 [05:50:39.718] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.718] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.718] .. ..$ : language withVisible(expr) [05:50:39.718] .. ..$ : language slow_sum(1:10) [05:50:39.718] .. ..$ : language p(amount = 0) [05:50:39.718] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.718] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.718] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.718] .. ..$ : language signalCondition(cond) [05:50:39.718] .. ..$ : language (function (p) { ... [05:50:39.718] .. ..$ : language calling_handler(control_progression("hide")) [05:50:39.718] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.718] .. ..$ : language control_progression("hide") [05:50:39.718] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.718] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:39.738] hide_reporter() ... done - received a 'progression' (n=10) [05:50:39.739] unhide_reporter() ... [05:50:39.739] List of 15 [05:50:39.739] $ max_steps : int 10 [05:50:39.739] $ times : num Inf [05:50:39.739] $ interval : num 0.1 [05:50:39.739] $ enable_after: num 0 [05:50:39.739] $ auto_finish : logi TRUE [05:50:39.739] $ clear : logi TRUE [05:50:39.739] $ target : chr "terminal" [05:50:39.739] $ step : num 2 [05:50:39.739] $ message : chr "P: Adding 2" [05:50:39.739] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.739] $ delta : num 2 [05:50:39.739] $ enabled : logi TRUE [05:50:39.739] $ config :List of 7 [05:50:39.739] ..$ max_steps : int 10 [05:50:39.739] ..$ times : num Inf [05:50:39.739] ..$ interval : num 0.1 [05:50:39.739] ..$ enable_after: num 0 [05:50:39.739] ..$ auto_finish : logi TRUE [05:50:39.739] ..$ clear : logi TRUE [05:50:39.739] ..$ target : chr "terminal" [05:50:39.739] $ state :List of 5 [05:50:39.739] ..$ step : num 2 [05:50:39.739] ..$ message : chr "P: Adding 2" [05:50:39.739] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.739] ..$ delta : num 2 [05:50:39.739] ..$ enabled : logi TRUE [05:50:39.739] $ progression :List of 12 [05:50:39.739] ..$ owner_session_uuid: NULL [05:50:39.739] ..$ progressor_uuid : NULL [05:50:39.739] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.739] ..$ progression_index : NULL [05:50:39.739] ..$ progression_time : chr "2024-10-29 05:50:39.739 +0100" [05:50:39.739] ..$ type : chr "unhide" [05:50:39.739] ..$ message : chr(0) [05:50:39.739] ..$ amount : num 1 [05:50:39.739] ..$ step : NULL [05:50:39.739] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.739] ..$ call : NULL [05:50:39.739] ..$ calls :Dotted pair list of 14 [05:50:39.739] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.739] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.739] .. ..$ : language withVisible(expr) [05:50:39.739] .. ..$ : language slow_sum(1:10) [05:50:39.739] .. ..$ : language p(amount = 0) [05:50:39.739] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.739] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.739] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.739] .. ..$ : language signalCondition(cond) [05:50:39.739] .. ..$ : language (function (p) { ... [05:50:39.739] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:39.739] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.739] .. ..$ : language control_progression("unhide") [05:50:39.739] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.739] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:39.773] unhide_reporter() ... done [05:50:39.773] Progression calling handler 'update' ... [05:50:39.773] - progression: [05:50:39.773] List of 12 [05:50:39.773] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.773] ..- attr(*, "source")=List of 6 [05:50:39.773] .. ..$ host : Named chr "CRANWIN3" [05:50:39.773] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.773] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.773] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.773] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.773] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.773] .. ..$ pid : int 86276 [05:50:39.773] .. ..$ random : int 139112919 [05:50:39.773] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.773] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.773] $ progression_index : int 10 [05:50:39.773] $ progression_time : chr "2024-10-29 05:50:39.717 +0100" [05:50:39.773] $ type : chr "update" [05:50:39.773] $ message : chr(0) [05:50:39.773] $ amount : num 0 [05:50:39.773] $ step : NULL [05:50:39.773] $ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.773] $ call : NULL [05:50:39.773] $ calls : NULL [05:50:39.773] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.786] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:39.786] - progression_index: 10 [05:50:39.786] - duplicated: FALSE [05:50:39.787] List of 4 [05:50:39.787] $ step : num 2 [05:50:39.787] $ p$amount : num 0 [05:50:39.787] $ p$step : NULL [05:50:39.787] $ max_steps: int 10 [05:50:39.789] List of 5 [05:50:39.789] $ finished : logi FALSE [05:50:39.789] $ step : num 2 [05:50:39.789] $ milestones : num [1:8] 3 4 5 6 7 8 9 10 [05:50:39.789] $ prev_milestone: int 0 [05:50:39.789] $ interval : num 0.1 [05:50:39.793] List of 4 [05:50:39.793] $ dt : 'difftime' num 0.28705096244812 [05:50:39.793] ..- attr(*, "units")= chr "secs" [05:50:39.793] $ : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.793] $ : 'POSIXct' num(0) [05:50:39.793] - attr(*, "tzone")= chr "" [05:50:39.793] $ skip: logi FALSE [05:50:39.797] List of 1 [05:50:39.797] $ milestones: num [1:8] 3 4 5 6 7 8 9 10 [05:50:39.799] update_reporter() ... [05:50:39.799] List of 15 [05:50:39.799] $ max_steps : int 10 [05:50:39.799] $ times : num Inf [05:50:39.799] $ interval : num 0.1 [05:50:39.799] $ enable_after: num 0 [05:50:39.799] $ auto_finish : logi TRUE [05:50:39.799] $ clear : logi TRUE [05:50:39.799] $ target : chr "terminal" [05:50:39.799] $ step : num 2 [05:50:39.799] $ message : chr "P: Adding 2" [05:50:39.799] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.799] $ delta : num 2 [05:50:39.799] $ enabled : logi TRUE [05:50:39.799] $ config :List of 7 [05:50:39.799] ..$ max_steps : int 10 [05:50:39.799] ..$ times : num Inf [05:50:39.799] ..$ interval : num 0.1 [05:50:39.799] ..$ enable_after: num 0 [05:50:39.799] ..$ auto_finish : logi TRUE [05:50:39.799] ..$ clear : logi TRUE [05:50:39.799] ..$ target : chr "terminal" [05:50:39.799] $ state :List of 5 [05:50:39.799] ..$ step : num 2 [05:50:39.799] ..$ message : chr "P: Adding 2" [05:50:39.799] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.799] ..$ delta : num 2 [05:50:39.799] ..$ enabled : logi TRUE [05:50:39.799] $ progression :List of 12 [05:50:39.799] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.799] .. ..- attr(*, "source")=List of 6 [05:50:39.799] .. .. ..$ host : Named chr "CRANWIN3" [05:50:39.799] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.799] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.799] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.799] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.799] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.799] .. .. ..$ pid : int 86276 [05:50:39.799] .. .. ..$ random : int 139112919 [05:50:39.799] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.799] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.799] ..$ progression_index : int 10 [05:50:39.799] ..$ progression_time : chr "2024-10-29 05:50:39.717 +0100" [05:50:39.799] ..$ type : chr "update" [05:50:39.799] ..$ message : chr(0) [05:50:39.799] ..$ amount : num 0 [05:50:39.799] ..$ step : NULL [05:50:39.799] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.799] ..$ call : NULL [05:50:39.799] ..$ calls : NULL [05:50:39.799] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.829] update_reporter() ... done [05:50:39.830] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:39.831] hide_reporter() ... [05:50:39.832] List of 15 [05:50:39.832] $ max_steps : int 10 [05:50:39.832] $ times : num Inf [05:50:39.832] $ interval : num 0.1 [05:50:39.832] $ enable_after: num 0 [05:50:39.832] $ auto_finish : logi TRUE [05:50:39.832] $ clear : logi TRUE [05:50:39.832] $ target : chr "terminal" [05:50:39.832] $ step : num 2 [05:50:39.832] $ message : chr "P: Adding 2" [05:50:39.832] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.832] $ delta : num 2 [05:50:39.832] $ enabled : logi TRUE [05:50:39.832] $ config :List of 7 [05:50:39.832] ..$ max_steps : int 10 [05:50:39.832] ..$ times : num Inf [05:50:39.832] ..$ interval : num 0.1 [05:50:39.832] ..$ enable_after: num 0 [05:50:39.832] ..$ auto_finish : logi TRUE [05:50:39.832] ..$ clear : logi TRUE [05:50:39.832] ..$ target : chr "terminal" [05:50:39.832] $ state :List of 5 [05:50:39.832] ..$ step : num 2 [05:50:39.832] ..$ message : chr "P: Adding 2" [05:50:39.832] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.832] ..$ delta : num 2 [05:50:39.832] ..$ enabled : logi TRUE [05:50:39.832] $ progression :List of 12 [05:50:39.832] ..$ owner_session_uuid: NULL [05:50:39.832] ..$ progressor_uuid : NULL [05:50:39.832] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.832] ..$ progression_index : NULL [05:50:39.832] ..$ progression_time : chr "2024-10-29 05:50:39.831 +0100" [05:50:39.832] ..$ type : chr "hide" [05:50:39.832] ..$ message : chr(0) [05:50:39.832] ..$ amount : num 1 [05:50:39.832] ..$ step : NULL [05:50:39.832] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.832] ..$ call : NULL [05:50:39.832] ..$ calls :Dotted pair list of 14 [05:50:39.832] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.832] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.832] .. ..$ : language withVisible(expr) [05:50:39.832] .. ..$ : language slow_sum(1:10) [05:50:39.832] .. ..$ : language p(amount = 0) [05:50:39.832] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.832] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.832] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.832] .. ..$ : language signalCondition(cond) [05:50:39.832] .. ..$ : language (function (p) { ... [05:50:39.832] .. ..$ : language calling_handler(control_progression("hide")) [05:50:39.832] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.832] .. ..$ : language control_progression("hide") [05:50:39.832] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.832] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:39.865] hide_reporter() ... done - received a 'progression' (n=11) [05:50:39.866] unhide_reporter() ... [05:50:39.867] List of 15 [05:50:39.867] $ max_steps : int 10 [05:50:39.867] $ times : num Inf [05:50:39.867] $ interval : num 0.1 [05:50:39.867] $ enable_after: num 0 [05:50:39.867] $ auto_finish : logi TRUE [05:50:39.867] $ clear : logi TRUE [05:50:39.867] $ target : chr "terminal" [05:50:39.867] $ step : num 2 [05:50:39.867] $ message : chr "P: Adding 2" [05:50:39.867] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.867] $ delta : num 2 [05:50:39.867] $ enabled : logi TRUE [05:50:39.867] $ config :List of 7 [05:50:39.867] ..$ max_steps : int 10 [05:50:39.867] ..$ times : num Inf [05:50:39.867] ..$ interval : num 0.1 [05:50:39.867] ..$ enable_after: num 0 [05:50:39.867] ..$ auto_finish : logi TRUE [05:50:39.867] ..$ clear : logi TRUE [05:50:39.867] ..$ target : chr "terminal" [05:50:39.867] $ state :List of 5 [05:50:39.867] ..$ step : num 2 [05:50:39.867] ..$ message : chr "P: Adding 2" [05:50:39.867] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.867] ..$ delta : num 2 [05:50:39.867] ..$ enabled : logi TRUE [05:50:39.867] $ progression :List of 12 [05:50:39.867] ..$ owner_session_uuid: NULL [05:50:39.867] ..$ progressor_uuid : NULL [05:50:39.867] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.867] ..$ progression_index : NULL [05:50:39.867] ..$ progression_time : chr "2024-10-29 05:50:39.866 +0100" [05:50:39.867] ..$ type : chr "unhide" [05:50:39.867] ..$ message : chr(0) [05:50:39.867] ..$ amount : num 1 [05:50:39.867] ..$ step : NULL [05:50:39.867] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.867] ..$ call : NULL [05:50:39.867] ..$ calls :Dotted pair list of 14 [05:50:39.867] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.867] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.867] .. ..$ : language withVisible(expr) [05:50:39.867] .. ..$ : language slow_sum(1:10) [05:50:39.867] .. ..$ : language p(amount = 0) [05:50:39.867] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.867] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.867] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.867] .. ..$ : language signalCondition(cond) [05:50:39.867] .. ..$ : language (function (p) { ... [05:50:39.867] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:39.867] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.867] .. ..$ : language control_progression("unhide") [05:50:39.867] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.867] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:39.904] unhide_reporter() ... done [05:50:39.905] Progression calling handler 'update' ... [05:50:39.905] - progression: [05:50:39.905] List of 12 [05:50:39.905] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.905] ..- attr(*, "source")=List of 6 [05:50:39.905] .. ..$ host : Named chr "CRANWIN3" [05:50:39.905] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.905] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.905] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.905] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.905] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.905] .. ..$ pid : int 86276 [05:50:39.905] .. ..$ random : int 139112919 [05:50:39.905] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.905] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.905] $ progression_index : int 11 [05:50:39.905] $ progression_time : chr "2024-10-29 05:50:39.830 +0100" [05:50:39.905] $ type : chr "update" [05:50:39.905] $ message : chr(0) [05:50:39.905] $ amount : num 0 [05:50:39.905] $ step : NULL [05:50:39.905] $ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.905] $ call : NULL [05:50:39.905] $ calls : NULL [05:50:39.905] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.919] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:39.919] - progression_index: 11 [05:50:39.919] - duplicated: FALSE [05:50:39.920] List of 4 [05:50:39.920] $ step : num 2 [05:50:39.920] $ p$amount : num 0 [05:50:39.920] $ p$step : NULL [05:50:39.920] $ max_steps: int 10 [05:50:39.923] List of 5 [05:50:39.923] $ finished : logi FALSE [05:50:39.923] $ step : num 2 [05:50:39.923] $ milestones : num [1:8] 3 4 5 6 7 8 9 10 [05:50:39.923] $ prev_milestone: int 0 [05:50:39.923] $ interval : num 0.1 [05:50:39.927] List of 4 [05:50:39.927] $ dt : 'difftime' num 0.420721054077148 [05:50:39.927] ..- attr(*, "units")= chr "secs" [05:50:39.927] $ : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.927] $ : 'POSIXct' num(0) [05:50:39.927] - attr(*, "tzone")= chr "" [05:50:39.927] $ skip: logi FALSE [05:50:39.932] List of 1 [05:50:39.932] $ milestones: num [1:8] 3 4 5 6 7 8 9 10 [05:50:39.933] update_reporter() ... [05:50:39.933] List of 15 [05:50:39.933] $ max_steps : int 10 [05:50:39.933] $ times : num Inf [05:50:39.933] $ interval : num 0.1 [05:50:39.933] $ enable_after: num 0 [05:50:39.933] $ auto_finish : logi TRUE [05:50:39.933] $ clear : logi TRUE [05:50:39.933] $ target : chr "terminal" [05:50:39.933] $ step : num 2 [05:50:39.933] $ message : chr "P: Adding 2" [05:50:39.933] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.933] $ delta : num 2 [05:50:39.933] $ enabled : logi TRUE [05:50:39.933] $ config :List of 7 [05:50:39.933] ..$ max_steps : int 10 [05:50:39.933] ..$ times : num Inf [05:50:39.933] ..$ interval : num 0.1 [05:50:39.933] ..$ enable_after: num 0 [05:50:39.933] ..$ auto_finish : logi TRUE [05:50:39.933] ..$ clear : logi TRUE [05:50:39.933] ..$ target : chr "terminal" [05:50:39.933] $ state :List of 5 [05:50:39.933] ..$ step : num 2 [05:50:39.933] ..$ message : chr "P: Adding 2" [05:50:39.933] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.933] ..$ delta : num 2 [05:50:39.933] ..$ enabled : logi TRUE [05:50:39.933] $ progression :List of 12 [05:50:39.933] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.933] .. ..- attr(*, "source")=List of 6 [05:50:39.933] .. .. ..$ host : Named chr "CRANWIN3" [05:50:39.933] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:39.933] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:39.933] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:39.933] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:39.933] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:39.933] .. .. ..$ pid : int 86276 [05:50:39.933] .. .. ..$ random : int 139112919 [05:50:39.933] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:39.933] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.933] ..$ progression_index : int 11 [05:50:39.933] ..$ progression_time : chr "2024-10-29 05:50:39.830 +0100" [05:50:39.933] ..$ type : chr "update" [05:50:39.933] ..$ message : chr(0) [05:50:39.933] ..$ amount : num 0 [05:50:39.933] ..$ step : NULL [05:50:39.933] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.933] ..$ call : NULL [05:50:39.933] ..$ calls : NULL [05:50:39.933] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:39.963] update_reporter() ... done [05:50:39.963] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:39.965] hide_reporter() ... [05:50:39.965] List of 15 [05:50:39.965] $ max_steps : int 10 [05:50:39.965] $ times : num Inf [05:50:39.965] $ interval : num 0.1 [05:50:39.965] $ enable_after: num 0 [05:50:39.965] $ auto_finish : logi TRUE [05:50:39.965] $ clear : logi TRUE [05:50:39.965] $ target : chr "terminal" [05:50:39.965] $ step : num 2 [05:50:39.965] $ message : chr "P: Adding 2" [05:50:39.965] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.965] $ delta : num 2 [05:50:39.965] $ enabled : logi TRUE [05:50:39.965] $ config :List of 7 [05:50:39.965] ..$ max_steps : int 10 [05:50:39.965] ..$ times : num Inf [05:50:39.965] ..$ interval : num 0.1 [05:50:39.965] ..$ enable_after: num 0 [05:50:39.965] ..$ auto_finish : logi TRUE [05:50:39.965] ..$ clear : logi TRUE [05:50:39.965] ..$ target : chr "terminal" [05:50:39.965] $ state :List of 5 [05:50:39.965] ..$ step : num 2 [05:50:39.965] ..$ message : chr "P: Adding 2" [05:50:39.965] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.965] ..$ delta : num 2 [05:50:39.965] ..$ enabled : logi TRUE [05:50:39.965] $ progression :List of 12 [05:50:39.965] ..$ owner_session_uuid: NULL [05:50:39.965] ..$ progressor_uuid : NULL [05:50:39.965] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.965] ..$ progression_index : NULL [05:50:39.965] ..$ progression_time : chr "2024-10-29 05:50:39.965 +0100" [05:50:39.965] ..$ type : chr "hide" [05:50:39.965] ..$ message : chr(0) [05:50:39.965] ..$ amount : num 1 [05:50:39.965] ..$ step : NULL [05:50:39.965] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.965] ..$ call : NULL [05:50:39.965] ..$ calls :Dotted pair list of 14 [05:50:39.965] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.965] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.965] .. ..$ : language withVisible(expr) [05:50:39.965] .. ..$ : language slow_sum(1:10) [05:50:39.965] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:39.965] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.965] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.965] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.965] .. ..$ : language signalCondition(cond) [05:50:39.965] .. ..$ : language (function (p) { ... [05:50:39.965] .. ..$ : language calling_handler(control_progression("hide")) [05:50:39.965] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.965] .. ..$ : language control_progression("hide") [05:50:39.965] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.965] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:39.997] hide_reporter() ... done - received a 'progression' (n=12) [05:50:39.998] unhide_reporter() ... [05:50:39.998] List of 15 [05:50:39.998] $ max_steps : int 10 [05:50:39.998] $ times : num Inf [05:50:39.998] $ interval : num 0.1 [05:50:39.998] $ enable_after: num 0 [05:50:39.998] $ auto_finish : logi TRUE [05:50:39.998] $ clear : logi TRUE [05:50:39.998] $ target : chr "terminal" [05:50:39.998] $ step : num 2 [05:50:39.998] $ message : chr "P: Adding 2" [05:50:39.998] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.998] $ delta : num 2 [05:50:39.998] $ enabled : logi TRUE [05:50:39.998] $ config :List of 7 [05:50:39.998] ..$ max_steps : int 10 [05:50:39.998] ..$ times : num Inf [05:50:39.998] ..$ interval : num 0.1 [05:50:39.998] ..$ enable_after: num 0 [05:50:39.998] ..$ auto_finish : logi TRUE [05:50:39.998] ..$ clear : logi TRUE [05:50:39.998] ..$ target : chr "terminal" [05:50:39.998] $ state :List of 5 [05:50:39.998] ..$ step : num 2 [05:50:39.998] ..$ message : chr "P: Adding 2" [05:50:39.998] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:39.998] ..$ delta : num 2 [05:50:39.998] ..$ enabled : logi TRUE [05:50:39.998] $ progression :List of 12 [05:50:39.998] ..$ owner_session_uuid: NULL [05:50:39.998] ..$ progressor_uuid : NULL [05:50:39.998] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:39.998] ..$ progression_index : NULL [05:50:39.998] ..$ progression_time : chr "2024-10-29 05:50:39.997 +0100" [05:50:39.998] ..$ type : chr "unhide" [05:50:39.998] ..$ message : chr(0) [05:50:39.998] ..$ amount : num 1 [05:50:39.998] ..$ step : NULL [05:50:39.998] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:39.998] ..$ call : NULL [05:50:39.998] ..$ calls :Dotted pair list of 14 [05:50:39.998] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:39.998] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:39.998] .. ..$ : language withVisible(expr) [05:50:39.998] .. ..$ : language slow_sum(1:10) [05:50:39.998] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:39.998] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:39.998] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:39.998] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:39.998] .. ..$ : language signalCondition(cond) [05:50:39.998] .. ..$ : language (function (p) { ... [05:50:39.998] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:39.998] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:39.998] .. ..$ : language control_progression("unhide") [05:50:39.998] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:39.998] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:40.030] unhide_reporter() ... done [05:50:40.031] Progression calling handler 'update' ... [05:50:40.031] - progression: [05:50:40.031] List of 12 [05:50:40.031] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.031] ..- attr(*, "source")=List of 6 [05:50:40.031] .. ..$ host : Named chr "CRANWIN3" [05:50:40.031] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.031] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.031] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.031] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.031] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.031] .. ..$ pid : int 86276 [05:50:40.031] .. ..$ random : int 139112919 [05:50:40.031] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.031] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.031] $ progression_index : int 12 [05:50:40.031] $ progression_time : chr "2024-10-29 05:50:39.964 +0100" [05:50:40.031] $ type : chr "update" [05:50:40.031] $ message : chr "P: Adding 3" [05:50:40.031] $ amount : num 1 [05:50:40.031] $ step : NULL [05:50:40.031] $ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:40.031] $ call : NULL [05:50:40.031] $ calls : NULL [05:50:40.031] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:40.048] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:40.048] - progression_index: 12 [05:50:40.049] - duplicated: FALSE [05:50:40.049] List of 4 [05:50:40.049] $ step : num 2 [05:50:40.049] $ p$amount : num 1 [05:50:40.049] $ p$step : NULL [05:50:40.049] $ max_steps: int 10 [05:50:40.052] List of 5 [05:50:40.052] $ finished : logi FALSE [05:50:40.052] $ step : num 3 [05:50:40.052] $ milestones : num [1:8] 3 4 5 6 7 8 9 10 [05:50:40.052] $ prev_milestone: int 0 [05:50:40.052] $ interval : num 0.1 [05:50:40.056] List of 4 [05:50:40.056] $ dt : 'difftime' num 0.549836158752441 [05:50:40.056] ..- attr(*, "units")= chr "secs" [05:50:40.056] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.056] $ : 'POSIXct' num(0) [05:50:40.056] - attr(*, "tzone")= chr "" [05:50:40.056] $ skip: logi FALSE [05:50:40.060] List of 1 [05:50:40.060] $ milestones: num [1:8] 3 4 5 6 7 8 9 10 [05:50:40.062] update_reporter() ... [05:50:40.062] List of 15 [05:50:40.062] $ max_steps : int 10 [05:50:40.062] $ times : num Inf [05:50:40.062] $ interval : num 0.1 [05:50:40.062] $ enable_after: num 0 [05:50:40.062] $ auto_finish : logi TRUE [05:50:40.062] $ clear : logi TRUE [05:50:40.062] $ target : chr "terminal" [05:50:40.062] $ step : num 3 [05:50:40.062] $ message : chr "P: Adding 3" [05:50:40.062] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.062] $ delta : num 3 [05:50:40.062] $ enabled : logi TRUE [05:50:40.062] $ config :List of 7 [05:50:40.062] ..$ max_steps : int 10 [05:50:40.062] ..$ times : num Inf [05:50:40.062] ..$ interval : num 0.1 [05:50:40.062] ..$ enable_after: num 0 [05:50:40.062] ..$ auto_finish : logi TRUE [05:50:40.062] ..$ clear : logi TRUE [05:50:40.062] ..$ target : chr "terminal" [05:50:40.062] $ state :List of 5 [05:50:40.062] ..$ step : num 3 [05:50:40.062] ..$ message : chr "P: Adding 3" [05:50:40.062] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.062] ..$ delta : num 3 [05:50:40.062] ..$ enabled : logi TRUE [05:50:40.062] $ progression :List of 12 [05:50:40.062] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.062] .. ..- attr(*, "source")=List of 6 [05:50:40.062] .. .. ..$ host : Named chr "CRANWIN3" [05:50:40.062] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.062] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.062] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.062] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.062] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.062] .. .. ..$ pid : int 86276 [05:50:40.062] .. .. ..$ random : int 139112919 [05:50:40.062] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.062] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.062] ..$ progression_index : int 12 [05:50:40.062] ..$ progression_time : chr "2024-10-29 05:50:39.964 +0100" [05:50:40.062] ..$ type : chr "update" [05:50:40.062] ..$ message : chr "P: Adding 3" [05:50:40.062] ..$ amount : num 1 [05:50:40.062] ..$ step : NULL [05:50:40.062] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:39" [05:50:40.062] ..$ call : NULL [05:50:40.062] ..$ calls : NULL [05:50:40.062] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |===================== | 30%[05:50:40.091] update_reporter() ... done [05:50:40.092] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [05:50:40.094] hide_reporter() ... [05:50:40.094] List of 15 [05:50:40.094] $ max_steps : int 10 [05:50:40.094] $ times : num Inf [05:50:40.094] $ interval : num 0.1 [05:50:40.094] $ enable_after: num 0 [05:50:40.094] $ auto_finish : logi TRUE [05:50:40.094] $ clear : logi TRUE [05:50:40.094] $ target : chr "terminal" [05:50:40.094] $ step : num 3 [05:50:40.094] $ message : chr "P: Adding 3" [05:50:40.094] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.094] $ delta : num 0 [05:50:40.094] $ enabled : logi TRUE [05:50:40.094] $ config :List of 7 [05:50:40.094] ..$ max_steps : int 10 [05:50:40.094] ..$ times : num Inf [05:50:40.094] ..$ interval : num 0.1 [05:50:40.094] ..$ enable_after: num 0 [05:50:40.094] ..$ auto_finish : logi TRUE [05:50:40.094] ..$ clear : logi TRUE [05:50:40.094] ..$ target : chr "terminal" [05:50:40.094] $ state :List of 5 [05:50:40.094] ..$ step : num 3 [05:50:40.094] ..$ message : chr "P: Adding 3" [05:50:40.094] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.094] ..$ delta : num 0 [05:50:40.094] ..$ enabled : logi TRUE [05:50:40.094] $ progression :List of 12 [05:50:40.094] ..$ owner_session_uuid: NULL [05:50:40.094] ..$ progressor_uuid : NULL [05:50:40.094] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.094] ..$ progression_index : NULL [05:50:40.094] ..$ progression_time : chr "2024-10-29 05:50:40.093 +0100" [05:50:40.094] ..$ type : chr "hide" [05:50:40.094] ..$ message : chr(0) [05:50:40.094] ..$ amount : num 1 [05:50:40.094] ..$ step : NULL [05:50:40.094] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.094] ..$ call : NULL [05:50:40.094] ..$ calls :Dotted pair list of 14 [05:50:40.094] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.094] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.094] .. ..$ : language withVisible(expr) [05:50:40.094] .. ..$ : language slow_sum(1:10) [05:50:40.094] .. ..$ : language p(amount = 0) [05:50:40.094] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.094] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.094] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.094] .. ..$ : language signalCondition(cond) [05:50:40.094] .. ..$ : language (function (p) { ... [05:50:40.094] .. ..$ : language calling_handler(control_progression("hide")) [05:50:40.094] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.094] .. ..$ : language control_progression("hide") [05:50:40.094] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.094] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:40.126] hide_reporter() ... done M: Added value 3 - received a 'progression' (n=13) [05:50:40.127] unhide_reporter() ... [05:50:40.128] List of 15 [05:50:40.128] $ max_steps : int 10 [05:50:40.128] $ times : num Inf [05:50:40.128] $ interval : num 0.1 [05:50:40.128] $ enable_after: num 0 [05:50:40.128] $ auto_finish : logi TRUE [05:50:40.128] $ clear : logi TRUE [05:50:40.128] $ target : chr "terminal" [05:50:40.128] $ step : num 3 [05:50:40.128] $ message : chr "P: Adding 3" [05:50:40.128] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.128] $ delta : num 0 [05:50:40.128] $ enabled : logi TRUE [05:50:40.128] $ config :List of 7 [05:50:40.128] ..$ max_steps : int 10 [05:50:40.128] ..$ times : num Inf [05:50:40.128] ..$ interval : num 0.1 [05:50:40.128] ..$ enable_after: num 0 [05:50:40.128] ..$ auto_finish : logi TRUE [05:50:40.128] ..$ clear : logi TRUE [05:50:40.128] ..$ target : chr "terminal" [05:50:40.128] $ state :List of 5 [05:50:40.128] ..$ step : num 3 [05:50:40.128] ..$ message : chr "P: Adding 3" [05:50:40.128] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.128] ..$ delta : num 0 [05:50:40.128] ..$ enabled : logi TRUE [05:50:40.128] $ progression :List of 12 [05:50:40.128] ..$ owner_session_uuid: NULL [05:50:40.128] ..$ progressor_uuid : NULL [05:50:40.128] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.128] ..$ progression_index : NULL [05:50:40.128] ..$ progression_time : chr "2024-10-29 05:50:40.127 +0100" [05:50:40.128] ..$ type : chr "unhide" [05:50:40.128] ..$ message : chr(0) [05:50:40.128] ..$ amount : num 1 [05:50:40.128] ..$ step : NULL [05:50:40.128] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.128] ..$ call : NULL [05:50:40.128] ..$ calls :Dotted pair list of 14 [05:50:40.128] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.128] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.128] .. ..$ : language withVisible(expr) [05:50:40.128] .. ..$ : language slow_sum(1:10) [05:50:40.128] .. ..$ : language p(amount = 0) [05:50:40.128] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.128] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.128] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.128] .. ..$ : language signalCondition(cond) [05:50:40.128] .. ..$ : language (function (p) { ... [05:50:40.128] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:40.128] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.128] .. ..$ : language control_progression("unhide") [05:50:40.128] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.128] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[05:50:40.160] unhide_reporter() ... done [05:50:40.160] Progression calling handler 'update' ... [05:50:40.160] - progression: [05:50:40.161] List of 12 [05:50:40.161] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.161] ..- attr(*, "source")=List of 6 [05:50:40.161] .. ..$ host : Named chr "CRANWIN3" [05:50:40.161] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.161] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.161] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.161] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.161] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.161] .. ..$ pid : int 86276 [05:50:40.161] .. ..$ random : int 139112919 [05:50:40.161] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.161] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.161] $ progression_index : int 13 [05:50:40.161] $ progression_time : chr "2024-10-29 05:50:40.093 +0100" [05:50:40.161] $ type : chr "update" [05:50:40.161] $ message : chr(0) [05:50:40.161] $ amount : num 0 [05:50:40.161] $ step : NULL [05:50:40.161] $ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.161] $ call : NULL [05:50:40.161] $ calls : NULL [05:50:40.161] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:40.173] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:40.174] - progression_index: 13 [05:50:40.174] - duplicated: FALSE [05:50:40.174] List of 4 [05:50:40.174] $ step : num 3 [05:50:40.174] $ p$amount : num 0 [05:50:40.174] $ p$step : NULL [05:50:40.174] $ max_steps: int 10 [05:50:40.177] List of 5 [05:50:40.177] $ finished : logi FALSE [05:50:40.177] $ step : num 3 [05:50:40.177] $ milestones : num [1:7] 4 5 6 7 8 9 10 [05:50:40.177] $ prev_milestone: num 3 [05:50:40.177] $ interval : num 0.1 [05:50:40.181] List of 4 [05:50:40.181] $ dt : 'difftime' num 0 [05:50:40.181] ..- attr(*, "units")= chr "secs" [05:50:40.181] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.181] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.181] $ skip: logi TRUE [05:50:40.185] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:40.190] hide_reporter() ... [05:50:40.190] List of 15 [05:50:40.190] $ max_steps : int 10 [05:50:40.190] $ times : num Inf [05:50:40.190] $ interval : num 0.1 [05:50:40.190] $ enable_after: num 0 [05:50:40.190] $ auto_finish : logi TRUE [05:50:40.190] $ clear : logi TRUE [05:50:40.190] $ target : chr "terminal" [05:50:40.190] $ step : num 3 [05:50:40.190] $ message : chr "P: Adding 3" [05:50:40.190] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.190] $ delta : num 0 [05:50:40.190] $ enabled : logi TRUE [05:50:40.190] $ config :List of 7 [05:50:40.190] ..$ max_steps : int 10 [05:50:40.190] ..$ times : num Inf [05:50:40.190] ..$ interval : num 0.1 [05:50:40.190] ..$ enable_after: num 0 [05:50:40.190] ..$ auto_finish : logi TRUE [05:50:40.190] ..$ clear : logi TRUE [05:50:40.190] ..$ target : chr "terminal" [05:50:40.190] $ state :List of 5 [05:50:40.190] ..$ step : num 3 [05:50:40.190] ..$ message : chr "P: Adding 3" [05:50:40.190] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.190] ..$ delta : num 0 [05:50:40.190] ..$ enabled : logi TRUE [05:50:40.190] $ progression :List of 12 [05:50:40.190] ..$ owner_session_uuid: NULL [05:50:40.190] ..$ progressor_uuid : NULL [05:50:40.190] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.190] ..$ progression_index : NULL [05:50:40.190] ..$ progression_time : chr "2024-10-29 05:50:40.190 +0100" [05:50:40.190] ..$ type : chr "hide" [05:50:40.190] ..$ message : chr(0) [05:50:40.190] ..$ amount : num 1 [05:50:40.190] ..$ step : NULL [05:50:40.190] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.190] ..$ call : NULL [05:50:40.190] ..$ calls :Dotted pair list of 14 [05:50:40.190] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.190] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.190] .. ..$ : language withVisible(expr) [05:50:40.190] .. ..$ : language slow_sum(1:10) [05:50:40.190] .. ..$ : language p(amount = 0) [05:50:40.190] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.190] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.190] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.190] .. ..$ : language signalCondition(cond) [05:50:40.190] .. ..$ : language (function (p) { ... [05:50:40.190] .. ..$ : language calling_handler(control_progression("hide")) [05:50:40.190] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.190] .. ..$ : language control_progression("hide") [05:50:40.190] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.190] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:40.222] hide_reporter() ... done - received a 'progression' (n=14) [05:50:40.223] unhide_reporter() ... [05:50:40.223] List of 15 [05:50:40.223] $ max_steps : int 10 [05:50:40.223] $ times : num Inf [05:50:40.223] $ interval : num 0.1 [05:50:40.223] $ enable_after: num 0 [05:50:40.223] $ auto_finish : logi TRUE [05:50:40.223] $ clear : logi TRUE [05:50:40.223] $ target : chr "terminal" [05:50:40.223] $ step : num 3 [05:50:40.223] $ message : chr "P: Adding 3" [05:50:40.223] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.223] $ delta : num 0 [05:50:40.223] $ enabled : logi TRUE [05:50:40.223] $ config :List of 7 [05:50:40.223] ..$ max_steps : int 10 [05:50:40.223] ..$ times : num Inf [05:50:40.223] ..$ interval : num 0.1 [05:50:40.223] ..$ enable_after: num 0 [05:50:40.223] ..$ auto_finish : logi TRUE [05:50:40.223] ..$ clear : logi TRUE [05:50:40.223] ..$ target : chr "terminal" [05:50:40.223] $ state :List of 5 [05:50:40.223] ..$ step : num 3 [05:50:40.223] ..$ message : chr "P: Adding 3" [05:50:40.223] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.223] ..$ delta : num 0 [05:50:40.223] ..$ enabled : logi TRUE [05:50:40.223] $ progression :List of 12 [05:50:40.223] ..$ owner_session_uuid: NULL [05:50:40.223] ..$ progressor_uuid : NULL [05:50:40.223] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.223] ..$ progression_index : NULL [05:50:40.223] ..$ progression_time : chr "2024-10-29 05:50:40.223 +0100" [05:50:40.223] ..$ type : chr "unhide" [05:50:40.223] ..$ message : chr(0) [05:50:40.223] ..$ amount : num 1 [05:50:40.223] ..$ step : NULL [05:50:40.223] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.223] ..$ call : NULL [05:50:40.223] ..$ calls :Dotted pair list of 14 [05:50:40.223] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.223] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.223] .. ..$ : language withVisible(expr) [05:50:40.223] .. ..$ : language slow_sum(1:10) [05:50:40.223] .. ..$ : language p(amount = 0) [05:50:40.223] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.223] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.223] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.223] .. ..$ : language signalCondition(cond) [05:50:40.223] .. ..$ : language (function (p) { ... [05:50:40.223] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:40.223] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.223] .. ..$ : language control_progression("unhide") [05:50:40.223] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.223] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[05:50:40.255] unhide_reporter() ... done [05:50:40.256] Progression calling handler 'update' ... [05:50:40.256] - progression: [05:50:40.256] List of 12 [05:50:40.256] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.256] ..- attr(*, "source")=List of 6 [05:50:40.256] .. ..$ host : Named chr "CRANWIN3" [05:50:40.256] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.256] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.256] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.256] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.256] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.256] .. ..$ pid : int 86276 [05:50:40.256] .. ..$ random : int 139112919 [05:50:40.256] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.256] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.256] $ progression_index : int 14 [05:50:40.256] $ progression_time : chr "2024-10-29 05:50:40.189 +0100" [05:50:40.256] $ type : chr "update" [05:50:40.256] $ message : chr(0) [05:50:40.256] $ amount : num 0 [05:50:40.256] $ step : NULL [05:50:40.256] $ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.256] $ call : NULL [05:50:40.256] $ calls : NULL [05:50:40.256] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:40.269] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:40.269] - progression_index: 14 [05:50:40.269] - duplicated: FALSE [05:50:40.270] List of 4 [05:50:40.270] $ step : num 3 [05:50:40.270] $ p$amount : num 0 [05:50:40.270] $ p$step : NULL [05:50:40.270] $ max_steps: int 10 [05:50:40.273] List of 5 [05:50:40.273] $ finished : logi FALSE [05:50:40.273] $ step : num 3 [05:50:40.273] $ milestones : num [1:7] 4 5 6 7 8 9 10 [05:50:40.273] $ prev_milestone: num 3 [05:50:40.273] $ interval : num 0.1 [05:50:40.277] List of 4 [05:50:40.277] $ dt : 'difftime' num 0 [05:50:40.277] ..- attr(*, "units")= chr "secs" [05:50:40.277] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.277] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.277] $ skip: logi TRUE [05:50:40.281] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:40.282] hide_reporter() ... [05:50:40.282] List of 15 [05:50:40.282] $ max_steps : int 10 [05:50:40.282] $ times : num Inf [05:50:40.282] $ interval : num 0.1 [05:50:40.282] $ enable_after: num 0 [05:50:40.282] $ auto_finish : logi TRUE [05:50:40.282] $ clear : logi TRUE [05:50:40.282] $ target : chr "terminal" [05:50:40.282] $ step : num 3 [05:50:40.282] $ message : chr "P: Adding 3" [05:50:40.282] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.282] $ delta : num 0 [05:50:40.282] $ enabled : logi TRUE [05:50:40.282] $ config :List of 7 [05:50:40.282] ..$ max_steps : int 10 [05:50:40.282] ..$ times : num Inf [05:50:40.282] ..$ interval : num 0.1 [05:50:40.282] ..$ enable_after: num 0 [05:50:40.282] ..$ auto_finish : logi TRUE [05:50:40.282] ..$ clear : logi TRUE [05:50:40.282] ..$ target : chr "terminal" [05:50:40.282] $ state :List of 5 [05:50:40.282] ..$ step : num 3 [05:50:40.282] ..$ message : chr "P: Adding 3" [05:50:40.282] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.282] ..$ delta : num 0 [05:50:40.282] ..$ enabled : logi TRUE [05:50:40.282] $ progression :List of 12 [05:50:40.282] ..$ owner_session_uuid: NULL [05:50:40.282] ..$ progressor_uuid : NULL [05:50:40.282] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.282] ..$ progression_index : NULL [05:50:40.282] ..$ progression_time : chr "2024-10-29 05:50:40.282 +0100" [05:50:40.282] ..$ type : chr "hide" [05:50:40.282] ..$ message : chr(0) [05:50:40.282] ..$ amount : num 1 [05:50:40.282] ..$ step : NULL [05:50:40.282] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.282] ..$ call : NULL [05:50:40.282] ..$ calls :Dotted pair list of 14 [05:50:40.282] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.282] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.282] .. ..$ : language withVisible(expr) [05:50:40.282] .. ..$ : language slow_sum(1:10) [05:50:40.282] .. ..$ : language p(amount = 0) [05:50:40.282] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.282] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.282] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.282] .. ..$ : language signalCondition(cond) [05:50:40.282] .. ..$ : language (function (p) { ... [05:50:40.282] .. ..$ : language calling_handler(control_progression("hide")) [05:50:40.282] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.282] .. ..$ : language control_progression("hide") [05:50:40.282] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.282] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:40.314] hide_reporter() ... done - received a 'progression' (n=15) [05:50:40.315] unhide_reporter() ... [05:50:40.315] List of 15 [05:50:40.315] $ max_steps : int 10 [05:50:40.315] $ times : num Inf [05:50:40.315] $ interval : num 0.1 [05:50:40.315] $ enable_after: num 0 [05:50:40.315] $ auto_finish : logi TRUE [05:50:40.315] $ clear : logi TRUE [05:50:40.315] $ target : chr "terminal" [05:50:40.315] $ step : num 3 [05:50:40.315] $ message : chr "P: Adding 3" [05:50:40.315] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.315] $ delta : num 0 [05:50:40.315] $ enabled : logi TRUE [05:50:40.315] $ config :List of 7 [05:50:40.315] ..$ max_steps : int 10 [05:50:40.315] ..$ times : num Inf [05:50:40.315] ..$ interval : num 0.1 [05:50:40.315] ..$ enable_after: num 0 [05:50:40.315] ..$ auto_finish : logi TRUE [05:50:40.315] ..$ clear : logi TRUE [05:50:40.315] ..$ target : chr "terminal" [05:50:40.315] $ state :List of 5 [05:50:40.315] ..$ step : num 3 [05:50:40.315] ..$ message : chr "P: Adding 3" [05:50:40.315] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.315] ..$ delta : num 0 [05:50:40.315] ..$ enabled : logi TRUE [05:50:40.315] $ progression :List of 12 [05:50:40.315] ..$ owner_session_uuid: NULL [05:50:40.315] ..$ progressor_uuid : NULL [05:50:40.315] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.315] ..$ progression_index : NULL [05:50:40.315] ..$ progression_time : chr "2024-10-29 05:50:40.315 +0100" [05:50:40.315] ..$ type : chr "unhide" [05:50:40.315] ..$ message : chr(0) [05:50:40.315] ..$ amount : num 1 [05:50:40.315] ..$ step : NULL [05:50:40.315] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.315] ..$ call : NULL [05:50:40.315] ..$ calls :Dotted pair list of 14 [05:50:40.315] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.315] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.315] .. ..$ : language withVisible(expr) [05:50:40.315] .. ..$ : language slow_sum(1:10) [05:50:40.315] .. ..$ : language p(amount = 0) [05:50:40.315] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.315] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.315] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.315] .. ..$ : language signalCondition(cond) [05:50:40.315] .. ..$ : language (function (p) { ... [05:50:40.315] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:40.315] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.315] .. ..$ : language control_progression("unhide") [05:50:40.315] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.315] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[05:50:40.351] unhide_reporter() ... done [05:50:40.351] Progression calling handler 'update' ... [05:50:40.352] - progression: [05:50:40.352] List of 12 [05:50:40.352] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.352] ..- attr(*, "source")=List of 6 [05:50:40.352] .. ..$ host : Named chr "CRANWIN3" [05:50:40.352] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.352] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.352] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.352] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.352] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.352] .. ..$ pid : int 86276 [05:50:40.352] .. ..$ random : int 139112919 [05:50:40.352] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.352] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.352] $ progression_index : int 15 [05:50:40.352] $ progression_time : chr "2024-10-29 05:50:40.281 +0100" [05:50:40.352] $ type : chr "update" [05:50:40.352] $ message : chr(0) [05:50:40.352] $ amount : num 0 [05:50:40.352] $ step : NULL [05:50:40.352] $ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.352] $ call : NULL [05:50:40.352] $ calls : NULL [05:50:40.352] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:40.365] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:40.365] - progression_index: 15 [05:50:40.365] - duplicated: FALSE [05:50:40.366] List of 4 [05:50:40.366] $ step : num 3 [05:50:40.366] $ p$amount : num 0 [05:50:40.366] $ p$step : NULL [05:50:40.366] $ max_steps: int 10 [05:50:40.369] List of 5 [05:50:40.369] $ finished : logi FALSE [05:50:40.369] $ step : num 3 [05:50:40.369] $ milestones : num [1:7] 4 5 6 7 8 9 10 [05:50:40.369] $ prev_milestone: num 3 [05:50:40.369] $ interval : num 0.1 [05:50:40.373] List of 4 [05:50:40.373] $ dt : 'difftime' num 0 [05:50:40.373] ..- attr(*, "units")= chr "secs" [05:50:40.373] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.373] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.373] $ skip: logi TRUE [05:50:40.377] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:40.378] hide_reporter() ... [05:50:40.378] List of 15 [05:50:40.378] $ max_steps : int 10 [05:50:40.378] $ times : num Inf [05:50:40.378] $ interval : num 0.1 [05:50:40.378] $ enable_after: num 0 [05:50:40.378] $ auto_finish : logi TRUE [05:50:40.378] $ clear : logi TRUE [05:50:40.378] $ target : chr "terminal" [05:50:40.378] $ step : num 3 [05:50:40.378] $ message : chr "P: Adding 3" [05:50:40.378] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.378] $ delta : num 0 [05:50:40.378] $ enabled : logi TRUE [05:50:40.378] $ config :List of 7 [05:50:40.378] ..$ max_steps : int 10 [05:50:40.378] ..$ times : num Inf [05:50:40.378] ..$ interval : num 0.1 [05:50:40.378] ..$ enable_after: num 0 [05:50:40.378] ..$ auto_finish : logi TRUE [05:50:40.378] ..$ clear : logi TRUE [05:50:40.378] ..$ target : chr "terminal" [05:50:40.378] $ state :List of 5 [05:50:40.378] ..$ step : num 3 [05:50:40.378] ..$ message : chr "P: Adding 3" [05:50:40.378] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.378] ..$ delta : num 0 [05:50:40.378] ..$ enabled : logi TRUE [05:50:40.378] $ progression :List of 12 [05:50:40.378] ..$ owner_session_uuid: NULL [05:50:40.378] ..$ progressor_uuid : NULL [05:50:40.378] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.378] ..$ progression_index : NULL [05:50:40.378] ..$ progression_time : chr "2024-10-29 05:50:40.378 +0100" [05:50:40.378] ..$ type : chr "hide" [05:50:40.378] ..$ message : chr(0) [05:50:40.378] ..$ amount : num 1 [05:50:40.378] ..$ step : NULL [05:50:40.378] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.378] ..$ call : NULL [05:50:40.378] ..$ calls :Dotted pair list of 14 [05:50:40.378] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.378] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.378] .. ..$ : language withVisible(expr) [05:50:40.378] .. ..$ : language slow_sum(1:10) [05:50:40.378] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:40.378] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.378] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.378] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.378] .. ..$ : language signalCondition(cond) [05:50:40.378] .. ..$ : language (function (p) { ... [05:50:40.378] .. ..$ : language calling_handler(control_progression("hide")) [05:50:40.378] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.378] .. ..$ : language control_progression("hide") [05:50:40.378] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.378] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:40.410] hide_reporter() ... done - received a 'progression' (n=16) [05:50:40.411] unhide_reporter() ... [05:50:40.411] List of 15 [05:50:40.411] $ max_steps : int 10 [05:50:40.411] $ times : num Inf [05:50:40.411] $ interval : num 0.1 [05:50:40.411] $ enable_after: num 0 [05:50:40.411] $ auto_finish : logi TRUE [05:50:40.411] $ clear : logi TRUE [05:50:40.411] $ target : chr "terminal" [05:50:40.411] $ step : num 3 [05:50:40.411] $ message : chr "P: Adding 3" [05:50:40.411] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.411] $ delta : num 0 [05:50:40.411] $ enabled : logi TRUE [05:50:40.411] $ config :List of 7 [05:50:40.411] ..$ max_steps : int 10 [05:50:40.411] ..$ times : num Inf [05:50:40.411] ..$ interval : num 0.1 [05:50:40.411] ..$ enable_after: num 0 [05:50:40.411] ..$ auto_finish : logi TRUE [05:50:40.411] ..$ clear : logi TRUE [05:50:40.411] ..$ target : chr "terminal" [05:50:40.411] $ state :List of 5 [05:50:40.411] ..$ step : num 3 [05:50:40.411] ..$ message : chr "P: Adding 3" [05:50:40.411] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.411] ..$ delta : num 0 [05:50:40.411] ..$ enabled : logi TRUE [05:50:40.411] $ progression :List of 12 [05:50:40.411] ..$ owner_session_uuid: NULL [05:50:40.411] ..$ progressor_uuid : NULL [05:50:40.411] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.411] ..$ progression_index : NULL [05:50:40.411] ..$ progression_time : chr "2024-10-29 05:50:40.411 +0100" [05:50:40.411] ..$ type : chr "unhide" [05:50:40.411] ..$ message : chr(0) [05:50:40.411] ..$ amount : num 1 [05:50:40.411] ..$ step : NULL [05:50:40.411] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.411] ..$ call : NULL [05:50:40.411] ..$ calls :Dotted pair list of 14 [05:50:40.411] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.411] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.411] .. ..$ : language withVisible(expr) [05:50:40.411] .. ..$ : language slow_sum(1:10) [05:50:40.411] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:40.411] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.411] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.411] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.411] .. ..$ : language signalCondition(cond) [05:50:40.411] .. ..$ : language (function (p) { ... [05:50:40.411] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:40.411] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.411] .. ..$ : language control_progression("unhide") [05:50:40.411] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.411] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[05:50:40.443] unhide_reporter() ... done [05:50:40.444] Progression calling handler 'update' ... [05:50:40.444] - progression: [05:50:40.444] List of 12 [05:50:40.444] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.444] ..- attr(*, "source")=List of 6 [05:50:40.444] .. ..$ host : Named chr "CRANWIN3" [05:50:40.444] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.444] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.444] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.444] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.444] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.444] .. ..$ pid : int 86276 [05:50:40.444] .. ..$ random : int 139112919 [05:50:40.444] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.444] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.444] $ progression_index : int 16 [05:50:40.444] $ progression_time : chr "2024-10-29 05:50:40.377 +0100" [05:50:40.444] $ type : chr "update" [05:50:40.444] $ message : chr "P: Adding 4" [05:50:40.444] $ amount : num 1 [05:50:40.444] $ step : NULL [05:50:40.444] $ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.444] $ call : NULL [05:50:40.444] $ calls : NULL [05:50:40.444] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:40.457] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:40.457] - progression_index: 16 [05:50:40.458] - duplicated: FALSE [05:50:40.458] List of 4 [05:50:40.458] $ step : num 3 [05:50:40.458] $ p$amount : num 1 [05:50:40.458] $ p$step : NULL [05:50:40.458] $ max_steps: int 10 [05:50:40.461] List of 5 [05:50:40.461] $ finished : logi FALSE [05:50:40.461] $ step : num 4 [05:50:40.461] $ milestones : num [1:7] 4 5 6 7 8 9 10 [05:50:40.461] $ prev_milestone: num 3 [05:50:40.461] $ interval : num 0.1 [05:50:40.465] List of 4 [05:50:40.465] $ dt : 'difftime' num 0.092404842376709 [05:50:40.465] ..- attr(*, "units")= chr "secs" [05:50:40.465] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.465] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.465] $ skip: logi TRUE [05:50:40.469] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [05:50:40.471] hide_reporter() ... [05:50:40.471] List of 15 [05:50:40.471] $ max_steps : int 10 [05:50:40.471] $ times : num Inf [05:50:40.471] $ interval : num 0.1 [05:50:40.471] $ enable_after: num 0 [05:50:40.471] $ auto_finish : logi TRUE [05:50:40.471] $ clear : logi TRUE [05:50:40.471] $ target : chr "terminal" [05:50:40.471] $ step : num 4 [05:50:40.471] $ message : chr "P: Adding 4" [05:50:40.471] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.471] $ delta : num 1 [05:50:40.471] $ enabled : logi TRUE [05:50:40.471] $ config :List of 7 [05:50:40.471] ..$ max_steps : int 10 [05:50:40.471] ..$ times : num Inf [05:50:40.471] ..$ interval : num 0.1 [05:50:40.471] ..$ enable_after: num 0 [05:50:40.471] ..$ auto_finish : logi TRUE [05:50:40.471] ..$ clear : logi TRUE [05:50:40.471] ..$ target : chr "terminal" [05:50:40.471] $ state :List of 5 [05:50:40.471] ..$ step : num 4 [05:50:40.471] ..$ message : chr "P: Adding 4" [05:50:40.471] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.471] ..$ delta : num 1 [05:50:40.471] ..$ enabled : logi TRUE [05:50:40.471] $ progression :List of 12 [05:50:40.471] ..$ owner_session_uuid: NULL [05:50:40.471] ..$ progressor_uuid : NULL [05:50:40.471] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.471] ..$ progression_index : NULL [05:50:40.471] ..$ progression_time : chr "2024-10-29 05:50:40.471 +0100" [05:50:40.471] ..$ type : chr "hide" [05:50:40.471] ..$ message : chr(0) [05:50:40.471] ..$ amount : num 1 [05:50:40.471] ..$ step : NULL [05:50:40.471] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.471] ..$ call : NULL [05:50:40.471] ..$ calls :Dotted pair list of 14 [05:50:40.471] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.471] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.471] .. ..$ : language withVisible(expr) [05:50:40.471] .. ..$ : language slow_sum(1:10) [05:50:40.471] .. ..$ : language p(amount = 0) [05:50:40.471] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.471] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.471] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.471] .. ..$ : language signalCondition(cond) [05:50:40.471] .. ..$ : language (function (p) { ... [05:50:40.471] .. ..$ : language calling_handler(control_progression("hide")) [05:50:40.471] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.471] .. ..$ : language control_progression("hide") [05:50:40.471] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.471] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:40.516] hide_reporter() ... done M: Added value 4 - received a 'progression' (n=17) [05:50:40.517] unhide_reporter() ... [05:50:40.517] List of 15 [05:50:40.517] $ max_steps : int 10 [05:50:40.517] $ times : num Inf [05:50:40.517] $ interval : num 0.1 [05:50:40.517] $ enable_after: num 0 [05:50:40.517] $ auto_finish : logi TRUE [05:50:40.517] $ clear : logi TRUE [05:50:40.517] $ target : chr "terminal" [05:50:40.517] $ step : num 4 [05:50:40.517] $ message : chr "P: Adding 4" [05:50:40.517] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.517] $ delta : num 1 [05:50:40.517] $ enabled : logi TRUE [05:50:40.517] $ config :List of 7 [05:50:40.517] ..$ max_steps : int 10 [05:50:40.517] ..$ times : num Inf [05:50:40.517] ..$ interval : num 0.1 [05:50:40.517] ..$ enable_after: num 0 [05:50:40.517] ..$ auto_finish : logi TRUE [05:50:40.517] ..$ clear : logi TRUE [05:50:40.517] ..$ target : chr "terminal" [05:50:40.517] $ state :List of 5 [05:50:40.517] ..$ step : num 4 [05:50:40.517] ..$ message : chr "P: Adding 4" [05:50:40.517] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.517] ..$ delta : num 1 [05:50:40.517] ..$ enabled : logi TRUE [05:50:40.517] $ progression :List of 12 [05:50:40.517] ..$ owner_session_uuid: NULL [05:50:40.517] ..$ progressor_uuid : NULL [05:50:40.517] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.517] ..$ progression_index : NULL [05:50:40.517] ..$ progression_time : chr "2024-10-29 05:50:40.516 +0100" [05:50:40.517] ..$ type : chr "unhide" [05:50:40.517] ..$ message : chr(0) [05:50:40.517] ..$ amount : num 1 [05:50:40.517] ..$ step : NULL [05:50:40.517] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.517] ..$ call : NULL [05:50:40.517] ..$ calls :Dotted pair list of 14 [05:50:40.517] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.517] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.517] .. ..$ : language withVisible(expr) [05:50:40.517] .. ..$ : language slow_sum(1:10) [05:50:40.517] .. ..$ : language p(amount = 0) [05:50:40.517] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.517] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.517] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.517] .. ..$ : language signalCondition(cond) [05:50:40.517] .. ..$ : language (function (p) { ... [05:50:40.517] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:40.517] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.517] .. ..$ : language control_progression("unhide") [05:50:40.517] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.517] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[05:50:40.549] unhide_reporter() ... done [05:50:40.549] Progression calling handler 'update' ... [05:50:40.550] - progression: [05:50:40.550] List of 12 [05:50:40.550] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.550] ..- attr(*, "source")=List of 6 [05:50:40.550] .. ..$ host : Named chr "CRANWIN3" [05:50:40.550] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.550] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.550] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.550] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.550] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.550] .. ..$ pid : int 86276 [05:50:40.550] .. ..$ random : int 139112919 [05:50:40.550] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.550] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.550] $ progression_index : int 17 [05:50:40.550] $ progression_time : chr "2024-10-29 05:50:40.470 +0100" [05:50:40.550] $ type : chr "update" [05:50:40.550] $ message : chr(0) [05:50:40.550] $ amount : num 0 [05:50:40.550] $ step : NULL [05:50:40.550] $ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.550] $ call : NULL [05:50:40.550] $ calls : NULL [05:50:40.550] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:40.563] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:40.563] - progression_index: 17 [05:50:40.563] - duplicated: FALSE [05:50:40.564] List of 4 [05:50:40.564] $ step : num 4 [05:50:40.564] $ p$amount : num 0 [05:50:40.564] $ p$step : NULL [05:50:40.564] $ max_steps: int 10 [05:50:40.567] List of 5 [05:50:40.567] $ finished : logi FALSE [05:50:40.567] $ step : num 4 [05:50:40.567] $ milestones : num [1:6] 5 6 7 8 9 10 [05:50:40.567] $ prev_milestone: num 3 [05:50:40.567] $ interval : num 0.1 [05:50:40.571] List of 4 [05:50:40.571] $ dt : 'difftime' num 0.198212862014771 [05:50:40.571] ..- attr(*, "units")= chr "secs" [05:50:40.571] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.571] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.571] $ skip: logi FALSE [05:50:40.576] List of 1 [05:50:40.576] $ milestones: num [1:6] 5 6 7 8 9 10 [05:50:40.577] update_reporter() ... [05:50:40.577] List of 15 [05:50:40.577] $ max_steps : int 10 [05:50:40.577] $ times : num Inf [05:50:40.577] $ interval : num 0.1 [05:50:40.577] $ enable_after: num 0 [05:50:40.577] $ auto_finish : logi TRUE [05:50:40.577] $ clear : logi TRUE [05:50:40.577] $ target : chr "terminal" [05:50:40.577] $ step : num 4 [05:50:40.577] $ message : chr "P: Adding 4" [05:50:40.577] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.577] $ delta : num 1 [05:50:40.577] $ enabled : logi TRUE [05:50:40.577] $ config :List of 7 [05:50:40.577] ..$ max_steps : int 10 [05:50:40.577] ..$ times : num Inf [05:50:40.577] ..$ interval : num 0.1 [05:50:40.577] ..$ enable_after: num 0 [05:50:40.577] ..$ auto_finish : logi TRUE [05:50:40.577] ..$ clear : logi TRUE [05:50:40.577] ..$ target : chr "terminal" [05:50:40.577] $ state :List of 5 [05:50:40.577] ..$ step : num 4 [05:50:40.577] ..$ message : chr "P: Adding 4" [05:50:40.577] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.577] ..$ delta : num 1 [05:50:40.577] ..$ enabled : logi TRUE [05:50:40.577] $ progression :List of 12 [05:50:40.577] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.577] .. ..- attr(*, "source")=List of 6 [05:50:40.577] .. .. ..$ host : Named chr "CRANWIN3" [05:50:40.577] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.577] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.577] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.577] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.577] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.577] .. .. ..$ pid : int 86276 [05:50:40.577] .. .. ..$ random : int 139112919 [05:50:40.577] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.577] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.577] ..$ progression_index : int 17 [05:50:40.577] ..$ progression_time : chr "2024-10-29 05:50:40.470 +0100" [05:50:40.577] ..$ type : chr "update" [05:50:40.577] ..$ message : chr(0) [05:50:40.577] ..$ amount : num 0 [05:50:40.577] ..$ step : NULL [05:50:40.577] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.577] ..$ call : NULL [05:50:40.577] ..$ calls : NULL [05:50:40.577] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:40.607] update_reporter() ... done [05:50:40.608] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:40.609] hide_reporter() ... [05:50:40.610] List of 15 [05:50:40.610] $ max_steps : int 10 [05:50:40.610] $ times : num Inf [05:50:40.610] $ interval : num 0.1 [05:50:40.610] $ enable_after: num 0 [05:50:40.610] $ auto_finish : logi TRUE [05:50:40.610] $ clear : logi TRUE [05:50:40.610] $ target : chr "terminal" [05:50:40.610] $ step : num 4 [05:50:40.610] $ message : chr "P: Adding 4" [05:50:40.610] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.610] $ delta : num 1 [05:50:40.610] $ enabled : logi TRUE [05:50:40.610] $ config :List of 7 [05:50:40.610] ..$ max_steps : int 10 [05:50:40.610] ..$ times : num Inf [05:50:40.610] ..$ interval : num 0.1 [05:50:40.610] ..$ enable_after: num 0 [05:50:40.610] ..$ auto_finish : logi TRUE [05:50:40.610] ..$ clear : logi TRUE [05:50:40.610] ..$ target : chr "terminal" [05:50:40.610] $ state :List of 5 [05:50:40.610] ..$ step : num 4 [05:50:40.610] ..$ message : chr "P: Adding 4" [05:50:40.610] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.610] ..$ delta : num 1 [05:50:40.610] ..$ enabled : logi TRUE [05:50:40.610] $ progression :List of 12 [05:50:40.610] ..$ owner_session_uuid: NULL [05:50:40.610] ..$ progressor_uuid : NULL [05:50:40.610] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.610] ..$ progression_index : NULL [05:50:40.610] ..$ progression_time : chr "2024-10-29 05:50:40.609 +0100" [05:50:40.610] ..$ type : chr "hide" [05:50:40.610] ..$ message : chr(0) [05:50:40.610] ..$ amount : num 1 [05:50:40.610] ..$ step : NULL [05:50:40.610] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.610] ..$ call : NULL [05:50:40.610] ..$ calls :Dotted pair list of 14 [05:50:40.610] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.610] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.610] .. ..$ : language withVisible(expr) [05:50:40.610] .. ..$ : language slow_sum(1:10) [05:50:40.610] .. ..$ : language p(amount = 0) [05:50:40.610] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.610] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.610] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.610] .. ..$ : language signalCondition(cond) [05:50:40.610] .. ..$ : language (function (p) { ... [05:50:40.610] .. ..$ : language calling_handler(control_progression("hide")) [05:50:40.610] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.610] .. ..$ : language control_progression("hide") [05:50:40.610] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.610] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:40.645] hide_reporter() ... done - received a 'progression' (n=18) [05:50:40.646] unhide_reporter() ... [05:50:40.646] List of 15 [05:50:40.646] $ max_steps : int 10 [05:50:40.646] $ times : num Inf [05:50:40.646] $ interval : num 0.1 [05:50:40.646] $ enable_after: num 0 [05:50:40.646] $ auto_finish : logi TRUE [05:50:40.646] $ clear : logi TRUE [05:50:40.646] $ target : chr "terminal" [05:50:40.646] $ step : num 4 [05:50:40.646] $ message : chr "P: Adding 4" [05:50:40.646] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.646] $ delta : num 1 [05:50:40.646] $ enabled : logi TRUE [05:50:40.646] $ config :List of 7 [05:50:40.646] ..$ max_steps : int 10 [05:50:40.646] ..$ times : num Inf [05:50:40.646] ..$ interval : num 0.1 [05:50:40.646] ..$ enable_after: num 0 [05:50:40.646] ..$ auto_finish : logi TRUE [05:50:40.646] ..$ clear : logi TRUE [05:50:40.646] ..$ target : chr "terminal" [05:50:40.646] $ state :List of 5 [05:50:40.646] ..$ step : num 4 [05:50:40.646] ..$ message : chr "P: Adding 4" [05:50:40.646] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.646] ..$ delta : num 1 [05:50:40.646] ..$ enabled : logi TRUE [05:50:40.646] $ progression :List of 12 [05:50:40.646] ..$ owner_session_uuid: NULL [05:50:40.646] ..$ progressor_uuid : NULL [05:50:40.646] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.646] ..$ progression_index : NULL [05:50:40.646] ..$ progression_time : chr "2024-10-29 05:50:40.645 +0100" [05:50:40.646] ..$ type : chr "unhide" [05:50:40.646] ..$ message : chr(0) [05:50:40.646] ..$ amount : num 1 [05:50:40.646] ..$ step : NULL [05:50:40.646] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.646] ..$ call : NULL [05:50:40.646] ..$ calls :Dotted pair list of 14 [05:50:40.646] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.646] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.646] .. ..$ : language withVisible(expr) [05:50:40.646] .. ..$ : language slow_sum(1:10) [05:50:40.646] .. ..$ : language p(amount = 0) [05:50:40.646] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.646] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.646] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.646] .. ..$ : language signalCondition(cond) [05:50:40.646] .. ..$ : language (function (p) { ... [05:50:40.646] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:40.646] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.646] .. ..$ : language control_progression("unhide") [05:50:40.646] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.646] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[05:50:40.674] unhide_reporter() ... done [05:50:40.675] Progression calling handler 'update' ... [05:50:40.675] - progression: [05:50:40.675] List of 12 [05:50:40.675] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.675] ..- attr(*, "source")=List of 6 [05:50:40.675] .. ..$ host : Named chr "CRANWIN3" [05:50:40.675] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.675] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.675] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.675] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.675] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.675] .. ..$ pid : int 86276 [05:50:40.675] .. ..$ random : int 139112919 [05:50:40.675] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.675] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.675] $ progression_index : int 18 [05:50:40.675] $ progression_time : chr "2024-10-29 05:50:40.608 +0100" [05:50:40.675] $ type : chr "update" [05:50:40.675] $ message : chr(0) [05:50:40.675] $ amount : num 0 [05:50:40.675] $ step : NULL [05:50:40.675] $ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.675] $ call : NULL [05:50:40.675] $ calls : NULL [05:50:40.675] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:40.686] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:40.687] - progression_index: 18 [05:50:40.687] - duplicated: FALSE [05:50:40.687] List of 4 [05:50:40.687] $ step : num 4 [05:50:40.687] $ p$amount : num 0 [05:50:40.687] $ p$step : NULL [05:50:40.687] $ max_steps: int 10 [05:50:40.690] List of 5 [05:50:40.690] $ finished : logi FALSE [05:50:40.690] $ step : num 4 [05:50:40.690] $ milestones : num [1:6] 5 6 7 8 9 10 [05:50:40.690] $ prev_milestone: num 3 [05:50:40.690] $ interval : num 0.1 [05:50:40.694] List of 4 [05:50:40.694] $ dt : 'difftime' num 0.321569919586182 [05:50:40.694] ..- attr(*, "units")= chr "secs" [05:50:40.694] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.694] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.694] $ skip: logi FALSE [05:50:40.697] List of 1 [05:50:40.697] $ milestones: num [1:6] 5 6 7 8 9 10 [05:50:40.699] update_reporter() ... [05:50:40.699] List of 15 [05:50:40.699] $ max_steps : int 10 [05:50:40.699] $ times : num Inf [05:50:40.699] $ interval : num 0.1 [05:50:40.699] $ enable_after: num 0 [05:50:40.699] $ auto_finish : logi TRUE [05:50:40.699] $ clear : logi TRUE [05:50:40.699] $ target : chr "terminal" [05:50:40.699] $ step : num 4 [05:50:40.699] $ message : chr "P: Adding 4" [05:50:40.699] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.699] $ delta : num 1 [05:50:40.699] $ enabled : logi TRUE [05:50:40.699] $ config :List of 7 [05:50:40.699] ..$ max_steps : int 10 [05:50:40.699] ..$ times : num Inf [05:50:40.699] ..$ interval : num 0.1 [05:50:40.699] ..$ enable_after: num 0 [05:50:40.699] ..$ auto_finish : logi TRUE [05:50:40.699] ..$ clear : logi TRUE [05:50:40.699] ..$ target : chr "terminal" [05:50:40.699] $ state :List of 5 [05:50:40.699] ..$ step : num 4 [05:50:40.699] ..$ message : chr "P: Adding 4" [05:50:40.699] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.699] ..$ delta : num 1 [05:50:40.699] ..$ enabled : logi TRUE [05:50:40.699] $ progression :List of 12 [05:50:40.699] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.699] .. ..- attr(*, "source")=List of 6 [05:50:40.699] .. .. ..$ host : Named chr "CRANWIN3" [05:50:40.699] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.699] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.699] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.699] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.699] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.699] .. .. ..$ pid : int 86276 [05:50:40.699] .. .. ..$ random : int 139112919 [05:50:40.699] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.699] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.699] ..$ progression_index : int 18 [05:50:40.699] ..$ progression_time : chr "2024-10-29 05:50:40.608 +0100" [05:50:40.699] ..$ type : chr "update" [05:50:40.699] ..$ message : chr(0) [05:50:40.699] ..$ amount : num 0 [05:50:40.699] ..$ step : NULL [05:50:40.699] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.699] ..$ call : NULL [05:50:40.699] ..$ calls : NULL [05:50:40.699] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:40.727] update_reporter() ... done [05:50:40.727] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:40.729] hide_reporter() ... [05:50:40.729] List of 15 [05:50:40.729] $ max_steps : int 10 [05:50:40.729] $ times : num Inf [05:50:40.729] $ interval : num 0.1 [05:50:40.729] $ enable_after: num 0 [05:50:40.729] $ auto_finish : logi TRUE [05:50:40.729] $ clear : logi TRUE [05:50:40.729] $ target : chr "terminal" [05:50:40.729] $ step : num 4 [05:50:40.729] $ message : chr "P: Adding 4" [05:50:40.729] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.729] $ delta : num 1 [05:50:40.729] $ enabled : logi TRUE [05:50:40.729] $ config :List of 7 [05:50:40.729] ..$ max_steps : int 10 [05:50:40.729] ..$ times : num Inf [05:50:40.729] ..$ interval : num 0.1 [05:50:40.729] ..$ enable_after: num 0 [05:50:40.729] ..$ auto_finish : logi TRUE [05:50:40.729] ..$ clear : logi TRUE [05:50:40.729] ..$ target : chr "terminal" [05:50:40.729] $ state :List of 5 [05:50:40.729] ..$ step : num 4 [05:50:40.729] ..$ message : chr "P: Adding 4" [05:50:40.729] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.729] ..$ delta : num 1 [05:50:40.729] ..$ enabled : logi TRUE [05:50:40.729] $ progression :List of 12 [05:50:40.729] ..$ owner_session_uuid: NULL [05:50:40.729] ..$ progressor_uuid : NULL [05:50:40.729] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.729] ..$ progression_index : NULL [05:50:40.729] ..$ progression_time : chr "2024-10-29 05:50:40.728 +0100" [05:50:40.729] ..$ type : chr "hide" [05:50:40.729] ..$ message : chr(0) [05:50:40.729] ..$ amount : num 1 [05:50:40.729] ..$ step : NULL [05:50:40.729] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.729] ..$ call : NULL [05:50:40.729] ..$ calls :Dotted pair list of 14 [05:50:40.729] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.729] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.729] .. ..$ : language withVisible(expr) [05:50:40.729] .. ..$ : language slow_sum(1:10) [05:50:40.729] .. ..$ : language p(amount = 0) [05:50:40.729] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.729] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.729] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.729] .. ..$ : language signalCondition(cond) [05:50:40.729] .. ..$ : language (function (p) { ... [05:50:40.729] .. ..$ : language calling_handler(control_progression("hide")) [05:50:40.729] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.729] .. ..$ : language control_progression("hide") [05:50:40.729] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.729] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:40.759] hide_reporter() ... done - received a 'progression' (n=19) [05:50:40.760] unhide_reporter() ... [05:50:40.760] List of 15 [05:50:40.760] $ max_steps : int 10 [05:50:40.760] $ times : num Inf [05:50:40.760] $ interval : num 0.1 [05:50:40.760] $ enable_after: num 0 [05:50:40.760] $ auto_finish : logi TRUE [05:50:40.760] $ clear : logi TRUE [05:50:40.760] $ target : chr "terminal" [05:50:40.760] $ step : num 4 [05:50:40.760] $ message : chr "P: Adding 4" [05:50:40.760] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.760] $ delta : num 1 [05:50:40.760] $ enabled : logi TRUE [05:50:40.760] $ config :List of 7 [05:50:40.760] ..$ max_steps : int 10 [05:50:40.760] ..$ times : num Inf [05:50:40.760] ..$ interval : num 0.1 [05:50:40.760] ..$ enable_after: num 0 [05:50:40.760] ..$ auto_finish : logi TRUE [05:50:40.760] ..$ clear : logi TRUE [05:50:40.760] ..$ target : chr "terminal" [05:50:40.760] $ state :List of 5 [05:50:40.760] ..$ step : num 4 [05:50:40.760] ..$ message : chr "P: Adding 4" [05:50:40.760] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.760] ..$ delta : num 1 [05:50:40.760] ..$ enabled : logi TRUE [05:50:40.760] $ progression :List of 12 [05:50:40.760] ..$ owner_session_uuid: NULL [05:50:40.760] ..$ progressor_uuid : NULL [05:50:40.760] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.760] ..$ progression_index : NULL [05:50:40.760] ..$ progression_time : chr "2024-10-29 05:50:40.760 +0100" [05:50:40.760] ..$ type : chr "unhide" [05:50:40.760] ..$ message : chr(0) [05:50:40.760] ..$ amount : num 1 [05:50:40.760] ..$ step : NULL [05:50:40.760] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.760] ..$ call : NULL [05:50:40.760] ..$ calls :Dotted pair list of 14 [05:50:40.760] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.760] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.760] .. ..$ : language withVisible(expr) [05:50:40.760] .. ..$ : language slow_sum(1:10) [05:50:40.760] .. ..$ : language p(amount = 0) [05:50:40.760] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.760] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.760] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.760] .. ..$ : language signalCondition(cond) [05:50:40.760] .. ..$ : language (function (p) { ... [05:50:40.760] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:40.760] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.760] .. ..$ : language control_progression("unhide") [05:50:40.760] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.760] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[05:50:40.793] unhide_reporter() ... done [05:50:40.794] Progression calling handler 'update' ... [05:50:40.794] - progression: [05:50:40.794] List of 12 [05:50:40.794] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.794] ..- attr(*, "source")=List of 6 [05:50:40.794] .. ..$ host : Named chr "CRANWIN3" [05:50:40.794] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.794] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.794] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.794] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.794] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.794] .. ..$ pid : int 86276 [05:50:40.794] .. ..$ random : int 139112919 [05:50:40.794] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.794] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.794] $ progression_index : int 19 [05:50:40.794] $ progression_time : chr "2024-10-29 05:50:40.728 +0100" [05:50:40.794] $ type : chr "update" [05:50:40.794] $ message : chr(0) [05:50:40.794] $ amount : num 0 [05:50:40.794] $ step : NULL [05:50:40.794] $ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.794] $ call : NULL [05:50:40.794] $ calls : NULL [05:50:40.794] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:40.806] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:40.807] - progression_index: 19 [05:50:40.807] - duplicated: FALSE [05:50:40.807] List of 4 [05:50:40.807] $ step : num 4 [05:50:40.807] $ p$amount : num 0 [05:50:40.807] $ p$step : NULL [05:50:40.807] $ max_steps: int 10 [05:50:40.810] List of 5 [05:50:40.810] $ finished : logi FALSE [05:50:40.810] $ step : num 4 [05:50:40.810] $ milestones : num [1:6] 5 6 7 8 9 10 [05:50:40.810] $ prev_milestone: num 3 [05:50:40.810] $ interval : num 0.1 [05:50:40.814] List of 4 [05:50:40.814] $ dt : 'difftime' num 0.44153904914856 [05:50:40.814] ..- attr(*, "units")= chr "secs" [05:50:40.814] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.814] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.814] $ skip: logi FALSE [05:50:40.817] List of 1 [05:50:40.817] $ milestones: num [1:6] 5 6 7 8 9 10 [05:50:40.819] update_reporter() ... [05:50:40.819] List of 15 [05:50:40.819] $ max_steps : int 10 [05:50:40.819] $ times : num Inf [05:50:40.819] $ interval : num 0.1 [05:50:40.819] $ enable_after: num 0 [05:50:40.819] $ auto_finish : logi TRUE [05:50:40.819] $ clear : logi TRUE [05:50:40.819] $ target : chr "terminal" [05:50:40.819] $ step : num 4 [05:50:40.819] $ message : chr "P: Adding 4" [05:50:40.819] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.819] $ delta : num 1 [05:50:40.819] $ enabled : logi TRUE [05:50:40.819] $ config :List of 7 [05:50:40.819] ..$ max_steps : int 10 [05:50:40.819] ..$ times : num Inf [05:50:40.819] ..$ interval : num 0.1 [05:50:40.819] ..$ enable_after: num 0 [05:50:40.819] ..$ auto_finish : logi TRUE [05:50:40.819] ..$ clear : logi TRUE [05:50:40.819] ..$ target : chr "terminal" [05:50:40.819] $ state :List of 5 [05:50:40.819] ..$ step : num 4 [05:50:40.819] ..$ message : chr "P: Adding 4" [05:50:40.819] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.819] ..$ delta : num 1 [05:50:40.819] ..$ enabled : logi TRUE [05:50:40.819] $ progression :List of 12 [05:50:40.819] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.819] .. ..- attr(*, "source")=List of 6 [05:50:40.819] .. .. ..$ host : Named chr "CRANWIN3" [05:50:40.819] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.819] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.819] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.819] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.819] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.819] .. .. ..$ pid : int 86276 [05:50:40.819] .. .. ..$ random : int 139112919 [05:50:40.819] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.819] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.819] ..$ progression_index : int 19 [05:50:40.819] ..$ progression_time : chr "2024-10-29 05:50:40.728 +0100" [05:50:40.819] ..$ type : chr "update" [05:50:40.819] ..$ message : chr(0) [05:50:40.819] ..$ amount : num 0 [05:50:40.819] ..$ step : NULL [05:50:40.819] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.819] ..$ call : NULL [05:50:40.819] ..$ calls : NULL [05:50:40.819] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:40.845] update_reporter() ... done [05:50:40.845] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:40.847] hide_reporter() ... [05:50:40.847] List of 15 [05:50:40.847] $ max_steps : int 10 [05:50:40.847] $ times : num Inf [05:50:40.847] $ interval : num 0.1 [05:50:40.847] $ enable_after: num 0 [05:50:40.847] $ auto_finish : logi TRUE [05:50:40.847] $ clear : logi TRUE [05:50:40.847] $ target : chr "terminal" [05:50:40.847] $ step : num 4 [05:50:40.847] $ message : chr "P: Adding 4" [05:50:40.847] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.847] $ delta : num 1 [05:50:40.847] $ enabled : logi TRUE [05:50:40.847] $ config :List of 7 [05:50:40.847] ..$ max_steps : int 10 [05:50:40.847] ..$ times : num Inf [05:50:40.847] ..$ interval : num 0.1 [05:50:40.847] ..$ enable_after: num 0 [05:50:40.847] ..$ auto_finish : logi TRUE [05:50:40.847] ..$ clear : logi TRUE [05:50:40.847] ..$ target : chr "terminal" [05:50:40.847] $ state :List of 5 [05:50:40.847] ..$ step : num 4 [05:50:40.847] ..$ message : chr "P: Adding 4" [05:50:40.847] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.847] ..$ delta : num 1 [05:50:40.847] ..$ enabled : logi TRUE [05:50:40.847] $ progression :List of 12 [05:50:40.847] ..$ owner_session_uuid: NULL [05:50:40.847] ..$ progressor_uuid : NULL [05:50:40.847] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.847] ..$ progression_index : NULL [05:50:40.847] ..$ progression_time : chr "2024-10-29 05:50:40.847 +0100" [05:50:40.847] ..$ type : chr "hide" [05:50:40.847] ..$ message : chr(0) [05:50:40.847] ..$ amount : num 1 [05:50:40.847] ..$ step : NULL [05:50:40.847] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.847] ..$ call : NULL [05:50:40.847] ..$ calls :Dotted pair list of 14 [05:50:40.847] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.847] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.847] .. ..$ : language withVisible(expr) [05:50:40.847] .. ..$ : language slow_sum(1:10) [05:50:40.847] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:40.847] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.847] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.847] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.847] .. ..$ : language signalCondition(cond) [05:50:40.847] .. ..$ : language (function (p) { ... [05:50:40.847] .. ..$ : language calling_handler(control_progression("hide")) [05:50:40.847] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.847] .. ..$ : language control_progression("hide") [05:50:40.847] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.847] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:40.876] hide_reporter() ... done - received a 'progression' (n=20) [05:50:40.877] unhide_reporter() ... [05:50:40.878] List of 15 [05:50:40.878] $ max_steps : int 10 [05:50:40.878] $ times : num Inf [05:50:40.878] $ interval : num 0.1 [05:50:40.878] $ enable_after: num 0 [05:50:40.878] $ auto_finish : logi TRUE [05:50:40.878] $ clear : logi TRUE [05:50:40.878] $ target : chr "terminal" [05:50:40.878] $ step : num 4 [05:50:40.878] $ message : chr "P: Adding 4" [05:50:40.878] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.878] $ delta : num 1 [05:50:40.878] $ enabled : logi TRUE [05:50:40.878] $ config :List of 7 [05:50:40.878] ..$ max_steps : int 10 [05:50:40.878] ..$ times : num Inf [05:50:40.878] ..$ interval : num 0.1 [05:50:40.878] ..$ enable_after: num 0 [05:50:40.878] ..$ auto_finish : logi TRUE [05:50:40.878] ..$ clear : logi TRUE [05:50:40.878] ..$ target : chr "terminal" [05:50:40.878] $ state :List of 5 [05:50:40.878] ..$ step : num 4 [05:50:40.878] ..$ message : chr "P: Adding 4" [05:50:40.878] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.878] ..$ delta : num 1 [05:50:40.878] ..$ enabled : logi TRUE [05:50:40.878] $ progression :List of 12 [05:50:40.878] ..$ owner_session_uuid: NULL [05:50:40.878] ..$ progressor_uuid : NULL [05:50:40.878] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.878] ..$ progression_index : NULL [05:50:40.878] ..$ progression_time : chr "2024-10-29 05:50:40.877 +0100" [05:50:40.878] ..$ type : chr "unhide" [05:50:40.878] ..$ message : chr(0) [05:50:40.878] ..$ amount : num 1 [05:50:40.878] ..$ step : NULL [05:50:40.878] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.878] ..$ call : NULL [05:50:40.878] ..$ calls :Dotted pair list of 14 [05:50:40.878] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.878] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.878] .. ..$ : language withVisible(expr) [05:50:40.878] .. ..$ : language slow_sum(1:10) [05:50:40.878] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:40.878] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.878] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.878] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.878] .. ..$ : language signalCondition(cond) [05:50:40.878] .. ..$ : language (function (p) { ... [05:50:40.878] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:40.878] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.878] .. ..$ : language control_progression("unhide") [05:50:40.878] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.878] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |===================== | 30%[05:50:40.911] unhide_reporter() ... done [05:50:40.912] Progression calling handler 'update' ... [05:50:40.912] - progression: [05:50:40.912] List of 12 [05:50:40.912] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.912] ..- attr(*, "source")=List of 6 [05:50:40.912] .. ..$ host : Named chr "CRANWIN3" [05:50:40.912] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.912] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.912] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.912] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.912] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.912] .. ..$ pid : int 86276 [05:50:40.912] .. ..$ random : int 139112919 [05:50:40.912] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.912] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.912] $ progression_index : int 20 [05:50:40.912] $ progression_time : chr "2024-10-29 05:50:40.846 +0100" [05:50:40.912] $ type : chr "update" [05:50:40.912] $ message : chr "P: Adding 5" [05:50:40.912] $ amount : num 1 [05:50:40.912] $ step : NULL [05:50:40.912] $ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.912] $ call : NULL [05:50:40.912] $ calls : NULL [05:50:40.912] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:40.923] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:40.924] - progression_index: 20 [05:50:40.924] - duplicated: FALSE [05:50:40.924] List of 4 [05:50:40.924] $ step : num 4 [05:50:40.924] $ p$amount : num 1 [05:50:40.924] $ p$step : NULL [05:50:40.924] $ max_steps: int 10 [05:50:40.927] List of 5 [05:50:40.927] $ finished : logi FALSE [05:50:40.927] $ step : num 5 [05:50:40.927] $ milestones : num [1:6] 5 6 7 8 9 10 [05:50:40.927] $ prev_milestone: num 3 [05:50:40.927] $ interval : num 0.1 [05:50:40.931] List of 4 [05:50:40.931] $ dt : 'difftime' num 0.558166027069092 [05:50:40.931] ..- attr(*, "units")= chr "secs" [05:50:40.931] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.931] $ : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.931] $ skip: logi FALSE [05:50:40.934] List of 1 [05:50:40.934] $ milestones: num [1:6] 5 6 7 8 9 10 [05:50:40.936] update_reporter() ... [05:50:40.936] List of 15 [05:50:40.936] $ max_steps : int 10 [05:50:40.936] $ times : num Inf [05:50:40.936] $ interval : num 0.1 [05:50:40.936] $ enable_after: num 0 [05:50:40.936] $ auto_finish : logi TRUE [05:50:40.936] $ clear : logi TRUE [05:50:40.936] $ target : chr "terminal" [05:50:40.936] $ step : num 5 [05:50:40.936] $ message : chr "P: Adding 5" [05:50:40.936] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.936] $ delta : num 2 [05:50:40.936] $ enabled : logi TRUE [05:50:40.936] $ config :List of 7 [05:50:40.936] ..$ max_steps : int 10 [05:50:40.936] ..$ times : num Inf [05:50:40.936] ..$ interval : num 0.1 [05:50:40.936] ..$ enable_after: num 0 [05:50:40.936] ..$ auto_finish : logi TRUE [05:50:40.936] ..$ clear : logi TRUE [05:50:40.936] ..$ target : chr "terminal" [05:50:40.936] $ state :List of 5 [05:50:40.936] ..$ step : num 5 [05:50:40.936] ..$ message : chr "P: Adding 5" [05:50:40.936] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.936] ..$ delta : num 2 [05:50:40.936] ..$ enabled : logi TRUE [05:50:40.936] $ progression :List of 12 [05:50:40.936] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.936] .. ..- attr(*, "source")=List of 6 [05:50:40.936] .. .. ..$ host : Named chr "CRANWIN3" [05:50:40.936] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:40.936] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:40.936] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:40.936] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:40.936] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:40.936] .. .. ..$ pid : int 86276 [05:50:40.936] .. .. ..$ random : int 139112919 [05:50:40.936] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:40.936] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.936] ..$ progression_index : int 20 [05:50:40.936] ..$ progression_time : chr "2024-10-29 05:50:40.846 +0100" [05:50:40.936] ..$ type : chr "update" [05:50:40.936] ..$ message : chr "P: Adding 5" [05:50:40.936] ..$ amount : num 1 [05:50:40.936] ..$ step : NULL [05:50:40.936] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.936] ..$ call : NULL [05:50:40.936] ..$ calls : NULL [05:50:40.936] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |=================================== | 50%[05:50:40.963] update_reporter() ... done [05:50:40.963] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [05:50:40.964] hide_reporter() ... [05:50:40.965] List of 15 [05:50:40.965] $ max_steps : int 10 [05:50:40.965] $ times : num Inf [05:50:40.965] $ interval : num 0.1 [05:50:40.965] $ enable_after: num 0 [05:50:40.965] $ auto_finish : logi TRUE [05:50:40.965] $ clear : logi TRUE [05:50:40.965] $ target : chr "terminal" [05:50:40.965] $ step : num 5 [05:50:40.965] $ message : chr "P: Adding 5" [05:50:40.965] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.965] $ delta : num 0 [05:50:40.965] $ enabled : logi TRUE [05:50:40.965] $ config :List of 7 [05:50:40.965] ..$ max_steps : int 10 [05:50:40.965] ..$ times : num Inf [05:50:40.965] ..$ interval : num 0.1 [05:50:40.965] ..$ enable_after: num 0 [05:50:40.965] ..$ auto_finish : logi TRUE [05:50:40.965] ..$ clear : logi TRUE [05:50:40.965] ..$ target : chr "terminal" [05:50:40.965] $ state :List of 5 [05:50:40.965] ..$ step : num 5 [05:50:40.965] ..$ message : chr "P: Adding 5" [05:50:40.965] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.965] ..$ delta : num 0 [05:50:40.965] ..$ enabled : logi TRUE [05:50:40.965] $ progression :List of 12 [05:50:40.965] ..$ owner_session_uuid: NULL [05:50:40.965] ..$ progressor_uuid : NULL [05:50:40.965] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.965] ..$ progression_index : NULL [05:50:40.965] ..$ progression_time : chr "2024-10-29 05:50:40.964 +0100" [05:50:40.965] ..$ type : chr "hide" [05:50:40.965] ..$ message : chr(0) [05:50:40.965] ..$ amount : num 1 [05:50:40.965] ..$ step : NULL [05:50:40.965] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.965] ..$ call : NULL [05:50:40.965] ..$ calls :Dotted pair list of 14 [05:50:40.965] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.965] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.965] .. ..$ : language withVisible(expr) [05:50:40.965] .. ..$ : language slow_sum(1:10) [05:50:40.965] .. ..$ : language p(amount = 0) [05:50:40.965] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.965] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.965] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.965] .. ..$ : language signalCondition(cond) [05:50:40.965] .. ..$ : language (function (p) { ... [05:50:40.965] .. ..$ : language calling_handler(control_progression("hide")) [05:50:40.965] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.965] .. ..$ : language control_progression("hide") [05:50:40.965] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.965] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:40.989] hide_reporter() ... done M: Added value 5 - received a 'progression' (n=21) [05:50:40.990] unhide_reporter() ... [05:50:40.990] List of 15 [05:50:40.990] $ max_steps : int 10 [05:50:40.990] $ times : num Inf [05:50:40.990] $ interval : num 0.1 [05:50:40.990] $ enable_after: num 0 [05:50:40.990] $ auto_finish : logi TRUE [05:50:40.990] $ clear : logi TRUE [05:50:40.990] $ target : chr "terminal" [05:50:40.990] $ step : num 5 [05:50:40.990] $ message : chr "P: Adding 5" [05:50:40.990] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.990] $ delta : num 0 [05:50:40.990] $ enabled : logi TRUE [05:50:40.990] $ config :List of 7 [05:50:40.990] ..$ max_steps : int 10 [05:50:40.990] ..$ times : num Inf [05:50:40.990] ..$ interval : num 0.1 [05:50:40.990] ..$ enable_after: num 0 [05:50:40.990] ..$ auto_finish : logi TRUE [05:50:40.990] ..$ clear : logi TRUE [05:50:40.990] ..$ target : chr "terminal" [05:50:40.990] $ state :List of 5 [05:50:40.990] ..$ step : num 5 [05:50:40.990] ..$ message : chr "P: Adding 5" [05:50:40.990] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:40.990] ..$ delta : num 0 [05:50:40.990] ..$ enabled : logi TRUE [05:50:40.990] $ progression :List of 12 [05:50:40.990] ..$ owner_session_uuid: NULL [05:50:40.990] ..$ progressor_uuid : NULL [05:50:40.990] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:40.990] ..$ progression_index : NULL [05:50:40.990] ..$ progression_time : chr "2024-10-29 05:50:40.989 +0100" [05:50:40.990] ..$ type : chr "unhide" [05:50:40.990] ..$ message : chr(0) [05:50:40.990] ..$ amount : num 1 [05:50:40.990] ..$ step : NULL [05:50:40.990] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:40.990] ..$ call : NULL [05:50:40.990] ..$ calls :Dotted pair list of 14 [05:50:40.990] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:40.990] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:40.990] .. ..$ : language withVisible(expr) [05:50:40.990] .. ..$ : language slow_sum(1:10) [05:50:40.990] .. ..$ : language p(amount = 0) [05:50:40.990] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:40.990] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:40.990] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:40.990] .. ..$ : language signalCondition(cond) [05:50:40.990] .. ..$ : language (function (p) { ... [05:50:40.990] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:40.990] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:40.990] .. ..$ : language control_progression("unhide") [05:50:40.990] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:40.990] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[05:50:41.014] unhide_reporter() ... done [05:50:41.014] Progression calling handler 'update' ... [05:50:41.015] - progression: [05:50:41.015] List of 12 [05:50:41.015] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.015] ..- attr(*, "source")=List of 6 [05:50:41.015] .. ..$ host : Named chr "CRANWIN3" [05:50:41.015] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.015] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.015] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.015] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.015] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.015] .. ..$ pid : int 86276 [05:50:41.015] .. ..$ random : int 139112919 [05:50:41.015] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.015] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.015] $ progression_index : int 21 [05:50:41.015] $ progression_time : chr "2024-10-29 05:50:40.964 +0100" [05:50:41.015] $ type : chr "update" [05:50:41.015] $ message : chr(0) [05:50:41.015] $ amount : num 0 [05:50:41.015] $ step : NULL [05:50:41.015] $ time : POSIXct[1:1], format: "2024-10-29 05:50:40" [05:50:41.015] $ call : NULL [05:50:41.015] $ calls : NULL [05:50:41.015] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.031] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:41.031] - progression_index: 21 [05:50:41.031] - duplicated: FALSE [05:50:41.031] List of 4 [05:50:41.031] $ step : num 5 [05:50:41.031] $ p$amount : num 0 [05:50:41.031] $ p$step : NULL [05:50:41.031] $ max_steps: int 10 [05:50:41.034] List of 5 [05:50:41.034] $ finished : logi FALSE [05:50:41.034] $ step : num 5 [05:50:41.034] $ milestones : num [1:5] 6 7 8 9 10 [05:50:41.034] $ prev_milestone: num 5 [05:50:41.034] $ interval : num 0.1 [05:50:41.038] List of 4 [05:50:41.038] $ dt : 'difftime' num 0 [05:50:41.038] ..- attr(*, "units")= chr "secs" [05:50:41.038] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.038] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.038] $ skip: logi TRUE [05:50:41.041] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:41.043] hide_reporter() ... [05:50:41.043] List of 15 [05:50:41.043] $ max_steps : int 10 [05:50:41.043] $ times : num Inf [05:50:41.043] $ interval : num 0.1 [05:50:41.043] $ enable_after: num 0 [05:50:41.043] $ auto_finish : logi TRUE [05:50:41.043] $ clear : logi TRUE [05:50:41.043] $ target : chr "terminal" [05:50:41.043] $ step : num 5 [05:50:41.043] $ message : chr "P: Adding 5" [05:50:41.043] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.043] $ delta : num 0 [05:50:41.043] $ enabled : logi TRUE [05:50:41.043] $ config :List of 7 [05:50:41.043] ..$ max_steps : int 10 [05:50:41.043] ..$ times : num Inf [05:50:41.043] ..$ interval : num 0.1 [05:50:41.043] ..$ enable_after: num 0 [05:50:41.043] ..$ auto_finish : logi TRUE [05:50:41.043] ..$ clear : logi TRUE [05:50:41.043] ..$ target : chr "terminal" [05:50:41.043] $ state :List of 5 [05:50:41.043] ..$ step : num 5 [05:50:41.043] ..$ message : chr "P: Adding 5" [05:50:41.043] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.043] ..$ delta : num 0 [05:50:41.043] ..$ enabled : logi TRUE [05:50:41.043] $ progression :List of 12 [05:50:41.043] ..$ owner_session_uuid: NULL [05:50:41.043] ..$ progressor_uuid : NULL [05:50:41.043] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.043] ..$ progression_index : NULL [05:50:41.043] ..$ progression_time : chr "2024-10-29 05:50:41.042 +0100" [05:50:41.043] ..$ type : chr "hide" [05:50:41.043] ..$ message : chr(0) [05:50:41.043] ..$ amount : num 1 [05:50:41.043] ..$ step : NULL [05:50:41.043] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.043] ..$ call : NULL [05:50:41.043] ..$ calls :Dotted pair list of 14 [05:50:41.043] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.043] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.043] .. ..$ : language withVisible(expr) [05:50:41.043] .. ..$ : language slow_sum(1:10) [05:50:41.043] .. ..$ : language p(amount = 0) [05:50:41.043] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.043] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.043] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.043] .. ..$ : language signalCondition(cond) [05:50:41.043] .. ..$ : language (function (p) { ... [05:50:41.043] .. ..$ : language calling_handler(control_progression("hide")) [05:50:41.043] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.043] .. ..$ : language control_progression("hide") [05:50:41.043] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.043] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:41.072] hide_reporter() ... done - received a 'progression' (n=22) [05:50:41.073] unhide_reporter() ... [05:50:41.073] List of 15 [05:50:41.073] $ max_steps : int 10 [05:50:41.073] $ times : num Inf [05:50:41.073] $ interval : num 0.1 [05:50:41.073] $ enable_after: num 0 [05:50:41.073] $ auto_finish : logi TRUE [05:50:41.073] $ clear : logi TRUE [05:50:41.073] $ target : chr "terminal" [05:50:41.073] $ step : num 5 [05:50:41.073] $ message : chr "P: Adding 5" [05:50:41.073] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.073] $ delta : num 0 [05:50:41.073] $ enabled : logi TRUE [05:50:41.073] $ config :List of 7 [05:50:41.073] ..$ max_steps : int 10 [05:50:41.073] ..$ times : num Inf [05:50:41.073] ..$ interval : num 0.1 [05:50:41.073] ..$ enable_after: num 0 [05:50:41.073] ..$ auto_finish : logi TRUE [05:50:41.073] ..$ clear : logi TRUE [05:50:41.073] ..$ target : chr "terminal" [05:50:41.073] $ state :List of 5 [05:50:41.073] ..$ step : num 5 [05:50:41.073] ..$ message : chr "P: Adding 5" [05:50:41.073] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.073] ..$ delta : num 0 [05:50:41.073] ..$ enabled : logi TRUE [05:50:41.073] $ progression :List of 12 [05:50:41.073] ..$ owner_session_uuid: NULL [05:50:41.073] ..$ progressor_uuid : NULL [05:50:41.073] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.073] ..$ progression_index : NULL [05:50:41.073] ..$ progression_time : chr "2024-10-29 05:50:41.073 +0100" [05:50:41.073] ..$ type : chr "unhide" [05:50:41.073] ..$ message : chr(0) [05:50:41.073] ..$ amount : num 1 [05:50:41.073] ..$ step : NULL [05:50:41.073] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.073] ..$ call : NULL [05:50:41.073] ..$ calls :Dotted pair list of 14 [05:50:41.073] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.073] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.073] .. ..$ : language withVisible(expr) [05:50:41.073] .. ..$ : language slow_sum(1:10) [05:50:41.073] .. ..$ : language p(amount = 0) [05:50:41.073] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.073] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.073] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.073] .. ..$ : language signalCondition(cond) [05:50:41.073] .. ..$ : language (function (p) { ... [05:50:41.073] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:41.073] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.073] .. ..$ : language control_progression("unhide") [05:50:41.073] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.073] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[05:50:41.104] unhide_reporter() ... done [05:50:41.104] Progression calling handler 'update' ... [05:50:41.104] - progression: [05:50:41.104] List of 12 [05:50:41.104] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.104] ..- attr(*, "source")=List of 6 [05:50:41.104] .. ..$ host : Named chr "CRANWIN3" [05:50:41.104] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.104] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.104] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.104] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.104] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.104] .. ..$ pid : int 86276 [05:50:41.104] .. ..$ random : int 139112919 [05:50:41.104] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.104] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.104] $ progression_index : int 22 [05:50:41.104] $ progression_time : chr "2024-10-29 05:50:41.042 +0100" [05:50:41.104] $ type : chr "update" [05:50:41.104] $ message : chr(0) [05:50:41.104] $ amount : num 0 [05:50:41.104] $ step : NULL [05:50:41.104] $ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.104] $ call : NULL [05:50:41.104] $ calls : NULL [05:50:41.104] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.117] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:41.117] - progression_index: 22 [05:50:41.117] - duplicated: FALSE [05:50:41.117] List of 4 [05:50:41.117] $ step : num 5 [05:50:41.117] $ p$amount : num 0 [05:50:41.117] $ p$step : NULL [05:50:41.117] $ max_steps: int 10 [05:50:41.120] List of 5 [05:50:41.120] $ finished : logi FALSE [05:50:41.120] $ step : num 5 [05:50:41.120] $ milestones : num [1:5] 6 7 8 9 10 [05:50:41.120] $ prev_milestone: num 5 [05:50:41.120] $ interval : num 0.1 [05:50:41.124] List of 4 [05:50:41.124] $ dt : 'difftime' num 0 [05:50:41.124] ..- attr(*, "units")= chr "secs" [05:50:41.124] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.124] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.124] $ skip: logi TRUE [05:50:41.128] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:41.129] hide_reporter() ... [05:50:41.129] List of 15 [05:50:41.129] $ max_steps : int 10 [05:50:41.129] $ times : num Inf [05:50:41.129] $ interval : num 0.1 [05:50:41.129] $ enable_after: num 0 [05:50:41.129] $ auto_finish : logi TRUE [05:50:41.129] $ clear : logi TRUE [05:50:41.129] $ target : chr "terminal" [05:50:41.129] $ step : num 5 [05:50:41.129] $ message : chr "P: Adding 5" [05:50:41.129] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.129] $ delta : num 0 [05:50:41.129] $ enabled : logi TRUE [05:50:41.129] $ config :List of 7 [05:50:41.129] ..$ max_steps : int 10 [05:50:41.129] ..$ times : num Inf [05:50:41.129] ..$ interval : num 0.1 [05:50:41.129] ..$ enable_after: num 0 [05:50:41.129] ..$ auto_finish : logi TRUE [05:50:41.129] ..$ clear : logi TRUE [05:50:41.129] ..$ target : chr "terminal" [05:50:41.129] $ state :List of 5 [05:50:41.129] ..$ step : num 5 [05:50:41.129] ..$ message : chr "P: Adding 5" [05:50:41.129] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.129] ..$ delta : num 0 [05:50:41.129] ..$ enabled : logi TRUE [05:50:41.129] $ progression :List of 12 [05:50:41.129] ..$ owner_session_uuid: NULL [05:50:41.129] ..$ progressor_uuid : NULL [05:50:41.129] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.129] ..$ progression_index : NULL [05:50:41.129] ..$ progression_time : chr "2024-10-29 05:50:41.129 +0100" [05:50:41.129] ..$ type : chr "hide" [05:50:41.129] ..$ message : chr(0) [05:50:41.129] ..$ amount : num 1 [05:50:41.129] ..$ step : NULL [05:50:41.129] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.129] ..$ call : NULL [05:50:41.129] ..$ calls :Dotted pair list of 14 [05:50:41.129] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.129] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.129] .. ..$ : language withVisible(expr) [05:50:41.129] .. ..$ : language slow_sum(1:10) [05:50:41.129] .. ..$ : language p(amount = 0) [05:50:41.129] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.129] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.129] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.129] .. ..$ : language signalCondition(cond) [05:50:41.129] .. ..$ : language (function (p) { ... [05:50:41.129] .. ..$ : language calling_handler(control_progression("hide")) [05:50:41.129] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.129] .. ..$ : language control_progression("hide") [05:50:41.129] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.129] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:41.163] hide_reporter() ... done - received a 'progression' (n=23) [05:50:41.164] unhide_reporter() ... [05:50:41.164] List of 15 [05:50:41.164] $ max_steps : int 10 [05:50:41.164] $ times : num Inf [05:50:41.164] $ interval : num 0.1 [05:50:41.164] $ enable_after: num 0 [05:50:41.164] $ auto_finish : logi TRUE [05:50:41.164] $ clear : logi TRUE [05:50:41.164] $ target : chr "terminal" [05:50:41.164] $ step : num 5 [05:50:41.164] $ message : chr "P: Adding 5" [05:50:41.164] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.164] $ delta : num 0 [05:50:41.164] $ enabled : logi TRUE [05:50:41.164] $ config :List of 7 [05:50:41.164] ..$ max_steps : int 10 [05:50:41.164] ..$ times : num Inf [05:50:41.164] ..$ interval : num 0.1 [05:50:41.164] ..$ enable_after: num 0 [05:50:41.164] ..$ auto_finish : logi TRUE [05:50:41.164] ..$ clear : logi TRUE [05:50:41.164] ..$ target : chr "terminal" [05:50:41.164] $ state :List of 5 [05:50:41.164] ..$ step : num 5 [05:50:41.164] ..$ message : chr "P: Adding 5" [05:50:41.164] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.164] ..$ delta : num 0 [05:50:41.164] ..$ enabled : logi TRUE [05:50:41.164] $ progression :List of 12 [05:50:41.164] ..$ owner_session_uuid: NULL [05:50:41.164] ..$ progressor_uuid : NULL [05:50:41.164] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.164] ..$ progression_index : NULL [05:50:41.164] ..$ progression_time : chr "2024-10-29 05:50:41.164 +0100" [05:50:41.164] ..$ type : chr "unhide" [05:50:41.164] ..$ message : chr(0) [05:50:41.164] ..$ amount : num 1 [05:50:41.164] ..$ step : NULL [05:50:41.164] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.164] ..$ call : NULL [05:50:41.164] ..$ calls :Dotted pair list of 14 [05:50:41.164] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.164] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.164] .. ..$ : language withVisible(expr) [05:50:41.164] .. ..$ : language slow_sum(1:10) [05:50:41.164] .. ..$ : language p(amount = 0) [05:50:41.164] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.164] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.164] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.164] .. ..$ : language signalCondition(cond) [05:50:41.164] .. ..$ : language (function (p) { ... [05:50:41.164] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:41.164] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.164] .. ..$ : language control_progression("unhide") [05:50:41.164] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.164] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[05:50:41.194] unhide_reporter() ... done [05:50:41.195] Progression calling handler 'update' ... [05:50:41.195] - progression: [05:50:41.195] List of 12 [05:50:41.195] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.195] ..- attr(*, "source")=List of 6 [05:50:41.195] .. ..$ host : Named chr "CRANWIN3" [05:50:41.195] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.195] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.195] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.195] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.195] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.195] .. ..$ pid : int 86276 [05:50:41.195] .. ..$ random : int 139112919 [05:50:41.195] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.195] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.195] $ progression_index : int 23 [05:50:41.195] $ progression_time : chr "2024-10-29 05:50:41.128 +0100" [05:50:41.195] $ type : chr "update" [05:50:41.195] $ message : chr(0) [05:50:41.195] $ amount : num 0 [05:50:41.195] $ step : NULL [05:50:41.195] $ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.195] $ call : NULL [05:50:41.195] $ calls : NULL [05:50:41.195] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.207] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:41.207] - progression_index: 23 [05:50:41.208] - duplicated: FALSE [05:50:41.208] List of 4 [05:50:41.208] $ step : num 5 [05:50:41.208] $ p$amount : num 0 [05:50:41.208] $ p$step : NULL [05:50:41.208] $ max_steps: int 10 [05:50:41.211] List of 5 [05:50:41.211] $ finished : logi FALSE [05:50:41.211] $ step : num 5 [05:50:41.211] $ milestones : num [1:5] 6 7 8 9 10 [05:50:41.211] $ prev_milestone: num 5 [05:50:41.211] $ interval : num 0.1 [05:50:41.214] List of 4 [05:50:41.214] $ dt : 'difftime' num 0 [05:50:41.214] ..- attr(*, "units")= chr "secs" [05:50:41.214] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.214] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.214] $ skip: logi TRUE [05:50:41.218] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:41.219] hide_reporter() ... [05:50:41.219] List of 15 [05:50:41.219] $ max_steps : int 10 [05:50:41.219] $ times : num Inf [05:50:41.219] $ interval : num 0.1 [05:50:41.219] $ enable_after: num 0 [05:50:41.219] $ auto_finish : logi TRUE [05:50:41.219] $ clear : logi TRUE [05:50:41.219] $ target : chr "terminal" [05:50:41.219] $ step : num 5 [05:50:41.219] $ message : chr "P: Adding 5" [05:50:41.219] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.219] $ delta : num 0 [05:50:41.219] $ enabled : logi TRUE [05:50:41.219] $ config :List of 7 [05:50:41.219] ..$ max_steps : int 10 [05:50:41.219] ..$ times : num Inf [05:50:41.219] ..$ interval : num 0.1 [05:50:41.219] ..$ enable_after: num 0 [05:50:41.219] ..$ auto_finish : logi TRUE [05:50:41.219] ..$ clear : logi TRUE [05:50:41.219] ..$ target : chr "terminal" [05:50:41.219] $ state :List of 5 [05:50:41.219] ..$ step : num 5 [05:50:41.219] ..$ message : chr "P: Adding 5" [05:50:41.219] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.219] ..$ delta : num 0 [05:50:41.219] ..$ enabled : logi TRUE [05:50:41.219] $ progression :List of 12 [05:50:41.219] ..$ owner_session_uuid: NULL [05:50:41.219] ..$ progressor_uuid : NULL [05:50:41.219] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.219] ..$ progression_index : NULL [05:50:41.219] ..$ progression_time : chr "2024-10-29 05:50:41.219 +0100" [05:50:41.219] ..$ type : chr "hide" [05:50:41.219] ..$ message : chr(0) [05:50:41.219] ..$ amount : num 1 [05:50:41.219] ..$ step : NULL [05:50:41.219] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.219] ..$ call : NULL [05:50:41.219] ..$ calls :Dotted pair list of 14 [05:50:41.219] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.219] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.219] .. ..$ : language withVisible(expr) [05:50:41.219] .. ..$ : language slow_sum(1:10) [05:50:41.219] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:41.219] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.219] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.219] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.219] .. ..$ : language signalCondition(cond) [05:50:41.219] .. ..$ : language (function (p) { ... [05:50:41.219] .. ..$ : language calling_handler(control_progression("hide")) [05:50:41.219] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.219] .. ..$ : language control_progression("hide") [05:50:41.219] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.219] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:41.249] hide_reporter() ... done - received a 'progression' (n=24) [05:50:41.250] unhide_reporter() ... [05:50:41.250] List of 15 [05:50:41.250] $ max_steps : int 10 [05:50:41.250] $ times : num Inf [05:50:41.250] $ interval : num 0.1 [05:50:41.250] $ enable_after: num 0 [05:50:41.250] $ auto_finish : logi TRUE [05:50:41.250] $ clear : logi TRUE [05:50:41.250] $ target : chr "terminal" [05:50:41.250] $ step : num 5 [05:50:41.250] $ message : chr "P: Adding 5" [05:50:41.250] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.250] $ delta : num 0 [05:50:41.250] $ enabled : logi TRUE [05:50:41.250] $ config :List of 7 [05:50:41.250] ..$ max_steps : int 10 [05:50:41.250] ..$ times : num Inf [05:50:41.250] ..$ interval : num 0.1 [05:50:41.250] ..$ enable_after: num 0 [05:50:41.250] ..$ auto_finish : logi TRUE [05:50:41.250] ..$ clear : logi TRUE [05:50:41.250] ..$ target : chr "terminal" [05:50:41.250] $ state :List of 5 [05:50:41.250] ..$ step : num 5 [05:50:41.250] ..$ message : chr "P: Adding 5" [05:50:41.250] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.250] ..$ delta : num 0 [05:50:41.250] ..$ enabled : logi TRUE [05:50:41.250] $ progression :List of 12 [05:50:41.250] ..$ owner_session_uuid: NULL [05:50:41.250] ..$ progressor_uuid : NULL [05:50:41.250] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.250] ..$ progression_index : NULL [05:50:41.250] ..$ progression_time : chr "2024-10-29 05:50:41.249 +0100" [05:50:41.250] ..$ type : chr "unhide" [05:50:41.250] ..$ message : chr(0) [05:50:41.250] ..$ amount : num 1 [05:50:41.250] ..$ step : NULL [05:50:41.250] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.250] ..$ call : NULL [05:50:41.250] ..$ calls :Dotted pair list of 14 [05:50:41.250] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.250] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.250] .. ..$ : language withVisible(expr) [05:50:41.250] .. ..$ : language slow_sum(1:10) [05:50:41.250] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:41.250] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.250] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.250] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.250] .. ..$ : language signalCondition(cond) [05:50:41.250] .. ..$ : language (function (p) { ... [05:50:41.250] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:41.250] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.250] .. ..$ : language control_progression("unhide") [05:50:41.250] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.250] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[05:50:41.278] unhide_reporter() ... done [05:50:41.278] Progression calling handler 'update' ... [05:50:41.279] - progression: [05:50:41.279] List of 12 [05:50:41.279] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.279] ..- attr(*, "source")=List of 6 [05:50:41.279] .. ..$ host : Named chr "CRANWIN3" [05:50:41.279] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.279] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.279] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.279] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.279] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.279] .. ..$ pid : int 86276 [05:50:41.279] .. ..$ random : int 139112919 [05:50:41.279] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.279] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.279] $ progression_index : int 24 [05:50:41.279] $ progression_time : chr "2024-10-29 05:50:41.218 +0100" [05:50:41.279] $ type : chr "update" [05:50:41.279] $ message : chr "P: Adding 6" [05:50:41.279] $ amount : num 1 [05:50:41.279] $ step : NULL [05:50:41.279] $ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.279] $ call : NULL [05:50:41.279] $ calls : NULL [05:50:41.279] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.290] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:41.290] - progression_index: 24 [05:50:41.291] - duplicated: FALSE [05:50:41.291] List of 4 [05:50:41.291] $ step : num 5 [05:50:41.291] $ p$amount : num 1 [05:50:41.291] $ p$step : NULL [05:50:41.291] $ max_steps: int 10 [05:50:41.297] List of 5 [05:50:41.297] $ finished : logi FALSE [05:50:41.297] $ step : num 6 [05:50:41.297] $ milestones : num [1:5] 6 7 8 9 10 [05:50:41.297] $ prev_milestone: num 5 [05:50:41.297] $ interval : num 0.1 [05:50:41.301] List of 4 [05:50:41.301] $ dt : 'difftime' num 0.0863239765167236 [05:50:41.301] ..- attr(*, "units")= chr "secs" [05:50:41.301] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.301] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.301] $ skip: logi TRUE [05:50:41.304] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [05:50:41.306] hide_reporter() ... [05:50:41.306] List of 15 [05:50:41.306] $ max_steps : int 10 [05:50:41.306] $ times : num Inf [05:50:41.306] $ interval : num 0.1 [05:50:41.306] $ enable_after: num 0 [05:50:41.306] $ auto_finish : logi TRUE [05:50:41.306] $ clear : logi TRUE [05:50:41.306] $ target : chr "terminal" [05:50:41.306] $ step : num 6 [05:50:41.306] $ message : chr "P: Adding 6" [05:50:41.306] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.306] $ delta : num 1 [05:50:41.306] $ enabled : logi TRUE [05:50:41.306] $ config :List of 7 [05:50:41.306] ..$ max_steps : int 10 [05:50:41.306] ..$ times : num Inf [05:50:41.306] ..$ interval : num 0.1 [05:50:41.306] ..$ enable_after: num 0 [05:50:41.306] ..$ auto_finish : logi TRUE [05:50:41.306] ..$ clear : logi TRUE [05:50:41.306] ..$ target : chr "terminal" [05:50:41.306] $ state :List of 5 [05:50:41.306] ..$ step : num 6 [05:50:41.306] ..$ message : chr "P: Adding 6" [05:50:41.306] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.306] ..$ delta : num 1 [05:50:41.306] ..$ enabled : logi TRUE [05:50:41.306] $ progression :List of 12 [05:50:41.306] ..$ owner_session_uuid: NULL [05:50:41.306] ..$ progressor_uuid : NULL [05:50:41.306] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.306] ..$ progression_index : NULL [05:50:41.306] ..$ progression_time : chr "2024-10-29 05:50:41.305 +0100" [05:50:41.306] ..$ type : chr "hide" [05:50:41.306] ..$ message : chr(0) [05:50:41.306] ..$ amount : num 1 [05:50:41.306] ..$ step : NULL [05:50:41.306] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.306] ..$ call : NULL [05:50:41.306] ..$ calls :Dotted pair list of 14 [05:50:41.306] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.306] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.306] .. ..$ : language withVisible(expr) [05:50:41.306] .. ..$ : language slow_sum(1:10) [05:50:41.306] .. ..$ : language p(amount = 0) [05:50:41.306] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.306] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.306] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.306] .. ..$ : language signalCondition(cond) [05:50:41.306] .. ..$ : language (function (p) { ... [05:50:41.306] .. ..$ : language calling_handler(control_progression("hide")) [05:50:41.306] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.306] .. ..$ : language control_progression("hide") [05:50:41.306] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.306] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:41.334] hide_reporter() ... done M: Added value 6 - received a 'progression' (n=25) [05:50:41.335] unhide_reporter() ... [05:50:41.335] List of 15 [05:50:41.335] $ max_steps : int 10 [05:50:41.335] $ times : num Inf [05:50:41.335] $ interval : num 0.1 [05:50:41.335] $ enable_after: num 0 [05:50:41.335] $ auto_finish : logi TRUE [05:50:41.335] $ clear : logi TRUE [05:50:41.335] $ target : chr "terminal" [05:50:41.335] $ step : num 6 [05:50:41.335] $ message : chr "P: Adding 6" [05:50:41.335] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.335] $ delta : num 1 [05:50:41.335] $ enabled : logi TRUE [05:50:41.335] $ config :List of 7 [05:50:41.335] ..$ max_steps : int 10 [05:50:41.335] ..$ times : num Inf [05:50:41.335] ..$ interval : num 0.1 [05:50:41.335] ..$ enable_after: num 0 [05:50:41.335] ..$ auto_finish : logi TRUE [05:50:41.335] ..$ clear : logi TRUE [05:50:41.335] ..$ target : chr "terminal" [05:50:41.335] $ state :List of 5 [05:50:41.335] ..$ step : num 6 [05:50:41.335] ..$ message : chr "P: Adding 6" [05:50:41.335] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.335] ..$ delta : num 1 [05:50:41.335] ..$ enabled : logi TRUE [05:50:41.335] $ progression :List of 12 [05:50:41.335] ..$ owner_session_uuid: NULL [05:50:41.335] ..$ progressor_uuid : NULL [05:50:41.335] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.335] ..$ progression_index : NULL [05:50:41.335] ..$ progression_time : chr "2024-10-29 05:50:41.335 +0100" [05:50:41.335] ..$ type : chr "unhide" [05:50:41.335] ..$ message : chr(0) [05:50:41.335] ..$ amount : num 1 [05:50:41.335] ..$ step : NULL [05:50:41.335] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.335] ..$ call : NULL [05:50:41.335] ..$ calls :Dotted pair list of 14 [05:50:41.335] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.335] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.335] .. ..$ : language withVisible(expr) [05:50:41.335] .. ..$ : language slow_sum(1:10) [05:50:41.335] .. ..$ : language p(amount = 0) [05:50:41.335] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.335] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.335] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.335] .. ..$ : language signalCondition(cond) [05:50:41.335] .. ..$ : language (function (p) { ... [05:50:41.335] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:41.335] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.335] .. ..$ : language control_progression("unhide") [05:50:41.335] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.335] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[05:50:41.363] unhide_reporter() ... done [05:50:41.363] Progression calling handler 'update' ... [05:50:41.363] - progression: [05:50:41.363] List of 12 [05:50:41.363] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.363] ..- attr(*, "source")=List of 6 [05:50:41.363] .. ..$ host : Named chr "CRANWIN3" [05:50:41.363] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.363] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.363] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.363] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.363] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.363] .. ..$ pid : int 86276 [05:50:41.363] .. ..$ random : int 139112919 [05:50:41.363] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.363] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.363] $ progression_index : int 25 [05:50:41.363] $ progression_time : chr "2024-10-29 05:50:41.305 +0100" [05:50:41.363] $ type : chr "update" [05:50:41.363] $ message : chr(0) [05:50:41.363] $ amount : num 0 [05:50:41.363] $ step : NULL [05:50:41.363] $ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.363] $ call : NULL [05:50:41.363] $ calls : NULL [05:50:41.363] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.374] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:41.375] - progression_index: 25 [05:50:41.375] - duplicated: FALSE [05:50:41.375] List of 4 [05:50:41.375] $ step : num 6 [05:50:41.375] $ p$amount : num 0 [05:50:41.375] $ p$step : NULL [05:50:41.375] $ max_steps: int 10 [05:50:41.378] List of 5 [05:50:41.378] $ finished : logi FALSE [05:50:41.378] $ step : num 6 [05:50:41.378] $ milestones : num [1:4] 7 8 9 10 [05:50:41.378] $ prev_milestone: num 5 [05:50:41.378] $ interval : num 0.1 [05:50:41.381] List of 4 [05:50:41.381] $ dt : 'difftime' num 0.166929006576538 [05:50:41.381] ..- attr(*, "units")= chr "secs" [05:50:41.381] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.381] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.381] $ skip: logi FALSE [05:50:41.384] List of 1 [05:50:41.384] $ milestones: num [1:4] 7 8 9 10 [05:50:41.386] update_reporter() ... [05:50:41.386] List of 15 [05:50:41.386] $ max_steps : int 10 [05:50:41.386] $ times : num Inf [05:50:41.386] $ interval : num 0.1 [05:50:41.386] $ enable_after: num 0 [05:50:41.386] $ auto_finish : logi TRUE [05:50:41.386] $ clear : logi TRUE [05:50:41.386] $ target : chr "terminal" [05:50:41.386] $ step : num 6 [05:50:41.386] $ message : chr "P: Adding 6" [05:50:41.386] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.386] $ delta : num 1 [05:50:41.386] $ enabled : logi TRUE [05:50:41.386] $ config :List of 7 [05:50:41.386] ..$ max_steps : int 10 [05:50:41.386] ..$ times : num Inf [05:50:41.386] ..$ interval : num 0.1 [05:50:41.386] ..$ enable_after: num 0 [05:50:41.386] ..$ auto_finish : logi TRUE [05:50:41.386] ..$ clear : logi TRUE [05:50:41.386] ..$ target : chr "terminal" [05:50:41.386] $ state :List of 5 [05:50:41.386] ..$ step : num 6 [05:50:41.386] ..$ message : chr "P: Adding 6" [05:50:41.386] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.386] ..$ delta : num 1 [05:50:41.386] ..$ enabled : logi TRUE [05:50:41.386] $ progression :List of 12 [05:50:41.386] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.386] .. ..- attr(*, "source")=List of 6 [05:50:41.386] .. .. ..$ host : Named chr "CRANWIN3" [05:50:41.386] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.386] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.386] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.386] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.386] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.386] .. .. ..$ pid : int 86276 [05:50:41.386] .. .. ..$ random : int 139112919 [05:50:41.386] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.386] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.386] ..$ progression_index : int 25 [05:50:41.386] ..$ progression_time : chr "2024-10-29 05:50:41.305 +0100" [05:50:41.386] ..$ type : chr "update" [05:50:41.386] ..$ message : chr(0) [05:50:41.386] ..$ amount : num 0 [05:50:41.386] ..$ step : NULL [05:50:41.386] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.386] ..$ call : NULL [05:50:41.386] ..$ calls : NULL [05:50:41.386] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.415] update_reporter() ... done [05:50:41.415] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:41.417] hide_reporter() ... [05:50:41.417] List of 15 [05:50:41.417] $ max_steps : int 10 [05:50:41.417] $ times : num Inf [05:50:41.417] $ interval : num 0.1 [05:50:41.417] $ enable_after: num 0 [05:50:41.417] $ auto_finish : logi TRUE [05:50:41.417] $ clear : logi TRUE [05:50:41.417] $ target : chr "terminal" [05:50:41.417] $ step : num 6 [05:50:41.417] $ message : chr "P: Adding 6" [05:50:41.417] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.417] $ delta : num 1 [05:50:41.417] $ enabled : logi TRUE [05:50:41.417] $ config :List of 7 [05:50:41.417] ..$ max_steps : int 10 [05:50:41.417] ..$ times : num Inf [05:50:41.417] ..$ interval : num 0.1 [05:50:41.417] ..$ enable_after: num 0 [05:50:41.417] ..$ auto_finish : logi TRUE [05:50:41.417] ..$ clear : logi TRUE [05:50:41.417] ..$ target : chr "terminal" [05:50:41.417] $ state :List of 5 [05:50:41.417] ..$ step : num 6 [05:50:41.417] ..$ message : chr "P: Adding 6" [05:50:41.417] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.417] ..$ delta : num 1 [05:50:41.417] ..$ enabled : logi TRUE [05:50:41.417] $ progression :List of 12 [05:50:41.417] ..$ owner_session_uuid: NULL [05:50:41.417] ..$ progressor_uuid : NULL [05:50:41.417] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.417] ..$ progression_index : NULL [05:50:41.417] ..$ progression_time : chr "2024-10-29 05:50:41.417 +0100" [05:50:41.417] ..$ type : chr "hide" [05:50:41.417] ..$ message : chr(0) [05:50:41.417] ..$ amount : num 1 [05:50:41.417] ..$ step : NULL [05:50:41.417] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.417] ..$ call : NULL [05:50:41.417] ..$ calls :Dotted pair list of 14 [05:50:41.417] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.417] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.417] .. ..$ : language withVisible(expr) [05:50:41.417] .. ..$ : language slow_sum(1:10) [05:50:41.417] .. ..$ : language p(amount = 0) [05:50:41.417] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.417] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.417] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.417] .. ..$ : language signalCondition(cond) [05:50:41.417] .. ..$ : language (function (p) { ... [05:50:41.417] .. ..$ : language calling_handler(control_progression("hide")) [05:50:41.417] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.417] .. ..$ : language control_progression("hide") [05:50:41.417] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.417] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:41.454] hide_reporter() ... done - received a 'progression' (n=26) [05:50:41.455] unhide_reporter() ... [05:50:41.455] List of 15 [05:50:41.455] $ max_steps : int 10 [05:50:41.455] $ times : num Inf [05:50:41.455] $ interval : num 0.1 [05:50:41.455] $ enable_after: num 0 [05:50:41.455] $ auto_finish : logi TRUE [05:50:41.455] $ clear : logi TRUE [05:50:41.455] $ target : chr "terminal" [05:50:41.455] $ step : num 6 [05:50:41.455] $ message : chr "P: Adding 6" [05:50:41.455] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.455] $ delta : num 1 [05:50:41.455] $ enabled : logi TRUE [05:50:41.455] $ config :List of 7 [05:50:41.455] ..$ max_steps : int 10 [05:50:41.455] ..$ times : num Inf [05:50:41.455] ..$ interval : num 0.1 [05:50:41.455] ..$ enable_after: num 0 [05:50:41.455] ..$ auto_finish : logi TRUE [05:50:41.455] ..$ clear : logi TRUE [05:50:41.455] ..$ target : chr "terminal" [05:50:41.455] $ state :List of 5 [05:50:41.455] ..$ step : num 6 [05:50:41.455] ..$ message : chr "P: Adding 6" [05:50:41.455] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.455] ..$ delta : num 1 [05:50:41.455] ..$ enabled : logi TRUE [05:50:41.455] $ progression :List of 12 [05:50:41.455] ..$ owner_session_uuid: NULL [05:50:41.455] ..$ progressor_uuid : NULL [05:50:41.455] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.455] ..$ progression_index : NULL [05:50:41.455] ..$ progression_time : chr "2024-10-29 05:50:41.455 +0100" [05:50:41.455] ..$ type : chr "unhide" [05:50:41.455] ..$ message : chr(0) [05:50:41.455] ..$ amount : num 1 [05:50:41.455] ..$ step : NULL [05:50:41.455] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.455] ..$ call : NULL [05:50:41.455] ..$ calls :Dotted pair list of 14 [05:50:41.455] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.455] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.455] .. ..$ : language withVisible(expr) [05:50:41.455] .. ..$ : language slow_sum(1:10) [05:50:41.455] .. ..$ : language p(amount = 0) [05:50:41.455] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.455] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.455] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.455] .. ..$ : language signalCondition(cond) [05:50:41.455] .. ..$ : language (function (p) { ... [05:50:41.455] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:41.455] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.455] .. ..$ : language control_progression("unhide") [05:50:41.455] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.455] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[05:50:41.488] unhide_reporter() ... done [05:50:41.489] Progression calling handler 'update' ... [05:50:41.489] - progression: [05:50:41.489] List of 12 [05:50:41.489] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.489] ..- attr(*, "source")=List of 6 [05:50:41.489] .. ..$ host : Named chr "CRANWIN3" [05:50:41.489] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.489] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.489] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.489] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.489] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.489] .. ..$ pid : int 86276 [05:50:41.489] .. ..$ random : int 139112919 [05:50:41.489] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.489] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.489] $ progression_index : int 26 [05:50:41.489] $ progression_time : chr "2024-10-29 05:50:41.416 +0100" [05:50:41.489] $ type : chr "update" [05:50:41.489] $ message : chr(0) [05:50:41.489] $ amount : num 0 [05:50:41.489] $ step : NULL [05:50:41.489] $ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.489] $ call : NULL [05:50:41.489] $ calls : NULL [05:50:41.489] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.502] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:41.503] - progression_index: 26 [05:50:41.503] - duplicated: FALSE [05:50:41.503] List of 4 [05:50:41.503] $ step : num 6 [05:50:41.503] $ p$amount : num 0 [05:50:41.503] $ p$step : NULL [05:50:41.503] $ max_steps: int 10 [05:50:41.506] List of 5 [05:50:41.506] $ finished : logi FALSE [05:50:41.506] $ step : num 6 [05:50:41.506] $ milestones : num [1:4] 7 8 9 10 [05:50:41.506] $ prev_milestone: num 5 [05:50:41.506] $ interval : num 0.1 [05:50:41.511] List of 4 [05:50:41.511] $ dt : 'difftime' num 0.295679807662964 [05:50:41.511] ..- attr(*, "units")= chr "secs" [05:50:41.511] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.511] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.511] $ skip: logi FALSE [05:50:41.514] List of 1 [05:50:41.514] $ milestones: num [1:4] 7 8 9 10 [05:50:41.516] update_reporter() ... [05:50:41.516] List of 15 [05:50:41.516] $ max_steps : int 10 [05:50:41.516] $ times : num Inf [05:50:41.516] $ interval : num 0.1 [05:50:41.516] $ enable_after: num 0 [05:50:41.516] $ auto_finish : logi TRUE [05:50:41.516] $ clear : logi TRUE [05:50:41.516] $ target : chr "terminal" [05:50:41.516] $ step : num 6 [05:50:41.516] $ message : chr "P: Adding 6" [05:50:41.516] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.516] $ delta : num 1 [05:50:41.516] $ enabled : logi TRUE [05:50:41.516] $ config :List of 7 [05:50:41.516] ..$ max_steps : int 10 [05:50:41.516] ..$ times : num Inf [05:50:41.516] ..$ interval : num 0.1 [05:50:41.516] ..$ enable_after: num 0 [05:50:41.516] ..$ auto_finish : logi TRUE [05:50:41.516] ..$ clear : logi TRUE [05:50:41.516] ..$ target : chr "terminal" [05:50:41.516] $ state :List of 5 [05:50:41.516] ..$ step : num 6 [05:50:41.516] ..$ message : chr "P: Adding 6" [05:50:41.516] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.516] ..$ delta : num 1 [05:50:41.516] ..$ enabled : logi TRUE [05:50:41.516] $ progression :List of 12 [05:50:41.516] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.516] .. ..- attr(*, "source")=List of 6 [05:50:41.516] .. .. ..$ host : Named chr "CRANWIN3" [05:50:41.516] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.516] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.516] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.516] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.516] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.516] .. .. ..$ pid : int 86276 [05:50:41.516] .. .. ..$ random : int 139112919 [05:50:41.516] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.516] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.516] ..$ progression_index : int 26 [05:50:41.516] ..$ progression_time : chr "2024-10-29 05:50:41.416 +0100" [05:50:41.516] ..$ type : chr "update" [05:50:41.516] ..$ message : chr(0) [05:50:41.516] ..$ amount : num 0 [05:50:41.516] ..$ step : NULL [05:50:41.516] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.516] ..$ call : NULL [05:50:41.516] ..$ calls : NULL [05:50:41.516] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.546] update_reporter() ... done [05:50:41.546] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:41.548] hide_reporter() ... [05:50:41.548] List of 15 [05:50:41.548] $ max_steps : int 10 [05:50:41.548] $ times : num Inf [05:50:41.548] $ interval : num 0.1 [05:50:41.548] $ enable_after: num 0 [05:50:41.548] $ auto_finish : logi TRUE [05:50:41.548] $ clear : logi TRUE [05:50:41.548] $ target : chr "terminal" [05:50:41.548] $ step : num 6 [05:50:41.548] $ message : chr "P: Adding 6" [05:50:41.548] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.548] $ delta : num 1 [05:50:41.548] $ enabled : logi TRUE [05:50:41.548] $ config :List of 7 [05:50:41.548] ..$ max_steps : int 10 [05:50:41.548] ..$ times : num Inf [05:50:41.548] ..$ interval : num 0.1 [05:50:41.548] ..$ enable_after: num 0 [05:50:41.548] ..$ auto_finish : logi TRUE [05:50:41.548] ..$ clear : logi TRUE [05:50:41.548] ..$ target : chr "terminal" [05:50:41.548] $ state :List of 5 [05:50:41.548] ..$ step : num 6 [05:50:41.548] ..$ message : chr "P: Adding 6" [05:50:41.548] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.548] ..$ delta : num 1 [05:50:41.548] ..$ enabled : logi TRUE [05:50:41.548] $ progression :List of 12 [05:50:41.548] ..$ owner_session_uuid: NULL [05:50:41.548] ..$ progressor_uuid : NULL [05:50:41.548] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.548] ..$ progression_index : NULL [05:50:41.548] ..$ progression_time : chr "2024-10-29 05:50:41.547 +0100" [05:50:41.548] ..$ type : chr "hide" [05:50:41.548] ..$ message : chr(0) [05:50:41.548] ..$ amount : num 1 [05:50:41.548] ..$ step : NULL [05:50:41.548] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.548] ..$ call : NULL [05:50:41.548] ..$ calls :Dotted pair list of 14 [05:50:41.548] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.548] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.548] .. ..$ : language withVisible(expr) [05:50:41.548] .. ..$ : language slow_sum(1:10) [05:50:41.548] .. ..$ : language p(amount = 0) [05:50:41.548] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.548] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.548] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.548] .. ..$ : language signalCondition(cond) [05:50:41.548] .. ..$ : language (function (p) { ... [05:50:41.548] .. ..$ : language calling_handler(control_progression("hide")) [05:50:41.548] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.548] .. ..$ : language control_progression("hide") [05:50:41.548] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.548] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:41.582] hide_reporter() ... done - received a 'progression' (n=27) [05:50:41.583] unhide_reporter() ... [05:50:41.583] List of 15 [05:50:41.583] $ max_steps : int 10 [05:50:41.583] $ times : num Inf [05:50:41.583] $ interval : num 0.1 [05:50:41.583] $ enable_after: num 0 [05:50:41.583] $ auto_finish : logi TRUE [05:50:41.583] $ clear : logi TRUE [05:50:41.583] $ target : chr "terminal" [05:50:41.583] $ step : num 6 [05:50:41.583] $ message : chr "P: Adding 6" [05:50:41.583] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.583] $ delta : num 1 [05:50:41.583] $ enabled : logi TRUE [05:50:41.583] $ config :List of 7 [05:50:41.583] ..$ max_steps : int 10 [05:50:41.583] ..$ times : num Inf [05:50:41.583] ..$ interval : num 0.1 [05:50:41.583] ..$ enable_after: num 0 [05:50:41.583] ..$ auto_finish : logi TRUE [05:50:41.583] ..$ clear : logi TRUE [05:50:41.583] ..$ target : chr "terminal" [05:50:41.583] $ state :List of 5 [05:50:41.583] ..$ step : num 6 [05:50:41.583] ..$ message : chr "P: Adding 6" [05:50:41.583] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.583] ..$ delta : num 1 [05:50:41.583] ..$ enabled : logi TRUE [05:50:41.583] $ progression :List of 12 [05:50:41.583] ..$ owner_session_uuid: NULL [05:50:41.583] ..$ progressor_uuid : NULL [05:50:41.583] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.583] ..$ progression_index : NULL [05:50:41.583] ..$ progression_time : chr "2024-10-29 05:50:41.583 +0100" [05:50:41.583] ..$ type : chr "unhide" [05:50:41.583] ..$ message : chr(0) [05:50:41.583] ..$ amount : num 1 [05:50:41.583] ..$ step : NULL [05:50:41.583] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.583] ..$ call : NULL [05:50:41.583] ..$ calls :Dotted pair list of 14 [05:50:41.583] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.583] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.583] .. ..$ : language withVisible(expr) [05:50:41.583] .. ..$ : language slow_sum(1:10) [05:50:41.583] .. ..$ : language p(amount = 0) [05:50:41.583] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.583] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.583] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.583] .. ..$ : language signalCondition(cond) [05:50:41.583] .. ..$ : language (function (p) { ... [05:50:41.583] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:41.583] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.583] .. ..$ : language control_progression("unhide") [05:50:41.583] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.583] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[05:50:41.609] unhide_reporter() ... done [05:50:41.610] Progression calling handler 'update' ... [05:50:41.610] - progression: [05:50:41.610] List of 12 [05:50:41.610] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.610] ..- attr(*, "source")=List of 6 [05:50:41.610] .. ..$ host : Named chr "CRANWIN3" [05:50:41.610] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.610] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.610] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.610] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.610] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.610] .. ..$ pid : int 86276 [05:50:41.610] .. ..$ random : int 139112919 [05:50:41.610] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.610] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.610] $ progression_index : int 27 [05:50:41.610] $ progression_time : chr "2024-10-29 05:50:41.547 +0100" [05:50:41.610] $ type : chr "update" [05:50:41.610] $ message : chr(0) [05:50:41.610] $ amount : num 0 [05:50:41.610] $ step : NULL [05:50:41.610] $ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.610] $ call : NULL [05:50:41.610] $ calls : NULL [05:50:41.610] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.620] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:41.620] - progression_index: 27 [05:50:41.620] - duplicated: FALSE [05:50:41.620] List of 4 [05:50:41.620] $ step : num 6 [05:50:41.620] $ p$amount : num 0 [05:50:41.620] $ p$step : NULL [05:50:41.620] $ max_steps: int 10 [05:50:41.623] List of 5 [05:50:41.623] $ finished : logi FALSE [05:50:41.623] $ step : num 6 [05:50:41.623] $ milestones : num [1:4] 7 8 9 10 [05:50:41.623] $ prev_milestone: num 5 [05:50:41.623] $ interval : num 0.1 [05:50:41.626] List of 4 [05:50:41.626] $ dt : 'difftime' num 0.411993980407715 [05:50:41.626] ..- attr(*, "units")= chr "secs" [05:50:41.626] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.626] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.626] $ skip: logi FALSE [05:50:41.629] List of 1 [05:50:41.629] $ milestones: num [1:4] 7 8 9 10 [05:50:41.630] update_reporter() ... [05:50:41.630] List of 15 [05:50:41.630] $ max_steps : int 10 [05:50:41.630] $ times : num Inf [05:50:41.630] $ interval : num 0.1 [05:50:41.630] $ enable_after: num 0 [05:50:41.630] $ auto_finish : logi TRUE [05:50:41.630] $ clear : logi TRUE [05:50:41.630] $ target : chr "terminal" [05:50:41.630] $ step : num 6 [05:50:41.630] $ message : chr "P: Adding 6" [05:50:41.630] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.630] $ delta : num 1 [05:50:41.630] $ enabled : logi TRUE [05:50:41.630] $ config :List of 7 [05:50:41.630] ..$ max_steps : int 10 [05:50:41.630] ..$ times : num Inf [05:50:41.630] ..$ interval : num 0.1 [05:50:41.630] ..$ enable_after: num 0 [05:50:41.630] ..$ auto_finish : logi TRUE [05:50:41.630] ..$ clear : logi TRUE [05:50:41.630] ..$ target : chr "terminal" [05:50:41.630] $ state :List of 5 [05:50:41.630] ..$ step : num 6 [05:50:41.630] ..$ message : chr "P: Adding 6" [05:50:41.630] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.630] ..$ delta : num 1 [05:50:41.630] ..$ enabled : logi TRUE [05:50:41.630] $ progression :List of 12 [05:50:41.630] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.630] .. ..- attr(*, "source")=List of 6 [05:50:41.630] .. .. ..$ host : Named chr "CRANWIN3" [05:50:41.630] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.630] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.630] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.630] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.630] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.630] .. .. ..$ pid : int 86276 [05:50:41.630] .. .. ..$ random : int 139112919 [05:50:41.630] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.630] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.630] ..$ progression_index : int 27 [05:50:41.630] ..$ progression_time : chr "2024-10-29 05:50:41.547 +0100" [05:50:41.630] ..$ type : chr "update" [05:50:41.630] ..$ message : chr(0) [05:50:41.630] ..$ amount : num 0 [05:50:41.630] ..$ step : NULL [05:50:41.630] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.630] ..$ call : NULL [05:50:41.630] ..$ calls : NULL [05:50:41.630] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.651] update_reporter() ... done [05:50:41.651] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:41.652] hide_reporter() ... [05:50:41.652] List of 15 [05:50:41.652] $ max_steps : int 10 [05:50:41.652] $ times : num Inf [05:50:41.652] $ interval : num 0.1 [05:50:41.652] $ enable_after: num 0 [05:50:41.652] $ auto_finish : logi TRUE [05:50:41.652] $ clear : logi TRUE [05:50:41.652] $ target : chr "terminal" [05:50:41.652] $ step : num 6 [05:50:41.652] $ message : chr "P: Adding 6" [05:50:41.652] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.652] $ delta : num 1 [05:50:41.652] $ enabled : logi TRUE [05:50:41.652] $ config :List of 7 [05:50:41.652] ..$ max_steps : int 10 [05:50:41.652] ..$ times : num Inf [05:50:41.652] ..$ interval : num 0.1 [05:50:41.652] ..$ enable_after: num 0 [05:50:41.652] ..$ auto_finish : logi TRUE [05:50:41.652] ..$ clear : logi TRUE [05:50:41.652] ..$ target : chr "terminal" [05:50:41.652] $ state :List of 5 [05:50:41.652] ..$ step : num 6 [05:50:41.652] ..$ message : chr "P: Adding 6" [05:50:41.652] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.652] ..$ delta : num 1 [05:50:41.652] ..$ enabled : logi TRUE [05:50:41.652] $ progression :List of 12 [05:50:41.652] ..$ owner_session_uuid: NULL [05:50:41.652] ..$ progressor_uuid : NULL [05:50:41.652] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.652] ..$ progression_index : NULL [05:50:41.652] ..$ progression_time : chr "2024-10-29 05:50:41.652 +0100" [05:50:41.652] ..$ type : chr "hide" [05:50:41.652] ..$ message : chr(0) [05:50:41.652] ..$ amount : num 1 [05:50:41.652] ..$ step : NULL [05:50:41.652] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.652] ..$ call : NULL [05:50:41.652] ..$ calls :Dotted pair list of 14 [05:50:41.652] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.652] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.652] .. ..$ : language withVisible(expr) [05:50:41.652] .. ..$ : language slow_sum(1:10) [05:50:41.652] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:41.652] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.652] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.652] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.652] .. ..$ : language signalCondition(cond) [05:50:41.652] .. ..$ : language (function (p) { ... [05:50:41.652] .. ..$ : language calling_handler(control_progression("hide")) [05:50:41.652] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.652] .. ..$ : language control_progression("hide") [05:50:41.652] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.652] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:41.672] hide_reporter() ... done - received a 'progression' (n=28) [05:50:41.672] unhide_reporter() ... [05:50:41.672] List of 15 [05:50:41.672] $ max_steps : int 10 [05:50:41.672] $ times : num Inf [05:50:41.672] $ interval : num 0.1 [05:50:41.672] $ enable_after: num 0 [05:50:41.672] $ auto_finish : logi TRUE [05:50:41.672] $ clear : logi TRUE [05:50:41.672] $ target : chr "terminal" [05:50:41.672] $ step : num 6 [05:50:41.672] $ message : chr "P: Adding 6" [05:50:41.672] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.672] $ delta : num 1 [05:50:41.672] $ enabled : logi TRUE [05:50:41.672] $ config :List of 7 [05:50:41.672] ..$ max_steps : int 10 [05:50:41.672] ..$ times : num Inf [05:50:41.672] ..$ interval : num 0.1 [05:50:41.672] ..$ enable_after: num 0 [05:50:41.672] ..$ auto_finish : logi TRUE [05:50:41.672] ..$ clear : logi TRUE [05:50:41.672] ..$ target : chr "terminal" [05:50:41.672] $ state :List of 5 [05:50:41.672] ..$ step : num 6 [05:50:41.672] ..$ message : chr "P: Adding 6" [05:50:41.672] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.672] ..$ delta : num 1 [05:50:41.672] ..$ enabled : logi TRUE [05:50:41.672] $ progression :List of 12 [05:50:41.672] ..$ owner_session_uuid: NULL [05:50:41.672] ..$ progressor_uuid : NULL [05:50:41.672] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.672] ..$ progression_index : NULL [05:50:41.672] ..$ progression_time : chr "2024-10-29 05:50:41.672 +0100" [05:50:41.672] ..$ type : chr "unhide" [05:50:41.672] ..$ message : chr(0) [05:50:41.672] ..$ amount : num 1 [05:50:41.672] ..$ step : NULL [05:50:41.672] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.672] ..$ call : NULL [05:50:41.672] ..$ calls :Dotted pair list of 14 [05:50:41.672] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.672] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.672] .. ..$ : language withVisible(expr) [05:50:41.672] .. ..$ : language slow_sum(1:10) [05:50:41.672] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:41.672] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.672] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.672] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.672] .. ..$ : language signalCondition(cond) [05:50:41.672] .. ..$ : language (function (p) { ... [05:50:41.672] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:41.672] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.672] .. ..$ : language control_progression("unhide") [05:50:41.672] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.672] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[05:50:41.695] unhide_reporter() ... done [05:50:41.695] Progression calling handler 'update' ... [05:50:41.696] - progression: [05:50:41.696] List of 12 [05:50:41.696] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.696] ..- attr(*, "source")=List of 6 [05:50:41.696] .. ..$ host : Named chr "CRANWIN3" [05:50:41.696] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.696] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.696] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.696] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.696] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.696] .. ..$ pid : int 86276 [05:50:41.696] .. ..$ random : int 139112919 [05:50:41.696] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.696] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.696] $ progression_index : int 28 [05:50:41.696] $ progression_time : chr "2024-10-29 05:50:41.651 +0100" [05:50:41.696] $ type : chr "update" [05:50:41.696] $ message : chr "P: Adding 7" [05:50:41.696] $ amount : num 1 [05:50:41.696] $ step : NULL [05:50:41.696] $ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.696] $ call : NULL [05:50:41.696] $ calls : NULL [05:50:41.696] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.703] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:41.704] - progression_index: 28 [05:50:41.704] - duplicated: FALSE [05:50:41.704] List of 4 [05:50:41.704] $ step : num 6 [05:50:41.704] $ p$amount : num 1 [05:50:41.704] $ p$step : NULL [05:50:41.704] $ max_steps: int 10 [05:50:41.706] List of 5 [05:50:41.706] $ finished : logi FALSE [05:50:41.706] $ step : num 7 [05:50:41.706] $ milestones : num [1:4] 7 8 9 10 [05:50:41.706] $ prev_milestone: num 5 [05:50:41.706] $ interval : num 0.1 [05:50:41.708] List of 4 [05:50:41.708] $ dt : 'difftime' num 0.495211839675903 [05:50:41.708] ..- attr(*, "units")= chr "secs" [05:50:41.708] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.708] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.708] $ skip: logi FALSE [05:50:41.711] List of 1 [05:50:41.711] $ milestones: num [1:4] 7 8 9 10 [05:50:41.712] update_reporter() ... [05:50:41.712] List of 15 [05:50:41.712] $ max_steps : int 10 [05:50:41.712] $ times : num Inf [05:50:41.712] $ interval : num 0.1 [05:50:41.712] $ enable_after: num 0 [05:50:41.712] $ auto_finish : logi TRUE [05:50:41.712] $ clear : logi TRUE [05:50:41.712] $ target : chr "terminal" [05:50:41.712] $ step : num 7 [05:50:41.712] $ message : chr "P: Adding 7" [05:50:41.712] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.712] $ delta : num 2 [05:50:41.712] $ enabled : logi TRUE [05:50:41.712] $ config :List of 7 [05:50:41.712] ..$ max_steps : int 10 [05:50:41.712] ..$ times : num Inf [05:50:41.712] ..$ interval : num 0.1 [05:50:41.712] ..$ enable_after: num 0 [05:50:41.712] ..$ auto_finish : logi TRUE [05:50:41.712] ..$ clear : logi TRUE [05:50:41.712] ..$ target : chr "terminal" [05:50:41.712] $ state :List of 5 [05:50:41.712] ..$ step : num 7 [05:50:41.712] ..$ message : chr "P: Adding 7" [05:50:41.712] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.712] ..$ delta : num 2 [05:50:41.712] ..$ enabled : logi TRUE [05:50:41.712] $ progression :List of 12 [05:50:41.712] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.712] .. ..- attr(*, "source")=List of 6 [05:50:41.712] .. .. ..$ host : Named chr "CRANWIN3" [05:50:41.712] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.712] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.712] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.712] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.712] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.712] .. .. ..$ pid : int 86276 [05:50:41.712] .. .. ..$ random : int 139112919 [05:50:41.712] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.712] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.712] ..$ progression_index : int 28 [05:50:41.712] ..$ progression_time : chr "2024-10-29 05:50:41.651 +0100" [05:50:41.712] ..$ type : chr "update" [05:50:41.712] ..$ message : chr "P: Adding 7" [05:50:41.712] ..$ amount : num 1 [05:50:41.712] ..$ step : NULL [05:50:41.712] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.712] ..$ call : NULL [05:50:41.712] ..$ calls : NULL [05:50:41.712] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |================================================= | 70%[05:50:41.730] update_reporter() ... done [05:50:41.730] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [05:50:41.732] hide_reporter() ... [05:50:41.732] List of 15 [05:50:41.732] $ max_steps : int 10 [05:50:41.732] $ times : num Inf [05:50:41.732] $ interval : num 0.1 [05:50:41.732] $ enable_after: num 0 [05:50:41.732] $ auto_finish : logi TRUE [05:50:41.732] $ clear : logi TRUE [05:50:41.732] $ target : chr "terminal" [05:50:41.732] $ step : num 7 [05:50:41.732] $ message : chr "P: Adding 7" [05:50:41.732] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.732] $ delta : num 0 [05:50:41.732] $ enabled : logi TRUE [05:50:41.732] $ config :List of 7 [05:50:41.732] ..$ max_steps : int 10 [05:50:41.732] ..$ times : num Inf [05:50:41.732] ..$ interval : num 0.1 [05:50:41.732] ..$ enable_after: num 0 [05:50:41.732] ..$ auto_finish : logi TRUE [05:50:41.732] ..$ clear : logi TRUE [05:50:41.732] ..$ target : chr "terminal" [05:50:41.732] $ state :List of 5 [05:50:41.732] ..$ step : num 7 [05:50:41.732] ..$ message : chr "P: Adding 7" [05:50:41.732] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.732] ..$ delta : num 0 [05:50:41.732] ..$ enabled : logi TRUE [05:50:41.732] $ progression :List of 12 [05:50:41.732] ..$ owner_session_uuid: NULL [05:50:41.732] ..$ progressor_uuid : NULL [05:50:41.732] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.732] ..$ progression_index : NULL [05:50:41.732] ..$ progression_time : chr "2024-10-29 05:50:41.731 +0100" [05:50:41.732] ..$ type : chr "hide" [05:50:41.732] ..$ message : chr(0) [05:50:41.732] ..$ amount : num 1 [05:50:41.732] ..$ step : NULL [05:50:41.732] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.732] ..$ call : NULL [05:50:41.732] ..$ calls :Dotted pair list of 14 [05:50:41.732] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.732] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.732] .. ..$ : language withVisible(expr) [05:50:41.732] .. ..$ : language slow_sum(1:10) [05:50:41.732] .. ..$ : language p(amount = 0) [05:50:41.732] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.732] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.732] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.732] .. ..$ : language signalCondition(cond) [05:50:41.732] .. ..$ : language (function (p) { ... [05:50:41.732] .. ..$ : language calling_handler(control_progression("hide")) [05:50:41.732] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.732] .. ..$ : language control_progression("hide") [05:50:41.732] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.732] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:41.762] hide_reporter() ... done M: Added value 7 - received a 'progression' (n=29) [05:50:41.763] unhide_reporter() ... [05:50:41.763] List of 15 [05:50:41.763] $ max_steps : int 10 [05:50:41.763] $ times : num Inf [05:50:41.763] $ interval : num 0.1 [05:50:41.763] $ enable_after: num 0 [05:50:41.763] $ auto_finish : logi TRUE [05:50:41.763] $ clear : logi TRUE [05:50:41.763] $ target : chr "terminal" [05:50:41.763] $ step : num 7 [05:50:41.763] $ message : chr "P: Adding 7" [05:50:41.763] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.763] $ delta : num 0 [05:50:41.763] $ enabled : logi TRUE [05:50:41.763] $ config :List of 7 [05:50:41.763] ..$ max_steps : int 10 [05:50:41.763] ..$ times : num Inf [05:50:41.763] ..$ interval : num 0.1 [05:50:41.763] ..$ enable_after: num 0 [05:50:41.763] ..$ auto_finish : logi TRUE [05:50:41.763] ..$ clear : logi TRUE [05:50:41.763] ..$ target : chr "terminal" [05:50:41.763] $ state :List of 5 [05:50:41.763] ..$ step : num 7 [05:50:41.763] ..$ message : chr "P: Adding 7" [05:50:41.763] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.763] ..$ delta : num 0 [05:50:41.763] ..$ enabled : logi TRUE [05:50:41.763] $ progression :List of 12 [05:50:41.763] ..$ owner_session_uuid: NULL [05:50:41.763] ..$ progressor_uuid : NULL [05:50:41.763] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.763] ..$ progression_index : NULL [05:50:41.763] ..$ progression_time : chr "2024-10-29 05:50:41.763 +0100" [05:50:41.763] ..$ type : chr "unhide" [05:50:41.763] ..$ message : chr(0) [05:50:41.763] ..$ amount : num 1 [05:50:41.763] ..$ step : NULL [05:50:41.763] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.763] ..$ call : NULL [05:50:41.763] ..$ calls :Dotted pair list of 14 [05:50:41.763] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.763] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.763] .. ..$ : language withVisible(expr) [05:50:41.763] .. ..$ : language slow_sum(1:10) [05:50:41.763] .. ..$ : language p(amount = 0) [05:50:41.763] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.763] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.763] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.763] .. ..$ : language signalCondition(cond) [05:50:41.763] .. ..$ : language (function (p) { ... [05:50:41.763] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:41.763] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.763] .. ..$ : language control_progression("unhide") [05:50:41.763] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.763] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[05:50:41.797] unhide_reporter() ... done [05:50:41.798] Progression calling handler 'update' ... [05:50:41.798] - progression: [05:50:41.798] List of 12 [05:50:41.798] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.798] ..- attr(*, "source")=List of 6 [05:50:41.798] .. ..$ host : Named chr "CRANWIN3" [05:50:41.798] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.798] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.798] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.798] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.798] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.798] .. ..$ pid : int 86276 [05:50:41.798] .. ..$ random : int 139112919 [05:50:41.798] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.798] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.798] $ progression_index : int 29 [05:50:41.798] $ progression_time : chr "2024-10-29 05:50:41.731 +0100" [05:50:41.798] $ type : chr "update" [05:50:41.798] $ message : chr(0) [05:50:41.798] $ amount : num 0 [05:50:41.798] $ step : NULL [05:50:41.798] $ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.798] $ call : NULL [05:50:41.798] $ calls : NULL [05:50:41.798] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.810] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:41.810] - progression_index: 29 [05:50:41.811] - duplicated: FALSE [05:50:41.811] List of 4 [05:50:41.811] $ step : num 7 [05:50:41.811] $ p$amount : num 0 [05:50:41.811] $ p$step : NULL [05:50:41.811] $ max_steps: int 10 [05:50:41.814] List of 5 [05:50:41.814] $ finished : logi FALSE [05:50:41.814] $ step : num 7 [05:50:41.814] $ milestones : num [1:3] 8 9 10 [05:50:41.814] $ prev_milestone: num 7 [05:50:41.814] $ interval : num 0.1 [05:50:41.817] List of 4 [05:50:41.817] $ dt : 'difftime' num 0 [05:50:41.817] ..- attr(*, "units")= chr "secs" [05:50:41.817] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.817] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.817] $ skip: logi TRUE [05:50:41.821] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:41.822] hide_reporter() ... [05:50:41.822] List of 15 [05:50:41.822] $ max_steps : int 10 [05:50:41.822] $ times : num Inf [05:50:41.822] $ interval : num 0.1 [05:50:41.822] $ enable_after: num 0 [05:50:41.822] $ auto_finish : logi TRUE [05:50:41.822] $ clear : logi TRUE [05:50:41.822] $ target : chr "terminal" [05:50:41.822] $ step : num 7 [05:50:41.822] $ message : chr "P: Adding 7" [05:50:41.822] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.822] $ delta : num 0 [05:50:41.822] $ enabled : logi TRUE [05:50:41.822] $ config :List of 7 [05:50:41.822] ..$ max_steps : int 10 [05:50:41.822] ..$ times : num Inf [05:50:41.822] ..$ interval : num 0.1 [05:50:41.822] ..$ enable_after: num 0 [05:50:41.822] ..$ auto_finish : logi TRUE [05:50:41.822] ..$ clear : logi TRUE [05:50:41.822] ..$ target : chr "terminal" [05:50:41.822] $ state :List of 5 [05:50:41.822] ..$ step : num 7 [05:50:41.822] ..$ message : chr "P: Adding 7" [05:50:41.822] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.822] ..$ delta : num 0 [05:50:41.822] ..$ enabled : logi TRUE [05:50:41.822] $ progression :List of 12 [05:50:41.822] ..$ owner_session_uuid: NULL [05:50:41.822] ..$ progressor_uuid : NULL [05:50:41.822] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.822] ..$ progression_index : NULL [05:50:41.822] ..$ progression_time : chr "2024-10-29 05:50:41.822 +0100" [05:50:41.822] ..$ type : chr "hide" [05:50:41.822] ..$ message : chr(0) [05:50:41.822] ..$ amount : num 1 [05:50:41.822] ..$ step : NULL [05:50:41.822] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.822] ..$ call : NULL [05:50:41.822] ..$ calls :Dotted pair list of 14 [05:50:41.822] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.822] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.822] .. ..$ : language withVisible(expr) [05:50:41.822] .. ..$ : language slow_sum(1:10) [05:50:41.822] .. ..$ : language p(amount = 0) [05:50:41.822] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.822] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.822] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.822] .. ..$ : language signalCondition(cond) [05:50:41.822] .. ..$ : language (function (p) { ... [05:50:41.822] .. ..$ : language calling_handler(control_progression("hide")) [05:50:41.822] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.822] .. ..$ : language control_progression("hide") [05:50:41.822] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.822] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:41.851] hide_reporter() ... done - received a 'progression' (n=30) [05:50:41.851] unhide_reporter() ... [05:50:41.852] List of 15 [05:50:41.852] $ max_steps : int 10 [05:50:41.852] $ times : num Inf [05:50:41.852] $ interval : num 0.1 [05:50:41.852] $ enable_after: num 0 [05:50:41.852] $ auto_finish : logi TRUE [05:50:41.852] $ clear : logi TRUE [05:50:41.852] $ target : chr "terminal" [05:50:41.852] $ step : num 7 [05:50:41.852] $ message : chr "P: Adding 7" [05:50:41.852] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.852] $ delta : num 0 [05:50:41.852] $ enabled : logi TRUE [05:50:41.852] $ config :List of 7 [05:50:41.852] ..$ max_steps : int 10 [05:50:41.852] ..$ times : num Inf [05:50:41.852] ..$ interval : num 0.1 [05:50:41.852] ..$ enable_after: num 0 [05:50:41.852] ..$ auto_finish : logi TRUE [05:50:41.852] ..$ clear : logi TRUE [05:50:41.852] ..$ target : chr "terminal" [05:50:41.852] $ state :List of 5 [05:50:41.852] ..$ step : num 7 [05:50:41.852] ..$ message : chr "P: Adding 7" [05:50:41.852] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.852] ..$ delta : num 0 [05:50:41.852] ..$ enabled : logi TRUE [05:50:41.852] $ progression :List of 12 [05:50:41.852] ..$ owner_session_uuid: NULL [05:50:41.852] ..$ progressor_uuid : NULL [05:50:41.852] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.852] ..$ progression_index : NULL [05:50:41.852] ..$ progression_time : chr "2024-10-29 05:50:41.851 +0100" [05:50:41.852] ..$ type : chr "unhide" [05:50:41.852] ..$ message : chr(0) [05:50:41.852] ..$ amount : num 1 [05:50:41.852] ..$ step : NULL [05:50:41.852] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.852] ..$ call : NULL [05:50:41.852] ..$ calls :Dotted pair list of 14 [05:50:41.852] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.852] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.852] .. ..$ : language withVisible(expr) [05:50:41.852] .. ..$ : language slow_sum(1:10) [05:50:41.852] .. ..$ : language p(amount = 0) [05:50:41.852] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.852] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.852] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.852] .. ..$ : language signalCondition(cond) [05:50:41.852] .. ..$ : language (function (p) { ... [05:50:41.852] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:41.852] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.852] .. ..$ : language control_progression("unhide") [05:50:41.852] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.852] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[05:50:41.880] unhide_reporter() ... done [05:50:41.880] Progression calling handler 'update' ... [05:50:41.881] - progression: [05:50:41.881] List of 12 [05:50:41.881] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.881] ..- attr(*, "source")=List of 6 [05:50:41.881] .. ..$ host : Named chr "CRANWIN3" [05:50:41.881] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.881] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.881] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.881] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.881] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.881] .. ..$ pid : int 86276 [05:50:41.881] .. ..$ random : int 139112919 [05:50:41.881] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.881] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.881] $ progression_index : int 30 [05:50:41.881] $ progression_time : chr "2024-10-29 05:50:41.821 +0100" [05:50:41.881] $ type : chr "update" [05:50:41.881] $ message : chr(0) [05:50:41.881] $ amount : num 0 [05:50:41.881] $ step : NULL [05:50:41.881] $ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.881] $ call : NULL [05:50:41.881] $ calls : NULL [05:50:41.881] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.889] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:41.889] - progression_index: 30 [05:50:41.889] - duplicated: FALSE [05:50:41.889] List of 4 [05:50:41.889] $ step : num 7 [05:50:41.889] $ p$amount : num 0 [05:50:41.889] $ p$step : NULL [05:50:41.889] $ max_steps: int 10 [05:50:41.891] List of 5 [05:50:41.891] $ finished : logi FALSE [05:50:41.891] $ step : num 7 [05:50:41.891] $ milestones : num [1:3] 8 9 10 [05:50:41.891] $ prev_milestone: num 7 [05:50:41.891] $ interval : num 0.1 [05:50:41.894] List of 4 [05:50:41.894] $ dt : 'difftime' num 0 [05:50:41.894] ..- attr(*, "units")= chr "secs" [05:50:41.894] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.894] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.894] $ skip: logi TRUE [05:50:41.896] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:41.897] hide_reporter() ... [05:50:41.897] List of 15 [05:50:41.897] $ max_steps : int 10 [05:50:41.897] $ times : num Inf [05:50:41.897] $ interval : num 0.1 [05:50:41.897] $ enable_after: num 0 [05:50:41.897] $ auto_finish : logi TRUE [05:50:41.897] $ clear : logi TRUE [05:50:41.897] $ target : chr "terminal" [05:50:41.897] $ step : num 7 [05:50:41.897] $ message : chr "P: Adding 7" [05:50:41.897] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.897] $ delta : num 0 [05:50:41.897] $ enabled : logi TRUE [05:50:41.897] $ config :List of 7 [05:50:41.897] ..$ max_steps : int 10 [05:50:41.897] ..$ times : num Inf [05:50:41.897] ..$ interval : num 0.1 [05:50:41.897] ..$ enable_after: num 0 [05:50:41.897] ..$ auto_finish : logi TRUE [05:50:41.897] ..$ clear : logi TRUE [05:50:41.897] ..$ target : chr "terminal" [05:50:41.897] $ state :List of 5 [05:50:41.897] ..$ step : num 7 [05:50:41.897] ..$ message : chr "P: Adding 7" [05:50:41.897] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.897] ..$ delta : num 0 [05:50:41.897] ..$ enabled : logi TRUE [05:50:41.897] $ progression :List of 12 [05:50:41.897] ..$ owner_session_uuid: NULL [05:50:41.897] ..$ progressor_uuid : NULL [05:50:41.897] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.897] ..$ progression_index : NULL [05:50:41.897] ..$ progression_time : chr "2024-10-29 05:50:41.897 +0100" [05:50:41.897] ..$ type : chr "hide" [05:50:41.897] ..$ message : chr(0) [05:50:41.897] ..$ amount : num 1 [05:50:41.897] ..$ step : NULL [05:50:41.897] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.897] ..$ call : NULL [05:50:41.897] ..$ calls :Dotted pair list of 14 [05:50:41.897] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.897] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.897] .. ..$ : language withVisible(expr) [05:50:41.897] .. ..$ : language slow_sum(1:10) [05:50:41.897] .. ..$ : language p(amount = 0) [05:50:41.897] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.897] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.897] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.897] .. ..$ : language signalCondition(cond) [05:50:41.897] .. ..$ : language (function (p) { ... [05:50:41.897] .. ..$ : language calling_handler(control_progression("hide")) [05:50:41.897] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.897] .. ..$ : language control_progression("hide") [05:50:41.897] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.897] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:41.923] hide_reporter() ... done - received a 'progression' (n=31) [05:50:41.924] unhide_reporter() ... [05:50:41.924] List of 15 [05:50:41.924] $ max_steps : int 10 [05:50:41.924] $ times : num Inf [05:50:41.924] $ interval : num 0.1 [05:50:41.924] $ enable_after: num 0 [05:50:41.924] $ auto_finish : logi TRUE [05:50:41.924] $ clear : logi TRUE [05:50:41.924] $ target : chr "terminal" [05:50:41.924] $ step : num 7 [05:50:41.924] $ message : chr "P: Adding 7" [05:50:41.924] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.924] $ delta : num 0 [05:50:41.924] $ enabled : logi TRUE [05:50:41.924] $ config :List of 7 [05:50:41.924] ..$ max_steps : int 10 [05:50:41.924] ..$ times : num Inf [05:50:41.924] ..$ interval : num 0.1 [05:50:41.924] ..$ enable_after: num 0 [05:50:41.924] ..$ auto_finish : logi TRUE [05:50:41.924] ..$ clear : logi TRUE [05:50:41.924] ..$ target : chr "terminal" [05:50:41.924] $ state :List of 5 [05:50:41.924] ..$ step : num 7 [05:50:41.924] ..$ message : chr "P: Adding 7" [05:50:41.924] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.924] ..$ delta : num 0 [05:50:41.924] ..$ enabled : logi TRUE [05:50:41.924] $ progression :List of 12 [05:50:41.924] ..$ owner_session_uuid: NULL [05:50:41.924] ..$ progressor_uuid : NULL [05:50:41.924] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.924] ..$ progression_index : NULL [05:50:41.924] ..$ progression_time : chr "2024-10-29 05:50:41.924 +0100" [05:50:41.924] ..$ type : chr "unhide" [05:50:41.924] ..$ message : chr(0) [05:50:41.924] ..$ amount : num 1 [05:50:41.924] ..$ step : NULL [05:50:41.924] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.924] ..$ call : NULL [05:50:41.924] ..$ calls :Dotted pair list of 14 [05:50:41.924] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.924] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.924] .. ..$ : language withVisible(expr) [05:50:41.924] .. ..$ : language slow_sum(1:10) [05:50:41.924] .. ..$ : language p(amount = 0) [05:50:41.924] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.924] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.924] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.924] .. ..$ : language signalCondition(cond) [05:50:41.924] .. ..$ : language (function (p) { ... [05:50:41.924] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:41.924] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.924] .. ..$ : language control_progression("unhide") [05:50:41.924] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.924] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[05:50:41.946] unhide_reporter() ... done [05:50:41.946] Progression calling handler 'update' ... [05:50:41.946] - progression: [05:50:41.947] List of 12 [05:50:41.947] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.947] ..- attr(*, "source")=List of 6 [05:50:41.947] .. ..$ host : Named chr "CRANWIN3" [05:50:41.947] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:41.947] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:41.947] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:41.947] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:41.947] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:41.947] .. ..$ pid : int 86276 [05:50:41.947] .. ..$ random : int 139112919 [05:50:41.947] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:41.947] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.947] $ progression_index : int 31 [05:50:41.947] $ progression_time : chr "2024-10-29 05:50:41.896 +0100" [05:50:41.947] $ type : chr "update" [05:50:41.947] $ message : chr(0) [05:50:41.947] $ amount : num 0 [05:50:41.947] $ step : NULL [05:50:41.947] $ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.947] $ call : NULL [05:50:41.947] $ calls : NULL [05:50:41.947] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:41.957] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:41.957] - progression_index: 31 [05:50:41.958] - duplicated: FALSE [05:50:41.958] List of 4 [05:50:41.958] $ step : num 7 [05:50:41.958] $ p$amount : num 0 [05:50:41.958] $ p$step : NULL [05:50:41.958] $ max_steps: int 10 [05:50:41.961] List of 5 [05:50:41.961] $ finished : logi FALSE [05:50:41.961] $ step : num 7 [05:50:41.961] $ milestones : num [1:3] 8 9 10 [05:50:41.961] $ prev_milestone: num 7 [05:50:41.961] $ interval : num 0.1 [05:50:41.964] List of 4 [05:50:41.964] $ dt : 'difftime' num 0 [05:50:41.964] ..- attr(*, "units")= chr "secs" [05:50:41.964] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.964] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.964] $ skip: logi TRUE [05:50:41.968] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:41.969] hide_reporter() ... [05:50:41.969] List of 15 [05:50:41.969] $ max_steps : int 10 [05:50:41.969] $ times : num Inf [05:50:41.969] $ interval : num 0.1 [05:50:41.969] $ enable_after: num 0 [05:50:41.969] $ auto_finish : logi TRUE [05:50:41.969] $ clear : logi TRUE [05:50:41.969] $ target : chr "terminal" [05:50:41.969] $ step : num 7 [05:50:41.969] $ message : chr "P: Adding 7" [05:50:41.969] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.969] $ delta : num 0 [05:50:41.969] $ enabled : logi TRUE [05:50:41.969] $ config :List of 7 [05:50:41.969] ..$ max_steps : int 10 [05:50:41.969] ..$ times : num Inf [05:50:41.969] ..$ interval : num 0.1 [05:50:41.969] ..$ enable_after: num 0 [05:50:41.969] ..$ auto_finish : logi TRUE [05:50:41.969] ..$ clear : logi TRUE [05:50:41.969] ..$ target : chr "terminal" [05:50:41.969] $ state :List of 5 [05:50:41.969] ..$ step : num 7 [05:50:41.969] ..$ message : chr "P: Adding 7" [05:50:41.969] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.969] ..$ delta : num 0 [05:50:41.969] ..$ enabled : logi TRUE [05:50:41.969] $ progression :List of 12 [05:50:41.969] ..$ owner_session_uuid: NULL [05:50:41.969] ..$ progressor_uuid : NULL [05:50:41.969] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.969] ..$ progression_index : NULL [05:50:41.969] ..$ progression_time : chr "2024-10-29 05:50:41.969 +0100" [05:50:41.969] ..$ type : chr "hide" [05:50:41.969] ..$ message : chr(0) [05:50:41.969] ..$ amount : num 1 [05:50:41.969] ..$ step : NULL [05:50:41.969] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.969] ..$ call : NULL [05:50:41.969] ..$ calls :Dotted pair list of 14 [05:50:41.969] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.969] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.969] .. ..$ : language withVisible(expr) [05:50:41.969] .. ..$ : language slow_sum(1:10) [05:50:41.969] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:41.969] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.969] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.969] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.969] .. ..$ : language signalCondition(cond) [05:50:41.969] .. ..$ : language (function (p) { ... [05:50:41.969] .. ..$ : language calling_handler(control_progression("hide")) [05:50:41.969] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.969] .. ..$ : language control_progression("hide") [05:50:41.969] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.969] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:41.993] hide_reporter() ... done - received a 'progression' (n=32) [05:50:41.993] unhide_reporter() ... [05:50:41.994] List of 15 [05:50:41.994] $ max_steps : int 10 [05:50:41.994] $ times : num Inf [05:50:41.994] $ interval : num 0.1 [05:50:41.994] $ enable_after: num 0 [05:50:41.994] $ auto_finish : logi TRUE [05:50:41.994] $ clear : logi TRUE [05:50:41.994] $ target : chr "terminal" [05:50:41.994] $ step : num 7 [05:50:41.994] $ message : chr "P: Adding 7" [05:50:41.994] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.994] $ delta : num 0 [05:50:41.994] $ enabled : logi TRUE [05:50:41.994] $ config :List of 7 [05:50:41.994] ..$ max_steps : int 10 [05:50:41.994] ..$ times : num Inf [05:50:41.994] ..$ interval : num 0.1 [05:50:41.994] ..$ enable_after: num 0 [05:50:41.994] ..$ auto_finish : logi TRUE [05:50:41.994] ..$ clear : logi TRUE [05:50:41.994] ..$ target : chr "terminal" [05:50:41.994] $ state :List of 5 [05:50:41.994] ..$ step : num 7 [05:50:41.994] ..$ message : chr "P: Adding 7" [05:50:41.994] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:41.994] ..$ delta : num 0 [05:50:41.994] ..$ enabled : logi TRUE [05:50:41.994] $ progression :List of 12 [05:50:41.994] ..$ owner_session_uuid: NULL [05:50:41.994] ..$ progressor_uuid : NULL [05:50:41.994] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:41.994] ..$ progression_index : NULL [05:50:41.994] ..$ progression_time : chr "2024-10-29 05:50:41.993 +0100" [05:50:41.994] ..$ type : chr "unhide" [05:50:41.994] ..$ message : chr(0) [05:50:41.994] ..$ amount : num 1 [05:50:41.994] ..$ step : NULL [05:50:41.994] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:41.994] ..$ call : NULL [05:50:41.994] ..$ calls :Dotted pair list of 14 [05:50:41.994] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:41.994] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:41.994] .. ..$ : language withVisible(expr) [05:50:41.994] .. ..$ : language slow_sum(1:10) [05:50:41.994] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:41.994] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:41.994] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:41.994] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:41.994] .. ..$ : language signalCondition(cond) [05:50:41.994] .. ..$ : language (function (p) { ... [05:50:41.994] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:41.994] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:41.994] .. ..$ : language control_progression("unhide") [05:50:41.994] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:41.994] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[05:50:42.026] unhide_reporter() ... done [05:50:42.026] Progression calling handler 'update' ... [05:50:42.027] - progression: [05:50:42.027] List of 12 [05:50:42.027] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.027] ..- attr(*, "source")=List of 6 [05:50:42.027] .. ..$ host : Named chr "CRANWIN3" [05:50:42.027] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.027] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.027] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.027] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.027] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.027] .. ..$ pid : int 86276 [05:50:42.027] .. ..$ random : int 139112919 [05:50:42.027] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.027] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.027] $ progression_index : int 32 [05:50:42.027] $ progression_time : chr "2024-10-29 05:50:41.968 +0100" [05:50:42.027] $ type : chr "update" [05:50:42.027] $ message : chr "P: Adding 8" [05:50:42.027] $ amount : num 1 [05:50:42.027] $ step : NULL [05:50:42.027] $ time : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:42.027] $ call : NULL [05:50:42.027] $ calls : NULL [05:50:42.027] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.038] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:42.039] - progression_index: 32 [05:50:42.039] - duplicated: FALSE [05:50:42.039] List of 4 [05:50:42.039] $ step : num 7 [05:50:42.039] $ p$amount : num 1 [05:50:42.039] $ p$step : NULL [05:50:42.039] $ max_steps: int 10 [05:50:42.042] List of 5 [05:50:42.042] $ finished : logi FALSE [05:50:42.042] $ step : num 8 [05:50:42.042] $ milestones : num [1:3] 8 9 10 [05:50:42.042] $ prev_milestone: num 7 [05:50:42.042] $ interval : num 0.1 [05:50:42.045] List of 4 [05:50:42.045] $ dt : 'difftime' num 0.0811131000518799 [05:50:42.045] ..- attr(*, "units")= chr "secs" [05:50:42.045] $ : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.045] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:42.045] $ skip: logi TRUE [05:50:42.049] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [05:50:42.050] hide_reporter() ... [05:50:42.050] List of 15 [05:50:42.050] $ max_steps : int 10 [05:50:42.050] $ times : num Inf [05:50:42.050] $ interval : num 0.1 [05:50:42.050] $ enable_after: num 0 [05:50:42.050] $ auto_finish : logi TRUE [05:50:42.050] $ clear : logi TRUE [05:50:42.050] $ target : chr "terminal" [05:50:42.050] $ step : num 8 [05:50:42.050] $ message : chr "P: Adding 8" [05:50:42.050] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.050] $ delta : num 1 [05:50:42.050] $ enabled : logi TRUE [05:50:42.050] $ config :List of 7 [05:50:42.050] ..$ max_steps : int 10 [05:50:42.050] ..$ times : num Inf [05:50:42.050] ..$ interval : num 0.1 [05:50:42.050] ..$ enable_after: num 0 [05:50:42.050] ..$ auto_finish : logi TRUE [05:50:42.050] ..$ clear : logi TRUE [05:50:42.050] ..$ target : chr "terminal" [05:50:42.050] $ state :List of 5 [05:50:42.050] ..$ step : num 8 [05:50:42.050] ..$ message : chr "P: Adding 8" [05:50:42.050] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.050] ..$ delta : num 1 [05:50:42.050] ..$ enabled : logi TRUE [05:50:42.050] $ progression :List of 12 [05:50:42.050] ..$ owner_session_uuid: NULL [05:50:42.050] ..$ progressor_uuid : NULL [05:50:42.050] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.050] ..$ progression_index : NULL [05:50:42.050] ..$ progression_time : chr "2024-10-29 05:50:42.050 +0100" [05:50:42.050] ..$ type : chr "hide" [05:50:42.050] ..$ message : chr(0) [05:50:42.050] ..$ amount : num 1 [05:50:42.050] ..$ step : NULL [05:50:42.050] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.050] ..$ call : NULL [05:50:42.050] ..$ calls :Dotted pair list of 14 [05:50:42.050] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.050] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.050] .. ..$ : language withVisible(expr) [05:50:42.050] .. ..$ : language slow_sum(1:10) [05:50:42.050] .. ..$ : language p(amount = 0) [05:50:42.050] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.050] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.050] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.050] .. ..$ : language signalCondition(cond) [05:50:42.050] .. ..$ : language (function (p) { ... [05:50:42.050] .. ..$ : language calling_handler(control_progression("hide")) [05:50:42.050] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.050] .. ..$ : language control_progression("hide") [05:50:42.050] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.050] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:42.079] hide_reporter() ... done M: Added value 8 - received a 'progression' (n=33) [05:50:42.080] unhide_reporter() ... [05:50:42.080] List of 15 [05:50:42.080] $ max_steps : int 10 [05:50:42.080] $ times : num Inf [05:50:42.080] $ interval : num 0.1 [05:50:42.080] $ enable_after: num 0 [05:50:42.080] $ auto_finish : logi TRUE [05:50:42.080] $ clear : logi TRUE [05:50:42.080] $ target : chr "terminal" [05:50:42.080] $ step : num 8 [05:50:42.080] $ message : chr "P: Adding 8" [05:50:42.080] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.080] $ delta : num 1 [05:50:42.080] $ enabled : logi TRUE [05:50:42.080] $ config :List of 7 [05:50:42.080] ..$ max_steps : int 10 [05:50:42.080] ..$ times : num Inf [05:50:42.080] ..$ interval : num 0.1 [05:50:42.080] ..$ enable_after: num 0 [05:50:42.080] ..$ auto_finish : logi TRUE [05:50:42.080] ..$ clear : logi TRUE [05:50:42.080] ..$ target : chr "terminal" [05:50:42.080] $ state :List of 5 [05:50:42.080] ..$ step : num 8 [05:50:42.080] ..$ message : chr "P: Adding 8" [05:50:42.080] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.080] ..$ delta : num 1 [05:50:42.080] ..$ enabled : logi TRUE [05:50:42.080] $ progression :List of 12 [05:50:42.080] ..$ owner_session_uuid: NULL [05:50:42.080] ..$ progressor_uuid : NULL [05:50:42.080] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.080] ..$ progression_index : NULL [05:50:42.080] ..$ progression_time : chr "2024-10-29 05:50:42.079 +0100" [05:50:42.080] ..$ type : chr "unhide" [05:50:42.080] ..$ message : chr(0) [05:50:42.080] ..$ amount : num 1 [05:50:42.080] ..$ step : NULL [05:50:42.080] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.080] ..$ call : NULL [05:50:42.080] ..$ calls :Dotted pair list of 14 [05:50:42.080] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.080] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.080] .. ..$ : language withVisible(expr) [05:50:42.080] .. ..$ : language slow_sum(1:10) [05:50:42.080] .. ..$ : language p(amount = 0) [05:50:42.080] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.080] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.080] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.080] .. ..$ : language signalCondition(cond) [05:50:42.080] .. ..$ : language (function (p) { ... [05:50:42.080] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:42.080] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.080] .. ..$ : language control_progression("unhide") [05:50:42.080] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.080] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[05:50:42.102] unhide_reporter() ... done [05:50:42.103] Progression calling handler 'update' ... [05:50:42.103] - progression: [05:50:42.103] List of 12 [05:50:42.103] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.103] ..- attr(*, "source")=List of 6 [05:50:42.103] .. ..$ host : Named chr "CRANWIN3" [05:50:42.103] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.103] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.103] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.103] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.103] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.103] .. ..$ pid : int 86276 [05:50:42.103] .. ..$ random : int 139112919 [05:50:42.103] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.103] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.103] $ progression_index : int 33 [05:50:42.103] $ progression_time : chr "2024-10-29 05:50:42.049 +0100" [05:50:42.103] $ type : chr "update" [05:50:42.103] $ message : chr(0) [05:50:42.103] $ amount : num 0 [05:50:42.103] $ step : NULL [05:50:42.103] $ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.103] $ call : NULL [05:50:42.103] $ calls : NULL [05:50:42.103] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.111] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:42.111] - progression_index: 33 [05:50:42.111] - duplicated: FALSE [05:50:42.111] List of 4 [05:50:42.111] $ step : num 8 [05:50:42.111] $ p$amount : num 0 [05:50:42.111] $ p$step : NULL [05:50:42.111] $ max_steps: int 10 [05:50:42.113] List of 5 [05:50:42.113] $ finished : logi FALSE [05:50:42.113] $ step : num 8 [05:50:42.113] $ milestones : num [1:2] 9 10 [05:50:42.113] $ prev_milestone: num 7 [05:50:42.113] $ interval : num 0.1 [05:50:42.116] List of 4 [05:50:42.116] $ dt : 'difftime' num 0.152832984924316 [05:50:42.116] ..- attr(*, "units")= chr "secs" [05:50:42.116] $ : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.116] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:42.116] $ skip: logi FALSE [05:50:42.118] List of 1 [05:50:42.118] $ milestones: num [1:2] 9 10 [05:50:42.119] update_reporter() ... [05:50:42.119] List of 15 [05:50:42.119] $ max_steps : int 10 [05:50:42.119] $ times : num Inf [05:50:42.119] $ interval : num 0.1 [05:50:42.119] $ enable_after: num 0 [05:50:42.119] $ auto_finish : logi TRUE [05:50:42.119] $ clear : logi TRUE [05:50:42.119] $ target : chr "terminal" [05:50:42.119] $ step : num 8 [05:50:42.119] $ message : chr "P: Adding 8" [05:50:42.119] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.119] $ delta : num 1 [05:50:42.119] $ enabled : logi TRUE [05:50:42.119] $ config :List of 7 [05:50:42.119] ..$ max_steps : int 10 [05:50:42.119] ..$ times : num Inf [05:50:42.119] ..$ interval : num 0.1 [05:50:42.119] ..$ enable_after: num 0 [05:50:42.119] ..$ auto_finish : logi TRUE [05:50:42.119] ..$ clear : logi TRUE [05:50:42.119] ..$ target : chr "terminal" [05:50:42.119] $ state :List of 5 [05:50:42.119] ..$ step : num 8 [05:50:42.119] ..$ message : chr "P: Adding 8" [05:50:42.119] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.119] ..$ delta : num 1 [05:50:42.119] ..$ enabled : logi TRUE [05:50:42.119] $ progression :List of 12 [05:50:42.119] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.119] .. ..- attr(*, "source")=List of 6 [05:50:42.119] .. .. ..$ host : Named chr "CRANWIN3" [05:50:42.119] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.119] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.119] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.119] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.119] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.119] .. .. ..$ pid : int 86276 [05:50:42.119] .. .. ..$ random : int 139112919 [05:50:42.119] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.119] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.119] ..$ progression_index : int 33 [05:50:42.119] ..$ progression_time : chr "2024-10-29 05:50:42.049 +0100" [05:50:42.119] ..$ type : chr "update" [05:50:42.119] ..$ message : chr(0) [05:50:42.119] ..$ amount : num 0 [05:50:42.119] ..$ step : NULL [05:50:42.119] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.119] ..$ call : NULL [05:50:42.119] ..$ calls : NULL [05:50:42.119] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.142] update_reporter() ... done [05:50:42.142] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:42.143] hide_reporter() ... [05:50:42.144] List of 15 [05:50:42.144] $ max_steps : int 10 [05:50:42.144] $ times : num Inf [05:50:42.144] $ interval : num 0.1 [05:50:42.144] $ enable_after: num 0 [05:50:42.144] $ auto_finish : logi TRUE [05:50:42.144] $ clear : logi TRUE [05:50:42.144] $ target : chr "terminal" [05:50:42.144] $ step : num 8 [05:50:42.144] $ message : chr "P: Adding 8" [05:50:42.144] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.144] $ delta : num 1 [05:50:42.144] $ enabled : logi TRUE [05:50:42.144] $ config :List of 7 [05:50:42.144] ..$ max_steps : int 10 [05:50:42.144] ..$ times : num Inf [05:50:42.144] ..$ interval : num 0.1 [05:50:42.144] ..$ enable_after: num 0 [05:50:42.144] ..$ auto_finish : logi TRUE [05:50:42.144] ..$ clear : logi TRUE [05:50:42.144] ..$ target : chr "terminal" [05:50:42.144] $ state :List of 5 [05:50:42.144] ..$ step : num 8 [05:50:42.144] ..$ message : chr "P: Adding 8" [05:50:42.144] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.144] ..$ delta : num 1 [05:50:42.144] ..$ enabled : logi TRUE [05:50:42.144] $ progression :List of 12 [05:50:42.144] ..$ owner_session_uuid: NULL [05:50:42.144] ..$ progressor_uuid : NULL [05:50:42.144] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.144] ..$ progression_index : NULL [05:50:42.144] ..$ progression_time : chr "2024-10-29 05:50:42.143 +0100" [05:50:42.144] ..$ type : chr "hide" [05:50:42.144] ..$ message : chr(0) [05:50:42.144] ..$ amount : num 1 [05:50:42.144] ..$ step : NULL [05:50:42.144] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.144] ..$ call : NULL [05:50:42.144] ..$ calls :Dotted pair list of 14 [05:50:42.144] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.144] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.144] .. ..$ : language withVisible(expr) [05:50:42.144] .. ..$ : language slow_sum(1:10) [05:50:42.144] .. ..$ : language p(amount = 0) [05:50:42.144] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.144] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.144] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.144] .. ..$ : language signalCondition(cond) [05:50:42.144] .. ..$ : language (function (p) { ... [05:50:42.144] .. ..$ : language calling_handler(control_progression("hide")) [05:50:42.144] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.144] .. ..$ : language control_progression("hide") [05:50:42.144] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.144] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:42.163] hide_reporter() ... done - received a 'progression' (n=34) [05:50:42.164] unhide_reporter() ... [05:50:42.164] List of 15 [05:50:42.164] $ max_steps : int 10 [05:50:42.164] $ times : num Inf [05:50:42.164] $ interval : num 0.1 [05:50:42.164] $ enable_after: num 0 [05:50:42.164] $ auto_finish : logi TRUE [05:50:42.164] $ clear : logi TRUE [05:50:42.164] $ target : chr "terminal" [05:50:42.164] $ step : num 8 [05:50:42.164] $ message : chr "P: Adding 8" [05:50:42.164] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.164] $ delta : num 1 [05:50:42.164] $ enabled : logi TRUE [05:50:42.164] $ config :List of 7 [05:50:42.164] ..$ max_steps : int 10 [05:50:42.164] ..$ times : num Inf [05:50:42.164] ..$ interval : num 0.1 [05:50:42.164] ..$ enable_after: num 0 [05:50:42.164] ..$ auto_finish : logi TRUE [05:50:42.164] ..$ clear : logi TRUE [05:50:42.164] ..$ target : chr "terminal" [05:50:42.164] $ state :List of 5 [05:50:42.164] ..$ step : num 8 [05:50:42.164] ..$ message : chr "P: Adding 8" [05:50:42.164] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.164] ..$ delta : num 1 [05:50:42.164] ..$ enabled : logi TRUE [05:50:42.164] $ progression :List of 12 [05:50:42.164] ..$ owner_session_uuid: NULL [05:50:42.164] ..$ progressor_uuid : NULL [05:50:42.164] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.164] ..$ progression_index : NULL [05:50:42.164] ..$ progression_time : chr "2024-10-29 05:50:42.163 +0100" [05:50:42.164] ..$ type : chr "unhide" [05:50:42.164] ..$ message : chr(0) [05:50:42.164] ..$ amount : num 1 [05:50:42.164] ..$ step : NULL [05:50:42.164] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.164] ..$ call : NULL [05:50:42.164] ..$ calls :Dotted pair list of 14 [05:50:42.164] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.164] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.164] .. ..$ : language withVisible(expr) [05:50:42.164] .. ..$ : language slow_sum(1:10) [05:50:42.164] .. ..$ : language p(amount = 0) [05:50:42.164] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.164] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.164] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.164] .. ..$ : language signalCondition(cond) [05:50:42.164] .. ..$ : language (function (p) { ... [05:50:42.164] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:42.164] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.164] .. ..$ : language control_progression("unhide") [05:50:42.164] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.164] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[05:50:42.185] unhide_reporter() ... done [05:50:42.185] Progression calling handler 'update' ... [05:50:42.185] - progression: [05:50:42.185] List of 12 [05:50:42.185] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.185] ..- attr(*, "source")=List of 6 [05:50:42.185] .. ..$ host : Named chr "CRANWIN3" [05:50:42.185] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.185] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.185] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.185] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.185] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.185] .. ..$ pid : int 86276 [05:50:42.185] .. ..$ random : int 139112919 [05:50:42.185] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.185] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.185] $ progression_index : int 34 [05:50:42.185] $ progression_time : chr "2024-10-29 05:50:42.143 +0100" [05:50:42.185] $ type : chr "update" [05:50:42.185] $ message : chr(0) [05:50:42.185] $ amount : num 0 [05:50:42.185] $ step : NULL [05:50:42.185] $ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.185] $ call : NULL [05:50:42.185] $ calls : NULL [05:50:42.185] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.193] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:42.194] - progression_index: 34 [05:50:42.194] - duplicated: FALSE [05:50:42.194] List of 4 [05:50:42.194] $ step : num 8 [05:50:42.194] $ p$amount : num 0 [05:50:42.194] $ p$step : NULL [05:50:42.194] $ max_steps: int 10 [05:50:42.196] List of 5 [05:50:42.196] $ finished : logi FALSE [05:50:42.196] $ step : num 8 [05:50:42.196] $ milestones : num [1:2] 9 10 [05:50:42.196] $ prev_milestone: num 7 [05:50:42.196] $ interval : num 0.1 [05:50:42.199] List of 4 [05:50:42.199] $ dt : 'difftime' num 0.235079050064087 [05:50:42.199] ..- attr(*, "units")= chr "secs" [05:50:42.199] $ : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.199] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:42.199] $ skip: logi FALSE [05:50:42.202] List of 1 [05:50:42.202] $ milestones: num [1:2] 9 10 [05:50:42.203] update_reporter() ... [05:50:42.203] List of 15 [05:50:42.203] $ max_steps : int 10 [05:50:42.203] $ times : num Inf [05:50:42.203] $ interval : num 0.1 [05:50:42.203] $ enable_after: num 0 [05:50:42.203] $ auto_finish : logi TRUE [05:50:42.203] $ clear : logi TRUE [05:50:42.203] $ target : chr "terminal" [05:50:42.203] $ step : num 8 [05:50:42.203] $ message : chr "P: Adding 8" [05:50:42.203] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.203] $ delta : num 1 [05:50:42.203] $ enabled : logi TRUE [05:50:42.203] $ config :List of 7 [05:50:42.203] ..$ max_steps : int 10 [05:50:42.203] ..$ times : num Inf [05:50:42.203] ..$ interval : num 0.1 [05:50:42.203] ..$ enable_after: num 0 [05:50:42.203] ..$ auto_finish : logi TRUE [05:50:42.203] ..$ clear : logi TRUE [05:50:42.203] ..$ target : chr "terminal" [05:50:42.203] $ state :List of 5 [05:50:42.203] ..$ step : num 8 [05:50:42.203] ..$ message : chr "P: Adding 8" [05:50:42.203] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.203] ..$ delta : num 1 [05:50:42.203] ..$ enabled : logi TRUE [05:50:42.203] $ progression :List of 12 [05:50:42.203] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.203] .. ..- attr(*, "source")=List of 6 [05:50:42.203] .. .. ..$ host : Named chr "CRANWIN3" [05:50:42.203] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.203] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.203] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.203] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.203] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.203] .. .. ..$ pid : int 86276 [05:50:42.203] .. .. ..$ random : int 139112919 [05:50:42.203] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.203] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.203] ..$ progression_index : int 34 [05:50:42.203] ..$ progression_time : chr "2024-10-29 05:50:42.143 +0100" [05:50:42.203] ..$ type : chr "update" [05:50:42.203] ..$ message : chr(0) [05:50:42.203] ..$ amount : num 0 [05:50:42.203] ..$ step : NULL [05:50:42.203] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.203] ..$ call : NULL [05:50:42.203] ..$ calls : NULL [05:50:42.203] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.228] update_reporter() ... done [05:50:42.228] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:42.230] hide_reporter() ... [05:50:42.230] List of 15 [05:50:42.230] $ max_steps : int 10 [05:50:42.230] $ times : num Inf [05:50:42.230] $ interval : num 0.1 [05:50:42.230] $ enable_after: num 0 [05:50:42.230] $ auto_finish : logi TRUE [05:50:42.230] $ clear : logi TRUE [05:50:42.230] $ target : chr "terminal" [05:50:42.230] $ step : num 8 [05:50:42.230] $ message : chr "P: Adding 8" [05:50:42.230] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.230] $ delta : num 1 [05:50:42.230] $ enabled : logi TRUE [05:50:42.230] $ config :List of 7 [05:50:42.230] ..$ max_steps : int 10 [05:50:42.230] ..$ times : num Inf [05:50:42.230] ..$ interval : num 0.1 [05:50:42.230] ..$ enable_after: num 0 [05:50:42.230] ..$ auto_finish : logi TRUE [05:50:42.230] ..$ clear : logi TRUE [05:50:42.230] ..$ target : chr "terminal" [05:50:42.230] $ state :List of 5 [05:50:42.230] ..$ step : num 8 [05:50:42.230] ..$ message : chr "P: Adding 8" [05:50:42.230] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.230] ..$ delta : num 1 [05:50:42.230] ..$ enabled : logi TRUE [05:50:42.230] $ progression :List of 12 [05:50:42.230] ..$ owner_session_uuid: NULL [05:50:42.230] ..$ progressor_uuid : NULL [05:50:42.230] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.230] ..$ progression_index : NULL [05:50:42.230] ..$ progression_time : chr "2024-10-29 05:50:42.229 +0100" [05:50:42.230] ..$ type : chr "hide" [05:50:42.230] ..$ message : chr(0) [05:50:42.230] ..$ amount : num 1 [05:50:42.230] ..$ step : NULL [05:50:42.230] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.230] ..$ call : NULL [05:50:42.230] ..$ calls :Dotted pair list of 14 [05:50:42.230] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.230] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.230] .. ..$ : language withVisible(expr) [05:50:42.230] .. ..$ : language slow_sum(1:10) [05:50:42.230] .. ..$ : language p(amount = 0) [05:50:42.230] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.230] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.230] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.230] .. ..$ : language signalCondition(cond) [05:50:42.230] .. ..$ : language (function (p) { ... [05:50:42.230] .. ..$ : language calling_handler(control_progression("hide")) [05:50:42.230] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.230] .. ..$ : language control_progression("hide") [05:50:42.230] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.230] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:42.259] hide_reporter() ... done - received a 'progression' (n=35) [05:50:42.260] unhide_reporter() ... [05:50:42.260] List of 15 [05:50:42.260] $ max_steps : int 10 [05:50:42.260] $ times : num Inf [05:50:42.260] $ interval : num 0.1 [05:50:42.260] $ enable_after: num 0 [05:50:42.260] $ auto_finish : logi TRUE [05:50:42.260] $ clear : logi TRUE [05:50:42.260] $ target : chr "terminal" [05:50:42.260] $ step : num 8 [05:50:42.260] $ message : chr "P: Adding 8" [05:50:42.260] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.260] $ delta : num 1 [05:50:42.260] $ enabled : logi TRUE [05:50:42.260] $ config :List of 7 [05:50:42.260] ..$ max_steps : int 10 [05:50:42.260] ..$ times : num Inf [05:50:42.260] ..$ interval : num 0.1 [05:50:42.260] ..$ enable_after: num 0 [05:50:42.260] ..$ auto_finish : logi TRUE [05:50:42.260] ..$ clear : logi TRUE [05:50:42.260] ..$ target : chr "terminal" [05:50:42.260] $ state :List of 5 [05:50:42.260] ..$ step : num 8 [05:50:42.260] ..$ message : chr "P: Adding 8" [05:50:42.260] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.260] ..$ delta : num 1 [05:50:42.260] ..$ enabled : logi TRUE [05:50:42.260] $ progression :List of 12 [05:50:42.260] ..$ owner_session_uuid: NULL [05:50:42.260] ..$ progressor_uuid : NULL [05:50:42.260] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.260] ..$ progression_index : NULL [05:50:42.260] ..$ progression_time : chr "2024-10-29 05:50:42.260 +0100" [05:50:42.260] ..$ type : chr "unhide" [05:50:42.260] ..$ message : chr(0) [05:50:42.260] ..$ amount : num 1 [05:50:42.260] ..$ step : NULL [05:50:42.260] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.260] ..$ call : NULL [05:50:42.260] ..$ calls :Dotted pair list of 14 [05:50:42.260] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.260] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.260] .. ..$ : language withVisible(expr) [05:50:42.260] .. ..$ : language slow_sum(1:10) [05:50:42.260] .. ..$ : language p(amount = 0) [05:50:42.260] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.260] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.260] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.260] .. ..$ : language signalCondition(cond) [05:50:42.260] .. ..$ : language (function (p) { ... [05:50:42.260] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:42.260] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.260] .. ..$ : language control_progression("unhide") [05:50:42.260] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.260] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[05:50:42.288] unhide_reporter() ... done [05:50:42.288] Progression calling handler 'update' ... [05:50:42.288] - progression: [05:50:42.289] List of 12 [05:50:42.289] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.289] ..- attr(*, "source")=List of 6 [05:50:42.289] .. ..$ host : Named chr "CRANWIN3" [05:50:42.289] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.289] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.289] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.289] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.289] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.289] .. ..$ pid : int 86276 [05:50:42.289] .. ..$ random : int 139112919 [05:50:42.289] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.289] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.289] $ progression_index : int 35 [05:50:42.289] $ progression_time : chr "2024-10-29 05:50:42.229 +0100" [05:50:42.289] $ type : chr "update" [05:50:42.289] $ message : chr(0) [05:50:42.289] $ amount : num 0 [05:50:42.289] $ step : NULL [05:50:42.289] $ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.289] $ call : NULL [05:50:42.289] $ calls : NULL [05:50:42.289] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.298] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:42.298] - progression_index: 35 [05:50:42.298] - duplicated: FALSE [05:50:42.299] List of 4 [05:50:42.299] $ step : num 8 [05:50:42.299] $ p$amount : num 0 [05:50:42.299] $ p$step : NULL [05:50:42.299] $ max_steps: int 10 [05:50:42.301] List of 5 [05:50:42.301] $ finished : logi FALSE [05:50:42.301] $ step : num 8 [05:50:42.301] $ milestones : num [1:2] 9 10 [05:50:42.301] $ prev_milestone: num 7 [05:50:42.301] $ interval : num 0.1 [05:50:42.305] List of 4 [05:50:42.305] $ dt : 'difftime' num 0.340794086456299 [05:50:42.305] ..- attr(*, "units")= chr "secs" [05:50:42.305] $ : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.305] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:42.305] $ skip: logi FALSE [05:50:42.308] List of 1 [05:50:42.308] $ milestones: num [1:2] 9 10 [05:50:42.309] update_reporter() ... [05:50:42.309] List of 15 [05:50:42.309] $ max_steps : int 10 [05:50:42.309] $ times : num Inf [05:50:42.309] $ interval : num 0.1 [05:50:42.309] $ enable_after: num 0 [05:50:42.309] $ auto_finish : logi TRUE [05:50:42.309] $ clear : logi TRUE [05:50:42.309] $ target : chr "terminal" [05:50:42.309] $ step : num 8 [05:50:42.309] $ message : chr "P: Adding 8" [05:50:42.309] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.309] $ delta : num 1 [05:50:42.309] $ enabled : logi TRUE [05:50:42.309] $ config :List of 7 [05:50:42.309] ..$ max_steps : int 10 [05:50:42.309] ..$ times : num Inf [05:50:42.309] ..$ interval : num 0.1 [05:50:42.309] ..$ enable_after: num 0 [05:50:42.309] ..$ auto_finish : logi TRUE [05:50:42.309] ..$ clear : logi TRUE [05:50:42.309] ..$ target : chr "terminal" [05:50:42.309] $ state :List of 5 [05:50:42.309] ..$ step : num 8 [05:50:42.309] ..$ message : chr "P: Adding 8" [05:50:42.309] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.309] ..$ delta : num 1 [05:50:42.309] ..$ enabled : logi TRUE [05:50:42.309] $ progression :List of 12 [05:50:42.309] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.309] .. ..- attr(*, "source")=List of 6 [05:50:42.309] .. .. ..$ host : Named chr "CRANWIN3" [05:50:42.309] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.309] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.309] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.309] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.309] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.309] .. .. ..$ pid : int 86276 [05:50:42.309] .. .. ..$ random : int 139112919 [05:50:42.309] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.309] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.309] ..$ progression_index : int 35 [05:50:42.309] ..$ progression_time : chr "2024-10-29 05:50:42.229 +0100" [05:50:42.309] ..$ type : chr "update" [05:50:42.309] ..$ message : chr(0) [05:50:42.309] ..$ amount : num 0 [05:50:42.309] ..$ step : NULL [05:50:42.309] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.309] ..$ call : NULL [05:50:42.309] ..$ calls : NULL [05:50:42.309] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.341] update_reporter() ... done [05:50:42.341] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:42.343] hide_reporter() ... [05:50:42.343] List of 15 [05:50:42.343] $ max_steps : int 10 [05:50:42.343] $ times : num Inf [05:50:42.343] $ interval : num 0.1 [05:50:42.343] $ enable_after: num 0 [05:50:42.343] $ auto_finish : logi TRUE [05:50:42.343] $ clear : logi TRUE [05:50:42.343] $ target : chr "terminal" [05:50:42.343] $ step : num 8 [05:50:42.343] $ message : chr "P: Adding 8" [05:50:42.343] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.343] $ delta : num 1 [05:50:42.343] $ enabled : logi TRUE [05:50:42.343] $ config :List of 7 [05:50:42.343] ..$ max_steps : int 10 [05:50:42.343] ..$ times : num Inf [05:50:42.343] ..$ interval : num 0.1 [05:50:42.343] ..$ enable_after: num 0 [05:50:42.343] ..$ auto_finish : logi TRUE [05:50:42.343] ..$ clear : logi TRUE [05:50:42.343] ..$ target : chr "terminal" [05:50:42.343] $ state :List of 5 [05:50:42.343] ..$ step : num 8 [05:50:42.343] ..$ message : chr "P: Adding 8" [05:50:42.343] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.343] ..$ delta : num 1 [05:50:42.343] ..$ enabled : logi TRUE [05:50:42.343] $ progression :List of 12 [05:50:42.343] ..$ owner_session_uuid: NULL [05:50:42.343] ..$ progressor_uuid : NULL [05:50:42.343] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.343] ..$ progression_index : NULL [05:50:42.343] ..$ progression_time : chr "2024-10-29 05:50:42.342 +0100" [05:50:42.343] ..$ type : chr "hide" [05:50:42.343] ..$ message : chr(0) [05:50:42.343] ..$ amount : num 1 [05:50:42.343] ..$ step : NULL [05:50:42.343] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.343] ..$ call : NULL [05:50:42.343] ..$ calls :Dotted pair list of 14 [05:50:42.343] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.343] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.343] .. ..$ : language withVisible(expr) [05:50:42.343] .. ..$ : language slow_sum(1:10) [05:50:42.343] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:42.343] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.343] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.343] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.343] .. ..$ : language signalCondition(cond) [05:50:42.343] .. ..$ : language (function (p) { ... [05:50:42.343] .. ..$ : language calling_handler(control_progression("hide")) [05:50:42.343] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.343] .. ..$ : language control_progression("hide") [05:50:42.343] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.343] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:42.380] hide_reporter() ... done - received a 'progression' (n=36) [05:50:42.381] unhide_reporter() ... [05:50:42.381] List of 15 [05:50:42.381] $ max_steps : int 10 [05:50:42.381] $ times : num Inf [05:50:42.381] $ interval : num 0.1 [05:50:42.381] $ enable_after: num 0 [05:50:42.381] $ auto_finish : logi TRUE [05:50:42.381] $ clear : logi TRUE [05:50:42.381] $ target : chr "terminal" [05:50:42.381] $ step : num 8 [05:50:42.381] $ message : chr "P: Adding 8" [05:50:42.381] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.381] $ delta : num 1 [05:50:42.381] $ enabled : logi TRUE [05:50:42.381] $ config :List of 7 [05:50:42.381] ..$ max_steps : int 10 [05:50:42.381] ..$ times : num Inf [05:50:42.381] ..$ interval : num 0.1 [05:50:42.381] ..$ enable_after: num 0 [05:50:42.381] ..$ auto_finish : logi TRUE [05:50:42.381] ..$ clear : logi TRUE [05:50:42.381] ..$ target : chr "terminal" [05:50:42.381] $ state :List of 5 [05:50:42.381] ..$ step : num 8 [05:50:42.381] ..$ message : chr "P: Adding 8" [05:50:42.381] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.381] ..$ delta : num 1 [05:50:42.381] ..$ enabled : logi TRUE [05:50:42.381] $ progression :List of 12 [05:50:42.381] ..$ owner_session_uuid: NULL [05:50:42.381] ..$ progressor_uuid : NULL [05:50:42.381] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.381] ..$ progression_index : NULL [05:50:42.381] ..$ progression_time : chr "2024-10-29 05:50:42.380 +0100" [05:50:42.381] ..$ type : chr "unhide" [05:50:42.381] ..$ message : chr(0) [05:50:42.381] ..$ amount : num 1 [05:50:42.381] ..$ step : NULL [05:50:42.381] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.381] ..$ call : NULL [05:50:42.381] ..$ calls :Dotted pair list of 14 [05:50:42.381] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.381] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.381] .. ..$ : language withVisible(expr) [05:50:42.381] .. ..$ : language slow_sum(1:10) [05:50:42.381] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:42.381] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.381] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.381] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.381] .. ..$ : language signalCondition(cond) [05:50:42.381] .. ..$ : language (function (p) { ... [05:50:42.381] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:42.381] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.381] .. ..$ : language control_progression("unhide") [05:50:42.381] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.381] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |================================================= | 70%[05:50:42.411] unhide_reporter() ... done [05:50:42.412] Progression calling handler 'update' ... [05:50:42.412] - progression: [05:50:42.412] List of 12 [05:50:42.412] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.412] ..- attr(*, "source")=List of 6 [05:50:42.412] .. ..$ host : Named chr "CRANWIN3" [05:50:42.412] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.412] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.412] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.412] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.412] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.412] .. ..$ pid : int 86276 [05:50:42.412] .. ..$ random : int 139112919 [05:50:42.412] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.412] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.412] $ progression_index : int 36 [05:50:42.412] $ progression_time : chr "2024-10-29 05:50:42.342 +0100" [05:50:42.412] $ type : chr "update" [05:50:42.412] $ message : chr "P: Adding 9" [05:50:42.412] $ amount : num 1 [05:50:42.412] $ step : NULL [05:50:42.412] $ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.412] $ call : NULL [05:50:42.412] $ calls : NULL [05:50:42.412] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.426] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:42.426] - progression_index: 36 [05:50:42.427] - duplicated: FALSE [05:50:42.427] List of 4 [05:50:42.427] $ step : num 8 [05:50:42.427] $ p$amount : num 1 [05:50:42.427] $ p$step : NULL [05:50:42.427] $ max_steps: int 10 [05:50:42.430] List of 5 [05:50:42.430] $ finished : logi FALSE [05:50:42.430] $ step : num 9 [05:50:42.430] $ milestones : num [1:2] 9 10 [05:50:42.430] $ prev_milestone: num 7 [05:50:42.430] $ interval : num 0.1 [05:50:42.434] List of 4 [05:50:42.434] $ dt : 'difftime' num 0.469499111175537 [05:50:42.434] ..- attr(*, "units")= chr "secs" [05:50:42.434] $ : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.434] $ : POSIXct[1:1], format: "2024-10-29 05:50:41" [05:50:42.434] $ skip: logi FALSE [05:50:42.438] List of 1 [05:50:42.438] $ milestones: num [1:2] 9 10 [05:50:42.440] update_reporter() ... [05:50:42.440] List of 15 [05:50:42.440] $ max_steps : int 10 [05:50:42.440] $ times : num Inf [05:50:42.440] $ interval : num 0.1 [05:50:42.440] $ enable_after: num 0 [05:50:42.440] $ auto_finish : logi TRUE [05:50:42.440] $ clear : logi TRUE [05:50:42.440] $ target : chr "terminal" [05:50:42.440] $ step : num 9 [05:50:42.440] $ message : chr "P: Adding 9" [05:50:42.440] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.440] $ delta : num 2 [05:50:42.440] $ enabled : logi TRUE [05:50:42.440] $ config :List of 7 [05:50:42.440] ..$ max_steps : int 10 [05:50:42.440] ..$ times : num Inf [05:50:42.440] ..$ interval : num 0.1 [05:50:42.440] ..$ enable_after: num 0 [05:50:42.440] ..$ auto_finish : logi TRUE [05:50:42.440] ..$ clear : logi TRUE [05:50:42.440] ..$ target : chr "terminal" [05:50:42.440] $ state :List of 5 [05:50:42.440] ..$ step : num 9 [05:50:42.440] ..$ message : chr "P: Adding 9" [05:50:42.440] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.440] ..$ delta : num 2 [05:50:42.440] ..$ enabled : logi TRUE [05:50:42.440] $ progression :List of 12 [05:50:42.440] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.440] .. ..- attr(*, "source")=List of 6 [05:50:42.440] .. .. ..$ host : Named chr "CRANWIN3" [05:50:42.440] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.440] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.440] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.440] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.440] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.440] .. .. ..$ pid : int 86276 [05:50:42.440] .. .. ..$ random : int 139112919 [05:50:42.440] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.440] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.440] ..$ progression_index : int 36 [05:50:42.440] ..$ progression_time : chr "2024-10-29 05:50:42.342 +0100" [05:50:42.440] ..$ type : chr "update" [05:50:42.440] ..$ message : chr "P: Adding 9" [05:50:42.440] ..$ amount : num 1 [05:50:42.440] ..$ step : NULL [05:50:42.440] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.440] ..$ call : NULL [05:50:42.440] ..$ calls : NULL [05:50:42.440] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |=============================================================== | 90%[05:50:42.470] update_reporter() ... done [05:50:42.470] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [05:50:42.472] hide_reporter() ... [05:50:42.473] List of 15 [05:50:42.473] $ max_steps : int 10 [05:50:42.473] $ times : num Inf [05:50:42.473] $ interval : num 0.1 [05:50:42.473] $ enable_after: num 0 [05:50:42.473] $ auto_finish : logi TRUE [05:50:42.473] $ clear : logi TRUE [05:50:42.473] $ target : chr "terminal" [05:50:42.473] $ step : num 9 [05:50:42.473] $ message : chr "P: Adding 9" [05:50:42.473] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.473] $ delta : num 0 [05:50:42.473] $ enabled : logi TRUE [05:50:42.473] $ config :List of 7 [05:50:42.473] ..$ max_steps : int 10 [05:50:42.473] ..$ times : num Inf [05:50:42.473] ..$ interval : num 0.1 [05:50:42.473] ..$ enable_after: num 0 [05:50:42.473] ..$ auto_finish : logi TRUE [05:50:42.473] ..$ clear : logi TRUE [05:50:42.473] ..$ target : chr "terminal" [05:50:42.473] $ state :List of 5 [05:50:42.473] ..$ step : num 9 [05:50:42.473] ..$ message : chr "P: Adding 9" [05:50:42.473] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.473] ..$ delta : num 0 [05:50:42.473] ..$ enabled : logi TRUE [05:50:42.473] $ progression :List of 12 [05:50:42.473] ..$ owner_session_uuid: NULL [05:50:42.473] ..$ progressor_uuid : NULL [05:50:42.473] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.473] ..$ progression_index : NULL [05:50:42.473] ..$ progression_time : chr "2024-10-29 05:50:42.472 +0100" [05:50:42.473] ..$ type : chr "hide" [05:50:42.473] ..$ message : chr(0) [05:50:42.473] ..$ amount : num 1 [05:50:42.473] ..$ step : NULL [05:50:42.473] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.473] ..$ call : NULL [05:50:42.473] ..$ calls :Dotted pair list of 14 [05:50:42.473] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.473] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.473] .. ..$ : language withVisible(expr) [05:50:42.473] .. ..$ : language slow_sum(1:10) [05:50:42.473] .. ..$ : language p(amount = 0) [05:50:42.473] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.473] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.473] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.473] .. ..$ : language signalCondition(cond) [05:50:42.473] .. ..$ : language (function (p) { ... [05:50:42.473] .. ..$ : language calling_handler(control_progression("hide")) [05:50:42.473] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.473] .. ..$ : language control_progression("hide") [05:50:42.473] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.473] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:42.511] hide_reporter() ... done M: Added value 9 - received a 'progression' (n=37) [05:50:42.512] unhide_reporter() ... [05:50:42.512] List of 15 [05:50:42.512] $ max_steps : int 10 [05:50:42.512] $ times : num Inf [05:50:42.512] $ interval : num 0.1 [05:50:42.512] $ enable_after: num 0 [05:50:42.512] $ auto_finish : logi TRUE [05:50:42.512] $ clear : logi TRUE [05:50:42.512] $ target : chr "terminal" [05:50:42.512] $ step : num 9 [05:50:42.512] $ message : chr "P: Adding 9" [05:50:42.512] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.512] $ delta : num 0 [05:50:42.512] $ enabled : logi TRUE [05:50:42.512] $ config :List of 7 [05:50:42.512] ..$ max_steps : int 10 [05:50:42.512] ..$ times : num Inf [05:50:42.512] ..$ interval : num 0.1 [05:50:42.512] ..$ enable_after: num 0 [05:50:42.512] ..$ auto_finish : logi TRUE [05:50:42.512] ..$ clear : logi TRUE [05:50:42.512] ..$ target : chr "terminal" [05:50:42.512] $ state :List of 5 [05:50:42.512] ..$ step : num 9 [05:50:42.512] ..$ message : chr "P: Adding 9" [05:50:42.512] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.512] ..$ delta : num 0 [05:50:42.512] ..$ enabled : logi TRUE [05:50:42.512] $ progression :List of 12 [05:50:42.512] ..$ owner_session_uuid: NULL [05:50:42.512] ..$ progressor_uuid : NULL [05:50:42.512] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.512] ..$ progression_index : NULL [05:50:42.512] ..$ progression_time : chr "2024-10-29 05:50:42.511 +0100" [05:50:42.512] ..$ type : chr "unhide" [05:50:42.512] ..$ message : chr(0) [05:50:42.512] ..$ amount : num 1 [05:50:42.512] ..$ step : NULL [05:50:42.512] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.512] ..$ call : NULL [05:50:42.512] ..$ calls :Dotted pair list of 14 [05:50:42.512] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.512] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.512] .. ..$ : language withVisible(expr) [05:50:42.512] .. ..$ : language slow_sum(1:10) [05:50:42.512] .. ..$ : language p(amount = 0) [05:50:42.512] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.512] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.512] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.512] .. ..$ : language signalCondition(cond) [05:50:42.512] .. ..$ : language (function (p) { ... [05:50:42.512] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:42.512] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.512] .. ..$ : language control_progression("unhide") [05:50:42.512] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.512] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=============================================================== | 90%[05:50:42.545] unhide_reporter() ... done [05:50:42.546] Progression calling handler 'update' ... [05:50:42.546] - progression: [05:50:42.546] List of 12 [05:50:42.546] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.546] ..- attr(*, "source")=List of 6 [05:50:42.546] .. ..$ host : Named chr "CRANWIN3" [05:50:42.546] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.546] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.546] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.546] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.546] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.546] .. ..$ pid : int 86276 [05:50:42.546] .. ..$ random : int 139112919 [05:50:42.546] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.546] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.546] $ progression_index : int 37 [05:50:42.546] $ progression_time : chr "2024-10-29 05:50:42.472 +0100" [05:50:42.546] $ type : chr "update" [05:50:42.546] $ message : chr(0) [05:50:42.546] $ amount : num 0 [05:50:42.546] $ step : NULL [05:50:42.546] $ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.546] $ call : NULL [05:50:42.546] $ calls : NULL [05:50:42.546] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.559] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:42.560] - progression_index: 37 [05:50:42.560] - duplicated: FALSE [05:50:42.560] List of 4 [05:50:42.560] $ step : num 9 [05:50:42.560] $ p$amount : num 0 [05:50:42.560] $ p$step : NULL [05:50:42.560] $ max_steps: int 10 [05:50:42.564] List of 5 [05:50:42.564] $ finished : logi FALSE [05:50:42.564] $ step : num 9 [05:50:42.564] $ milestones : num 10 [05:50:42.564] $ prev_milestone: num 9 [05:50:42.564] $ interval : num 0.1 [05:50:42.568] List of 4 [05:50:42.568] $ dt : 'difftime' num 0 [05:50:42.568] ..- attr(*, "units")= chr "secs" [05:50:42.568] $ : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.568] $ : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.568] $ skip: logi TRUE [05:50:42.572] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:42.573] hide_reporter() ... [05:50:42.573] List of 15 [05:50:42.573] $ max_steps : int 10 [05:50:42.573] $ times : num Inf [05:50:42.573] $ interval : num 0.1 [05:50:42.573] $ enable_after: num 0 [05:50:42.573] $ auto_finish : logi TRUE [05:50:42.573] $ clear : logi TRUE [05:50:42.573] $ target : chr "terminal" [05:50:42.573] $ step : num 9 [05:50:42.573] $ message : chr "P: Adding 9" [05:50:42.573] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.573] $ delta : num 0 [05:50:42.573] $ enabled : logi TRUE [05:50:42.573] $ config :List of 7 [05:50:42.573] ..$ max_steps : int 10 [05:50:42.573] ..$ times : num Inf [05:50:42.573] ..$ interval : num 0.1 [05:50:42.573] ..$ enable_after: num 0 [05:50:42.573] ..$ auto_finish : logi TRUE [05:50:42.573] ..$ clear : logi TRUE [05:50:42.573] ..$ target : chr "terminal" [05:50:42.573] $ state :List of 5 [05:50:42.573] ..$ step : num 9 [05:50:42.573] ..$ message : chr "P: Adding 9" [05:50:42.573] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.573] ..$ delta : num 0 [05:50:42.573] ..$ enabled : logi TRUE [05:50:42.573] $ progression :List of 12 [05:50:42.573] ..$ owner_session_uuid: NULL [05:50:42.573] ..$ progressor_uuid : NULL [05:50:42.573] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.573] ..$ progression_index : NULL [05:50:42.573] ..$ progression_time : chr "2024-10-29 05:50:42.573 +0100" [05:50:42.573] ..$ type : chr "hide" [05:50:42.573] ..$ message : chr(0) [05:50:42.573] ..$ amount : num 1 [05:50:42.573] ..$ step : NULL [05:50:42.573] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.573] ..$ call : NULL [05:50:42.573] ..$ calls :Dotted pair list of 14 [05:50:42.573] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.573] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.573] .. ..$ : language withVisible(expr) [05:50:42.573] .. ..$ : language slow_sum(1:10) [05:50:42.573] .. ..$ : language p(amount = 0) [05:50:42.573] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.573] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.573] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.573] .. ..$ : language signalCondition(cond) [05:50:42.573] .. ..$ : language (function (p) { ... [05:50:42.573] .. ..$ : language calling_handler(control_progression("hide")) [05:50:42.573] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.573] .. ..$ : language control_progression("hide") [05:50:42.573] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.573] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:42.604] hide_reporter() ... done - received a 'progression' (n=38) [05:50:42.605] unhide_reporter() ... [05:50:42.606] List of 15 [05:50:42.606] $ max_steps : int 10 [05:50:42.606] $ times : num Inf [05:50:42.606] $ interval : num 0.1 [05:50:42.606] $ enable_after: num 0 [05:50:42.606] $ auto_finish : logi TRUE [05:50:42.606] $ clear : logi TRUE [05:50:42.606] $ target : chr "terminal" [05:50:42.606] $ step : num 9 [05:50:42.606] $ message : chr "P: Adding 9" [05:50:42.606] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.606] $ delta : num 0 [05:50:42.606] $ enabled : logi TRUE [05:50:42.606] $ config :List of 7 [05:50:42.606] ..$ max_steps : int 10 [05:50:42.606] ..$ times : num Inf [05:50:42.606] ..$ interval : num 0.1 [05:50:42.606] ..$ enable_after: num 0 [05:50:42.606] ..$ auto_finish : logi TRUE [05:50:42.606] ..$ clear : logi TRUE [05:50:42.606] ..$ target : chr "terminal" [05:50:42.606] $ state :List of 5 [05:50:42.606] ..$ step : num 9 [05:50:42.606] ..$ message : chr "P: Adding 9" [05:50:42.606] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.606] ..$ delta : num 0 [05:50:42.606] ..$ enabled : logi TRUE [05:50:42.606] $ progression :List of 12 [05:50:42.606] ..$ owner_session_uuid: NULL [05:50:42.606] ..$ progressor_uuid : NULL [05:50:42.606] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.606] ..$ progression_index : NULL [05:50:42.606] ..$ progression_time : chr "2024-10-29 05:50:42.605 +0100" [05:50:42.606] ..$ type : chr "unhide" [05:50:42.606] ..$ message : chr(0) [05:50:42.606] ..$ amount : num 1 [05:50:42.606] ..$ step : NULL [05:50:42.606] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.606] ..$ call : NULL [05:50:42.606] ..$ calls :Dotted pair list of 14 [05:50:42.606] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.606] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.606] .. ..$ : language withVisible(expr) [05:50:42.606] .. ..$ : language slow_sum(1:10) [05:50:42.606] .. ..$ : language p(amount = 0) [05:50:42.606] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.606] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.606] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.606] .. ..$ : language signalCondition(cond) [05:50:42.606] .. ..$ : language (function (p) { ... [05:50:42.606] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:42.606] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.606] .. ..$ : language control_progression("unhide") [05:50:42.606] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.606] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=============================================================== | 90%[05:50:42.634] unhide_reporter() ... done [05:50:42.635] Progression calling handler 'update' ... [05:50:42.635] - progression: [05:50:42.635] List of 12 [05:50:42.635] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.635] ..- attr(*, "source")=List of 6 [05:50:42.635] .. ..$ host : Named chr "CRANWIN3" [05:50:42.635] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.635] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.635] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.635] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.635] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.635] .. ..$ pid : int 86276 [05:50:42.635] .. ..$ random : int 139112919 [05:50:42.635] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.635] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.635] $ progression_index : int 38 [05:50:42.635] $ progression_time : chr "2024-10-29 05:50:42.572 +0100" [05:50:42.635] $ type : chr "update" [05:50:42.635] $ message : chr(0) [05:50:42.635] $ amount : num 0 [05:50:42.635] $ step : NULL [05:50:42.635] $ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.635] $ call : NULL [05:50:42.635] $ calls : NULL [05:50:42.635] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.651] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:42.651] - progression_index: 38 [05:50:42.652] - duplicated: FALSE [05:50:42.652] List of 4 [05:50:42.652] $ step : num 9 [05:50:42.652] $ p$amount : num 0 [05:50:42.652] $ p$step : NULL [05:50:42.652] $ max_steps: int 10 [05:50:42.655] List of 5 [05:50:42.655] $ finished : logi FALSE [05:50:42.655] $ step : num 9 [05:50:42.655] $ milestones : num 10 [05:50:42.655] $ prev_milestone: num 9 [05:50:42.655] $ interval : num 0.1 [05:50:42.658] List of 4 [05:50:42.658] $ dt : 'difftime' num 0 [05:50:42.658] ..- attr(*, "units")= chr "secs" [05:50:42.658] $ : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.658] $ : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.658] $ skip: logi TRUE [05:50:42.662] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:42.663] hide_reporter() ... [05:50:42.664] List of 15 [05:50:42.664] $ max_steps : int 10 [05:50:42.664] $ times : num Inf [05:50:42.664] $ interval : num 0.1 [05:50:42.664] $ enable_after: num 0 [05:50:42.664] $ auto_finish : logi TRUE [05:50:42.664] $ clear : logi TRUE [05:50:42.664] $ target : chr "terminal" [05:50:42.664] $ step : num 9 [05:50:42.664] $ message : chr "P: Adding 9" [05:50:42.664] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.664] $ delta : num 0 [05:50:42.664] $ enabled : logi TRUE [05:50:42.664] $ config :List of 7 [05:50:42.664] ..$ max_steps : int 10 [05:50:42.664] ..$ times : num Inf [05:50:42.664] ..$ interval : num 0.1 [05:50:42.664] ..$ enable_after: num 0 [05:50:42.664] ..$ auto_finish : logi TRUE [05:50:42.664] ..$ clear : logi TRUE [05:50:42.664] ..$ target : chr "terminal" [05:50:42.664] $ state :List of 5 [05:50:42.664] ..$ step : num 9 [05:50:42.664] ..$ message : chr "P: Adding 9" [05:50:42.664] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.664] ..$ delta : num 0 [05:50:42.664] ..$ enabled : logi TRUE [05:50:42.664] $ progression :List of 12 [05:50:42.664] ..$ owner_session_uuid: NULL [05:50:42.664] ..$ progressor_uuid : NULL [05:50:42.664] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.664] ..$ progression_index : NULL [05:50:42.664] ..$ progression_time : chr "2024-10-29 05:50:42.663 +0100" [05:50:42.664] ..$ type : chr "hide" [05:50:42.664] ..$ message : chr(0) [05:50:42.664] ..$ amount : num 1 [05:50:42.664] ..$ step : NULL [05:50:42.664] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.664] ..$ call : NULL [05:50:42.664] ..$ calls :Dotted pair list of 14 [05:50:42.664] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.664] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.664] .. ..$ : language withVisible(expr) [05:50:42.664] .. ..$ : language slow_sum(1:10) [05:50:42.664] .. ..$ : language p(amount = 0) [05:50:42.664] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.664] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.664] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.664] .. ..$ : language signalCondition(cond) [05:50:42.664] .. ..$ : language (function (p) { ... [05:50:42.664] .. ..$ : language calling_handler(control_progression("hide")) [05:50:42.664] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.664] .. ..$ : language control_progression("hide") [05:50:42.664] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.664] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:42.692] hide_reporter() ... done - received a 'progression' (n=39) [05:50:42.693] unhide_reporter() ... [05:50:42.693] List of 15 [05:50:42.693] $ max_steps : int 10 [05:50:42.693] $ times : num Inf [05:50:42.693] $ interval : num 0.1 [05:50:42.693] $ enable_after: num 0 [05:50:42.693] $ auto_finish : logi TRUE [05:50:42.693] $ clear : logi TRUE [05:50:42.693] $ target : chr "terminal" [05:50:42.693] $ step : num 9 [05:50:42.693] $ message : chr "P: Adding 9" [05:50:42.693] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.693] $ delta : num 0 [05:50:42.693] $ enabled : logi TRUE [05:50:42.693] $ config :List of 7 [05:50:42.693] ..$ max_steps : int 10 [05:50:42.693] ..$ times : num Inf [05:50:42.693] ..$ interval : num 0.1 [05:50:42.693] ..$ enable_after: num 0 [05:50:42.693] ..$ auto_finish : logi TRUE [05:50:42.693] ..$ clear : logi TRUE [05:50:42.693] ..$ target : chr "terminal" [05:50:42.693] $ state :List of 5 [05:50:42.693] ..$ step : num 9 [05:50:42.693] ..$ message : chr "P: Adding 9" [05:50:42.693] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.693] ..$ delta : num 0 [05:50:42.693] ..$ enabled : logi TRUE [05:50:42.693] $ progression :List of 12 [05:50:42.693] ..$ owner_session_uuid: NULL [05:50:42.693] ..$ progressor_uuid : NULL [05:50:42.693] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.693] ..$ progression_index : NULL [05:50:42.693] ..$ progression_time : chr "2024-10-29 05:50:42.693 +0100" [05:50:42.693] ..$ type : chr "unhide" [05:50:42.693] ..$ message : chr(0) [05:50:42.693] ..$ amount : num 1 [05:50:42.693] ..$ step : NULL [05:50:42.693] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.693] ..$ call : NULL [05:50:42.693] ..$ calls :Dotted pair list of 14 [05:50:42.693] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.693] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.693] .. ..$ : language withVisible(expr) [05:50:42.693] .. ..$ : language slow_sum(1:10) [05:50:42.693] .. ..$ : language p(amount = 0) [05:50:42.693] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.693] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.693] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.693] .. ..$ : language signalCondition(cond) [05:50:42.693] .. ..$ : language (function (p) { ... [05:50:42.693] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:42.693] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.693] .. ..$ : language control_progression("unhide") [05:50:42.693] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.693] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=============================================================== | 90%[05:50:42.722] unhide_reporter() ... done [05:50:42.723] Progression calling handler 'update' ... [05:50:42.723] - progression: [05:50:42.723] List of 12 [05:50:42.723] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.723] ..- attr(*, "source")=List of 6 [05:50:42.723] .. ..$ host : Named chr "CRANWIN3" [05:50:42.723] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.723] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.723] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.723] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.723] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.723] .. ..$ pid : int 86276 [05:50:42.723] .. ..$ random : int 139112919 [05:50:42.723] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.723] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.723] $ progression_index : int 39 [05:50:42.723] $ progression_time : chr "2024-10-29 05:50:42.662 +0100" [05:50:42.723] $ type : chr "update" [05:50:42.723] $ message : chr(0) [05:50:42.723] $ amount : num 0 [05:50:42.723] $ step : NULL [05:50:42.723] $ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.723] $ call : NULL [05:50:42.723] $ calls : NULL [05:50:42.723] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.734] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:42.734] - progression_index: 39 [05:50:42.734] - duplicated: FALSE [05:50:42.734] List of 4 [05:50:42.734] $ step : num 9 [05:50:42.734] $ p$amount : num 0 [05:50:42.734] $ p$step : NULL [05:50:42.734] $ max_steps: int 10 [05:50:42.736] List of 5 [05:50:42.736] $ finished : logi FALSE [05:50:42.736] $ step : num 9 [05:50:42.736] $ milestones : num 10 [05:50:42.736] $ prev_milestone: num 9 [05:50:42.736] $ interval : num 0.1 [05:50:42.739] List of 4 [05:50:42.739] $ dt : 'difftime' num 0 [05:50:42.739] ..- attr(*, "units")= chr "secs" [05:50:42.739] $ : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.739] $ : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.739] $ skip: logi TRUE [05:50:42.742] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:42.743] hide_reporter() ... [05:50:42.743] List of 15 [05:50:42.743] $ max_steps : int 10 [05:50:42.743] $ times : num Inf [05:50:42.743] $ interval : num 0.1 [05:50:42.743] $ enable_after: num 0 [05:50:42.743] $ auto_finish : logi TRUE [05:50:42.743] $ clear : logi TRUE [05:50:42.743] $ target : chr "terminal" [05:50:42.743] $ step : num 9 [05:50:42.743] $ message : chr "P: Adding 9" [05:50:42.743] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.743] $ delta : num 0 [05:50:42.743] $ enabled : logi TRUE [05:50:42.743] $ config :List of 7 [05:50:42.743] ..$ max_steps : int 10 [05:50:42.743] ..$ times : num Inf [05:50:42.743] ..$ interval : num 0.1 [05:50:42.743] ..$ enable_after: num 0 [05:50:42.743] ..$ auto_finish : logi TRUE [05:50:42.743] ..$ clear : logi TRUE [05:50:42.743] ..$ target : chr "terminal" [05:50:42.743] $ state :List of 5 [05:50:42.743] ..$ step : num 9 [05:50:42.743] ..$ message : chr "P: Adding 9" [05:50:42.743] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.743] ..$ delta : num 0 [05:50:42.743] ..$ enabled : logi TRUE [05:50:42.743] $ progression :List of 12 [05:50:42.743] ..$ owner_session_uuid: NULL [05:50:42.743] ..$ progressor_uuid : NULL [05:50:42.743] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.743] ..$ progression_index : NULL [05:50:42.743] ..$ progression_time : chr "2024-10-29 05:50:42.743 +0100" [05:50:42.743] ..$ type : chr "hide" [05:50:42.743] ..$ message : chr(0) [05:50:42.743] ..$ amount : num 1 [05:50:42.743] ..$ step : NULL [05:50:42.743] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.743] ..$ call : NULL [05:50:42.743] ..$ calls :Dotted pair list of 14 [05:50:42.743] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.743] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.743] .. ..$ : language withVisible(expr) [05:50:42.743] .. ..$ : language slow_sum(1:10) [05:50:42.743] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:42.743] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.743] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.743] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.743] .. ..$ : language signalCondition(cond) [05:50:42.743] .. ..$ : language (function (p) { ... [05:50:42.743] .. ..$ : language calling_handler(control_progression("hide")) [05:50:42.743] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.743] .. ..$ : language control_progression("hide") [05:50:42.743] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.743] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:42.768] hide_reporter() ... done - received a 'progression' (n=40) [05:50:42.768] unhide_reporter() ... [05:50:42.768] List of 15 [05:50:42.768] $ max_steps : int 10 [05:50:42.768] $ times : num Inf [05:50:42.768] $ interval : num 0.1 [05:50:42.768] $ enable_after: num 0 [05:50:42.768] $ auto_finish : logi TRUE [05:50:42.768] $ clear : logi TRUE [05:50:42.768] $ target : chr "terminal" [05:50:42.768] $ step : num 9 [05:50:42.768] $ message : chr "P: Adding 9" [05:50:42.768] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.768] $ delta : num 0 [05:50:42.768] $ enabled : logi TRUE [05:50:42.768] $ config :List of 7 [05:50:42.768] ..$ max_steps : int 10 [05:50:42.768] ..$ times : num Inf [05:50:42.768] ..$ interval : num 0.1 [05:50:42.768] ..$ enable_after: num 0 [05:50:42.768] ..$ auto_finish : logi TRUE [05:50:42.768] ..$ clear : logi TRUE [05:50:42.768] ..$ target : chr "terminal" [05:50:42.768] $ state :List of 5 [05:50:42.768] ..$ step : num 9 [05:50:42.768] ..$ message : chr "P: Adding 9" [05:50:42.768] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.768] ..$ delta : num 0 [05:50:42.768] ..$ enabled : logi TRUE [05:50:42.768] $ progression :List of 12 [05:50:42.768] ..$ owner_session_uuid: NULL [05:50:42.768] ..$ progressor_uuid : NULL [05:50:42.768] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.768] ..$ progression_index : NULL [05:50:42.768] ..$ progression_time : chr "2024-10-29 05:50:42.768 +0100" [05:50:42.768] ..$ type : chr "unhide" [05:50:42.768] ..$ message : chr(0) [05:50:42.768] ..$ amount : num 1 [05:50:42.768] ..$ step : NULL [05:50:42.768] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.768] ..$ call : NULL [05:50:42.768] ..$ calls :Dotted pair list of 14 [05:50:42.768] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.768] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.768] .. ..$ : language withVisible(expr) [05:50:42.768] .. ..$ : language slow_sum(1:10) [05:50:42.768] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:42.768] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.768] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.768] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.768] .. ..$ : language signalCondition(cond) [05:50:42.768] .. ..$ : language (function (p) { ... [05:50:42.768] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:42.768] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.768] .. ..$ : language control_progression("unhide") [05:50:42.768] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.768] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=============================================================== | 90%[05:50:42.789] unhide_reporter() ... done [05:50:42.790] Progression calling handler 'update' ... [05:50:42.790] - progression: [05:50:42.790] List of 12 [05:50:42.790] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.790] ..- attr(*, "source")=List of 6 [05:50:42.790] .. ..$ host : Named chr "CRANWIN3" [05:50:42.790] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.790] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.790] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.790] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.790] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.790] .. ..$ pid : int 86276 [05:50:42.790] .. ..$ random : int 139112919 [05:50:42.790] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.790] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.790] $ progression_index : int 40 [05:50:42.790] $ progression_time : chr "2024-10-29 05:50:42.742 +0100" [05:50:42.790] $ type : chr "update" [05:50:42.790] $ message : chr "P: Adding 10" [05:50:42.790] $ amount : num 1 [05:50:42.790] $ step : NULL [05:50:42.790] $ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.790] $ call : NULL [05:50:42.790] $ calls : NULL [05:50:42.790] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.801] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:42.801] - progression_index: 40 [05:50:42.802] - duplicated: FALSE [05:50:42.802] List of 4 [05:50:42.802] $ step : num 9 [05:50:42.802] $ p$amount : num 1 [05:50:42.802] $ p$step : NULL [05:50:42.802] $ max_steps: int 10 [05:50:42.805] List of 5 [05:50:42.805] $ finished : logi FALSE [05:50:42.805] $ step : num 10 [05:50:42.805] $ milestones : num 10 [05:50:42.805] $ prev_milestone: num 9 [05:50:42.805] $ interval : num 0.1 [05:50:42.809] List of 4 [05:50:42.809] $ dt : 'difftime' num 0.0690569877624512 [05:50:42.809] ..- attr(*, "units")= chr "secs" [05:50:42.809] $ : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.809] $ : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.809] $ skip: logi TRUE [05:50:42.813] List of 2 [05:50:42.813] $ type : chr "finish (auto)" [05:50:42.813] $ milestones: num(0) [05:50:42.815] List of 4 [05:50:42.815] $ step : num 10 [05:50:42.815] $ p$amount : num 1 [05:50:42.815] $ p$step : NULL [05:50:42.815] $ max_steps: int 10 [05:50:42.818] List of 5 [05:50:42.818] $ finished : logi FALSE [05:50:42.818] $ step : num 10 [05:50:42.818] $ milestones : num(0) [05:50:42.818] $ prev_milestone: num 9 [05:50:42.818] $ interval : num 0.1 [05:50:42.822] finish_reporter() ... [05:50:42.823] List of 15 [05:50:42.823] $ max_steps : int 10 [05:50:42.823] $ times : num Inf [05:50:42.823] $ interval : num 0.1 [05:50:42.823] $ enable_after: num 0 [05:50:42.823] $ auto_finish : logi TRUE [05:50:42.823] $ clear : logi TRUE [05:50:42.823] $ target : chr "terminal" [05:50:42.823] $ step : num 10 [05:50:42.823] $ message : chr "P: Adding 10" [05:50:42.823] $ timestamps : POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.823] $ delta : num 1 [05:50:42.823] $ enabled : logi TRUE [05:50:42.823] $ config :List of 7 [05:50:42.823] ..$ max_steps : int 10 [05:50:42.823] ..$ times : num Inf [05:50:42.823] ..$ interval : num 0.1 [05:50:42.823] ..$ enable_after: num 0 [05:50:42.823] ..$ auto_finish : logi TRUE [05:50:42.823] ..$ clear : logi TRUE [05:50:42.823] ..$ target : chr "terminal" [05:50:42.823] $ state :List of 5 [05:50:42.823] ..$ step : num 10 [05:50:42.823] ..$ message : chr "P: Adding 10" [05:50:42.823] ..$ timestamps: POSIXct[1:10], format: "2024-10-29 05:50:39" "2024-10-29 05:50:39" ... [05:50:42.823] ..$ delta : num 1 [05:50:42.823] ..$ enabled : logi TRUE [05:50:42.823] $ progression :List of 12 [05:50:42.823] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.823] .. ..- attr(*, "source")=List of 6 [05:50:42.823] .. .. ..$ host : Named chr "CRANWIN3" [05:50:42.823] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.823] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.823] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.823] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.823] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.823] .. .. ..$ pid : int 86276 [05:50:42.823] .. .. ..$ random : int 139112919 [05:50:42.823] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.823] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.823] ..$ progression_index : int 40 [05:50:42.823] ..$ progression_time : chr "2024-10-29 05:50:42.742 +0100" [05:50:42.823] ..$ type : chr "update" [05:50:42.823] ..$ message : chr "P: Adding 10" [05:50:42.823] ..$ amount : num 1 [05:50:42.823] ..$ step : NULL [05:50:42.823] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.823] ..$ call : NULL [05:50:42.823] ..$ calls : NULL [05:50:42.823] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.853] List of 4 [05:50:42.853] $ step : num 10 [05:50:42.853] $ p$amount : num 1 [05:50:42.853] $ p$step : NULL [05:50:42.853] $ max_steps: int 10 [05:50:42.856] List of 5 [05:50:42.856] $ finished : logi FALSE [05:50:42.856] $ step : num 10 [05:50:42.856] $ milestones : num(0) [05:50:42.856] $ prev_milestone: num 9 [05:50:42.856] $ interval : num 0.1 - owner: NULL [05:50:42.861] finish_reporter() ... done [05:50:42.862] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' - received a 'simpleMessage' [05:50:42.864] hide_reporter() ... [05:50:42.864] List of 15 [05:50:42.864] $ max_steps : NULL [05:50:42.864] $ times : num Inf [05:50:42.864] $ interval : num 0.1 [05:50:42.864] $ enable_after: num 0 [05:50:42.864] $ auto_finish : logi TRUE [05:50:42.864] $ clear : logi TRUE [05:50:42.864] $ target : chr "terminal" [05:50:42.864] $ step : NULL [05:50:42.864] $ message : NULL [05:50:42.864] $ timestamps : NULL [05:50:42.864] $ delta : int 0 [05:50:42.864] $ enabled : logi FALSE [05:50:42.864] $ config :List of 7 [05:50:42.864] ..$ max_steps : NULL [05:50:42.864] ..$ times : num Inf [05:50:42.864] ..$ interval : num 0.1 [05:50:42.864] ..$ enable_after: num 0 [05:50:42.864] ..$ auto_finish : logi TRUE [05:50:42.864] ..$ clear : logi TRUE [05:50:42.864] ..$ target : chr "terminal" [05:50:42.864] $ state :List of 5 [05:50:42.864] ..$ step : NULL [05:50:42.864] ..$ message : NULL [05:50:42.864] ..$ timestamps: NULL [05:50:42.864] ..$ delta : int 0 [05:50:42.864] ..$ enabled : logi FALSE [05:50:42.864] $ progression :List of 12 [05:50:42.864] ..$ owner_session_uuid: NULL [05:50:42.864] ..$ progressor_uuid : NULL [05:50:42.864] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.864] ..$ progression_index : NULL [05:50:42.864] ..$ progression_time : chr "2024-10-29 05:50:42.863 +0100" [05:50:42.864] ..$ type : chr "hide" [05:50:42.864] ..$ message : chr(0) [05:50:42.864] ..$ amount : num 1 [05:50:42.864] ..$ step : NULL [05:50:42.864] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.864] ..$ call : NULL [05:50:42.864] ..$ calls :Dotted pair list of 14 [05:50:42.864] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.864] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.864] .. ..$ : language withVisible(expr) [05:50:42.864] .. ..$ : language slow_sum(1:10) [05:50:42.864] .. ..$ : language p(amount = 0) [05:50:42.864] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.864] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.864] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.864] .. ..$ : language signalCondition(cond) [05:50:42.864] .. ..$ : language (function (p) { ... [05:50:42.864] .. ..$ : language calling_handler(control_progression("hide")) [05:50:42.864] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.864] .. ..$ : language control_progression("hide") [05:50:42.864] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.864] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:42.900] hide_reporter() ... done M: Added value 10 - received a 'progression' (n=41) [05:50:42.900] unhide_reporter() ... [05:50:42.901] List of 15 [05:50:42.901] $ max_steps : NULL [05:50:42.901] $ times : num Inf [05:50:42.901] $ interval : num 0.1 [05:50:42.901] $ enable_after: num 0 [05:50:42.901] $ auto_finish : logi TRUE [05:50:42.901] $ clear : logi TRUE [05:50:42.901] $ target : chr "terminal" [05:50:42.901] $ step : NULL [05:50:42.901] $ message : NULL [05:50:42.901] $ timestamps : NULL [05:50:42.901] $ delta : int 0 [05:50:42.901] $ enabled : logi FALSE [05:50:42.901] $ config :List of 7 [05:50:42.901] ..$ max_steps : NULL [05:50:42.901] ..$ times : num Inf [05:50:42.901] ..$ interval : num 0.1 [05:50:42.901] ..$ enable_after: num 0 [05:50:42.901] ..$ auto_finish : logi TRUE [05:50:42.901] ..$ clear : logi TRUE [05:50:42.901] ..$ target : chr "terminal" [05:50:42.901] $ state :List of 5 [05:50:42.901] ..$ step : NULL [05:50:42.901] ..$ message : NULL [05:50:42.901] ..$ timestamps: NULL [05:50:42.901] ..$ delta : int 0 [05:50:42.901] ..$ enabled : logi FALSE [05:50:42.901] $ progression :List of 12 [05:50:42.901] ..$ owner_session_uuid: NULL [05:50:42.901] ..$ progressor_uuid : NULL [05:50:42.901] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.901] ..$ progression_index : NULL [05:50:42.901] ..$ progression_time : chr "2024-10-29 05:50:42.900 +0100" [05:50:42.901] ..$ type : chr "unhide" [05:50:42.901] ..$ message : chr(0) [05:50:42.901] ..$ amount : num 1 [05:50:42.901] ..$ step : NULL [05:50:42.901] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.901] ..$ call : NULL [05:50:42.901] ..$ calls :Dotted pair list of 14 [05:50:42.901] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.901] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.901] .. ..$ : language withVisible(expr) [05:50:42.901] .. ..$ : language slow_sum(1:10) [05:50:42.901] .. ..$ : language p(amount = 0) [05:50:42.901] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.901] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.901] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.901] .. ..$ : language signalCondition(cond) [05:50:42.901] .. ..$ : language (function (p) { ... [05:50:42.901] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:42.901] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.901] .. ..$ : language control_progression("unhide") [05:50:42.901] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.901] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:42.934] unhide_reporter() ... done [05:50:42.935] Progression calling handler 'update' ... [05:50:42.935] - progression: [05:50:42.935] List of 12 [05:50:42.935] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.935] ..- attr(*, "source")=List of 6 [05:50:42.935] .. ..$ host : Named chr "CRANWIN3" [05:50:42.935] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:42.935] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:42.935] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:42.935] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:42.935] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:42.935] .. ..$ pid : int 86276 [05:50:42.935] .. ..$ random : int 139112919 [05:50:42.935] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:42.935] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.935] $ progression_index : int 41 [05:50:42.935] $ progression_time : chr "2024-10-29 05:50:42.863 +0100" [05:50:42.935] $ type : chr "update" [05:50:42.935] $ message : chr(0) [05:50:42.935] $ amount : num 0 [05:50:42.935] $ step : NULL [05:50:42.935] $ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.935] $ call : NULL [05:50:42.935] $ calls : NULL [05:50:42.935] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:42.949] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:42.950] - progression_index: 41 [05:50:42.950] - duplicated: FALSE - cannot 'update' handler, because it is not active [05:50:42.950] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:42.952] hide_reporter() ... [05:50:42.953] List of 15 [05:50:42.953] $ max_steps : NULL [05:50:42.953] $ times : num Inf [05:50:42.953] $ interval : num 0.1 [05:50:42.953] $ enable_after: num 0 [05:50:42.953] $ auto_finish : logi TRUE [05:50:42.953] $ clear : logi TRUE [05:50:42.953] $ target : chr "terminal" [05:50:42.953] $ step : NULL [05:50:42.953] $ message : NULL [05:50:42.953] $ timestamps : NULL [05:50:42.953] $ delta : int 0 [05:50:42.953] $ enabled : logi FALSE [05:50:42.953] $ config :List of 7 [05:50:42.953] ..$ max_steps : NULL [05:50:42.953] ..$ times : num Inf [05:50:42.953] ..$ interval : num 0.1 [05:50:42.953] ..$ enable_after: num 0 [05:50:42.953] ..$ auto_finish : logi TRUE [05:50:42.953] ..$ clear : logi TRUE [05:50:42.953] ..$ target : chr "terminal" [05:50:42.953] $ state :List of 5 [05:50:42.953] ..$ step : NULL [05:50:42.953] ..$ message : NULL [05:50:42.953] ..$ timestamps: NULL [05:50:42.953] ..$ delta : int 0 [05:50:42.953] ..$ enabled : logi FALSE [05:50:42.953] $ progression :List of 12 [05:50:42.953] ..$ owner_session_uuid: NULL [05:50:42.953] ..$ progressor_uuid : NULL [05:50:42.953] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.953] ..$ progression_index : NULL [05:50:42.953] ..$ progression_time : chr "2024-10-29 05:50:42.952 +0100" [05:50:42.953] ..$ type : chr "hide" [05:50:42.953] ..$ message : chr(0) [05:50:42.953] ..$ amount : num 1 [05:50:42.953] ..$ step : NULL [05:50:42.953] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.953] ..$ call : NULL [05:50:42.953] ..$ calls :Dotted pair list of 14 [05:50:42.953] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.953] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.953] .. ..$ : language withVisible(expr) [05:50:42.953] .. ..$ : language slow_sum(1:10) [05:50:42.953] .. ..$ : language p(amount = 0, message = sprintf("P: %d elements done", kk), class = "sticky") [05:50:42.953] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.953] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.953] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.953] .. ..$ : language signalCondition(cond) [05:50:42.953] .. ..$ : language (function (p) { ... [05:50:42.953] .. ..$ : language calling_handler(control_progression("hide")) [05:50:42.953] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.953] .. ..$ : language control_progression("hide") [05:50:42.953] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.953] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:42.988] hide_reporter() ... done - received a 'sticky' (n=42) [05:50:42.989] unhide_reporter() ... [05:50:42.989] List of 15 [05:50:42.989] $ max_steps : NULL [05:50:42.989] $ times : num Inf [05:50:42.989] $ interval : num 0.1 [05:50:42.989] $ enable_after: num 0 [05:50:42.989] $ auto_finish : logi TRUE [05:50:42.989] $ clear : logi TRUE [05:50:42.989] $ target : chr "terminal" [05:50:42.989] $ step : NULL [05:50:42.989] $ message : NULL [05:50:42.989] $ timestamps : NULL [05:50:42.989] $ delta : int 0 [05:50:42.989] $ enabled : logi FALSE [05:50:42.989] $ config :List of 7 [05:50:42.989] ..$ max_steps : NULL [05:50:42.989] ..$ times : num Inf [05:50:42.989] ..$ interval : num 0.1 [05:50:42.989] ..$ enable_after: num 0 [05:50:42.989] ..$ auto_finish : logi TRUE [05:50:42.989] ..$ clear : logi TRUE [05:50:42.989] ..$ target : chr "terminal" [05:50:42.989] $ state :List of 5 [05:50:42.989] ..$ step : NULL [05:50:42.989] ..$ message : NULL [05:50:42.989] ..$ timestamps: NULL [05:50:42.989] ..$ delta : int 0 [05:50:42.989] ..$ enabled : logi FALSE [05:50:42.989] $ progression :List of 12 [05:50:42.989] ..$ owner_session_uuid: NULL [05:50:42.989] ..$ progressor_uuid : NULL [05:50:42.989] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:42.989] ..$ progression_index : NULL [05:50:42.989] ..$ progression_time : chr "2024-10-29 05:50:42.988 +0100" [05:50:42.989] ..$ type : chr "unhide" [05:50:42.989] ..$ message : chr(0) [05:50:42.989] ..$ amount : num 1 [05:50:42.989] ..$ step : NULL [05:50:42.989] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:42.989] ..$ call : NULL [05:50:42.989] ..$ calls :Dotted pair list of 14 [05:50:42.989] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:42.989] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:42.989] .. ..$ : language withVisible(expr) [05:50:42.989] .. ..$ : language slow_sum(1:10) [05:50:42.989] .. ..$ : language p(amount = 0, message = sprintf("P: %d elements done", kk), class = "sticky") [05:50:42.989] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:42.989] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:42.989] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:42.989] .. ..$ : language signalCondition(cond) [05:50:42.989] .. ..$ : language (function (p) { ... [05:50:42.989] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:42.989] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:42.989] .. ..$ : language control_progression("unhide") [05:50:42.989] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:42.989] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:43.024] unhide_reporter() ... done [05:50:43.024] Progression calling handler 'update' ... [05:50:43.025] - progression: [05:50:43.025] List of 12 [05:50:43.025] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.025] ..- attr(*, "source")=List of 6 [05:50:43.025] .. ..$ host : Named chr "CRANWIN3" [05:50:43.025] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.025] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.025] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.025] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.025] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.025] .. ..$ pid : int 86276 [05:50:43.025] .. ..$ random : int 139112919 [05:50:43.025] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:43.025] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.025] $ progression_index : int 42 [05:50:43.025] $ progression_time : chr "2024-10-29 05:50:42.951 +0100" [05:50:43.025] $ type : chr "update" [05:50:43.025] $ message : chr "P: 10 elements done" [05:50:43.025] $ amount : num 0 [05:50:43.025] $ step : NULL [05:50:43.025] $ time : POSIXct[1:1], format: "2024-10-29 05:50:42" [05:50:43.025] $ call : NULL [05:50:43.025] $ calls : NULL [05:50:43.025] - attr(*, "class")= chr [1:4] "sticky" "progression" "immediateCondition" "condition" [05:50:43.040] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:43.041] - progression_index: 42 [05:50:43.041] - duplicated: FALSE - cannot 'update' handler, because it is not active [05:50:43.042] Progression calling handler 'update' ... done - received a 'sticky' - received a 'simpleMessage' [05:50:43.044] hide_reporter() ... [05:50:43.044] List of 15 [05:50:43.044] $ max_steps : NULL [05:50:43.044] $ times : num Inf [05:50:43.044] $ interval : num 0.1 [05:50:43.044] $ enable_after: num 0 [05:50:43.044] $ auto_finish : logi TRUE [05:50:43.044] $ clear : logi TRUE [05:50:43.044] $ target : chr "terminal" [05:50:43.044] $ step : NULL [05:50:43.044] $ message : NULL [05:50:43.044] $ timestamps : NULL [05:50:43.044] $ delta : int 0 [05:50:43.044] $ enabled : logi FALSE [05:50:43.044] $ config :List of 7 [05:50:43.044] ..$ max_steps : NULL [05:50:43.044] ..$ times : num Inf [05:50:43.044] ..$ interval : num 0.1 [05:50:43.044] ..$ enable_after: num 0 [05:50:43.044] ..$ auto_finish : logi TRUE [05:50:43.044] ..$ clear : logi TRUE [05:50:43.044] ..$ target : chr "terminal" [05:50:43.044] $ state :List of 5 [05:50:43.044] ..$ step : NULL [05:50:43.044] ..$ message : NULL [05:50:43.044] ..$ timestamps: NULL [05:50:43.044] ..$ delta : int 0 [05:50:43.044] ..$ enabled : logi FALSE [05:50:43.044] $ progression :List of 12 [05:50:43.044] ..$ owner_session_uuid: NULL [05:50:43.044] ..$ progressor_uuid : NULL [05:50:43.044] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.044] ..$ progression_index : NULL [05:50:43.044] ..$ progression_time : chr "2024-10-29 05:50:43.043 +0100" [05:50:43.044] ..$ type : chr "hide" [05:50:43.044] ..$ message : chr(0) [05:50:43.044] ..$ amount : num 1 [05:50:43.044] ..$ step : NULL [05:50:43.044] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.044] ..$ call : NULL [05:50:43.044] ..$ calls :Dotted pair list of 14 [05:50:43.044] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:43.044] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.044] .. ..$ : language withVisible(expr) [05:50:43.044] .. ..$ : language slow_sum(1:10) [05:50:43.044] .. ..$ : language p(amount = 0) [05:50:43.044] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.044] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.044] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.044] .. ..$ : language signalCondition(cond) [05:50:43.044] .. ..$ : language (function (p) { ... [05:50:43.044] .. ..$ : language calling_handler(control_progression("hide")) [05:50:43.044] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.044] .. ..$ : language control_progression("hide") [05:50:43.044] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.044] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:43.084] hide_reporter() ... done - received a 'progression' (n=43) [05:50:43.085] unhide_reporter() ... [05:50:43.086] List of 15 [05:50:43.086] $ max_steps : NULL [05:50:43.086] $ times : num Inf [05:50:43.086] $ interval : num 0.1 [05:50:43.086] $ enable_after: num 0 [05:50:43.086] $ auto_finish : logi TRUE [05:50:43.086] $ clear : logi TRUE [05:50:43.086] $ target : chr "terminal" [05:50:43.086] $ step : NULL [05:50:43.086] $ message : NULL [05:50:43.086] $ timestamps : NULL [05:50:43.086] $ delta : int 0 [05:50:43.086] $ enabled : logi FALSE [05:50:43.086] $ config :List of 7 [05:50:43.086] ..$ max_steps : NULL [05:50:43.086] ..$ times : num Inf [05:50:43.086] ..$ interval : num 0.1 [05:50:43.086] ..$ enable_after: num 0 [05:50:43.086] ..$ auto_finish : logi TRUE [05:50:43.086] ..$ clear : logi TRUE [05:50:43.086] ..$ target : chr "terminal" [05:50:43.086] $ state :List of 5 [05:50:43.086] ..$ step : NULL [05:50:43.086] ..$ message : NULL [05:50:43.086] ..$ timestamps: NULL [05:50:43.086] ..$ delta : int 0 [05:50:43.086] ..$ enabled : logi FALSE [05:50:43.086] $ progression :List of 12 [05:50:43.086] ..$ owner_session_uuid: NULL [05:50:43.086] ..$ progressor_uuid : NULL [05:50:43.086] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.086] ..$ progression_index : NULL [05:50:43.086] ..$ progression_time : chr "2024-10-29 05:50:43.085 +0100" [05:50:43.086] ..$ type : chr "unhide" [05:50:43.086] ..$ message : chr(0) [05:50:43.086] ..$ amount : num 1 [05:50:43.086] ..$ step : NULL [05:50:43.086] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.086] ..$ call : NULL [05:50:43.086] ..$ calls :Dotted pair list of 14 [05:50:43.086] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:43.086] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.086] .. ..$ : language withVisible(expr) [05:50:43.086] .. ..$ : language slow_sum(1:10) [05:50:43.086] .. ..$ : language p(amount = 0) [05:50:43.086] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.086] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.086] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.086] .. ..$ : language signalCondition(cond) [05:50:43.086] .. ..$ : language (function (p) { ... [05:50:43.086] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:43.086] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.086] .. ..$ : language control_progression("unhide") [05:50:43.086] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.086] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:43.110] unhide_reporter() ... done [05:50:43.111] Progression calling handler 'update' ... [05:50:43.111] - progression: [05:50:43.111] List of 12 [05:50:43.111] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.111] ..- attr(*, "source")=List of 6 [05:50:43.111] .. ..$ host : Named chr "CRANWIN3" [05:50:43.111] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.111] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.111] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.111] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.111] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.111] .. ..$ pid : int 86276 [05:50:43.111] .. ..$ random : int 139112919 [05:50:43.111] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:43.111] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.111] $ progression_index : int 43 [05:50:43.111] $ progression_time : chr "2024-10-29 05:50:43.043 +0100" [05:50:43.111] $ type : chr "update" [05:50:43.111] $ message : chr(0) [05:50:43.111] $ amount : num 0 [05:50:43.111] $ step : NULL [05:50:43.111] $ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.111] $ call : NULL [05:50:43.111] $ calls : NULL [05:50:43.111] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.120] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:43.120] - progression_index: 43 [05:50:43.121] - duplicated: FALSE - cannot 'update' handler, because it is not active [05:50:43.121] Progression calling handler 'update' ... done - received a 'progression' - received a 'simpleMessage' [05:50:43.123] hide_reporter() ... [05:50:43.123] List of 15 [05:50:43.123] $ max_steps : NULL [05:50:43.123] $ times : num Inf [05:50:43.123] $ interval : num 0.1 [05:50:43.123] $ enable_after: num 0 [05:50:43.123] $ auto_finish : logi TRUE [05:50:43.123] $ clear : logi TRUE [05:50:43.123] $ target : chr "terminal" [05:50:43.123] $ step : NULL [05:50:43.123] $ message : NULL [05:50:43.123] $ timestamps : NULL [05:50:43.123] $ delta : int 0 [05:50:43.123] $ enabled : logi FALSE [05:50:43.123] $ config :List of 7 [05:50:43.123] ..$ max_steps : NULL [05:50:43.123] ..$ times : num Inf [05:50:43.123] ..$ interval : num 0.1 [05:50:43.123] ..$ enable_after: num 0 [05:50:43.123] ..$ auto_finish : logi TRUE [05:50:43.123] ..$ clear : logi TRUE [05:50:43.123] ..$ target : chr "terminal" [05:50:43.123] $ state :List of 5 [05:50:43.123] ..$ step : NULL [05:50:43.123] ..$ message : NULL [05:50:43.123] ..$ timestamps: NULL [05:50:43.123] ..$ delta : int 0 [05:50:43.123] ..$ enabled : logi FALSE [05:50:43.123] $ progression :List of 12 [05:50:43.123] ..$ owner_session_uuid: NULL [05:50:43.123] ..$ progressor_uuid : NULL [05:50:43.123] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.123] ..$ progression_index : NULL [05:50:43.123] ..$ progression_time : chr "2024-10-29 05:50:43.123 +0100" [05:50:43.123] ..$ type : chr "hide" [05:50:43.123] ..$ message : chr(0) [05:50:43.123] ..$ amount : num 1 [05:50:43.123] ..$ step : NULL [05:50:43.123] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.123] ..$ call : NULL [05:50:43.123] ..$ calls :Dotted pair list of 14 [05:50:43.123] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:43.123] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.123] .. ..$ : language withVisible(expr) [05:50:43.123] .. ..$ : language slow_sum(1:10) [05:50:43.123] .. ..$ : language ...progressor(type = "finish") [05:50:43.123] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.123] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.123] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.123] .. ..$ : language signalCondition(cond) [05:50:43.123] .. ..$ : language (function (p) { ... [05:50:43.123] .. ..$ : language calling_handler(control_progression("hide")) [05:50:43.123] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.123] .. ..$ : language control_progression("hide") [05:50:43.123] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.123] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:43.151] hide_reporter() ... done - received a 'progression' (n=44) [05:50:43.152] unhide_reporter() ... [05:50:43.152] List of 15 [05:50:43.152] $ max_steps : NULL [05:50:43.152] $ times : num Inf [05:50:43.152] $ interval : num 0.1 [05:50:43.152] $ enable_after: num 0 [05:50:43.152] $ auto_finish : logi TRUE [05:50:43.152] $ clear : logi TRUE [05:50:43.152] $ target : chr "terminal" [05:50:43.152] $ step : NULL [05:50:43.152] $ message : NULL [05:50:43.152] $ timestamps : NULL [05:50:43.152] $ delta : int 0 [05:50:43.152] $ enabled : logi FALSE [05:50:43.152] $ config :List of 7 [05:50:43.152] ..$ max_steps : NULL [05:50:43.152] ..$ times : num Inf [05:50:43.152] ..$ interval : num 0.1 [05:50:43.152] ..$ enable_after: num 0 [05:50:43.152] ..$ auto_finish : logi TRUE [05:50:43.152] ..$ clear : logi TRUE [05:50:43.152] ..$ target : chr "terminal" [05:50:43.152] $ state :List of 5 [05:50:43.152] ..$ step : NULL [05:50:43.152] ..$ message : NULL [05:50:43.152] ..$ timestamps: NULL [05:50:43.152] ..$ delta : int 0 [05:50:43.152] ..$ enabled : logi FALSE [05:50:43.152] $ progression :List of 12 [05:50:43.152] ..$ owner_session_uuid: NULL [05:50:43.152] ..$ progressor_uuid : NULL [05:50:43.152] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.152] ..$ progression_index : NULL [05:50:43.152] ..$ progression_time : chr "2024-10-29 05:50:43.152 +0100" [05:50:43.152] ..$ type : chr "unhide" [05:50:43.152] ..$ message : chr(0) [05:50:43.152] ..$ amount : num 1 [05:50:43.152] ..$ step : NULL [05:50:43.152] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.152] ..$ call : NULL [05:50:43.152] ..$ calls :Dotted pair list of 14 [05:50:43.152] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:43.152] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.152] .. ..$ : language withVisible(expr) [05:50:43.152] .. ..$ : language slow_sum(1:10) [05:50:43.152] .. ..$ : language ...progressor(type = "finish") [05:50:43.152] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.152] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.152] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.152] .. ..$ : language signalCondition(cond) [05:50:43.152] .. ..$ : language (function (p) { ... [05:50:43.152] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:43.152] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.152] .. ..$ : language control_progression("unhide") [05:50:43.152] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.152] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:43.190] unhide_reporter() ... done [05:50:43.190] Progression calling handler 'finish' ... [05:50:43.191] - progression: [05:50:43.191] List of 12 [05:50:43.191] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.191] ..- attr(*, "source")=List of 6 [05:50:43.191] .. ..$ host : Named chr "CRANWIN3" [05:50:43.191] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.191] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.191] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.191] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.191] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.191] .. ..$ pid : int 86276 [05:50:43.191] .. ..$ random : int 139112919 [05:50:43.191] $ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:43.191] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.191] $ progression_index : int 44 [05:50:43.191] $ progression_time : chr "2024-10-29 05:50:43.122 +0100" [05:50:43.191] $ type : chr "finish" [05:50:43.191] $ message : chr(0) [05:50:43.191] $ amount : num 1 [05:50:43.191] $ step : NULL [05:50:43.191] $ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.191] $ call : NULL [05:50:43.191] $ calls : NULL [05:50:43.191] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.203] - progressor_uuid: 474fee5a-7c66-8229-9262-c557ffc1d9ff [05:50:43.203] - progression_index: 44 [05:50:43.203] - duplicated: FALSE [05:50:43.204] List of 2 [05:50:43.204] $ finished : logi TRUE [05:50:43.204] $ milestones: NULL [05:50:43.205] finish_reporter() ... [05:50:43.206] List of 15 [05:50:43.206] $ max_steps : NULL [05:50:43.206] $ times : num Inf [05:50:43.206] $ interval : num 0.1 [05:50:43.206] $ enable_after: num 0 [05:50:43.206] $ auto_finish : logi TRUE [05:50:43.206] $ clear : logi TRUE [05:50:43.206] $ target : chr "terminal" [05:50:43.206] $ step : NULL [05:50:43.206] $ message : NULL [05:50:43.206] $ timestamps : NULL [05:50:43.206] $ delta : int 0 [05:50:43.206] $ enabled : logi FALSE [05:50:43.206] $ config :List of 7 [05:50:43.206] ..$ max_steps : NULL [05:50:43.206] ..$ times : num Inf [05:50:43.206] ..$ interval : num 0.1 [05:50:43.206] ..$ enable_after: num 0 [05:50:43.206] ..$ auto_finish : logi TRUE [05:50:43.206] ..$ clear : logi TRUE [05:50:43.206] ..$ target : chr "terminal" [05:50:43.206] $ state :List of 5 [05:50:43.206] ..$ step : NULL [05:50:43.206] ..$ message : NULL [05:50:43.206] ..$ timestamps: NULL [05:50:43.206] ..$ delta : int 0 [05:50:43.206] ..$ enabled : logi FALSE [05:50:43.206] $ progression :List of 12 [05:50:43.206] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.206] .. ..- attr(*, "source")=List of 6 [05:50:43.206] .. .. ..$ host : Named chr "CRANWIN3" [05:50:43.206] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.206] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.206] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.206] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.206] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.206] .. .. ..$ pid : int 86276 [05:50:43.206] .. .. ..$ random : int 139112919 [05:50:43.206] ..$ progressor_uuid : chr "474fee5a-7c66-8229-9262-c557ffc1d9ff" [05:50:43.206] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.206] ..$ progression_index : int 44 [05:50:43.206] ..$ progression_time : chr "2024-10-29 05:50:43.122 +0100" [05:50:43.206] ..$ type : chr "finish" [05:50:43.206] ..$ message : chr(0) [05:50:43.206] ..$ amount : num 1 [05:50:43.206] ..$ step : NULL [05:50:43.206] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.206] ..$ call : NULL [05:50:43.206] ..$ calls : NULL [05:50:43.206] ..- 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 [05:50:43.231] finish_reporter() ... done [05:50:43.231] Progression calling handler 'finish' ... done - received a 'progression' with_progress() ... done - signaling 'shutdown' to all handlers [05:50:43.232] finish_reporter() ... [05:50:43.232] List of 15 [05:50:43.232] $ max_steps : NULL [05:50:43.232] $ times : num Inf [05:50:43.232] $ interval : num 0.1 [05:50:43.232] $ enable_after: num 0 [05:50:43.232] $ auto_finish : logi TRUE [05:50:43.232] $ clear : logi TRUE [05:50:43.232] $ target : chr "terminal" [05:50:43.232] $ step : NULL [05:50:43.232] $ message : NULL [05:50:43.232] $ timestamps : NULL [05:50:43.232] $ delta : int 0 [05:50:43.232] $ enabled : logi FALSE [05:50:43.232] $ config :List of 7 [05:50:43.232] ..$ max_steps : NULL [05:50:43.232] ..$ times : num Inf [05:50:43.232] ..$ interval : num 0.1 [05:50:43.232] ..$ enable_after: num 0 [05:50:43.232] ..$ auto_finish : logi TRUE [05:50:43.232] ..$ clear : logi TRUE [05:50:43.232] ..$ target : chr "terminal" [05:50:43.232] $ state :List of 5 [05:50:43.232] ..$ step : NULL [05:50:43.232] ..$ message : NULL [05:50:43.232] ..$ timestamps: NULL [05:50:43.232] ..$ delta : int 0 [05:50:43.232] ..$ enabled : logi FALSE [05:50:43.232] $ progression :List of 13 [05:50:43.232] ..$ owner_session_uuid: NULL [05:50:43.232] ..$ progressor_uuid : NULL [05:50:43.232] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.232] ..$ progression_index : NULL [05:50:43.232] ..$ progression_time : chr "2024-10-29 05:50:43.232 +0100" [05:50:43.232] ..$ type : chr "shutdown" [05:50:43.232] ..$ message : chr(0) [05:50:43.232] ..$ amount : num 1 [05:50:43.232] ..$ step : NULL [05:50:43.232] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.232] ..$ status : chr "ok" [05:50:43.232] ..$ call : NULL [05:50:43.232] ..$ calls :Dotted pair list of 8 [05:50:43.232] .. ..$ : language with_progress({ y <- slow_sum(1:10) ... [05:50:43.232] .. ..$ : language withCallingHandlers({ withRestarts({ ... [05:50:43.232] .. ..$ : language withRestarts({ signalCondition(control_progression("shutdown", status = status)) ... [05:50:43.232] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.232] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.232] .. ..$ : language signalCondition(control_progression("shutdown", status = status)) [05:50:43.232] .. ..$ : language control_progression("shutdown", status = status) [05:50:43.232] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.232] ..- 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 [05:50:43.258] 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 [05:50:43.261] reset_reporter() ... [05:50:43.261] List of 15 [05:50:43.261] $ max_steps : NULL [05:50:43.261] $ times : num Inf [05:50:43.261] $ interval : num 0.1 [05:50:43.261] $ enable_after: num 0 [05:50:43.261] $ auto_finish : logi TRUE [05:50:43.261] $ clear : logi TRUE [05:50:43.261] $ target : chr "terminal" [05:50:43.261] $ step : NULL [05:50:43.261] $ message : NULL [05:50:43.261] $ timestamps : NULL [05:50:43.261] $ delta : int 0 [05:50:43.261] $ enabled : logi FALSE [05:50:43.261] $ config :List of 7 [05:50:43.261] ..$ max_steps : NULL [05:50:43.261] ..$ times : num Inf [05:50:43.261] ..$ interval : num 0.1 [05:50:43.261] ..$ enable_after: num 0 [05:50:43.261] ..$ auto_finish : logi TRUE [05:50:43.261] ..$ clear : logi TRUE [05:50:43.261] ..$ target : chr "terminal" [05:50:43.261] $ state :List of 5 [05:50:43.261] ..$ step : NULL [05:50:43.261] ..$ message : NULL [05:50:43.261] ..$ timestamps: NULL [05:50:43.261] ..$ delta : int 0 [05:50:43.261] ..$ enabled : logi FALSE [05:50:43.261] $ progression :List of 12 [05:50:43.261] ..$ owner_session_uuid: NULL [05:50:43.261] ..$ progressor_uuid : NULL [05:50:43.261] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.261] ..$ progression_index : NULL [05:50:43.261] ..$ progression_time : chr "2024-10-29 05:50:43.261 +0100" [05:50:43.261] ..$ type : chr "reset" [05:50:43.261] ..$ message : chr(0) [05:50:43.261] ..$ amount : num 1 [05:50:43.261] ..$ step : NULL [05:50:43.261] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.261] ..$ call : NULL [05:50:43.261] ..$ calls :Dotted pair list of 8 [05:50:43.261] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:43.261] .. ..$ : language withCallingHandlers({ withRestarts({ ... [05:50:43.261] .. ..$ : language withRestarts({ signalCondition(control_progression("reset")) ... [05:50:43.261] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.261] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.261] .. ..$ : language signalCondition(control_progression("reset")) [05:50:43.261] .. ..$ : language control_progression("reset") [05:50:43.261] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.261] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:43.286] reset_reporter() ... done - received a 'simpleMessage' [05:50:43.287] hide_reporter() ... [05:50:43.287] List of 15 [05:50:43.287] $ max_steps : NULL [05:50:43.287] $ times : num Inf [05:50:43.287] $ interval : num 0.1 [05:50:43.287] $ enable_after: num 0 [05:50:43.287] $ auto_finish : logi TRUE [05:50:43.287] $ clear : logi TRUE [05:50:43.287] $ target : chr "terminal" [05:50:43.287] $ step : NULL [05:50:43.287] $ message : NULL [05:50:43.287] $ timestamps : NULL [05:50:43.287] $ delta : int 0 [05:50:43.287] $ enabled : logi FALSE [05:50:43.287] $ config :List of 7 [05:50:43.287] ..$ max_steps : NULL [05:50:43.287] ..$ times : num Inf [05:50:43.287] ..$ interval : num 0.1 [05:50:43.287] ..$ enable_after: num 0 [05:50:43.287] ..$ auto_finish : logi TRUE [05:50:43.287] ..$ clear : logi TRUE [05:50:43.287] ..$ target : chr "terminal" [05:50:43.287] $ state :List of 5 [05:50:43.287] ..$ step : NULL [05:50:43.287] ..$ message : NULL [05:50:43.287] ..$ timestamps: NULL [05:50:43.287] ..$ delta : int 0 [05:50:43.287] ..$ enabled : logi FALSE [05:50:43.287] $ progression :List of 12 [05:50:43.287] ..$ owner_session_uuid: NULL [05:50:43.287] ..$ progressor_uuid : NULL [05:50:43.287] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.287] ..$ progression_index : NULL [05:50:43.287] ..$ progression_time : chr "2024-10-29 05:50:43.287 +0100" [05:50:43.287] ..$ type : chr "hide" [05:50:43.287] ..$ message : chr(0) [05:50:43.287] ..$ amount : num 1 [05:50:43.287] ..$ step : NULL [05:50:43.287] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.287] ..$ call : NULL [05:50:43.287] ..$ calls :Dotted pair list of 14 [05:50:43.287] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:43.287] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.287] .. ..$ : language withVisible(expr) [05:50:43.287] .. ..$ : language progressor(steps = 1 + 2 + 1) [05:50:43.287] .. ..$ : language fcn(type = "initiate", steps = steps, auto_finish = auto_finish) [05:50:43.287] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.287] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.287] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.287] .. ..$ : language signalCondition(cond) [05:50:43.287] .. ..$ : language (function (p) { ... [05:50:43.287] .. ..$ : language calling_handler(control_progression("hide")) [05:50:43.287] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.287] .. ..$ : language control_progression("hide") [05:50:43.287] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.287] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:43.314] hide_reporter() ... done - received a 'progression' (n=1) [05:50:43.315] unhide_reporter() ... [05:50:43.315] List of 15 [05:50:43.315] $ max_steps : NULL [05:50:43.315] $ times : num Inf [05:50:43.315] $ interval : num 0.1 [05:50:43.315] $ enable_after: num 0 [05:50:43.315] $ auto_finish : logi TRUE [05:50:43.315] $ clear : logi TRUE [05:50:43.315] $ target : chr "terminal" [05:50:43.315] $ step : NULL [05:50:43.315] $ message : NULL [05:50:43.315] $ timestamps : NULL [05:50:43.315] $ delta : int 0 [05:50:43.315] $ enabled : logi FALSE [05:50:43.315] $ config :List of 7 [05:50:43.315] ..$ max_steps : NULL [05:50:43.315] ..$ times : num Inf [05:50:43.315] ..$ interval : num 0.1 [05:50:43.315] ..$ enable_after: num 0 [05:50:43.315] ..$ auto_finish : logi TRUE [05:50:43.315] ..$ clear : logi TRUE [05:50:43.315] ..$ target : chr "terminal" [05:50:43.315] $ state :List of 5 [05:50:43.315] ..$ step : NULL [05:50:43.315] ..$ message : NULL [05:50:43.315] ..$ timestamps: NULL [05:50:43.315] ..$ delta : int 0 [05:50:43.315] ..$ enabled : logi FALSE [05:50:43.315] $ progression :List of 12 [05:50:43.315] ..$ owner_session_uuid: NULL [05:50:43.315] ..$ progressor_uuid : NULL [05:50:43.315] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.315] ..$ progression_index : NULL [05:50:43.315] ..$ progression_time : chr "2024-10-29 05:50:43.315 +0100" [05:50:43.315] ..$ type : chr "unhide" [05:50:43.315] ..$ message : chr(0) [05:50:43.315] ..$ amount : num 1 [05:50:43.315] ..$ step : NULL [05:50:43.315] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.315] ..$ call : NULL [05:50:43.315] ..$ calls :Dotted pair list of 14 [05:50:43.315] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:43.315] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.315] .. ..$ : language withVisible(expr) [05:50:43.315] .. ..$ : language progressor(steps = 1 + 2 + 1) [05:50:43.315] .. ..$ : language fcn(type = "initiate", steps = steps, auto_finish = auto_finish) [05:50:43.315] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.315] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.315] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.315] .. ..$ : language signalCondition(cond) [05:50:43.315] .. ..$ : language (function (p) { ... [05:50:43.315] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:43.315] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.315] .. ..$ : language control_progression("unhide") [05:50:43.315] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.315] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:43.347] unhide_reporter() ... done [05:50:43.347] Progression calling handler 'initiate' ... [05:50:43.348] - progression: [05:50:43.348] List of 14 [05:50:43.348] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.348] ..- attr(*, "source")=List of 6 [05:50:43.348] .. ..$ host : Named chr "CRANWIN3" [05:50:43.348] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.348] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.348] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.348] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.348] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.348] .. ..$ pid : int 86276 [05:50:43.348] .. ..$ random : int 139112919 [05:50:43.348] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:43.348] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.348] $ progression_index : int 1 [05:50:43.348] $ progression_time : chr "2024-10-29 05:50:43.286 +0100" [05:50:43.348] $ type : chr "initiate" [05:50:43.348] $ message : chr(0) [05:50:43.348] $ amount : num 1 [05:50:43.348] $ step : NULL [05:50:43.348] $ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.348] $ steps : num 4 [05:50:43.348] $ auto_finish : logi TRUE [05:50:43.348] $ call : NULL [05:50:43.348] $ calls : NULL [05:50:43.348] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.361] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:43.361] - progression_index: 1 [05:50:43.361] - duplicated: FALSE [05:50:43.362] List of 1 [05:50:43.362] $ max_steps: num 4 [05:50:43.363] List of 4 [05:50:43.363] $ auto_finish : logi TRUE [05:50:43.363] $ times : num 4 [05:50:43.363] $ interval : num 0.1 [05:50:43.363] $ intrusiveness: num 1 [05:50:43.366] List of 2 [05:50:43.366] $ times : num 4 [05:50:43.366] $ interval: num 0.1 [05:50:43.368] List of 2 [05:50:43.368] $ finished : logi FALSE [05:50:43.368] $ milestones: num [1:4] 1 2 3 4 [05:50:43.370] initiate_reporter() ... [05:50:43.370] List of 15 [05:50:43.370] $ max_steps : num 4 [05:50:43.370] $ times : num Inf [05:50:43.370] $ interval : num 0.1 [05:50:43.370] $ enable_after: num 0 [05:50:43.370] $ auto_finish : logi TRUE [05:50:43.370] $ clear : logi TRUE [05:50:43.370] $ target : chr "terminal" [05:50:43.370] $ step : int 0 [05:50:43.370] $ message : chr(0) [05:50:43.370] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.370] $ delta : int 0 [05:50:43.370] $ enabled : logi TRUE [05:50:43.370] $ config :List of 7 [05:50:43.370] ..$ max_steps : num 4 [05:50:43.370] ..$ times : num Inf [05:50:43.370] ..$ interval : num 0.1 [05:50:43.370] ..$ enable_after: num 0 [05:50:43.370] ..$ auto_finish : logi TRUE [05:50:43.370] ..$ clear : logi TRUE [05:50:43.370] ..$ target : chr "terminal" [05:50:43.370] $ state :List of 5 [05:50:43.370] ..$ step : int 0 [05:50:43.370] ..$ message : chr(0) [05:50:43.370] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.370] ..$ delta : int 0 [05:50:43.370] ..$ enabled : logi TRUE [05:50:43.370] $ progression :List of 14 [05:50:43.370] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.370] .. ..- attr(*, "source")=List of 6 [05:50:43.370] .. .. ..$ host : Named chr "CRANWIN3" [05:50:43.370] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.370] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.370] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.370] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.370] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.370] .. .. ..$ pid : int 86276 [05:50:43.370] .. .. ..$ random : int 139112919 [05:50:43.370] ..$ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:43.370] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.370] ..$ progression_index : int 1 [05:50:43.370] ..$ progression_time : chr "2024-10-29 05:50:43.286 +0100" [05:50:43.370] ..$ type : chr "initiate" [05:50:43.370] ..$ message : chr(0) [05:50:43.370] ..$ amount : num 1 [05:50:43.370] ..$ step : NULL [05:50:43.370] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.370] ..$ steps : num 4 [05:50:43.370] ..$ auto_finish : logi TRUE [05:50:43.370] ..$ call : NULL [05:50:43.370] ..$ calls : NULL [05:50:43.370] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | | | 0%[05:50:43.398] initiate_reporter() ... done [05:50:43.398] Progression calling handler 'initiate' ... done - received a 'progression' - received a 'simpleMessage' [05:50:43.400] hide_reporter() ... [05:50:43.400] List of 15 [05:50:43.400] $ max_steps : num 4 [05:50:43.400] $ times : num Inf [05:50:43.400] $ interval : num 0.1 [05:50:43.400] $ enable_after: num 0 [05:50:43.400] $ auto_finish : logi TRUE [05:50:43.400] $ clear : logi TRUE [05:50:43.400] $ target : chr "terminal" [05:50:43.400] $ step : int 0 [05:50:43.400] $ message : chr(0) [05:50:43.400] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.400] $ delta : int 0 [05:50:43.400] $ enabled : logi TRUE [05:50:43.400] $ config :List of 7 [05:50:43.400] ..$ max_steps : num 4 [05:50:43.400] ..$ times : num Inf [05:50:43.400] ..$ interval : num 0.1 [05:50:43.400] ..$ enable_after: num 0 [05:50:43.400] ..$ auto_finish : logi TRUE [05:50:43.400] ..$ clear : logi TRUE [05:50:43.400] ..$ target : chr "terminal" [05:50:43.400] $ state :List of 5 [05:50:43.400] ..$ step : int 0 [05:50:43.400] ..$ message : chr(0) [05:50:43.400] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.400] ..$ delta : int 0 [05:50:43.400] ..$ enabled : logi TRUE [05:50:43.400] $ progression :List of 12 [05:50:43.400] ..$ owner_session_uuid: NULL [05:50:43.400] ..$ progressor_uuid : NULL [05:50:43.400] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.400] ..$ progression_index : NULL [05:50:43.400] ..$ progression_time : chr "2024-10-29 05:50:43.400 +0100" [05:50:43.400] ..$ type : chr "hide" [05:50:43.400] ..$ message : chr(0) [05:50:43.400] ..$ amount : num 1 [05:50:43.400] ..$ step : NULL [05:50:43.400] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.400] ..$ call : NULL [05:50:43.400] ..$ calls :Dotted pair list of 13 [05:50:43.400] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:43.400] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.400] .. ..$ : language withVisible(expr) [05:50:43.400] .. ..$ : language progress() [05:50:43.400] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.400] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.400] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.400] .. ..$ : language signalCondition(cond) [05:50:43.400] .. ..$ : language (function (p) { ... [05:50:43.400] .. ..$ : language calling_handler(control_progression("hide")) [05:50:43.400] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.400] .. ..$ : language control_progression("hide") [05:50:43.400] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.400] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:43.430] hide_reporter() ... done - received a 'progression' (n=2) [05:50:43.430] unhide_reporter() ... [05:50:43.431] List of 15 [05:50:43.431] $ max_steps : num 4 [05:50:43.431] $ times : num Inf [05:50:43.431] $ interval : num 0.1 [05:50:43.431] $ enable_after: num 0 [05:50:43.431] $ auto_finish : logi TRUE [05:50:43.431] $ clear : logi TRUE [05:50:43.431] $ target : chr "terminal" [05:50:43.431] $ step : int 0 [05:50:43.431] $ message : chr(0) [05:50:43.431] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.431] $ delta : int 0 [05:50:43.431] $ enabled : logi TRUE [05:50:43.431] $ config :List of 7 [05:50:43.431] ..$ max_steps : num 4 [05:50:43.431] ..$ times : num Inf [05:50:43.431] ..$ interval : num 0.1 [05:50:43.431] ..$ enable_after: num 0 [05:50:43.431] ..$ auto_finish : logi TRUE [05:50:43.431] ..$ clear : logi TRUE [05:50:43.431] ..$ target : chr "terminal" [05:50:43.431] $ state :List of 5 [05:50:43.431] ..$ step : int 0 [05:50:43.431] ..$ message : chr(0) [05:50:43.431] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.431] ..$ delta : int 0 [05:50:43.431] ..$ enabled : logi TRUE [05:50:43.431] $ progression :List of 12 [05:50:43.431] ..$ owner_session_uuid: NULL [05:50:43.431] ..$ progressor_uuid : NULL [05:50:43.431] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.431] ..$ progression_index : NULL [05:50:43.431] ..$ progression_time : chr "2024-10-29 05:50:43.430 +0100" [05:50:43.431] ..$ type : chr "unhide" [05:50:43.431] ..$ message : chr(0) [05:50:43.431] ..$ amount : num 1 [05:50:43.431] ..$ step : NULL [05:50:43.431] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.431] ..$ call : NULL [05:50:43.431] ..$ calls :Dotted pair list of 13 [05:50:43.431] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:43.431] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.431] .. ..$ : language withVisible(expr) [05:50:43.431] .. ..$ : language progress() [05:50:43.431] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.431] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.431] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.431] .. ..$ : language signalCondition(cond) [05:50:43.431] .. ..$ : language (function (p) { ... [05:50:43.431] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:43.431] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.431] .. ..$ : language control_progression("unhide") [05:50:43.431] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.431] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:43.464] unhide_reporter() ... done [05:50:43.464] Progression calling handler 'update' ... [05:50:43.464] - progression: [05:50:43.465] List of 12 [05:50:43.465] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.465] ..- attr(*, "source")=List of 6 [05:50:43.465] .. ..$ host : Named chr "CRANWIN3" [05:50:43.465] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.465] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.465] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.465] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.465] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.465] .. ..$ pid : int 86276 [05:50:43.465] .. ..$ random : int 139112919 [05:50:43.465] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:43.465] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.465] $ progression_index : int 2 [05:50:43.465] $ progression_time : chr "2024-10-29 05:50:43.399 +0100" [05:50:43.465] $ type : chr "update" [05:50:43.465] $ message : chr(0) [05:50:43.465] $ amount : num 1 [05:50:43.465] $ step : NULL [05:50:43.465] $ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.465] $ call : NULL [05:50:43.465] $ calls : NULL [05:50:43.465] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.476] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:43.476] - progression_index: 2 [05:50:43.477] - duplicated: FALSE [05:50:43.477] List of 4 [05:50:43.477] $ step : int 0 [05:50:43.477] $ p$amount : num 1 [05:50:43.477] $ p$step : NULL [05:50:43.477] $ max_steps: num 4 [05:50:43.480] List of 5 [05:50:43.480] $ finished : logi FALSE [05:50:43.480] $ step : num 1 [05:50:43.480] $ milestones : num [1:4] 1 2 3 4 [05:50:43.480] $ prev_milestone: int 0 [05:50:43.480] $ interval : num 0.1 [05:50:43.484] List of 4 [05:50:43.484] $ dt : 'difftime' num 0 [05:50:43.484] ..- attr(*, "units")= chr "secs" [05:50:43.484] $ : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.484] $ : 'POSIXct' num(0) [05:50:43.484] - attr(*, "tzone")= chr "" [05:50:43.484] $ skip: logi TRUE [05:50:43.489] Progression calling handler 'update' ... done - received a 'progression' - received a 'deprecatedWarning' - received a 'simpleMessage' [05:50:43.491] hide_reporter() ... [05:50:43.491] List of 15 [05:50:43.491] $ max_steps : num 4 [05:50:43.491] $ times : num Inf [05:50:43.491] $ interval : num 0.1 [05:50:43.491] $ enable_after: num 0 [05:50:43.491] $ auto_finish : logi TRUE [05:50:43.491] $ clear : logi TRUE [05:50:43.491] $ target : chr "terminal" [05:50:43.491] $ step : num 1 [05:50:43.491] $ message : chr(0) [05:50:43.491] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.491] $ delta : num 1 [05:50:43.491] $ enabled : logi TRUE [05:50:43.491] $ config :List of 7 [05:50:43.491] ..$ max_steps : num 4 [05:50:43.491] ..$ times : num Inf [05:50:43.491] ..$ interval : num 0.1 [05:50:43.491] ..$ enable_after: num 0 [05:50:43.491] ..$ auto_finish : logi TRUE [05:50:43.491] ..$ clear : logi TRUE [05:50:43.491] ..$ target : chr "terminal" [05:50:43.491] $ state :List of 5 [05:50:43.491] ..$ step : num 1 [05:50:43.491] ..$ message : chr(0) [05:50:43.491] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.491] ..$ delta : num 1 [05:50:43.491] ..$ enabled : logi TRUE [05:50:43.491] $ progression :List of 12 [05:50:43.491] ..$ owner_session_uuid: NULL [05:50:43.491] ..$ progressor_uuid : NULL [05:50:43.491] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.491] ..$ progression_index : NULL [05:50:43.491] ..$ progression_time : chr "2024-10-29 05:50:43.491 +0100" [05:50:43.491] ..$ type : chr "hide" [05:50:43.491] ..$ message : chr(0) [05:50:43.491] ..$ amount : num 1 [05:50:43.491] ..$ step : NULL [05:50:43.491] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.491] ..$ call : NULL [05:50:43.491] ..$ calls :Dotted pair list of 13 [05:50:43.491] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:43.491] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.491] .. ..$ : language withVisible(expr) [05:50:43.491] .. ..$ : language progressr::progress(p) [05:50:43.491] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.491] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.491] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.491] .. ..$ : language signalCondition(cond) [05:50:43.491] .. ..$ : language (function (p) { ... [05:50:43.491] .. ..$ : language calling_handler(control_progression("hide")) [05:50:43.491] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.491] .. ..$ : language control_progression("hide") [05:50:43.491] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.491] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:43.523] hide_reporter() ... done - received a 'progression' (n=3) [05:50:43.524] unhide_reporter() ... [05:50:43.524] List of 15 [05:50:43.524] $ max_steps : num 4 [05:50:43.524] $ times : num Inf [05:50:43.524] $ interval : num 0.1 [05:50:43.524] $ enable_after: num 0 [05:50:43.524] $ auto_finish : logi TRUE [05:50:43.524] $ clear : logi TRUE [05:50:43.524] $ target : chr "terminal" [05:50:43.524] $ step : num 1 [05:50:43.524] $ message : chr(0) [05:50:43.524] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.524] $ delta : num 1 [05:50:43.524] $ enabled : logi TRUE [05:50:43.524] $ config :List of 7 [05:50:43.524] ..$ max_steps : num 4 [05:50:43.524] ..$ times : num Inf [05:50:43.524] ..$ interval : num 0.1 [05:50:43.524] ..$ enable_after: num 0 [05:50:43.524] ..$ auto_finish : logi TRUE [05:50:43.524] ..$ clear : logi TRUE [05:50:43.524] ..$ target : chr "terminal" [05:50:43.524] $ state :List of 5 [05:50:43.524] ..$ step : num 1 [05:50:43.524] ..$ message : chr(0) [05:50:43.524] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.524] ..$ delta : num 1 [05:50:43.524] ..$ enabled : logi TRUE [05:50:43.524] $ progression :List of 12 [05:50:43.524] ..$ owner_session_uuid: NULL [05:50:43.524] ..$ progressor_uuid : NULL [05:50:43.524] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.524] ..$ progression_index : NULL [05:50:43.524] ..$ progression_time : chr "2024-10-29 05:50:43.524 +0100" [05:50:43.524] ..$ type : chr "unhide" [05:50:43.524] ..$ message : chr(0) [05:50:43.524] ..$ amount : num 1 [05:50:43.524] ..$ step : NULL [05:50:43.524] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.524] ..$ call : NULL [05:50:43.524] ..$ calls :Dotted pair list of 13 [05:50:43.524] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:43.524] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.524] .. ..$ : language withVisible(expr) [05:50:43.524] .. ..$ : language progressr::progress(p) [05:50:43.524] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.524] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.524] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.524] .. ..$ : language signalCondition(cond) [05:50:43.524] .. ..$ : language (function (p) { ... [05:50:43.524] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:43.524] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.524] .. ..$ : language control_progression("unhide") [05:50:43.524] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.524] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:43.555] unhide_reporter() ... done [05:50:43.555] Progression calling handler 'update' ... [05:50:43.555] - progression: [05:50:43.556] List of 12 [05:50:43.556] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.556] ..- attr(*, "source")=List of 6 [05:50:43.556] .. ..$ host : Named chr "CRANWIN3" [05:50:43.556] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.556] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.556] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.556] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.556] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.556] .. ..$ pid : int 86276 [05:50:43.556] .. ..$ random : int 139112919 [05:50:43.556] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:43.556] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.556] $ progression_index : int 2 [05:50:43.556] $ progression_time : chr "2024-10-29 05:50:43.399 +0100" [05:50:43.556] $ type : chr "update" [05:50:43.556] $ message : chr(0) [05:50:43.556] $ amount : num 1 [05:50:43.556] $ step : NULL [05:50:43.556] $ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.556] $ call : NULL [05:50:43.556] $ calls : NULL [05:50:43.556] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.568] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:43.568] - progression_index: 2 [05:50:43.568] - duplicated: TRUE [05:50:43.569] 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' [05:50:43.627] hide_reporter() ... [05:50:43.627] List of 15 [05:50:43.627] $ max_steps : num 4 [05:50:43.627] $ times : num Inf [05:50:43.627] $ interval : num 0.1 [05:50:43.627] $ enable_after: num 0 [05:50:43.627] $ auto_finish : logi TRUE [05:50:43.627] $ clear : logi TRUE [05:50:43.627] $ target : chr "terminal" [05:50:43.627] $ step : num 1 [05:50:43.627] $ message : chr(0) [05:50:43.627] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.627] $ delta : num 1 [05:50:43.627] $ enabled : logi TRUE [05:50:43.627] $ config :List of 7 [05:50:43.627] ..$ max_steps : num 4 [05:50:43.627] ..$ times : num Inf [05:50:43.627] ..$ interval : num 0.1 [05:50:43.627] ..$ enable_after: num 0 [05:50:43.627] ..$ auto_finish : logi TRUE [05:50:43.627] ..$ clear : logi TRUE [05:50:43.627] ..$ target : chr "terminal" [05:50:43.627] $ state :List of 5 [05:50:43.627] ..$ step : num 1 [05:50:43.627] ..$ message : chr(0) [05:50:43.627] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.627] ..$ delta : num 1 [05:50:43.627] ..$ enabled : logi TRUE [05:50:43.627] $ progression :List of 12 [05:50:43.627] ..$ owner_session_uuid: NULL [05:50:43.627] ..$ progressor_uuid : NULL [05:50:43.627] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.627] ..$ progression_index : NULL [05:50:43.627] ..$ progression_time : chr "2024-10-29 05:50:43.627 +0100" [05:50:43.627] ..$ type : chr "hide" [05:50:43.627] ..$ message : chr(0) [05:50:43.627] ..$ amount : num 1 [05:50:43.627] ..$ step : NULL [05:50:43.627] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.627] ..$ call : NULL [05:50:43.627] ..$ calls :Dotted pair list of 25 [05:50:43.627] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:43.627] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.627] .. ..$ : language withVisible(expr) [05:50:43.627] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:43.627] .. ..$ : language with_progress(..., handlers = handler) [05:50:43.627] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.627] .. ..$ : language withVisible(expr) [05:50:43.627] .. ..$ : language slow_sum(1:2) [05:50:43.627] .. ..$ : language p(amount = 0) [05:50:43.627] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.627] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.627] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.627] .. ..$ : language signalCondition(cond) [05:50:43.627] .. ..$ : language (function (p) { ... [05:50:43.627] .. ..$ : language calling_handler(p) [05:50:43.627] .. ..$ : language progress(child = p) [05:50:43.627] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.627] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.627] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.627] .. ..$ : language signalCondition(cond) [05:50:43.627] .. ..$ : language (function (p) { ... [05:50:43.627] .. ..$ : language calling_handler(control_progression("hide")) [05:50:43.627] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.627] .. ..$ : language control_progression("hide") [05:50:43.627] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.627] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:43.660] 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 [05:50:43.572] Progression handler 'reset' ... [05:50:43.573] - progression: [05:50:43.573] List of 12 [05:50:43.573] $ owner_session_uuid: NULL [05:50:43.573] $ progressor_uuid : NULL [05:50:43.573] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.573] $ progression_index : NULL [05:50:43.573] $ progression_time : chr "2024-10-29 05:50:43.572 +0100" [05:50:43.573] $ type : chr "reset" [05:50:43.573] $ message : chr(0) [05:50:43.573] $ amount : num 1 [05:50:43.573] $ step : NULL [05:50:43.573] $ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.573] $ call : NULL [05:50:43.573] $ calls :Dotted pair list of 12 [05:50:43.573] ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:43.573] ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.573] ..$ : language withVisible(expr) [05:50:43.573] ..$ : language relay_progress(slow_sum(1:2)) [05:50:43.573] ..$ : language with_progress(..., handlers = handler) [05:50:43.573] ..$ : language withCallingHandlers({ withRestarts({ ... [05:50:43.573] ..$ : language withRestarts({ signalCondition(control_progression("reset")) ... [05:50:43.573] ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.573] ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.573] ..$ : language signalCondition(control_progression("reset")) [05:50:43.573] ..$ : language control_progression("reset") [05:50:43.573] ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.573] - attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:43.586] [05:50:43.586] [05:50:43.587] Progression handler 'reset' ... done - received a 'simpleMessage' - received a 'progression' (n=1) [05:50:43.588] Progression handler 'initiate' ... [05:50:43.589] - progression: [05:50:43.589] List of 14 [05:50:43.589] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.589] ..- attr(*, "source")=List of 6 [05:50:43.589] .. ..$ host : Named chr "CRANWIN3" [05:50:43.589] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.589] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.589] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.589] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.589] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.589] .. ..$ pid : int 86276 [05:50:43.589] .. ..$ random : int 139112919 [05:50:43.589] $ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:43.589] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.589] $ progression_index : int 1 [05:50:43.589] $ progression_time : chr "2024-10-29 05:50:43.587 +0100" [05:50:43.589] $ type : chr "initiate" [05:50:43.589] $ message : chr(0) [05:50:43.589] $ amount : num 1 [05:50:43.589] $ step : NULL [05:50:43.589] $ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.589] $ steps : int 2 [05:50:43.589] $ auto_finish : logi TRUE [05:50:43.589] $ call : NULL [05:50:43.589] $ calls : NULL [05:50:43.589] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.609] - progressor_uuid: 193fd28d-7ef5-581c-6486-73f009d19574 [05:50:43.610] - progression_index: 1 [05:50:43.610] Progression handler 'initiate' ... done - received a 'simpleMessage' - received a 'progression' (n=2) [05:50:43.612] Progression handler 'update' ... [05:50:43.612] - progression: [05:50:43.613] List of 12 [05:50:43.613] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.613] ..- attr(*, "source")=List of 6 [05:50:43.613] .. ..$ host : Named chr "CRANWIN3" [05:50:43.613] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.613] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.613] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.613] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.613] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.613] .. ..$ pid : int 86276 [05:50:43.613] .. ..$ random : int 139112919 [05:50:43.613] $ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:43.613] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.613] $ progression_index : int 2 [05:50:43.613] $ progression_time : chr "2024-10-29 05:50:43.611 +0100" [05:50:43.613] $ type : chr "update" [05:50:43.613] $ message : chr(0) [05:50:43.613] $ amount : num 0 [05:50:43.613] $ step : NULL [05:50:43.613] $ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.613] $ call : NULL [05:50:43.613] $ calls : NULL [05:50:43.613] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.625] - progressor_uuid: 193fd28d-7ef5-581c-6486-73f009d19574 [05:50:43.626] - progression_index: 2 - received a 'progression' (n=4) [05:50:43.663] unhide_reporter() ... [05:50:43.663] List of 15 [05:50:43.663] $ max_steps : num 4 [05:50:43.663] $ times : num Inf [05:50:43.663] $ interval : num 0.1 [05:50:43.663] $ enable_after: num 0 [05:50:43.663] $ auto_finish : logi TRUE [05:50:43.663] $ clear : logi TRUE [05:50:43.663] $ target : chr "terminal" [05:50:43.663] $ step : num 1 [05:50:43.663] $ message : chr(0) [05:50:43.663] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.663] $ delta : num 1 [05:50:43.663] $ enabled : logi TRUE [05:50:43.663] $ config :List of 7 [05:50:43.663] ..$ max_steps : num 4 [05:50:43.663] ..$ times : num Inf [05:50:43.663] ..$ interval : num 0.1 [05:50:43.663] ..$ enable_after: num 0 [05:50:43.663] ..$ auto_finish : logi TRUE [05:50:43.663] ..$ clear : logi TRUE [05:50:43.663] ..$ target : chr "terminal" [05:50:43.663] $ state :List of 5 [05:50:43.663] ..$ step : num 1 [05:50:43.663] ..$ message : chr(0) [05:50:43.663] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" NA ... [05:50:43.663] ..$ delta : num 1 [05:50:43.663] ..$ enabled : logi TRUE [05:50:43.663] $ progression :List of 12 [05:50:43.663] ..$ owner_session_uuid: NULL [05:50:43.663] ..$ progressor_uuid : NULL [05:50:43.663] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.663] ..$ progression_index : NULL [05:50:43.663] ..$ progression_time : chr "2024-10-29 05:50:43.663 +0100" [05:50:43.663] ..$ type : chr "unhide" [05:50:43.663] ..$ message : chr(0) [05:50:43.663] ..$ amount : num 1 [05:50:43.663] ..$ step : NULL [05:50:43.663] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.663] ..$ call : NULL [05:50:43.663] ..$ calls :Dotted pair list of 25 [05:50:43.663] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:43.663] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.663] .. ..$ : language withVisible(expr) [05:50:43.663] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:43.663] .. ..$ : language with_progress(..., handlers = handler) [05:50:43.663] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.663] .. ..$ : language withVisible(expr) [05:50:43.663] .. ..$ : language slow_sum(1:2) [05:50:43.663] .. ..$ : language p(amount = 0) [05:50:43.663] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.663] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.663] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.663] .. ..$ : language signalCondition(cond) [05:50:43.663] .. ..$ : language (function (p) { ... [05:50:43.663] .. ..$ : language calling_handler(p) [05:50:43.663] .. ..$ : language progress(child = p) [05:50:43.663] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.663] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.663] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.663] .. ..$ : language signalCondition(cond) [05:50:43.663] .. ..$ : language (function (p) { ... [05:50:43.663] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:43.663] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.663] .. ..$ : language control_progression("unhide") [05:50:43.663] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.663] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | | | 0%[05:50:43.695] unhide_reporter() ... done [05:50:43.696] Progression calling handler 'update' ... [05:50:43.696] - progression: [05:50:43.696] List of 13 [05:50:43.696] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.696] ..- attr(*, "source")=List of 6 [05:50:43.696] .. ..$ host : Named chr "CRANWIN3" [05:50:43.696] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.696] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.696] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.696] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.696] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.696] .. ..$ pid : int 86276 [05:50:43.696] .. ..$ random : int 139112919 [05:50:43.696] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:43.696] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.696] $ progression_index : int 3 [05:50:43.696] $ progression_time : chr "2024-10-29 05:50:43.626 +0100" [05:50:43.696] $ type : chr "update" [05:50:43.696] $ message : chr(0) [05:50:43.696] $ amount : num 1 [05:50:43.696] $ step : NULL [05:50:43.696] $ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.696] $ child :List of 12 [05:50:43.696] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.696] .. ..- attr(*, "source")=List of 6 [05:50:43.696] .. .. ..$ host : Named chr "CRANWIN3" [05:50:43.696] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.696] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.696] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.696] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.696] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.696] .. .. ..$ pid : int 86276 [05:50:43.696] .. .. ..$ random : int 139112919 [05:50:43.696] ..$ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:43.696] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.696] ..$ progression_index : int 2 [05:50:43.696] ..$ progression_time : chr "2024-10-29 05:50:43.611 +0100" [05:50:43.696] ..$ type : chr "update" [05:50:43.696] ..$ message : chr(0) [05:50:43.696] ..$ amount : num 0 [05:50:43.696] ..$ step : NULL [05:50:43.696] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.696] ..$ call : NULL [05:50:43.696] ..$ calls : NULL [05:50:43.696] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.696] $ call : NULL [05:50:43.696] $ calls : NULL [05:50:43.696] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.717] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:43.717] - progression_index: 3 [05:50:43.717] - duplicated: FALSE [05:50:43.717] List of 4 [05:50:43.717] $ step : num 1 [05:50:43.717] $ p$amount : num 1 [05:50:43.717] $ p$step : NULL [05:50:43.717] $ max_steps: num 4 [05:50:43.724] List of 5 [05:50:43.724] $ finished : logi FALSE [05:50:43.724] $ step : num 2 [05:50:43.724] $ milestones : num [1:3] 2 3 4 [05:50:43.724] $ prev_milestone: int 0 [05:50:43.724] $ interval : num 0.1 [05:50:43.727] List of 4 [05:50:43.727] $ dt : 'difftime' num 0.244285106658936 [05:50:43.727] ..- attr(*, "units")= chr "secs" [05:50:43.727] $ : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.727] $ : 'POSIXct' num(0) [05:50:43.727] - attr(*, "tzone")= chr "" [05:50:43.727] $ skip: logi FALSE [05:50:43.730] List of 1 [05:50:43.730] $ milestones: num [1:3] 2 3 4 [05:50:43.731] update_reporter() ... [05:50:43.731] List of 15 [05:50:43.731] $ max_steps : num 4 [05:50:43.731] $ times : num Inf [05:50:43.731] $ interval : num 0.1 [05:50:43.731] $ enable_after: num 0 [05:50:43.731] $ auto_finish : logi TRUE [05:50:43.731] $ clear : logi TRUE [05:50:43.731] $ target : chr "terminal" [05:50:43.731] $ step : num 2 [05:50:43.731] $ message : chr(0) [05:50:43.731] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:43.731] $ delta : num 2 [05:50:43.731] $ enabled : logi TRUE [05:50:43.731] $ config :List of 7 [05:50:43.731] ..$ max_steps : num 4 [05:50:43.731] ..$ times : num Inf [05:50:43.731] ..$ interval : num 0.1 [05:50:43.731] ..$ enable_after: num 0 [05:50:43.731] ..$ auto_finish : logi TRUE [05:50:43.731] ..$ clear : logi TRUE [05:50:43.731] ..$ target : chr "terminal" [05:50:43.731] $ state :List of 5 [05:50:43.731] ..$ step : num 2 [05:50:43.731] ..$ message : chr(0) [05:50:43.731] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:43.731] ..$ delta : num 2 [05:50:43.731] ..$ enabled : logi TRUE [05:50:43.731] $ progression :List of 13 [05:50:43.731] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.731] .. ..- attr(*, "source")=List of 6 [05:50:43.731] .. .. ..$ host : Named chr "CRANWIN3" [05:50:43.731] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.731] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.731] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.731] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.731] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.731] .. .. ..$ pid : int 86276 [05:50:43.731] .. .. ..$ random : int 139112919 [05:50:43.731] ..$ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:43.731] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.731] ..$ progression_index : int 3 [05:50:43.731] ..$ progression_time : chr "2024-10-29 05:50:43.626 +0100" [05:50:43.731] ..$ type : chr "update" [05:50:43.731] ..$ message : chr(0) [05:50:43.731] ..$ amount : num 1 [05:50:43.731] ..$ step : NULL [05:50:43.731] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.731] ..$ child :List of 12 [05:50:43.731] .. ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.731] .. .. ..- attr(*, "source")=List of 6 [05:50:43.731] .. .. .. ..$ host : Named chr "CRANWIN3" [05:50:43.731] .. .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.731] .. .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.731] .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.731] .. .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.731] .. .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.731] .. .. .. ..$ pid : int 86276 [05:50:43.731] .. .. .. ..$ random : int 139112919 [05:50:43.731] .. ..$ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:43.731] .. ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.731] .. ..$ progression_index : int 2 [05:50:43.731] .. ..$ progression_time : chr "2024-10-29 05:50:43.611 +0100" [05:50:43.731] .. ..$ type : chr "update" [05:50:43.731] .. ..$ message : chr(0) [05:50:43.731] .. ..$ amount : num 0 [05:50:43.731] .. ..$ step : NULL [05:50:43.731] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.731] .. ..$ call : NULL [05:50:43.731] .. ..$ calls : NULL [05:50:43.731] .. ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.731] ..$ call : NULL [05:50:43.731] ..$ calls : NULL [05:50:43.731] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |=================================== | 50%[05:50:43.768] update_reporter() ... done [05:50:43.769] 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' [05:50:43.785] hide_reporter() ... [05:50:43.785] List of 15 [05:50:43.785] $ max_steps : num 4 [05:50:43.785] $ times : num Inf [05:50:43.785] $ interval : num 0.1 [05:50:43.785] $ enable_after: num 0 [05:50:43.785] $ auto_finish : logi TRUE [05:50:43.785] $ clear : logi TRUE [05:50:43.785] $ target : chr "terminal" [05:50:43.785] $ step : num 2 [05:50:43.785] $ message : chr(0) [05:50:43.785] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:43.785] $ delta : num 0 [05:50:43.785] $ enabled : logi TRUE [05:50:43.785] $ config :List of 7 [05:50:43.785] ..$ max_steps : num 4 [05:50:43.785] ..$ times : num Inf [05:50:43.785] ..$ interval : num 0.1 [05:50:43.785] ..$ enable_after: num 0 [05:50:43.785] ..$ auto_finish : logi TRUE [05:50:43.785] ..$ clear : logi TRUE [05:50:43.785] ..$ target : chr "terminal" [05:50:43.785] $ state :List of 5 [05:50:43.785] ..$ step : num 2 [05:50:43.785] ..$ message : chr(0) [05:50:43.785] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:43.785] ..$ delta : num 0 [05:50:43.785] ..$ enabled : logi TRUE [05:50:43.785] $ progression :List of 12 [05:50:43.785] ..$ owner_session_uuid: NULL [05:50:43.785] ..$ progressor_uuid : NULL [05:50:43.785] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.785] ..$ progression_index : NULL [05:50:43.785] ..$ progression_time : chr "2024-10-29 05:50:43.785 +0100" [05:50:43.785] ..$ type : chr "hide" [05:50:43.785] ..$ message : chr(0) [05:50:43.785] ..$ amount : num 1 [05:50:43.785] ..$ step : NULL [05:50:43.785] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.785] ..$ call : NULL [05:50:43.785] ..$ calls :Dotted pair list of 25 [05:50:43.785] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:43.785] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.785] .. ..$ : language withVisible(expr) [05:50:43.785] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:43.785] .. ..$ : language with_progress(..., handlers = handler) [05:50:43.785] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.785] .. ..$ : language withVisible(expr) [05:50:43.785] .. ..$ : language slow_sum(1:2) [05:50:43.785] .. ..$ : language p(amount = 0) [05:50:43.785] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.785] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.785] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.785] .. ..$ : language signalCondition(cond) [05:50:43.785] .. ..$ : language (function (p) { ... [05:50:43.785] .. ..$ : language calling_handler(p) [05:50:43.785] .. ..$ : language progress(child = p) [05:50:43.785] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.785] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.785] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.785] .. ..$ : language signalCondition(cond) [05:50:43.785] .. ..$ : language (function (p) { ... [05:50:43.785] .. ..$ : language calling_handler(control_progression("hide")) [05:50:43.785] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.785] .. ..$ : language control_progression("hide") [05:50:43.785] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.785] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:43.816] hide_reporter() ... done [05:50:43.769] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=3) [05:50:43.771] Progression handler 'update' ... [05:50:43.771] - progression: [05:50:43.772] List of 12 [05:50:43.772] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.772] ..- attr(*, "source")=List of 6 [05:50:43.772] .. ..$ host : Named chr "CRANWIN3" [05:50:43.772] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.772] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.772] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.772] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.772] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.772] .. ..$ pid : int 86276 [05:50:43.772] .. ..$ random : int 139112919 [05:50:43.772] $ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:43.772] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.772] $ progression_index : int 3 [05:50:43.772] $ progression_time : chr "2024-10-29 05:50:43.770 +0100" [05:50:43.772] $ type : chr "update" [05:50:43.772] $ message : chr(0) [05:50:43.772] $ amount : num 0 [05:50:43.772] $ step : NULL [05:50:43.772] $ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.772] $ call : NULL [05:50:43.772] $ calls : NULL [05:50:43.772] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.783] - progressor_uuid: 193fd28d-7ef5-581c-6486-73f009d19574 [05:50:43.784] - progression_index: 3 - received a 'progression' (n=5) [05:50:43.817] unhide_reporter() ... [05:50:43.817] List of 15 [05:50:43.817] $ max_steps : num 4 [05:50:43.817] $ times : num Inf [05:50:43.817] $ interval : num 0.1 [05:50:43.817] $ enable_after: num 0 [05:50:43.817] $ auto_finish : logi TRUE [05:50:43.817] $ clear : logi TRUE [05:50:43.817] $ target : chr "terminal" [05:50:43.817] $ step : num 2 [05:50:43.817] $ message : chr(0) [05:50:43.817] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:43.817] $ delta : num 0 [05:50:43.817] $ enabled : logi TRUE [05:50:43.817] $ config :List of 7 [05:50:43.817] ..$ max_steps : num 4 [05:50:43.817] ..$ times : num Inf [05:50:43.817] ..$ interval : num 0.1 [05:50:43.817] ..$ enable_after: num 0 [05:50:43.817] ..$ auto_finish : logi TRUE [05:50:43.817] ..$ clear : logi TRUE [05:50:43.817] ..$ target : chr "terminal" [05:50:43.817] $ state :List of 5 [05:50:43.817] ..$ step : num 2 [05:50:43.817] ..$ message : chr(0) [05:50:43.817] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:43.817] ..$ delta : num 0 [05:50:43.817] ..$ enabled : logi TRUE [05:50:43.817] $ progression :List of 12 [05:50:43.817] ..$ owner_session_uuid: NULL [05:50:43.817] ..$ progressor_uuid : NULL [05:50:43.817] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.817] ..$ progression_index : NULL [05:50:43.817] ..$ progression_time : chr "2024-10-29 05:50:43.817 +0100" [05:50:43.817] ..$ type : chr "unhide" [05:50:43.817] ..$ message : chr(0) [05:50:43.817] ..$ amount : num 1 [05:50:43.817] ..$ step : NULL [05:50:43.817] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.817] ..$ call : NULL [05:50:43.817] ..$ calls :Dotted pair list of 25 [05:50:43.817] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:43.817] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.817] .. ..$ : language withVisible(expr) [05:50:43.817] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:43.817] .. ..$ : language with_progress(..., handlers = handler) [05:50:43.817] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.817] .. ..$ : language withVisible(expr) [05:50:43.817] .. ..$ : language slow_sum(1:2) [05:50:43.817] .. ..$ : language p(amount = 0) [05:50:43.817] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.817] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.817] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.817] .. ..$ : language signalCondition(cond) [05:50:43.817] .. ..$ : language (function (p) { ... [05:50:43.817] .. ..$ : language calling_handler(p) [05:50:43.817] .. ..$ : language progress(child = p) [05:50:43.817] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.817] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.817] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.817] .. ..$ : language signalCondition(cond) [05:50:43.817] .. ..$ : language (function (p) { ... [05:50:43.817] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:43.817] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.817] .. ..$ : language control_progression("unhide") [05:50:43.817] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.817] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |=================================== | 50%[05:50:43.859] unhide_reporter() ... done [05:50:43.860] Progression calling handler 'update' ... [05:50:43.860] - progression: [05:50:43.860] List of 13 [05:50:43.860] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.860] ..- attr(*, "source")=List of 6 [05:50:43.860] .. ..$ host : Named chr "CRANWIN3" [05:50:43.860] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.860] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.860] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.860] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.860] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.860] .. ..$ pid : int 86276 [05:50:43.860] .. ..$ random : int 139112919 [05:50:43.860] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:43.860] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.860] $ progression_index : int 4 [05:50:43.860] $ progression_time : chr "2024-10-29 05:50:43.784 +0100" [05:50:43.860] $ type : chr "update" [05:50:43.860] $ message : chr(0) [05:50:43.860] $ amount : num 1 [05:50:43.860] $ step : NULL [05:50:43.860] $ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.860] $ child :List of 12 [05:50:43.860] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.860] .. ..- attr(*, "source")=List of 6 [05:50:43.860] .. .. ..$ host : Named chr "CRANWIN3" [05:50:43.860] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.860] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.860] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.860] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.860] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.860] .. .. ..$ pid : int 86276 [05:50:43.860] .. .. ..$ random : int 139112919 [05:50:43.860] ..$ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:43.860] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.860] ..$ progression_index : int 3 [05:50:43.860] ..$ progression_time : chr "2024-10-29 05:50:43.770 +0100" [05:50:43.860] ..$ type : chr "update" [05:50:43.860] ..$ message : chr(0) [05:50:43.860] ..$ amount : num 0 [05:50:43.860] ..$ step : NULL [05:50:43.860] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.860] ..$ call : NULL [05:50:43.860] ..$ calls : NULL [05:50:43.860] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.860] $ call : NULL [05:50:43.860] $ calls : NULL [05:50:43.860] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.892] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:43.892] - progression_index: 4 [05:50:43.892] - duplicated: FALSE [05:50:43.893] List of 4 [05:50:43.893] $ step : num 2 [05:50:43.893] $ p$amount : num 1 [05:50:43.893] $ p$step : NULL [05:50:43.893] $ max_steps: num 4 [05:50:43.896] List of 5 [05:50:43.896] $ finished : logi FALSE [05:50:43.896] $ step : num 3 [05:50:43.896] $ milestones : num [1:2] 3 4 [05:50:43.896] $ prev_milestone: num 2 [05:50:43.896] $ interval : num 0.1 [05:50:43.901] List of 4 [05:50:43.901] $ dt : 'difftime' num 0.172441005706787 [05:50:43.901] ..- attr(*, "units")= chr "secs" [05:50:43.901] $ : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.901] $ : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.901] $ skip: logi FALSE [05:50:43.905] List of 1 [05:50:43.905] $ milestones: num [1:2] 3 4 [05:50:43.907] update_reporter() ... [05:50:43.907] List of 15 [05:50:43.907] $ max_steps : num 4 [05:50:43.907] $ times : num Inf [05:50:43.907] $ interval : num 0.1 [05:50:43.907] $ enable_after: num 0 [05:50:43.907] $ auto_finish : logi TRUE [05:50:43.907] $ clear : logi TRUE [05:50:43.907] $ target : chr "terminal" [05:50:43.907] $ step : num 3 [05:50:43.907] $ message : chr(0) [05:50:43.907] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:43.907] $ delta : num 1 [05:50:43.907] $ enabled : logi TRUE [05:50:43.907] $ config :List of 7 [05:50:43.907] ..$ max_steps : num 4 [05:50:43.907] ..$ times : num Inf [05:50:43.907] ..$ interval : num 0.1 [05:50:43.907] ..$ enable_after: num 0 [05:50:43.907] ..$ auto_finish : logi TRUE [05:50:43.907] ..$ clear : logi TRUE [05:50:43.907] ..$ target : chr "terminal" [05:50:43.907] $ state :List of 5 [05:50:43.907] ..$ step : num 3 [05:50:43.907] ..$ message : chr(0) [05:50:43.907] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:43.907] ..$ delta : num 1 [05:50:43.907] ..$ enabled : logi TRUE [05:50:43.907] $ progression :List of 13 [05:50:43.907] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.907] .. ..- attr(*, "source")=List of 6 [05:50:43.907] .. .. ..$ host : Named chr "CRANWIN3" [05:50:43.907] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.907] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.907] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.907] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.907] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.907] .. .. ..$ pid : int 86276 [05:50:43.907] .. .. ..$ random : int 139112919 [05:50:43.907] ..$ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:43.907] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.907] ..$ progression_index : int 4 [05:50:43.907] ..$ progression_time : chr "2024-10-29 05:50:43.784 +0100" [05:50:43.907] ..$ type : chr "update" [05:50:43.907] ..$ message : chr(0) [05:50:43.907] ..$ amount : num 1 [05:50:43.907] ..$ step : NULL [05:50:43.907] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.907] ..$ child :List of 12 [05:50:43.907] .. ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.907] .. .. ..- attr(*, "source")=List of 6 [05:50:43.907] .. .. .. ..$ host : Named chr "CRANWIN3" [05:50:43.907] .. .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.907] .. .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.907] .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.907] .. .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.907] .. .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.907] .. .. .. ..$ pid : int 86276 [05:50:43.907] .. .. .. ..$ random : int 139112919 [05:50:43.907] .. ..$ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:43.907] .. ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.907] .. ..$ progression_index : int 3 [05:50:43.907] .. ..$ progression_time : chr "2024-10-29 05:50:43.770 +0100" [05:50:43.907] .. ..$ type : chr "update" [05:50:43.907] .. ..$ message : chr(0) [05:50:43.907] .. ..$ amount : num 0 [05:50:43.907] .. ..$ step : NULL [05:50:43.907] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.907] .. ..$ call : NULL [05:50:43.907] .. ..$ calls : NULL [05:50:43.907] .. ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.907] ..$ call : NULL [05:50:43.907] ..$ calls : NULL [05:50:43.907] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |==================================================== | 75%[05:50:43.954] update_reporter() ... done [05:50:43.955] 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' [05:50:43.976] hide_reporter() ... [05:50:43.976] List of 15 [05:50:43.976] $ max_steps : num 4 [05:50:43.976] $ times : num Inf [05:50:43.976] $ interval : num 0.1 [05:50:43.976] $ enable_after: num 0 [05:50:43.976] $ auto_finish : logi TRUE [05:50:43.976] $ clear : logi TRUE [05:50:43.976] $ target : chr "terminal" [05:50:43.976] $ step : num 3 [05:50:43.976] $ message : chr(0) [05:50:43.976] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:43.976] $ delta : num 0 [05:50:43.976] $ enabled : logi TRUE [05:50:43.976] $ config :List of 7 [05:50:43.976] ..$ max_steps : num 4 [05:50:43.976] ..$ times : num Inf [05:50:43.976] ..$ interval : num 0.1 [05:50:43.976] ..$ enable_after: num 0 [05:50:43.976] ..$ auto_finish : logi TRUE [05:50:43.976] ..$ clear : logi TRUE [05:50:43.976] ..$ target : chr "terminal" [05:50:43.976] $ state :List of 5 [05:50:43.976] ..$ step : num 3 [05:50:43.976] ..$ message : chr(0) [05:50:43.976] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:43.976] ..$ delta : num 0 [05:50:43.976] ..$ enabled : logi TRUE [05:50:43.976] $ progression :List of 12 [05:50:43.976] ..$ owner_session_uuid: NULL [05:50:43.976] ..$ progressor_uuid : NULL [05:50:43.976] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.976] ..$ progression_index : NULL [05:50:43.976] ..$ progression_time : chr "2024-10-29 05:50:43.975 +0100" [05:50:43.976] ..$ type : chr "hide" [05:50:43.976] ..$ message : chr(0) [05:50:43.976] ..$ amount : num 1 [05:50:43.976] ..$ step : NULL [05:50:43.976] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.976] ..$ call : NULL [05:50:43.976] ..$ calls :Dotted pair list of 25 [05:50:43.976] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:43.976] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.976] .. ..$ : language withVisible(expr) [05:50:43.976] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:43.976] .. ..$ : language with_progress(..., handlers = handler) [05:50:43.976] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:43.976] .. ..$ : language withVisible(expr) [05:50:43.976] .. ..$ : language slow_sum(1:2) [05:50:43.976] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:43.976] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.976] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.976] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.976] .. ..$ : language signalCondition(cond) [05:50:43.976] .. ..$ : language (function (p) { ... [05:50:43.976] .. ..$ : language calling_handler(p) [05:50:43.976] .. ..$ : language progress(child = p) [05:50:43.976] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:43.976] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:43.976] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:43.976] .. ..$ : language signalCondition(cond) [05:50:43.976] .. ..$ : language (function (p) { ... [05:50:43.976] .. ..$ : language calling_handler(control_progression("hide")) [05:50:43.976] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:43.976] .. ..$ : language control_progression("hide") [05:50:43.976] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:43.976] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.025] hide_reporter() ... done [05:50:43.956] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=4) [05:50:43.958] Progression handler 'update' ... [05:50:43.958] - progression: [05:50:43.959] List of 12 [05:50:43.959] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.959] ..- attr(*, "source")=List of 6 [05:50:43.959] .. ..$ host : Named chr "CRANWIN3" [05:50:43.959] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:43.959] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:43.959] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:43.959] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:43.959] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:43.959] .. ..$ pid : int 86276 [05:50:43.959] .. ..$ random : int 139112919 [05:50:43.959] $ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:43.959] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:43.959] $ progression_index : int 4 [05:50:43.959] $ progression_time : chr "2024-10-29 05:50:43.956 +0100" [05:50:43.959] $ type : chr "update" [05:50:43.959] $ message : chr "P: Adding 1" [05:50:43.959] $ amount : num 1 [05:50:43.959] $ step : NULL [05:50:43.959] $ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:43.959] $ call : NULL [05:50:43.959] $ calls : NULL [05:50:43.959] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:43.974] - progressor_uuid: 193fd28d-7ef5-581c-6486-73f009d19574 [05:50:43.974] - progression_index: 4 - received a 'progression' (n=6) [05:50:44.027] unhide_reporter() ... [05:50:44.028] List of 15 [05:50:44.028] $ max_steps : num 4 [05:50:44.028] $ times : num Inf [05:50:44.028] $ interval : num 0.1 [05:50:44.028] $ enable_after: num 0 [05:50:44.028] $ auto_finish : logi TRUE [05:50:44.028] $ clear : logi TRUE [05:50:44.028] $ target : chr "terminal" [05:50:44.028] $ step : num 3 [05:50:44.028] $ message : chr(0) [05:50:44.028] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:44.028] $ delta : num 0 [05:50:44.028] $ enabled : logi TRUE [05:50:44.028] $ config :List of 7 [05:50:44.028] ..$ max_steps : num 4 [05:50:44.028] ..$ times : num Inf [05:50:44.028] ..$ interval : num 0.1 [05:50:44.028] ..$ enable_after: num 0 [05:50:44.028] ..$ auto_finish : logi TRUE [05:50:44.028] ..$ clear : logi TRUE [05:50:44.028] ..$ target : chr "terminal" [05:50:44.028] $ state :List of 5 [05:50:44.028] ..$ step : num 3 [05:50:44.028] ..$ message : chr(0) [05:50:44.028] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:44.028] ..$ delta : num 0 [05:50:44.028] ..$ enabled : logi TRUE [05:50:44.028] $ progression :List of 12 [05:50:44.028] ..$ owner_session_uuid: NULL [05:50:44.028] ..$ progressor_uuid : NULL [05:50:44.028] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.028] ..$ progression_index : NULL [05:50:44.028] ..$ progression_time : chr "2024-10-29 05:50:44.027 +0100" [05:50:44.028] ..$ type : chr "unhide" [05:50:44.028] ..$ message : chr(0) [05:50:44.028] ..$ amount : num 1 [05:50:44.028] ..$ step : NULL [05:50:44.028] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.028] ..$ call : NULL [05:50:44.028] ..$ calls :Dotted pair list of 25 [05:50:44.028] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.028] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.028] .. ..$ : language withVisible(expr) [05:50:44.028] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.028] .. ..$ : language with_progress(..., handlers = handler) [05:50:44.028] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.028] .. ..$ : language withVisible(expr) [05:50:44.028] .. ..$ : language slow_sum(1:2) [05:50:44.028] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:44.028] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.028] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.028] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.028] .. ..$ : language signalCondition(cond) [05:50:44.028] .. ..$ : language (function (p) { ... [05:50:44.028] .. ..$ : language calling_handler(p) [05:50:44.028] .. ..$ : language progress(child = p) [05:50:44.028] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.028] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.028] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.028] .. ..$ : language signalCondition(cond) [05:50:44.028] .. ..$ : language (function (p) { ... [05:50:44.028] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:44.028] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.028] .. ..$ : language control_progression("unhide") [05:50:44.028] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.028] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" | |==================================================== | 75%[05:50:44.068] unhide_reporter() ... done [05:50:44.068] Progression calling handler 'update' ... [05:50:44.069] - progression: [05:50:44.069] List of 13 [05:50:44.069] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.069] ..- attr(*, "source")=List of 6 [05:50:44.069] .. ..$ host : Named chr "CRANWIN3" [05:50:44.069] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.069] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.069] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.069] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.069] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.069] .. ..$ pid : int 86276 [05:50:44.069] .. ..$ random : int 139112919 [05:50:44.069] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:44.069] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.069] $ progression_index : int 5 [05:50:44.069] $ progression_time : chr "2024-10-29 05:50:43.975 +0100" [05:50:44.069] $ type : chr "update" [05:50:44.069] $ message : chr(0) [05:50:44.069] $ amount : num 1 [05:50:44.069] $ step : NULL [05:50:44.069] $ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:44.069] $ child :List of 12 [05:50:44.069] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.069] .. ..- attr(*, "source")=List of 6 [05:50:44.069] .. .. ..$ host : Named chr "CRANWIN3" [05:50:44.069] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.069] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.069] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.069] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.069] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.069] .. .. ..$ pid : int 86276 [05:50:44.069] .. .. ..$ random : int 139112919 [05:50:44.069] ..$ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.069] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.069] ..$ progression_index : int 4 [05:50:44.069] ..$ progression_time : chr "2024-10-29 05:50:43.956 +0100" [05:50:44.069] ..$ type : chr "update" [05:50:44.069] ..$ message : chr "P: Adding 1" [05:50:44.069] ..$ amount : num 1 [05:50:44.069] ..$ step : NULL [05:50:44.069] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:44.069] ..$ call : NULL [05:50:44.069] ..$ calls : NULL [05:50:44.069] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.069] $ call : NULL [05:50:44.069] $ calls : NULL [05:50:44.069] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.096] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:44.096] - progression_index: 5 [05:50:44.096] - duplicated: FALSE [05:50:44.097] List of 4 [05:50:44.097] $ step : num 3 [05:50:44.097] $ p$amount : num 1 [05:50:44.097] $ p$step : NULL [05:50:44.097] $ max_steps: num 4 [05:50:44.100] List of 5 [05:50:44.100] $ finished : logi FALSE [05:50:44.100] $ step : num 4 [05:50:44.100] $ milestones : num 4 [05:50:44.100] $ prev_milestone: num 3 [05:50:44.100] $ interval : num 0.1 [05:50:44.104] List of 4 [05:50:44.104] $ dt : 'difftime' num 0.203593015670776 [05:50:44.104] ..- attr(*, "units")= chr "secs" [05:50:44.104] $ : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.104] $ : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:44.104] $ skip: logi FALSE [05:50:44.107] List of 1 [05:50:44.107] $ milestones: num 4 [05:50:44.108] update_reporter() ... [05:50:44.108] List of 15 [05:50:44.108] $ max_steps : num 4 [05:50:44.108] $ times : num Inf [05:50:44.108] $ interval : num 0.1 [05:50:44.108] $ enable_after: num 0 [05:50:44.108] $ auto_finish : logi TRUE [05:50:44.108] $ clear : logi TRUE [05:50:44.108] $ target : chr "terminal" [05:50:44.108] $ step : num 4 [05:50:44.108] $ message : chr(0) [05:50:44.108] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:44.108] $ delta : num 1 [05:50:44.108] $ enabled : logi TRUE [05:50:44.108] $ config :List of 7 [05:50:44.108] ..$ max_steps : num 4 [05:50:44.108] ..$ times : num Inf [05:50:44.108] ..$ interval : num 0.1 [05:50:44.108] ..$ enable_after: num 0 [05:50:44.108] ..$ auto_finish : logi TRUE [05:50:44.108] ..$ clear : logi TRUE [05:50:44.108] ..$ target : chr "terminal" [05:50:44.108] $ state :List of 5 [05:50:44.108] ..$ step : num 4 [05:50:44.108] ..$ message : chr(0) [05:50:44.108] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:44.108] ..$ delta : num 1 [05:50:44.108] ..$ enabled : logi TRUE [05:50:44.108] $ progression :List of 13 [05:50:44.108] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.108] .. ..- attr(*, "source")=List of 6 [05:50:44.108] .. .. ..$ host : Named chr "CRANWIN3" [05:50:44.108] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.108] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.108] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.108] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.108] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.108] .. .. ..$ pid : int 86276 [05:50:44.108] .. .. ..$ random : int 139112919 [05:50:44.108] ..$ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:44.108] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.108] ..$ progression_index : int 5 [05:50:44.108] ..$ progression_time : chr "2024-10-29 05:50:43.975 +0100" [05:50:44.108] ..$ type : chr "update" [05:50:44.108] ..$ message : chr(0) [05:50:44.108] ..$ amount : num 1 [05:50:44.108] ..$ step : NULL [05:50:44.108] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:44.108] ..$ child :List of 12 [05:50:44.108] .. ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.108] .. .. ..- attr(*, "source")=List of 6 [05:50:44.108] .. .. .. ..$ host : Named chr "CRANWIN3" [05:50:44.108] .. .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.108] .. .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.108] .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.108] .. .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.108] .. .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.108] .. .. .. ..$ pid : int 86276 [05:50:44.108] .. .. .. ..$ random : int 139112919 [05:50:44.108] .. ..$ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.108] .. ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.108] .. ..$ progression_index : int 4 [05:50:44.108] .. ..$ progression_time : chr "2024-10-29 05:50:43.956 +0100" [05:50:44.108] .. ..$ type : chr "update" [05:50:44.108] .. ..$ message : chr "P: Adding 1" [05:50:44.108] .. ..$ amount : num 1 [05:50:44.108] .. ..$ step : NULL [05:50:44.108] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:44.108] .. ..$ call : NULL [05:50:44.108] .. ..$ calls : NULL [05:50:44.108] .. ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.108] ..$ call : NULL [05:50:44.108] ..$ calls : NULL [05:50:44.108] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" | |======================================================================| 100%[05:50:44.148] update_reporter() ... done [05:50:44.148] List of 2 [05:50:44.148] $ type : chr "finish (auto)" [05:50:44.148] $ milestones: num(0) [05:50:44.150] List of 4 [05:50:44.150] $ step : num 4 [05:50:44.150] $ p$amount : num 1 [05:50:44.150] $ p$step : NULL [05:50:44.150] $ max_steps: num 4 [05:50:44.159] List of 5 [05:50:44.159] $ finished : logi FALSE [05:50:44.159] $ step : num 4 [05:50:44.159] $ milestones : num(0) [05:50:44.159] $ prev_milestone: num 4 [05:50:44.159] $ interval : num 0.1 [05:50:44.163] finish_reporter() ... [05:50:44.163] List of 15 [05:50:44.163] $ max_steps : num 4 [05:50:44.163] $ times : num Inf [05:50:44.163] $ interval : num 0.1 [05:50:44.163] $ enable_after: num 0 [05:50:44.163] $ auto_finish : logi TRUE [05:50:44.163] $ clear : logi TRUE [05:50:44.163] $ target : chr "terminal" [05:50:44.163] $ step : num 4 [05:50:44.163] $ message : chr(0) [05:50:44.163] $ timestamps : POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:44.163] $ delta : num 0 [05:50:44.163] $ enabled : logi TRUE [05:50:44.163] $ config :List of 7 [05:50:44.163] ..$ max_steps : num 4 [05:50:44.163] ..$ times : num Inf [05:50:44.163] ..$ interval : num 0.1 [05:50:44.163] ..$ enable_after: num 0 [05:50:44.163] ..$ auto_finish : logi TRUE [05:50:44.163] ..$ clear : logi TRUE [05:50:44.163] ..$ target : chr "terminal" [05:50:44.163] $ state :List of 5 [05:50:44.163] ..$ step : num 4 [05:50:44.163] ..$ message : chr(0) [05:50:44.163] ..$ timestamps: POSIXct[1:4], format: "2024-10-29 05:50:43" "2024-10-29 05:50:43" ... [05:50:44.163] ..$ delta : num 0 [05:50:44.163] ..$ enabled : logi TRUE [05:50:44.163] $ progression :List of 13 [05:50:44.163] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.163] .. ..- attr(*, "source")=List of 6 [05:50:44.163] .. .. ..$ host : Named chr "CRANWIN3" [05:50:44.163] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.163] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.163] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.163] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.163] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.163] .. .. ..$ pid : int 86276 [05:50:44.163] .. .. ..$ random : int 139112919 [05:50:44.163] ..$ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:44.163] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.163] ..$ progression_index : int 5 [05:50:44.163] ..$ progression_time : chr "2024-10-29 05:50:43.975 +0100" [05:50:44.163] ..$ type : chr "update" [05:50:44.163] ..$ message : chr(0) [05:50:44.163] ..$ amount : num 1 [05:50:44.163] ..$ step : NULL [05:50:44.163] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:44.163] ..$ child :List of 12 [05:50:44.163] .. ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.163] .. .. ..- attr(*, "source")=List of 6 [05:50:44.163] .. .. .. ..$ host : Named chr "CRANWIN3" [05:50:44.163] .. .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.163] .. .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.163] .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.163] .. .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.163] .. .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.163] .. .. .. ..$ pid : int 86276 [05:50:44.163] .. .. .. ..$ random : int 139112919 [05:50:44.163] .. ..$ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.163] .. ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.163] .. ..$ progression_index : int 4 [05:50:44.163] .. ..$ progression_time : chr "2024-10-29 05:50:43.956 +0100" [05:50:44.163] .. ..$ type : chr "update" [05:50:44.163] .. ..$ message : chr "P: Adding 1" [05:50:44.163] .. ..$ amount : num 1 [05:50:44.163] .. ..$ step : NULL [05:50:44.163] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:43" [05:50:44.163] .. ..$ call : NULL [05:50:44.163] .. ..$ calls : NULL [05:50:44.163] .. ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.163] ..$ call : NULL [05:50:44.163] ..$ calls : NULL [05:50:44.163] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.201] List of 4 [05:50:44.201] $ step : num 4 [05:50:44.201] $ p$amount : num 1 [05:50:44.201] $ p$step : NULL [05:50:44.201] $ max_steps: num 4 [05:50:44.204] List of 5 [05:50:44.204] $ finished : logi FALSE [05:50:44.204] $ step : num 4 [05:50:44.204] $ milestones : num(0) [05:50:44.204] $ prev_milestone: num 4 [05:50:44.204] $ interval : num 0.1 - owner: NULL [05:50:44.209] finish_reporter() ... done [05:50:44.209] 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' [05:50:44.227] hide_reporter() ... [05:50:44.227] List of 15 [05:50:44.227] $ max_steps : NULL [05:50:44.227] $ times : num Inf [05:50:44.227] $ interval : num 0.1 [05:50:44.227] $ enable_after: num 0 [05:50:44.227] $ auto_finish : logi TRUE [05:50:44.227] $ clear : logi TRUE [05:50:44.227] $ target : chr "terminal" [05:50:44.227] $ step : NULL [05:50:44.227] $ message : NULL [05:50:44.227] $ timestamps : NULL [05:50:44.227] $ delta : int 0 [05:50:44.227] $ enabled : logi FALSE [05:50:44.227] $ config :List of 7 [05:50:44.227] ..$ max_steps : NULL [05:50:44.227] ..$ times : num Inf [05:50:44.227] ..$ interval : num 0.1 [05:50:44.227] ..$ enable_after: num 0 [05:50:44.227] ..$ auto_finish : logi TRUE [05:50:44.227] ..$ clear : logi TRUE [05:50:44.227] ..$ target : chr "terminal" [05:50:44.227] $ state :List of 5 [05:50:44.227] ..$ step : NULL [05:50:44.227] ..$ message : NULL [05:50:44.227] ..$ timestamps: NULL [05:50:44.227] ..$ delta : int 0 [05:50:44.227] ..$ enabled : logi FALSE [05:50:44.227] $ progression :List of 12 [05:50:44.227] ..$ owner_session_uuid: NULL [05:50:44.227] ..$ progressor_uuid : NULL [05:50:44.227] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.227] ..$ progression_index : NULL [05:50:44.227] ..$ progression_time : chr "2024-10-29 05:50:44.227 +0100" [05:50:44.227] ..$ type : chr "hide" [05:50:44.227] ..$ message : chr(0) [05:50:44.227] ..$ amount : num 1 [05:50:44.227] ..$ step : NULL [05:50:44.227] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.227] ..$ call : NULL [05:50:44.227] ..$ calls :Dotted pair list of 25 [05:50:44.227] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.227] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.227] .. ..$ : language withVisible(expr) [05:50:44.227] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.227] .. ..$ : language with_progress(..., handlers = handler) [05:50:44.227] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.227] .. ..$ : language withVisible(expr) [05:50:44.227] .. ..$ : language slow_sum(1:2) [05:50:44.227] .. ..$ : language p(amount = 0) [05:50:44.227] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.227] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.227] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.227] .. ..$ : language signalCondition(cond) [05:50:44.227] .. ..$ : language (function (p) { ... [05:50:44.227] .. ..$ : language calling_handler(p) [05:50:44.227] .. ..$ : language progress(child = p) [05:50:44.227] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.227] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.227] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.227] .. ..$ : language signalCondition(cond) [05:50:44.227] .. ..$ : language (function (p) { ... [05:50:44.227] .. ..$ : language calling_handler(control_progression("hide")) [05:50:44.227] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.227] .. ..$ : language control_progression("hide") [05:50:44.227] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.227] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.259] hide_reporter() ... done [05:50:44.210] Progression handler 'update' ... done - received a 'simpleMessage' M: Added value 1 - received a 'simpleMessage' - received a 'progression' (n=5) [05:50:44.212] Progression handler 'update' ... [05:50:44.212] - progression: [05:50:44.213] List of 12 [05:50:44.213] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.213] ..- attr(*, "source")=List of 6 [05:50:44.213] .. ..$ host : Named chr "CRANWIN3" [05:50:44.213] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.213] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.213] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.213] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.213] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.213] .. ..$ pid : int 86276 [05:50:44.213] .. ..$ random : int 139112919 [05:50:44.213] $ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.213] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.213] $ progression_index : int 5 [05:50:44.213] $ progression_time : chr "2024-10-29 05:50:44.211 +0100" [05:50:44.213] $ type : chr "update" [05:50:44.213] $ message : chr(0) [05:50:44.213] $ amount : num 0 [05:50:44.213] $ step : NULL [05:50:44.213] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.213] $ call : NULL [05:50:44.213] $ calls : NULL [05:50:44.213] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.225] - progressor_uuid: 193fd28d-7ef5-581c-6486-73f009d19574 [05:50:44.226] - progression_index: 5 - received a 'progression' (n=7) [05:50:44.261] unhide_reporter() ... [05:50:44.261] List of 15 [05:50:44.261] $ max_steps : NULL [05:50:44.261] $ times : num Inf [05:50:44.261] $ interval : num 0.1 [05:50:44.261] $ enable_after: num 0 [05:50:44.261] $ auto_finish : logi TRUE [05:50:44.261] $ clear : logi TRUE [05:50:44.261] $ target : chr "terminal" [05:50:44.261] $ step : NULL [05:50:44.261] $ message : NULL [05:50:44.261] $ timestamps : NULL [05:50:44.261] $ delta : int 0 [05:50:44.261] $ enabled : logi FALSE [05:50:44.261] $ config :List of 7 [05:50:44.261] ..$ max_steps : NULL [05:50:44.261] ..$ times : num Inf [05:50:44.261] ..$ interval : num 0.1 [05:50:44.261] ..$ enable_after: num 0 [05:50:44.261] ..$ auto_finish : logi TRUE [05:50:44.261] ..$ clear : logi TRUE [05:50:44.261] ..$ target : chr "terminal" [05:50:44.261] $ state :List of 5 [05:50:44.261] ..$ step : NULL [05:50:44.261] ..$ message : NULL [05:50:44.261] ..$ timestamps: NULL [05:50:44.261] ..$ delta : int 0 [05:50:44.261] ..$ enabled : logi FALSE [05:50:44.261] $ progression :List of 12 [05:50:44.261] ..$ owner_session_uuid: NULL [05:50:44.261] ..$ progressor_uuid : NULL [05:50:44.261] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.261] ..$ progression_index : NULL [05:50:44.261] ..$ progression_time : chr "2024-10-29 05:50:44.260 +0100" [05:50:44.261] ..$ type : chr "unhide" [05:50:44.261] ..$ message : chr(0) [05:50:44.261] ..$ amount : num 1 [05:50:44.261] ..$ step : NULL [05:50:44.261] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.261] ..$ call : NULL [05:50:44.261] ..$ calls :Dotted pair list of 25 [05:50:44.261] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.261] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.261] .. ..$ : language withVisible(expr) [05:50:44.261] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.261] .. ..$ : language with_progress(..., handlers = handler) [05:50:44.261] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.261] .. ..$ : language withVisible(expr) [05:50:44.261] .. ..$ : language slow_sum(1:2) [05:50:44.261] .. ..$ : language p(amount = 0) [05:50:44.261] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.261] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.261] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.261] .. ..$ : language signalCondition(cond) [05:50:44.261] .. ..$ : language (function (p) { ... [05:50:44.261] .. ..$ : language calling_handler(p) [05:50:44.261] .. ..$ : language progress(child = p) [05:50:44.261] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.261] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.261] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.261] .. ..$ : language signalCondition(cond) [05:50:44.261] .. ..$ : language (function (p) { ... [05:50:44.261] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:44.261] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.261] .. ..$ : language control_progression("unhide") [05:50:44.261] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.261] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.304] unhide_reporter() ... done [05:50:44.304] Progression calling handler 'update' ... [05:50:44.304] - progression: [05:50:44.305] List of 13 [05:50:44.305] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.305] ..- attr(*, "source")=List of 6 [05:50:44.305] .. ..$ host : Named chr "CRANWIN3" [05:50:44.305] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.305] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.305] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.305] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.305] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.305] .. ..$ pid : int 86276 [05:50:44.305] .. ..$ random : int 139112919 [05:50:44.305] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:44.305] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.305] $ progression_index : int 6 [05:50:44.305] $ progression_time : chr "2024-10-29 05:50:44.226 +0100" [05:50:44.305] $ type : chr "update" [05:50:44.305] $ message : chr(0) [05:50:44.305] $ amount : num 1 [05:50:44.305] $ step : NULL [05:50:44.305] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.305] $ child :List of 12 [05:50:44.305] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.305] .. ..- attr(*, "source")=List of 6 [05:50:44.305] .. .. ..$ host : Named chr "CRANWIN3" [05:50:44.305] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.305] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.305] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.305] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.305] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.305] .. .. ..$ pid : int 86276 [05:50:44.305] .. .. ..$ random : int 139112919 [05:50:44.305] ..$ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.305] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.305] ..$ progression_index : int 5 [05:50:44.305] ..$ progression_time : chr "2024-10-29 05:50:44.211 +0100" [05:50:44.305] ..$ type : chr "update" [05:50:44.305] ..$ message : chr(0) [05:50:44.305] ..$ amount : num 0 [05:50:44.305] ..$ step : NULL [05:50:44.305] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.305] ..$ call : NULL [05:50:44.305] ..$ calls : NULL [05:50:44.305] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.305] $ call : NULL [05:50:44.305] $ calls : NULL [05:50:44.305] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.329] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:44.329] - progression_index: 6 [05:50:44.330] - duplicated: FALSE - cannot 'update' handler, because it is not active [05:50:44.330] 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' [05:50:44.349] hide_reporter() ... [05:50:44.350] List of 15 [05:50:44.350] $ max_steps : NULL [05:50:44.350] $ times : num Inf [05:50:44.350] $ interval : num 0.1 [05:50:44.350] $ enable_after: num 0 [05:50:44.350] $ auto_finish : logi TRUE [05:50:44.350] $ clear : logi TRUE [05:50:44.350] $ target : chr "terminal" [05:50:44.350] $ step : NULL [05:50:44.350] $ message : NULL [05:50:44.350] $ timestamps : NULL [05:50:44.350] $ delta : int 0 [05:50:44.350] $ enabled : logi FALSE [05:50:44.350] $ config :List of 7 [05:50:44.350] ..$ max_steps : NULL [05:50:44.350] ..$ times : num Inf [05:50:44.350] ..$ interval : num 0.1 [05:50:44.350] ..$ enable_after: num 0 [05:50:44.350] ..$ auto_finish : logi TRUE [05:50:44.350] ..$ clear : logi TRUE [05:50:44.350] ..$ target : chr "terminal" [05:50:44.350] $ state :List of 5 [05:50:44.350] ..$ step : NULL [05:50:44.350] ..$ message : NULL [05:50:44.350] ..$ timestamps: NULL [05:50:44.350] ..$ delta : int 0 [05:50:44.350] ..$ enabled : logi FALSE [05:50:44.350] $ progression :List of 12 [05:50:44.350] ..$ owner_session_uuid: NULL [05:50:44.350] ..$ progressor_uuid : NULL [05:50:44.350] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.350] ..$ progression_index : NULL [05:50:44.350] ..$ progression_time : chr "2024-10-29 05:50:44.349 +0100" [05:50:44.350] ..$ type : chr "hide" [05:50:44.350] ..$ message : chr(0) [05:50:44.350] ..$ amount : num 1 [05:50:44.350] ..$ step : NULL [05:50:44.350] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.350] ..$ call : NULL [05:50:44.350] ..$ calls :Dotted pair list of 25 [05:50:44.350] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.350] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.350] .. ..$ : language withVisible(expr) [05:50:44.350] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.350] .. ..$ : language with_progress(..., handlers = handler) [05:50:44.350] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.350] .. ..$ : language withVisible(expr) [05:50:44.350] .. ..$ : language slow_sum(1:2) [05:50:44.350] .. ..$ : language p(amount = 0) [05:50:44.350] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.350] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.350] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.350] .. ..$ : language signalCondition(cond) [05:50:44.350] .. ..$ : language (function (p) { ... [05:50:44.350] .. ..$ : language calling_handler(p) [05:50:44.350] .. ..$ : language progress(child = p) [05:50:44.350] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.350] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.350] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.350] .. ..$ : language signalCondition(cond) [05:50:44.350] .. ..$ : language (function (p) { ... [05:50:44.350] .. ..$ : language calling_handler(control_progression("hide")) [05:50:44.350] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.350] .. ..$ : language control_progression("hide") [05:50:44.350] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.350] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.384] hide_reporter() ... done [05:50:44.331] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=6) [05:50:44.333] Progression handler 'update' ... [05:50:44.333] - progression: [05:50:44.333] List of 12 [05:50:44.333] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.333] ..- attr(*, "source")=List of 6 [05:50:44.333] .. ..$ host : Named chr "CRANWIN3" [05:50:44.333] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.333] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.333] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.333] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.333] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.333] .. ..$ pid : int 86276 [05:50:44.333] .. ..$ random : int 139112919 [05:50:44.333] $ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.333] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.333] $ progression_index : int 6 [05:50:44.333] $ progression_time : chr "2024-10-29 05:50:44.331 +0100" [05:50:44.333] $ type : chr "update" [05:50:44.333] $ message : chr(0) [05:50:44.333] $ amount : num 0 [05:50:44.333] $ step : NULL [05:50:44.333] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.333] $ call : NULL [05:50:44.333] $ calls : NULL [05:50:44.333] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.347] - progressor_uuid: 193fd28d-7ef5-581c-6486-73f009d19574 [05:50:44.348] - progression_index: 6 - received a 'progression' (n=8) [05:50:44.386] unhide_reporter() ... [05:50:44.386] List of 15 [05:50:44.386] $ max_steps : NULL [05:50:44.386] $ times : num Inf [05:50:44.386] $ interval : num 0.1 [05:50:44.386] $ enable_after: num 0 [05:50:44.386] $ auto_finish : logi TRUE [05:50:44.386] $ clear : logi TRUE [05:50:44.386] $ target : chr "terminal" [05:50:44.386] $ step : NULL [05:50:44.386] $ message : NULL [05:50:44.386] $ timestamps : NULL [05:50:44.386] $ delta : int 0 [05:50:44.386] $ enabled : logi FALSE [05:50:44.386] $ config :List of 7 [05:50:44.386] ..$ max_steps : NULL [05:50:44.386] ..$ times : num Inf [05:50:44.386] ..$ interval : num 0.1 [05:50:44.386] ..$ enable_after: num 0 [05:50:44.386] ..$ auto_finish : logi TRUE [05:50:44.386] ..$ clear : logi TRUE [05:50:44.386] ..$ target : chr "terminal" [05:50:44.386] $ state :List of 5 [05:50:44.386] ..$ step : NULL [05:50:44.386] ..$ message : NULL [05:50:44.386] ..$ timestamps: NULL [05:50:44.386] ..$ delta : int 0 [05:50:44.386] ..$ enabled : logi FALSE [05:50:44.386] $ progression :List of 12 [05:50:44.386] ..$ owner_session_uuid: NULL [05:50:44.386] ..$ progressor_uuid : NULL [05:50:44.386] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.386] ..$ progression_index : NULL [05:50:44.386] ..$ progression_time : chr "2024-10-29 05:50:44.385 +0100" [05:50:44.386] ..$ type : chr "unhide" [05:50:44.386] ..$ message : chr(0) [05:50:44.386] ..$ amount : num 1 [05:50:44.386] ..$ step : NULL [05:50:44.386] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.386] ..$ call : NULL [05:50:44.386] ..$ calls :Dotted pair list of 25 [05:50:44.386] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.386] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.386] .. ..$ : language withVisible(expr) [05:50:44.386] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.386] .. ..$ : language with_progress(..., handlers = handler) [05:50:44.386] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.386] .. ..$ : language withVisible(expr) [05:50:44.386] .. ..$ : language slow_sum(1:2) [05:50:44.386] .. ..$ : language p(amount = 0) [05:50:44.386] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.386] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.386] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.386] .. ..$ : language signalCondition(cond) [05:50:44.386] .. ..$ : language (function (p) { ... [05:50:44.386] .. ..$ : language calling_handler(p) [05:50:44.386] .. ..$ : language progress(child = p) [05:50:44.386] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.386] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.386] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.386] .. ..$ : language signalCondition(cond) [05:50:44.386] .. ..$ : language (function (p) { ... [05:50:44.386] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:44.386] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.386] .. ..$ : language control_progression("unhide") [05:50:44.386] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.386] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.417] unhide_reporter() ... done [05:50:44.417] Progression calling handler 'update' ... [05:50:44.417] - progression: [05:50:44.417] List of 13 [05:50:44.417] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.417] ..- attr(*, "source")=List of 6 [05:50:44.417] .. ..$ host : Named chr "CRANWIN3" [05:50:44.417] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.417] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.417] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.417] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.417] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.417] .. ..$ pid : int 86276 [05:50:44.417] .. ..$ random : int 139112919 [05:50:44.417] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:44.417] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.417] $ progression_index : int 7 [05:50:44.417] $ progression_time : chr "2024-10-29 05:50:44.348 +0100" [05:50:44.417] $ type : chr "update" [05:50:44.417] $ message : chr(0) [05:50:44.417] $ amount : num 1 [05:50:44.417] $ step : NULL [05:50:44.417] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.417] $ child :List of 12 [05:50:44.417] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.417] .. ..- attr(*, "source")=List of 6 [05:50:44.417] .. .. ..$ host : Named chr "CRANWIN3" [05:50:44.417] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.417] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.417] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.417] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.417] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.417] .. .. ..$ pid : int 86276 [05:50:44.417] .. .. ..$ random : int 139112919 [05:50:44.417] ..$ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.417] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.417] ..$ progression_index : int 6 [05:50:44.417] ..$ progression_time : chr "2024-10-29 05:50:44.331 +0100" [05:50:44.417] ..$ type : chr "update" [05:50:44.417] ..$ message : chr(0) [05:50:44.417] ..$ amount : num 0 [05:50:44.417] ..$ step : NULL [05:50:44.417] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.417] ..$ call : NULL [05:50:44.417] ..$ calls : NULL [05:50:44.417] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.417] $ call : NULL [05:50:44.417] $ calls : NULL [05:50:44.417] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.445] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:44.445] - progression_index: 7 [05:50:44.445] - duplicated: FALSE - cannot 'update' handler, because it is not active [05:50:44.446] 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' [05:50:44.463] hide_reporter() ... [05:50:44.463] List of 15 [05:50:44.463] $ max_steps : NULL [05:50:44.463] $ times : num Inf [05:50:44.463] $ interval : num 0.1 [05:50:44.463] $ enable_after: num 0 [05:50:44.463] $ auto_finish : logi TRUE [05:50:44.463] $ clear : logi TRUE [05:50:44.463] $ target : chr "terminal" [05:50:44.463] $ step : NULL [05:50:44.463] $ message : NULL [05:50:44.463] $ timestamps : NULL [05:50:44.463] $ delta : int 0 [05:50:44.463] $ enabled : logi FALSE [05:50:44.463] $ config :List of 7 [05:50:44.463] ..$ max_steps : NULL [05:50:44.463] ..$ times : num Inf [05:50:44.463] ..$ interval : num 0.1 [05:50:44.463] ..$ enable_after: num 0 [05:50:44.463] ..$ auto_finish : logi TRUE [05:50:44.463] ..$ clear : logi TRUE [05:50:44.463] ..$ target : chr "terminal" [05:50:44.463] $ state :List of 5 [05:50:44.463] ..$ step : NULL [05:50:44.463] ..$ message : NULL [05:50:44.463] ..$ timestamps: NULL [05:50:44.463] ..$ delta : int 0 [05:50:44.463] ..$ enabled : logi FALSE [05:50:44.463] $ progression :List of 12 [05:50:44.463] ..$ owner_session_uuid: NULL [05:50:44.463] ..$ progressor_uuid : NULL [05:50:44.463] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.463] ..$ progression_index : NULL [05:50:44.463] ..$ progression_time : chr "2024-10-29 05:50:44.463 +0100" [05:50:44.463] ..$ type : chr "hide" [05:50:44.463] ..$ message : chr(0) [05:50:44.463] ..$ amount : num 1 [05:50:44.463] ..$ step : NULL [05:50:44.463] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.463] ..$ call : NULL [05:50:44.463] ..$ calls :Dotted pair list of 25 [05:50:44.463] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.463] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.463] .. ..$ : language withVisible(expr) [05:50:44.463] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.463] .. ..$ : language with_progress(..., handlers = handler) [05:50:44.463] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.463] .. ..$ : language withVisible(expr) [05:50:44.463] .. ..$ : language slow_sum(1:2) [05:50:44.463] .. ..$ : language p(amount = 0) [05:50:44.463] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.463] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.463] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.463] .. ..$ : language signalCondition(cond) [05:50:44.463] .. ..$ : language (function (p) { ... [05:50:44.463] .. ..$ : language calling_handler(p) [05:50:44.463] .. ..$ : language progress(child = p) [05:50:44.463] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.463] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.463] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.463] .. ..$ : language signalCondition(cond) [05:50:44.463] .. ..$ : language (function (p) { ... [05:50:44.463] .. ..$ : language calling_handler(control_progression("hide")) [05:50:44.463] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.463] .. ..$ : language control_progression("hide") [05:50:44.463] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.463] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.498] hide_reporter() ... done [05:50:44.447] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=7) [05:50:44.448] Progression handler 'update' ... [05:50:44.449] - progression: [05:50:44.449] List of 12 [05:50:44.449] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.449] ..- attr(*, "source")=List of 6 [05:50:44.449] .. ..$ host : Named chr "CRANWIN3" [05:50:44.449] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.449] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.449] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.449] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.449] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.449] .. ..$ pid : int 86276 [05:50:44.449] .. ..$ random : int 139112919 [05:50:44.449] $ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.449] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.449] $ progression_index : int 7 [05:50:44.449] $ progression_time : chr "2024-10-29 05:50:44.447 +0100" [05:50:44.449] $ type : chr "update" [05:50:44.449] $ message : chr(0) [05:50:44.449] $ amount : num 0 [05:50:44.449] $ step : NULL [05:50:44.449] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.449] $ call : NULL [05:50:44.449] $ calls : NULL [05:50:44.449] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.462] - progressor_uuid: 193fd28d-7ef5-581c-6486-73f009d19574 [05:50:44.462] - progression_index: 7 - received a 'progression' (n=9) [05:50:44.500] unhide_reporter() ... [05:50:44.501] List of 15 [05:50:44.501] $ max_steps : NULL [05:50:44.501] $ times : num Inf [05:50:44.501] $ interval : num 0.1 [05:50:44.501] $ enable_after: num 0 [05:50:44.501] $ auto_finish : logi TRUE [05:50:44.501] $ clear : logi TRUE [05:50:44.501] $ target : chr "terminal" [05:50:44.501] $ step : NULL [05:50:44.501] $ message : NULL [05:50:44.501] $ timestamps : NULL [05:50:44.501] $ delta : int 0 [05:50:44.501] $ enabled : logi FALSE [05:50:44.501] $ config :List of 7 [05:50:44.501] ..$ max_steps : NULL [05:50:44.501] ..$ times : num Inf [05:50:44.501] ..$ interval : num 0.1 [05:50:44.501] ..$ enable_after: num 0 [05:50:44.501] ..$ auto_finish : logi TRUE [05:50:44.501] ..$ clear : logi TRUE [05:50:44.501] ..$ target : chr "terminal" [05:50:44.501] $ state :List of 5 [05:50:44.501] ..$ step : NULL [05:50:44.501] ..$ message : NULL [05:50:44.501] ..$ timestamps: NULL [05:50:44.501] ..$ delta : int 0 [05:50:44.501] ..$ enabled : logi FALSE [05:50:44.501] $ progression :List of 12 [05:50:44.501] ..$ owner_session_uuid: NULL [05:50:44.501] ..$ progressor_uuid : NULL [05:50:44.501] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.501] ..$ progression_index : NULL [05:50:44.501] ..$ progression_time : chr "2024-10-29 05:50:44.500 +0100" [05:50:44.501] ..$ type : chr "unhide" [05:50:44.501] ..$ message : chr(0) [05:50:44.501] ..$ amount : num 1 [05:50:44.501] ..$ step : NULL [05:50:44.501] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.501] ..$ call : NULL [05:50:44.501] ..$ calls :Dotted pair list of 25 [05:50:44.501] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.501] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.501] .. ..$ : language withVisible(expr) [05:50:44.501] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.501] .. ..$ : language with_progress(..., handlers = handler) [05:50:44.501] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.501] .. ..$ : language withVisible(expr) [05:50:44.501] .. ..$ : language slow_sum(1:2) [05:50:44.501] .. ..$ : language p(amount = 0) [05:50:44.501] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.501] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.501] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.501] .. ..$ : language signalCondition(cond) [05:50:44.501] .. ..$ : language (function (p) { ... [05:50:44.501] .. ..$ : language calling_handler(p) [05:50:44.501] .. ..$ : language progress(child = p) [05:50:44.501] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.501] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.501] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.501] .. ..$ : language signalCondition(cond) [05:50:44.501] .. ..$ : language (function (p) { ... [05:50:44.501] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:44.501] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.501] .. ..$ : language control_progression("unhide") [05:50:44.501] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.501] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.540] unhide_reporter() ... done [05:50:44.540] Progression calling handler 'update' ... [05:50:44.541] - progression: [05:50:44.541] List of 13 [05:50:44.541] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.541] ..- attr(*, "source")=List of 6 [05:50:44.541] .. ..$ host : Named chr "CRANWIN3" [05:50:44.541] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.541] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.541] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.541] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.541] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.541] .. ..$ pid : int 86276 [05:50:44.541] .. ..$ random : int 139112919 [05:50:44.541] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:44.541] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.541] $ progression_index : int 8 [05:50:44.541] $ progression_time : chr "2024-10-29 05:50:44.462 +0100" [05:50:44.541] $ type : chr "update" [05:50:44.541] $ message : chr(0) [05:50:44.541] $ amount : num 1 [05:50:44.541] $ step : NULL [05:50:44.541] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.541] $ child :List of 12 [05:50:44.541] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.541] .. ..- attr(*, "source")=List of 6 [05:50:44.541] .. .. ..$ host : Named chr "CRANWIN3" [05:50:44.541] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.541] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.541] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.541] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.541] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.541] .. .. ..$ pid : int 86276 [05:50:44.541] .. .. ..$ random : int 139112919 [05:50:44.541] ..$ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.541] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.541] ..$ progression_index : int 7 [05:50:44.541] ..$ progression_time : chr "2024-10-29 05:50:44.447 +0100" [05:50:44.541] ..$ type : chr "update" [05:50:44.541] ..$ message : chr(0) [05:50:44.541] ..$ amount : num 0 [05:50:44.541] ..$ step : NULL [05:50:44.541] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.541] ..$ call : NULL [05:50:44.541] ..$ calls : NULL [05:50:44.541] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.541] $ call : NULL [05:50:44.541] $ calls : NULL [05:50:44.541] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.574] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:44.575] - progression_index: 8 [05:50:44.575] - duplicated: FALSE - cannot 'update' handler, because it is not active [05:50:44.575] 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' [05:50:44.594] hide_reporter() ... [05:50:44.594] List of 15 [05:50:44.594] $ max_steps : NULL [05:50:44.594] $ times : num Inf [05:50:44.594] $ interval : num 0.1 [05:50:44.594] $ enable_after: num 0 [05:50:44.594] $ auto_finish : logi TRUE [05:50:44.594] $ clear : logi TRUE [05:50:44.594] $ target : chr "terminal" [05:50:44.594] $ step : NULL [05:50:44.594] $ message : NULL [05:50:44.594] $ timestamps : NULL [05:50:44.594] $ delta : int 0 [05:50:44.594] $ enabled : logi FALSE [05:50:44.594] $ config :List of 7 [05:50:44.594] ..$ max_steps : NULL [05:50:44.594] ..$ times : num Inf [05:50:44.594] ..$ interval : num 0.1 [05:50:44.594] ..$ enable_after: num 0 [05:50:44.594] ..$ auto_finish : logi TRUE [05:50:44.594] ..$ clear : logi TRUE [05:50:44.594] ..$ target : chr "terminal" [05:50:44.594] $ state :List of 5 [05:50:44.594] ..$ step : NULL [05:50:44.594] ..$ message : NULL [05:50:44.594] ..$ timestamps: NULL [05:50:44.594] ..$ delta : int 0 [05:50:44.594] ..$ enabled : logi FALSE [05:50:44.594] $ progression :List of 12 [05:50:44.594] ..$ owner_session_uuid: NULL [05:50:44.594] ..$ progressor_uuid : NULL [05:50:44.594] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.594] ..$ progression_index : NULL [05:50:44.594] ..$ progression_time : chr "2024-10-29 05:50:44.594 +0100" [05:50:44.594] ..$ type : chr "hide" [05:50:44.594] ..$ message : chr(0) [05:50:44.594] ..$ amount : num 1 [05:50:44.594] ..$ step : NULL [05:50:44.594] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.594] ..$ call : NULL [05:50:44.594] ..$ calls :Dotted pair list of 25 [05:50:44.594] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.594] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.594] .. ..$ : language withVisible(expr) [05:50:44.594] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.594] .. ..$ : language with_progress(..., handlers = handler) [05:50:44.594] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.594] .. ..$ : language withVisible(expr) [05:50:44.594] .. ..$ : language slow_sum(1:2) [05:50:44.594] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:44.594] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.594] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.594] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.594] .. ..$ : language signalCondition(cond) [05:50:44.594] .. ..$ : language (function (p) { ... [05:50:44.594] .. ..$ : language calling_handler(p) [05:50:44.594] .. ..$ : language progress(child = p) [05:50:44.594] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.594] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.594] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.594] .. ..$ : language signalCondition(cond) [05:50:44.594] .. ..$ : language (function (p) { ... [05:50:44.594] .. ..$ : language calling_handler(control_progression("hide")) [05:50:44.594] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.594] .. ..$ : language control_progression("hide") [05:50:44.594] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.594] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.630] hide_reporter() ... done [05:50:44.576] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=8) [05:50:44.578] Progression handler 'update' ... [05:50:44.578] - progression: [05:50:44.579] List of 12 [05:50:44.579] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.579] ..- attr(*, "source")=List of 6 [05:50:44.579] .. ..$ host : Named chr "CRANWIN3" [05:50:44.579] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.579] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.579] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.579] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.579] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.579] .. ..$ pid : int 86276 [05:50:44.579] .. ..$ random : int 139112919 [05:50:44.579] $ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.579] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.579] $ progression_index : int 8 [05:50:44.579] $ progression_time : chr "2024-10-29 05:50:44.577 +0100" [05:50:44.579] $ type : chr "update" [05:50:44.579] $ message : chr "P: Adding 2" [05:50:44.579] $ amount : num 1 [05:50:44.579] $ step : NULL [05:50:44.579] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.579] $ call : NULL [05:50:44.579] $ calls : NULL [05:50:44.579] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.592] - progressor_uuid: 193fd28d-7ef5-581c-6486-73f009d19574 [05:50:44.593] - progression_index: 8 - received a 'progression' (n=10) [05:50:44.632] unhide_reporter() ... [05:50:44.632] List of 15 [05:50:44.632] $ max_steps : NULL [05:50:44.632] $ times : num Inf [05:50:44.632] $ interval : num 0.1 [05:50:44.632] $ enable_after: num 0 [05:50:44.632] $ auto_finish : logi TRUE [05:50:44.632] $ clear : logi TRUE [05:50:44.632] $ target : chr "terminal" [05:50:44.632] $ step : NULL [05:50:44.632] $ message : NULL [05:50:44.632] $ timestamps : NULL [05:50:44.632] $ delta : int 0 [05:50:44.632] $ enabled : logi FALSE [05:50:44.632] $ config :List of 7 [05:50:44.632] ..$ max_steps : NULL [05:50:44.632] ..$ times : num Inf [05:50:44.632] ..$ interval : num 0.1 [05:50:44.632] ..$ enable_after: num 0 [05:50:44.632] ..$ auto_finish : logi TRUE [05:50:44.632] ..$ clear : logi TRUE [05:50:44.632] ..$ target : chr "terminal" [05:50:44.632] $ state :List of 5 [05:50:44.632] ..$ step : NULL [05:50:44.632] ..$ message : NULL [05:50:44.632] ..$ timestamps: NULL [05:50:44.632] ..$ delta : int 0 [05:50:44.632] ..$ enabled : logi FALSE [05:50:44.632] $ progression :List of 12 [05:50:44.632] ..$ owner_session_uuid: NULL [05:50:44.632] ..$ progressor_uuid : NULL [05:50:44.632] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.632] ..$ progression_index : NULL [05:50:44.632] ..$ progression_time : chr "2024-10-29 05:50:44.632 +0100" [05:50:44.632] ..$ type : chr "unhide" [05:50:44.632] ..$ message : chr(0) [05:50:44.632] ..$ amount : num 1 [05:50:44.632] ..$ step : NULL [05:50:44.632] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.632] ..$ call : NULL [05:50:44.632] ..$ calls :Dotted pair list of 25 [05:50:44.632] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.632] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.632] .. ..$ : language withVisible(expr) [05:50:44.632] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.632] .. ..$ : language with_progress(..., handlers = handler) [05:50:44.632] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.632] .. ..$ : language withVisible(expr) [05:50:44.632] .. ..$ : language slow_sum(1:2) [05:50:44.632] .. ..$ : language p(message = sprintf("P: Adding %g", kk)) [05:50:44.632] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.632] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.632] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.632] .. ..$ : language signalCondition(cond) [05:50:44.632] .. ..$ : language (function (p) { ... [05:50:44.632] .. ..$ : language calling_handler(p) [05:50:44.632] .. ..$ : language progress(child = p) [05:50:44.632] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.632] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.632] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.632] .. ..$ : language signalCondition(cond) [05:50:44.632] .. ..$ : language (function (p) { ... [05:50:44.632] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:44.632] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.632] .. ..$ : language control_progression("unhide") [05:50:44.632] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.632] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.669] unhide_reporter() ... done [05:50:44.669] Progression calling handler 'update' ... [05:50:44.669] - progression: [05:50:44.670] List of 13 [05:50:44.670] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.670] ..- attr(*, "source")=List of 6 [05:50:44.670] .. ..$ host : Named chr "CRANWIN3" [05:50:44.670] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.670] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.670] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.670] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.670] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.670] .. ..$ pid : int 86276 [05:50:44.670] .. ..$ random : int 139112919 [05:50:44.670] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:44.670] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.670] $ progression_index : int 9 [05:50:44.670] $ progression_time : chr "2024-10-29 05:50:44.593 +0100" [05:50:44.670] $ type : chr "update" [05:50:44.670] $ message : chr(0) [05:50:44.670] $ amount : num 1 [05:50:44.670] $ step : NULL [05:50:44.670] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.670] $ child :List of 12 [05:50:44.670] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.670] .. ..- attr(*, "source")=List of 6 [05:50:44.670] .. .. ..$ host : Named chr "CRANWIN3" [05:50:44.670] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.670] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.670] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.670] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.670] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.670] .. .. ..$ pid : int 86276 [05:50:44.670] .. .. ..$ random : int 139112919 [05:50:44.670] ..$ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.670] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.670] ..$ progression_index : int 8 [05:50:44.670] ..$ progression_time : chr "2024-10-29 05:50:44.577 +0100" [05:50:44.670] ..$ type : chr "update" [05:50:44.670] ..$ message : chr "P: Adding 2" [05:50:44.670] ..$ amount : num 1 [05:50:44.670] ..$ step : NULL [05:50:44.670] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.670] ..$ call : NULL [05:50:44.670] ..$ calls : NULL [05:50:44.670] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.670] $ call : NULL [05:50:44.670] $ calls : NULL [05:50:44.670] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.687] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:44.687] - progression_index: 9 [05:50:44.687] - duplicated: FALSE - cannot 'update' handler, because it is not active [05:50:44.687] 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' [05:50:44.702] hide_reporter() ... [05:50:44.702] List of 15 [05:50:44.702] $ max_steps : NULL [05:50:44.702] $ times : num Inf [05:50:44.702] $ interval : num 0.1 [05:50:44.702] $ enable_after: num 0 [05:50:44.702] $ auto_finish : logi TRUE [05:50:44.702] $ clear : logi TRUE [05:50:44.702] $ target : chr "terminal" [05:50:44.702] $ step : NULL [05:50:44.702] $ message : NULL [05:50:44.702] $ timestamps : NULL [05:50:44.702] $ delta : int 0 [05:50:44.702] $ enabled : logi FALSE [05:50:44.702] $ config :List of 7 [05:50:44.702] ..$ max_steps : NULL [05:50:44.702] ..$ times : num Inf [05:50:44.702] ..$ interval : num 0.1 [05:50:44.702] ..$ enable_after: num 0 [05:50:44.702] ..$ auto_finish : logi TRUE [05:50:44.702] ..$ clear : logi TRUE [05:50:44.702] ..$ target : chr "terminal" [05:50:44.702] $ state :List of 5 [05:50:44.702] ..$ step : NULL [05:50:44.702] ..$ message : NULL [05:50:44.702] ..$ timestamps: NULL [05:50:44.702] ..$ delta : int 0 [05:50:44.702] ..$ enabled : logi FALSE [05:50:44.702] $ progression :List of 12 [05:50:44.702] ..$ owner_session_uuid: NULL [05:50:44.702] ..$ progressor_uuid : NULL [05:50:44.702] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.702] ..$ progression_index : NULL [05:50:44.702] ..$ progression_time : chr "2024-10-29 05:50:44.702 +0100" [05:50:44.702] ..$ type : chr "hide" [05:50:44.702] ..$ message : chr(0) [05:50:44.702] ..$ amount : num 1 [05:50:44.702] ..$ step : NULL [05:50:44.702] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.702] ..$ call : NULL [05:50:44.702] ..$ calls :Dotted pair list of 25 [05:50:44.702] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.702] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.702] .. ..$ : language withVisible(expr) [05:50:44.702] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.702] .. ..$ : language with_progress(..., handlers = handler) [05:50:44.702] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.702] .. ..$ : language withVisible(expr) [05:50:44.702] .. ..$ : language slow_sum(1:2) [05:50:44.702] .. ..$ : language p(amount = 0) [05:50:44.702] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.702] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.702] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.702] .. ..$ : language signalCondition(cond) [05:50:44.702] .. ..$ : language (function (p) { ... [05:50:44.702] .. ..$ : language calling_handler(p) [05:50:44.702] .. ..$ : language progress(child = p) [05:50:44.702] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.702] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.702] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.702] .. ..$ : language signalCondition(cond) [05:50:44.702] .. ..$ : language (function (p) { ... [05:50:44.702] .. ..$ : language calling_handler(control_progression("hide")) [05:50:44.702] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.702] .. ..$ : language control_progression("hide") [05:50:44.702] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.702] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.724] hide_reporter() ... done [05:50:44.688] Progression handler 'update' ... done - received a 'simpleMessage' M: Added value 2 - received a 'simpleMessage' - received a 'progression' (n=9) [05:50:44.689] Progression handler 'update' ... [05:50:44.689] - progression: [05:50:44.690] List of 12 [05:50:44.690] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.690] ..- attr(*, "source")=List of 6 [05:50:44.690] .. ..$ host : Named chr "CRANWIN3" [05:50:44.690] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.690] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.690] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.690] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.690] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.690] .. ..$ pid : int 86276 [05:50:44.690] .. ..$ random : int 139112919 [05:50:44.690] $ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.690] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.690] $ progression_index : int 9 [05:50:44.690] $ progression_time : chr "2024-10-29 05:50:44.688 +0100" [05:50:44.690] $ type : chr "update" [05:50:44.690] $ message : chr(0) [05:50:44.690] $ amount : num 0 [05:50:44.690] $ step : NULL [05:50:44.690] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.690] $ call : NULL [05:50:44.690] $ calls : NULL [05:50:44.690] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.701] - progressor_uuid: 193fd28d-7ef5-581c-6486-73f009d19574 [05:50:44.701] - progression_index: 9 - received a 'progression' (n=11) [05:50:44.726] unhide_reporter() ... [05:50:44.726] List of 15 [05:50:44.726] $ max_steps : NULL [05:50:44.726] $ times : num Inf [05:50:44.726] $ interval : num 0.1 [05:50:44.726] $ enable_after: num 0 [05:50:44.726] $ auto_finish : logi TRUE [05:50:44.726] $ clear : logi TRUE [05:50:44.726] $ target : chr "terminal" [05:50:44.726] $ step : NULL [05:50:44.726] $ message : NULL [05:50:44.726] $ timestamps : NULL [05:50:44.726] $ delta : int 0 [05:50:44.726] $ enabled : logi FALSE [05:50:44.726] $ config :List of 7 [05:50:44.726] ..$ max_steps : NULL [05:50:44.726] ..$ times : num Inf [05:50:44.726] ..$ interval : num 0.1 [05:50:44.726] ..$ enable_after: num 0 [05:50:44.726] ..$ auto_finish : logi TRUE [05:50:44.726] ..$ clear : logi TRUE [05:50:44.726] ..$ target : chr "terminal" [05:50:44.726] $ state :List of 5 [05:50:44.726] ..$ step : NULL [05:50:44.726] ..$ message : NULL [05:50:44.726] ..$ timestamps: NULL [05:50:44.726] ..$ delta : int 0 [05:50:44.726] ..$ enabled : logi FALSE [05:50:44.726] $ progression :List of 12 [05:50:44.726] ..$ owner_session_uuid: NULL [05:50:44.726] ..$ progressor_uuid : NULL [05:50:44.726] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.726] ..$ progression_index : NULL [05:50:44.726] ..$ progression_time : chr "2024-10-29 05:50:44.725 +0100" [05:50:44.726] ..$ type : chr "unhide" [05:50:44.726] ..$ message : chr(0) [05:50:44.726] ..$ amount : num 1 [05:50:44.726] ..$ step : NULL [05:50:44.726] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.726] ..$ call : NULL [05:50:44.726] ..$ calls :Dotted pair list of 25 [05:50:44.726] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.726] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.726] .. ..$ : language withVisible(expr) [05:50:44.726] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.726] .. ..$ : language with_progress(..., handlers = handler) [05:50:44.726] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.726] .. ..$ : language withVisible(expr) [05:50:44.726] .. ..$ : language slow_sum(1:2) [05:50:44.726] .. ..$ : language p(amount = 0) [05:50:44.726] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.726] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.726] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.726] .. ..$ : language signalCondition(cond) [05:50:44.726] .. ..$ : language (function (p) { ... [05:50:44.726] .. ..$ : language calling_handler(p) [05:50:44.726] .. ..$ : language progress(child = p) [05:50:44.726] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.726] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.726] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.726] .. ..$ : language signalCondition(cond) [05:50:44.726] .. ..$ : language (function (p) { ... [05:50:44.726] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:44.726] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.726] .. ..$ : language control_progression("unhide") [05:50:44.726] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.726] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.749] unhide_reporter() ... done [05:50:44.750] Progression calling handler 'update' ... [05:50:44.750] - progression: [05:50:44.750] List of 13 [05:50:44.750] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.750] ..- attr(*, "source")=List of 6 [05:50:44.750] .. ..$ host : Named chr "CRANWIN3" [05:50:44.750] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.750] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.750] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.750] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.750] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.750] .. ..$ pid : int 86276 [05:50:44.750] .. ..$ random : int 139112919 [05:50:44.750] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:44.750] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.750] $ progression_index : int 10 [05:50:44.750] $ progression_time : chr "2024-10-29 05:50:44.701 +0100" [05:50:44.750] $ type : chr "update" [05:50:44.750] $ message : chr(0) [05:50:44.750] $ amount : num 1 [05:50:44.750] $ step : NULL [05:50:44.750] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.750] $ child :List of 12 [05:50:44.750] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.750] .. ..- attr(*, "source")=List of 6 [05:50:44.750] .. .. ..$ host : Named chr "CRANWIN3" [05:50:44.750] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.750] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.750] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.750] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.750] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.750] .. .. ..$ pid : int 86276 [05:50:44.750] .. .. ..$ random : int 139112919 [05:50:44.750] ..$ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.750] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.750] ..$ progression_index : int 9 [05:50:44.750] ..$ progression_time : chr "2024-10-29 05:50:44.688 +0100" [05:50:44.750] ..$ type : chr "update" [05:50:44.750] ..$ message : chr(0) [05:50:44.750] ..$ amount : num 0 [05:50:44.750] ..$ step : NULL [05:50:44.750] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.750] ..$ call : NULL [05:50:44.750] ..$ calls : NULL [05:50:44.750] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.750] $ call : NULL [05:50:44.750] $ calls : NULL [05:50:44.750] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.767] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:44.767] - progression_index: 10 [05:50:44.767] - duplicated: FALSE - cannot 'update' handler, because it is not active [05:50:44.767] 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' [05:50:44.779] hide_reporter() ... [05:50:44.779] List of 15 [05:50:44.779] $ max_steps : NULL [05:50:44.779] $ times : num Inf [05:50:44.779] $ interval : num 0.1 [05:50:44.779] $ enable_after: num 0 [05:50:44.779] $ auto_finish : logi TRUE [05:50:44.779] $ clear : logi TRUE [05:50:44.779] $ target : chr "terminal" [05:50:44.779] $ step : NULL [05:50:44.779] $ message : NULL [05:50:44.779] $ timestamps : NULL [05:50:44.779] $ delta : int 0 [05:50:44.779] $ enabled : logi FALSE [05:50:44.779] $ config :List of 7 [05:50:44.779] ..$ max_steps : NULL [05:50:44.779] ..$ times : num Inf [05:50:44.779] ..$ interval : num 0.1 [05:50:44.779] ..$ enable_after: num 0 [05:50:44.779] ..$ auto_finish : logi TRUE [05:50:44.779] ..$ clear : logi TRUE [05:50:44.779] ..$ target : chr "terminal" [05:50:44.779] $ state :List of 5 [05:50:44.779] ..$ step : NULL [05:50:44.779] ..$ message : NULL [05:50:44.779] ..$ timestamps: NULL [05:50:44.779] ..$ delta : int 0 [05:50:44.779] ..$ enabled : logi FALSE [05:50:44.779] $ progression :List of 12 [05:50:44.779] ..$ owner_session_uuid: NULL [05:50:44.779] ..$ progressor_uuid : NULL [05:50:44.779] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.779] ..$ progression_index : NULL [05:50:44.779] ..$ progression_time : chr "2024-10-29 05:50:44.779 +0100" [05:50:44.779] ..$ type : chr "hide" [05:50:44.779] ..$ message : chr(0) [05:50:44.779] ..$ amount : num 1 [05:50:44.779] ..$ step : NULL [05:50:44.779] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.779] ..$ call : NULL [05:50:44.779] ..$ calls :Dotted pair list of 25 [05:50:44.779] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.779] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.779] .. ..$ : language withVisible(expr) [05:50:44.779] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.779] .. ..$ : language with_progress(..., handlers = handler) [05:50:44.779] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.779] .. ..$ : language withVisible(expr) [05:50:44.779] .. ..$ : language slow_sum(1:2) [05:50:44.779] .. ..$ : language p(amount = 0) [05:50:44.779] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.779] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.779] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.779] .. ..$ : language signalCondition(cond) [05:50:44.779] .. ..$ : language (function (p) { ... [05:50:44.779] .. ..$ : language calling_handler(p) [05:50:44.779] .. ..$ : language progress(child = p) [05:50:44.779] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.779] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.779] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.779] .. ..$ : language signalCondition(cond) [05:50:44.779] .. ..$ : language (function (p) { ... [05:50:44.779] .. ..$ : language calling_handler(control_progression("hide")) [05:50:44.779] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.779] .. ..$ : language control_progression("hide") [05:50:44.779] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.779] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.816] hide_reporter() ... done [05:50:44.768] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=10) [05:50:44.769] Progression handler 'update' ... [05:50:44.769] - progression: [05:50:44.769] List of 12 [05:50:44.769] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.769] ..- attr(*, "source")=List of 6 [05:50:44.769] .. ..$ host : Named chr "CRANWIN3" [05:50:44.769] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.769] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.769] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.769] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.769] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.769] .. ..$ pid : int 86276 [05:50:44.769] .. ..$ random : int 139112919 [05:50:44.769] $ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.769] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.769] $ progression_index : int 10 [05:50:44.769] $ progression_time : chr "2024-10-29 05:50:44.768 +0100" [05:50:44.769] $ type : chr "update" [05:50:44.769] $ message : chr(0) [05:50:44.769] $ amount : num 0 [05:50:44.769] $ step : NULL [05:50:44.769] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.769] $ call : NULL [05:50:44.769] $ calls : NULL [05:50:44.769] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.778] - progressor_uuid: 193fd28d-7ef5-581c-6486-73f009d19574 [05:50:44.778] - progression_index: 10 - received a 'progression' (n=12) [05:50:44.818] unhide_reporter() ... [05:50:44.818] List of 15 [05:50:44.818] $ max_steps : NULL [05:50:44.818] $ times : num Inf [05:50:44.818] $ interval : num 0.1 [05:50:44.818] $ enable_after: num 0 [05:50:44.818] $ auto_finish : logi TRUE [05:50:44.818] $ clear : logi TRUE [05:50:44.818] $ target : chr "terminal" [05:50:44.818] $ step : NULL [05:50:44.818] $ message : NULL [05:50:44.818] $ timestamps : NULL [05:50:44.818] $ delta : int 0 [05:50:44.818] $ enabled : logi FALSE [05:50:44.818] $ config :List of 7 [05:50:44.818] ..$ max_steps : NULL [05:50:44.818] ..$ times : num Inf [05:50:44.818] ..$ interval : num 0.1 [05:50:44.818] ..$ enable_after: num 0 [05:50:44.818] ..$ auto_finish : logi TRUE [05:50:44.818] ..$ clear : logi TRUE [05:50:44.818] ..$ target : chr "terminal" [05:50:44.818] $ state :List of 5 [05:50:44.818] ..$ step : NULL [05:50:44.818] ..$ message : NULL [05:50:44.818] ..$ timestamps: NULL [05:50:44.818] ..$ delta : int 0 [05:50:44.818] ..$ enabled : logi FALSE [05:50:44.818] $ progression :List of 12 [05:50:44.818] ..$ owner_session_uuid: NULL [05:50:44.818] ..$ progressor_uuid : NULL [05:50:44.818] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.818] ..$ progression_index : NULL [05:50:44.818] ..$ progression_time : chr "2024-10-29 05:50:44.817 +0100" [05:50:44.818] ..$ type : chr "unhide" [05:50:44.818] ..$ message : chr(0) [05:50:44.818] ..$ amount : num 1 [05:50:44.818] ..$ step : NULL [05:50:44.818] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.818] ..$ call : NULL [05:50:44.818] ..$ calls :Dotted pair list of 25 [05:50:44.818] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.818] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.818] .. ..$ : language withVisible(expr) [05:50:44.818] .. ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.818] .. ..$ : language with_progress(..., handlers = handler) [05:50:44.818] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.818] .. ..$ : language withVisible(expr) [05:50:44.818] .. ..$ : language slow_sum(1:2) [05:50:44.818] .. ..$ : language p(amount = 0) [05:50:44.818] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.818] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.818] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.818] .. ..$ : language signalCondition(cond) [05:50:44.818] .. ..$ : language (function (p) { ... [05:50:44.818] .. ..$ : language calling_handler(p) [05:50:44.818] .. ..$ : language progress(child = p) [05:50:44.818] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.818] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.818] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.818] .. ..$ : language signalCondition(cond) [05:50:44.818] .. ..$ : language (function (p) { ... [05:50:44.818] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:44.818] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.818] .. ..$ : language control_progression("unhide") [05:50:44.818] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.818] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.854] unhide_reporter() ... done [05:50:44.854] Progression calling handler 'update' ... [05:50:44.854] - progression: [05:50:44.855] List of 13 [05:50:44.855] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.855] ..- attr(*, "source")=List of 6 [05:50:44.855] .. ..$ host : Named chr "CRANWIN3" [05:50:44.855] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.855] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.855] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.855] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.855] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.855] .. ..$ pid : int 86276 [05:50:44.855] .. ..$ random : int 139112919 [05:50:44.855] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:44.855] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.855] $ progression_index : int 11 [05:50:44.855] $ progression_time : chr "2024-10-29 05:50:44.778 +0100" [05:50:44.855] $ type : chr "update" [05:50:44.855] $ message : chr(0) [05:50:44.855] $ amount : num 1 [05:50:44.855] $ step : NULL [05:50:44.855] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.855] $ child :List of 12 [05:50:44.855] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.855] .. ..- attr(*, "source")=List of 6 [05:50:44.855] .. .. ..$ host : Named chr "CRANWIN3" [05:50:44.855] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.855] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.855] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.855] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.855] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.855] .. .. ..$ pid : int 86276 [05:50:44.855] .. .. ..$ random : int 139112919 [05:50:44.855] ..$ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.855] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.855] ..$ progression_index : int 10 [05:50:44.855] ..$ progression_time : chr "2024-10-29 05:50:44.768 +0100" [05:50:44.855] ..$ type : chr "update" [05:50:44.855] ..$ message : chr(0) [05:50:44.855] ..$ amount : num 0 [05:50:44.855] ..$ step : NULL [05:50:44.855] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.855] ..$ call : NULL [05:50:44.855] ..$ calls : NULL [05:50:44.855] ..- attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.855] $ call : NULL [05:50:44.855] $ calls : NULL [05:50:44.855] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.879] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:44.880] - progression_index: 11 [05:50:44.880] - duplicated: FALSE - cannot 'update' handler, because it is not active [05:50:44.880] 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' [05:50:44.915] hide_reporter() ... [05:50:44.915] List of 15 [05:50:44.915] $ max_steps : NULL [05:50:44.915] $ times : num Inf [05:50:44.915] $ interval : num 0.1 [05:50:44.915] $ enable_after: num 0 [05:50:44.915] $ auto_finish : logi TRUE [05:50:44.915] $ clear : logi TRUE [05:50:44.915] $ target : chr "terminal" [05:50:44.915] $ step : NULL [05:50:44.915] $ message : NULL [05:50:44.915] $ timestamps : NULL [05:50:44.915] $ delta : int 0 [05:50:44.915] $ enabled : logi FALSE [05:50:44.915] $ config :List of 7 [05:50:44.915] ..$ max_steps : NULL [05:50:44.915] ..$ times : num Inf [05:50:44.915] ..$ interval : num 0.1 [05:50:44.915] ..$ enable_after: num 0 [05:50:44.915] ..$ auto_finish : logi TRUE [05:50:44.915] ..$ clear : logi TRUE [05:50:44.915] ..$ target : chr "terminal" [05:50:44.915] $ state :List of 5 [05:50:44.915] ..$ step : NULL [05:50:44.915] ..$ message : NULL [05:50:44.915] ..$ timestamps: NULL [05:50:44.915] ..$ delta : int 0 [05:50:44.915] ..$ enabled : logi FALSE [05:50:44.915] $ progression :List of 12 [05:50:44.915] ..$ owner_session_uuid: NULL [05:50:44.915] ..$ progressor_uuid : NULL [05:50:44.915] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.915] ..$ progression_index : NULL [05:50:44.915] ..$ progression_time : chr "2024-10-29 05:50:44.915 +0100" [05:50:44.915] ..$ type : chr "hide" [05:50:44.915] ..$ message : chr(0) [05:50:44.915] ..$ amount : num 1 [05:50:44.915] ..$ step : NULL [05:50:44.915] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.915] ..$ call : NULL [05:50:44.915] ..$ calls :Dotted pair list of 13 [05:50:44.915] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.915] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.915] .. ..$ : language withVisible(expr) [05:50:44.915] .. ..$ : language progress(type = "finish") [05:50:44.915] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.915] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.915] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.915] .. ..$ : language signalCondition(cond) [05:50:44.915] .. ..$ : language (function (p) { ... [05:50:44.915] .. ..$ : language calling_handler(control_progression("hide")) [05:50:44.915] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.915] .. ..$ : language control_progression("hide") [05:50:44.915] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.915] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.950] hide_reporter() ... done [05:50:44.881] Progression handler 'update' ... done - received a 'simpleMessage' - received a 'progression' (n=11) [05:50:44.882] Progression handler 'finish' ... [05:50:44.883] - progression: [05:50:44.883] List of 12 [05:50:44.883] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.883] ..- attr(*, "source")=List of 6 [05:50:44.883] .. ..$ host : Named chr "CRANWIN3" [05:50:44.883] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.883] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.883] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.883] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.883] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.883] .. ..$ pid : int 86276 [05:50:44.883] .. ..$ random : int 139112919 [05:50:44.883] $ progressor_uuid : chr "193fd28d-7ef5-581c-6486-73f009d19574" [05:50:44.883] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.883] $ progression_index : int 11 [05:50:44.883] $ progression_time : chr "2024-10-29 05:50:44.881 +0100" [05:50:44.883] $ type : chr "finish" [05:50:44.883] $ message : chr(0) [05:50:44.883] $ amount : num 1 [05:50:44.883] $ step : NULL [05:50:44.883] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.883] $ call : NULL [05:50:44.883] $ calls : NULL [05:50:44.883] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.896] - progressor_uuid: 193fd28d-7ef5-581c-6486-73f009d19574 [05:50:44.896] - progression_index: 11 [05:50:44.897] Progression handler 'finish' ... done with_progress() ... done - signaling 'shutdown' to all handlers [05:50:44.898] Progression handler 'shutdown' ... [05:50:44.899] - progression: [05:50:44.899] List of 13 [05:50:44.899] $ owner_session_uuid: NULL [05:50:44.899] $ progressor_uuid : NULL [05:50:44.899] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.899] $ progression_index : NULL [05:50:44.899] $ progression_time : chr "2024-10-29 05:50:44.898 +0100" [05:50:44.899] $ type : chr "shutdown" [05:50:44.899] $ message : chr(0) [05:50:44.899] $ amount : num 1 [05:50:44.899] $ step : NULL [05:50:44.899] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.899] $ status : chr "ok" [05:50:44.899] $ call : NULL [05:50:44.899] $ calls :Dotted pair list of 12 [05:50:44.899] ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.899] ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.899] ..$ : language withVisible(expr) [05:50:44.899] ..$ : language relay_progress(slow_sum(1:2)) [05:50:44.899] ..$ : language with_progress(..., handlers = handler) [05:50:44.899] ..$ : language withCallingHandlers({ withRestarts({ ... [05:50:44.899] ..$ : language withRestarts({ signalCondition(control_progression("shutdown", status = status)) ... [05:50:44.899] ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.899] ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.899] ..$ : language signalCondition(control_progression("shutdown", status = status)) [05:50:44.899] ..$ : language control_progression("shutdown", status = status) [05:50:44.899] ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.899] - attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.913] [05:50:44.914] [05:50:44.914] Progression handler 'shutdown' ... done - received a 'progression' (n=13) [05:50:44.952] unhide_reporter() ... [05:50:44.952] List of 15 [05:50:44.952] $ max_steps : NULL [05:50:44.952] $ times : num Inf [05:50:44.952] $ interval : num 0.1 [05:50:44.952] $ enable_after: num 0 [05:50:44.952] $ auto_finish : logi TRUE [05:50:44.952] $ clear : logi TRUE [05:50:44.952] $ target : chr "terminal" [05:50:44.952] $ step : NULL [05:50:44.952] $ message : NULL [05:50:44.952] $ timestamps : NULL [05:50:44.952] $ delta : int 0 [05:50:44.952] $ enabled : logi FALSE [05:50:44.952] $ config :List of 7 [05:50:44.952] ..$ max_steps : NULL [05:50:44.952] ..$ times : num Inf [05:50:44.952] ..$ interval : num 0.1 [05:50:44.952] ..$ enable_after: num 0 [05:50:44.952] ..$ auto_finish : logi TRUE [05:50:44.952] ..$ clear : logi TRUE [05:50:44.952] ..$ target : chr "terminal" [05:50:44.952] $ state :List of 5 [05:50:44.952] ..$ step : NULL [05:50:44.952] ..$ message : NULL [05:50:44.952] ..$ timestamps: NULL [05:50:44.952] ..$ delta : int 0 [05:50:44.952] ..$ enabled : logi FALSE [05:50:44.952] $ progression :List of 12 [05:50:44.952] ..$ owner_session_uuid: NULL [05:50:44.952] ..$ progressor_uuid : NULL [05:50:44.952] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.952] ..$ progression_index : NULL [05:50:44.952] ..$ progression_time : chr "2024-10-29 05:50:44.952 +0100" [05:50:44.952] ..$ type : chr "unhide" [05:50:44.952] ..$ message : chr(0) [05:50:44.952] ..$ amount : num 1 [05:50:44.952] ..$ step : NULL [05:50:44.952] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.952] ..$ call : NULL [05:50:44.952] ..$ calls :Dotted pair list of 13 [05:50:44.952] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:44.952] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:44.952] .. ..$ : language withVisible(expr) [05:50:44.952] .. ..$ : language progress(type = "finish") [05:50:44.952] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:44.952] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:44.952] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:44.952] .. ..$ : language signalCondition(cond) [05:50:44.952] .. ..$ : language (function (p) { ... [05:50:44.952] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:44.952] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:44.952] .. ..$ : language control_progression("unhide") [05:50:44.952] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:44.952] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:44.980] unhide_reporter() ... done [05:50:44.980] Progression calling handler 'finish' ... [05:50:44.981] - progression: [05:50:44.981] List of 12 [05:50:44.981] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.981] ..- attr(*, "source")=List of 6 [05:50:44.981] .. ..$ host : Named chr "CRANWIN3" [05:50:44.981] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.981] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.981] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.981] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.981] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.981] .. ..$ pid : int 86276 [05:50:44.981] .. ..$ random : int 139112919 [05:50:44.981] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:44.981] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.981] $ progression_index : int 12 [05:50:44.981] $ progression_time : chr "2024-10-29 05:50:44.914 +0100" [05:50:44.981] $ type : chr "finish" [05:50:44.981] $ message : chr(0) [05:50:44.981] $ amount : num 1 [05:50:44.981] $ step : NULL [05:50:44.981] $ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.981] $ call : NULL [05:50:44.981] $ calls : NULL [05:50:44.981] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:44.993] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:44.994] - progression_index: 12 [05:50:44.994] - duplicated: FALSE [05:50:44.994] List of 2 [05:50:44.994] $ finished : logi TRUE [05:50:44.994] $ milestones: NULL [05:50:44.996] finish_reporter() ... [05:50:44.996] List of 15 [05:50:44.996] $ max_steps : NULL [05:50:44.996] $ times : num Inf [05:50:44.996] $ interval : num 0.1 [05:50:44.996] $ enable_after: num 0 [05:50:44.996] $ auto_finish : logi TRUE [05:50:44.996] $ clear : logi TRUE [05:50:44.996] $ target : chr "terminal" [05:50:44.996] $ step : NULL [05:50:44.996] $ message : NULL [05:50:44.996] $ timestamps : NULL [05:50:44.996] $ delta : int 0 [05:50:44.996] $ enabled : logi FALSE [05:50:44.996] $ config :List of 7 [05:50:44.996] ..$ max_steps : NULL [05:50:44.996] ..$ times : num Inf [05:50:44.996] ..$ interval : num 0.1 [05:50:44.996] ..$ enable_after: num 0 [05:50:44.996] ..$ auto_finish : logi TRUE [05:50:44.996] ..$ clear : logi TRUE [05:50:44.996] ..$ target : chr "terminal" [05:50:44.996] $ state :List of 5 [05:50:44.996] ..$ step : NULL [05:50:44.996] ..$ message : NULL [05:50:44.996] ..$ timestamps: NULL [05:50:44.996] ..$ delta : int 0 [05:50:44.996] ..$ enabled : logi FALSE [05:50:44.996] $ progression :List of 12 [05:50:44.996] ..$ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.996] .. ..- attr(*, "source")=List of 6 [05:50:44.996] .. .. ..$ host : Named chr "CRANWIN3" [05:50:44.996] .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:44.996] .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:44.996] .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:44.996] .. .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:44.996] .. .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:44.996] .. .. ..$ pid : int 86276 [05:50:44.996] .. .. ..$ random : int 139112919 [05:50:44.996] ..$ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:44.996] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:44.996] ..$ progression_index : int 12 [05:50:44.996] ..$ progression_time : chr "2024-10-29 05:50:44.914 +0100" [05:50:44.996] ..$ type : chr "finish" [05:50:44.996] ..$ message : chr(0) [05:50:44.996] ..$ amount : num 1 [05:50:44.996] ..$ step : NULL [05:50:44.996] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:44" [05:50:44.996] ..$ call : NULL [05:50:44.996] ..$ calls : NULL [05:50:44.996] ..- 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 [05:50:45.024] finish_reporter() ... done [05:50:45.024] Progression calling handler 'finish' ... done - received a 'progression' - received a 'simpleMessage' [05:50:45.026] hide_reporter() ... [05:50:45.026] List of 15 [05:50:45.026] $ max_steps : NULL [05:50:45.026] $ times : num Inf [05:50:45.026] $ interval : num 0.1 [05:50:45.026] $ enable_after: num 0 [05:50:45.026] $ auto_finish : logi TRUE [05:50:45.026] $ clear : logi TRUE [05:50:45.026] $ target : chr "terminal" [05:50:45.026] $ step : NULL [05:50:45.026] $ message : NULL [05:50:45.026] $ timestamps : NULL [05:50:45.026] $ delta : int 0 [05:50:45.026] $ enabled : logi FALSE [05:50:45.026] $ config :List of 7 [05:50:45.026] ..$ max_steps : NULL [05:50:45.026] ..$ times : num Inf [05:50:45.026] ..$ interval : num 0.1 [05:50:45.026] ..$ enable_after: num 0 [05:50:45.026] ..$ auto_finish : logi TRUE [05:50:45.026] ..$ clear : logi TRUE [05:50:45.026] ..$ target : chr "terminal" [05:50:45.026] $ state :List of 5 [05:50:45.026] ..$ step : NULL [05:50:45.026] ..$ message : NULL [05:50:45.026] ..$ timestamps: NULL [05:50:45.026] ..$ delta : int 0 [05:50:45.026] ..$ enabled : logi FALSE [05:50:45.026] $ progression :List of 12 [05:50:45.026] ..$ owner_session_uuid: NULL [05:50:45.026] ..$ progressor_uuid : NULL [05:50:45.026] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:45.026] ..$ progression_index : NULL [05:50:45.026] ..$ progression_time : chr "2024-10-29 05:50:45.026 +0100" [05:50:45.026] ..$ type : chr "hide" [05:50:45.026] ..$ message : chr(0) [05:50:45.026] ..$ amount : num 1 [05:50:45.026] ..$ step : NULL [05:50:45.026] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:45" [05:50:45.026] ..$ call : NULL [05:50:45.026] ..$ calls :Dotted pair list of 13 [05:50:45.026] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:45.026] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:45.026] .. ..$ : language withVisible(expr) [05:50:45.026] .. ..$ : language progress() [05:50:45.026] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:45.026] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:45.026] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:45.026] .. ..$ : language signalCondition(cond) [05:50:45.026] .. ..$ : language (function (p) { ... [05:50:45.026] .. ..$ : language calling_handler(control_progression("hide")) [05:50:45.026] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:45.026] .. ..$ : language control_progression("hide") [05:50:45.026] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:45.026] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:45.061] hide_reporter() ... done - received a 'progression' (n=14) [05:50:45.062] unhide_reporter() ... [05:50:45.062] List of 15 [05:50:45.062] $ max_steps : NULL [05:50:45.062] $ times : num Inf [05:50:45.062] $ interval : num 0.1 [05:50:45.062] $ enable_after: num 0 [05:50:45.062] $ auto_finish : logi TRUE [05:50:45.062] $ clear : logi TRUE [05:50:45.062] $ target : chr "terminal" [05:50:45.062] $ step : NULL [05:50:45.062] $ message : NULL [05:50:45.062] $ timestamps : NULL [05:50:45.062] $ delta : int 0 [05:50:45.062] $ enabled : logi FALSE [05:50:45.062] $ config :List of 7 [05:50:45.062] ..$ max_steps : NULL [05:50:45.062] ..$ times : num Inf [05:50:45.062] ..$ interval : num 0.1 [05:50:45.062] ..$ enable_after: num 0 [05:50:45.062] ..$ auto_finish : logi TRUE [05:50:45.062] ..$ clear : logi TRUE [05:50:45.062] ..$ target : chr "terminal" [05:50:45.062] $ state :List of 5 [05:50:45.062] ..$ step : NULL [05:50:45.062] ..$ message : NULL [05:50:45.062] ..$ timestamps: NULL [05:50:45.062] ..$ delta : int 0 [05:50:45.062] ..$ enabled : logi FALSE [05:50:45.062] $ progression :List of 12 [05:50:45.062] ..$ owner_session_uuid: NULL [05:50:45.062] ..$ progressor_uuid : NULL [05:50:45.062] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:45.062] ..$ progression_index : NULL [05:50:45.062] ..$ progression_time : chr "2024-10-29 05:50:45.062 +0100" [05:50:45.062] ..$ type : chr "unhide" [05:50:45.062] ..$ message : chr(0) [05:50:45.062] ..$ amount : num 1 [05:50:45.062] ..$ step : NULL [05:50:45.062] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:45" [05:50:45.062] ..$ call : NULL [05:50:45.062] ..$ calls :Dotted pair list of 13 [05:50:45.062] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:45.062] .. ..$ : language withCallingHandlers({ res <- withVisible(expr) ... [05:50:45.062] .. ..$ : language withVisible(expr) [05:50:45.062] .. ..$ : language progress() [05:50:45.062] .. ..$ : language withRestarts(signalCondition(cond), muffleProgression = function(p) NULL) [05:50:45.062] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:45.062] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:45.062] .. ..$ : language signalCondition(cond) [05:50:45.062] .. ..$ : language (function (p) { ... [05:50:45.062] .. ..$ : language calling_handler(control_progression("unhide")) [05:50:45.062] .. ..$ : language stop_if_not(inherits(p, "progression")) [05:50:45.062] .. ..$ : language control_progression("unhide") [05:50:45.062] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:45.062] ..- attr(*, "class")= chr [1:4] "control_progression" "progression" "immediateCondition" "condition" [05:50:45.098] unhide_reporter() ... done [05:50:45.099] Progression calling handler 'update' ... [05:50:45.099] - progression: [05:50:45.099] List of 12 [05:50:45.099] $ owner_session_uuid: chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:45.099] ..- attr(*, "source")=List of 6 [05:50:45.099] .. ..$ host : Named chr "CRANWIN3" [05:50:45.099] .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:50:45.099] .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:50:45.099] .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:50:45.099] .. ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:38" [05:50:45.099] .. ..$ tempdir: chr "D:\\temp\\RtmpgVzxnx" [05:50:45.099] .. ..$ pid : int 86276 [05:50:45.099] .. ..$ random : int 139112919 [05:50:45.099] $ progressor_uuid : chr "a1aa8170-2b4a-32f5-26ad-4797aedc5448" [05:50:45.099] $ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:45.099] $ progression_index : int 13 [05:50:45.099] $ progression_time : chr "2024-10-29 05:50:45.025 +0100" [05:50:45.099] $ type : chr "update" [05:50:45.099] $ message : chr(0) [05:50:45.099] $ amount : num 1 [05:50:45.099] $ step : NULL [05:50:45.099] $ time : POSIXct[1:1], format: "2024-10-29 05:50:45" [05:50:45.099] $ call : NULL [05:50:45.099] $ calls : NULL [05:50:45.099] - attr(*, "class")= chr [1:3] "progression" "immediateCondition" "condition" [05:50:45.118] - progressor_uuid: a1aa8170-2b4a-32f5-26ad-4797aedc5448 [05:50:45.118] - progression_index: 13 [05:50:45.118] - duplicated: FALSE - cannot 'update' handler, because it is not active [05:50:45.119] Progression calling handler 'update' ... done - received a 'progression' with_progress() ... done - signaling 'shutdown' to all handlers [05:50:45.120] finish_reporter() ... [05:50:45.120] List of 15 [05:50:45.120] $ max_steps : NULL [05:50:45.120] $ times : num Inf [05:50:45.120] $ interval : num 0.1 [05:50:45.120] $ enable_after: num 0 [05:50:45.120] $ auto_finish : logi TRUE [05:50:45.120] $ clear : logi TRUE [05:50:45.120] $ target : chr "terminal" [05:50:45.120] $ step : NULL [05:50:45.120] $ message : NULL [05:50:45.120] $ timestamps : NULL [05:50:45.120] $ delta : int 0 [05:50:45.120] $ enabled : logi FALSE [05:50:45.120] $ config :List of 7 [05:50:45.120] ..$ max_steps : NULL [05:50:45.120] ..$ times : num Inf [05:50:45.120] ..$ interval : num 0.1 [05:50:45.120] ..$ enable_after: num 0 [05:50:45.120] ..$ auto_finish : logi TRUE [05:50:45.120] ..$ clear : logi TRUE [05:50:45.120] ..$ target : chr "terminal" [05:50:45.120] $ state :List of 5 [05:50:45.120] ..$ step : NULL [05:50:45.120] ..$ message : NULL [05:50:45.120] ..$ timestamps: NULL [05:50:45.120] ..$ delta : int 0 [05:50:45.120] ..$ enabled : logi FALSE [05:50:45.120] $ progression :List of 13 [05:50:45.120] ..$ owner_session_uuid: NULL [05:50:45.120] ..$ progressor_uuid : NULL [05:50:45.120] ..$ session_uuid : chr "657cfa89-5d23-70f0-37b7-89b54958c2c9" [05:50:45.120] ..$ progression_index : NULL [05:50:45.120] ..$ progression_time : chr "2024-10-29 05:50:45.120 +0100" [05:50:45.120] ..$ type : chr "shutdown" [05:50:45.120] ..$ message : chr(0) [05:50:45.120] ..$ amount : num 1 [05:50:45.120] ..$ step : NULL [05:50:45.120] ..$ time : POSIXct[1:1], format: "2024-10-29 05:50:45" [05:50:45.120] ..$ status : chr "ok" [05:50:45.120] ..$ call : NULL [05:50:45.120] ..$ calls :Dotted pair list of 8 [05:50:45.120] .. ..$ : language with_progress({ progress <- progressor(steps = 1 + 2 + 1) ... [05:50:45.120] .. ..$ : language withCallingHandlers({ withRestarts({ ... [05:50:45.120] .. ..$ : language withRestarts({ signalCondition(control_progression("shutdown", status = status)) ... [05:50:45.120] .. ..$ : language withOneRestart(expr, restarts[[1L]]) [05:50:45.120] .. ..$ : language doWithOneRestart(return(expr), restart) [05:50:45.120] .. ..$ : language signalCondition(control_progression("shutdown", status = status)) [05:50:45.120] .. ..$ : language control_progression("shutdown", status = status) [05:50:45.120] .. ..$ : language progression(type = type, ..., class = "control_progression") [05:50:45.120] ..- 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 [05:50:45.156] 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=201] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', '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', 'RTOOLS43_HOME', 'RTOOLS44_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_RTOOLS44_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_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_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install' - 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 6.96 0.45 7.37