graphprotocol / graph-node

Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
https://thegraph.com
Apache License 2.0
2.91k stars 966 forks source link

[Bug] Failed to deploy subgraph to thegraph studio #5229

Closed fewensa closed 7 months ago

fewensa commented 7 months ago

Bug report

Can not deploy to thegraph studio

Relevant log output

> ormpipe@0.0.1 deploy:studio
> graph deploy --node https://api.studio.thegraph.com/deploy/ ormpipe-ethereum subgraph-ethereum.yaml

Which version label to use? (e.g. "v0.0.1"): v0.0.27
  Skip migration: Bump mapping apiVersion from 0.0.1 to 0.0.2
  Skip migration: Bump mapping apiVersion from 0.0.2 to 0.0.3
  Skip migration: Bump mapping apiVersion from 0.0.3 to 0.0.4
  Skip migration: Bump mapping apiVersion from 0.0.4 to 0.0.5
  Skip migration: Bump mapping apiVersion from 0.0.5 to 0.0.6
  Skip migration: Bump manifest specVersion from 0.0.1 to 0.0.2
  Skip migration: Bump manifest specVersion from 0.0.2 to 0.0.4
✔ Apply migrations
✔ Load subgraph from subgraph-ethereum.yaml
  Compile data source: OrmpOracle => build/OrmpOracle/OrmpOracle.wasm
  Compile data source: OrmpRelayer => build/OrmpRelayer/OrmpRelayer.wasm
  Compile data source: OrmpProtocol => build/OrmpProtocol/OrmpProtocol.wasm
✔ Compile subgraph
  Copy schema file build/schema.graphql
  Write subgraph file build/OrmpOracle/abis/OrmpOracle.json
  Write subgraph file build/OrmpRelayer/abis/OrmpRelayer.json
  Write subgraph file build/OrmpProtocol/abis/OrmpProtocol.json
  Write subgraph manifest build/subgraph.yaml
✔ Write compiled subgraph to build/
  Add file to IPFS build/schema.graphql
                .. QmXk3yP7pgBJ8cbgVnrDt4BP8sYpcfppPJ1Zurb71thiMv
  Add file to IPFS build/OrmpOracle/abis/OrmpOracle.json
                .. QmQDdZqc2o3NneBrMWv7xYfrbDhcgnqWtToqQrka4b6V2q
  Add file to IPFS build/OrmpRelayer/abis/OrmpRelayer.json
                .. Qmbji91zKZmYwmeaKaYeZmqH4ce78G9BjyDBmf1Q7LDmBu
  Add file to IPFS build/OrmpProtocol/abis/OrmpProtocol.json
                .. QmdWFBis2t7jQA4oZn1zpff1KD81Hy9EZyZ4NhpmRNV2Lp
  Add file to IPFS build/OrmpOracle/OrmpOracle.wasm
                .. QmSgDNsLdwhAQqKPtUY5pHq5evru9pnsRyRn496RNjKeq4
  Add file to IPFS build/OrmpRelayer/OrmpRelayer.wasm
                .. QmWyaZeRHpD4NaUXQ1QBxWgrfLJjPY4aLETbjeAzHGSmPU
  Add file to IPFS build/OrmpProtocol/OrmpProtocol.wasm
                .. QmNNj2wF4kokSvVmmBG8a7JYZyH3VgnhNpEKZqgm9RoxaX
✔ Upload subgraph to IPFS

Build completed: QmTjUWs6JdZL2MVaPbGGqCASg9hoDgaMEg33PfhvKYRz6Y

✖ Failed to deploy to Graph node https://api.studio.thegraph.com/deploy/: Could not deploy subgraph on graph-node: socket hang up
UNCAUGHT EXCEPTION: Error: EEXIT: 1


### IPFS hash

QmTjUWs6JdZL2MVaPbGGqCASg9hoDgaMEg33PfhvKYRz6Y

### Subgraph name or link to explorer

https://api.studio.thegraph.com/proxy/51152/ormpipe-ethereum/version/latest

### Some information to help us out

- [ ] Tick this box if this bug is caused by a regression found in the latest release.
- [ ] Tick this box if this bug is specific to the hosted service.
- [X] I have searched the issue tracker to make sure this issue is not a duplicate.

### OS information

None
matthewdarwin commented 7 months ago

Please follow status for updates: https://status.thegraph.com/incidents/f7m68qt9t3qp

This repo is for graph-node, not the studio. Best to get updates in the graph discord or on the above status page.