mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 00:43:07 +00:00
70 lines
12 KiB
Plaintext
70 lines
12 KiB
Plaintext
|
|
2025-12-21 04:36:33.254 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
|
|
2025-12-21 04:36:33.255 DEBUG [tests.conftest] Running test: test_cant_retrieve_messages_on_not_subscribed_content_topic with id: 2025-12-21_04-36-33__0b74a9b2-c289-4295-aec9-836807075083
|
||
|
|
2025-12-21 04:36:33.255 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
|
|
2025-12-21 04:36:33.255 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||
|
|
2025-12-21 04:36:33.256 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||
|
|
2025-12-21 04:36:33.263 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
|
|
2025-12-21 04:36:33.263 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-21_04-36-33__0b74a9b2-c289-4295-aec9-836807075083__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-21 04:36:33.264 DEBUG [src.node.waku_node] Starting Node...
|
||
|
|
2025-12-21 04:36:33.264 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
|
|
2025-12-21 04:36:33.265 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
|
|
2025-12-21 04:36:33.265 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.119.53
|
||
|
|
2025-12-21 04:36:33.265 DEBUG [src.node.docker_mananger] Generated ports ['65234', '65235', '65236', '65237', '65238']
|
||
|
|
2025-12-21 04:36:33.266 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
|
|
2025-12-21 04:36:33.266 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
|
|
2025-12-21 04:36:33.266 DEBUG [src.node.waku_node] Using volumes []
|
||
|
|
2025-12-21 04:36:33.266 DEBUG [src.node.docker_mananger] docker run -i -t -p 65234:65234 -p 65235:65235 -p 65236:65236 -p 65237:65237 -p 65238:65238 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=65236 --rest-port=65234 --tcp-port=65235 --discv5-udp-port=65237 --rest-address=0.0.0.0 --nat=extip:172.18.119.53 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fcddbe4f50ccffd7b4b335d3fbd71a690da4b14bc82dcf83cea856d73de8d80b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65238 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||
|
|
2025-12-21 04:36:33.468 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.119.53 waku 1ba9d77e5aaec748b9d37ec06fd96fcb808917c48107d2f0187656cb29c74854
|
||
|
|
2025-12-21 04:36:33.501 DEBUG [src.node.docker_mananger] Container started with ID 1ba9d77e5aae. Setting up logs at ./log/docker/node1_2025-12-21_04-36-33__0b74a9b2-c289-4295-aec9-836807075083__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-21 04:36:33.501 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65234
|
||
|
|
2025-12-21 04:36:33.502 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
|
|
2025-12-21 04:36:34.062 ERROR [src.node.docker_mananger] Max retries reached for container ae2db5e102e5. Exiting log stream.
|
||
|
|
2025-12-21 04:36:34.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65234/health" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-21 04:36:34.505 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"}]}'
|
||
|
|
2025-12-21 04:36:34.505 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
|
|
2025-12-21 04:36:34.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65234/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-21 04:36:34.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.119.53/tcp/65235/p2p/16Uiu2HAm1VJuDE2q9fSV8tbJ4LKwFAxiy5CdgQS5neCwJhAEHvMK","/ip4/172.18.119.53/tcp/65236/ws/p2p/16Uiu2HAm1VJuDE2q9fSV8tbJ4LKwFAxiy5CdgQS5neCwJhAEHvMK"],"enrUri":"enr:-L24QEFhsRYhVcoy8llvcBjGWlMywyMNtzCVc2E4So1rHI8BUdjIrH-VfCwUebwZN5XYCJ2B-0qzTJLYAivh8F_1bN8CgmlkgnY0gmlwhKwSdzWKbXVsdGlhZGRyc5YACASsEnc1Bv7TAAoErBJ3NQb-1N0DgnJzhQACAQAAiXNlY3AyNTZrMaECWhScVnldw9LEPAnTXD_kfvzz8FQoZWk5SHNlDUgVaH6DdGNwgv7Tg3VkcIL-1YV3YWt1MgU"}'
|
||
|
|
2025-12-21 04:36:34.508 INFO [src.node.waku_node] REST service is ready !!
|
||
|
|
2025-12-21 04:36:34.515 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
|
|
2025-12-21 04:36:34.515 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-21_04-36-33__0b74a9b2-c289-4295-aec9-836807075083__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-21 04:36:34.515 DEBUG [src.node.waku_node] Starting Node...
|
||
|
|
2025-12-21 04:36:34.515 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
|
|
2025-12-21 04:36:34.516 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
|
|
2025-12-21 04:36:34.517 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.89
|
||
|
|
2025-12-21 04:36:34.517 DEBUG [src.node.docker_mananger] Generated ports ['64232', '64233', '64234', '64235', '64236']
|
||
|
|
2025-12-21 04:36:34.517 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
|
|
2025-12-21 04:36:34.517 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
|
|
2025-12-21 04:36:34.517 DEBUG [src.node.waku_node] Using volumes []
|
||
|
|
2025-12-21 04:36:34.517 DEBUG [src.node.docker_mananger] docker run -i -t -p 64232:64232 -p 64233:64233 -p 64234:64234 -p 64235:64235 -p 64236:64236 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=64234 --rest-port=64232 --tcp-port=64233 --discv5-udp-port=64235 --rest-address=0.0.0.0 --nat=extip:172.18.191.89 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=acb3f99de9c0a08ce664c7640b365d5f3693e5fdabed4ad7dd0bcabd9dfc6f1c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64236 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEFhsRYhVcoy8llvcBjGWlMywyMNtzCVc2E4So1rHI8BUdjIrH-VfCwUebwZN5XYCJ2B-0qzTJLYAivh8F_1bN8CgmlkgnY0gmlwhKwSdzWKbXVsdGlhZGRyc5YACASsEnc1Bv7TAAoErBJ3NQb-1N0DgnJzhQACAQAAiXNlY3AyNTZrMaECWhScVnldw9LEPAnTXD_kfvzz8FQoZWk5SHNlDUgVaH6DdGNwgv7Tg3VkcIL-1YV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||
|
|
2025-12-21 04:36:34.718 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.89 waku 329c7c4137a4f6bfdf5bdceeb48b04614ec32db3e9b0373839504d52882e76e1
|
||
|
|
2025-12-21 04:36:34.755 DEBUG [src.node.docker_mananger] Container started with ID 329c7c4137a4. Setting up logs at ./log/docker/node2_2025-12-21_04-36-33__0b74a9b2-c289-4295-aec9-836807075083__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-21 04:36:34.755 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64232
|
||
|
|
2025-12-21 04:36:34.756 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
|
|
2025-12-21 04:36:35.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64232/health" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-21 04:36:35.765 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"}]}'
|
||
|
|
2025-12-21 04:36:35.769 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
|
|
2025-12-21 04:36:35.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64232/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-21 04:36:35.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.89/tcp/64233/p2p/16Uiu2HAkvUz29cPwBq64eJX9vJBD8C4pGFFS65b6A5LWq7LabPeU","/ip4/172.18.191.89/tcp/64234/ws/p2p/16Uiu2HAkvUz29cPwBq64eJX9vJBD8C4pGFFS65b6A5LWq7LabPeU"],"enrUri":"enr:-L24QHCb9IFk1NBMIbiQgvnvfnh2pHhVrSwDmXo-Gsh2fOxWJJ50BSaoIJdAK6CSpTR1hEuYpEM61xDbXntDNlRDRmACgmlkgnY0gmlwhKwSv1mKbXVsdGlhZGRyc5YACASsEr9ZBvrpAAoErBK_WQb66t0DgnJzhQACAQAAiXNlY3AyNTZrMaECD7TT9Bx-QCvnGm8IQlWDbddL9DNzWo_0wvVbB24_3VWDdGNwgvrpg3VkcIL664V3YWt1MgE"}'
|
||
|
|
2025-12-21 04:36:35.773 INFO [src.node.waku_node] REST service is ready !!
|
||
|
|
2025-12-21 04:36:35.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64232/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.119.53/tcp/65235/p2p/16Uiu2HAm1VJuDE2q9fSV8tbJ4LKwFAxiy5CdgQS5neCwJhAEHvMK"]'
|
||
|
|
2025-12-21 04:36:35.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-21 04:36:35.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65234/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||
|
|
2025-12-21 04:36:35.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-21 04:36:35.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64232/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||
|
|
2025-12-21 04:36:35.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-21 04:36:35.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65234/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||
|
|
2025-12-21 04:36:35.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-21 04:36:35.785 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
|
|
2025-12-21 04:36:35.885 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||
|
|
2025-12-21 04:36:35.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65234/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-21 04:36:35.888 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:65234/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
|
||
|
|
2025-12-21 04:36:35.891 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
|
|
2025-12-21 04:36:35.892 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
|
|
2025-12-21 04:36:35.892 DEBUG [src.node.waku_node] Stopping container with id 1ba9d77e5aae
|
||
|
|
2025-12-21 04:36:36.453 DEBUG [src.node.waku_node] Container stopped.
|
||
|
|
2025-12-21 04:36:36.454 DEBUG [src.node.waku_node] Stopping container with id 329c7c4137a4
|
||
|
|
2025-12-21 04:36:37.016 DEBUG [src.node.waku_node] Container stopped.
|
||
|
|
2025-12-21 04:36:37.017 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
|
|
2025-12-21 04:36:37.026 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
|
|
2025-12-21 04:36:37.032 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|