grafana / plugin-tools

Create Grafana plugins with ease.
https://grafana.com/developers/plugin-tools/
Apache License 2.0
58 stars 32 forks source link

Bug: Check plugin.json still fails #1333

Closed 6nv closed 2 hours ago

6nv commented 3 hours ago

Which package(s) does this bug affect?

Package versions

5.9.3

What happened?

Still failing...

Ref: #1328

Run docker run --pull=always \
  docker run --pull=always \
    -v $PWD/ventura-psychrometric-panel-4.5.3.zip:/archive.zip \
    grafana/plugin-validator-cli -analyzer=metadatavalid /archive.zip
  shell: /usr/bin/bash -e {0}
  env:
    GRAFANA_ACCESS_POLICY_TOKEN: ***
docker: Error response from daemon: received unexpected HTTP status: 500 Internal Server Error.
See 'docker run --help'.
Error: Process completed with exit code 1[2](https://github.com/nicfv/Psychart/actions/runs/11861134926/job/33057850499#step:17:2)5.

Environment

System:
    OS: macOS 15.1
    CPU: (8) arm64 Apple M2
    Memory: 2.60 GB / 24.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.11.1 - ~/.nvm/versions/node/v20.11.1/bin/node
    npm: 10.9.0 - ~/.nvm/versions/node/v20.11.1/bin/npm
  Browsers:
    Brave Browser: 131.1.73.89
    Chrome: 105.0.5195.102
    Safari: 18.1
6nv commented 2 hours ago

I tried re-running my failed CI, and it passed. The 500 error might have just been a one-time thing.