You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With @rsbuild/[email protected], enabling buildCache option was worked fine, but when I run the build command after updating to 1.3.20, it succeeds the first time and keeps failing thereafter. Turning off this option brings it back to normal.
$ RUST_BACKTRACE=full pnpm build
> rsbuild build
Rsbuild v1.3.20
info Rspack persistent cache enabled (experimental)
● web ━━━━━━━━━━━━━━━━━━━━━━━━━ (83%) sealing chunk ids Panic occurred at runtime. Please file an issue on GitHub with the backtrace below: https://github.com/web-infra-dev/rspack/issues
Message: Cannot get final name forexport'render'
Location: crates\rspack_core\src\concatenated_module.rs:2206
Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1: napi_register_module_v1
at <unknown source file>
2: napi_register_module_v1
at <unknown source file>
3: napi_register_module_v1
at <unknown source file>
4: napi_register_module_v1
at <unknown source file>
5: wasmer_vm_f64_nearest
at <unknown source file>
6: napi_register_module_v1
at <unknown source file>
7: napi_register_module_v1
at <unknown source file>
8: napi_register_module_v1
at <unknown source file>
9: napi_register_module_v1
at <unknown source file>
10: napi_register_module_v1
at <unknown source file>
11: napi_register_module_v1
at <unknown source file>
12: napi_register_module_v1
at <unknown source file>
13: napi_register_module_v1
at <unknown source file>
14: napi_register_module_v1
at <unknown source file>
15: napi_register_module_v1
at <unknown source file>
16: napi_register_module_v1
at <unknown source file>
17: BaseThreadInitThunk
at <unknown source file>
18: RtlUserThreadStart
at <unknown source file>
ELIFECYCLE Command failed with exit code 1.
Reproduce link
No response
Reproduce Steps
Run rsbuild build with buildCache enabled
Rsbuild failed with messages
Panic occurred at runtime. Please file an issue on GitHub with the backtrace below: https://github.com/web-infra-dev/rspack/issues
Message: Cannot get final name for export 'render'
Location: crates\rspack_core\src\concatenated_module.rs:2206
The text was updated successfully, but these errors were encountered:
Hello @bamf2077, sorry we can't investigate the problem further without reproduction demo, please provide a repro demo by forking rspack-repro, or provide a minimal GitHub repository by yourself. Issues labeled by need reproduction will be closed if no activities in 14 days.
System Info
Details
With
@rsbuild/[email protected]
, enablingbuildCache
option was worked fine, but when I run thebuild
command after updating to1.3.20
, it succeeds the first time and keeps failing thereafter. Turning off this option brings it back to normal.rsbuild.config.ts:
Reproduce link
No response
Reproduce Steps
rsbuild build
withbuildCache
enabledThe text was updated successfully, but these errors were encountered: