mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 17:13:09 +00:00
103 lines
17 KiB
Plaintext
103 lines
17 KiB
Plaintext
2026-03-14 04:40:01.033 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-14 04:40:01.033 DEBUG [tests.conftest] Running test: test_cant_publish_on_not_subscribed_shard with id: 2026-03-14_04-40-01__697598b1-00e4-4b78-88a8-24fc07d3de8f
|
|
2026-03-14 04:40:01.033 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-14 04:40:01.033 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-14 04:40:01.034 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-14 04:40:01.042 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-14 04:40:01.042 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-14_04-40-01__697598b1-00e4-4b78-88a8-24fc07d3de8f__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:40:01.042 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-14 04:40:01.042 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-14 04:40:01.044 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-14 04:40:01.044 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.173.46
|
|
2026-03-14 04:40:01.044 DEBUG [src.node.docker_mananger] Generated ports ['8434', '8435', '8436', '8437', '8438']
|
|
2026-03-14 04:40:01.044 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-14 04:40:01.044 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-14 04:40:01.045 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-14 04:40:01.045 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-14 04:40:01.045 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-14 04:40:01.045 DEBUG [src.node.docker_mananger] docker run -i -t -p 8434:8434 -p 8435:8435 -p 8436:8436 -p 8437:8437 -p 8438:8438 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=8436 --rest-port=8434 --tcp-port=8435 --discv5-udp-port=8437 --rest-address=0.0.0.0 --nat=extip:172.18.173.46 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bde74dc40e6f7780ecffd4cbd68839dc2e44fe96fcaddc6e0c048f9d8f79dc1c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8438 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-14 04:40:01.114 ERROR [src.node.docker_mananger] Max retries reached for container 7d1f93464cce. Exiting log stream.
|
|
2026-03-14 04:40:01.235 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.173.46 waku 2128eb5349546355ac18900ad79af52319118ba1d0b3aded9d356a131d11c41b
|
|
2026-03-14 04:40:01.272 DEBUG [src.node.docker_mananger] Container started with ID 2128eb534954. Setting up logs at ./log/docker/node1_2026-03-14_04-40-01__697598b1-00e4-4b78-88a8-24fc07d3de8f__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:40:01.273 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8434
|
|
2026-03-14 04:40:01.273 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-14 04:40:01.638 ERROR [src.node.docker_mananger] Max retries reached for container 4f9bf066094a. Exiting log stream.
|
|
2026-03-14 04:40:02.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8434/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:02.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:40:02.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8434/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:02.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-14 04:40:02.380 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-14 04:40:02.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8434/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:02.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.173.46/tcp/8435/p2p/16Uiu2HAm77K9jGLHx6jztG98WtrgnxRzndisfi8Ei9ZDcBrUVxzg","/ip4/172.18.173.46/tcp/8436/ws/p2p/16Uiu2HAm77K9jGLHx6jztG98WtrgnxRzndisfi8Ei9ZDcBrUVxzg"],"enrUri":"enr:-L24QOs8nVYG83Cp139kBWnF9yvCfqqleffVlvOCwA0h5zuGXnictnACjy8BzKeeAdyGn4H0U46HY890MFTYv-EqqM4CgmlkgnY0gmlwhKwSrS6KbXVsdGlhZGRyc5YACASsEq0uBiDzAAoErBKtLgYg9N0DgnJzhQACAQAAiXNlY3AyNTZrMaECrZg8y2DfXj0sjt4dh9mGHgccHGYP5UzFjABqmp7-Un2DdGNwgiDzg3VkcIIg9YV3YWt1MgU"}'
|
|
2026-03-14 04:40:02.383 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-14 04:40:02.390 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-14 04:40:02.390 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-14_04-40-01__697598b1-00e4-4b78-88a8-24fc07d3de8f__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:40:02.390 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-14 04:40:02.390 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-14 04:40:02.392 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-14 04:40:02.392 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.150.110
|
|
2026-03-14 04:40:02.392 DEBUG [src.node.docker_mananger] Generated ports ['52136', '52137', '52138', '52139', '52140']
|
|
2026-03-14 04:40:02.392 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-14 04:40:02.392 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-14 04:40:02.392 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-14 04:40:02.393 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-14 04:40:02.393 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-14 04:40:02.393 DEBUG [src.node.docker_mananger] docker run -i -t -p 52136:52136 -p 52137:52137 -p 52138:52138 -p 52139:52139 -p 52140:52140 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=52138 --rest-port=52136 --tcp-port=52137 --discv5-udp-port=52139 --rest-address=0.0.0.0 --nat=extip:172.18.150.110 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ba0b44d69feb3f98d3b1ca27604ac03ad2ebdc8a78d725ac76b3fe6ccbeaa9f5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52140 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOs8nVYG83Cp139kBWnF9yvCfqqleffVlvOCwA0h5zuGXnictnACjy8BzKeeAdyGn4H0U46HY890MFTYv-EqqM4CgmlkgnY0gmlwhKwSrS6KbXVsdGlhZGRyc5YACASsEq0uBiDzAAoErBKtLgYg9N0DgnJzhQACAQAAiXNlY3AyNTZrMaECrZg8y2DfXj0sjt4dh9mGHgccHGYP5UzFjABqmp7-Un2DdGNwgiDzg3VkcIIg9YV3YWt1MgU
|
|
2026-03-14 04:40:02.598 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.150.110 waku 8fc107f356e59d2bf12ab9c7743c15deeb65403e809b4205b8d2bd159be0f84e
|
|
2026-03-14 04:40:02.632 DEBUG [src.node.docker_mananger] Container started with ID 8fc107f356e5. Setting up logs at ./log/docker/node2_2026-03-14_04-40-01__697598b1-00e4-4b78-88a8-24fc07d3de8f__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:40:02.633 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52136
|
|
2026-03-14 04:40:02.633 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-14 04:40:03.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52136/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:03.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:40:03.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52136/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:03.743 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:40:03.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52136/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:03.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:40:03.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52136/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:03.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:40:04.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52136/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:04.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:40:04.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52136/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:04.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:40:04.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52136/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:04.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:40:04.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52136/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:04.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:40:04.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52136/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:04.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:40:04.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52136/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:04.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:40:04.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52136/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:04.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-14 04:40:04.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52136/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:04.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-14 04:40:04.774 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-14 04:40:04.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52136/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:04.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.110/tcp/52137/p2p/16Uiu2HAmA3aC72HgtpNzHMR4FFEUe74aD3sG5XNuz7W9npBzJvRj","/ip4/172.18.150.110/tcp/52138/ws/p2p/16Uiu2HAmA3aC72HgtpNzHMR4FFEUe74aD3sG5XNuz7W9npBzJvRj"],"enrUri":"enr:-L24QOv6A41QQVl398iD2pwRnE-RRPTlAq3vbJFLiK9PrUd2ewEgzWQEklkA3K7cPWWyILamVW3n79L0_wHwBOGxLc0CgmlkgnY0gmlwhKwSlm6KbXVsdGlhZGRyc5YACASsEpZuBsupAAoErBKWbgbLqt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC2TX7XF2WOxpmmKB5lRR9fpYpfKIzgT9rlnhe7g7Fc8aDdGNwgsupg3VkcILLq4V3YWt1MgE"}'
|
|
2026-03-14 04:40:04.776 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-14 04:40:04.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52136/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.173.46/tcp/8435/p2p/16Uiu2HAm77K9jGLHx6jztG98WtrgnxRzndisfi8Ei9ZDcBrUVxzg"]'
|
|
2026-03-14 04:40:04.804 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:40:04.806 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8434/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-14 04:40:04.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:40:04.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52136/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-14 04:40:04.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:40:04.815 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8434/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-03-14 04:40:04.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:40:04.830 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-14 04:40:04.930 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-14 04:40:04.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8434/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:40:04.933 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:8434/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b''
|
|
2026-03-14 04:40:04.976 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-14 04:40:04.977 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-14 04:40:04.978 DEBUG [src.node.waku_node] Stopping container with id 2128eb534954
|
|
2026-03-14 04:40:05.561 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-14 04:40:05.562 DEBUG [src.node.waku_node] Stopping container with id 8fc107f356e5
|
|
2026-03-14 04:40:06.140 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-14 04:40:06.143 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-14 04:40:06.208 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-14 04:40:06.235 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-14 04:40:06.235 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-14 04:40:06.236 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-14 04:40:06.236 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-14_04-40-01__697598b1-00e4-4b78-88a8-24fc07d3de8f__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:40:06.237 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-14_04-40-01__697598b1-00e4-4b78-88a8-24fc07d3de8f__wakuorg_nwaku:latest.log
|