mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 16:43:56 +00:00
85 lines
15 KiB
Plaintext
85 lines
15 KiB
Plaintext
2026-03-18 04:44:54.080 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-18 04:44:54.082 DEBUG [tests.conftest] Running test: test_publish_with_no_timestamp with id: 2026-03-18_04-44-54__a7c3dfa1-4fbf-4e2d-bcda-c7184a4bea2e
|
|
2026-03-18 04:44:54.083 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-18 04:44:54.083 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-18 04:44:54.084 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
|
2026-03-18 04:44:54.094 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-18 04:44:54.094 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-18_04-44-54__a7c3dfa1-4fbf-4e2d-bcda-c7184a4bea2e__wakuorg_nwaku:latest.log
|
|
2026-03-18 04:44:54.094 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 04:44:54.094 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 04:44:54.098 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 04:44:54.099 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.65.234
|
|
2026-03-18 04:44:54.099 DEBUG [src.node.docker_mananger] Generated ports ['30761', '30762', '30763', '30764', '30765']
|
|
2026-03-18 04:44:54.100 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 04:44:54.101 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 04:44:54.102 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 04:44:54.102 DEBUG [src.node.docker_mananger] docker run -i -t -p 30761:30761 -p 30762:30762 -p 30763:30763 -p 30764:30764 -p 30765:30765 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=30763 --rest-port=30761 --tcp-port=30762 --discv5-udp-port=30764 --rest-address=0.0.0.0 --nat=extip:172.18.65.234 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6ffcabcbb602e3930bd4e2c7e07bc7fd615b181df95be5d6f67cb2d9ad7063d3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30765 --metrics-logging=true --relay=true
|
|
2026-03-18 04:44:54.277 ERROR [src.node.docker_mananger] Max retries reached for container e0e5cf14f5f7. Exiting log stream.
|
|
2026-03-18 04:44:54.310 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.65.234 waku 0b97d4ba26f32734b7a88601b3b6db44c854e801e19070eab221de313d846ff9
|
|
2026-03-18 04:44:54.349 DEBUG [src.node.docker_mananger] Container started with ID 0b97d4ba26f3. Setting up logs at ./log/docker/node1_2026-03-18_04-44-54__a7c3dfa1-4fbf-4e2d-bcda-c7184a4bea2e__wakuorg_nwaku:latest.log
|
|
2026-03-18 04:44:54.350 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30761
|
|
2026-03-18 04:44:54.350 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 04:44:54.935 ERROR [src.node.docker_mananger] Max retries reached for container 3096ac990ba8. Exiting log stream.
|
|
2026-03-18 04:44:55.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30761/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:44:55.355 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-18 04:44:55.355 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 04:44:55.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30761/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:44:55.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.65.234/tcp/30762/p2p/16Uiu2HAm1gXKJHBkSXdac3SMA35YCQ9YDwzohEP1k7uTbXxvoGjy","/ip4/172.18.65.234/tcp/30763/ws/p2p/16Uiu2HAm1gXKJHBkSXdac3SMA35YCQ9YDwzohEP1k7uTbXxvoGjy"],"enrUri":"enr:-L24QC_lL4EoDFX2i-zSJIsWy36D2zVxibKZ_mFwnZ-9_FGpZOSr0gmi4zmyrCueoM2ZVX-DqOzFLnJWtOKVbRaqw6gCgmlkgnY0gmlwhKwSQeqKbXVsdGlhZGRyc5YACASsEkHqBngqAAoErBJB6gZ4K90DgnJzhQADAQAAiXNlY3AyNTZrMaECXPQJoQ7JiJbgAjB5bhwr5gcentAoAU_Dm0jjwUig7jiDdGNwgngqg3VkcIJ4LIV3YWt1MgE"}'
|
|
2026-03-18 04:44:55.358 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 04:44:55.365 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-18 04:44:55.366 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-18_04-44-54__a7c3dfa1-4fbf-4e2d-bcda-c7184a4bea2e__wakuorg_nwaku:latest.log
|
|
2026-03-18 04:44:55.366 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 04:44:55.366 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 04:44:55.368 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 04:44:55.368 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.9
|
|
2026-03-18 04:44:55.368 DEBUG [src.node.docker_mananger] Generated ports ['5381', '5382', '5383', '5384', '5385']
|
|
2026-03-18 04:44:55.368 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 04:44:55.368 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 04:44:55.368 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 04:44:55.368 DEBUG [src.node.docker_mananger] docker run -i -t -p 5381:5381 -p 5382:5382 -p 5383:5383 -p 5384:5384 -p 5385:5385 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=5383 --rest-port=5381 --tcp-port=5382 --discv5-udp-port=5384 --rest-address=0.0.0.0 --nat=extip:172.18.210.9 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1d2dbde16fbaf6f7dc845f5cbda9cdd7e6ce25bc69a3c0e8b6b330cfac78d384 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5385 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QC_lL4EoDFX2i-zSJIsWy36D2zVxibKZ_mFwnZ-9_FGpZOSr0gmi4zmyrCueoM2ZVX-DqOzFLnJWtOKVbRaqw6gCgmlkgnY0gmlwhKwSQeqKbXVsdGlhZGRyc5YACASsEkHqBngqAAoErBJB6gZ4K90DgnJzhQADAQAAiXNlY3AyNTZrMaECXPQJoQ7JiJbgAjB5bhwr5gcentAoAU_Dm0jjwUig7jiDdGNwgngqg3VkcIJ4LIV3YWt1MgE
|
|
2026-03-18 04:44:55.575 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.9 waku c3dfc811d9bbeb905572bc7e6f2c1b954e7ff1b87814597f37d247f4ef42cc26
|
|
2026-03-18 04:44:55.611 DEBUG [src.node.docker_mananger] Container started with ID c3dfc811d9bb. Setting up logs at ./log/docker/node2_2026-03-18_04-44-54__a7c3dfa1-4fbf-4e2d-bcda-c7184a4bea2e__wakuorg_nwaku:latest.log
|
|
2026-03-18 04:44:55.611 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5381
|
|
2026-03-18 04:44:55.612 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 04:44:56.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5381/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:44:56.625 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-18 04:44:56.627 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 04:44:56.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5381/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:44:56.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.9/tcp/5382/p2p/16Uiu2HAkw6VzWN2KmkJVkqofQD9tg28WTNjgK33UkiDtbcW5Bgv4","/ip4/172.18.210.9/tcp/5383/ws/p2p/16Uiu2HAkw6VzWN2KmkJVkqofQD9tg28WTNjgK33UkiDtbcW5Bgv4"],"enrUri":"enr:-L24QHCJo8-bBj0ljNF6X_EWvmM5NHieuyvf-nJBHxWtu2mCU0gsqCgj1TMZHNHNHE4yC40BN3GLCjXimCdB0B9os_ECgmlkgnY0gmlwhKwS0gmKbXVsdGlhZGRyc5YACASsEtIJBhUGAAoErBLSCQYVB90DgnJzhQADAQAAiXNlY3AyNTZrMaECGM4LnF8HbBr9CkC9ONpzrgMIPnIWQeAJkPDapnvUsDGDdGNwghUGg3VkcIIVCIV3YWt1MgE"}'
|
|
2026-03-18 04:44:56.637 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 04:44:56.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5381/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.65.234/tcp/30762/p2p/16Uiu2HAm1gXKJHBkSXdac3SMA35YCQ9YDwzohEP1k7uTbXxvoGjy"]'
|
|
2026-03-18 04:44:56.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 04:44:56.644 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
|
2026-03-18 04:44:56.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30761/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-18 04:44:56.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 04:44:56.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5381/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-18 04:44:56.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 04:44:56.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30761/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-03-18 04:44:56.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 04:44:56.665 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-18 04:44:56.765 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-18 04:44:56.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30761/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:44:56.769 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":1773809096657682432,"ephemeral":false,"proof":""}]'
|
|
2026-03-18 04:44:56.771 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-18 04:44:56.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5381/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:44:56.774 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":1773809096657682432,"ephemeral":false,"proof":""}]'
|
|
2026-03-18 04:44:56.776 INFO [src.steps.relay] WARM UP successful!!
|
|
2026-03-18 04:44:56.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30761/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto"}'
|
|
2026-03-18 04:44:56.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 04:44:56.783 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-18 04:44:56.883 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-18 04:44:56.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30761/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:44:56.887 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":1773809096779654912,"ephemeral":false,"proof":""}]'
|
|
2026-03-18 04:44:56.889 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-18 04:44:56.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5381/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 04:44:56.891 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":1773809096779654912,"ephemeral":false,"proof":""}]'
|
|
2026-03-18 04:44:56.895 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-18 04:44:56.896 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-18 04:44:56.896 DEBUG [src.node.waku_node] Stopping container with id 0b97d4ba26f3
|
|
2026-03-18 04:44:57.495 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 04:44:57.496 DEBUG [src.node.waku_node] Stopping container with id c3dfc811d9bb
|
|
2026-03-18 04:44:58.090 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 04:44:58.094 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-18 04:44:58.101 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-18 04:44:58.107 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|