r-lib / rcmdcheck

Run R CMD check from R and collect the results
https://rcmdcheck.r-lib.org
Other
115 stars 27 forks source link

potential race condition in rcmdcheck? #142

Closed kevinushey closed 3 years ago

kevinushey commented 3 years ago

From https://github.com/RcppCore/RcppParallel/runs/2393259699?check_suite_focus=true:

── R CMD build ─────────────────────────────────────────────────────────────────
* checking for file ‘.../DESCRIPTION’ ... OK
* preparing ‘RcppParallel’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* running ‘cleanup’
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘RcppParallel_5.1.2-9000.tar.gz’

Error: Error in proc$get_built_file() : Still alive
Calls: <Anonymous> ... build_package -> with_envvar -> force -> <Anonymous>
Execution halted
Error: Process completed with exit code 1.
kevinushey commented 3 years ago

Looks like a dupe of https://github.com/r-lib/rcmdcheck/issues/139.