mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-29 23:23:50 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-03-03 04:35:29.016 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:35:29.016 DEBUG [tests.conftest] Running test: test_single_content_topic[/statusim/1/community/cbor] with id: 2026-03-03_04-35-29__016c514f-acfd-4e70-bf9c-801b1e9e264b
|
|
2026-03-03 04:35:29.017 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:35:29.017 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:35:29.017 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:35:29.025 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:35:29.025 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-35-29__016c514f-acfd-4e70-bf9c-801b1e9e264b__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:29.025 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:35:29.025 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:35:29.027 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:35:29.027 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.81.182
|
|
2026-03-03 04:35:29.027 DEBUG [src.node.docker_mananger] Generated ports ['20118', '20119', '20120', '20121', '20122']
|
|
2026-03-03 04:35:29.027 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:35:29.027 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:35:29.028 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:35:29.028 DEBUG [src.node.docker_mananger] docker run -i -t -p 20118:20118 -p 20119:20119 -p 20120:20120 -p 20121:20121 -p 20122:20122 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=20120 --rest-port=20118 --tcp-port=20119 --discv5-udp-port=20121 --rest-address=0.0.0.0 --nat=extip:172.18.81.182 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b6b7f8790f83aec8ff0bfeb994f8580ac6edb77ceaf3b680e78bb8bf677e2be6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20122 --metrics-logging=true --relay=true --filter=true --content-topic=/statusim/1/community/cbor
|
|
2026-03-03 04:35:29.228 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.81.182 waku d066d6112cc8bc9fb53274512600bcef17aec8b4652f9184ff2eb30026563f44
|
|
2026-03-03 04:35:29.251 ERROR [src.node.docker_mananger] Max retries reached for container 89cd1c46ea7e. Exiting log stream.
|
|
2026-03-03 04:35:29.265 DEBUG [src.node.docker_mananger] Container started with ID d066d6112cc8. Setting up logs at ./log/docker/node1_2026-03-03_04-35-29__016c514f-acfd-4e70-bf9c-801b1e9e264b__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:29.265 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20118
|
|
2026-03-03 04:35:29.265 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:35:29.780 ERROR [src.node.docker_mananger] Max retries reached for container f7cf8e3c3ac0. Exiting log stream.
|
|
2026-03-03 04:35:30.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20118/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:30.269 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-03 04:35:30.269 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:35:30.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20118/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:30.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.81.182/tcp/20119/p2p/16Uiu2HAkzyEZqeRy5eaX2iVv7SLiWhgPwf8f9udF1vvGXrDXJvNh","/ip4/172.18.81.182/tcp/20120/ws/p2p/16Uiu2HAkzyEZqeRy5eaX2iVv7SLiWhgPwf8f9udF1vvGXrDXJvNh"],"enrUri":"enr:-L24QA0gWP2N8AIWPWMHKV3bR96QQy_RDOKzkvqr0o2lx8LyIbFLqOUFyruIAiB_v5UIPKKIJU7zpiwAG_AVWRxLNwwCgmlkgnY0gmlwhKwSUbaKbXVsdGlhZGRyc5YACASsElG2Bk6XAAoErBJRtgZOmN0DgnJzhQACAQAAiXNlY3AyNTZrMaECUmBJNCFhe6dbD8hCAsxf_0JVUiXvv_5gxtzeSudld6aDdGNwgk6Xg3VkcIJOmYV3YWt1MgU"}'
|
|
2026-03-03 04:35:30.272 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:35:30.279 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:35:30.279 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-35-29__016c514f-acfd-4e70-bf9c-801b1e9e264b__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:30.279 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:35:30.279 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:35:30.281 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:35:30.281 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.184.8
|
|
2026-03-03 04:35:30.281 DEBUG [src.node.docker_mananger] Generated ports ['7747', '7748', '7749', '7750', '7751']
|
|
2026-03-03 04:35:30.281 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:35:30.281 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:35:30.281 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:35:30.281 DEBUG [src.node.docker_mananger] docker run -i -t -p 7747:7747 -p 7748:7748 -p 7749:7749 -p 7750:7750 -p 7751:7751 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=7749 --rest-port=7747 --tcp-port=7748 --discv5-udp-port=7750 --rest-address=0.0.0.0 --nat=extip:172.18.184.8 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=1ea616d8a29ba63399928cd54d42bba94cebd260fcfbab5b955bcd02fdfde114 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7751 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QA0gWP2N8AIWPWMHKV3bR96QQy_RDOKzkvqr0o2lx8LyIbFLqOUFyruIAiB_v5UIPKKIJU7zpiwAG_AVWRxLNwwCgmlkgnY0gmlwhKwSUbaKbXVsdGlhZGRyc5YACASsElG2Bk6XAAoErBJRtgZOmN0DgnJzhQACAQAAiXNlY3AyNTZrMaECUmBJNCFhe6dbD8hCAsxf_0JVUiXvv_5gxtzeSudld6aDdGNwgk6Xg3VkcIJOmYV3YWt1MgU --content-topic=/statusim/1/community/cbor
|
|
2026-03-03 04:35:30.478 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.184.8 waku 33a78c3f6a9fca825127bf0d29bb2f1411099e3d35bb99687c72508f5a760f49
|
|
2026-03-03 04:35:30.513 DEBUG [src.node.docker_mananger] Container started with ID 33a78c3f6a9f. Setting up logs at ./log/docker/node2_2026-03-03_04-35-29__016c514f-acfd-4e70-bf9c-801b1e9e264b__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:30.514 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7747
|
|
2026-03-03 04:35:30.515 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:35:31.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7747/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:31.535 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_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-03 04:35:31.540 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:35:31.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7747/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:31.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.184.8/tcp/7748/p2p/16Uiu2HAkvtkYdcafUydRpMDJnjmhA5MJCRFJPpXXcsDp3veEKxjh","/ip4/172.18.184.8/tcp/7749/ws/p2p/16Uiu2HAkvtkYdcafUydRpMDJnjmhA5MJCRFJPpXXcsDp3veEKxjh"],"enrUri":"enr:-L24QNH22gbOnNEsKr9a_5ccY4btc8eAU7HaXklAuch8beMbSGgHUXOpvhXfAsbPE4eeneJZdJjRnM-eR7VKCU8f1pkCgmlkgnY0gmlwhKwSuAiKbXVsdGlhZGRyc5YACASsErgIBh5EAAoErBK4CAYeRd0DgnJzhQACAQAAiXNlY3AyNTZrMaECFcuIIhRy3Q-Z2C1IeX9nxsublzFsrN1va-SGB8oTZGiDdGNwgh5Eg3VkcIIeRoV3YWt1MgE"}'
|
|
2026-03-03 04:35:31.548 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:35:31.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7747/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.81.182/tcp/20119/p2p/16Uiu2HAkzyEZqeRy5eaX2iVv7SLiWhgPwf8f9udF1vvGXrDXJvNh"]'
|
|
2026-03-03 04:35:31.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:31.552 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20118/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
|
2026-03-03 04:35:31.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:31.555 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7747/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
|
2026-03-03 04:35:31.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:31.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20118/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:35:31.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:31.562 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:35:31.663 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:31.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20118/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:31.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772512531558148119,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:31.667 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:31.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7747/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:31.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772512531558148119,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:31.673 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:35:31.674 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:35:31.674 DEBUG [src.node.waku_node] Stopping container with id d066d6112cc8
|
|
2026-03-03 04:35:32.259 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:35:32.260 DEBUG [src.node.waku_node] Stopping container with id 33a78c3f6a9f
|
|
2026-03-03 04:35:32.811 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:35:32.815 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:35:32.820 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:35:32.824 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|