mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
76 lines
13 KiB
Plaintext
76 lines
13 KiB
Plaintext
2026-01-31 04:33:55.815 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-31 04:33:55.815 DEBUG [tests.conftest] Running test: test_content_topic_not_in_docker_flags with id: 2026-01-31_04-33-55__b6efc4ab-95c2-4186-a7e3-437e2a05d0bd
|
|
2026-01-31 04:33:55.816 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-31 04:33:55.816 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-31 04:33:55.816 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-31 04:33:55.823 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-31 04:33:55.823 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-31_04-33-55__b6efc4ab-95c2-4186-a7e3-437e2a05d0bd__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:33:55.824 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-31 04:33:55.824 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-31 04:33:55.825 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-31 04:33:55.825 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.66.45
|
|
2026-01-31 04:33:55.825 DEBUG [src.node.docker_mananger] Generated ports ['43990', '43991', '43992', '43993', '43994']
|
|
2026-01-31 04:33:55.826 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-31 04:33:55.826 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-31 04:33:55.826 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-31 04:33:55.826 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-31 04:33:55.826 DEBUG [src.node.docker_mananger] docker run -i -t -p 43990:43990 -p 43991:43991 -p 43992:43992 -p 43993:43993 -p 43994:43994 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=43992 --rest-port=43990 --tcp-port=43991 --discv5-udp-port=43993 --rest-address=0.0.0.0 --nat=extip:172.18.66.45 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ccc7cfb65f9e091c16aa1b8d4b3b9a2d71d7fc7ead898811faf0d2dbfd86fbca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43994 --metrics-logging=true --relay=true --filter=true
|
|
2026-01-31 04:33:56.008 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.66.45 waku bda700376f47f75b9dfda694b2a83640a36b7d6122b083a60cb12f87da9fde36
|
|
2026-01-31 04:33:56.039 DEBUG [src.node.docker_mananger] Container started with ID bda700376f47. Setting up logs at ./log/docker/node1_2026-01-31_04-33-55__b6efc4ab-95c2-4186-a7e3-437e2a05d0bd__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:33:56.039 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43990
|
|
2026-01-31 04:33:56.039 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-31 04:33:56.086 ERROR [src.node.docker_mananger] Max retries reached for container aabf2ee9a840. Exiting log stream.
|
|
2026-01-31 04:33:56.605 ERROR [src.node.docker_mananger] Max retries reached for container 115b7edb4aa9. Exiting log stream.
|
|
2026-01-31 04:33:57.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43990/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:33:57.043 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-31 04:33:57.043 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-31 04:33:57.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43990/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:33:57.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.45/tcp/43991/p2p/16Uiu2HAmM7zGNQMUP8oeCqYrpX7D9MBDACZUmfys5qABkTDfYbfH","/ip4/172.18.66.45/tcp/43992/ws/p2p/16Uiu2HAmM7zGNQMUP8oeCqYrpX7D9MBDACZUmfys5qABkTDfYbfH"],"enrUri":"enr:-L24QOXQzpRPqbg0DTXgILJDwTc8WpvqM6BlgmUUtgFLmBrsPvrUw8lN1BT2D2ULhsiK3oUZAJgjMVrBVQYS_QLxgE8CgmlkgnY0gmlwhKwSQi2KbXVsdGlhZGRyc5YACASsEkItBqvXAAoErBJCLQar2N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDfcgU0rNn8G4ZHhUzJYjtn30sBNzZXTaa8xN1FaAXYCyDdGNwgqvXg3VkcIKr2YV3YWt1MgU"}'
|
|
2026-01-31 04:33:57.046 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-31 04:33:57.053 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-31 04:33:57.053 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-31_04-33-55__b6efc4ab-95c2-4186-a7e3-437e2a05d0bd__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:33:57.054 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-31 04:33:57.054 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-31 04:33:57.055 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-31 04:33:57.055 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.81.30
|
|
2026-01-31 04:33:57.055 DEBUG [src.node.docker_mananger] Generated ports ['58240', '58241', '58242', '58243', '58244']
|
|
2026-01-31 04:33:57.056 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-31 04:33:57.056 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-31 04:33:57.056 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-31 04:33:57.056 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-31 04:33:57.056 DEBUG [src.node.docker_mananger] docker run -i -t -p 58240:58240 -p 58241:58241 -p 58242:58242 -p 58243:58243 -p 58244:58244 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=58242 --rest-port=58240 --tcp-port=58241 --discv5-udp-port=58243 --rest-address=0.0.0.0 --nat=extip:172.18.81.30 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b31ac4740adbfcfbdecbbed5da1cd5930b3aea8b565ff2fb10bdcd0dcbb9369a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58244 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOXQzpRPqbg0DTXgILJDwTc8WpvqM6BlgmUUtgFLmBrsPvrUw8lN1BT2D2ULhsiK3oUZAJgjMVrBVQYS_QLxgE8CgmlkgnY0gmlwhKwSQi2KbXVsdGlhZGRyc5YACASsEkItBqvXAAoErBJCLQar2N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDfcgU0rNn8G4ZHhUzJYjtn30sBNzZXTaa8xN1FaAXYCyDdGNwgqvXg3VkcIKr2YV3YWt1MgU
|
|
2026-01-31 04:33:57.251 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.81.30 waku f81e59c0b99e8a81208673004e9ff9be71fedaaad7259301ee365e5902efb8c9
|
|
2026-01-31 04:33:57.282 DEBUG [src.node.docker_mananger] Container started with ID f81e59c0b99e. Setting up logs at ./log/docker/node2_2026-01-31_04-33-55__b6efc4ab-95c2-4186-a7e3-437e2a05d0bd__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:33:57.282 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58240
|
|
2026-01-31 04:33:57.282 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-31 04:33:58.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58240/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:33:58.298 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-31 04:33:58.300 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-31 04:33:58.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58240/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:33:58.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.81.30/tcp/58241/p2p/16Uiu2HAmSbutXpDd6PkF4SFSVeKz4Bg9ramQJ2yS9FaeScWKUVbA","/ip4/172.18.81.30/tcp/58242/ws/p2p/16Uiu2HAmSbutXpDd6PkF4SFSVeKz4Bg9ramQJ2yS9FaeScWKUVbA"],"enrUri":"enr:-L24QOT4PFj0CNzmXo73omrUEpE1FdnnAy3GX68krjv54QCzHRfKdy54xbFXwgg61tfpWnje34HfDZj-YDQfztmPpUsCgmlkgnY0gmlwhKwSUR6KbXVsdGlhZGRyc5YACASsElEeBuOBAAoErBJRHgbjgt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDzznUgJmNN1ZiBj0-zft75pzX_20jOypNyhmPFwAXgGWDdGNwguOBg3VkcILjg4V3YWt1MgE"}'
|
|
2026-01-31 04:33:58.306 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-31 04:33:58.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58240/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.66.45/tcp/43991/p2p/16Uiu2HAmM7zGNQMUP8oeCqYrpX7D9MBDACZUmfys5qABkTDfYbfH"]'
|
|
2026-01-31 04:33:58.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:33:58.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43990/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-01-31 04:33:58.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:33:58.312 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58240/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-01-31 04:33:58.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:33:58.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43990/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-31 04:33:58.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:33:58.320 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-31 04:33:58.420 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:33:58.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43990/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:33:58.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769834038315515572,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:33:58.425 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-31 04:33:58.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58240/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:33:58.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769834038315515572,"ephemeral":false,"proof":""}]'
|
|
2026-01-31 04:33:58.430 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-31 04:33:58.431 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-31 04:33:58.431 DEBUG [src.node.waku_node] Stopping container with id bda700376f47
|
|
2026-01-31 04:33:58.980 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-31 04:33:58.980 DEBUG [src.node.waku_node] Stopping container with id f81e59c0b99e
|
|
2026-01-31 04:33:59.557 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-31 04:33:59.558 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-31 04:33:59.564 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-31 04:33:59.569 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|