mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 08:33:08 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-02-28 04:27:13.108 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 04:27:13.109 DEBUG [tests.conftest] Running test: test_single_content_topic[/statusim/1/community/cbor] with id: 2026-02-28_04-27-13__3f5a5c0a-81b2-4da4-84e7-939804fb238d
|
|
2026-02-28 04:27:13.109 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 04:27:13.109 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-28 04:27:13.110 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-28 04:27:13.117 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:27:13.117 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_04-27-13__3f5a5c0a-81b2-4da4-84e7-939804fb238d__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:13.117 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:27:13.118 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:27:13.119 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:27:13.119 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.179.194
|
|
2026-02-28 04:27:13.119 DEBUG [src.node.docker_mananger] Generated ports ['56012', '56013', '56014', '56015', '56016']
|
|
2026-02-28 04:27:13.120 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:27:13.120 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:27:13.120 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:27:13.120 DEBUG [src.node.docker_mananger] docker run -i -t -p 56012:56012 -p 56013:56013 -p 56014:56014 -p 56015:56015 -p 56016:56016 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56014 --rest-port=56012 --tcp-port=56013 --discv5-udp-port=56015 --rest-address=0.0.0.0 --nat=extip:172.18.179.194 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f0d1f1be22cfaa8f4c366fec63df5e4dac8cc3c35322c4b0aaeafd0db9630ec7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56016 --metrics-logging=true --relay=true --filter=true --content-topic=/statusim/1/community/cbor
|
|
2026-02-28 04:27:13.309 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.179.194 waku a7103f4a37281c31849d842ef14ecdc23397f022eebe1210777c3c418a761038
|
|
2026-02-28 04:27:13.343 DEBUG [src.node.docker_mananger] Container started with ID a7103f4a3728. Setting up logs at ./log/docker/node1_2026-02-28_04-27-13__3f5a5c0a-81b2-4da4-84e7-939804fb238d__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:13.345 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56012
|
|
2026-02-28 04:27:13.345 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:27:13.361 ERROR [src.node.docker_mananger] Max retries reached for container 6501b6c25efc. Exiting log stream.
|
|
2026-02-28 04:27:13.868 ERROR [src.node.docker_mananger] Max retries reached for container 42b594469b8c. Exiting log stream.
|
|
2026-02-28 04:27:14.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56012/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:14.348 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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-02-28 04:27:14.349 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:27:14.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56012/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:14.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.179.194/tcp/56013/p2p/16Uiu2HAmR3e4MgTrkZxzVzt2VXjhkCubWQKVoNSbw5EA28wRTrKz","/ip4/172.18.179.194/tcp/56014/ws/p2p/16Uiu2HAmR3e4MgTrkZxzVzt2VXjhkCubWQKVoNSbw5EA28wRTrKz"],"enrUri":"enr:-L24QJK5d7AEC-s9CyCIulyPcjJwit_w6zzQIGJ_Y21CYa_UXp8bqGx5rJQ8ds-NpT1txDAx9zvmw6fLvqBHNTgfbQICgmlkgnY0gmlwhKwSs8KKbXVsdGlhZGRyc5YACASsErPCBtrNAAoErBKzwgbazt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDuBmoVZCkljR5GstWExILqcNwBhUq_IDgt4k6UJvnCsGDdGNwgtrNg3VkcILaz4V3YWt1MgU"}'
|
|
2026-02-28 04:27:14.351 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:27:14.358 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:27:14.359 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_04-27-13__3f5a5c0a-81b2-4da4-84e7-939804fb238d__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:14.359 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:27:14.359 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:27:14.360 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:27:14.360 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.180.188
|
|
2026-02-28 04:27:14.360 DEBUG [src.node.docker_mananger] Generated ports ['48253', '48254', '48255', '48256', '48257']
|
|
2026-02-28 04:27:14.361 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:27:14.361 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:27:14.361 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:27:14.361 DEBUG [src.node.docker_mananger] docker run -i -t -p 48253:48253 -p 48254:48254 -p 48255:48255 -p 48256:48256 -p 48257:48257 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48255 --rest-port=48253 --tcp-port=48254 --discv5-udp-port=48256 --rest-address=0.0.0.0 --nat=extip:172.18.180.188 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dd11ffdfec9a5b6ab3f0d99b16138deec644faae9bb1e1fae3d6cfacc2c3e3b1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48257 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJK5d7AEC-s9CyCIulyPcjJwit_w6zzQIGJ_Y21CYa_UXp8bqGx5rJQ8ds-NpT1txDAx9zvmw6fLvqBHNTgfbQICgmlkgnY0gmlwhKwSs8KKbXVsdGlhZGRyc5YACASsErPCBtrNAAoErBKzwgbazt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDuBmoVZCkljR5GstWExILqcNwBhUq_IDgt4k6UJvnCsGDdGNwgtrNg3VkcILaz4V3YWt1MgU --content-topic=/statusim/1/community/cbor
|
|
2026-02-28 04:27:14.557 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.180.188 waku 6913ac3ace10d96287f1b3944e6a5d7f7742054ce4d5d811874a04c008a6b25f
|
|
2026-02-28 04:27:14.591 DEBUG [src.node.docker_mananger] Container started with ID 6913ac3ace10. Setting up logs at ./log/docker/node2_2026-02-28_04-27-13__3f5a5c0a-81b2-4da4-84e7-939804fb238d__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:14.592 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48253
|
|
2026-02-28 04:27:14.592 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:27:15.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48253/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:15.619 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-02-28 04:27:15.619 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:27:15.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48253/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:15.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.180.188/tcp/48254/p2p/16Uiu2HAmNuDJL8gKgj11EVb8ms2QygWsYJyysZMeMG4s19FTb9fD","/ip4/172.18.180.188/tcp/48255/ws/p2p/16Uiu2HAmNuDJL8gKgj11EVb8ms2QygWsYJyysZMeMG4s19FTb9fD"],"enrUri":"enr:-L24QHEBq9vhEFuFP1WzSCZqyClVA-BaYBQ25RZ_OU6nFVwcHJL69n_TxzttLx74CC5wFHSC9rL9bqcbSeDwIwzUJxsCgmlkgnY0gmlwhKwStLyKbXVsdGlhZGRyc5YACASsErS8Brx-AAoErBK0vAa8f90DgnJzhQACAQAAiXNlY3AyNTZrMaEDmDmkXUeQRXiow4O5L7n2mAG1wa-BOY94jfXfhOVOy3iDdGNwgrx-g3VkcIK8gIV3YWt1MgE"}'
|
|
2026-02-28 04:27:15.626 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:27:15.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48253/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.179.194/tcp/56013/p2p/16Uiu2HAmR3e4MgTrkZxzVzt2VXjhkCubWQKVoNSbw5EA28wRTrKz"]'
|
|
2026-02-28 04:27:15.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:27:15.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56012/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
|
2026-02-28 04:27:15.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:27:15.634 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48253/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
|
2026-02-28 04:27:15.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:27:15.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56012/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:27:15.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:27:15.641 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 04:27:15.742 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:27:15.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56012/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:15.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772252835636762030,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:27:15.747 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 04:27:15.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48253/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:15.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772252835636762030,"ephemeral":false,"proof":""}]'
|
|
2026-02-28 04:27:15.752 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 04:27:15.753 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 04:27:15.753 DEBUG [src.node.waku_node] Stopping container with id a7103f4a3728
|
|
2026-02-28 04:27:16.319 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:27:16.320 DEBUG [src.node.waku_node] Stopping container with id 6913ac3ace10
|
|
2026-02-28 04:27:16.886 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:27:16.891 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 04:27:16.906 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 04:27:16.911 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|