mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 17:03:12 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2025-12-11 04:14:14.064 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-11 04:14:14.065 DEBUG [tests.conftest] Running test: test_content_topic_also_in_docker_flags[/toychat/2/huilong/proto] with id: 2025-12-11_04-14-14__fc49fcb7-c354-4462-83e4-ee8a034bc9d2
|
|
2025-12-11 04:14:14.065 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-11 04:14:14.066 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-11 04:14:14.066 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-11 04:14:14.075 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-11 04:14:14.076 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-11_04-14-14__fc49fcb7-c354-4462-83e4-ee8a034bc9d2__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:14:14.076 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-11 04:14:14.076 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-11 04:14:14.078 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-11 04:14:14.078 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.78.36
|
|
2025-12-11 04:14:14.079 DEBUG [src.node.docker_mananger] Generated ports ['7800', '7801', '7802', '7803', '7804']
|
|
2025-12-11 04:14:14.079 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-11 04:14:14.080 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-11 04:14:14.080 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-11 04:14:14.081 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-11 04:14:14.081 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-11 04:14:14.081 DEBUG [src.node.docker_mananger] docker run -i -t -p 7800:7800 -p 7801:7801 -p 7802:7802 -p 7803:7803 -p 7804:7804 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=7802 --rest-port=7800 --tcp-port=7801 --discv5-udp-port=7803 --rest-address=0.0.0.0 --nat=extip:172.18.78.36 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2b4a0ed72123aa0e4e301eba2ebcb46a01c6f7ab29d0bcead81b411abcacfc57 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7804 --metrics-logging=true --relay=true --filter=true --content-topic=/toychat/2/huilong/proto
|
|
2025-12-11 04:14:14.271 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.78.36 waku faf3e47f30f8040d958b0d40e466c325fc86f562f20af33b03d899cf6cc8e888
|
|
2025-12-11 04:14:14.300 DEBUG [src.node.docker_mananger] Container started with ID faf3e47f30f8. Setting up logs at ./log/docker/node1_2025-12-11_04-14-14__fc49fcb7-c354-4462-83e4-ee8a034bc9d2__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:14:14.301 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7800
|
|
2025-12-11 04:14:14.301 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-11 04:14:14.344 ERROR [src.node.docker_mananger] Max retries reached for container ff3cae7c0cbc. Exiting log stream.
|
|
2025-12-11 04:14:14.896 ERROR [src.node.docker_mananger] Max retries reached for container e354925e15f8. Exiting log stream.
|
|
2025-12-11 04:14:15.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7800/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:14:15.305 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"}]}'
|
|
2025-12-11 04:14:15.305 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-11 04:14:15.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7800/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:14:15.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.36/tcp/7801/p2p/16Uiu2HAkw3poNyvnmsZ8v9yeTnjfCJghc8xMCy3P1kDtUnDrabrq","/ip4/172.18.78.36/tcp/7802/ws/p2p/16Uiu2HAkw3poNyvnmsZ8v9yeTnjfCJghc8xMCy3P1kDtUnDrabrq"],"enrUri":"enr:-L24QD1lBandUF_2FbWsyUp8RLG3zrdBXnLw3k1q9ggIEUulYAmbMeBMdF0oBjgm4XLZGGINYtOpL1zKcSB0dBMyPZYCgmlkgnY0gmlwhKwSTiSKbXVsdGlhZGRyc5YACASsEk4kBh55AAoErBJOJAYeet0DgnJzhQACAQAAiXNlY3AyNTZrMaECGB6RwlK3IjqOnci4srSNSc5lnYYKHoHPmny5DthQ2IqDdGNwgh55g3VkcIIee4V3YWt1MgU"}'
|
|
2025-12-11 04:14:15.308 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-11 04:14:15.314 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-11 04:14:15.314 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-11_04-14-14__fc49fcb7-c354-4462-83e4-ee8a034bc9d2__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:14:15.315 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-11 04:14:15.315 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-11 04:14:15.316 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-11 04:14:15.316 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.157.114
|
|
2025-12-11 04:14:15.316 DEBUG [src.node.docker_mananger] Generated ports ['30499', '30500', '30501', '30502', '30503']
|
|
2025-12-11 04:14:15.316 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-11 04:14:15.317 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-11 04:14:15.317 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-11 04:14:15.317 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-11 04:14:15.317 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-11 04:14:15.317 DEBUG [src.node.docker_mananger] docker run -i -t -p 30499:30499 -p 30500:30500 -p 30501:30501 -p 30502:30502 -p 30503:30503 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=30501 --rest-port=30499 --tcp-port=30500 --discv5-udp-port=30502 --rest-address=0.0.0.0 --nat=extip:172.18.157.114 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=aff31edc72aff3deecd4d35b61d0e62fbc619bdc30b2f23acc5bdaa4f6caba5f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30503 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QD1lBandUF_2FbWsyUp8RLG3zrdBXnLw3k1q9ggIEUulYAmbMeBMdF0oBjgm4XLZGGINYtOpL1zKcSB0dBMyPZYCgmlkgnY0gmlwhKwSTiSKbXVsdGlhZGRyc5YACASsEk4kBh55AAoErBJOJAYeet0DgnJzhQACAQAAiXNlY3AyNTZrMaECGB6RwlK3IjqOnci4srSNSc5lnYYKHoHPmny5DthQ2IqDdGNwgh55g3VkcIIee4V3YWt1MgU --content-topic=/toychat/2/huilong/proto
|
|
2025-12-11 04:14:15.503 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.157.114 waku 7a60c8bdb83099cfc511e9691d12188ca2bfa212cc1a0607e79faa19c4acdcd5
|
|
2025-12-11 04:14:15.536 DEBUG [src.node.docker_mananger] Container started with ID 7a60c8bdb830. Setting up logs at ./log/docker/node2_2025-12-11_04-14-14__fc49fcb7-c354-4462-83e4-ee8a034bc9d2__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:14:15.537 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30499
|
|
2025-12-11 04:14:15.537 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-11 04:14:16.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30499/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:14:16.547 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"}]}'
|
|
2025-12-11 04:14:16.548 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-11 04:14:16.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30499/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:14:16.555 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.157.114/tcp/30500/p2p/16Uiu2HAm934PikhYWfJAnukaUe6B9x5nrJgCy6Z9h9e8AyrS3vHY","/ip4/172.18.157.114/tcp/30501/ws/p2p/16Uiu2HAm934PikhYWfJAnukaUe6B9x5nrJgCy6Z9h9e8AyrS3vHY"],"enrUri":"enr:-L24QLP9vO7MQ3vUSa0zGwAhnhm9ebNQxAvSWU91XamQCtvkUXXtAhshplxvyLC4uzP_qrOcPDoqE670ydcFULPf__8CgmlkgnY0gmlwhKwSnXKKbXVsdGlhZGRyc5YACASsEp1yBnckAAoErBKdcgZ3Jd0DgnJzhQACAQAAiXNlY3AyNTZrMaECyjiZrRaWPM9hmRBPI_n3_Y41kEb3RqyVKGDB89XpYDODdGNwgnckg3VkcIJ3JoV3YWt1MgE"}'
|
|
2025-12-11 04:14:16.555 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-11 04:14:16.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30499/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.78.36/tcp/7801/p2p/16Uiu2HAkw3poNyvnmsZ8v9yeTnjfCJghc8xMCy3P1kDtUnDrabrq"]'
|
|
2025-12-11 04:14:16.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:14:16.560 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7800/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-11 04:14:16.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:14:16.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30499/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-11 04:14:16.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:14:16.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7800/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-11 04:14:16.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:14:16.570 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-11 04:14:16.670 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-11 04:14:16.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7800/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:14:16.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765426456565523180,"ephemeral":false,"proof":""}]'
|
|
2025-12-11 04:14:16.675 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-11 04:14:16.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30499/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:14:16.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765426456565523180,"ephemeral":false,"proof":""}]'
|
|
2025-12-11 04:14:16.680 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-11 04:14:16.681 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-11 04:14:16.681 DEBUG [src.node.waku_node] Stopping container with id faf3e47f30f8
|
|
2025-12-11 04:14:17.187 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-11 04:14:17.188 DEBUG [src.node.waku_node] Stopping container with id 7a60c8bdb830
|
|
2025-12-11 04:14:17.707 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-11 04:14:17.708 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-11 04:14:17.714 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-11 04:14:17.719 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|