Replies: 6 comments 12 replies
-
Bummer, thanks for the example. I think these are still separate issues, but I'm curious - do you think |
Beta Was this translation helpful? Give feedback.
-
No, this was a rebuild of the whole pipeline |
Beta Was this translation helpful? Give feedback.
-
@jds485 That infinite recursion error is coming from a recursive function I'm curious if the pipeline encounters an error, if it won't use an outdated version of the target in question. We didn't change the name of the xwalk target, so maybe upon failing, it's using that older version? |
Beta Was this translation helpful? Give feedback.
-
I'm running 4.1.1 locally. It's been awhile since I've rebuilt |
Beta Was this translation helpful? Give feedback.
-
Update: I updated my local Windows and container versions of R to 4.1.2 and also updated packages. The packages that are specified in library loads in our code have the same versions for Windows and the container. The repo built without error on my Windows computer. I receive an error running R (or R studio server) within the container. The error results from |
Beta Was this translation helpful? Give feedback.
-
In a nutshell: I'm closer to diagnosing this problem - and The infinite recursion error is coming from the If we look at In All that being said, I think I'm also leaning toward moving the xwalk target to a separate repo to reduce bloat within the inland salinity pipeline and also to allow the xwalk output to be more easily shared across projects. |
Beta Was this translation helpful? Give feedback.
-
I just ran the pipeline in the container for #66 and realized that some targets had errors that did not cause the pipeline to stop.
Example:
An error was thrown by one of the new targets in #66, which led me to find that
p2_prms_nhdv2_xwalk
was NULL. When I tried running the function called for that target, I gotError: C stack usage 7972148 is too close to the limit.
I'll look into this error, but I am mostly concerned that the pipeline continued even when an error was thrown. I'm not sure if this is a problem with how I set up the container, with Rstudio server, or with how we made the pipeline.Beta Was this translation helpful? Give feedback.
All reactions