mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 01:23:07 +00:00
77 lines
13 KiB
Plaintext
77 lines
13 KiB
Plaintext
2026-03-08 04:34:43.961 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-08 04:34:43.961 DEBUG [tests.conftest] Running test: test_content_topic_and_pubsub_topic_not_in_docker_flags with id: 2026-03-08_04-34-43__7dd3ea67-d1b2-4f89-9ad7-cf682e55e613
|
|
2026-03-08 04:34:43.961 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-08 04:34:43.961 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-08 04:34:43.962 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-08 04:34:43.970 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:34:43.970 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-34-43__7dd3ea67-d1b2-4f89-9ad7-cf682e55e613__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:34:43.970 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:34:43.970 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:34:43.972 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:34:43.972 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.45.91
|
|
2026-03-08 04:34:43.972 DEBUG [src.node.docker_mananger] Generated ports ['48884', '48885', '48886', '48887', '48888']
|
|
2026-03-08 04:34:43.972 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:34:43.972 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:34:43.973 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:34:43.973 DEBUG [src.node.docker_mananger] docker run -i -t -p 48884:48884 -p 48885:48885 -p 48886:48886 -p 48887:48887 -p 48888:48888 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=48886 --rest-port=48884 --tcp-port=48885 --discv5-udp-port=48887 --rest-address=0.0.0.0 --nat=extip:172.18.45.91 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=704fadd8c5f06a737ebdcae88ee1b7a1deab3ff2655cb2b6752e62d2ffe45be0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48888 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-08 04:34:44.175 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.45.91 waku a3de858fbb69d0b949ffbb8b9a8886faeb933bb344570ce3b9357b3ce1f90bd6
|
|
2026-03-08 04:34:44.215 DEBUG [src.node.docker_mananger] Container started with ID a3de858fbb69. Setting up logs at ./log/docker/node1_2026-03-08_04-34-43__7dd3ea67-d1b2-4f89-9ad7-cf682e55e613__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:34:44.215 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48884
|
|
2026-03-08 04:34:44.215 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:34:44.223 ERROR [src.node.docker_mananger] Max retries reached for container 83fff14140b7. Exiting log stream.
|
|
2026-03-08 04:34:44.671 ERROR [src.node.docker_mananger] Max retries reached for container 350d13094e65. Exiting log stream.
|
|
2026-03-08 04:34:45.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48884/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:34:45.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:34:45.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48884/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:34:45.349 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-08 04:34:45.350 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:34:45.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48884/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:34:45.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.45.91/tcp/48885/p2p/16Uiu2HAkzxAXJa1KtY9KqiMdSJzUntUajvfx7HH5HL9VgAQ3bPTF","/ip4/172.18.45.91/tcp/48886/ws/p2p/16Uiu2HAkzxAXJa1KtY9KqiMdSJzUntUajvfx7HH5HL9VgAQ3bPTF"],"enrUri":"enr:-L24QGmo8IdUpKWc3g2XYk6e4NUeNG6f_QQzEvRlg_PCXli-IA57YDiRKkg8jYdVqqHVHgTZrHqU9ao69wJ2OV70QX4CgmlkgnY0gmlwhKwSLVuKbXVsdGlhZGRyc5YACASsEi1bBr71AAoErBItWwa-9t0DgnJzhQACAQAAiXNlY3AyNTZrMaECUhoiBUg2IZs_A9zg44jE_HXKf2C2q3eorc_sDOlMNZqDdGNwgr71g3VkcIK-94V3YWt1MgU"}'
|
|
2026-03-08 04:34:45.353 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:34:45.360 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:34:45.361 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-34-43__7dd3ea67-d1b2-4f89-9ad7-cf682e55e613__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:34:45.361 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:34:45.361 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:34:45.362 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:34:45.362 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.105.54
|
|
2026-03-08 04:34:45.363 DEBUG [src.node.docker_mananger] Generated ports ['44069', '44070', '44071', '44072', '44073']
|
|
2026-03-08 04:34:45.363 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:34:45.363 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:34:45.363 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:34:45.363 DEBUG [src.node.docker_mananger] docker run -i -t -p 44069:44069 -p 44070:44070 -p 44071:44071 -p 44072:44072 -p 44073:44073 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=44071 --rest-port=44069 --tcp-port=44070 --discv5-udp-port=44072 --rest-address=0.0.0.0 --nat=extip:172.18.105.54 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=40eb2f5dcb6dfec46f0fd59b05f86ffd9b220be3dbff009fc0e4c57d7e2abb28 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44073 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGmo8IdUpKWc3g2XYk6e4NUeNG6f_QQzEvRlg_PCXli-IA57YDiRKkg8jYdVqqHVHgTZrHqU9ao69wJ2OV70QX4CgmlkgnY0gmlwhKwSLVuKbXVsdGlhZGRyc5YACASsEi1bBr71AAoErBItWwa-9t0DgnJzhQACAQAAiXNlY3AyNTZrMaECUhoiBUg2IZs_A9zg44jE_HXKf2C2q3eorc_sDOlMNZqDdGNwgr71g3VkcIK-94V3YWt1MgU
|
|
2026-03-08 04:34:45.574 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.105.54 waku 05df96e659c51c9d885001fbadbe50b238e0404c19b0952deb70274867c1796a
|
|
2026-03-08 04:34:45.607 DEBUG [src.node.docker_mananger] Container started with ID 05df96e659c5. Setting up logs at ./log/docker/node2_2026-03-08_04-34-43__7dd3ea67-d1b2-4f89-9ad7-cf682e55e613__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:34:45.608 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44069
|
|
2026-03-08 04:34:45.608 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:34:46.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44069/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:34:46.611 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":"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-08 04:34:46.611 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:34:46.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44069/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:34:46.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.105.54/tcp/44070/p2p/16Uiu2HAmQgYUBKYLYDfkJzKdgTH4qpkGSqGpxUTW6FDuEnye5i5g","/ip4/172.18.105.54/tcp/44071/ws/p2p/16Uiu2HAmQgYUBKYLYDfkJzKdgTH4qpkGSqGpxUTW6FDuEnye5i5g"],"enrUri":"enr:-L24QBgbgKsW1qnCHZRhNonXr58soHVxMCbtTVyil-ELkNWYULR9RkusMQAdDuk5a31o4H2A_yQOef9ITjnDWbaU_r4CgmlkgnY0gmlwhKwSaTaKbXVsdGlhZGRyc5YACASsEmk2BqwmAAoErBJpNgasJ90DgnJzhQACAQAAiXNlY3AyNTZrMaEDsrIkB21Zo1CJ2Lway_gGYaMzwk-yg7_94HcpKREDoIODdGNwgqwmg3VkcIKsKIV3YWt1MgE"}'
|
|
2026-03-08 04:34:46.614 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:34:46.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44069/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.45.91/tcp/48885/p2p/16Uiu2HAkzxAXJa1KtY9KqiMdSJzUntUajvfx7HH5HL9VgAQ3bPTF"]'
|
|
2026-03-08 04:34:46.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:34:46.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48884/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-08 04:34:46.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:34:46.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44069/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-08 04:34:46.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:34:46.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48884/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:34:46.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:34:46.681 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:34:46.783 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:34:46.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48884/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:34:46.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944483838987975,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944486665883061,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:34:46.798 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-08 04:34:46.799 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-08 04:34:46.799 DEBUG [src.node.waku_node] Stopping container with id a3de858fbb69
|
|
2026-03-08 04:34:47.397 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:34:47.398 DEBUG [src.node.waku_node] Stopping container with id 05df96e659c5
|
|
2026-03-08 04:34:47.962 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:34:47.964 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-08 04:34:48.027 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-08 04:34:48.057 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-08 04:34:48.057 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-08 04:34:48.058 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-08 04:34:48.058 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-08_04-34-43__7dd3ea67-d1b2-4f89-9ad7-cf682e55e613__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:34:48.059 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-08_04-34-43__7dd3ea67-d1b2-4f89-9ad7-cf682e55e613__wakuorg_nwaku:latest.log
|