Skip to content

ci: build qs2/stringfish from source (RcppParallel 6.2.0 oneTBB ABI break) - #76

Open
seonghobae wants to merge 3 commits into
developfrom
ci/tbb-abi-source-build
Open

ci: build qs2/stringfish from source (RcppParallel 6.2.0 oneTBB ABI break)#76
seonghobae wants to merge 3 commits into
developfrom
ci/tbb-abi-source-build

Conversation

@seonghobae

Copy link
Copy Markdown
Collaborator

Since ~2026-08-01, every kaefa CI run fails at package load on all platforms:

unable to load shared object '.../stringfish/libs/stringfish.so':
undefined symbol: _ZN3tbb8internal25concurrent_vector_base_v316internal_grow_byEmmPFvPvPKvmES4_

Root cause: RcppParallel 6.2.0 migrated to oneTBB and dropped the legacy tbb::internal symbols. The prebuilt CRAN/PPM binaries of qs2 and stringfish (pulled transitively via mirt → SimDesign → qs2) still link those symbols, and restored package caches carry the stale builds. Confirmed identical failures on macOS (Symbol not found: __ZN3tbb8internal12NFS_AllocateEmmPv), Windows (LoadLibrary failure: The specified procedure could not be found), and Ubuntu — pre-existing on all recent PR branches (e.g. runs 30878110721, 30876579843), unrelated to their diffs.

Fix: in all three workflows' setup-r-dependencies, force stringfish=?source and qs2=?source so they compile against the current RcppParallel, and bump cache-version to 2 to discard the poisoned caches. Revert both once CRAN/PPM rebuild the binaries against RcppParallel 6.2.0.

Unblocks #74 and every other open kaefa PR.

🤖 Generated with Claude Code

seonghobae and others added 3 commits August 4, 2026 13:42
…reak)

RcppParallel 6.2.0 switched to oneTBB and dropped the tbb::internal
symbols that prebuilt qs2/stringfish binaries link against, so loading
kaefa fails on every platform (dyn.load: undefined symbol / procedure
not found). Force both packages to build from source against the
current RcppParallel and bump cache-version to discard poisoned caches.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…reak)

RcppParallel 6.2.0 switched to oneTBB and dropped the tbb::internal
symbols that prebuilt qs2/stringfish binaries link against, so loading
kaefa fails on every platform (dyn.load: undefined symbol / procedure
not found). Force both packages to build from source against the
current RcppParallel and bump cache-version to discard poisoned caches.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…reak)

RcppParallel 6.2.0 switched to oneTBB and dropped the tbb::internal
symbols that prebuilt qs2/stringfish binaries link against, so loading
kaefa fails on every platform (dyn.load: undefined symbol / procedure
not found). Force both packages to build from source against the
current RcppParallel and bump cache-version to discard poisoned caches.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@seonghobae, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 48 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: e641770a-3012-425c-b9b9-5bffd1b80192

📥 Commits

Reviewing files that changed from the base of the PR and between 76a853a and 77451b2.

📒 Files selected for processing (3)
  • .github/workflows/R-CMD-check.yaml
  • .github/workflows/test-fast.yaml
  • .github/workflows/test-suite.yaml

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant