forest icon indicating copy to clipboard operation
forest copied to clipboard

Failed to export diff snapshots

Open sudo-shashank opened this issue 1 year ago • 0 comments

Failed to export diff snapshot on archie for epoch 3420000+3000

Error:

+ EPOCH_TIMESTAMP=1700996400
++ date --date=@1700996400 -u -I
+ DATE=2023-11-26
+ FILE=forest_diff_mainnet_2023-11-26_height_3420000+3000.forest.car.zst
+ test -f forest_diff_mainnet_2023-11-26_height_3420000+3000.forest.car.zst
+ /home/archie/forest-v0.16.3/forest-tool archive export --depth 3000 --epoch 3423000 --diff 3420000 --diff-depth 900 --output-path forest_diff_mainnet_2023-11-26_height_3420000+3000.forest.car.zst forest_snapshot_mainnet_2023-11-25_height_3420000.forest.car.zst forest_snapshot_mainnet_2023-12-05_height_3450000.forest.car.zst
thread 'tokio-runtime-worker' panicked at /home/runner/work/forest/forest/src/ipld/util.rs:491:42:
unreachable: ReceiveClosed
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

To Reproduce

Steps to reproduce the behaviour:

  1. Connect to archie
  2. cd /mnt/md0/exported
  3. Run Command: ./diff_script.sh forest_snapshot_mainnet_2023-11-25_height_3420000.forest.car.zst forest_snapshot_mainnet_2023-12-05_height_3450000.forest.car.zst image Log File: diff_export.log

Other information and links This is observed on forest version v0.16.3 & v0.16.6

sudo-shashank avatar Feb 26 '24 15:02 sudo-shashank