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

Error failed parse child message params cid when walking vm_messages #1110

Closed
davidgasquez opened this issue Jan 12, 2023 · 0 comments · Fixed by #1112
Closed

Error failed parse child message params cid when walking vm_messages #1110

davidgasquez opened this issue Jan 12, 2023 · 0 comments · Fixed by #1112
Labels
kind/bug Kind: Bug

Comments

@davidgasquez
Copy link

Describe the bug:

Might be related with #1088 but since is a different error, I'm putting it in a new issue.

Steps to Reproduce:

  1. Obtain the Archival Snapshot: aws s3 cp "s3://sentinel-backfill/historical-exports/snapshot_184320_187202_1666957166.car.zst" .
  2. Extract it: unzstd snapshot_184320_187202_1666957166.car.zst -o /tmp/snapshot.car
  3. Initialize Lily: lily init --config=config.toml --import-snapshot /tmp/snapshot.car
  4. Start Lily Daemon: nohup lily daemon --config=config.toml --bootstrap=false &> lily.log &
  5. Run a walk that goes through 185799: lily job run --storage=CSV walk --from 185795 --to 185805
  6. Check Visor Processing Reports: cat visor_processing_reports.csv | grep ERROR

This is the config.toml file:

[Storage]
    [Storage.File]
        [Storage.File.CSV]
            Format = "CSV"
            Path = "/tmp/data"
            OmitHeader = false
            FilePattern = "{table}.csv"

The visor_processing_reports.csv has the following error:

185799,bafy2bzaceai35p4fy2ricvsqw3c6u6tyv2f6qnnyantiw7llshndk4mfde2sw,walk_1673516284,vm_messages,2023-01-12T09:39:43.362Z,2023-01-12T09:39:46.597Z,ERROR,,"[{""Cid"":{""/"":""bafy2bzacea4zc7prmfcgtavc4376wwbwszm4i5uzm6oepdgaprgwuz2wqhkbg""},""Error"":""failed parse child message params cid: bafy2bzacec7q6fklbyxj2fsdln642myusiquom3gjmgifjkha65d2z5sasgxo to code: bafkqadtgnfwc6mrpnv2wy5djonuwo method: 9 params (hex encoded): 83811a00030d401a000f42405001c097ce7bc90715b34b9f1000000000 : parse message params cbor decode into LockBalance fil/2/multisig:(bafkqadtgnfwc6mrpnv2wy5djonuwo.9) return (hex): 83811a00030d401a000f42405001c097ce7bc90715b34b9f1000000000 failed: wrong type for int64 field: 4""}]"

While the lily.log has:

2023-01-12T09:44:38.078Z        ERROR   lily/chain/walk walk/walker.go:103      walk incomplete {"height": "185799", "tipset": "{bafy2bzaceddw7ubeswpi7zswyivy4opmppjmi3tmtid7jufad2pgs2dxhavko,bafy2bzacebzj3o5ymwhlnf5xavckg2scfo3pbtjgvlmzbp7ohocjrutol4kxc,bafy2bzacebw2rdoaqqqivpw3qmbwuqbc56y4h72krtxbdhvzngakommjiqqx6,bafy2bzacecjo7ybcutvrewvdg5hc6si63rfhdmm4mgvua27pm6d2waq7rq2vc,bafy2bzacebsxzkjzpkburhoktzqhhthyoqguyiii6zovehoalk6owf2zuuffy}", "reporter": "walk_1673516648"}

Lily Version: v0.13.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Kind: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant