mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 00:53:08 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-02-08 04:46:38.038 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-08 04:46:38.039 DEBUG [tests.conftest] Running test: test_2_nodes_different_cluster_different_shard with id: 2026-02-08_04-46-38__617bd9ea-4545-4bc9-acf7-d9246f378951
|
|
2026-02-08 04:46:38.039 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-08 04:46:38.039 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-08 04:46:38.039 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-08 04:46:38.046 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-08 04:46:38.047 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-08_04-46-38__617bd9ea-4545-4bc9-acf7-d9246f378951__wakuorg_nwaku:latest.log
|
|
2026-02-08 04:46:38.047 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-08 04:46:38.047 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-08 04:46:38.048 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-08 04:46:38.048 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.78.235
|
|
2026-02-08 04:46:38.049 DEBUG [src.node.docker_mananger] Generated ports ['49218', '49219', '49220', '49221', '49222']
|
|
2026-02-08 04:46:38.049 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-08 04:46:38.049 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-08 04:46:38.049 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-08 04:46:38.049 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-08 04:46:38.049 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-08 04:46:38.049 DEBUG [src.node.docker_mananger] docker run -i -t -p 49218:49218 -p 49219:49219 -p 49220:49220 -p 49221:49221 -p 49222:49222 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=49220 --rest-port=49218 --tcp-port=49219 --discv5-udp-port=49221 --rest-address=0.0.0.0 --nat=extip:172.18.78.235 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7230c3aa5cd59abe4f3db103bbf2def6f3280bc8ac3d7077c17adc4cb4cacab4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49222 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-08 04:46:38.238 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.78.235 waku 077029248e7bf374c9375c9cd64aefe0e15c486cdffb71fe6b0fafc524829e83
|
|
2026-02-08 04:46:38.273 DEBUG [src.node.docker_mananger] Container started with ID 077029248e7b. Setting up logs at ./log/docker/node1_2026-02-08_04-46-38__617bd9ea-4545-4bc9-acf7-d9246f378951__wakuorg_nwaku:latest.log
|
|
2026-02-08 04:46:38.273 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49218
|
|
2026-02-08 04:46:38.274 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-08 04:46:38.348 ERROR [src.node.docker_mananger] Max retries reached for container c9d3e8babdcb. Exiting log stream.
|
|
2026-02-08 04:46:38.840 ERROR [src.node.docker_mananger] Max retries reached for container 6fb8f6708a70. Exiting log stream.
|
|
2026-02-08 04:46:39.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49218/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-08 04:46:39.278 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-02-08 04:46:39.278 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-08 04:46:39.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49218/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-08 04:46:39.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.235/tcp/49219/p2p/16Uiu2HAmRME3ktowTCxeEkic2g36CHezaHcnCEXcfvaQQCiiuApe","/ip4/172.18.78.235/tcp/49220/ws/p2p/16Uiu2HAmRME3ktowTCxeEkic2g36CHezaHcnCEXcfvaQQCiiuApe"],"enrUri":"enr:-L24QGjgQUg1QHRKk0E2hSbqXHgSWm32uc9hGiaYVTb5avgWF5MLc6Vz1WuhRGE9fjjVtECu6gByjz4k92GImtRzydkCgmlkgnY0gmlwhKwSTuuKbXVsdGlhZGRyc5YACASsEk7rBsBDAAoErBJO6wbARN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDvJr2qowfGU-NWdaHNbVAqzNlGzcQI1JnJeD7iPzGWp-DdGNwgsBDg3VkcILARYV3YWt1MgU"}'
|
|
2026-02-08 04:46:39.281 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-08 04:46:39.288 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-08 04:46:39.288 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-08_04-46-38__617bd9ea-4545-4bc9-acf7-d9246f378951__wakuorg_nwaku:latest.log
|
|
2026-02-08 04:46:39.288 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-08 04:46:39.288 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-08 04:46:39.289 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-08 04:46:39.289 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.105.177
|
|
2026-02-08 04:46:39.290 DEBUG [src.node.docker_mananger] Generated ports ['48300', '48301', '48302', '48303', '48304']
|
|
2026-02-08 04:46:39.290 DEBUG [src.node.waku_node] Cluster id was resolved to: 4
|
|
2026-02-08 04:46:39.290 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-08 04:46:39.290 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-08 04:46:39.290 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-08 04:46:39.290 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-08 04:46:39.290 DEBUG [src.node.docker_mananger] docker run -i -t -p 48300:48300 -p 48301:48301 -p 48302:48302 -p 48303:48303 -p 48304:48304 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=48302 --rest-port=48300 --tcp-port=48301 --discv5-udp-port=48303 --rest-address=0.0.0.0 --nat=extip:172.18.105.177 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=fdc05fcb13cbf8e360ff3dfebcc6d8215cde5e9aa0a6d035defea446ed7b46de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48304 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGjgQUg1QHRKk0E2hSbqXHgSWm32uc9hGiaYVTb5avgWF5MLc6Vz1WuhRGE9fjjVtECu6gByjz4k92GImtRzydkCgmlkgnY0gmlwhKwSTuuKbXVsdGlhZGRyc5YACASsEk7rBsBDAAoErBJO6wbARN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDvJr2qowfGU-NWdaHNbVAqzNlGzcQI1JnJeD7iPzGWp-DdGNwgsBDg3VkcILARYV3YWt1MgU
|
|
2026-02-08 04:46:39.468 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.105.177 waku dc5ce79f0a156f6cfe87ca8b34fbe0a1c95ca28928f9648f8320f18be4b5d5dd
|
|
2026-02-08 04:46:39.497 DEBUG [src.node.docker_mananger] Container started with ID dc5ce79f0a15. Setting up logs at ./log/docker/node2_2026-02-08_04-46-38__617bd9ea-4545-4bc9-acf7-d9246f378951__wakuorg_nwaku:latest.log
|
|
2026-02-08 04:46:39.497 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48300
|
|
2026-02-08 04:46:39.498 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-08 04:46:40.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48300/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-08 04:46:40.515 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-02-08 04:46:40.518 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-08 04:46:40.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48300/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-08 04:46:40.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.105.177/tcp/48301/p2p/16Uiu2HAm1xv24abxk8ncWf9hZbL9HfPgp4sUS9diW2FnXg1or8Ty","/ip4/172.18.105.177/tcp/48302/ws/p2p/16Uiu2HAm1xv24abxk8ncWf9hZbL9HfPgp4sUS9diW2FnXg1or8Ty"],"enrUri":"enr:-L24QPXWLDEKwMpiE9aGWVPpzGVo6qEZ4IZWmMbWHhSSVePDGvxKIr6ef9hDXB1I4Oo3o_T6_kE_juCZJNvbuUrndUcCgmlkgnY0gmlwhKwSabGKbXVsdGlhZGRyc5YACASsEmmxBrytAAoErBJpsQa8rt0DgnJzhQAEAQAAiXNlY3AyNTZrMaECYScAL3Odvp0JMKD3zT0XXsVZYf7Jue2bx8l2y08w4GCDdGNwgrytg3VkcIK8r4V3YWt1MgE"}'
|
|
2026-02-08 04:46:40.525 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-08 04:46:40.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48300/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.78.235/tcp/49219/p2p/16Uiu2HAmRME3ktowTCxeEkic2g36CHezaHcnCEXcfvaQQCiiuApe"]'
|
|
2026-02-08 04:46:40.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-08 04:46:40.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49218/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-08 04:46:40.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-08 04:46:40.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48300/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/1"]'
|
|
2026-02-08 04:46:40.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-08 04:46:40.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49218/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)'}'
|
|
2026-02-08 04:46:40.572 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-08 04:46:40.572 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-08 04:46:40.673 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-08 04:46:40.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49218/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-08 04:46:40.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770526000568515885,"ephemeral":false,"proof":""}]'
|
|
2026-02-08 04:46:40.677 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-08 04:46:40.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-08 04:46:40.679 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:48300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
|
|
2026-02-08 04:46:40.682 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-08 04:46:40.683 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-08 04:46:40.683 DEBUG [src.node.waku_node] Stopping container with id 077029248e7b
|
|
2026-02-08 04:46:41.215 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-08 04:46:41.215 DEBUG [src.node.waku_node] Stopping container with id dc5ce79f0a15
|
|
2026-02-08 04:46:41.728 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-08 04:46:41.730 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-08 04:46:41.737 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-08 04:46:41.744 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|