nrwl / nx

Smart Monorepos Β· Fast CI
https://nx.dev
MIT License
23.23k stars 2.31k forks source link

Problem installing 19.5.2 on s390x #27104

Open nealef opened 1 month ago

nealef commented 1 month ago

Current Behavior

  1. npm install nx@19.5.2 results in:
    #19 1.284 /go/src/github.com/grafana/node_modules/nx/src/native/native-bindings.js:359
    #19 1.284     throw new Error('Failed to load native binding', { cause: loadErrors })
    #19 1.284     ^
    #19 1.284
    #19 1.284 Error: Failed to load native binding
    #19 1.284     at Object.<anonymous> (/go/src/github.com/grafana/node_modules/nx/src/native/native-bindings.js:359:11)
    #19 1.284     at Module._compile (node:internal/modules/cjs/loader:1369:14)
    #19 1.284     at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
    #19 1.284     at Module.load (node:internal/modules/cjs/loader:1206:32)
    #19 1.284     at Module._load (node:internal/modules/cjs/loader:1022:12)
    #19 1.284     at Module._load (/go/src/github.com/grafana/node_modules/nx/src/native/index.js:85:25)
    #19 1.284     at Module.require (node:internal/modules/cjs/loader:1231:19)
    #19 1.284     at require (node:internal/modules/helpers:179:18)
    #19 1.284     at Object.<anonymous> (/go/src/github.com/grafana/node_modules/nx/src/native/index.js:91:21)
    #19 1.284     at Module._compile (node:internal/modules/cjs/loader:1369:14) {
    #19 1.284   [cause]: [
    #19 1.284     Error: Cannot find module './nx.linux-s390x-gnu.node'
  2. NAPI_RS_FORCE_WASI=true npm install nx@19.5.2 results in:
    npm error code 1
    npm error path /tmp/node_modules/nx
    npm error command failed
    npm error command sh -c node ./bin/post-install
    npm error thread '<unnamed>' panicked at library/std/src/sys/sync/rwlock/futex.rs:231:9:
    npm error assertion failed: is_unlocked(state)
    npm error note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
    npm error RuntimeError: unreachable
    npm error     at wasm://wasm/00b16f1a:wasm-function[3298]:0x24454f
    npm error     at wasm://wasm/00b16f1a:wasm-function[340]:0x13fdc4
    npm error     at wasm://wasm/00b16f1a:wasm-function[2248]:0x234b53
    npm error     at wasm://wasm/00b16f1a:wasm-function[3220]:0x2442cc
    npm error     at wasm://wasm/00b16f1a:wasm-function[2544]:0x23d745
    npm error     at wasm://wasm/00b16f1a:wasm-function[2590]:0x23e682
    npm error     at wasm://wasm/00b16f1a:wasm-function[2647]:0x23f76c
    npm error     at wasm://wasm/00b16f1a:wasm-function[2223]:0x233b3f
    npm error     at wasm://wasm/00b16f1a:wasm-function[418]:0x15e588
    npm error     at wasm://wasm/00b16f1a:wasm-function[690]:0x1a5ee2
    npm error Error: Cannot find module '@nx/nx-wasm32-wasi'

Expected Behavior

Clean installation.

GitHub Repo

No response

Steps to Reproduce

On a s390x host:

  1. npm install nx@19.5.2 or
  2. NAPI_RS_FORCE_WASI=true npm install nx@19.5.2

Nx Report

Cannot run as it won't install.

Failure Logs

1. npm install nx@19.5.2:

    throw new Error('Failed to load native binding', { cause: loadErrors })
    ^

Error: Failed to load native binding
    at Object.<anonymous> (/go/src/github.com/grafana/node_modules/nx/src/native/native-bindings.js:359:11)
    at Module._compile (node:internal/modules/cjs/loader:1369:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
    at Module.load (node:internal/modules/cjs/loader:1206:32)
    at Module._load (node:internal/modules/cjs/loader:1022:12)
    at Module._load (/go/src/github.com/grafana/node_modules/nx/src/native/index.js:85:25)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:179:18)
    at Object.<anonymous> (/go/src/github.com/grafana/node_modules/nx/src/native/index.js:91:21)
    at Module._compile (node:internal/modules/cjs/loader:1369:14) {
  [cause]: [
    Error: Cannot find module './nx.linux-s390x-gnu.node'
    Require stack:
    - /go/src/github.com/grafana/node_modules/nx/src/native/native-bindings.js
    - /go/src/github.com/grafana/node_modules/nx/src/native/index.js
    - /go/src/github.com/grafana/node_modules/nx/src/daemon/client/client.js
    - /go/src/github.com/grafana/node_modules/nx/src/utils/params.js
    - /go/src/github.com/grafana/node_modules/nx/src/command-line/affected/command-object.js
    - /go/src/github.com/grafana/node_modules/nx/src/command-line/nx-commands.js
    - /go/src/github.com/grafana/node_modules/nx/bin/init-local.js
    - /go/src/github.com/grafana/node_modules/nx/bin/nx.js
        at Module._resolveFilename (node:internal/modules/cjs/loader:1143:15)
        at Module._load (node:internal/modules/cjs/loader:984:27)
        at Module._load (/go/src/github.com/grafana/node_modules/nx/src/native/index.js:85:25)
        at Module.require (node:internal/modules/cjs/loader:1231:19)
        at require (node:internal/modules/helpers:179:18)
        at requireNative (/go/src/github.com/grafana/node_modules/nx/src/native/native-bindings.js:314:16)
        at Object.<anonymous> (/go/src/github.com/grafana/node_modules/nx/src/native/native-bindings.js:332:17)
        at Module._compile (node:internal/modules/cjs/loader:1369:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
        at Module.load (node:internal/modules/cjs/loader:1206:32) {
      code: 'MODULE_NOT_FOUND',
      requireStack: [
        '/go/src/github.com/grafana/node_modules/nx/src/native/native-bindings.js',
        '/go/src/github.com/grafana/node_modules/nx/src/native/index.js',
        '/go/src/github.com/grafana/node_modules/nx/src/daemon/client/client.js',
        '/go/src/github.com/grafana/node_modules/nx/src/utils/params.js',
        '/go/src/github.com/grafana/node_modules/nx/src/command-line/affected/command-object.js',
        '/go/src/github.com/grafana/node_modules/nx/src/command-line/nx-commands.js',
        '/go/src/github.com/grafana/node_modules/nx/bin/init-local.js',
        '/go/src/github.com/grafana/node_modules/nx/bin/nx.js'
      ]
    },
    Error: Cannot find module '@nx/nx-linux-s390x-gnu'
    Require stack:
    - /go/src/github.com/grafana/node_modules/nx/src/native/native-bindings.js
    - /go/src/github.com/grafana/node_modules/nx/src/native/index.js
    - /go/src/github.com/grafana/node_modules/nx/src/daemon/client/client.js
    - /go/src/github.com/grafana/node_modules/nx/src/utils/params.js
    - /go/src/github.com/grafana/node_modules/nx/src/command-line/affected/command-object.js
    - /go/src/github.com/grafana/node_modules/nx/src/command-line/nx-commands.js
    - /go/src/github.com/grafana/node_modules/nx/bin/init-local.js
    - /go/src/github.com/grafana/node_modules/nx/bin/nx.js
        at Module._resolveFilename (node:internal/modules/cjs/loader:1143:15)
        at Module._load (node:internal/modules/cjs/loader:984:27)
        at Module._load (/go/src/github.com/grafana/node_modules/nx/src/native/index.js:85:25)
        at Module.require (node:internal/modules/cjs/loader:1231:19)
        at require (node:internal/modules/helpers:179:18)
        at requireNative (/go/src/github.com/grafana/node_modules/nx/src/native/native-bindings.js:319:16)
        at Object.<anonymous> (/go/src/github.com/grafana/node_modules/nx/src/native/native-bindings.js:332:17)
        at Module._compile (node:internal/modules/cjs/loader:1369:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
        at Module.load (node:internal/modules/cjs/loader:1206:32) {
      code: 'MODULE_NOT_FOUND',
      requireStack: [
        '/go/src/github.com/grafana/node_modules/nx/src/native/native-bindings.js',
        '/go/src/github.com/grafana/node_modules/nx/src/native/index.js',
        '/go/src/github.com/grafana/node_modules/nx/src/daemon/client/client.js',
        '/go/src/github.com/grafana/node_modules/nx/src/utils/params.js',
        '/go/src/github.com/grafana/node_modules/nx/src/command-line/affected/command-object.js',
        '/go/src/github.com/grafana/node_modules/nx/src/command-line/nx-commands.js',
        '/go/src/github.com/grafana/node_modules/nx/bin/init-local.js',
        '/go/src/github.com/grafana/node_modules/nx/bin/nx.js'
      ]
    }
  ]
}

2. NAPI_RS_FORCE_WASI=true npm install nx@19.5.2

npm error code 1
npm error path /tmp/node_modules/nx
npm error command failed
npm error command sh -c node ./bin/post-install
npm error thread '<unnamed>' panicked at library/std/src/sys/sync/rwlock/futex.rs:231:9:
npm error assertion failed: is_unlocked(state)
npm error note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
npm error RuntimeError: unreachable
npm error     at wasm://wasm/00b16f1a:wasm-function[3298]:0x24454f
npm error     at wasm://wasm/00b16f1a:wasm-function[340]:0x13fdc4
npm error     at wasm://wasm/00b16f1a:wasm-function[2248]:0x234b53
npm error     at wasm://wasm/00b16f1a:wasm-function[3220]:0x2442cc
npm error     at wasm://wasm/00b16f1a:wasm-function[2544]:0x23d745
npm error     at wasm://wasm/00b16f1a:wasm-function[2590]:0x23e682
npm error     at wasm://wasm/00b16f1a:wasm-function[2647]:0x23f76c
npm error     at wasm://wasm/00b16f1a:wasm-function[2223]:0x233b3f
npm error     at wasm://wasm/00b16f1a:wasm-function[418]:0x15e588
npm error     at wasm://wasm/00b16f1a:wasm-function[690]:0x1a5ee2
npm error Error: Cannot find module '@nx/nx-wasm32-wasi'
npm error Require stack:
npm error - /tmp/node_modules/nx/src/native/native-bindings.js
npm error - /tmp/node_modules/nx/src/native/index.js
npm error - /tmp/node_modules/nx/src/daemon/client/client.js
npm error - /tmp/node_modules/nx/src/project-graph/project-graph.js
npm error - /tmp/node_modules/nx/bin/post-install.js
npm error     at Module._resolveFilename (node:internal/modules/cjs/loader:1143:15)
npm error     at Module._load (node:internal/modules/cjs/loader:984:27)
npm error     at Module._load (/tmp/node_modules/nx/src/native/index.js:85:25)
npm error     at Module.require (node:internal/modules/cjs/loader:1231:19)
npm error     at require (node:internal/modules/helpers:179:18)
npm error     at Object.<anonymous> (/tmp/node_modules/nx/src/native/native-bindings.js:344:23)
npm error     at Module._compile (node:internal/modules/cjs/loader:1369:14)
npm error     at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
npm error     at Module.load (node:internal/modules/cjs/loader:1206:32)
npm error     at Module._load (node:internal/modules/cjs/loader:1022:12) {
npm error   code: 'MODULE_NOT_FOUND',
npm error   requireStack: [
npm error     '/tmp/node_modules/nx/src/native/native-bindings.js',
npm error     '/tmp/node_modules/nx/src/native/index.js',
npm error     '/tmp/node_modules/nx/src/daemon/client/client.js',
npm error     '/tmp/node_modules/nx/src/project-graph/project-graph.js',
npm error     '/tmp/node_modules/nx/bin/post-install.js'
npm error   ]
npm error }
npm error /tmp/node_modules/nx/src/native/native-bindings.js:359
npm error     throw new Error('Failed to load native binding', { cause: loadErrors })
npm error     ^
npm error
npm error Error: Failed to load native binding
npm error     at Object.<anonymous> (/tmp/node_modules/nx/src/native/native-bindings.js:359:11)
npm error     at Module._compile (node:internal/modules/cjs/loader:1369:14)
npm error     at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
npm error     at Module.load (node:internal/modules/cjs/loader:1206:32)
npm error     at Module._load (node:internal/modules/cjs/loader:1022:12)
npm error     at Module._load (/tmp/node_modules/nx/src/native/index.js:85:25)
npm error     at Module.require (node:internal/modules/cjs/loader:1231:19)
npm error     at require (node:internal/modules/helpers:179:18)
npm error     at Object.<anonymous> (/tmp/node_modules/nx/src/native/index.js:91:21)
npm error     at Module._compile (node:internal/modules/cjs/loader:1369:14) {
npm error   [cause]: [
npm error     Error: Cannot find module './nx.linux-s390x-gnu.node'
npm error     Require stack:
npm error     - /tmp/node_modules/nx/src/native/native-bindings.js
npm error     - /tmp/node_modules/nx/src/native/index.js
npm error     - /tmp/node_modules/nx/src/daemon/client/client.js
npm error     - /tmp/node_modules/nx/src/project-graph/project-graph.js
npm error     - /tmp/node_modules/nx/bin/post-install.js
npm error         at Module._resolveFilename (node:internal/modules/cjs/loader:1143:15)
npm error         at Module._load (node:internal/modules/cjs/loader:984:27)
npm error         at Module._load (/tmp/node_modules/nx/src/native/index.js:85:25)
npm error         at Module.require (node:internal/modules/cjs/loader:1231:19)
npm error         at require (node:internal/modules/helpers:179:18)
npm error         at requireNative (/tmp/node_modules/nx/src/native/native-bindings.js:314:16)
npm error         at Object.<anonymous> (/tmp/node_modules/nx/src/native/native-bindings.js:332:17)
npm error         at Module._compile (node:internal/modules/cjs/loader:1369:14)
npm error         at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
npm error         at Module.load (node:internal/modules/cjs/loader:1206:32) {
npm error       code: 'MODULE_NOT_FOUND',
npm error       requireStack: [
npm error         '/tmp/node_modules/nx/src/native/native-bindings.js',
npm error         '/tmp/node_modules/nx/src/native/index.js',
npm error         '/tmp/node_modules/nx/src/daemon/client/client.js',
npm error         '/tmp/node_modules/nx/src/project-graph/project-graph.js',
npm error         '/tmp/node_modules/nx/bin/post-install.js'
npm error       ]
npm error     },
npm error     Error: Cannot find module '@nx/nx-linux-s390x-gnu'
npm error     Require stack:
npm error     - /tmp/node_modules/nx/src/native/native-bindings.js
npm error     - /tmp/node_modules/nx/src/native/index.js
npm error     - /tmp/node_modules/nx/src/daemon/client/client.js
npm error     - /tmp/node_modules/nx/src/project-graph/project-graph.js
npm error     - /tmp/node_modules/nx/bin/post-install.js
npm error         at Module._resolveFilename (node:internal/modules/cjs/loader:1143:15)
npm error         at Module._load (node:internal/modules/cjs/loader:984:27)
npm error         at Module._load (/tmp/node_modules/nx/src/native/index.js:85:25)
npm error         at Module.require (node:internal/modules/cjs/loader:1231:19)
npm error         at require (node:internal/modules/helpers:179:18)
npm error         at requireNative (/tmp/node_modules/nx/src/native/native-bindings.js:319:16)
npm error         at Object.<anonymous> (/tmp/node_modules/nx/src/native/native-bindings.js:332:17)
npm error         at Module._compile (node:internal/modules/cjs/loader:1369:14)
npm error         at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
npm error         at Module.load (node:internal/modules/cjs/loader:1206:32) {
npm error       code: 'MODULE_NOT_FOUND',
npm error       requireStack: [
npm error         '/tmp/node_modules/nx/src/native/native-bindings.js',
npm error         '/tmp/node_modules/nx/src/native/index.js',
npm error         '/tmp/node_modules/nx/src/daemon/client/client.js',
npm error         '/tmp/node_modules/nx/src/project-graph/project-graph.js',
npm error         '/tmp/node_modules/nx/bin/post-install.js'
npm error       ]
npm error     }
npm error   ]
npm error }

Package Manager Version

npm@10.8.2

Operating System

Additional Information

Applying this patch results in NAPI_RS_FORCE_WASI=true behaviour when running npm install nx@19.5.2:

--- a/packages/nx/src/native/native-bindings.js
+++ b/packages/nx/src/native/native-bindings.js
@@ -311,12 +311,12 @@ function requireNative() {

     } else if (process.arch === 's390x') {
       try {
-        return require('./nx.linux-s390x-gnu.node')
+        return false
       } catch (e) {
         loadErrors.push(e)
       }
       try {
-        return require('@nx/nx-linux-s390x-gnu')
+        return false
       } catch (e) {
         loadErrors.push(e)
       }
FrozenPandaz commented 1 month ago

Is there a docker image for s390x that I can run locally? It would help me debug the error you have.

nealef commented 1 month ago

You can get your own s390x VM on the Linux Community Cloud system: https://linuxone.cloud.marist.edu/

I also have a github action runner available.

I can also set up an account on a VM I have in the community cloud system.

nealef commented 1 month ago

Build run with: NAPI_RS_FORCE_WASI=true NX_NATIVE_LOGGING=nx RUST_BACKTRACE=1 NX_VERBOSE_LOGGING=true NX_PERF_LOGGING=true

debug.log

nealef commented 1 month ago

debug.log with RUST_BACKTRACE=full

nealef commented 1 month ago

@FrozenPandaz Did these logs help?

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because more information has not been provided within 7 days. It will be closed in 21 days if no information is provided. If information has been provided, please reply to keep it active. Thanks for being a part of the Nx community! πŸ™

v1gnesh commented 1 month ago

Noooo.... (on potential auto-close) @FrozenPandaz, please help, when you can.

Cammisuli commented 1 month ago

@nealef I'm going to try to get this reproducible locally. But if you can provide the github runner or a vm (which we can remote into..), this would help us resolve this quicker.

I actually got this reproducible locally using https://hub.docker.com/r/s390x/ubuntu/. So lets see what I can do.

nealef commented 1 month ago

~@nealef I'm going to try to get this reproducible locally. But if you can provide the github runner or a vm (which we can remote into..), this would help us resolve this quicker.~

I actually got this reproducible locally using https://hub.docker.com/r/s390x/ubuntu/. So lets see what I can do.

If it doesn't work out I can supply an account on a VM and/or a github action runner.

Cammisuli commented 1 month ago

Ok, we took some time to figure this out, but we got something.

There appears to be an issue with node < 22.6.0. When we use the lts/iron (20.16.0) version, we see the issues that are shown here. But updating node to the latest (22.6.0), things run properly.

Try updating your node versions to 22.6.0, and lets see if it resolves the issues experienced.

nealef commented 1 month ago

I'll give it a try in my morning (UTC+10).

-------- Original message -------- From: Jonathan Cammisuli @.> Date: 9/8/24 00:36 (GMT+10:00) To: nrwl/nx @.> Cc: Neale Ferguson @.>, Mention @.> Subject: Re: [nrwl/nx] Problem installing 19.5.2 on s390x (Issue #27104)

Ok, we took some time to figure this out, but we got something.

There appears to be an issue with node < 22.6.0. When we use the lts/iron (20.16.0) version, we see the issues that are shown here. But updating node to the latest (22.6.0), things run properly.

Try updating your node versions to 22.6.0, and lets see if it resolves the issues experienced.

β€” Reply to this email directly, view it on GitHubhttps://github.com/nrwl/nx/issues/27104#issuecomment-2275991442, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AACLN6QBF635GIFOIT72VY3ZQN66FAVCNFSM6AAAAABLNTRQ6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZVHE4TCNBUGI. You are receiving this because you were mentioned.Message ID: @.***>

nealef commented 1 month ago

I can’t find a 22.6 yet. 22.5.1 is β€œcurrent” according to the nodejs folks.

https://nodejs.org/en/blog/release/v22.5.1

When it comes out I’ll give it a go.

nealef commented 1 month ago

Found 22.6.0 and used it to try and do:

  1. Build grafana and telling it to use 19.5.6
  2. Building nx

Attached are the log files (build.log for (1) and nx.log for (2)) and the Dockerfiles I used to perform the work (Dockerfile.build for (1) and Dockerfile.nx for (2)).

Dockerfile.nx.txt Dockerfile.build.txt nx.log build.log

Cammisuli commented 1 month ago

Building Nx isn't something that you need to do, so I'm not going to focus on those errors atm.

As for the dockerfile.build, this error:

#19 1.387 Error: Cannot find module '@napi-rs/wasm-runtime'
#19 1.387 Require stack:
#19 1.387 - /go/src/github.com/grafana/node_modules/nx/src/native/nx.wasi.cjs

Is showing me that the dependencies weren't installed properly. '@napi-rs/wasm-runtime' is a direct dependency on nx (https://www.unpkg.com/nx@19.5.6/package.json)

I see that you're directly installing nx with npm on line 27, but then doing a yarn install on line 50. Looking at the repo that is cloned, the version of Nx there is 19.2.0. Make sure that nx is using the correct version in the package.json, as doing a yarn install will overwrite some files in the node_modules directory if it was previously installed by another package manager.

Cammisuli commented 1 month ago

I managed to get the dockerfile built. I followed the advice I given (making sure that nx is set to 19.5.6 in the package.json) and things are working.

image
v1gnesh commented 1 month ago

@Cammisuli If you can, please share the assets so I can try to build too. I will also have to try & build this outside of a container for a 'system' install.

EDIT: Mainly just wondering what goes in grafana.patch.

nealef commented 1 month ago

I assume you just removed the separate install of nx and let it happen as part of the grafana build? There was one instance of 19.2.0 in package.json and multiple occurrences in yarn.lock. I had changed both with this grafana.patch.

When I build I get:

#17 309.0 ➀ YN0009: β”‚ nx@npm:19.5.6 [231b4] couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-813142f1/build.log)
#17 407.5 ➀ YN0000: β”” Completed in 4m 59s
#17 409.0 ➀ YN0000: · Failed with errors in 6m 46s

The build.log is here: grafana.log.

v1gnesh commented 1 month ago

I tried building from this branch, which is nx @ 19.5.7, with related updates to lock files.

nodejs 22.6 go 1.22.6 yarn set 4.4.0

make deps issues the command: yarn install --immutable, which finished with some warnings.

log: ```shell $ make deps warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect install frontend dependencies YARN_ENABLE_PROGRESS_BARS=false yarn install --immutable ➀ YN0000: Β· Yarn 4.4.0 ➀ YN0000: β”Œ Resolution step ➀ YN0000: β”” Completed in 0s 764ms ➀ YN0000: β”Œ Post-resolution validation ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (p18fe6), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (p26935), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (p26a61), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (p27fd9), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (p2aff9), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (p3a36d), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (p53758), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (p5399f), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (p6cfca), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (p7544e), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (pbf871), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (pc2a7a), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (pc5406), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (pe829a), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (pf3d82), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/data is listed by your project with version 11.2.0-pre (pff161), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (p02523), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (p07cb1), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (p0ff0d), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (p1066e), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (p19cf3), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (p225f3), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (p22c6d), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (p5c21d), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (p79824), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (p79e9d), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (p87bc4), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (pc3c51), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (pc6b51), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (pce893), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (pdcefc), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/e2e-selectors is listed by your project with version 11.2.0-pre (pdd6df), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (p007e0), which doesn't satisfy what @grafana/experimental and other dependencies request (10.4.0-pre). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (p055b9), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (p1034d), which doesn't satisfy what @grafana/experimental and other dependencies request (10.4.0-pre). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (p248c8), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (p2a18e), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (p41e18), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (p4f6f4), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (p53c98), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (pa8dfb), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (pb6b8b), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (pd4ce2), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (pf913b), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (pf99c9), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/runtime is listed by your project with version 11.2.0-pre (pfdf4a), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (p05e85), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (p0f7c8), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (p1dfda), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (p56802), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (p5b158), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (p75c63), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (p7d1d4), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (p9c8fc), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (pb86d2), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (pc3434), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (pce5cb), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (pd5054), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (pe4705), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (pe94ae), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (pf67b9), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @grafana/ui is listed by your project with version 11.2.0-pre (pf9a79), which doesn't satisfy what @grafana/experimental requests (^10.0.0). ➀ YN0060: β”‚ @testing-library/dom is listed by your project with version 10.0.0 (p64a44), which doesn't satisfy what testing-library-selector and other dependencies request (^9.3.3). ➀ YN0060: β”‚ @testing-library/dom is listed by your project with version 10.0.0 (p9a3ab), which doesn't satisfy what testing-library-selector and other dependencies request (^9.3.3). ➀ YN0060: β”‚ @testing-library/dom is listed by your project with version 10.0.0 (pe123d), which doesn't satisfy what testing-library-selector and other dependencies request (^9.3.3). ➀ YN0060: β”‚ @types/react is listed by your project with version 18.3.3 (p12e6f), which doesn't satisfy what @testing-library/react-hooks and other dependencies request (^16.9.0 || ^17.0.0). ➀ YN0060: β”‚ @types/react is listed by your project with version 18.3.3 (p2660f), which doesn't satisfy what @testing-library/react-hooks and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ @types/react is listed by your project with version 18.3.3 (p470f2), which doesn't satisfy what @testing-library/react-hooks and other dependencies request (^16.9.0 || ^17.0.0). ➀ YN0060: β”‚ @types/react is listed by your project with version 18.3.3 (pe946b), which doesn't satisfy what @testing-library/react-hooks and other dependencies request (^16.9.0 || ^17.0.0). ➀ YN0060: β”‚ esbuild is listed by your project with version 0.20.2 (p0b1da), which doesn't satisfy what esbuild-plugin-browserslist and other dependencies request (~0.23.0). ➀ YN0060: β”‚ marked is listed by your project with version 12.0.2 (p0def0), which doesn't satisfy what @glideapps/glide-data-grid requests (^4.0.10). ➀ YN0060: β”‚ monaco-editor is listed by your project with version 0.34.1 (p650cc), which doesn't satisfy what @kusto/monaco-kusto requests (~0.46.0). ➀ YN0060: β”‚ monaco-editor is listed by your project with version 0.34.1 (p7caec), which doesn't satisfy what @grafana/monaco-logql requests (~0.32.1). ➀ YN0060: β”‚ monaco-editor is listed by your project with version 0.34.1 (p91be2), which doesn't satisfy what @grafana/monaco-logql and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (p05c4c), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (p08625), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (p0934d), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (p0a130), which doesn't satisfy what rc-time-picker and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (p3ad72), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (p3dc17), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (p45e18), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (p49274), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (p58900), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (p7befa), which doesn't satisfy what rc-time-picker (via @grafana/ui) and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (p8642e), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (p8c01e), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (p94c17), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (pa12c3), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (pc90aa), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (pcca6c), which doesn't satisfy what rc-time-picker (via @grafana/ui) and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (pdba24), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (peb97b), which doesn't satisfy what rc-time-picker (via @grafana/ui) and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react is listed by your project with version 18.2.0 (pf5228), which doesn't satisfy what rc-time-picker (via @grafana/ui) and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (p34858), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (p40388), which doesn't satisfy what rc-time-picker (via @grafana/ui) and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (p5a086), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (p5d698), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (p5f42f), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (p67456), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (p7d48a), which doesn't satisfy what rc-time-picker (via @grafana/ui) and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (p8aef0), which doesn't satisfy what rc-time-picker and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (p8cd37), which doesn't satisfy what rc-time-picker and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (p936b2), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (p96cfd), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (p9b326), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (p9babb), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (pa4a01), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (pb8acc), which doesn't satisfy what rc-time-picker (via @grafana/ui) and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (pda5a2), which doesn't satisfy what @grafana/experimental and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-dom is listed by your project with version 18.2.0 (pe7cec), which doesn't satisfy what rc-time-picker (via @grafana/ui) and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ react-test-renderer is listed by your project with version 18.2.0 (p1fbcd), which doesn't satisfy what @testing-library/react-hooks requests (^16.9.0 || ^17.0.0). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (p07dfa), which doesn't satisfy what rollup-plugin-dts and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (p121ec), which doesn't satisfy what rollup-plugin-dts and other dependencies request (^3.0.0). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (p16cb6), which doesn't satisfy what rollup-plugin-dts and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (p180a5), which doesn't satisfy what rollup-plugin-dts and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (p238d1), which doesn't satisfy what rollup-plugin-dts and other dependencies request (^3.0.0). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (p2dd66), which doesn't satisfy what rollup-plugin-dts and other dependencies request (^3.0.0). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (p474eb), which doesn't satisfy what rollup-plugin-dts and other dependencies request (^3.0.0). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (p5f2f2), which doesn't satisfy what rollup-plugin-dts and other dependencies request (^3.0.0). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (p6464d), which doesn't satisfy what rollup-plugin-dts and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (p694e8), which doesn't satisfy what rollup-plugin-dts and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (p6b266), which doesn't satisfy what rollup-plugin-dts and other dependencies request (^3.0.0). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (p88a81), which doesn't satisfy what rollup-plugin-dts and other dependencies request (^3.0.0). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (p9765a), which doesn't satisfy what rollup-plugin-dts and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (pbeeb0), which doesn't satisfy what rollup-plugin-dts and other dependencies request (^3.0.0). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (pbfde0), which doesn't satisfy what rollup-plugin-dts and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (pdf3b2), which doesn't satisfy what rollup-plugin-dts and other dependencies request (but they have non-overlapping ranges!). ➀ YN0060: β”‚ rollup is listed by your project with version 2.79.1 (pe0eb4), which doesn't satisfy what rollup-plugin-dts and other dependencies request (^3.0.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (p115a4), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (p24d1b), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (p2789d), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (p4bcf5), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (p52eca), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (p5f535), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (p6fb34), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (p86d2b), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (p89a65), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (p903aa), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (pb3d5d), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (pbf324), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (pc2516), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (pd0170), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (pe19ff), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0060: β”‚ rxjs is listed by your project with version 7.8.1 (pefdf6), which doesn't satisfy what @grafana/experimental requests (7.8.0). ➀ YN0002: β”‚ @grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource doesn't provide @testing-library/dom (p3f5f7), requested by @testing-library/user-event. ➀ YN0002: β”‚ @grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource doesn't provide react-dom (pdd2fa), requested by @grafana/experimental and other dependencies. ➀ YN0002: β”‚ @grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource doesn't provide react-select (pe95f6), requested by @grafana/experimental. ➀ YN0002: β”‚ @grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql doesn't provide @testing-library/dom (p10b8a), requested by @testing-library/user-event. ➀ YN0002: β”‚ @grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql doesn't provide react-dom (pab173), requested by @grafana/experimental and other dependencies. ➀ YN0002: β”‚ @grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql doesn't provide react-select (p2f3a2), requested by @grafana/experimental. ➀ YN0002: β”‚ @grafana/flamegraph@workspace:packages/grafana-flamegraph doesn't provide react-dom (p0bf7f), requested by @testing-library/react and other dependencies. ➀ YN0002: β”‚ @grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend doesn't provide react-dom (p13635), requested by @grafana/experimental and other dependencies. ➀ YN0086: β”‚ Some peer dependencies are incorrectly met by your project; run yarn explain peer-requirements for details, where is the six-letter p-prefixed code. ➀ YN0086: β”‚ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details. ➀ YN0000: β”” Completed ➀ YN0000: β”Œ Fetch step ➀ YN0013: β”‚ 2822 packages were added to the project (+ 247.97 MiB). ➀ YN0000: β”” Completed in 54s 224ms ➀ YN0000: β”Œ Link step ➀ YN0007: β”‚ core-js@npm:3.38.0 must be built because it never has been before or the last one failed ➀ YN0007: β”‚ cypress@npm:13.10.0 must be built because it never has been before or the last one failed ➀ YN0007: β”‚ esbuild@npm:0.20.2 must be built because it never has been before or the last one failed ➀ YN0007: β”‚ @swc/core@npm:1.4.2 [492e0] must be built because it never has been before or the last one failed ➀ YN0007: β”‚ esbuild@npm:0.21.5 must be built because it never has been before or the last one failed ➀ YN0007: β”‚ msw@npm:2.3.5 [655a6] must be built because it never has been before or the last one failed ➀ YN0007: β”‚ nx@npm:19.5.7 [655a6] must be built because it never has been before or the last one failed ➀ YN0007: β”‚ protobufjs@npm:7.3.2 must be built because it never has been before or the last one failed ➀ YN0007: β”‚ core-js-pure@npm:3.30.2 must be built because it never has been before or the last one failed ➀ YN0007: β”‚ @swc/core@npm:1.5.5 [7d94a] must be built because it never has been before or the last one failed ➀ YN0007: β”‚ core-js@npm:2.6.12 must be built because it never has been before or the last one failed ➀ YN0000: β”” Completed in 32s 594ms ➀ YN0000: Β· Done with warnings in 1m 29s ```

make deps-go, which says:

log: ```shell $ make deps-go warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect go run build.go setup warning: GOPATH set to GOROOT (/home/linux1/go) has no effect Version: 11.2.0, Linux Version: 11.2.0, Package Iteration: 1723453232pre go install -v ./pkg/cmd/grafana-server warning: GOPATH set to GOROOT (/home/linux1/go) has no effect go: downloading github.com/fatih/color v1.16.0 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading golang.org/x/sys v0.21.0 golang.org/x/sys/unix github.com/mattn/go-isatty github.com/mattn/go-colorable github.com/fatih/color github.com/grafana/grafana/pkg/util/cmd github.com/grafana/grafana/pkg/cmd/grafana-server ```

And finally make build, which fails.

log: ```shell $ make build warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect warning: GOPATH set to GOROOT (/home/linux1/go) has no effect updating workspace go mod download warning: GOPATH set to GOROOT (/home/linux1/go) has no effect go work sync warning: GOPATH set to GOROOT (/home/linux1/go) has no effect go: downloading github.com/grafana/grafana/pkg/apimachinery v0.0.0-20240701135906-559738ce6ae1 go: downloading k8s.io/component-base v0.29.2 go: downloading github.com/prometheus/prometheus v1.8.2-0.20221021121301-51a44e6657c3 go: downloading github.com/go-sql-driver/mysql v1.8.1 generate go files go run ./pkg/build/wire/cmd/wire/main.go gen -tags "oss" ./pkg/server warning: GOPATH set to GOROOT (/home/linux1/go) has no effect wire: github.com/grafana/grafana/pkg/server: wrote /home/linux1/grafana/pkg/server/wire_gen.go build go files go run build.go build warning: GOPATH set to GOROOT (/home/linux1/go) has no effect Version: 11.2.0, Linux Version: 11.2.0, Package Iteration: 1723453522pre building binaries build building grafana ./pkg/cmd/grafana rm -r ./bin/linux-s390x/grafana rm -r ./bin/linux-s390x/grafana.md5 go build -ldflags -w -X main.version=11.2.0-pre -X main.commit=1d3aad70990 -X main.buildstamp=1723068055 -X main.buildBranch=renovate/nrwl-monorepo -o ./bin/linux-s390x/grafana ./pkg/cmd/grafana warning: GOPATH set to GOROOT (/home/linux1/go) has no effect go version warning: GOPATH set to GOROOT (/home/linux1/go) has no effect go version go1.22.6 linux/s390x Targeting linux/s390x building binaries build building grafana-server ./pkg/cmd/grafana-server rm -r ./bin/linux-s390x/grafana-server rm -r ./bin/linux-s390x/grafana-server.md5 go build -ldflags -w -X main.version=11.2.0-pre -X main.commit=1d3aad70990 -X main.buildstamp=1723068055 -X main.buildBranch=renovate/nrwl-monorepo -o ./bin/linux-s390x/grafana-server ./pkg/cmd/grafana-server warning: GOPATH set to GOROOT (/home/linux1/go) has no effect go version warning: GOPATH set to GOROOT (/home/linux1/go) has no effect go version go1.22.6 linux/s390x Targeting linux/s390x building binaries build building grafana-cli ./pkg/cmd/grafana-cli rm -r ./bin/linux-s390x/grafana-cli rm -r ./bin/linux-s390x/grafana-cli.md5 go build -ldflags -w -X main.version=11.2.0-pre -X main.commit=1d3aad70990 -X main.buildstamp=1723068055 -X main.buildBranch=renovate/nrwl-monorepo -o ./bin/linux-s390x/grafana-cli ./pkg/cmd/grafana-cli warning: GOPATH set to GOROOT (/home/linux1/go) has no effect go version warning: GOPATH set to GOROOT (/home/linux1/go) has no effect go version go1.22.6 linux/s390x Targeting linux/s390x build frontend yarn run build NX The Nx Daemon is unsupported in WebAssembly environments. Some things may be slower than or not function as expected. NX The Nx Daemon is unsupported in WebAssembly environments. Some things may be slower than or not function as expected. NX Running target build for project grafana and 11 tasks it depends on: β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€” > nx run grafana:themes-generate (node:234342) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead. (Use `node --trace-deprecation ...` to show where the warning was created) (node:234342) ExperimentalWarning: WASI is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) > nx run @grafana-plugins/grafana-pyroscope-datasource:build /home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236 wasm.__wbindgen_export_3(arg0, arg1, addHeapObject(arg2)); ^ RuntimeError: memory access out of bounds at wasm://wasm/04d1892e:wasm-function[7536]:0xd172fc at wasm://wasm/04d1892e:wasm-function[16820]:0xe765eb at wasm://wasm/04d1892e:wasm-function[5641]:0xc501c6 at wasm://wasm/04d1892e:wasm-function[292]:0x36bf6c at wasm://wasm/04d1892e:wasm-function[148]:0x1eddbb at wasm://wasm/04d1892e:wasm-function[7235]:0xcfbb2c at wasm://wasm/04d1892e:wasm-function[5704]:0xc57f41 at wasm://wasm/04d1892e:wasm-function[15339]:0xe6eed7 at wasm://wasm/04d1892e:wasm-function[15338]:0xe6eec9 at __wbg_adapter_50 (/home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236:10) > nx run @grafana-plugins/grafana-postgresql-datasource:build /home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236 wasm.__wbindgen_export_3(arg0, arg1, addHeapObject(arg2)); ^ RuntimeError: memory access out of bounds at wasm://wasm/04d1892e:wasm-function[7536]:0xd172fc at wasm://wasm/04d1892e:wasm-function[16820]:0xe765eb at wasm://wasm/04d1892e:wasm-function[5641]:0xc501c6 at wasm://wasm/04d1892e:wasm-function[292]:0x36bf6c at wasm://wasm/04d1892e:wasm-function[148]:0x1eddbb at wasm://wasm/04d1892e:wasm-function[7235]:0xcfbb2c at wasm://wasm/04d1892e:wasm-function[5704]:0xc57f41 at wasm://wasm/04d1892e:wasm-function[15339]:0xe6eed7 at wasm://wasm/04d1892e:wasm-function[15338]:0xe6eec9 at __wbg_adapter_50 (/home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236:10) > nx run @grafana-plugins/grafana-testdata-datasource:build /home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236 wasm.__wbindgen_export_3(arg0, arg1, addHeapObject(arg2)); ^ RuntimeError: memory access out of bounds at wasm://wasm/04d1892e:wasm-function[7536]:0xd172fc at wasm://wasm/04d1892e:wasm-function[16820]:0xe765eb at wasm://wasm/04d1892e:wasm-function[5641]:0xc501c6 at wasm://wasm/04d1892e:wasm-function[292]:0x36bf6c at wasm://wasm/04d1892e:wasm-function[148]:0x1eddbb at wasm://wasm/04d1892e:wasm-function[7235]:0xcfbb2c at wasm://wasm/04d1892e:wasm-function[5704]:0xc57f41 at wasm://wasm/04d1892e:wasm-function[15339]:0xe6eed7 at wasm://wasm/04d1892e:wasm-function[15338]:0xe6eec9 at __wbg_adapter_50 (/home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236:10) > nx run @grafana-plugins/jaeger:build /home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236 wasm.__wbindgen_export_3(arg0, arg1, addHeapObject(arg2)); ^ RuntimeError: memory access out of bounds at wasm://wasm/04d1892e:wasm-function[7536]:0xd172fc at wasm://wasm/04d1892e:wasm-function[16820]:0xe765eb at wasm://wasm/04d1892e:wasm-function[5641]:0xc501c6 at wasm://wasm/04d1892e:wasm-function[292]:0x36bf6c at wasm://wasm/04d1892e:wasm-function[148]:0x1eddbb at wasm://wasm/04d1892e:wasm-function[7235]:0xcfbb2c at wasm://wasm/04d1892e:wasm-function[5704]:0xc57f41 at wasm://wasm/04d1892e:wasm-function[15339]:0xe6eed7 at wasm://wasm/04d1892e:wasm-function[15338]:0xe6eec9 at __wbg_adapter_50 (/home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236:10) > nx run @grafana-plugins/grafana-azure-monitor-datasource:build /home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236 wasm.__wbindgen_export_3(arg0, arg1, addHeapObject(arg2)); ^ RuntimeError: memory access out of bounds at wasm://wasm/04d1892e:wasm-function[7536]:0xd172fc at wasm://wasm/04d1892e:wasm-function[16820]:0xe765eb at wasm://wasm/04d1892e:wasm-function[5641]:0xc501c6 at wasm://wasm/04d1892e:wasm-function[292]:0x36bf6c at wasm://wasm/04d1892e:wasm-function[148]:0x1eddbb at wasm://wasm/04d1892e:wasm-function[7235]:0xcfbb2c at wasm://wasm/04d1892e:wasm-function[5704]:0xc57f41 at wasm://wasm/04d1892e:wasm-function[15339]:0xe6eed7 at wasm://wasm/04d1892e:wasm-function[15338]:0xe6eec9 at __wbg_adapter_50 (/home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236:10) > nx run @grafana-plugins/stackdriver:build /home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236 wasm.__wbindgen_export_3(arg0, arg1, addHeapObject(arg2)); ^ RuntimeError: memory access out of bounds at wasm://wasm/04d1892e:wasm-function[7536]:0xd172fc at wasm://wasm/04d1892e:wasm-function[16820]:0xe765eb at wasm://wasm/04d1892e:wasm-function[5641]:0xc501c6 at wasm://wasm/04d1892e:wasm-function[292]:0x36bf6c at wasm://wasm/04d1892e:wasm-function[148]:0x1eddbb at wasm://wasm/04d1892e:wasm-function[7235]:0xcfbb2c at wasm://wasm/04d1892e:wasm-function[5704]:0xc57f41 at wasm://wasm/04d1892e:wasm-function[15339]:0xe6eed7 at wasm://wasm/04d1892e:wasm-function[15338]:0xe6eec9 at __wbg_adapter_50 (/home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236:10) > nx run @grafana-plugins/parca:build /home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236 wasm.__wbindgen_export_3(arg0, arg1, addHeapObject(arg2)); ^ RuntimeError: memory access out of bounds at wasm://wasm/04d1892e:wasm-function[7536]:0xd172fc at wasm://wasm/04d1892e:wasm-function[16820]:0xe765eb at wasm://wasm/04d1892e:wasm-function[5641]:0xc501c6 at wasm://wasm/04d1892e:wasm-function[292]:0x36bf6c at wasm://wasm/04d1892e:wasm-function[148]:0x1eddbb at wasm://wasm/04d1892e:wasm-function[7235]:0xcfbb2c at wasm://wasm/04d1892e:wasm-function[5704]:0xc57f41 at wasm://wasm/04d1892e:wasm-function[15339]:0xe6eed7 at wasm://wasm/04d1892e:wasm-function[15338]:0xe6eec9 at __wbg_adapter_50 (/home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236:10) > nx run @grafana-plugins/zipkin:build /home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236 wasm.__wbindgen_export_3(arg0, arg1, addHeapObject(arg2)); ^ RuntimeError: memory access out of bounds at wasm://wasm/04d1892e:wasm-function[7536]:0xd172fc at wasm://wasm/04d1892e:wasm-function[16820]:0xe765eb at wasm://wasm/04d1892e:wasm-function[5641]:0xc501c6 at wasm://wasm/04d1892e:wasm-function[292]:0x36bf6c at wasm://wasm/04d1892e:wasm-function[148]:0x1eddbb at wasm://wasm/04d1892e:wasm-function[7235]:0xcfbb2c at wasm://wasm/04d1892e:wasm-function[5704]:0xc57f41 at wasm://wasm/04d1892e:wasm-function[15339]:0xe6eed7 at wasm://wasm/04d1892e:wasm-function[15338]:0xe6eec9 at __wbg_adapter_50 (/home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236:10) > nx run @grafana-plugins/mysql:build /home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236 wasm.__wbindgen_export_3(arg0, arg1, addHeapObject(arg2)); ^ RuntimeError: memory access out of bounds at wasm://wasm/04d1892e:wasm-function[7536]:0xd172fc at wasm://wasm/04d1892e:wasm-function[16820]:0xe765eb at wasm://wasm/04d1892e:wasm-function[5641]:0xc501c6 at wasm://wasm/04d1892e:wasm-function[292]:0x36bf6c at wasm://wasm/04d1892e:wasm-function[148]:0x1eddbb at wasm://wasm/04d1892e:wasm-function[7235]:0xcfbb2c at wasm://wasm/04d1892e:wasm-function[5704]:0xc57f41 at wasm://wasm/04d1892e:wasm-function[15339]:0xe6eed7 at wasm://wasm/04d1892e:wasm-function[15338]:0xe6eec9 at __wbg_adapter_50 (/home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236:10) > nx run @grafana-plugins/tempo:build /home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236 wasm.__wbindgen_export_3(arg0, arg1, addHeapObject(arg2)); ^ RuntimeError: memory access out of bounds at wasm://wasm/04d1892e:wasm-function[7536]:0xd172fc at wasm://wasm/04d1892e:wasm-function[16820]:0xe765eb at wasm://wasm/04d1892e:wasm-function[5641]:0xc501c6 at wasm://wasm/04d1892e:wasm-function[292]:0x36bf6c at wasm://wasm/04d1892e:wasm-function[148]:0x1eddbb at wasm://wasm/04d1892e:wasm-function[7235]:0xcfbb2c at wasm://wasm/04d1892e:wasm-function[5704]:0xc57f41 at wasm://wasm/04d1892e:wasm-function[15339]:0xe6eed7 at wasm://wasm/04d1892e:wasm-function[15338]:0xe6eec9 at __wbg_adapter_50 (/home/linux1/grafana/node_modules/@swc/wasm/wasm.js:236:10) β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€” NX Running target build for project grafana and 11 tasks it depends on failed Failed tasks: - @grafana-plugins/grafana-pyroscope-datasource:build - @grafana-plugins/grafana-postgresql-datasource:build - @grafana-plugins/grafana-testdata-datasource:build - @grafana-plugins/jaeger:build - @grafana-plugins/grafana-azure-monitor-datasource:build - @grafana-plugins/stackdriver:build - @grafana-plugins/parca:build - @grafana-plugins/zipkin:build - @grafana-plugins/mysql:build - @grafana-plugins/tempo:build Hint: run the command with --verbose for more details. Error: Command failed: yarn nx run grafana:\"build\" at genericNodeError (node:internal/errors:983:15) at wrappedFn (node:internal/errors:537:14) at checkExecSyncError (node:child_process:890:11) at execSync (node:child_process:962:15) at runTargetOnProject (/home/linux1/grafana/node_modules/nx/src/command-line/exec/exec.js:83:34) at runScriptAsNxTarget (/home/linux1/grafana/node_modules/nx/src/command-line/exec/exec.js:54:13) at Object.nxExecCommand (/home/linux1/grafana/node_modules/nx/src/command-line/exec/exec.js:44:16) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Object.handler (/home/linux1/grafana/node_modules/nx/src/command-line/exec/command-object.js:11:13) { status: 1, signal: null, output: [ null, null, null ], pid: 234320, stdout: null, stderr: null } make: *** [Makefile:201: build-js] Error 1 ```

Additional info:

$ yarn nx show projects

 NX   The Nx Daemon is unsupported in WebAssembly environments. Some things may be slower than or not function as expected.

@grafana-plugins/grafana-postgresql-datasource
@grafana-plugins/grafana-pyroscope-datasource
@grafana-plugins/grafana-testdata-datasource
@grafana-plugins/stackdriver
@grafana-plugins/grafana-azure-monitor-datasource
@grafana-plugins/jaeger
@grafana-plugins/zipkin
@grafana-plugins/mysql
@grafana-plugins/parca
@grafana-plugins/tempo
@grafana/o11y-ds-frontend
@grafana/plugin-configs
@grafana/e2e-selectors
@grafana/eslint-plugin
@grafana/flamegraph
@grafana/prometheus
@grafana/runtime
@grafana/schema
@grafana/saga-icons
@grafana/data
@grafana/sql
@grafana/ui
grafana
$ yarn nx report

 NX   The Nx Daemon is unsupported in WebAssembly environments. Some things may be slower than or not function as expected.

 NX   Report complete - copy this into the issue template

Node           : 22.6.0
OS             : linux-s390x
Native Target  : wasm32
yarn           : 4.4.0

nx          : 19.5.7
lerna       : 8.1.8
@nx/devkit  : 19.0.8
@nrwl/tao   : 19.5.7
typescript  : 5.4.5
---------------------------------------
The following packages should match the installed version of nx
  - @nx/devkit@19.0.8
  - @nrwl/devkit@19.0.8

To fix this, run `nx migrate nx@19.5.7`
Cammisuli commented 1 month ago

Oh the memory access out of bounds while building is definitely not good. I'll see whats up with that.

v1gnesh commented 1 month ago

@ProximaB - your comment is unrelated. Please open a new issue?

github-actions[bot] commented 3 weeks ago

This issue has been automatically marked as stale because more information has not been provided within 7 days. It will be closed in 21 days if no information is provided. If information has been provided, please reply to keep it active. Thanks for being a part of the Nx community! πŸ™

v1gnesh commented 3 weeks ago

Comment for activity. This is still an issue... Hey @Cammisuli, did you get a chance to look?

github-actions[bot] commented 2 weeks ago

This issue has been automatically marked as stale because more information has not been provided within 7 days. It will be closed in 21 days if no information is provided. If information has been provided, please reply to keep it active. Thanks for being a part of the Nx community! πŸ™

v1gnesh commented 2 weeks ago

Gentle poke, @Cammisuli

Cammisuli commented 1 week ago

Sorry about that! I got a little sidetracked with some other projects. I still have this on my radar

github-actions[bot] commented 3 days ago

This issue has been automatically marked as stale because more information has not been provided within 7 days. It will be closed in 21 days if no information is provided. If information has been provided, please reply to keep it active. Thanks for being a part of the Nx community! πŸ™

nealef commented 3 days ago

I gave 19.7.2 a run and the problem still exists. I have a log of the run. Note I filtered out hundreds of nx::native::tasks::task_hasher: debug messages just to reduce the log file size. build.log.txt