Open
Conversation
denis99999
reviewed
Feb 10, 2025
denis99999
left a comment
There was a problem hiding this comment.
@koral-- , on arm64 system (Raspberry Pi5 - bookworm) it works fine, but on x86_64 system (debian buster 10.11) the generation of the Docker image works fine but at running step (local STF server) there is an exception on zeromq:
févr. 10 10:22:28 devstf-buster docker[9726]: 2025-02-10T09:22:28.247Z INF/util:procutil 1 [*] Forking "/app/lib/cli poorxy --port 80 --app-url http://localhost:7105/ --auth-url http://localhost:7120/ --api-url http://localhost:7106/ --websocket-url http://localhost:7110/ --storage-url http://localhost:7102/ --storage-plugin-image-url http://localhost:7103/ --storage-plugin-apk-url http://localhost:7104/"
févr. 10 10:22:29 devstf-buster docker[9726]: Failed to load addon at /app/node_modules/zeromq/build/linux/x64/node/115/addon.node: Error: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /app/node_modules/zeromq/build/linux/x64/node/115/addon.node)
févr. 10 10:22:29 devstf-buster docker[9726]: Error: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /app/node_modules/zeromq/build/linux/x64/node/115/addon.node)
févr. 10 10:22:29 devstf-buster docker[9726]: at Object..node (node:internal/modules/cjs/loader:1725:18)
févr. 10 10:22:29 devstf-buster docker[9726]: at Module.load (node:internal/modules/cjs/loader:1313:32)
févr. 10 10:22:29 devstf-buster docker[9726]: at Function._load (node:internal/modules/cjs/loader:1123:12)
févr. 10 10:22:29 devstf-buster docker[9726]: at TracingChannel.traceSync (node:diagnostics_channel:322:14)
févr. 10 10:22:29 devstf-buster docker[9726]: at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
févr. 10 10:22:29 devstf-buster docker[9726]: at Module.require (node:internal/modules/cjs/loader:1335:12)
févr. 10 10:22:29 devstf-buster docker[9726]: at require (node:internal/modules/helpers:136:16)
févr. 10 10:22:29 devstf-buster docker[9726]: at findAddon (/app/node_modules/zeromq/lib/load-addon.js:29:25)
févr. 10 10:22:29 devstf-buster docker[9726]: at Object.<anonymous> (/app/node_modules/zeromq/lib/load-addon.js:50:15)
févr. 10 10:22:29 devstf-buster docker[9726]: at Module._compile (node:internal/modules/cjs/loader:1562:14)
févr. 10 10:22:29 devstf-buster docker[9726]: at Object..js (node:internal/modules/cjs/loader:1699:10)
févr. 10 10:22:29 devstf-buster docker[9726]: at Module.load (node:internal/modules/cjs/loader:1313:32)
févr. 10 10:22:29 devstf-buster docker[9726]: at Function._load (node:internal/modules/cjs/loader:1123:12)
févr. 10 10:22:29 devstf-buster docker[9726]: at TracingChannel.traceSync (node:diagnostics_channel:322:14)
févr. 10 10:22:29 devstf-buster docker[9726]: at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
févr. 10 10:22:29 devstf-buster docker[9726]: at Module.require (node:internal/modules/cjs/loader:1335:12)
I note also with this Dockerfile we do not master the nodejs version!
|
Regarding the |
|
@koral-- I am on vacation, I will test that next week! |
|
@koral-- , I tested on x86_64, the build is OK but at running step there is an error: Do you have the same error on your side ? |
Member
Author
|
Indeed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #820