Open shail-choksi opened 1 day ago
Seems like a bug, an incompatible binary package. I'll try to fix it soon.
Thank you!
In the same runs there's also this:
https://github.com/SciomeLLC/ToxicR/actions/runs/11802401294/job/32878144042
Is that another bug? Should I make another issue for it?
I am sorry, I don't know what you are referring to. Which line(s) specifically?
I am referring to:
* DONE (ToxicR)
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x23
...
==== rchk bcheck =========================================
ERROR: too many states (abstraction error?) in function strptime_internal
ERROR: too many states (abstraction error?) in function bcEval_loop
ERROR: too many states (abstraction error?) in function StringValue
ERROR: too many states (abstraction error?) in function RunGenCollect
Function Rcpp::Armor<SEXPREC*>::init(SEXPREC*)
[PB] has possible protection stack imbalance /github/home/R/x86_64-pc-linux-gnu-library/4.5/Rcpp/include/Rcpp/protection/Armor.h:47
Function Rcpp::Armor<SEXPREC*>::~Armor()
[PB] has negative depth /github/home/R/x86_64-pc-linux-gnu-library/4.5/Rcpp/include/Rcpp/protection/Armor.h:41
[UP] attempt to unprotect more items (1) than protected (0), results will be incomplete /github/home/R/x86_64-pc-linux-gnu-library/4.5/Rcpp/include/Rcpp/protection/Armor.h:41
[PB] has possible protection stack imbalance /github/home/R/x86_64-pc-linux-gnu-library/4.5/Rcpp/include/Rcpp/protection/Armor.h:42
@gaborcsardi
No, that's not a bug in R-hub.
This is a bug in the cache key, the GHA cache is shared between the clang-asan and the other clang containers, but some packages built from source in clang-asan are not compatible with the other clang containers. A workaround for now is to clear the cache, this one:
Cache restored from key: Ubuntu 22.04.5 LTS-R version 4.5.0 (ge:16; iid:2fdf6c18-697a-4ba7-b8ef-11c0d92f1327)-ubuntu-22.04/4.5/libc++-eddfd8cb31dcb45997399a16d4083e1cb8b21bca1123f96cbbde4a020d483db4
https://github.com/SciomeLLC/ToxicR/actions/runs/11802401294/job/32878139449#step:5:5202
I'll have to think what to do with the cache key, so this does not happen.
I am facing an issue that I don't understand with rhub:
Full logs here: https://github.com/SciomeLLC/ToxicR/actions/runs/11802401294/job/32878139449
but the rhub pipeline passes for
clang-asan
. See the same link above.Has anyone seen this before?