74 lines
13 KiB
Plaintext

2026-03-05 04:37:33.360 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-05 04:37:33.360 DEBUG [tests.conftest] Running test: test_publish_without_subscribing_via_api_works with id: 2026-03-05_04-37-33__9b55f410-fe88-4779-af14-b78137efddd4
2026-03-05 04:37:33.361 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-05 04:37:33.361 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-05 04:37:33.361 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-05 04:37:33.368 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-05 04:37:33.369 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_04-37-33__9b55f410-fe88-4779-af14-b78137efddd4__wakuorg_nwaku:latest.log
2026-03-05 04:37:33.369 DEBUG [src.node.waku_node] Starting Node...
2026-03-05 04:37:33.369 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-05 04:37:33.370 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-05 04:37:33.370 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.55.8
2026-03-05 04:37:33.371 DEBUG [src.node.docker_mananger] Generated ports ['8987', '8988', '8989', '8990', '8991']
2026-03-05 04:37:33.371 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-05 04:37:33.371 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-05 04:37:33.371 DEBUG [src.node.waku_node] Using volumes []
2026-03-05 04:37:33.371 DEBUG [src.node.docker_mananger] docker run -i -t -p 8987:8987 -p 8988:8988 -p 8989:8989 -p 8990:8990 -p 8991:8991 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=8989 --rest-port=8987 --tcp-port=8988 --discv5-udp-port=8990 --rest-address=0.0.0.0 --nat=extip:172.18.55.8 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=376e38e2f6d16a5d4525c83d92ed895fb293ac4e20551da3c0ad6afca9ddc22d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8991 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-05 04:37:33.564 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.55.8 waku aeea06133031ed4fdf00a9218b1a24b1c0bfee4f527284efe43dc1eee98b4168
2026-03-05 04:37:33.602 DEBUG [src.node.docker_mananger] Container started with ID aeea06133031. Setting up logs at ./log/docker/node1_2026-03-05_04-37-33__9b55f410-fe88-4779-af14-b78137efddd4__wakuorg_nwaku:latest.log
2026-03-05 04:37:33.602 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8987
2026-03-05 04:37:33.602 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-05 04:37:33.899 ERROR [src.node.docker_mananger] Max retries reached for container 8d809b79a81d. Exiting log stream.
2026-03-05 04:37:34.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8987/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:37:34.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-05 04:37:34.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8987/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:37:34.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-05 04:37:34.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8987/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:37:34.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-05 04:37:34.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8987/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:37:34.915 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":"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-05 04:37:34.915 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-05 04:37:34.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8987/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:37:34.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.55.8/tcp/8988/p2p/16Uiu2HAmFKu2un38SkzpfmJ1L4Tj8fsbCLUVQxUbEHgYjiSHD6tK","/ip4/172.18.55.8/tcp/8989/ws/p2p/16Uiu2HAmFKu2un38SkzpfmJ1L4Tj8fsbCLUVQxUbEHgYjiSHD6tK"],"enrUri":"enr:-L24QFcNYQm0P0XTn2T-pBy2v0_nzq84WFE_AQ7PnSWofDzFJ81A6XpdHR9FlmWXtOVzU7fxtDWOWGjJh1TUHEAEpS0CgmlkgnY0gmlwhKwSNwiKbXVsdGlhZGRyc5YACASsEjcIBiMcAAoErBI3CAYjHd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDJ68Dep0iuqJR1yPQjL6KI2XifLCh9w4qUHEbONElyxSDdGNwgiMcg3VkcIIjHoV3YWt1MgU"}'
2026-03-05 04:37:34.918 INFO [src.node.waku_node] REST service is ready !!
2026-03-05 04:37:34.925 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-05 04:37:34.926 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_04-37-33__9b55f410-fe88-4779-af14-b78137efddd4__wakuorg_nwaku:latest.log
2026-03-05 04:37:34.926 DEBUG [src.node.waku_node] Starting Node...
2026-03-05 04:37:34.926 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-05 04:37:34.928 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-05 04:37:34.929 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.182.99
2026-03-05 04:37:34.929 DEBUG [src.node.docker_mananger] Generated ports ['30959', '30960', '30961', '30962', '30963']
2026-03-05 04:37:34.929 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-05 04:37:34.930 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-05 04:37:34.930 DEBUG [src.node.waku_node] Using volumes []
2026-03-05 04:37:34.931 DEBUG [src.node.docker_mananger] docker run -i -t -p 30959:30959 -p 30960:30960 -p 30961:30961 -p 30962:30962 -p 30963:30963 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=30961 --rest-port=30959 --tcp-port=30960 --discv5-udp-port=30962 --rest-address=0.0.0.0 --nat=extip:172.18.182.99 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fca73ee76a1f2fc7ddc6f03e41d910bad1acbdbec927f1200aaa4e8fc35a807c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30963 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFcNYQm0P0XTn2T-pBy2v0_nzq84WFE_AQ7PnSWofDzFJ81A6XpdHR9FlmWXtOVzU7fxtDWOWGjJh1TUHEAEpS0CgmlkgnY0gmlwhKwSNwiKbXVsdGlhZGRyc5YACASsEjcIBiMcAAoErBI3CAYjHd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDJ68Dep0iuqJR1yPQjL6KI2XifLCh9w4qUHEbONElyxSDdGNwgiMcg3VkcIIjHoV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
2026-03-05 04:37:35.129 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.182.99 waku 729203931e7c318be19a6863f2a4af84d83e939de94c6b574dcff26bd7e909a1
2026-03-05 04:37:35.166 DEBUG [src.node.docker_mananger] Container started with ID 729203931e7c. Setting up logs at ./log/docker/node2_2026-03-05_04-37-33__9b55f410-fe88-4779-af14-b78137efddd4__wakuorg_nwaku:latest.log
2026-03-05 04:37:35.167 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30959
2026-03-05 04:37:35.167 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-05 04:37:36.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30959/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:37:36.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-05 04:37:36.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30959/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:37:36.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-05 04:37:36.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30959/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:37:36.377 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-05 04:37:36.377 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-05 04:37:36.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30959/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:37:36.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.182.99/tcp/30960/p2p/16Uiu2HAmVXYGDrbiQZinQG6x5p2NoxxgAdhKzPewaAs2FTDguKBe","/ip4/172.18.182.99/tcp/30961/ws/p2p/16Uiu2HAmVXYGDrbiQZinQG6x5p2NoxxgAdhKzPewaAs2FTDguKBe"],"enrUri":"enr:-L24QMsBfosIGnHtYjCF0Az2w8zsvaOty1Tx2FDhDh66r6m7EHO4E3dpBy1E1f8kqsQjSQ_kaiCEyVO7eg2JmmjWrFQCgmlkgnY0gmlwhKwStmOKbXVsdGlhZGRyc5YACASsErZjBnjwAAoErBK2YwZ48d0DgnJzhQACAQAAiXNlY3AyNTZrMaED-q4dcMTI6UU64alxu2_PEu8_exXBTPlLrbkLWx8ctoGDdGNwgnjwg3VkcIJ48oV3YWt1MgE"}'
2026-03-05 04:37:36.379 INFO [src.node.waku_node] REST service is ready !!
2026-03-05 04:37:36.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30959/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.55.8/tcp/8988/p2p/16Uiu2HAmFKu2un38SkzpfmJ1L4Tj8fsbCLUVQxUbEHgYjiSHD6tK"]'
2026-03-05 04:37:36.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 04:37:36.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8987/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-05 04:37:36.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 04:37:36.427 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30959/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-05 04:37:36.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 04:37:36.439 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-05 04:37:36.443 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-05 04:37:36.443 DEBUG [src.node.waku_node] Stopping container with id aeea06133031
2026-03-05 04:37:37.018 DEBUG [src.node.waku_node] Container stopped.
2026-03-05 04:37:37.019 DEBUG [src.node.waku_node] Stopping container with id 729203931e7c
2026-03-05 04:37:37.621 DEBUG [src.node.waku_node] Container stopped.
2026-03-05 04:37:37.623 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-05 04:37:37.653 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-05 04:37:37.684 DEBUG [src.node.docker_mananger] No errors found in the waku logs.