After running the default scripts with the correct versions, script fails with errors.
Description:
When running the prove_ultraplonk.sh script, I encounter several errors related to value parsing and missing files. The script produces parse errors and indicates that the witness file is missing or not created.
Error Output:
./prove_ultraplonk.sh
./prove_ultraplonk.sh: line 11: 1722684417N: value too great for base (error token is "1722684417N")
Parse error: bad token
<stdin>:1
Witness generated in: seconds
gunzip: can't stat: ./target/witness-name.gz (./target/witness-name.gz.gz): No such file or directory
Input is not large enough
./prove_ultraplonk.sh: line 20: 1722684418N: value too great for base (error token is "1722684418N")
./prove_ultraplonk.sh: line 21: 1722684418N: value too great for base (error token is "1722684418N")
Parse error: bad token
<stdin>:1
Parse error: bad token
<stdin>:1
Proof generated in: seconds
Total time: seconds
Steps to Reproduce:
Run the prove_ultraplonk.sh script using the command: ./prove_ultraplonk.sh
Observe the output and errors as shown above.
Expected Behavior:
The script should process the inputs correctly without parse errors.
The witness file should be created and accessible.
The proof generation process should complete successfully.
Actual Behavior:
The script encounters parsing errors related to values being too great for base.
The witness file is reported as missing or not created.
Additional parse errors are encountered during execution.
Issue:
After running the default scripts with the correct versions, script fails with errors.
Description: When running the
prove_ultraplonk.sh
script, I encounter several errors related to value parsing and missing files. The script produces parse errors and indicates that the witness file is missing or not created.Error Output:
Steps to Reproduce:
prove_ultraplonk.sh
script using the command:./prove_ultraplonk.sh
Expected Behavior:
Actual Behavior:
Environment: