mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 09:33:42 +00:00
88 lines
16 KiB
Plaintext
88 lines
16 KiB
Plaintext
2026-03-26 04:47:24.348 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-26 04:47:24.348 DEBUG [tests.conftest] Running test: test_filter_update_subscription_add_a_new_pubsub_topic with id: 2026-03-26_04-47-24__c16c1b74-ffc0-4a48-b74e-33d7a4ed10c1
|
|
2026-03-26 04:47:24.349 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-26 04:47:24.349 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-26 04:47:24.349 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-26 04:47:24.355 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-26 04:47:24.355 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-26_04-47-24__c16c1b74-ffc0-4a48-b74e-33d7a4ed10c1__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:47:24.356 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-26 04:47:24.356 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-26 04:47:24.357 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-26 04:47:24.357 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.87.204
|
|
2026-03-26 04:47:24.358 DEBUG [src.node.docker_mananger] Generated ports ['54439', '54440', '54441', '54442', '54443']
|
|
2026-03-26 04:47:24.358 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-26 04:47:24.358 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-26 04:47:24.358 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-26 04:47:24.358 DEBUG [src.node.docker_mananger] docker run -i -t -p 54439:54439 -p 54440:54440 -p 54441:54441 -p 54442:54442 -p 54443:54443 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=54441 --rest-port=54439 --tcp-port=54440 --discv5-udp-port=54442 --rest-address=0.0.0.0 --nat=extip:172.18.87.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ecbfd5eff9aaf29bf02beb4ef00d5dd986f7e2ea5eb14320c3bf0eb2ccc5d2f5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54443 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-26 04:47:24.546 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.87.204 waku 76e4293960824bd6b88c96b0d24c879ade4fe910c2216d9f9db5f6f06d7daff0
|
|
2026-03-26 04:47:24.576 ERROR [src.node.docker_mananger] Max retries reached for container 9f0d526b6ec2. Exiting log stream.
|
|
2026-03-26 04:47:24.582 DEBUG [src.node.docker_mananger] Container started with ID 76e429396082. Setting up logs at ./log/docker/node1_2026-03-26_04-47-24__c16c1b74-ffc0-4a48-b74e-33d7a4ed10c1__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:47:24.582 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54439
|
|
2026-03-26 04:47:24.583 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-26 04:47:25.149 ERROR [src.node.docker_mananger] Max retries reached for container ffaded5108cd. Exiting log stream.
|
|
2026-03-26 04:47:25.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54439/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:47:25.587 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_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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-26 04:47:25.587 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-26 04:47:25.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54439/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:47:25.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.87.204/tcp/54440/p2p/16Uiu2HAm95SX8SabCuoXGGyia42wbRW5RSnpVsKTeN8BRvqCWYfb","/ip4/172.18.87.204/tcp/54441/ws/p2p/16Uiu2HAm95SX8SabCuoXGGyia42wbRW5RSnpVsKTeN8BRvqCWYfb"],"enrUri":"enr:-L24QBODCpmcbaOlytPNnF2Aaq7qXyts7PJOk4utscPh7sIWQ_zYJ4wPMtxilnT9m6M3dypAKRDRxz3crv1Un3KMZCYCgmlkgnY0gmlwhKwSV8yKbXVsdGlhZGRyc5YACASsElfMBtSoAAoErBJXzAbUqd0DgnJzhQADAQAAiXNlY3AyNTZrMaECytTIJWn90ku86E8atkoC2vVeOUj77kZ2cwAaAK6Gl5KDdGNwgtSog3VkcILUqoV3YWt1MgU"}'
|
|
2026-03-26 04:47:25.590 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-26 04:47:25.590 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-26 04:47:25.597 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-26 04:47:25.597 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-26_04-47-24__c16c1b74-ffc0-4a48-b74e-33d7a4ed10c1__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:47:25.597 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-26 04:47:25.597 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-26 04:47:25.599 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-26 04:47:25.599 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.91.250
|
|
2026-03-26 04:47:25.599 DEBUG [src.node.docker_mananger] Generated ports ['3832', '3833', '3834', '3835', '3836']
|
|
2026-03-26 04:47:25.599 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-26 04:47:25.599 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-26 04:47:25.600 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-26 04:47:25.600 DEBUG [src.node.docker_mananger] docker run -i -t -p 3832:3832 -p 3833:3833 -p 3834:3834 -p 3835:3835 -p 3836:3836 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=3834 --rest-port=3832 --tcp-port=3833 --discv5-udp-port=3835 --rest-address=0.0.0.0 --nat=extip:172.18.91.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b64fa65650fa0def7455bb3e979ef9aec4bd8de5205e3ee6eac5aba4a30bfbfc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3836 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBODCpmcbaOlytPNnF2Aaq7qXyts7PJOk4utscPh7sIWQ_zYJ4wPMtxilnT9m6M3dypAKRDRxz3crv1Un3KMZCYCgmlkgnY0gmlwhKwSV8yKbXVsdGlhZGRyc5YACASsElfMBtSoAAoErBJXzAbUqd0DgnJzhQADAQAAiXNlY3AyNTZrMaECytTIJWn90ku86E8atkoC2vVeOUj77kZ2cwAaAK6Gl5KDdGNwgtSog3VkcILUqoV3YWt1MgU --filternode=/ip4/172.18.87.204/tcp/54440/p2p/16Uiu2HAm95SX8SabCuoXGGyia42wbRW5RSnpVsKTeN8BRvqCWYfb
|
|
2026-03-26 04:47:25.791 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.91.250 waku 8ecd2ed32a049aa1f16f11baea3d541d25326890ff3339bcef804b897e08ec48
|
|
2026-03-26 04:47:25.828 DEBUG [src.node.docker_mananger] Container started with ID 8ecd2ed32a04. Setting up logs at ./log/docker/node2_2026-03-26_04-47-24__c16c1b74-ffc0-4a48-b74e-33d7a4ed10c1__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:47:25.828 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3832
|
|
2026-03-26 04:47:25.829 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-26 04:47:26.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3832/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:47:26.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-26 04:47:26.832 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-26 04:47:26.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3832/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:47:26.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.91.250/tcp/3833/p2p/16Uiu2HAmHKBKTmFkW8rwTeqpvWfbsskgw7HB1sKpG8zBZZBfppQb","/ip4/172.18.91.250/tcp/3834/ws/p2p/16Uiu2HAmHKBKTmFkW8rwTeqpvWfbsskgw7HB1sKpG8zBZZBfppQb"],"enrUri":"enr:-L24QLIah3Snqc0VJ1NS_C35laLw2-PhHZoRLZ1exVg8BVUdIvzaTOOW-LUqhlGT0gAoNlnx86vO3wcNenivvzibdvMCgmlkgnY0gmlwhKwSW_qKbXVsdGlhZGRyc5YACASsElv6Bg75AAoErBJb-gYO-t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRTc4dqcYxdi7IWuprN2kGZZeEvN16vDIX2KMmmzENOyDdGNwgg75g3VkcIIO-4V3YWt1MgA"}'
|
|
2026-03-26 04:47:26.835 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-26 04:47:26.835 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3832/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.87.204/tcp/54440/p2p/16Uiu2HAm95SX8SabCuoXGGyia42wbRW5RSnpVsKTeN8BRvqCWYfb"]'
|
|
2026-03-26 04:47:26.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:47:26.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54439/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-26 04:47:26.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:47:26.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3832/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7f1b2a65-0253-4c7c-bd10-060a71e5ff6e", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-26 04:47:26.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7f1b2a65-0253-4c7c-bd10-060a71e5ff6e","statusDesc":"OK"}'
|
|
2026-03-26 04:47:26.908 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:3832/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto", "/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
|
2026-03-26 04:47:26.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-26 04:47:26.918 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54439/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
|
2026-03-26 04:47:26.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:47:26.921 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54439/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-26 04:47:26.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:47:26.929 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-26 04:47:27.029 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-26 04:47:27.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3832/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:47:27.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1774500446921299740,"ephemeral":false}]'
|
|
2026-03-26 04:47:27.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54439/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-26 04:47:27.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:47:27.039 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-26 04:47:27.139 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-26 04:47:27.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3832/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:47:27.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1774500447034047239,"ephemeral":false}]'
|
|
2026-03-26 04:47:27.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54439/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-26 04:47:27.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:47:27.148 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-26 04:47:27.248 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-26 04:47:27.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3832/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:47:27.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/2/waku-filter/proto","version":0,"timestamp":1774500447143743099,"ephemeral":false}]'
|
|
2026-03-26 04:47:27.254 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-26 04:47:27.255 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-26 04:47:27.255 DEBUG [src.node.waku_node] Stopping container with id 76e429396082
|
|
2026-03-26 04:47:27.823 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-26 04:47:27.824 DEBUG [src.node.waku_node] Stopping container with id 8ecd2ed32a04
|
|
2026-03-26 04:47:28.402 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-26 04:47:28.405 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-26 04:47:28.418 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-26 04:47:28.423 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|