mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
80 lines
14 KiB
Plaintext
80 lines
14 KiB
Plaintext
2026-03-21 04:33:22.049 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-21 04:33:22.050 DEBUG [tests.conftest] Running test: test_single_content_topic[/statusim/1/community/cbor] with id: 2026-03-21_04-33-22__54b66cc6-782b-4471-b9e9-9a21c019897d
|
|
2026-03-21 04:33:22.050 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-21 04:33:22.050 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-21 04:33:22.051 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-21 04:33:22.059 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:33:22.059 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-21_04-33-22__54b66cc6-782b-4471-b9e9-9a21c019897d__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:22.059 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:33:22.059 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:33:22.061 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:33:22.061 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.36.121
|
|
2026-03-21 04:33:22.061 DEBUG [src.node.docker_mananger] Generated ports ['2984', '2985', '2986', '2987', '2988']
|
|
2026-03-21 04:33:22.061 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:33:22.061 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:33:22.061 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:33:22.062 DEBUG [src.node.docker_mananger] docker run -i -t -p 2984:2984 -p 2985:2985 -p 2986:2986 -p 2987:2987 -p 2988:2988 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=2986 --rest-port=2984 --tcp-port=2985 --discv5-udp-port=2987 --rest-address=0.0.0.0 --nat=extip:172.18.36.121 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cdb812fb0b84fdf30148078bbfacbd52afee2d79b74b8199e104336feadf1c56 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2988 --metrics-logging=true --relay=true --filter=true --content-topic=/statusim/1/community/cbor
|
|
2026-03-21 04:33:22.246 ERROR [src.node.docker_mananger] Max retries reached for container c3f6817325de. Exiting log stream.
|
|
2026-03-21 04:33:22.266 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.36.121 waku b8aaa72be44084b1fca5152c89c54bc3173532b59a3466647f1d2da852e35a5d
|
|
2026-03-21 04:33:22.304 DEBUG [src.node.docker_mananger] Container started with ID b8aaa72be440. Setting up logs at ./log/docker/node1_2026-03-21_04-33-22__54b66cc6-782b-4471-b9e9-9a21c019897d__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:22.305 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2984
|
|
2026-03-21 04:33:22.305 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:33:22.852 ERROR [src.node.docker_mananger] Max retries reached for container 7353f583bcfc. Exiting log stream.
|
|
2026-03-21 04:33:23.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2984/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:23.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:23.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2984/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:23.412 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-21 04:33:23.412 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:33:23.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2984/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:23.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.36.121/tcp/2985/p2p/16Uiu2HAkvt7LYLXZVUc6UQVpg9t72UxDSvE2bd1DGjPaXJQ9jkiF","/ip4/172.18.36.121/tcp/2986/ws/p2p/16Uiu2HAkvt7LYLXZVUc6UQVpg9t72UxDSvE2bd1DGjPaXJQ9jkiF"],"enrUri":"enr:-L24QA5Z8JFKyN3_x_qdAL0odn02Y-z_AkYevbumG85d_n95fDXeKTBWt1ena68JCHWNFmP_X_KhxvwnuBWlSmZaNrQCgmlkgnY0gmlwhKwSJHmKbXVsdGlhZGRyc5YACASsEiR5BgupAAoErBIkeQYLqt0DgnJzhQACAQAAiXNlY3AyNTZrMaECFaF1xCezDb5lBQCpwJwgJ28rVxVkXgrW54mzKZsCRRSDdGNwggupg3VkcIILq4V3YWt1MgU"}'
|
|
2026-03-21 04:33:23.415 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:33:23.421 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:33:23.422 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-21_04-33-22__54b66cc6-782b-4471-b9e9-9a21c019897d__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:23.422 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:33:23.422 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:33:23.423 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:33:23.423 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.138
|
|
2026-03-21 04:33:23.424 DEBUG [src.node.docker_mananger] Generated ports ['10363', '10364', '10365', '10366', '10367']
|
|
2026-03-21 04:33:23.424 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:33:23.424 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:33:23.424 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:33:23.424 DEBUG [src.node.docker_mananger] docker run -i -t -p 10363:10363 -p 10364:10364 -p 10365:10365 -p 10366:10366 -p 10367:10367 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=10365 --rest-port=10363 --tcp-port=10364 --discv5-udp-port=10366 --rest-address=0.0.0.0 --nat=extip:172.18.251.138 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ecdde4f6e8cdbb66f3eff98d72afcbeac2ffd7098533ec41c9dd45fc909c3a56 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10367 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QA5Z8JFKyN3_x_qdAL0odn02Y-z_AkYevbumG85d_n95fDXeKTBWt1ena68JCHWNFmP_X_KhxvwnuBWlSmZaNrQCgmlkgnY0gmlwhKwSJHmKbXVsdGlhZGRyc5YACASsEiR5BgupAAoErBIkeQYLqt0DgnJzhQACAQAAiXNlY3AyNTZrMaECFaF1xCezDb5lBQCpwJwgJ28rVxVkXgrW54mzKZsCRRSDdGNwggupg3VkcIILq4V3YWt1MgU --content-topic=/statusim/1/community/cbor
|
|
2026-03-21 04:33:23.625 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.138 waku 147eeac1a05aa6afd4a44fe5406f6bfbec2f9f6ac070db05a1c93c15624e2e9f
|
|
2026-03-21 04:33:23.661 DEBUG [src.node.docker_mananger] Container started with ID 147eeac1a05a. Setting up logs at ./log/docker/node2_2026-03-21_04-33-22__54b66cc6-782b-4471-b9e9-9a21c019897d__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:23.662 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10363
|
|
2026-03-21 04:33:23.662 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:33:24.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10363/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:24.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10363/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:24.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10363/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.895 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":"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-21 04:33:24.895 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:33:24.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10363/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:24.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.138/tcp/10364/p2p/16Uiu2HAkzdP5bjfVEwtgnVZsdjUhbS6dcKFc5BzrkCcNBw8Crvnm","/ip4/172.18.251.138/tcp/10365/ws/p2p/16Uiu2HAkzdP5bjfVEwtgnVZsdjUhbS6dcKFc5BzrkCcNBw8Crvnm"],"enrUri":"enr:-L24QCVitxzUZUl_mcWFJumdR4HApFXUraRZ60VBzDTX0dVxCp1aGKl7U9QsTSPteTty-Pe6x89RRfKnteGqklGMa3kCgmlkgnY0gmlwhKwS-4qKbXVsdGlhZGRyc5YACASsEvuKBih8AAoErBL7igYofd0DgnJzhQACAQAAiXNlY3AyNTZrMaECTUpLqoBEjAFLWAr19pBLsvjHfIkG7rwxs9Zov6PvHQqDdGNwgih8g3VkcIIofoV3YWt1MgE"}'
|
|
2026-03-21 04:33:24.898 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:33:24.898 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10363/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.36.121/tcp/2985/p2p/16Uiu2HAkvt7LYLXZVUc6UQVpg9t72UxDSvE2bd1DGjPaXJQ9jkiF"]'
|
|
2026-03-21 04:33:24.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:24.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2984/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
|
2026-03-21 04:33:24.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:24.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10363/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
|
2026-03-21 04:33:24.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:24.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2984/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:24.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:24.963 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:25.064 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:25.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2984/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:25.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1774067604948902009,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:25.069 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:25.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10363/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:25.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1774067604948902009,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:25.075 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-21 04:33:25.076 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-21 04:33:25.076 DEBUG [src.node.waku_node] Stopping container with id b8aaa72be440
|
|
2026-03-21 04:33:25.720 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:33:25.721 DEBUG [src.node.waku_node] Stopping container with id 147eeac1a05a
|
|
2026-03-21 04:33:26.321 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:33:26.323 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-21 04:33:26.399 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-21 04:33:26.430 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|