Skip to content

[server] Unexpected GLIBC_2.32 error #16981

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

Closed
aledbf opened this issue Mar 22, 2023 · 0 comments · Fixed by #16983
Closed

[server] Unexpected GLIBC_2.32 error #16981

aledbf opened this issue Mar 22, 2023 · 0 comments · Fixed by #16983
Labels
team: webapp Issue belongs to the WebApp team type: bug Something isn't working

Comments

@aledbf
Copy link
Member

aledbf commented Mar 22, 2023

Bug description

Running a PR in preview I saw this error:

kubectl logs -c server server-6dfcb75b56-bczlr
yarn run v1.22.15
$ node --expose-gc ./dist/ee/src/main.js
node:internal/modules/cjs/loader:1183
  return process.dlopen(module, path.toNamespacedPath(filename));
                 ^

Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /app/node_modules/@gitpod/licensor/build/Release/licensor.node)
    at Object.Module._extensions..node (node:internal/modules/cjs/loader:1183:18)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/app/node_modules/@gitpod/licensor/lib/nativemodule.js:7:18)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/app/node_modules/@gitpod/licensor/lib/index.js:28:24)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:981:32) {
  code: 'ERR_DLOPEN_FAILED'
}
error Command failed with exit code 1.

Steps to reproduce

Workspace affected

No response

Expected behavior

No response

Example repository

No response

Anything else?

No response

@aledbf aledbf added type: bug Something isn't working team: webapp Issue belongs to the WebApp team labels Mar 22, 2023
@aledbf aledbf mentioned this issue Mar 22, 2023
14 tasks
@geropl geropl moved this to Scheduled in 🍎 WebApp Team Mar 23, 2023
@github-project-automation github-project-automation bot moved this from Scheduled to In Validation in 🍎 WebApp Team Mar 23, 2023
@geropl geropl moved this from In Validation to Done in 🍎 WebApp Team Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team: webapp Issue belongs to the WebApp team type: bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant