-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: event-loop-stats addon in musl 115 contains only null bytes #1231
Labels
Comments
Thank you for the report. We will take a look asap. |
kirrg001
added a commit
that referenced
this issue
Jul 10, 2024
I will recreate the prebuild. The prebuilds for Node v20 were added in this commit 830259f. Thanks for your report! |
kirrg001
added a commit
that referenced
this issue
Jul 11, 2024
kirrg001
added a commit
that referenced
this issue
Jul 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Description
In https://github.com/instana/nodejs/tree/main/packages/shared-metrics/addons/linux/x64/musl/115 the
[event-loop-stats.tar.gz](https://github.com/instana/nodejs/blob/main/packages/shared-metrics/addons/linux/x64/musl/115/event-loop-stats.tar.gz)
file only contains null bytes which results in a archive size of only 29 bytes. Comparing this to the similar archives in the other musl versions (which are 20+ kilobytes of size) this seems broken.This results in the startup error which looks like this:
Unpacking the precompiled build for event-loop-stats (linux/x64/musl/ABI 115) failed. Error: TAR_BAD_ARCHIVE: Unrecognized archive format\n
. This then leads to event-loop-stats not being available during the runtime.Short, Self Contained Example
No response
Node.js Version
20.15.1
package.json
package-lock.json
The text was updated successfully, but these errors were encountered: