benchmark-node-micro-benchmarks is broken
Open
Nobody has claimed this yet.
- Dominant language
- Jinja
- Stars
- 542
- Forks
- 185
- Avg merge
- 22h 15m
- Merged PRs (30d)
- 4
Description
see e.g. https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1872
...
...
...
++ cat output160626-153457.csv
++ Rscript benchmark/compare.R
Error: package or namespace load failed for ‘ggplot2’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/usr/local/lib/R/site-library/rlang/libs/rlang.so':
/usr/local/lib/R/site-library/rlang/libs/rlang.so: undefined symbol: SETLENGTH
Execution halted
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked benchmark-node-micro-benchmarks job and inspect benchmark/compare.R, reproducing the Rscript failure involving ggplot2 and rlang. Trace the CI R environment and package versions to identify why rlang cannot load; done means the benchmark job completes successfully and produces its comparison output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100