Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

GLIBC_2.28 not found (required by node) - node js Flex environement  #234

@niciliketo

Description

@niciliketo

Problem you have encountered:

As of 2022-05-13 our deploys to App Engine are failing.
This appears to be due to missing GLIBC

The build fails at this step.

Step #1: INFO[0036] RUN yarn install --production ||   ((if [ -f yarn-error.log ]; then       cat yarn-error.log;     fi) && false) 
Step #1: INFO[0036] cmd: /bin/sh                                 
Step #1: INFO[0036] args: [-c yarn install --production ||   ((if [ -f yarn-error.log ]; then       cat yarn-error.log;     fi) && false)] 
Step #1: node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by node)
Step #1: node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by node)
Step #1: node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)
Step #1: error building image: error building stage: waiting for process to exit: exit status 1

What you expected to happen:

I expect the build to succeed. Last successful build was 2022-05-11

Steps to reproduce:

  • Checkout a node project that has previously been deployed to GAE.
  • Run
gcloud app deploy --project=$GOOGLE_PROJECT
  • NOTICE: failure with error shown above.

Other information (workarounds you have tried, documentation consulted, etc):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions