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
When running the ARM64 (aarch64) prebuilt Zombienet binary from release v1.3.124, the command immediately errors out with:
~/test#uname-maarch64~/test#./zombienet-linux-arm64--version
node:internal/modules/cjs/loader:949throwerr;^
Error: Cannotfindmodule'/snapshot/javascript/packages/cli/dist/cli.js'atModule._resolveFilename(node:internal/modules/cjs/loader:946:15)atFunction._resolveFilename(pkg/prelude/bootstrap.js:1951:46)atModule._load(node:internal/modules/cjs/loader:787:27)atFunction.runMain(pkg/prelude/bootstrap.js:1979:12)
at node:internal/main/run_main_module:17:47{code: 'MODULE_NOT_FOUND',requireStack: []}Node.jsv18.5.0
This appears to be a packaging/build issue specific to the ARM64 binary, as uname -m confirms the system is indeed aarch64.
Steps to reproduce the issue
Steps to reproduce the issue
Download the zombienet-linux-arm64 binary from the v1.3.124 release page.
Make it executable: chmod +x zombienet-linux-arm64
Run on arm machine: ./zombienet-linux-arm64 --version
Observe the error: Error: Cannot find module '/snapshot/javascript/packages/cli/dist/cli.js'
Describe the results you received
The binary throws a Node.js error indicating a missing module ('Cannot find module '/snapshot/javascript/packages/cli/dist/cli.js'), rather than printing the expected version output.
Describe the results you expected
The command zombienet-linux-arm64 --version should print version information without error.
Zombienet version
v1.3.124 (prebuilt ARM64 binary)
Provider
Native
Provider version
Local (a VPS running an ARM64/aarch64 architecture)
Upstream Latest Release
Yes
Additional environment details
Architecture: aarch64 (verified by uname -m).
OS: Ubuntu 24.04 on a VPS.
The error is reproducible consistently on this environment.
Additional information
The x86_64 build reportedly works without issue on non-ARM systems.
This appears specifically related to the ARM64 build packaging, as the error references a missing module in the Node.js “snapshot” packaging.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Issue Description
When running the ARM64 (aarch64) prebuilt Zombienet binary from release v1.3.124, the command immediately errors out with:
This appears to be a packaging/build issue specific to the ARM64 binary, as uname -m confirms the system is indeed aarch64.
Steps to reproduce the issue
Steps to reproduce the issue
chmod +x zombienet-linux-arm64
./zombienet-linux-arm64 --version
Error: Cannot find module '/snapshot/javascript/packages/cli/dist/cli.js'
Describe the results you received
The binary throws a Node.js error indicating a missing module ('Cannot find module '/snapshot/javascript/packages/cli/dist/cli.js'), rather than printing the expected version output.
Describe the results you expected
The command zombienet-linux-arm64 --version should print version information without error.
Zombienet version
v1.3.124 (prebuilt ARM64 binary)
Provider
Native
Provider version
Local (a VPS running an ARM64/aarch64 architecture)
Upstream Latest Release
Yes
Additional environment details
Architecture: aarch64 (verified by uname -m).
OS: Ubuntu 24.04 on a VPS.
The error is reproducible consistently on this environment.
Additional information
The x86_64 build reportedly works without issue on non-ARM systems.
This appears specifically related to the ARM64 build packaging, as the error references a missing module in the Node.js “snapshot” packaging.
Screenshots
No response
The text was updated successfully, but these errors were encountered: