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

[openapi-alps] Intermittent errors in webpack loading modules #7669

Open
mikeharder opened this issue Feb 13, 2024 · 0 comments
Open

[openapi-alps] Intermittent errors in webpack loading modules #7669

mikeharder opened this issue Feb 13, 2024 · 0 comments
Assignees

Comments

@mikeharder
Copy link
Member

mikeharder commented Feb 13, 2024

Overview

The following error occurs intermittently:

ERROR in ../../../common/temp/node_modules/.pnpm/unix-dgram@2.0.4/node_modules/unix-dgram/lib/unix_dgram.js 4:14-33
Module not found: Error: Can't resolve 'bindings' in '/mnt/vss/_work/1/s/common/temp/node_modules/.pnpm/unix-dgram@2.0.4/node_modules/unix-dgram/lib'
resolve 'bindings' in '/mnt/vss/_work/1/s/common/temp/node_modules/.pnpm/unix-dgram@2.0.4/node_modules/unix-dgram/lib'
  Parsed request is a module
  using description file: /mnt/vss/_work/1/s/common/temp/node_modules/.pnpm/unix-dgram@2.0.4/node_modules/unix-dgram/package.json (relative path: ./lib)
    resolve as module
      /mnt/vss/_work/1/s/common/temp/node_modules/.pnpm/unix-dgram@2.0.4/node_modules/unix-dgram/lib/node_modules doesn't exist or is not a directory
      /mnt/vss/_work/1/s/common/temp/node_modules/.pnpm/unix-dgram@2.0.4/node_modules/unix-dgram/node_modules doesn't exist or is not a directory
      /mnt/vss/_work/1/s/common/temp/node_modules/.pnpm/unix-dgram@2.0.4/node_modules/node_modules doesn't exist or is not a directory
      looking for modules in /mnt/vss/_work/1/s/common/temp/node_modules/.pnpm/unix-dgram@2.0.4/node_modules
        single file module
          using description file: /mnt/vss/_work/1/s/common/temp/package.json (relative path: ./node_modules/.pnpm/unix-dgram@2.0.4/node_modules/bindings)
            no extension
              /mnt/vss/_work/1/s/common/temp/node_modules/.pnpm/unix-dgram@2.0.4/node_modules/bindings doesn't exist

https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=9071026&view=logs&j=d6cab82e-c36d-5e2e-17ab-85c68fa424d7&t=e9997d98-91c5-571a-4bd7-0641d3c5be5d&l=514

It may be related to one of these recent changes, but it also might not (the error is intermittent and we don't have a lot of builds to use as data):

Attempted Fixes

  1. Set webpack.resolve.symlinks=false
    • Caused persistent build failure
@mikeharder mikeharder self-assigned this Feb 13, 2024
@mikeharder mikeharder changed the title [openapi-alps] Set webpack.resolve.symlinks=false [openapi-alps] Intermittent errors in webpack loading modules Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant