83 lines
16 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_store_with_wrongPeerAddr with id: 2026-04-23_22-06-51__01eda30e-0ce7-4fc7-b0f8-208e306bd312
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
DEBUG  src.steps.store:store.py:39 Running fixture setup: node_setup
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-04-23_22-06-51__01eda30e-0ce7-4fc7-b0f8-208e306bd312__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.125.45
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21597', '21598', '21599', '21600', '21601']
DEBUG  src.node.waku_node:waku_node.py:455 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:180 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:186 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 21597:21597 -p 21598:21598 -p 21599:21599 -p 21600:21600 -p 21601:21601 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=21599 --rest-port=21597 --tcp-port=21598 --discv5-udp-port=21600 --rest-address=0.0.0.0 --nat=extip:172.18.125.45 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=ef1dfe9c4a4de3fc8b4aba7695150bb9f8f26e503ed3c5d1e8dafb8dfb58b6fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21601 --metrics-logging=true --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.125.45 waku e84b0dad55210ca690ada6bc59f5586723b940b780e49f210cad0578fed51f92
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e84b0dad5521. Setting up logs at ./log/docker/publishing_node1_2026-04-23_22-06-51__01eda30e-0ce7-4fc7-b0f8-208e306bd312__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:197 Started container from image wakuorg/nwaku:latest. REST: 21597
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container fa7ef5277eed. Exiting log stream.
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 57e6c8637576. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21597/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 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_MOUNTED"},{"Store":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
INFO  src.node.waku_node:waku_node.py:294 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21597/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.125.45/tcp/21598/p2p/16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKevJ","/ip4/172.18.125.45/tcp/21599/ws/p2p/16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKevJ"],"enrUri":"enr:-L24QMzQJhC-5g5_D8MbPL8UrcI4RXQv0GGFYRXrqURtrAIxTJuLDyU_ci_Q8dsCzhC41EcQXChWTHvCZ5t4_ebD1wACgmlkgnY0gmlwhKwSfS2KbXVsdGlhZGRyc5YACASsEn0tBlReAAoErBJ9LQZUX90DgnJzhQDGAQAAiXNlY3AyNTZrMaEDiX52iidThZ2nWAbRAHkiBQK93tQ9vHQFu_F57ux-UbeDdGNwglReg3VkcIJUYIV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:299 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-04-23_22-06-51__01eda30e-0ce7-4fc7-b0f8-208e306bd312__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.109.144
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['57831', '57832', '57833', '57834', '57835']
DEBUG  src.node.waku_node:waku_node.py:455 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:180 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:186 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 57831:57831 -p 57832:57832 -p 57833:57833 -p 57834:57834 -p 57835:57835 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=57833 --rest-port=57831 --tcp-port=57832 --discv5-udp-port=57834 --rest-address=0.0.0.0 --nat=extip:172.18.109.144 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=bbd5f5742e8cfcdc17879af3e2c17f5d5d53debbfe521f6dcecefac87fbbd2c9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57835 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMzQJhC-5g5_D8MbPL8UrcI4RXQv0GGFYRXrqURtrAIxTJuLDyU_ci_Q8dsCzhC41EcQXChWTHvCZ5t4_ebD1wACgmlkgnY0gmlwhKwSfS2KbXVsdGlhZGRyc5YACASsEn0tBlReAAoErBJ9LQZUX90DgnJzhQDGAQAAiXNlY3AyNTZrMaEDiX52iidThZ2nWAbRAHkiBQK93tQ9vHQFu_F57ux-UbeDdGNwglReg3VkcIJUYIV3YWt1MgM --storenode=/ip4/172.18.125.45/tcp/21598/p2p/16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKevJ --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.109.144 waku 93a1f8eef3bef064f2499ea8bc925f8ded47d0c5c202978d7ba3bccfa7542dcb
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 93a1f8eef3be. Setting up logs at ./log/docker/store_node1_2026-04-23_22-06-51__01eda30e-0ce7-4fc7-b0f8-208e306bd312__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:197 Started container from image wakuorg/nwaku:latest. REST: 57831
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57831/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
INFO  src.node.waku_node:waku_node.py:294 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57831/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.109.144/tcp/57832/p2p/16Uiu2HAmU7YxGW4ej61HTk4CfUEYSwdgRvpzf37Yo6VSxV5JYfyn","/ip4/172.18.109.144/tcp/57833/ws/p2p/16Uiu2HAmU7YxGW4ej61HTk4CfUEYSwdgRvpzf37Yo6VSxV5JYfyn"],"enrUri":"enr:-L24QOyTevzic6jT92Uk9CeYoVOrcEkcPKElO6dz88GtZNIOJh9YSsOJlBJapb8AUCZZM3KUJY4QEovw6nNFwN-gIdYCgmlkgnY0gmlwhKwSbZCKbXVsdGlhZGRyc5YACASsEm2QBuHoAAoErBJtkAbh6d0DgnJzhQDGAQAAiXNlY3AyNTZrMaED5a1E86V78xN3JV83iHsb32xcPxmKs6n38wzhf3sxFR2DdGNwguHog3VkcILh6oV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:299 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:57831/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.125.45/tcp/21598/p2p/16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKevJ"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21597/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:57831/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21597/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:47 Sleeping for 0.2 seconds
DEBUG  tests.store.test_api_flags:test_api_flags.py:23 Running test with wrong_peer_addr: ip4/172.18.125.45/tcp/21598/p2p/16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKevJ
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57831/store/v3/messages?peerAddr=ip4%2F172.18.125.45%2Ftcp%2F21598%2Fp2p%2F16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKevJ&pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57831/store/v3/messages?peerAddr=ip4%2F172.18.125.45%2Ftcp%2F21598%2Fp2p%2F16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKevJ&pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0. Response content: b'Failed parsing remote peer info: MultiAddress.init [multiaddress: Invalid MultiAddress, must start with `/`]'
DEBUG  tests.store.test_api_flags:test_api_flags.py:28 Response with wrong peer address is Error: 400 Client Error: Bad Request for url: http://127.0.0.1:57831/store/v3/messages?peerAddr=ip4%2F172.18.125.45%2Ftcp%2F21598%2Fp2p%2F16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKevJ&pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0 with response: b'Failed parsing remote peer info: MultiAddress.init [multiaddress: Invalid MultiAddress, must start with `/`]'
DEBUG  tests.store.test_api_flags:test_api_flags.py:32 Running test with wrong_peer_addr /ip4/172.18.125.45/tcp/21598/p2p/16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKev
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57831/store/v3/messages?peerAddr=%2Fip4%2F172.18.125.45%2Ftcp%2F21598%2Fp2p%2F16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKev&pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57831/store/v3/messages?peerAddr=%2Fip4%2F172.18.125.45%2Ftcp%2F21598%2Fp2p%2F16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKev&pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0. Response content: b'Failed parsing remote peer info: MultiAddress.init [multiaddress: Error encoding `p2p/16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKev`]'
DEBUG  tests.store.test_api_flags:test_api_flags.py:37 Response with wrong peer id is Error: 400 Client Error: Bad Request for url: http://127.0.0.1:57831/store/v3/messages?peerAddr=%2Fip4%2F172.18.125.45%2Ftcp%2F21598%2Fp2p%2F16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKev&pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0 with response: b'Failed parsing remote peer info: MultiAddress.init [multiaddress: Error encoding `p2p/16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKev`]'
DEBUG  tests.store.test_api_flags:test_api_flags.py:42 logger is /ip4/172.18.125.45/21598/p2p/16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKevJ
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57831/store/v3/messages?peerAddr=%2Fip4%2F172.18.125.45%2F21598%2Fp2p%2F16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKevJ&pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57831/store/v3/messages?peerAddr=%2Fip4%2F172.18.125.45%2F21598%2Fp2p%2F16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKevJ&pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0. Response content: b"Failed parsing remote peer info: MultiAddress.init [multiaddress: Unsupported protocol '21598']"
DEBUG  tests.store.test_api_flags:test_api_flags.py:47 Response with wrong peer address is Error: 400 Client Error: Bad Request for url: http://127.0.0.1:57831/store/v3/messages?peerAddr=%2Fip4%2F172.18.125.45%2F21598%2Fp2p%2F16Uiu2HAmMui3qiKMWj6QoudDCGqExPanf88WM1MQMwKS4bXFKevJ&pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0 with response: b"Failed parsing remote peer info: MultiAddress.init [multiaddress: Unsupported protocol '21598']"
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:241 Stopping container with id e84b0dad5521
DEBUG  src.node.waku_node:waku_node.py:248 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:241 Stopping container with id 93a1f8eef3be
DEBUG  src.node.waku_node:waku_node.py:248 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.