mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
76 lines
13 KiB
Plaintext
76 lines
13 KiB
Plaintext
2026-01-02 04:24:35.901 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-02 04:24:35.902 DEBUG [tests.conftest] Running test: test_content_topic_not_in_docker_flags with id: 2026-01-02_04-24-35__e13caae8-af14-457a-8282-0b4dbc9a479c
|
|
2026-01-02 04:24:35.903 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-02 04:24:35.904 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-02 04:24:35.905 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-02 04:24:35.915 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:24:35.916 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-24-35__e13caae8-af14-457a-8282-0b4dbc9a479c__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:24:35.916 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:24:35.917 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:24:35.918 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:24:35.919 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.243.228
|
|
2026-01-02 04:24:35.919 DEBUG [src.node.docker_mananger] Generated ports ['27399', '27400', '27401', '27402', '27403']
|
|
2026-01-02 04:24:35.919 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:24:35.919 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:24:35.919 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:24:35.920 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:24:35.920 DEBUG [src.node.docker_mananger] docker run -i -t -p 27399:27399 -p 27400:27400 -p 27401:27401 -p 27402:27402 -p 27403:27403 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=27401 --rest-port=27399 --tcp-port=27400 --discv5-udp-port=27402 --rest-address=0.0.0.0 --nat=extip:172.18.243.228 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8faeccdeca4ce399ccfbec31bfa2da9fce7a1b4bd0a41ce99fef2d3fed0ceaef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27403 --metrics-logging=true --relay=true --filter=true
|
|
2026-01-02 04:24:36.101 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.243.228 waku 57fb01d4cd57aca92bb4a8fee7044b5a9b360f822087bd13c6f7570410cf4d86
|
|
2026-01-02 04:24:36.132 DEBUG [src.node.docker_mananger] Container started with ID 57fb01d4cd57. Setting up logs at ./log/docker/node1_2026-01-02_04-24-35__e13caae8-af14-457a-8282-0b4dbc9a479c__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:24:36.133 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27399
|
|
2026-01-02 04:24:36.134 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:24:36.159 ERROR [src.node.docker_mananger] Max retries reached for container e9fd636bde48. Exiting log stream.
|
|
2026-01-02 04:24:36.747 ERROR [src.node.docker_mananger] Max retries reached for container d446154d72b8. Exiting log stream.
|
|
2026-01-02 04:24:37.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27399/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:37.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
|
2026-01-02 04:24:37.138 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:24:37.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27399/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:37.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.243.228/tcp/27400/p2p/16Uiu2HAkydNhmJ3RxFac5PNwQ8Rc8zunhKt8qYUygZ55gK8FCbrn","/ip4/172.18.243.228/tcp/27401/ws/p2p/16Uiu2HAkydNhmJ3RxFac5PNwQ8Rc8zunhKt8qYUygZ55gK8FCbrn"],"enrUri":"enr:-L24QFDrpbgK3twbj6LyZ-eZy0SELMBVaAz5RmyU2TmzTICmHG8FKCrXtUWRDB_uTcQxc9XO7CjQE0U68UwlNExfAC0CgmlkgnY0gmlwhKwS8-SKbXVsdGlhZGRyc5YACASsEvPkBmsIAAoErBLz5AZrCd0DgnJzhQACAQAAiXNlY3AyNTZrMaECPm4u1xFGiD-7GERpV0ZiqWda4M82KkNuvQWTQUF9RgeDdGNwgmsIg3VkcIJrCoV3YWt1MgU"}'
|
|
2026-01-02 04:24:37.141 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:24:37.147 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:24:37.147 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-24-35__e13caae8-af14-457a-8282-0b4dbc9a479c__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:24:37.148 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:24:37.148 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:24:37.149 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:24:37.149 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.188.98
|
|
2026-01-02 04:24:37.149 DEBUG [src.node.docker_mananger] Generated ports ['62701', '62702', '62703', '62704', '62705']
|
|
2026-01-02 04:24:37.150 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:24:37.150 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:24:37.150 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:24:37.150 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:24:37.150 DEBUG [src.node.docker_mananger] docker run -i -t -p 62701:62701 -p 62702:62702 -p 62703:62703 -p 62704:62704 -p 62705:62705 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=62703 --rest-port=62701 --tcp-port=62702 --discv5-udp-port=62704 --rest-address=0.0.0.0 --nat=extip:172.18.188.98 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c67da49b1ba98d0dda6c3a5e7e5f5c7d5cfbffe60ca07e3d0a98bd2d1b5dd93e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62705 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFDrpbgK3twbj6LyZ-eZy0SELMBVaAz5RmyU2TmzTICmHG8FKCrXtUWRDB_uTcQxc9XO7CjQE0U68UwlNExfAC0CgmlkgnY0gmlwhKwS8-SKbXVsdGlhZGRyc5YACASsEvPkBmsIAAoErBLz5AZrCd0DgnJzhQACAQAAiXNlY3AyNTZrMaECPm4u1xFGiD-7GERpV0ZiqWda4M82KkNuvQWTQUF9RgeDdGNwgmsIg3VkcIJrCoV3YWt1MgU
|
|
2026-01-02 04:24:37.337 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.188.98 waku 0af81c3f36013000ba75ad9c11f6ef6d988887d79d570d9febb4536c6f833343
|
|
2026-01-02 04:24:37.368 DEBUG [src.node.docker_mananger] Container started with ID 0af81c3f3601. Setting up logs at ./log/docker/node2_2026-01-02_04-24-35__e13caae8-af14-457a-8282-0b4dbc9a479c__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:24:37.368 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62701
|
|
2026-01-02 04:24:37.368 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:24:38.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62701/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:38.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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":"READY"}]}'
|
|
2026-01-02 04:24:38.380 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:24:38.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62701/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:38.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.188.98/tcp/62702/p2p/16Uiu2HAmLgnTEpoeFGrds63QA8kwdYBzaarfkoRyJwjC6diPkfAH","/ip4/172.18.188.98/tcp/62703/ws/p2p/16Uiu2HAmLgnTEpoeFGrds63QA8kwdYBzaarfkoRyJwjC6diPkfAH"],"enrUri":"enr:-L24QLqJBfGW6Nq5gjWgm-xkZbEa8IyiRIKvQ8fLkv0e9f8rLaTh15H3v6UrVlTSU-C5PWnI3KtbgXydJQi42X5EU7cCgmlkgnY0gmlwhKwSvGKKbXVsdGlhZGRyc5YACASsErxiBvTuAAoErBK8Ygb0790DgnJzhQACAQAAiXNlY3AyNTZrMaEDd1M0Xndf7guTiMqwzQfJmPsl_-4OXVcqncz8P52V1KqDdGNwgvTug3VkcIL08IV3YWt1MgE"}'
|
|
2026-01-02 04:24:38.385 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:24:38.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62701/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.228/tcp/27400/p2p/16Uiu2HAkydNhmJ3RxFac5PNwQ8Rc8zunhKt8qYUygZ55gK8FCbrn"]'
|
|
2026-01-02 04:24:38.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:38.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27399/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-01-02 04:24:38.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:38.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62701/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-01-02 04:24:38.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:38.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27399/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:24:38.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:24:38.401 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:24:38.502 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:24:38.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27399/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:38.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327878396743520,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:38.506 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:24:38.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62701/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:24:38.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327878396743520,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:24:38.511 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-02 04:24:38.513 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-02 04:24:38.513 DEBUG [src.node.waku_node] Stopping container with id 57fb01d4cd57
|
|
2026-01-02 04:24:39.031 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:24:39.032 DEBUG [src.node.waku_node] Stopping container with id 0af81c3f3601
|
|
2026-01-02 04:24:39.515 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:24:39.518 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-02 04:24:39.522 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:24:39.527 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|