mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 08:33:08 +00:00
72 lines
13 KiB
Plaintext
72 lines
13 KiB
Plaintext
2026-03-05 15:09:39.671 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:09:39.671 DEBUG [tests.conftest] Running test: test_main_node_only_relay__peer_only_relay with id: 2026-03-05_15-09-39__8c966d99-0a63-4d46-b980-0c353ebe5bd2
|
|
2026-03-05 15:09:39.672 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:09:39.672 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-05 15:09:39.679 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:09:39.679 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-05_15-09-39__8c966d99-0a63-4d46-b980-0c353ebe5bd2__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:09:39.679 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:09:39.680 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:09:39.681 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:09:39.681 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.156.152
|
|
2026-03-05 15:09:39.681 DEBUG [src.node.docker_mananger] Generated ports ['51280', '51281', '51282', '51283', '51284']
|
|
2026-03-05 15:09:39.681 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:09:39.681 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:09:39.682 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:09:39.682 DEBUG [src.node.docker_mananger] docker run -i -t -p 51280:51280 -p 51281:51281 -p 51282:51282 -p 51283:51283 -p 51284:51284 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51282 --rest-port=51280 --tcp-port=51281 --discv5-udp-port=51283 --rest-address=0.0.0.0 --nat=extip:172.18.156.152 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=44ab4c740f295fb49e1df1ae3ac80e20eb93cacadcaa62f123438ac941d69d48 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51284 --metrics-logging=true --store=false --relay=true
|
|
2026-03-05 15:09:39.873 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.156.152 waku b0c0416d1b6708d1bbb79ce779cc7a14bddfe3a53ec33a8fbfed747df14c47ce
|
|
2026-03-05 15:09:39.904 ERROR [src.node.docker_mananger] Max retries reached for container 842acad002d0. Exiting log stream.
|
|
2026-03-05 15:09:39.910 DEBUG [src.node.docker_mananger] Container started with ID b0c0416d1b67. Setting up logs at ./log/docker/publishing_node1_2026-03-05_15-09-39__8c966d99-0a63-4d46-b980-0c353ebe5bd2__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:09:39.911 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 51280
|
|
2026-03-05 15:09:39.911 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:09:40.466 ERROR [src.node.docker_mananger] Max retries reached for container 1bb1d7d31bfd. Exiting log stream.
|
|
2026-03-05 15:09:40.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51280/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:40.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-05 15:09:40.914 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:09:40.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51280/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:40.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.156.152/tcp/51281/p2p/16Uiu2HAmUPvPQUL5kccChPVhPA9fKkCsVjxrnPvJVLtKX1tcezBe","/ip4/172.18.156.152/tcp/51282/ws/p2p/16Uiu2HAmUPvPQUL5kccChPVhPA9fKkCsVjxrnPvJVLtKX1tcezBe"],"enrUri":"enr:-L24QL8g9gY3zzHkzXE00z8Rc3nWTM-P2n3uSRsdObQJ0GKoQyyBtz0lRzu9fECdf2HcPOGniG5I9Ybgy4EN-8dpfcECgmlkgnY0gmlwhKwSnJiKbXVsdGlhZGRyc5YACASsEpyYBshRAAoErBKcmAbIUt0DgnJzhQADAQAAiXNlY3AyNTZrMaED6d7MD7cXOwfCJ1TtHGARedks8nEEtNoCPiVKDMP8xkWDdGNwgshRg3VkcILIU4V3YWt1MgE"}'
|
|
2026-03-05 15:09:40.917 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:09:40.924 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:09:40.924 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-05_15-09-39__8c966d99-0a63-4d46-b980-0c353ebe5bd2__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:09:40.924 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:09:40.924 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:09:40.926 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:09:40.926 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.157.128
|
|
2026-03-05 15:09:40.926 DEBUG [src.node.docker_mananger] Generated ports ['63955', '63956', '63957', '63958', '63959']
|
|
2026-03-05 15:09:40.926 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:09:40.926 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:09:40.927 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:09:40.927 DEBUG [src.node.docker_mananger] docker run -i -t -p 63955:63955 -p 63956:63956 -p 63957:63957 -p 63958:63958 -p 63959:63959 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63957 --rest-port=63955 --tcp-port=63956 --discv5-udp-port=63958 --rest-address=0.0.0.0 --nat=extip:172.18.157.128 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b83a52ae7f6ed75645ddce006fb12b5ae3bcce2ec14abaff0f3a5dd5ded8a324 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63959 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QL8g9gY3zzHkzXE00z8Rc3nWTM-P2n3uSRsdObQJ0GKoQyyBtz0lRzu9fECdf2HcPOGniG5I9Ybgy4EN-8dpfcECgmlkgnY0gmlwhKwSnJiKbXVsdGlhZGRyc5YACASsEpyYBshRAAoErBKcmAbIUt0DgnJzhQADAQAAiXNlY3AyNTZrMaED6d7MD7cXOwfCJ1TtHGARedks8nEEtNoCPiVKDMP8xkWDdGNwgshRg3VkcILIU4V3YWt1MgE --storenode=/ip4/172.18.156.152/tcp/51281/p2p/16Uiu2HAmUPvPQUL5kccChPVhPA9fKkCsVjxrnPvJVLtKX1tcezBe --store=false --relay=true
|
|
2026-03-05 15:09:41.122 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.157.128 waku aec62d60a2f8f2eb04afa868414c7f3d387814afe916f537fe80279d2b270958
|
|
2026-03-05 15:09:41.163 DEBUG [src.node.docker_mananger] Container started with ID aec62d60a2f8. Setting up logs at ./log/docker/store_node1_2026-03-05_15-09-39__8c966d99-0a63-4d46-b980-0c353ebe5bd2__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:09:41.163 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 63955
|
|
2026-03-05 15:09:41.164 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:09:42.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63955/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:42.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-05 15:09:42.167 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:09:42.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63955/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:42.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.157.128/tcp/63956/p2p/16Uiu2HAm9aZoksKv3dzV3vVNJDkB97UYFnFEMyp79dEfsYjwkwrK","/ip4/172.18.157.128/tcp/63957/ws/p2p/16Uiu2HAm9aZoksKv3dzV3vVNJDkB97UYFnFEMyp79dEfsYjwkwrK"],"enrUri":"enr:-L24QFaJvpC7KvybUu6mJTQZ767Y5y7Og1RFfrRPGNcvQRgbZlVJHxggMlXGP2_wa-FRxydiRQ6h84SFvVJ74xdeLjYCgmlkgnY0gmlwhKwSnYCKbXVsdGlhZGRyc5YACASsEp2ABvnUAAoErBKdgAb51d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0krdR27G4eM6VdAJTM9dcxCrBElysC39iRnDerq0OdyDdGNwgvnUg3VkcIL51oV3YWt1MgE"}'
|
|
2026-03-05 15:09:42.170 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:09:42.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63955/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.156.152/tcp/51281/p2p/16Uiu2HAmUPvPQUL5kccChPVhPA9fKkCsVjxrnPvJVLtKX1tcezBe"]'
|
|
2026-03-05 15:09:42.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:42.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51280/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:09:42.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:42.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63955/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:09:42.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:42.241 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:09:42.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:09:42.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:42.246 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:09:42.446 DEBUG [src.steps.store] Checking that peer harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the stored messages
|
|
2026-03-05 15:09:42.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63955/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:42.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":504,"statusDesc":"PEER_DIAL_FAILURE: 16Uiu2HAmUPvPQUL5kccChPVhPA9fKkCsVjxrnPvJVLtKX1tcezBe","messages":[]}'
|
|
2026-03-05 15:09:42.463 DEBUG [src.steps.store] messages length is 0
|
|
2026-03-05 15:09:42.464 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:09:42.465 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:09:42.466 DEBUG [src.node.waku_node] Stopping container with id b0c0416d1b67
|
|
2026-03-05 15:09:43.049 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:09:43.050 DEBUG [src.node.waku_node] Stopping container with id aec62d60a2f8
|
|
2026-03-05 15:09:43.617 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:09:43.619 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:09:43.625 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:09:43.631 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|