mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-02-22 14:53:19 +00:00
141 lines
25 KiB
Plaintext
141 lines
25 KiB
Plaintext
2026-02-04 11:56:30.819 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-04 11:56:30.819 DEBUG [tests.conftest] Running test: test_multiple_pubsub_topics_same_cluster with id: 2026-02-04_11-56-30__56c3fec4-7de1-4c9b-89d7-3c83c58f49a2
|
|
2026-02-04 11:56:30.820 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-04 11:56:30.820 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-04 11:56:30.820 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-04 11:56:30.828 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 11:56:30.828 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-04_11-56-30__56c3fec4-7de1-4c9b-89d7-3c83c58f49a2__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:56:30.828 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 11:56:30.828 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 11:56:30.830 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 11:56:30.830 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.158.124
|
|
2026-02-04 11:56:30.831 DEBUG [src.node.docker_mananger] Generated ports ['19957', '19958', '19959', '19960', '19961']
|
|
2026-02-04 11:56:30.831 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-04 11:56:30.831 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-04 11:56:30.831 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 11:56:30.831 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 11:56:30.831 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 11:56:30.831 DEBUG [src.node.docker_mananger] docker run -i -t -p 19957:19957 -p 19958:19958 -p 19959:19959 -p 19960:19960 -p 19961:19961 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=19959 --rest-port=19957 --tcp-port=19958 --discv5-udp-port=19960 --rest-address=0.0.0.0 --nat=extip:172.18.158.124 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bcb3fb5cafcd13d501e62efbc9029efb6dd6a50be37b834d95ccdeaa1f61feef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19961 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-04 11:56:31.034 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.158.124 waku 63423c8593e4e6b9590a366e182520167b2db35522433dc088dc9e0d99cfa59a
|
|
2026-02-04 11:56:31.059 ERROR [src.node.docker_mananger] Max retries reached for container cea3c7112f59. Exiting log stream.
|
|
2026-02-04 11:56:31.068 DEBUG [src.node.docker_mananger] Container started with ID 63423c8593e4. Setting up logs at ./log/docker/node1_2026-02-04_11-56-30__56c3fec4-7de1-4c9b-89d7-3c83c58f49a2__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:56:31.069 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19957
|
|
2026-02-04 11:56:31.069 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 11:56:31.626 ERROR [src.node.docker_mananger] Max retries reached for container 107198feef06. Exiting log stream.
|
|
2026-02-04 11:56:32.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19957/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:32.074 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"}]}'
|
|
2026-02-04 11:56:32.074 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 11:56:32.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19957/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:32.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.158.124/tcp/19958/p2p/16Uiu2HAmM4jPFj13Uiou8VBaH5mCwuSopbvAq3u1njZVzWAFFNjd","/ip4/172.18.158.124/tcp/19959/ws/p2p/16Uiu2HAmM4jPFj13Uiou8VBaH5mCwuSopbvAq3u1njZVzWAFFNjd"],"enrUri":"enr:-L24QBSGpQjl90FDGNUc90brUYP92ogLO10GbVSEq4v3zQd-YjL2cmjLb17r5EimfS3c1jDBs_77ydxoE5okHSUb6UMCgmlkgnY0gmlwhKwSnnyKbXVsdGlhZGRyc5YACASsEp58Bk32AAoErBKefAZN990DgnJzhQACAQAAiXNlY3AyNTZrMaEDfPKDOFNIIuH1krZfM861K7wCBF2Vo8TdBeJlo3UZPQyDdGNwgk32g3VkcIJN-IV3YWt1MgU"}'
|
|
2026-02-04 11:56:32.077 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 11:56:32.084 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 11:56:32.084 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-04_11-56-30__56c3fec4-7de1-4c9b-89d7-3c83c58f49a2__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:56:32.084 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 11:56:32.084 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 11:56:32.086 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 11:56:32.086 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.217.131
|
|
2026-02-04 11:56:32.086 DEBUG [src.node.docker_mananger] Generated ports ['2114', '2115', '2116', '2117', '2118']
|
|
2026-02-04 11:56:32.086 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-04 11:56:32.086 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-04 11:56:32.086 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 11:56:32.086 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 11:56:32.086 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 11:56:32.086 DEBUG [src.node.docker_mananger] docker run -i -t -p 2114:2114 -p 2115:2115 -p 2116:2116 -p 2117:2117 -p 2118:2118 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=2116 --rest-port=2114 --tcp-port=2115 --discv5-udp-port=2117 --rest-address=0.0.0.0 --nat=extip:172.18.217.131 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=84cae7ddb38e4baff62afb0733ad357d160ebc229120dbe0dd65aad426cb83dc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2118 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBSGpQjl90FDGNUc90brUYP92ogLO10GbVSEq4v3zQd-YjL2cmjLb17r5EimfS3c1jDBs_77ydxoE5okHSUb6UMCgmlkgnY0gmlwhKwSnnyKbXVsdGlhZGRyc5YACASsEp58Bk32AAoErBKefAZN990DgnJzhQACAQAAiXNlY3AyNTZrMaEDfPKDOFNIIuH1krZfM861K7wCBF2Vo8TdBeJlo3UZPQyDdGNwgk32g3VkcIJN-IV3YWt1MgU
|
|
2026-02-04 11:56:32.275 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.217.131 waku 775661a480c3d7850581fe119c88da5eae36f5ff0cdbc2e8ff138449777d2d0e
|
|
2026-02-04 11:56:32.306 DEBUG [src.node.docker_mananger] Container started with ID 775661a480c3. Setting up logs at ./log/docker/node2_2026-02-04_11-56-30__56c3fec4-7de1-4c9b-89d7-3c83c58f49a2__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:56:32.307 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2114
|
|
2026-02-04 11:56:32.307 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 11:56:33.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2114/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:33.323 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":"READY"}]}'
|
|
2026-02-04 11:56:33.327 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 11:56:33.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2114/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:33.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.131/tcp/2115/p2p/16Uiu2HAmMTjq65TWu4n3aETywT1jQAeGaNxEyRPqTuvFtuizyM13","/ip4/172.18.217.131/tcp/2116/ws/p2p/16Uiu2HAmMTjq65TWu4n3aETywT1jQAeGaNxEyRPqTuvFtuizyM13"],"enrUri":"enr:-L24QA2c1zYuSpt300bxDRNa1M48dk75K9S719QgCgHkMk_nPfLKksf08nqqUJ3Ac9Ra0t8QgDTdARl6Uw1eC_Vhwb8CgmlkgnY0gmlwhKwS2YOKbXVsdGlhZGRyc5YACASsEtmDBghDAAoErBLZgwYIRN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDgtdf86Q-mKTeLUrG3A00UHKjDyxMbObg0Hv7ZM58y0KDdGNwgghDg3VkcIIIRYV3YWt1MgE"}'
|
|
2026-02-04 11:56:33.331 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 11:56:33.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2114/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.158.124/tcp/19958/p2p/16Uiu2HAmM4jPFj13Uiou8VBaH5mCwuSopbvAq3u1njZVzWAFFNjd"]'
|
|
2026-02-04 11:56:33.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:56:33.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19957/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-02-04 11:56:33.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:56:33.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2114/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-02-04 11:56:33.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:56:33.358 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:56:33.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:56:33.368 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:56:33.469 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:33.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:33.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206193358141005,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:33.473 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:33.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2114/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:33.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206193358141005,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:33.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:56:33.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:56:33.482 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:56:33.583 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:33.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:33.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206193478023960,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:33.588 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:33.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2114/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:33.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206193478023960,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:33.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:56:33.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:56:33.596 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:56:33.697 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:33.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:33.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206193592180134,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:33.701 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:33.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2114/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:33.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206193592180134,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:33.707 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:56:33.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:56:33.711 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:56:33.812 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:33.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:33.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206193707011201,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:33.817 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:33.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2114/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:33.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206193707011201,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:33.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:56:33.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:56:33.825 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:56:33.926 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:33.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:33.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206193821128949,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:33.930 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:33.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2114/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:33.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206193821128949,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:33.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:56:33.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:56:33.939 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:56:34.039 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:34.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:34.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206193934970628,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:34.046 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:34.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2114/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:34.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206193934970628,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:34.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:56:34.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:56:34.056 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:56:34.156 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:34.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:34.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206194050535249,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:34.161 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:34.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2114/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:34.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206194050535249,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:34.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 11:56:34.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:56:34.170 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 11:56:34.271 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:34.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19957/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:34.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206194165433436,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:34.275 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 11:56:34.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2114/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:56:34.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770206194165433436,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 11:56:34.281 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-04 11:56:34.282 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-04 11:56:34.282 DEBUG [src.node.waku_node] Stopping container with id 63423c8593e4
|
|
2026-02-04 11:56:34.875 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 11:56:34.877 DEBUG [src.node.waku_node] Stopping container with id 775661a480c3
|
|
2026-02-04 11:56:35.418 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 11:56:35.420 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-04 11:56:35.431 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 11:56:35.440 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|