mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-29 15:13:48 +00:00
91 lines
17 KiB
Plaintext
91 lines
17 KiB
Plaintext
2026-03-08 04:33:19.473 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-08 04:33:19.473 DEBUG [tests.conftest] Running test: test_unsubscribe_from_non_subscribed_pubsub_topics with id: 2026-03-08_04-33-19__7e45406d-71fd-40c7-9964-abff4cdf2a14
|
|
2026-03-08 04:33:19.473 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-08 04:33:19.473 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-08 04:33:19.474 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-08 04:33:19.482 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:33:19.483 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-33-19__7e45406d-71fd-40c7-9964-abff4cdf2a14__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:33:19.483 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:33:19.483 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:33:19.484 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:33:19.484 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.23.228
|
|
2026-03-08 04:33:19.484 DEBUG [src.node.docker_mananger] Generated ports ['10891', '10892', '10893', '10894', '10895']
|
|
2026-03-08 04:33:19.485 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-08 04:33:19.485 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:33:19.485 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:33:19.485 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:33:19.485 DEBUG [src.node.docker_mananger] docker run -i -t -p 10891:10891 -p 10892:10892 -p 10893:10893 -p 10894:10894 -p 10895:10895 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=10893 --rest-port=10891 --tcp-port=10892 --discv5-udp-port=10894 --rest-address=0.0.0.0 --nat=extip:172.18.23.228 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6d124d84859dbcd9f9373d370e843d7fd40287d46af08d7cbc0befcea8a0eae9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10895 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-08 04:33:19.681 ERROR [src.node.docker_mananger] Max retries reached for container c75162f0c575. Exiting log stream.
|
|
2026-03-08 04:33:19.682 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.23.228 waku 4f9d429c6e6c9de4dff2e98ecfa31c1160e5c99936fb9d3cca0caefeeecd2720
|
|
2026-03-08 04:33:19.724 DEBUG [src.node.docker_mananger] Container started with ID 4f9d429c6e6c. Setting up logs at ./log/docker/node1_2026-03-08_04-33-19__7e45406d-71fd-40c7-9964-abff4cdf2a14__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:33:19.725 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10891
|
|
2026-03-08 04:33:19.727 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:33:20.136 ERROR [src.node.docker_mananger] Max retries reached for container 7c323248b43a. Exiting log stream.
|
|
2026-03-08 04:33:20.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10891/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:33:20.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:33:20.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10891/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:33:20.834 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:33:20.834 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:33:20.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10891/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:33:20.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.23.228/tcp/10892/p2p/16Uiu2HAm1iXpva3GVAWUPp8TzPSt4FF3pmTAqu5rva4C7aJh5UCv","/ip4/172.18.23.228/tcp/10893/ws/p2p/16Uiu2HAm1iXpva3GVAWUPp8TzPSt4FF3pmTAqu5rva4C7aJh5UCv"],"enrUri":"enr:-L24QNs3sSnJRyJuWwJpbcBaw2-REoeaFJIVbtHk82IXKkDwM5L-FGnyVxLCnPeryJUniyM0mepBz51A2j4zsCYby78CgmlkgnY0gmlwhKwSF-SKbXVsdGlhZGRyc5YACASsEhfkBiqMAAoErBIX5AYqjd0DgnJzhQACAQAAiXNlY3AyNTZrMaECXXfG2ypJr64MzsVTNS4IH3UNpwuOwWUeMBkWsHAaKn-DdGNwgiqMg3VkcIIqjoV3YWt1MgU"}'
|
|
2026-03-08 04:33:20.838 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:33:20.846 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:33:20.846 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-33-19__7e45406d-71fd-40c7-9964-abff4cdf2a14__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:33:20.846 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:33:20.846 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:33:20.848 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:33:20.848 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.243
|
|
2026-03-08 04:33:20.848 DEBUG [src.node.docker_mananger] Generated ports ['5054', '5055', '5056', '5057', '5058']
|
|
2026-03-08 04:33:20.848 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-08 04:33:20.848 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:33:20.848 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:33:20.848 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:33:20.848 DEBUG [src.node.docker_mananger] docker run -i -t -p 5054:5054 -p 5055:5055 -p 5056:5056 -p 5057:5057 -p 5058:5058 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=5056 --rest-port=5054 --tcp-port=5055 --discv5-udp-port=5057 --rest-address=0.0.0.0 --nat=extip:172.18.138.243 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6a2c7ce6c5fbec8275c5fdf2e5a04edcf9c4f55435dfcdebe8bbcb2e610771ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5058 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNs3sSnJRyJuWwJpbcBaw2-REoeaFJIVbtHk82IXKkDwM5L-FGnyVxLCnPeryJUniyM0mepBz51A2j4zsCYby78CgmlkgnY0gmlwhKwSF-SKbXVsdGlhZGRyc5YACASsEhfkBiqMAAoErBIX5AYqjd0DgnJzhQACAQAAiXNlY3AyNTZrMaECXXfG2ypJr64MzsVTNS4IH3UNpwuOwWUeMBkWsHAaKn-DdGNwgiqMg3VkcIIqjoV3YWt1MgU
|
|
2026-03-08 04:33:21.064 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.243 waku f02b553e76297747e9bdac22916c73926c1054b5d47fcc02a4088e661d3bb6ae
|
|
2026-03-08 04:33:21.101 DEBUG [src.node.docker_mananger] Container started with ID f02b553e7629. Setting up logs at ./log/docker/node2_2026-03-08_04-33-19__7e45406d-71fd-40c7-9964-abff4cdf2a14__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:33:21.102 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5054
|
|
2026-03-08 04:33:21.102 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:33:22.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5054/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:33:22.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:33:22.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5054/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:33:22.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:33:22.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5054/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:33:22.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:33:22.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5054/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:33:22.441 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-08 04:33:22.441 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:33:22.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5054/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:33:22.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.243/tcp/5055/p2p/16Uiu2HAmGJyQQpvcgKuHv9NjSAPLJE2nvBEiPeQPD736nnTZxDbS","/ip4/172.18.138.243/tcp/5056/ws/p2p/16Uiu2HAmGJyQQpvcgKuHv9NjSAPLJE2nvBEiPeQPD736nnTZxDbS"],"enrUri":"enr:-L24QOa9k3znCoAcW9hk4QVrFIjPy39-b_RUzmGqqbgn_9VcHfdSFKdUKocQC7bD3IONOGIshQTrPbsveb2py2GrkEMCgmlkgnY0gmlwhKwSivOKbXVsdGlhZGRyc5YACASsEorzBhO_AAoErBKK8wYTwN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDNk4PyiVMo57L2R7bH-h5lErVmYXImN-6MVDqKBN_-xWDdGNwghO_g3VkcIITwYV3YWt1MgE"}'
|
|
2026-03-08 04:33:22.444 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:33:22.444 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5054/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.23.228/tcp/10892/p2p/16Uiu2HAm1iXpva3GVAWUPp8TzPSt4FF3pmTAqu5rva4C7aJh5UCv"]'
|
|
2026-03-08 04:33:22.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:33:22.466 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:10891/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-03-08 04:33:22.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:33:22.516 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:5054/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-03-08 04:33:22.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:33:22.560 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:33:22.563 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
|
|
2026-03-08 04:33:22.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10891/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-08 04:33:22.567 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
|
2026-03-08 04:33:22.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:33:22.571 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
|
|
2026-03-08 04:33:22.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:33:22.574 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/3'
|
|
2026-03-08 04:33:22.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:33:22.578 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/4'
|
|
2026-03-08 04:33:22.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:33:22.582 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/5'
|
|
2026-03-08 04:33:22.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:33:22.586 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/6'
|
|
2026-03-08 04:33:22.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:33:22.589 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/7'
|
|
2026-03-08 04:33:22.592 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-08 04:33:22.593 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-08 04:33:22.593 DEBUG [src.node.waku_node] Stopping container with id 4f9d429c6e6c
|
|
2026-03-08 04:33:23.197 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:33:23.198 DEBUG [src.node.waku_node] Stopping container with id f02b553e7629
|
|
2026-03-08 04:33:23.792 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:33:23.796 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-08 04:33:23.836 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-08 04:33:23.870 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|