mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 00:23:10 +00:00
163 lines
30 KiB
Plaintext
163 lines
30 KiB
Plaintext
2026-02-04 17:10:30.202 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-04 17:10:30.202 DEBUG [tests.conftest] Running test: test_optional_nodes_not_subscribed_to_same_pubsub_topic with id: 2026-02-04_17-10-30__e7d00e5b-c9c3-4d4a-a3e5-07d4d00bd938
|
|
2026-02-04 17:10:30.203 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-04 17:10:30.203 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-04 17:10:30.204 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
|
2026-02-04 17:10:30.213 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:10:30.213 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-04_17-10-30__e7d00e5b-c9c3-4d4a-a3e5-07d4d00bd938__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:10:30.213 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:10:30.214 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:10:30.216 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:10:30.217 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.156.133
|
|
2026-02-04 17:10:30.217 DEBUG [src.node.docker_mananger] Generated ports ['53110', '53111', '53112', '53113', '53114']
|
|
2026-02-04 17:10:30.217 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:10:30.218 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:10:30.219 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:10:30.219 DEBUG [src.node.docker_mananger] docker run -i -t -p 53110:53110 -p 53111:53111 -p 53112:53112 -p 53113:53113 -p 53114:53114 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=53112 --rest-port=53110 --tcp-port=53111 --discv5-udp-port=53113 --rest-address=0.0.0.0 --nat=extip:172.18.156.133 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dc2fa1ddfdc881165dee5daf2f7ddd1264327fa8b7ae6d0ff4f488afb7ff64fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53114 --metrics-logging=true --relay=true
|
|
2026-02-04 17:10:30.403 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.156.133 waku 313b86b034f8f3b0ac652775f19d4c2e930d67f695218a61a63bad9463a00408
|
|
2026-02-04 17:10:30.434 DEBUG [src.node.docker_mananger] Container started with ID 313b86b034f8. Setting up logs at ./log/docker/node1_2026-02-04_17-10-30__e7d00e5b-c9c3-4d4a-a3e5-07d4d00bd938__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:10:30.435 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53110
|
|
2026-02-04 17:10:30.436 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:10:30.483 ERROR [src.node.docker_mananger] Max retries reached for container f6835ffc7501. Exiting log stream.
|
|
2026-02-04 17:10:31.048 ERROR [src.node.docker_mananger] Max retries reached for container 04936ebf09a5. Exiting log stream.
|
|
2026-02-04 17:10:31.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53110/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:10:31.441 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_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"}]}'
|
|
2026-02-04 17:10:31.441 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:10:31.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53110/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:10:31.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.156.133/tcp/53111/p2p/16Uiu2HAm4HicM4aSCVX67iGxJz8siYUmtX1vZFUjTpyRwzNMRp31","/ip4/172.18.156.133/tcp/53112/ws/p2p/16Uiu2HAm4HicM4aSCVX67iGxJz8siYUmtX1vZFUjTpyRwzNMRp31"],"enrUri":"enr:-L24QKSZFyVZUVsahMSXVt-yNvKHP8k5_xh-SF8LExkUgpTVdfJj1tcHP9oXu--NXp51SiQNzSX4uvYZLFrZ45DbuC8CgmlkgnY0gmlwhKwSnIWKbXVsdGlhZGRyc5YACASsEpyFBs93AAoErBKchQbPeN0DgnJzhQADAQAAiXNlY3AyNTZrMaECg6-Chvvi_og4Tfesv7p0pygEHrSdkxcRrhfVRMrlOHCDdGNwgs93g3VkcILPeYV3YWt1MgE"}'
|
|
2026-02-04 17:10:31.444 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:10:31.450 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:10:31.451 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-04_17-10-30__e7d00e5b-c9c3-4d4a-a3e5-07d4d00bd938__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:10:31.451 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:10:31.451 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:10:31.452 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:10:31.452 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.211.56
|
|
2026-02-04 17:10:31.452 DEBUG [src.node.docker_mananger] Generated ports ['29460', '29461', '29462', '29463', '29464']
|
|
2026-02-04 17:10:31.453 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:10:31.453 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:10:31.453 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:10:31.453 DEBUG [src.node.docker_mananger] docker run -i -t -p 29460:29460 -p 29461:29461 -p 29462:29462 -p 29463:29463 -p 29464:29464 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=29462 --rest-port=29460 --tcp-port=29461 --discv5-udp-port=29463 --rest-address=0.0.0.0 --nat=extip:172.18.211.56 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5fe9ebe45bea90eaccff6bee5cec1bff72beab5c6f6cabae0be4d2fb5c8de9f7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29464 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKSZFyVZUVsahMSXVt-yNvKHP8k5_xh-SF8LExkUgpTVdfJj1tcHP9oXu--NXp51SiQNzSX4uvYZLFrZ45DbuC8CgmlkgnY0gmlwhKwSnIWKbXVsdGlhZGRyc5YACASsEpyFBs93AAoErBKchQbPeN0DgnJzhQADAQAAiXNlY3AyNTZrMaECg6-Chvvi_og4Tfesv7p0pygEHrSdkxcRrhfVRMrlOHCDdGNwgs93g3VkcILPeYV3YWt1MgE
|
|
2026-02-04 17:10:31.635 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.211.56 waku 3cdfae239530ae42d9186d5309650aab3604f5c59459314cb3ea0eedba26c119
|
|
2026-02-04 17:10:31.664 DEBUG [src.node.docker_mananger] Container started with ID 3cdfae239530. Setting up logs at ./log/docker/node2_2026-02-04_17-10-30__e7d00e5b-c9c3-4d4a-a3e5-07d4d00bd938__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:10:31.664 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29460
|
|
2026-02-04 17:10:31.665 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:10:32.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29460/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:10:32.679 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_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"}]}'
|
|
2026-02-04 17:10:32.680 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:10:32.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29460/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:10:32.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.211.56/tcp/29461/p2p/16Uiu2HAmGRkv1atfZPkWp9WnmX6y6wZh2BqQySEAbZmY1hfzBrwH","/ip4/172.18.211.56/tcp/29462/ws/p2p/16Uiu2HAmGRkv1atfZPkWp9WnmX6y6wZh2BqQySEAbZmY1hfzBrwH"],"enrUri":"enr:-L24QL4DwzDBXmukU_6OPpmbl7vXArQIGFVHQj56v8MPDe5JKe0Zpf55isCdXpC6vTaH9hEeYE6N6UsCNvmtOqajfGACgmlkgnY0gmlwhKwS0ziKbXVsdGlhZGRyc5YACASsEtM4BnMVAAoErBLTOAZzFt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOAsBVrk1tswq3tmwE1yFrEChS9TT07ArREd28gSpBRCDdGNwgnMVg3VkcIJzF4V3YWt1MgE"}'
|
|
2026-02-04 17:10:32.689 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:10:32.689 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29460/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.156.133/tcp/53111/p2p/16Uiu2HAm4HicM4aSCVX67iGxJz8siYUmtX1vZFUjTpyRwzNMRp31"]'
|
|
2026-02-04 17:10:32.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:10:32.692 DEBUG [src.steps.relay] Running fixture setup: setup_optional_relay_nodes
|
|
2026-02-04 17:10:32.698 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:10:32.698 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-04_17-10-30__e7d00e5b-c9c3-4d4a-a3e5-07d4d00bd938__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:10:32.698 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:10:32.699 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:10:32.700 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:10:32.700 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.199.148
|
|
2026-02-04 17:10:32.700 DEBUG [src.node.docker_mananger] Generated ports ['23553', '23554', '23555', '23556', '23557']
|
|
2026-02-04 17:10:32.700 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:10:32.700 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:10:32.701 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:10:32.701 DEBUG [src.node.docker_mananger] docker run -i -t -p 23553:23553 -p 23554:23554 -p 23555:23555 -p 23556:23556 -p 23557:23557 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=23555 --rest-port=23553 --tcp-port=23554 --discv5-udp-port=23556 --rest-address=0.0.0.0 --nat=extip:172.18.199.148 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=07bc86ce33cea240e24cd73fee8da6a0fcab8ff024b45665da64c56477dda889 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23557 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKSZFyVZUVsahMSXVt-yNvKHP8k5_xh-SF8LExkUgpTVdfJj1tcHP9oXu--NXp51SiQNzSX4uvYZLFrZ45DbuC8CgmlkgnY0gmlwhKwSnIWKbXVsdGlhZGRyc5YACASsEpyFBs93AAoErBKchQbPeN0DgnJzhQADAQAAiXNlY3AyNTZrMaECg6-Chvvi_og4Tfesv7p0pygEHrSdkxcRrhfVRMrlOHCDdGNwgs93g3VkcILPeYV3YWt1MgE
|
|
2026-02-04 17:10:32.880 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.199.148 waku d161dbae930bcf85e15945e05f0e1bb7a006f732424fb8a660899dbc52ee236a
|
|
2026-02-04 17:10:32.910 DEBUG [src.node.docker_mananger] Container started with ID d161dbae930b. Setting up logs at ./log/docker/node3_2026-02-04_17-10-30__e7d00e5b-c9c3-4d4a-a3e5-07d4d00bd938__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:10:32.911 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23553
|
|
2026-02-04 17:10:32.911 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:10:33.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23553/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:10:33.922 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_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"}]}'
|
|
2026-02-04 17:10:33.922 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:10:33.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23553/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:10:33.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.199.148/tcp/23554/p2p/16Uiu2HAmTY1pspucaE2FiyoaGCbBVvECPWYm497t1a5mpoisCQih","/ip4/172.18.199.148/tcp/23555/ws/p2p/16Uiu2HAmTY1pspucaE2FiyoaGCbBVvECPWYm497t1a5mpoisCQih"],"enrUri":"enr:-L24QDpvoX_B35x61eCYaKn6-ksonSXPw1v_yWPE-tBaOvj6JC0IBkf9RSY-8PnWdY5x4loRIuRHkP1Ib1qaICV99EcCgmlkgnY0gmlwhKwSx5SKbXVsdGlhZGRyc5YACASsEseUBlwCAAoErBLHlAZcA90DgnJzhQADAQAAiXNlY3AyNTZrMaED3RXoIH2mrcG7SfatAIY20WMC0k57pM2dAZW0regQsCaDdGNwglwCg3VkcIJcBIV3YWt1MgE"}'
|
|
2026-02-04 17:10:33.929 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:10:33.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23553/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.156.133/tcp/53111/p2p/16Uiu2HAm4HicM4aSCVX67iGxJz8siYUmtX1vZFUjTpyRwzNMRp31"]'
|
|
2026-02-04 17:10:33.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:10:33.939 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:10:33.940 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-02-04_17-10-30__e7d00e5b-c9c3-4d4a-a3e5-07d4d00bd938__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:10:33.940 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:10:33.940 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:10:33.941 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:10:33.941 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.32.162
|
|
2026-02-04 17:10:33.942 DEBUG [src.node.docker_mananger] Generated ports ['8648', '8649', '8650', '8651', '8652']
|
|
2026-02-04 17:10:33.942 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:10:33.942 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:10:33.942 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:10:33.942 DEBUG [src.node.docker_mananger] docker run -i -t -p 8648:8648 -p 8649:8649 -p 8650:8650 -p 8651:8651 -p 8652:8652 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=8650 --rest-port=8648 --tcp-port=8649 --discv5-udp-port=8651 --rest-address=0.0.0.0 --nat=extip:172.18.32.162 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1bafeab3f9a233bdd47e6b09dae596f4fd51fb9ea0bcb2aad7d9dc4ea7c2aecd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8652 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKSZFyVZUVsahMSXVt-yNvKHP8k5_xh-SF8LExkUgpTVdfJj1tcHP9oXu--NXp51SiQNzSX4uvYZLFrZ45DbuC8CgmlkgnY0gmlwhKwSnIWKbXVsdGlhZGRyc5YACASsEpyFBs93AAoErBKchQbPeN0DgnJzhQADAQAAiXNlY3AyNTZrMaECg6-Chvvi_og4Tfesv7p0pygEHrSdkxcRrhfVRMrlOHCDdGNwgs93g3VkcILPeYV3YWt1MgE
|
|
2026-02-04 17:10:34.126 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.32.162 waku 77703ebf6002e5d8ab5319255c81ddd5845103e228842ed540863280f679be9d
|
|
2026-02-04 17:10:34.157 DEBUG [src.node.docker_mananger] Container started with ID 77703ebf6002. Setting up logs at ./log/docker/node4_2026-02-04_17-10-30__e7d00e5b-c9c3-4d4a-a3e5-07d4d00bd938__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:10:34.158 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8648
|
|
2026-02-04 17:10:34.158 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:10:35.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8648/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:10:35.166 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_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"}]}'
|
|
2026-02-04 17:10:35.167 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:10:35.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8648/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:10:35.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.32.162/tcp/8649/p2p/16Uiu2HAm3VSzuPe5bqSTYuBpjmVUHHGtTs2KTXK55ZpzTm2t5NbL","/ip4/172.18.32.162/tcp/8650/ws/p2p/16Uiu2HAm3VSzuPe5bqSTYuBpjmVUHHGtTs2KTXK55ZpzTm2t5NbL"],"enrUri":"enr:-L24QOS_sHPJQyX3ovG-wMhBHF-C3AI5yrAgw3NqOlbv81wtZ0ND7DP68Ocj4w9v9vsaiFOddm3u_aRh_ceebkMNC5kCgmlkgnY0gmlwhKwSIKKKbXVsdGlhZGRyc5YACASsEiCiBiHJAAoErBIgogYhyt0DgnJzhQADAQAAiXNlY3AyNTZrMaECd9UkIndS-4gXY6gi55690DFE7RA0qXwJZnqem8et9yuDdGNwgiHJg3VkcIIhy4V3YWt1MgE"}'
|
|
2026-02-04 17:10:35.172 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:10:35.172 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8648/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.156.133/tcp/53111/p2p/16Uiu2HAm4HicM4aSCVX67iGxJz8siYUmtX1vZFUjTpyRwzNMRp31"]'
|
|
2026-02-04 17:10:35.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:10:35.183 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:10:35.183 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-02-04_17-10-30__e7d00e5b-c9c3-4d4a-a3e5-07d4d00bd938__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:10:35.184 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:10:35.184 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:10:35.185 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:10:35.185 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.117.201
|
|
2026-02-04 17:10:35.185 DEBUG [src.node.docker_mananger] Generated ports ['13392', '13393', '13394', '13395', '13396']
|
|
2026-02-04 17:10:35.185 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:10:35.185 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:10:35.186 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:10:35.186 DEBUG [src.node.docker_mananger] docker run -i -t -p 13392:13392 -p 13393:13393 -p 13394:13394 -p 13395:13395 -p 13396:13396 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=13394 --rest-port=13392 --tcp-port=13393 --discv5-udp-port=13395 --rest-address=0.0.0.0 --nat=extip:172.18.117.201 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9ae0fc40cfd1cc1b2ee9fab526bc6f3e34ee8203ebdeb9ec99463f0307d67cff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13396 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKSZFyVZUVsahMSXVt-yNvKHP8k5_xh-SF8LExkUgpTVdfJj1tcHP9oXu--NXp51SiQNzSX4uvYZLFrZ45DbuC8CgmlkgnY0gmlwhKwSnIWKbXVsdGlhZGRyc5YACASsEpyFBs93AAoErBKchQbPeN0DgnJzhQADAQAAiXNlY3AyNTZrMaECg6-Chvvi_og4Tfesv7p0pygEHrSdkxcRrhfVRMrlOHCDdGNwgs93g3VkcILPeYV3YWt1MgE
|
|
2026-02-04 17:10:35.377 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.117.201 waku 25babf09c3a75bb19524234145329659a93415130f24d906dde8d516d7086ab8
|
|
2026-02-04 17:10:35.410 DEBUG [src.node.docker_mananger] Container started with ID 25babf09c3a7. Setting up logs at ./log/docker/node5_2026-02-04_17-10-30__e7d00e5b-c9c3-4d4a-a3e5-07d4d00bd938__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:10:35.410 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13392
|
|
2026-02-04 17:10:35.410 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:10:36.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13392/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:10:36.418 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_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"}]}'
|
|
2026-02-04 17:10:36.418 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:10:36.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13392/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:10:36.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.117.201/tcp/13393/p2p/16Uiu2HAkytNGrnqQx4Ux2fS1AU4S4to9UkyMUdpLai7d2B3YVjW5","/ip4/172.18.117.201/tcp/13394/ws/p2p/16Uiu2HAkytNGrnqQx4Ux2fS1AU4S4to9UkyMUdpLai7d2B3YVjW5"],"enrUri":"enr:-L24QEprsaZAGNtUqmKtDtS2ze_2Jw_IrjPttven6p-1CyF4PiCZ_YPpuaxjndYYN1vVXvN7jfRwypQi1ISouNCgl9UCgmlkgnY0gmlwhKwSdcmKbXVsdGlhZGRyc5YACASsEnXJBjRRAAoErBJ1yQY0Ut0DgnJzhQADAQAAiXNlY3AyNTZrMaECQkVo2kSWagUFiP7JgrLV7-i-YYFpKhIiYMMaT5iVEA6DdGNwgjRRg3VkcII0U4V3YWt1MgE"}'
|
|
2026-02-04 17:10:36.424 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:10:36.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13392/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.156.133/tcp/53111/p2p/16Uiu2HAm4HicM4aSCVX67iGxJz8siYUmtX1vZFUjTpyRwzNMRp31"]'
|
|
2026-02-04 17:10:36.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:10:36.429 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
|
2026-02-04 17:10:36.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53110/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-04 17:10:36.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:10:36.437 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29460/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-04 17:10:36.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:10:36.444 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53110/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 17:10:36.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:10:36.450 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:10:36.550 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:10:36.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53110/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:10:36.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1770225036444088832,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:10:36.555 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:10:36.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29460/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:10:36.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1770225036444088832,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:10:36.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53110/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 17:10:36.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:10:36.564 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:10:36.664 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:10:36.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23553/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:10:36.666 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:23553/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b''
|
|
2026-02-04 17:10:36.669 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-04 17:10:36.670 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-04 17:10:36.670 DEBUG [src.node.waku_node] Stopping container with id 313b86b034f8
|
|
2026-02-04 17:10:37.207 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:10:37.207 DEBUG [src.node.waku_node] Stopping container with id 3cdfae239530
|
|
2026-02-04 17:10:37.757 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:10:37.757 DEBUG [src.node.waku_node] Stopping container with id d161dbae930b
|
|
2026-02-04 17:10:38.019 ERROR [src.node.docker_mananger] Max retries reached for container 313b86b034f8. Exiting log stream.
|
|
2026-02-04 17:10:38.307 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:10:38.307 DEBUG [src.node.waku_node] Stopping container with id 77703ebf6002
|
|
2026-02-04 17:10:38.570 ERROR [src.node.docker_mananger] Max retries reached for container 3cdfae239530. Exiting log stream.
|
|
2026-02-04 17:10:38.834 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:10:38.836 DEBUG [src.node.waku_node] Stopping container with id 25babf09c3a7
|
|
2026-02-04 17:10:39.119 ERROR [src.node.docker_mananger] Max retries reached for container d161dbae930b. Exiting log stream.
|
|
2026-02-04 17:10:39.337 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:10:39.338 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-04 17:10:39.352 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 17:10:39.357 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 17:10:39.362 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 17:10:39.366 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 17:10:39.371 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|