Skip to content
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

Closed
Llois41 opened this issue Jul 10, 2024 · 3 comments
Closed

[Bug]: event-loop-stats addon in musl 115 contains only null bytes #1231

Llois41 opened this issue Jul 10, 2024 · 3 comments
Assignees
Labels

Comments

@Llois41
Copy link

Llois41 commented Jul 10, 2024

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

irrelevant

package-lock.json

irrelevant
@Llois41 Llois41 added the bug label Jul 10, 2024
@aryamohanan
Copy link
Contributor

Thank you for the report. We will take a look asap.

@kirrg001 kirrg001 self-assigned this Jul 10, 2024
@kirrg001
Copy link
Contributor

I will recreate the prebuild.

The prebuilds for Node v20 were added in this commit 830259f.
It seems linux x64 musl 115 was the only broken prebuild, but I will double check asap.

Thanks for your report!

@kirrg001
Copy link
Contributor

@Llois41

We have successfully released 3.14.3.

The release was manually tested in a Docker container on linux x64 musl Node v20. We couldn't see any errors.

Let use know if you are still encountering any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants