aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

[CP][Log] More details when failed to verify proof.

Open grao1991 opened this issue 3 years ago • 2 comments

Description

Test Plan


This change is Reviewable

grao1991 avatar Oct 25 '22 00:10 grao1991

Do you think it's worth printing out the entire proof no matter which part of the verification failed? (or even verify in place that the proof adds up itself)

msmouse avatar Oct 25 '22 00:10 msmouse

Do you think it's worth printing out the entire proof no matter which part of the verification failed? (or even verify in place that the proof adds up itself)

Added, please take a look to see if it is the right way in Rust :)

grao1991 avatar Oct 25 '22 02:10 grao1991

Forge is running suite land_blocking on 8505b523825997533f8d887492811e2a9f9d56c6

github-actions[bot] avatar Oct 26 '22 22:10 github-actions[bot]

Forge is running suite compat on 843b204dce971d98449b82624f4f684c7a18b991 ==> 8505b523825997533f8d887492811e2a9f9d56c6

github-actions[bot] avatar Oct 26 '22 22:10 github-actions[bot]

:x: Forge suite compat failure on 843b204dce971d98449b82624f4f684c7a18b991 ==> 8505b523825997533f8d887492811e2a9f9d56c6

Forge test runner terminated:
Trailing Log Lines:
Error from server (BadRequest): container "genesis" in pod "genesis-aptos-genesis-eforge200-ddqdn" is waiting to start: trying and failing to pull image
{"level":"INFO","source":{"package":"forge","file":"testsuite/forge/src/backend/k8s/cluster_helper.rs:81"},"thread_name":"main","hostname":"forge-compat-pr-5264-1666823118-843b204dce971d98449b82624f4f684","timestamp":"2022-10-26T22:35:51.874197Z","message":"Genesis status: JobStatus { active: Some(1), completion_time: None, conditions: None, failed: None, start_time: Some(Time(2022-10-26T22:26:06Z)), succeeded: None }"}
{"level":"INFO","source":{"package":"forge","file":"testsuite/forge/src/backend/k8s/cluster_helper.rs:63"},"thread_name":"main","hostname":"forge-compat-pr-5264-1666823118-843b204dce971d98449b82624f4f684","timestamp":"2022-10-26T22:36:01.882902Z","message":"Genesis status: JobStatus { active: Some(1), completion_time: None, conditions: None, failed: None, start_time: Some(Time(2022-10-26T22:26:06Z)), succeeded: None }"}
Error from server (BadRequest): container "genesis" in pod "genesis-aptos-genesis-eforge200-ddqdn" is waiting to start: trying and failing to pull image
{"level":"INFO","source":{"package":"forge","file":"testsuite/forge/src/backend/k8s/cluster_helper.rs:81"},"thread_name":"main","hostname":"forge-compat-pr-5264-1666823118-843b204dce971d98449b82624f4f684","timestamp":"2022-10-26T22:36:01.955525Z","message":"Genesis status: JobStatus { active: Some(1), completion_time: None, conditions: None, failed: None, start_time: Some(Time(2022-10-26T22:26:06Z)), succeeded: None }"}
{"level":"INFO","source":{"package":"forge","file":"testsuite/forge/src/backend/k8s/cluster_helper.rs:280"},"thread_name":"main","hostname":"forge-compat-pr-5264-1666823118-843b204dce971d98449b82624f4f684","timestamp":"2022-10-26T22:36:01.975962Z","message":"Deleting namespace forge-compat-pr-5264: Some(NamespaceStatus { phase: Some(\"Terminating\") })"}
{"level":"INFO","source":{"package":"forge","file":"testsuite/forge/src/backend/k8s/cluster_helper.rs:388"},"thread_name":"main","hostname":"forge-compat-pr-5264-1666823118-843b204dce971d98449b82624f4f684","timestamp":"2022-10-26T22:36:01.975992Z","message":"aptos-node resources for Forge removed in namespace: forge-compat-pr-5264"}
Failed to run tests:
Genesis did not succeed
Error: Genesis did not succeed
Debugging output:

github-actions[bot] avatar Oct 26 '22 22:10 github-actions[bot]

:white_check_mark: Forge suite land_blocking success on 8505b523825997533f8d887492811e2a9f9d56c6

performance benchmark with full nodes : 6456 TPS, 6188 ms latency, 13900 ms p99 latency,(!) expired 680 out of 2757520 txns
Test Ok

github-actions[bot] avatar Oct 26 '22 22:10 github-actions[bot]