Skip to content

Commit

Permalink
rebase to alan/no-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
guy muroch committed Jul 16, 2024
2 parents 9d12aea + 8620573 commit 86ac5f9
Show file tree
Hide file tree
Showing 7 changed files with 4,585 additions and 1 deletion.
468 changes: 468 additions & 0 deletions e2e/crash-logs/beacon_proxy.txt

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions e2e/crash-logs/e2e-logs_catcher-run-080db42fb224.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
2024-05-09T12:32:09.781Z INFO Running BlsVerification mode
2024-05-09T12:32:09.782Z DEBUG Waiting for start condition at target {"target": "ssv-node-1", "condition": ["🗂 got duties", "v1476356"]}
2024-05-09T12:35:00.315Z INFO Start condition arrived {"log_message": ["🗂 got duties", "v1476356"]}
2024-05-09T12:35:00.315Z DEBUG Duty ID: {"duty_id": "ATTESTER-e50406-s1612992-v1476356"}
2024-05-09T12:35:00.315Z DEBUG Leader: {"leader": 1}
2024-05-09T12:35:00.315Z DEBUG Waiting for start condition at target {"target": "ssv-node-1", "condition": ["✅ successfully submitted attestation", "8c5801d7a18e27fae47dfdd99c0ac67fbc6a5a56bb1fc52d0309626d805861e04eaaf67948c18ad50c96d63e44328ab0"]}
2024-05-09T12:38:26.766Z INFO Start condition arrived {"log_message": ["✅ successfully submitted attestation", "8c5801d7a18e27fae47dfdd99c0ac67fbc6a5a56bb1fc52d0309626d805861e04eaaf67948c18ad50c96d63e44328ab0"]}
2024-05-09T12:38:26.783Z INFO matched {"count": 0, "target": "ssv-node-1", "match_string": ["\"role\":\"ATTESTER\"", "\"msg_height\":1612992", "\"msg_round\":1", "\"msg_type\":\"consensus\"", "\"consensus_msg_type\":1", "\"signers\":[2]", "\"error\":\"failed processing consensus message: could not process msg: invalid signed message: msg signature invalid: failed to verify signature\""]}
2024-05-09T12:38:26.783Z FATAL run stopped {"error": "failed to verify BLS signature for validator index 1476356: failed to process non corrupted operator logs: failed to match condition: found non matching messages on ssv-node-1, want 1 got 0"}
1,029 changes: 1,029 additions & 0 deletions e2e/crash-logs/ssv-node-1.txt

Large diffs are not rendered by default.

1,026 changes: 1,026 additions & 0 deletions e2e/crash-logs/ssv-node-2.txt

Large diffs are not rendered by default.

1,027 changes: 1,027 additions & 0 deletions e2e/crash-logs/ssv-node-3.txt

Large diffs are not rendered by default.

1,025 changes: 1,025 additions & 0 deletions e2e/crash-logs/ssv-node-4.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

# clean up everything including exited dockers and volumes before start
services=$(docker-compose config --services)
docker-compose down
for service in $services; do
Expand Down Expand Up @@ -73,6 +72,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
# Set LOG_DIR to a 'logs' directory within the same directory as the script
LOG_DIR="$SCRIPT_DIR/crash-logs"


export BEACON_NODE_URL=http://bn-h-2.stage.bloxinfra.com:3502/
export EXECUTION_NODE_URL=ws://bn-h-2.stage.bloxinfra.com:8557/ws

Expand Down

0 comments on commit 86ac5f9

Please sign in to comment.