nodejs / nodejs/build

benchmark-node-micro-benchmarks is broken

Open
#4,374 3 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.