mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-03-01 04:40:28.942 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-01 04:40:28.943 DEBUG [tests.conftest] Running test: test_retrieve_messages_without_subscribing_via_api with id: 2026-03-01_04-40-28__9e0f9da1-ea94-4e03-aae2-2ab4caf53568
|
|
2026-03-01 04:40:28.943 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-01 04:40:28.943 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-01 04:40:28.943 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-01 04:40:28.950 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:40:28.950 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-01_04-40-28__9e0f9da1-ea94-4e03-aae2-2ab4caf53568__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:28.951 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:40:28.951 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:40:28.952 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:40:28.952 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.59.40
|
|
2026-03-01 04:40:28.952 DEBUG [src.node.docker_mananger] Generated ports ['58413', '58414', '58415', '58416', '58417']
|
|
2026-03-01 04:40:28.953 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-01 04:40:28.953 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-01 04:40:28.953 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:40:28.953 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:40:28.953 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:40:28.953 DEBUG [src.node.docker_mananger] docker run -i -t -p 58413:58413 -p 58414:58414 -p 58415:58415 -p 58416:58416 -p 58417:58417 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=58415 --rest-port=58413 --tcp-port=58414 --discv5-udp-port=58416 --rest-address=0.0.0.0 --nat=extip:172.18.59.40 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=be18f35f7b0383a71e3fcdb1bff4f30c8c2cabb7eabf6cc8cb4ae4fae1edb451 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58417 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-01 04:40:29.138 ERROR [src.node.docker_mananger] Max retries reached for container 5482e5eff559. Exiting log stream.
|
|
2026-03-01 04:40:29.156 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.59.40 waku 13bce66bf9ee3fde45e5fe0f8c2fa810cb43c557b3c1926cba493b5ad0960f19
|
|
2026-03-01 04:40:29.190 DEBUG [src.node.docker_mananger] Container started with ID 13bce66bf9ee. Setting up logs at ./log/docker/node1_2026-03-01_04-40-28__9e0f9da1-ea94-4e03-aae2-2ab4caf53568__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:29.191 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58413
|
|
2026-03-01 04:40:29.191 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:40:29.731 ERROR [src.node.docker_mananger] Max retries reached for container 305326c8cb4c. Exiting log stream.
|
|
2026-03-01 04:40:30.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58413/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:30.194 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-03-01 04:40:30.194 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:40:30.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58413/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:30.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.59.40/tcp/58414/p2p/16Uiu2HAmLiczhWJgvkBZUjhu3ivBCWxu3JLgYuk5WsFEtr4n8C3K","/ip4/172.18.59.40/tcp/58415/ws/p2p/16Uiu2HAmLiczhWJgvkBZUjhu3ivBCWxu3JLgYuk5WsFEtr4n8C3K"],"enrUri":"enr:-L24QHgjVQJ_2uH4EgcBCe6dJS-L75eDubjzIP8FsrPVpYyLF0S9VYVcghRgoz4rMlNHCSJ2LG3jv-hZNrCNpFvWVFACgmlkgnY0gmlwhKwSOyiKbXVsdGlhZGRyc5YACASsEjsoBuQuAAoErBI7KAbkL90DgnJzhQACAQAAiXNlY3AyNTZrMaEDd8usJjdB2bPLkCr73XlWFyN4YhBLRgXG9ySxaM2gx5qDdGNwguQug3VkcILkMIV3YWt1MgU"}'
|
|
2026-03-01 04:40:30.197 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:40:30.204 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:40:30.204 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-01_04-40-28__9e0f9da1-ea94-4e03-aae2-2ab4caf53568__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:30.204 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:40:30.204 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:40:30.206 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:40:30.206 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.139.133
|
|
2026-03-01 04:40:30.206 DEBUG [src.node.docker_mananger] Generated ports ['20223', '20224', '20225', '20226', '20227']
|
|
2026-03-01 04:40:30.206 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-01 04:40:30.206 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-01 04:40:30.206 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:40:30.207 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:40:30.207 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:40:30.207 DEBUG [src.node.docker_mananger] docker run -i -t -p 20223:20223 -p 20224:20224 -p 20225:20225 -p 20226:20226 -p 20227:20227 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=20225 --rest-port=20223 --tcp-port=20224 --discv5-udp-port=20226 --rest-address=0.0.0.0 --nat=extip:172.18.139.133 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bb7e8aecff4aa1dffe4cbad6eab1fff8fdff8b2bafff5c86c4c6f875cb959edd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20227 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHgjVQJ_2uH4EgcBCe6dJS-L75eDubjzIP8FsrPVpYyLF0S9VYVcghRgoz4rMlNHCSJ2LG3jv-hZNrCNpFvWVFACgmlkgnY0gmlwhKwSOyiKbXVsdGlhZGRyc5YACASsEjsoBuQuAAoErBI7KAbkL90DgnJzhQACAQAAiXNlY3AyNTZrMaEDd8usJjdB2bPLkCr73XlWFyN4YhBLRgXG9ySxaM2gx5qDdGNwguQug3VkcILkMIV3YWt1MgU
|
|
2026-03-01 04:40:30.410 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.139.133 waku 4752a0cd556a944e1b1913509bcdb5e1813fab91532fa936237d2548f8285f82
|
|
2026-03-01 04:40:30.445 DEBUG [src.node.docker_mananger] Container started with ID 4752a0cd556a. Setting up logs at ./log/docker/node2_2026-03-01_04-40-28__9e0f9da1-ea94-4e03-aae2-2ab4caf53568__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:30.445 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20223
|
|
2026-03-01 04:40:30.445 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:40:31.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20223/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:31.464 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-03-01 04:40:31.465 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:40:31.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20223/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:31.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.133/tcp/20224/p2p/16Uiu2HAmQ7LZrGAXFXVKaNMgfNSE7ev4HohUSuGPYrCLzAsDnJDo","/ip4/172.18.139.133/tcp/20225/ws/p2p/16Uiu2HAmQ7LZrGAXFXVKaNMgfNSE7ev4HohUSuGPYrCLzAsDnJDo"],"enrUri":"enr:-L24QA2UVX6SBBrrdWMgisncZsc4Mdvanoek9zlAf3vEhKpPIJIen9NHstHEMZTs8zoJ_HTrUCJeJ4fGlp5qWFglBeECgmlkgnY0gmlwhKwSi4WKbXVsdGlhZGRyc5YACASsEouFBk8AAAoErBKLhQZPAd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDqjCEIwDq8upSY6dw1lo3hmLsRKl6UR7gafC3MocubRKDdGNwgk8Ag3VkcIJPAoV3YWt1MgE"}'
|
|
2026-03-01 04:40:31.471 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:40:31.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20223/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.59.40/tcp/58414/p2p/16Uiu2HAmLiczhWJgvkBZUjhu3ivBCWxu3JLgYuk5WsFEtr4n8C3K"]'
|
|
2026-03-01 04:40:31.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:31.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58413/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-03-01 04:40:31.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:31.481 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:40:31.581 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:31.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58413/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:31.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340031476256291,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:31.586 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:40:31.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20223/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:31.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340031476256291,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:40:31.591 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-01 04:40:31.592 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-01 04:40:31.592 DEBUG [src.node.waku_node] Stopping container with id 13bce66bf9ee
|
|
2026-03-01 04:40:32.166 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:40:32.167 DEBUG [src.node.waku_node] Stopping container with id 4752a0cd556a
|
|
2026-03-01 04:40:32.711 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:40:32.713 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-01 04:40:32.718 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:40:32.724 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|