mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
76 lines
13 KiB
Plaintext
76 lines
13 KiB
Plaintext
2026-02-25 15:24:18.184 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 15:24:18.184 DEBUG [tests.conftest] Running test: test_content_topic_not_in_docker_flags with id: 2026-02-25_15-24-18__f25f3595-844e-48b0-b45b-c2c037204a75
|
|
2026-02-25 15:24:18.184 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 15:24:18.185 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 15:24:18.185 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-25 15:24:18.192 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 15:24:18.193 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_15-24-18__f25f3595-844e-48b0-b45b-c2c037204a75__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:24:18.193 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 15:24:18.193 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 15:24:18.194 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 15:24:18.194 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.212
|
|
2026-02-25 15:24:18.195 DEBUG [src.node.docker_mananger] Generated ports ['15366', '15367', '15368', '15369', '15370']
|
|
2026-02-25 15:24:18.195 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 15:24:18.195 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 15:24:18.195 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 15:24:18.195 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 15:24:18.195 DEBUG [src.node.docker_mananger] docker run -i -t -p 15366:15366 -p 15367:15367 -p 15368:15368 -p 15369:15369 -p 15370:15370 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=15368 --rest-port=15366 --tcp-port=15367 --discv5-udp-port=15369 --rest-address=0.0.0.0 --nat=extip:172.18.118.212 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=403bfa4e9fc02b02016dbf124fd23ecdcea5ee05b1baab5a5005394eff46a137 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15370 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-25 15:24:18.374 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.212 waku 8b6f00d8c977ee5389512e028b05e3c7a592f01fa2ba41ac6bb47a0f92dc60d9
|
|
2026-02-25 15:24:18.406 DEBUG [src.node.docker_mananger] Container started with ID 8b6f00d8c977. Setting up logs at ./log/docker/node1_2026-02-25_15-24-18__f25f3595-844e-48b0-b45b-c2c037204a75__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:24:18.408 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15366
|
|
2026-02-25 15:24:18.408 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 15:24:18.438 ERROR [src.node.docker_mananger] Max retries reached for container cf640a688101. Exiting log stream.
|
|
2026-02-25 15:24:18.992 ERROR [src.node.docker_mananger] Max retries reached for container e74b337b98d8. Exiting log stream.
|
|
2026-02-25 15:24:19.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15366/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:24:19.411 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-02-25 15:24:19.411 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 15:24:19.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15366/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:24:19.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.212/tcp/15367/p2p/16Uiu2HAkznVBnAKworCkPJ2NEUvGjEgZhCtcPsEMouuy4aT1WvCw","/ip4/172.18.118.212/tcp/15368/ws/p2p/16Uiu2HAkznVBnAKworCkPJ2NEUvGjEgZhCtcPsEMouuy4aT1WvCw"],"enrUri":"enr:-L24QMPTJAdoyPEYNBrv76v0LYq4dW2EVtDKycoycSae6cNRT_Zbxt_t_Q6lROvFKJQHnMy20crvdK8KZx2P7mHuOD0CgmlkgnY0gmlwhKwSdtSKbXVsdGlhZGRyc5YACASsEnbUBjwHAAoErBJ21AY8CN0DgnJzhQACAQAAiXNlY3AyNTZrMaECT59tc7rQ7XW2f4QCUv7Th-l-nG1iWPP7yNx2XcQS0bCDdGNwgjwHg3VkcII8CYV3YWt1MgU"}'
|
|
2026-02-25 15:24:19.414 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 15:24:19.421 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 15:24:19.421 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_15-24-18__f25f3595-844e-48b0-b45b-c2c037204a75__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:24:19.421 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 15:24:19.421 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 15:24:19.422 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 15:24:19.423 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.12.215
|
|
2026-02-25 15:24:19.423 DEBUG [src.node.docker_mananger] Generated ports ['38950', '38951', '38952', '38953', '38954']
|
|
2026-02-25 15:24:19.423 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 15:24:19.423 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 15:24:19.423 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 15:24:19.423 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 15:24:19.423 DEBUG [src.node.docker_mananger] docker run -i -t -p 38950:38950 -p 38951:38951 -p 38952:38952 -p 38953:38953 -p 38954:38954 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=38952 --rest-port=38950 --tcp-port=38951 --discv5-udp-port=38953 --rest-address=0.0.0.0 --nat=extip:172.18.12.215 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cd80f0e8bae38304fc7be208b68ca1eca3d3bfd3fd7ecf130d4ceee0612fa89e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38954 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMPTJAdoyPEYNBrv76v0LYq4dW2EVtDKycoycSae6cNRT_Zbxt_t_Q6lROvFKJQHnMy20crvdK8KZx2P7mHuOD0CgmlkgnY0gmlwhKwSdtSKbXVsdGlhZGRyc5YACASsEnbUBjwHAAoErBJ21AY8CN0DgnJzhQACAQAAiXNlY3AyNTZrMaECT59tc7rQ7XW2f4QCUv7Th-l-nG1iWPP7yNx2XcQS0bCDdGNwgjwHg3VkcII8CYV3YWt1MgU
|
|
2026-02-25 15:24:19.631 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.12.215 waku ebd8daa7c71e395a86904d7d899aaa3c5902bf679acf79c30a3fbd0c7c1fc783
|
|
2026-02-25 15:24:19.662 DEBUG [src.node.docker_mananger] Container started with ID ebd8daa7c71e. Setting up logs at ./log/docker/node2_2026-02-25_15-24-18__f25f3595-844e-48b0-b45b-c2c037204a75__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:24:19.663 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38950
|
|
2026-02-25 15:24:19.664 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 15:24:20.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38950/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:24:20.685 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-02-25 15:24:20.687 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 15:24:20.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38950/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:24:20.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.215/tcp/38951/p2p/16Uiu2HAmNXmq8gZi8RvNhTvhiW256fqDaMkBuYqN58d6zcVJg3FH","/ip4/172.18.12.215/tcp/38952/ws/p2p/16Uiu2HAmNXmq8gZi8RvNhTvhiW256fqDaMkBuYqN58d6zcVJg3FH"],"enrUri":"enr:-L24QK_DWdW7sr560S3Pr7yZ9-DdG3KhfE8h3_wE7dFUe3eHLXhQZVZZlJG6JmnB5SAwnIW-pXeDBkYMy_VShkUORnkCgmlkgnY0gmlwhKwSDNeKbXVsdGlhZGRyc5YACASsEgzXBpgnAAoErBIM1waYKN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDkrulsqIQaqJ6jCyG0b0RkeXR_PlpcbJ3zL7ZZGTZP2yDdGNwgpgng3VkcIKYKYV3YWt1MgE"}'
|
|
2026-02-25 15:24:20.692 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 15:24:20.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38950/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.118.212/tcp/15367/p2p/16Uiu2HAkznVBnAKworCkPJ2NEUvGjEgZhCtcPsEMouuy4aT1WvCw"]'
|
|
2026-02-25 15:24:20.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:24:20.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15366/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-25 15:24:20.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:24:20.701 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38950/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-25 15:24:20.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:24:20.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15366/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 15:24:20.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:24:20.710 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-25 15:24:20.810 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:24:20.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15366/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:24:20.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033060705244664,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:24:20.815 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-25 15:24:20.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38950/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:24:20.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772033060705244664,"ephemeral":false,"proof":""}]'
|
|
2026-02-25 15:24:20.820 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 15:24:20.821 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 15:24:20.821 DEBUG [src.node.waku_node] Stopping container with id 8b6f00d8c977
|
|
2026-02-25 15:24:21.391 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 15:24:21.393 DEBUG [src.node.waku_node] Stopping container with id ebd8daa7c71e
|
|
2026-02-25 15:24:21.961 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 15:24:21.961 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 15:24:21.972 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 15:24:21.977 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|