mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 17:03:12 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2025-12-10 04:12:04.248 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-10 04:12:04.249 DEBUG [tests.conftest] Running test: test_single_content_topic[/waku/2/content/test.js] with id: 2025-12-10_04-12-04__5c9a106f-82f6-4568-bd04-34fb17a6bdb7
|
|
2025-12-10 04:12:04.249 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-10 04:12:04.249 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-10 04:12:04.250 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-10 04:12:04.257 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:12:04.258 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-12-04__5c9a106f-82f6-4568-bd04-34fb17a6bdb7__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:12:04.258 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:12:04.258 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:12:04.259 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:12:04.259 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.53.196
|
|
2025-12-10 04:12:04.260 DEBUG [src.node.docker_mananger] Generated ports ['53476', '53477', '53478', '53479', '53480']
|
|
2025-12-10 04:12:04.260 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:12:04.260 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:12:04.260 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:12:04.260 DEBUG [src.node.docker_mananger] docker run -i -t -p 53476:53476 -p 53477:53477 -p 53478:53478 -p 53479:53479 -p 53480:53480 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=53478 --rest-port=53476 --tcp-port=53477 --discv5-udp-port=53479 --rest-address=0.0.0.0 --nat=extip:172.18.53.196 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cc846cc7fba4e15bb0d9beabb5e1f098d5bcbc64ebaee6a2c777bba72010a49e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53480 --metrics-logging=true --relay=true --filter=true --content-topic=/waku/2/content/test.js
|
|
2025-12-10 04:12:04.445 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.53.196 waku c7eddd4fb195308062319930bf7b1bc5230589505d6e4588d4d8b74d0cacb566
|
|
2025-12-10 04:12:04.477 DEBUG [src.node.docker_mananger] Container started with ID c7eddd4fb195. Setting up logs at ./log/docker/node1_2025-12-10_04-12-04__5c9a106f-82f6-4568-bd04-34fb17a6bdb7__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:12:04.479 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53476
|
|
2025-12-10 04:12:04.480 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:12:04.536 ERROR [src.node.docker_mananger] Max retries reached for container 95fad4d288af. Exiting log stream.
|
|
2025-12-10 04:12:05.043 ERROR [src.node.docker_mananger] Max retries reached for container 1924545f24f7. Exiting log stream.
|
|
2025-12-10 04:12:05.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53476/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:05.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
|
2025-12-10 04:12:05.485 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:12:05.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53476/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:05.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.53.196/tcp/53477/p2p/16Uiu2HAmN7rbxsSXyKgLr4i5gTKJM8tLNweRcHWBGwKtbRcg5wLN","/ip4/172.18.53.196/tcp/53478/ws/p2p/16Uiu2HAmN7rbxsSXyKgLr4i5gTKJM8tLNweRcHWBGwKtbRcg5wLN"],"enrUri":"enr:-L24QC-pGAWFkghZgj1u916HHWzu2L9z4F7wGrz93l2RE7pmZQmTykHltpga_3auvX8ejN_0iIEoBhR1Wyr9CJtUwisCgmlkgnY0gmlwhKwSNcSKbXVsdGlhZGRyc5YACASsEjXEBtDlAAoErBI1xAbQ5t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDjJsayLwlnaDco8ctaViUfIusOk7eF0bZce9LpgOFduuDdGNwgtDlg3VkcILQ54V3YWt1MgU"}'
|
|
2025-12-10 04:12:05.487 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:12:05.493 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:12:05.494 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-10_04-12-04__5c9a106f-82f6-4568-bd04-34fb17a6bdb7__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:12:05.494 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:12:05.494 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:12:05.495 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:12:05.495 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.6.165
|
|
2025-12-10 04:12:05.495 DEBUG [src.node.docker_mananger] Generated ports ['44072', '44073', '44074', '44075', '44076']
|
|
2025-12-10 04:12:05.496 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:12:05.496 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:12:05.496 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:12:05.496 DEBUG [src.node.docker_mananger] docker run -i -t -p 44072:44072 -p 44073:44073 -p 44074:44074 -p 44075:44075 -p 44076:44076 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=44074 --rest-port=44072 --tcp-port=44073 --discv5-udp-port=44075 --rest-address=0.0.0.0 --nat=extip:172.18.6.165 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6ee4bf774b2ad5aeeaf50a64dc9f03faf5fceff4bc5fa8b31b380abe6c74a6f0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44076 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QC-pGAWFkghZgj1u916HHWzu2L9z4F7wGrz93l2RE7pmZQmTykHltpga_3auvX8ejN_0iIEoBhR1Wyr9CJtUwisCgmlkgnY0gmlwhKwSNcSKbXVsdGlhZGRyc5YACASsEjXEBtDlAAoErBI1xAbQ5t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDjJsayLwlnaDco8ctaViUfIusOk7eF0bZce9LpgOFduuDdGNwgtDlg3VkcILQ54V3YWt1MgU --content-topic=/waku/2/content/test.js
|
|
2025-12-10 04:12:05.683 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.6.165 waku 140f7d9ebfda248e12f42dca4aa591030822fbe996f3b8148364e4e3f52b16e7
|
|
2025-12-10 04:12:05.714 DEBUG [src.node.docker_mananger] Container started with ID 140f7d9ebfda. Setting up logs at ./log/docker/node2_2025-12-10_04-12-04__5c9a106f-82f6-4568-bd04-34fb17a6bdb7__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:12:05.716 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44072
|
|
2025-12-10 04:12:05.716 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:12:06.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44072/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:06.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"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":"READY"}]}'
|
|
2025-12-10 04:12:06.732 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:12:06.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44072/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:06.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.6.165/tcp/44073/p2p/16Uiu2HAkuzojGQCRSosbdVzfDH7QkxLzsFA9bt3PiK4AS7f5goL5","/ip4/172.18.6.165/tcp/44074/ws/p2p/16Uiu2HAkuzojGQCRSosbdVzfDH7QkxLzsFA9bt3PiK4AS7f5goL5"],"enrUri":"enr:-L24QPKT_TJ1zcU2SABAmBMLBvaB4-TqrowD-nAxcvyXlTBAfU6AFxLB-jwkbv0W5D9y4q-S028jF6MBlCzGdZZbobwCgmlkgnY0gmlwhKwSBqWKbXVsdGlhZGRyc5YACASsEgalBqwpAAoErBIGpQasKt0DgnJzhQACAQAAiXNlY3AyNTZrMaECCHzt2vgrtyKsBAmaXh3IEjjhvUgKcZ6BbXyPQoqRGeKDdGNwgqwpg3VkcIKsK4V3YWt1MgE"}'
|
|
2025-12-10 04:12:06.736 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:12:06.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44072/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.53.196/tcp/53477/p2p/16Uiu2HAmN7rbxsSXyKgLr4i5gTKJM8tLNweRcHWBGwKtbRcg5wLN"]'
|
|
2025-12-10 04:12:06.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:06.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53476/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2025-12-10 04:12:06.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:06.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44072/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2025-12-10 04:12:06.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:06.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53476/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:12:06.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:06.751 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:12:06.851 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:06.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53476/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:06.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1765339926745892766,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:06.856 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:06.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44072/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:06.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1765339926745892766,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:06.862 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-10 04:12:06.862 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-10 04:12:06.863 DEBUG [src.node.waku_node] Stopping container with id c7eddd4fb195
|
|
2025-12-10 04:12:07.383 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:12:07.383 DEBUG [src.node.waku_node] Stopping container with id 140f7d9ebfda
|
|
2025-12-10 04:12:07.919 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:12:07.920 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-10 04:12:07.926 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-10 04:12:07.931 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|