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

Filecoin.StateMinerSectors is flaky #5100

Open
elmattic opened this issue Dec 19, 2024 · 0 comments
Open

Filecoin.StateMinerSectors is flaky #5100

elmattic opened this issue Dec 19, 2024 · 0 comments
Labels
Type: Bug Something isn't working

Comments

@elmattic
Copy link
Contributor

elmattic commented Dec 19, 2024

Describe the bug

According to this CI job, Calibnet RPC checks are failing.

To reproduce

  1. Go to '...'
  2. Run '....'
  3. See error

Log output

Log Output
**********************************************************************
* Name  : api_compare-api-compare-1
* Image : api_compare-api-compare
* Status: Exited (1) 1 second ago
**********************************************************************
Request dump: Request { method_name: "Filecoin.StateMinerSectors", params: Array [String("f017387"), Null, Array [Object {"/": String("bafy2bzacebv237lbbd6l5bkacufm5fzfbtmc7vegzw2zzsj5tq4v7kenqloe2")}]], result_type: PhantomData<serde_json::value::Value>, api_paths: V1, timeout: 120s }
++ cat /data/lotus-token
+ LOTUS_API_INFO=***
++ cat /data/forest-token
+ FOREST_API_INFO=***
++ ls /data/forest_snapshot_calibnet_2024-12-19_height_2243018.forest.car.zst
++ tail -n 1
+ forest-tool api compare /data/forest_snapshot_calibnet_2024-12-19_height_2243018.forest.car.zst --forest *** --lotus *** --n-tipsets 10 --filter-file /data/filter-list --miner-address t0111551 --worker-address t3sw466j35hqjbch5x7tcr7ona6idsgzypoturfci2ajqsfrrwhp7ty3ythtd7x646adaidnvxpdr5b2ftcciq
Request params JSON: ["f017387",null,[{"/":"bafy2bzacebv237lbbd6l5bkacufm5fzfbtmc7vegzw2zzsj5tq4v7kenqloe2"}]]
Forest response: [
  {
    "Activation": 542965,
    "DealIDs": null,
    "DealWeight": "0",
    "ExpectedDayReward": "1644324445691857178",
    "ExpectedStoragePledge": "32267986335498483192",
    "Expiration": 2092089,
    "Flags": 1,
    "InitialPledge": "999999984306749440",
    "PowerBaseEpoch": 542965,
    "ReplacedDayReward": "0",
    "SealProof": 8,
    "SealedCID": {
      "/": "bagboea4b5abcaifwvkuvju2cotujjbdifjasnnwwfuya2whcklzz27f36mmfqeju"
    },
    "SectorKeyCID": null,
    "SectorNumber": 0,
    "VerifiedDealWeight": "0"
  },
  {
    "Activation": 542965,
    "DealIDs": null,
    "DealWeight": "0",
    "ExpectedDayReward": "1644324445691857178",
    "ExpectedStoragePledge": "32267986335498483192",
    "Expiration": 2092089,
    "Flags": 1,
    "InitialPledge": "999999984306749440",
    "PowerBaseEpoch": 542965,
    "ReplacedDayReward": "0",
    "SealProof": 8,
    "SealedCID": {
      "/": "bagboea4b5abcaodp4w7yaycfk7jm766qwwd25xd4jzr6vrre4xozngikjpa6aacr"
    },
    "SectorKeyCID": null,
    "SectorNumber": 1,
    "VerifiedDealWeight": "0"
  },
  ...

Expected behaviour

Calibnet RPC checks are passing.

Screenshots

Environment (please complete the following information):

  • OS:
  • Branch/commit
  • Hardware

Other information and links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
Status: New
Development

No branches or pull requests

1 participant