mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-06 02:19:26 +00:00
81 lines
15 KiB
Plaintext
81 lines
15 KiB
Plaintext
2026-03-05 15:06:26.774 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:06:26.775 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_from_single_content_topic with id: 2026-03-05_15-06-26__d83a5341-fac7-4fee-a898-822120cca91b
|
|
2026-03-05 15:06:26.775 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:06:26.775 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-05 15:06:26.776 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-05 15:06:26.782 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:06:26.782 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_15-06-26__d83a5341-fac7-4fee-a898-822120cca91b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:26.783 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:06:26.783 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:06:26.784 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:06:26.784 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.167.190
|
|
2026-03-05 15:06:26.784 DEBUG [src.node.docker_mananger] Generated ports ['37938', '37939', '37940', '37941', '37942']
|
|
2026-03-05 15:06:26.785 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:06:26.785 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:06:26.785 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:06:26.785 DEBUG [src.node.docker_mananger] docker run -i -t -p 37938:37938 -p 37939:37939 -p 37940:37940 -p 37941:37941 -p 37942:37942 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37940 --rest-port=37938 --tcp-port=37939 --discv5-udp-port=37941 --rest-address=0.0.0.0 --nat=extip:172.18.167.190 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9d42cd5fd86b33307fd5fccd38f830edfbe80ab140abe6b9cbfe1da709b1f746 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37942 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-05 15:06:26.982 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.167.190 waku 9bc1b6dda2a1214bfab4fbab3e30e4b9df21bd7d44f8983622a2bcdeb56bd90a
|
|
2026-03-05 15:06:27.017 DEBUG [src.node.docker_mananger] Container started with ID 9bc1b6dda2a1. Setting up logs at ./log/docker/node1_2026-03-05_15-06-26__d83a5341-fac7-4fee-a898-822120cca91b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:27.018 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 37938
|
|
2026-03-05 15:06:27.018 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:06:27.030 ERROR [src.node.docker_mananger] Max retries reached for container 9d73176992e5. Exiting log stream.
|
|
2026-03-05 15:06:27.576 ERROR [src.node.docker_mananger] Max retries reached for container 4d7916dfcd24. Exiting log stream.
|
|
2026-03-05 15:06:28.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37938/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:28.021 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-05 15:06:28.021 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:06:28.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37938/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:28.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.167.190/tcp/37939/p2p/16Uiu2HAmPs1Jq17Cz9FsViRU8ZetZNL22UrK2Q4ahibyJwQGkSVb","/ip4/172.18.167.190/tcp/37940/ws/p2p/16Uiu2HAmPs1Jq17Cz9FsViRU8ZetZNL22UrK2Q4ahibyJwQGkSVb"],"enrUri":"enr:-L24QBlhr5eCtCCcU0ezeW9wBb_l7cLLCoDYN13M7z7-h5DPeWYudsp3ay0Twf5epR9mbq9WRA3ory5btuaYuSTYJ9wCgmlkgnY0gmlwhKwSp76KbXVsdGlhZGRyc5YACASsEqe-BpQzAAoErBKnvgaUNN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDpoSbzlBTUS3x4HlGdb-ukpEHlwgU68j13n1mD3dvzQaDdGNwgpQzg3VkcIKUNYV3YWt1MgU"}'
|
|
2026-03-05 15:06:28.024 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:06:28.025 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-05 15:06:28.031 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:06:28.031 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_15-06-26__d83a5341-fac7-4fee-a898-822120cca91b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:28.031 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:06:28.032 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:06:28.033 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:06:28.033 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.207.136
|
|
2026-03-05 15:06:28.033 DEBUG [src.node.docker_mananger] Generated ports ['22077', '22078', '22079', '22080', '22081']
|
|
2026-03-05 15:06:28.033 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:06:28.034 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:06:28.034 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:06:28.034 DEBUG [src.node.docker_mananger] docker run -i -t -p 22077:22077 -p 22078:22078 -p 22079:22079 -p 22080:22080 -p 22081:22081 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=22079 --rest-port=22077 --tcp-port=22078 --discv5-udp-port=22080 --rest-address=0.0.0.0 --nat=extip:172.18.207.136 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f3e1c0fd7163b0eddd2f2e4f51dbb0f07e5e1baafa6ee7da6d4ebe187710bd6e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22081 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBlhr5eCtCCcU0ezeW9wBb_l7cLLCoDYN13M7z7-h5DPeWYudsp3ay0Twf5epR9mbq9WRA3ory5btuaYuSTYJ9wCgmlkgnY0gmlwhKwSp76KbXVsdGlhZGRyc5YACASsEqe-BpQzAAoErBKnvgaUNN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDpoSbzlBTUS3x4HlGdb-ukpEHlwgU68j13n1mD3dvzQaDdGNwgpQzg3VkcIKUNYV3YWt1MgU --filternode=/ip4/172.18.167.190/tcp/37939/p2p/16Uiu2HAmPs1Jq17Cz9FsViRU8ZetZNL22UrK2Q4ahibyJwQGkSVb
|
|
2026-03-05 15:06:28.226 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.207.136 waku 88508f076e5186b37af6ba10f46bd7ecd79883f05fb628e03e3bcab483ca70d1
|
|
2026-03-05 15:06:28.259 DEBUG [src.node.docker_mananger] Container started with ID 88508f076e51. Setting up logs at ./log/docker/node2_2026-03-05_15-06-26__d83a5341-fac7-4fee-a898-822120cca91b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:06:28.260 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 22077
|
|
2026-03-05 15:06:28.260 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:06:29.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22077/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:29.263 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-05 15:06:29.263 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:06:29.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22077/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:29.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.207.136/tcp/22078/p2p/16Uiu2HAm3KM1XJBGFNZisM35AJbPA7eLUtYBC6q7h9z6VCLFXc7Y","/ip4/172.18.207.136/tcp/22079/ws/p2p/16Uiu2HAm3KM1XJBGFNZisM35AJbPA7eLUtYBC6q7h9z6VCLFXc7Y"],"enrUri":"enr:-L24QInKkUmB8wJMUf-F8toiP8gpgfk9UxInPh3qkwByWuiYCNsv9GJBfYE7sZwN0vX4TP6Gnh7IPXXzqb53FpREs7UCgmlkgnY0gmlwhKwSz4iKbXVsdGlhZGRyc5YACASsEs-IBlY-AAoErBLPiAZWP90DgnJzhQADAQAAiXNlY3AyNTZrMaECdT6Pl5x4PjpfBEJQN_KOHh--6S8ZNQrNT-uSXlJOqZeDdGNwglY-g3VkcIJWQIV3YWt1MgA"}'
|
|
2026-03-05 15:06:29.266 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:06:29.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22077/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.167.190/tcp/37939/p2p/16Uiu2HAmPs1Jq17Cz9FsViRU8ZetZNL22UrK2Q4ahibyJwQGkSVb"]'
|
|
2026-03-05 15:06:29.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:29.305 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-05 15:06:29.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37938/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-05 15:06:29.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:29.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22077/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c9b23171-89c1-4201-b2c6-c8fb0efb2ce1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-05 15:06:29.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c9b23171-89c1-4201-b2c6-c8fb0efb2ce1","statusDesc":"OK"}'
|
|
2026-03-05 15:06:29.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37938/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-05 15:06:29.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:29.347 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 15:06:29.448 DEBUG [src.steps.filter] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:06:29.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22077/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:29.451 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":1772723189339845865,"ephemeral":false}]'
|
|
2026-03-05 15:06:29.452 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:22077/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-05 15:06:29.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-05 15:06:29.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37938/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-05 15:06:29.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:06:29.465 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 15:06:29.565 DEBUG [src.steps.filter] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:06:29.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22077/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:06:29.568 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:22077/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
|
|
2026-03-05 15:06:29.571 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:06:29.572 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:06:29.572 DEBUG [src.node.waku_node] Stopping container with id 9bc1b6dda2a1
|
|
2026-03-05 15:06:30.146 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:06:30.147 DEBUG [src.node.waku_node] Stopping container with id 88508f076e51
|
|
2026-03-05 15:06:30.693 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:06:30.694 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:06:30.704 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:06:30.711 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|