Error: Module not found "https://edge-utils.netlify.app/1.1.0/logger/mod.ts"

As specified by the title, builds previously working is crashing due to what seems to be internal errors related to netlify building egde functions. This is currently blocking us from deploying changes.

Will include error logs.

1:38:50 PM:   6. Edge Functions bundling                                    
1:38:50 PM: ────────────────────────────────────────────────────────────────
1:38:50 PM: ​
1:38:50 PM: Packaging Edge Functions from .netlify/edge-functions directory:
1:38:50 PM:  - ipx
1:38:51 PM: error: Uncaught (in promise) Error: Module not found "https://edge-utils.netlify.app/1.1.0/logger/mod.ts".
1:38:51 PM:       const ret = new Error(getStringFromWasm0(arg0, arg1));
1:38:51 PM:                   ^
1:38:51 PM:     at __wbg_new_651776e932b7e9c7 (file:///opt/buildhome/node-deps/node_modules/@netlify/edge-bundler/deno/vendor/deno.land/x/eszip@v0.28.0/eszip_wasm.generated.js:313:19)
1:38:51 PM:     at <anonymous> (wasm://wasm/00a90a36:1:78732)
1:38:51 PM:     at <anonymous> (wasm://wasm/00a90a36:1:1463894)
1:38:51 PM:     at <anonymous> (wasm://wasm/00a90a36:1:1957066)
1:38:51 PM:     at __wbg_adapter_18 (file:///opt/buildhome/node-deps/node_modules/@netlify/edge-bundler/deno/vendor/deno.land/x/eszip@v0.28.0/eszip_wasm.generated.js:144:6)
1:38:51 PM:     at real (file:///opt/buildhome/node-deps/node_modules/@netlify/edge-bundler/deno/vendor/deno.land/x/eszip@v0.28.0/eszip_wasm.generated.js:128:14)
1:38:51 PM: ​
1:38:51 PM:   Bundling of edge function failed                              
1:38:52 PM: Failed during stage 'building site': Build script returned non-zero exit code: 2 (https://ntl.fyi/exit-code-2)
1:38:51 PM: ────────────────────────────────────────────────────────────────
1:38:51 PM: ​
1:38:51 PM:   Error message
1:38:51 PM:   Command failed with exit code 1: deno run --allow-all --no-config --import-map=/opt/buildhome/node-deps/node_modules/@netlify/edge-bundler/deno/vendor/import_map.json --quiet /opt/buildhome/node-deps/node_modules/@netlify/edge-bundler/deno/bundle.ts {"basePath":"/opt/build/repo/frontend","destPath":"/tmp/edge-63e4e8efce638f00089a255b/78e7d7ac-f4ad-42c5-ae26-eebd04fe0ada.eszip","externals":[],"functions":[{"name":"ipx","path":"/opt/build/repo/frontend/.netlify/edge-functions/ipx/index.ts"}],"importMapData":"{\"imports\":{\"netlify:edge\":\"https://edge.netlify.com/v1/index.ts\"},\"scopes\":{}}"} (https://ntl.fyi/exit-code-1)
1:38:51 PM:   error: Uncaught (in promise) Error: Module not found "https://edge-utils.netlify.app/1.1.0/logger/mod.ts".
1:38:51 PM:         const ret = new Error(getStringFromWasm0(arg0, arg1));
1:38:51 PM:                     ^
1:38:51 PM:       at __wbg_new_651776e932b7e9c7 (file:///opt/buildhome/node-deps/node_modules/@netlify/edge-bundler/deno/vendor/deno.land/x/eszip@v0.28.0/eszip_wasm.generated.js:313:19)
1:38:51 PM:       at <anonymous> (wasm://wasm/00a90a36:1:78732)
1:38:51 PM:       at <anonymous> (wasm://wasm/00a90a36:1:1463894)
1:38:51 PM:       at <anonymous> (wasm://wasm/00a90a36:1:1957066)
1:38:51 PM:       at __wbg_adapter_18 (file:///opt/buildhome/node-deps/node_modules/@netlify/edge-bundler/deno/vendor/deno.land/x/eszip@v0.28.0/eszip_wasm.generated.js:144:6)
1:38:51 PM:       at real (file:///opt/buildhome/node-deps/node_modules/@netlify/edge-bundler/deno/vendor/deno.land/x/eszip@v0.28.0/eszip_wasm.generated.js:128:14)
1:38:51 PM: ​

Update; Just tried retriggering it after 45 minutes of not working and it seems to work. Would be awesome to know what happened here

Hey @reimertz,

This is being looked at. As soon as we have more info, we’ll pass it along.

To close the loop, this later turned out to be an incident: Netlify Status - Increased failures in Edge Function Builds.

The root cause is still being investigated though, however the builds should not fail anymore.

FWIW we hit this exact issue just now - basically word for word.