92 lines
16 KiB
Plaintext

2026-03-06 04:37:04.706 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-06 04:37:04.706 DEBUG [tests.conftest] Running test: test_cant_retrieve_messages_on_not_subscribed_content_topic with id: 2026-03-06_04-37-04__708f6eac-9cb5-401c-af2d-9ba8d30a62df
2026-03-06 04:37:04.707 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-06 04:37:04.707 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-06 04:37:04.707 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-06 04:37:04.714 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-06 04:37:04.714 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-37-04__708f6eac-9cb5-401c-af2d-9ba8d30a62df__wakuorg_nwaku:latest.log
2026-03-06 04:37:04.714 DEBUG [src.node.waku_node] Starting Node...
2026-03-06 04:37:04.714 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-06 04:37:04.716 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-06 04:37:04.716 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.34.224
2026-03-06 04:37:04.716 DEBUG [src.node.docker_mananger] Generated ports ['31950', '31951', '31952', '31953', '31954']
2026-03-06 04:37:04.716 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-06 04:37:04.716 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-06 04:37:04.716 DEBUG [src.node.waku_node] Using volumes []
2026-03-06 04:37:04.716 DEBUG [src.node.docker_mananger] docker run -i -t -p 31950:31950 -p 31951:31951 -p 31952:31952 -p 31953:31953 -p 31954:31954 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=31952 --rest-port=31950 --tcp-port=31951 --discv5-udp-port=31953 --rest-address=0.0.0.0 --nat=extip:172.18.34.224 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=eba0016bcee9caef3dfcd2a9bb12a75f8f8e72915dc4d92ff21b5cfbd719bccb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31954 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-06 04:37:04.913 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.34.224 waku dcc536c4abd14d89d8e1c276593847e5f265ac8f8646a4621603720d659a7d84
2026-03-06 04:37:04.951 DEBUG [src.node.docker_mananger] Container started with ID dcc536c4abd1. Setting up logs at ./log/docker/node1_2026-03-06_04-37-04__708f6eac-9cb5-401c-af2d-9ba8d30a62df__wakuorg_nwaku:latest.log
2026-03-06 04:37:04.952 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31950
2026-03-06 04:37:04.952 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-06 04:37:05.513 ERROR [src.node.docker_mananger] Max retries reached for container d722fcda30c4. Exiting log stream.
2026-03-06 04:37:05.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31950/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:05.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:37:06.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31950/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:06.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:37:06.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31950/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:06.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:37:06.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31950/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:06.263 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-06 04:37:06.263 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-06 04:37:06.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31950/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:06.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.224/tcp/31951/p2p/16Uiu2HAkwR9uoNEtGAiGDKSXSNC9Ku3eZja4b5D6c6A7s2ZwYe1p","/ip4/172.18.34.224/tcp/31952/ws/p2p/16Uiu2HAkwR9uoNEtGAiGDKSXSNC9Ku3eZja4b5D6c6A7s2ZwYe1p"],"enrUri":"enr:-L24QHuyCq6iuw4-RlSIYVHHG84lDmEeMnN5RTZgCNFPTph_UJqngvcJTi96_suHW8U8FBd2pC8crj51til-nUwMHyMCgmlkgnY0gmlwhKwSIuCKbXVsdGlhZGRyc5YACASsEiLgBnzPAAoErBIi4AZ80N0DgnJzhQACAQAAiXNlY3AyNTZrMaECHZVf-S4xz_IEQL4jrhvvsRSqJDyf6c8S2kIZ9lBbZduDdGNwgnzPg3VkcIJ80YV3YWt1MgU"}'
2026-03-06 04:37:06.266 INFO [src.node.waku_node] REST service is ready !!
2026-03-06 04:37:06.274 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-06 04:37:06.274 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-37-04__708f6eac-9cb5-401c-af2d-9ba8d30a62df__wakuorg_nwaku:latest.log
2026-03-06 04:37:06.274 DEBUG [src.node.waku_node] Starting Node...
2026-03-06 04:37:06.274 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-06 04:37:06.276 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-06 04:37:06.276 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.247.158
2026-03-06 04:37:06.276 DEBUG [src.node.docker_mananger] Generated ports ['57341', '57342', '57343', '57344', '57345']
2026-03-06 04:37:06.276 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-06 04:37:06.276 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-06 04:37:06.277 DEBUG [src.node.waku_node] Using volumes []
2026-03-06 04:37:06.277 DEBUG [src.node.docker_mananger] docker run -i -t -p 57341:57341 -p 57342:57342 -p 57343:57343 -p 57344:57344 -p 57345:57345 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=57343 --rest-port=57341 --tcp-port=57342 --discv5-udp-port=57344 --rest-address=0.0.0.0 --nat=extip:172.18.247.158 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=92cd3515db6a5845fe180ff14ffac6f4c51469bccfb93abdb1abd4dfcaa7fde0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57345 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHuyCq6iuw4-RlSIYVHHG84lDmEeMnN5RTZgCNFPTph_UJqngvcJTi96_suHW8U8FBd2pC8crj51til-nUwMHyMCgmlkgnY0gmlwhKwSIuCKbXVsdGlhZGRyc5YACASsEiLgBnzPAAoErBIi4AZ80N0DgnJzhQACAQAAiXNlY3AyNTZrMaECHZVf-S4xz_IEQL4jrhvvsRSqJDyf6c8S2kIZ9lBbZduDdGNwgnzPg3VkcIJ80YV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-06 04:37:06.471 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.247.158 waku 5cd393cc2a1ee1f98b382c5691e6252399791580d9c5c974d67773e00f8faca1
2026-03-06 04:37:06.509 DEBUG [src.node.docker_mananger] Container started with ID 5cd393cc2a1e. Setting up logs at ./log/docker/node2_2026-03-06_04-37-04__708f6eac-9cb5-401c-af2d-9ba8d30a62df__wakuorg_nwaku:latest.log
2026-03-06 04:37:06.510 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57341
2026-03-06 04:37:06.510 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-06 04:37:07.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:07.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:37:07.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:07.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:37:07.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:07.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:37:07.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:07.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:37:07.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:07.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:37:08.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:08.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:37:08.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:08.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:37:08.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:08.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:37:08.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:08.337 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-06 04:37:08.338 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-06 04:37:08.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57341/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:08.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.247.158/tcp/57342/p2p/16Uiu2HAmRbBbrJanQ5WqjGSD674u9mkJRL8ru6KwqCjyr1WKsF9P","/ip4/172.18.247.158/tcp/57343/ws/p2p/16Uiu2HAmRbBbrJanQ5WqjGSD674u9mkJRL8ru6KwqCjyr1WKsF9P"],"enrUri":"enr:-L24QOQD65MShhE4ObDy2lCu818qF7P8DDmUbcRrwg9N0YGuZFnnZbVu3wqbVbBtTv8nFXbEpDywaR0Fzuv6yCxtbloCgmlkgnY0gmlwhKwS956KbXVsdGlhZGRyc5YACASsEveeBt_-AAoErBL3ngbf_90DgnJzhQACAQAAiXNlY3AyNTZrMaEDwC5UErzkStFj2MqkqwPqwVuSi3yo98rshYtWKGCFHm6DdGNwgt_-g3VkcILgAIV3YWt1MgE"}'
2026-03-06 04:37:08.340 INFO [src.node.waku_node] REST service is ready !!
2026-03-06 04:37:08.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57341/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.34.224/tcp/31951/p2p/16Uiu2HAkwR9uoNEtGAiGDKSXSNC9Ku3eZja4b5D6c6A7s2ZwYe1p"]'
2026-03-06 04:37:08.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-06 04:37:08.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31950/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-06 04:37:08.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-06 04:37:08.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57341/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-06 04:37:08.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-06 04:37:08.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31950/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
2026-03-06 04:37:08.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-06 04:37:08.394 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-06 04:37:08.494 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-06 04:37:08.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31950/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:37:08.498 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:31950/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
2026-03-06 04:37:08.500 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-06 04:37:08.501 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-06 04:37:08.501 DEBUG [src.node.waku_node] Stopping container with id dcc536c4abd1
2026-03-06 04:37:09.080 DEBUG [src.node.waku_node] Container stopped.
2026-03-06 04:37:09.082 DEBUG [src.node.waku_node] Stopping container with id 5cd393cc2a1e
2026-03-06 04:37:09.650 DEBUG [src.node.waku_node] Container stopped.
2026-03-06 04:37:09.654 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-06 04:37:09.683 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-06 04:37:09.708 DEBUG [src.node.docker_mananger] No errors found in the waku logs.