actions icon indicating copy to clipboard operation
actions copied to clipboard

r-devel R cmd check builds failing due to bytes encoding

Open willgearty opened this issue 1 year ago • 2 comments

Starting today, I'm now consistently getting failed R cmd check builds with r-devel. The entire check completes properly, but then the error reporting at the end fails. The builds only fail on r-devel, so I believe it's related to a change made today on r-devel.

Status: OK
Error in dir(path, pattern = "^tests") : 
  translating strings with "bytes" encoding is not allowed
Calls: <Anonymous> ... get_test_fail -> get_test_output -> file.path -> dir
Execution halted
Error: Process completed with exit code 1.

https://github.com/palaeoverse-community/palaeoverse/runs/7358114340?check_suite_focus=true

willgearty avatar Jul 15 '22 15:07 willgearty

Thanks! AFAICT that change was reverted, so everything should be fine tomorrow-ish: https://github.com/wch/r-source/commit/ef0a4a211f92640e71e87cbe7b66323f2c239e4d

gaborcsardi avatar Jul 15 '22 15:07 gaborcsardi

Probably related and causing the actual error: https://github.com/r-lib/rcmdcheck/issues/183

(Not sure if the actual error is in rcmdcheck, though.)

gaborcsardi avatar Jul 15 '22 15:07 gaborcsardi

I believe that this should not happen any more.

gaborcsardi avatar Oct 19 '22 12:10 gaborcsardi

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue

github-actions[bot] avatar Nov 04 '22 13:11 github-actions[bot]