mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
109 lines
20 KiB
Plaintext
109 lines
20 KiB
Plaintext
2026-03-05 15:08:07.164 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:08:07.165 DEBUG [tests.conftest] Running test: test_light_push_with_payload_less_than_150_kb with id: 2026-03-05_15-08-07__141dcc2e-a221-4988-a0e0-fdd52cd6c811
|
|
2026-03-05 15:08:07.165 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:08:07.165 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-05 15:08:07.172 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:08:07.172 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-05_15-08-07__141dcc2e-a221-4988-a0e0-fdd52cd6c811__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:07.173 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:08:07.173 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:08:07.174 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:08:07.174 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.196
|
|
2026-03-05 15:08:07.174 DEBUG [src.node.docker_mananger] Generated ports ['6947', '6948', '6949', '6950', '6951']
|
|
2026-03-05 15:08:07.174 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:08:07.175 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:08:07.175 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:08:07.175 DEBUG [src.node.docker_mananger] docker run -i -t -p 6947:6947 -p 6948:6948 -p 6949:6949 -p 6950:6950 -p 6951:6951 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6949 --rest-port=6947 --tcp-port=6948 --discv5-udp-port=6950 --rest-address=0.0.0.0 --nat=extip:172.18.236.196 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=11a9d86259507c74f67232d689dfd0a7aeb56587cfc67b0deacfaecae7bfa054 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6951 --metrics-logging=true --lightpush=true --relay=true
|
|
2026-03-05 15:08:07.363 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.196 waku 0fa7e574200af3a0df636ab0e6d79ee6850c95f3e5ca62dc6065cbab7174708e
|
|
2026-03-05 15:08:07.400 DEBUG [src.node.docker_mananger] Container started with ID 0fa7e574200a. Setting up logs at ./log/docker/receiving_node1_2026-03-05_15-08-07__141dcc2e-a221-4988-a0e0-fdd52cd6c811__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:07.400 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 6947
|
|
2026-03-05 15:08:07.400 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:08:07.426 ERROR [src.node.docker_mananger] Max retries reached for container ef976181304b. Exiting log stream.
|
|
2026-03-05 15:08:07.972 ERROR [src.node.docker_mananger] Max retries reached for container fc2850232d7d. Exiting log stream.
|
|
2026-03-05 15:08:08.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6947/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:08.403 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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-05 15:08:08.404 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:08:08.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6947/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:08.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.196/tcp/6948/p2p/16Uiu2HAmJ9rKze4Eva8KiQznVi4uCKAHEwqh6GRG3sAuhVwe6H8u","/ip4/172.18.236.196/tcp/6949/ws/p2p/16Uiu2HAmJ9rKze4Eva8KiQznVi4uCKAHEwqh6GRG3sAuhVwe6H8u"],"enrUri":"enr:-L24QELBL8pjf27e9cWePoagFpp8uVQnG4Ej0NlvoW9HzmZTPUERah98uAIitAPOPQkWWtEWSGOpmfIaHARS4Cv9fgQCgmlkgnY0gmlwhKwS7MSKbXVsdGlhZGRyc5YACASsEuzEBhskAAoErBLsxAYbJd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUa81DATxeVt4zKuhtF1rZ51RttqWgYfoInsQUKwNYuKDdGNwghskg3VkcIIbJoV3YWt1Mgk"}'
|
|
2026-03-05 15:08:08.407 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:08:08.414 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:08:08.414 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-05_15-08-07__141dcc2e-a221-4988-a0e0-fdd52cd6c811__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:08.414 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:08:08.414 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:08:08.415 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:08:08.416 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.151.106
|
|
2026-03-05 15:08:08.416 DEBUG [src.node.docker_mananger] Generated ports ['42985', '42986', '42987', '42988', '42989']
|
|
2026-03-05 15:08:08.416 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:08:08.416 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:08:08.416 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:08:08.416 DEBUG [src.node.docker_mananger] docker run -i -t -p 42985:42985 -p 42986:42986 -p 42987:42987 -p 42988:42988 -p 42989:42989 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42987 --rest-port=42985 --tcp-port=42986 --discv5-udp-port=42988 --rest-address=0.0.0.0 --nat=extip:172.18.151.106 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dea87295167193cccc1bd6c21aeecc8855e9d31c94ca68915ba199da032aec7f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42989 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-05 15:08:08.613 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.151.106 waku a665307b325b2efaab29456df8745b441266545b12f342960cb5f0fc5a3c29ff
|
|
2026-03-05 15:08:08.648 DEBUG [src.node.docker_mananger] Container started with ID a665307b325b. Setting up logs at ./log/docker/receiving_node2_2026-03-05_15-08-07__141dcc2e-a221-4988-a0e0-fdd52cd6c811__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:08.648 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 42985
|
|
2026-03-05 15:08:08.648 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:08:09.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42985/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:09.652 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-05 15:08:09.652 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:08:09.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42985/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:09.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.106/tcp/42986/p2p/16Uiu2HAm8aJ33MMVA1DGAQAQvndSrbvZuX464emyDHEagbVhenbQ","/ip4/172.18.151.106/tcp/42987/ws/p2p/16Uiu2HAm8aJ33MMVA1DGAQAQvndSrbvZuX464emyDHEagbVhenbQ"],"enrUri":"enr:-L24QHGrOx8QqmoqpxMigJ74Kp8FwkD6f_UCtFkKdtZKTFpja7pQ_GDdVf9_PCJVNUVnelGRb5o5QzIWA2dlNbr_DGUCgmlkgnY0gmlwhKwSl2qKbXVsdGlhZGRyc5YACASsEpdqBqfqAAoErBKXagan690DgnJzhQADAQAAiXNlY3AyNTZrMaECw11YXHocdEFgNg1gB3_iJ1nRAVbeoAWDL6wATVLiR-eDdGNwgqfqg3VkcIKn7IV3YWt1MgE"}'
|
|
2026-03-05 15:08:09.655 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:08:09.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42985/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.236.196/tcp/6948/p2p/16Uiu2HAmJ9rKze4Eva8KiQznVi4uCKAHEwqh6GRG3sAuhVwe6H8u"]'
|
|
2026-03-05 15:08:09.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:09.706 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:08:09.706 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-05_15-08-07__141dcc2e-a221-4988-a0e0-fdd52cd6c811__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:09.706 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:08:09.706 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:08:09.708 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:08:09.708 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.243.198
|
|
2026-03-05 15:08:09.708 DEBUG [src.node.docker_mananger] Generated ports ['43580', '43581', '43582', '43583', '43584']
|
|
2026-03-05 15:08:09.708 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:08:09.708 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:08:09.708 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:08:09.708 DEBUG [src.node.docker_mananger] docker run -i -t -p 43580:43580 -p 43581:43581 -p 43582:43582 -p 43583:43583 -p 43584:43584 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43582 --rest-port=43580 --tcp-port=43581 --discv5-udp-port=43583 --rest-address=0.0.0.0 --nat=extip:172.18.243.198 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=867870bdf4faca9fbb0e7ae96f6f7bb777bef7dcaf59619c15bddb51c2db3ca9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43584 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QELBL8pjf27e9cWePoagFpp8uVQnG4Ej0NlvoW9HzmZTPUERah98uAIitAPOPQkWWtEWSGOpmfIaHARS4Cv9fgQCgmlkgnY0gmlwhKwS7MSKbXVsdGlhZGRyc5YACASsEuzEBhskAAoErBLsxAYbJd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUa81DATxeVt4zKuhtF1rZ51RttqWgYfoInsQUKwNYuKDdGNwghskg3VkcIIbJoV3YWt1Mgk --lightpushnode=/ip4/172.18.236.196/tcp/6948/p2p/16Uiu2HAmJ9rKze4Eva8KiQznVi4uCKAHEwqh6GRG3sAuhVwe6H8u --lightpush=true --relay=true
|
|
2026-03-05 15:08:09.901 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.243.198 waku 06bc1e48a9ada8650314fdd9805b1d47e6adc406fb0834f5b8ffe34ed700a911
|
|
2026-03-05 15:08:09.940 DEBUG [src.node.docker_mananger] Container started with ID 06bc1e48a9ad. Setting up logs at ./log/docker/lightpush_node1_2026-03-05_15-08-07__141dcc2e-a221-4988-a0e0-fdd52cd6c811__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:09.940 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 43580
|
|
2026-03-05 15:08:09.940 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:08:10.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43580/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:10.952 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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-05 15:08:10.954 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:08:10.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43580/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:10.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.243.198/tcp/43581/p2p/16Uiu2HAmKNBdq8JuWpyRH7ZJoD93EvMSohn2udW7qzXjJdyQRVhZ","/ip4/172.18.243.198/tcp/43582/ws/p2p/16Uiu2HAmKNBdq8JuWpyRH7ZJoD93EvMSohn2udW7qzXjJdyQRVhZ"],"enrUri":"enr:-L24QBiOKi-yhIpQHCJkQ1J7IPIBXSbAoArHO5aN79yY9vV2JbsShtGSgjOdnzfKCHpKRIbEgfTRBHBMv-oFQ-3-_YkCgmlkgnY0gmlwhKwS88aKbXVsdGlhZGRyc5YACASsEvPGBqo9AAoErBLzxgaqPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDY7Ox5t0ZVILUp2TZ_ZuSCNUDmot1vlln1GZLhaSwIdCDdGNwgqo9g3VkcIKqP4V3YWt1Mgk"}'
|
|
2026-03-05 15:08:10.971 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:08:10.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43580/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.236.196/tcp/6948/p2p/16Uiu2HAmJ9rKze4Eva8KiQznVi4uCKAHEwqh6GRG3sAuhVwe6H8u"]'
|
|
2026-03-05 15:08:10.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:10.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43580/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.151.106/tcp/42986/p2p/16Uiu2HAm8aJ33MMVA1DGAQAQvndSrbvZuX464emyDHEagbVhenbQ"]'
|
|
2026-03-05 15:08:11.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:11.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6947/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:08:11.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:11.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42985/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:08:11.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:11.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43580/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:08:11.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:11.028 DEBUG [tests.light_push.test_publish] Running test with payload length of 143360 bytes
|
|
2026-03-05 15:08:11.030 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 15:08:11.031 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
|
2026-03-05 15:08:11.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:11.196 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 15:08:11.296 DEBUG [src.steps.light_push] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the lightpushed message
|
|
2026-03-05 15:08:11.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6947/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:11.303 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
|
2026-03-05 15:08:11.305 DEBUG [src.steps.light_push] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the lightpushed message
|
|
2026-03-05 15:08:11.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42985/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:11.311 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
|
2026-03-05 15:08:11.314 DEBUG [src.steps.light_push] Checking that peer NODE_3:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the lightpushed message
|
|
2026-03-05 15:08:11.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43580/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:11.319 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
|
2026-03-05 15:08:11.323 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:08:11.324 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:08:11.324 DEBUG [src.node.waku_node] Stopping container with id 0fa7e574200a
|
|
2026-03-05 15:08:11.871 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:11.873 DEBUG [src.node.waku_node] Stopping container with id a665307b325b
|
|
2026-03-05 15:08:12.455 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:12.455 DEBUG [src.node.waku_node] Stopping container with id 06bc1e48a9ad
|
|
2026-03-05 15:08:12.731 ERROR [src.node.docker_mananger] Max retries reached for container 0fa7e574200a. Exiting log stream.
|
|
2026-03-05 15:08:12.986 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:12.990 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:08:13.005 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:08:13.013 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:08:13.040 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|