mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 17:53:09 +00:00
108 lines
19 KiB
Plaintext
108 lines
19 KiB
Plaintext
2026-01-31 04:29:51.292 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-31 04:29:51.293 DEBUG [tests.conftest] Running test: test_msg_not_stored_when_ephemeral_true with id: 2026-01-31_04-29-51__a6f7a84b-0798-40b8-b4db-a073aef4c6d4
|
|
2026-01-31 04:29:51.293 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-31 04:29:51.293 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-01-31 04:29:51.293 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-01-31 04:29:51.302 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-31 04:29:51.302 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-31_04-29-51__a6f7a84b-0798-40b8-b4db-a073aef4c6d4__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:29:51.308 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-31 04:29:51.308 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-31_04-29-51__a6f7a84b-0798-40b8-b4db-a073aef4c6d4__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:29:51.314 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-31 04:29:51.314 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-31_04-29-51__a6f7a84b-0798-40b8-b4db-a073aef4c6d4__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:29:51.314 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-31 04:29:51.315 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-01-31 04:29:51.315 DEBUG [tests.e2e.test_e2e] Start 3 nodes
|
|
2026-01-31 04:29:51.315 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-31 04:29:51.316 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-31 04:29:51.357 DEBUG [src.node.docker_mananger] Network waku created
|
|
2026-01-31 04:29:51.357 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.76.7
|
|
2026-01-31 04:29:51.357 DEBUG [src.node.docker_mananger] Generated ports ['61395', '61396', '61397', '61398', '61399']
|
|
2026-01-31 04:29:51.357 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-31 04:29:51.357 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-31 04:29:51.357 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-31 04:29:51.358 DEBUG [src.node.docker_mananger] docker run -i -t -p 61395:61395 -p 61396:61396 -p 61397:61397 -p 61398:61398 -p 61399:61399 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=61397 --rest-port=61395 --tcp-port=61396 --discv5-udp-port=61398 --rest-address=0.0.0.0 --nat=extip:172.18.76.7 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4ea1eedaccaf6ce4f2f7bd95db0f8bcf6a3f52cf8dc4f47bccf9d82fceb4adac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61399 --metrics-logging=true --relay=true --store=true
|
|
2026-01-31 04:29:54.196 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.76.7 waku fd95b29cac7519f424c1df5f8e80fd72984c920be165079f96a9f8368dda3a03
|
|
2026-01-31 04:29:54.225 DEBUG [src.node.docker_mananger] Container started with ID fd95b29cac75. Setting up logs at ./log/docker/node1_2026-01-31_04-29-51__a6f7a84b-0798-40b8-b4db-a073aef4c6d4__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:29:54.227 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61395
|
|
2026-01-31 04:29:54.227 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-31 04:29:55.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61395/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:29:55.232 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":"READY"},{"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":"READY"},{"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:29:55.232 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-31 04:29:55.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61395/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:29:55.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.76.7/tcp/61396/p2p/16Uiu2HAkze2joqmwb8kE7gz6RCMrtM2imBbqGDdrRQdvTnmKrocF","/ip4/172.18.76.7/tcp/61397/ws/p2p/16Uiu2HAkze2joqmwb8kE7gz6RCMrtM2imBbqGDdrRQdvTnmKrocF"],"enrUri":"enr:-L24QA5xio6dlEwV4s_Fgr43k_Y539url9llRSPKcrFAXoe4LDFJqlrLv_XIDchKYUiCFEKYEp5DcWYlbF8UkLKtx-kCgmlkgnY0gmlwhKwSTAeKbXVsdGlhZGRyc5YACASsEkwHBu_UAAoErBJMBwbv1d0DgnJzhQADAQAAiXNlY3AyNTZrMaECTXTgYOO1S9gfhUtMJXb_YEdMio7TI-PVMepK1_Q4u_yDdGNwgu_Ug3VkcILv1oV3YWt1MgM"}'
|
|
2026-01-31 04:29:55.235 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-31 04:29:55.235 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-31 04:29:55.235 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-31 04:29:55.236 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-31 04:29:55.236 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.238.212
|
|
2026-01-31 04:29:55.236 DEBUG [src.node.docker_mananger] Generated ports ['2269', '2270', '2271', '2272', '2273']
|
|
2026-01-31 04:29:55.237 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-31 04:29:55.237 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-31 04:29:55.237 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-31 04:29:55.237 DEBUG [src.node.docker_mananger] docker run -i -t -p 2269:2269 -p 2270:2270 -p 2271:2271 -p 2272:2272 -p 2273:2273 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=2271 --rest-port=2269 --tcp-port=2270 --discv5-udp-port=2272 --rest-address=0.0.0.0 --nat=extip:172.18.238.212 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4640a8a1ec5af818f450063a37f243fafb4efc657adcc2aaece47cdccc8d2867 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2273 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QA5xio6dlEwV4s_Fgr43k_Y539url9llRSPKcrFAXoe4LDFJqlrLv_XIDchKYUiCFEKYEp5DcWYlbF8UkLKtx-kCgmlkgnY0gmlwhKwSTAeKbXVsdGlhZGRyc5YACASsEkwHBu_UAAoErBJMBwbv1d0DgnJzhQADAQAAiXNlY3AyNTZrMaECTXTgYOO1S9gfhUtMJXb_YEdMio7TI-PVMepK1_Q4u_yDdGNwgu_Ug3VkcILv1oV3YWt1MgM
|
|
2026-01-31 04:29:55.422 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.238.212 waku d08705e1b122f86401af247dbf7304df2f35f30e9aec965bc97286c3e2db684d
|
|
2026-01-31 04:29:55.451 DEBUG [src.node.docker_mananger] Container started with ID d08705e1b122. Setting up logs at ./log/docker/node2_2026-01-31_04-29-51__a6f7a84b-0798-40b8-b4db-a073aef4c6d4__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:29:55.451 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2269
|
|
2026-01-31 04:29:55.452 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-31 04:29:56.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2269/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:29:56.456 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":"READY"},{"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":"READY"},{"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:29:56.456 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-31 04:29:56.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2269/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:29:56.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.238.212/tcp/2270/p2p/16Uiu2HAmG64dKnonjv8p4toid5FkcupUygzp4FHzGQnN3dLhqv1P","/ip4/172.18.238.212/tcp/2271/ws/p2p/16Uiu2HAmG64dKnonjv8p4toid5FkcupUygzp4FHzGQnN3dLhqv1P"],"enrUri":"enr:-L24QHqXDMliEVSQiTj7xml29gi3yZilmJ-ez2c2x9nOok8wJQ8chLxWQFZaLkQORG0NCe-c4RuCzuMRE3Qdw1EGRpkCgmlkgnY0gmlwhKwS7tSKbXVsdGlhZGRyc5YACASsEu7UBgjeAAoErBLu1AYI390DgnJzhQADAQAAiXNlY3AyNTZrMaEDMv9qmm91tVY1ahNrFXekQf6M5aW1X5HpVJKMZtXQpmqDdGNwggjeg3VkcIII4IV3YWt1MgM"}'
|
|
2026-01-31 04:29:56.459 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-31 04:29:56.459 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-31 04:29:56.459 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-31 04:29:56.461 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-31 04:29:56.461 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.26.252
|
|
2026-01-31 04:29:56.461 DEBUG [src.node.docker_mananger] Generated ports ['6279', '6280', '6281', '6282', '6283']
|
|
2026-01-31 04:29:56.461 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-31 04:29:56.461 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-31 04:29:56.462 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-31 04:29:56.462 DEBUG [src.node.docker_mananger] docker run -i -t -p 6279:6279 -p 6280:6280 -p 6281:6281 -p 6282:6282 -p 6283:6283 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=6281 --rest-port=6279 --tcp-port=6280 --discv5-udp-port=6282 --rest-address=0.0.0.0 --nat=extip:172.18.26.252 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1f45fe03dfde27406c54c871aa57dbc8d9761ff68c59e902e60dd5ba5e0faa83 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6283 --metrics-logging=true --relay=false --storenode=/ip4/172.18.238.212/tcp/2270/p2p/16Uiu2HAmG64dKnonjv8p4toid5FkcupUygzp4FHzGQnN3dLhqv1P --discv5-bootstrap-node=enr:-L24QHqXDMliEVSQiTj7xml29gi3yZilmJ-ez2c2x9nOok8wJQ8chLxWQFZaLkQORG0NCe-c4RuCzuMRE3Qdw1EGRpkCgmlkgnY0gmlwhKwS7tSKbXVsdGlhZGRyc5YACASsEu7UBgjeAAoErBLu1AYI390DgnJzhQADAQAAiXNlY3AyNTZrMaEDMv9qmm91tVY1ahNrFXekQf6M5aW1X5HpVJKMZtXQpmqDdGNwggjeg3VkcIII4IV3YWt1MgM
|
|
2026-01-31 04:29:56.681 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.26.252 waku 3844f2b255a4dedcf76f6a45075919f636b52666a4c58bba5472790c2bac3ad7
|
|
2026-01-31 04:29:56.711 DEBUG [src.node.docker_mananger] Container started with ID 3844f2b255a4. Setting up logs at ./log/docker/node3_2026-01-31_04-29-51__a6f7a84b-0798-40b8-b4db-a073aef4c6d4__wakuorg_nwaku:latest.log
|
|
2026-01-31 04:29:56.711 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6279
|
|
2026-01-31 04:29:56.711 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-31 04:29:57.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6279/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:29:57.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2026-01-31 04:29:57.716 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-31 04:29:57.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6279/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:29:57.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.26.252/tcp/6280/p2p/16Uiu2HAm1j4soBMLPzoZp76KqiBvrLcQ1uqQnWzprxBNSpqZqr7D","/ip4/172.18.26.252/tcp/6281/ws/p2p/16Uiu2HAm1j4soBMLPzoZp76KqiBvrLcQ1uqQnWzprxBNSpqZqr7D"],"enrUri":"enr:-L24QDg94ITabXLcit_R_FrVh8i5St2PeoP_nZfpRCJ-CXyLM8rDmJTMIz8Uo8lyQp1K5Xx8YWL0ywHWhmP9x84YR_oCgmlkgnY0gmlwhKwSGvyKbXVsdGlhZGRyc5YACASsEhr8BhiIAAoErBIa_AYYid0DgnJzhQADAQAAiXNlY3AyNTZrMaECXZridL0zfy9PEF4qxMVQu0ADA2J6LTRTJfi-SJjC9gyDdGNwghiIg3VkcIIYioV3YWt1MgA"}'
|
|
2026-01-31 04:29:57.719 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-31 04:29:57.719 DEBUG [tests.e2e.test_e2e] Subscribe node1 ,2 to pubtopic /waku/2/rs/3/1
|
|
2026-01-31 04:29:57.719 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61395/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-01-31 04:29:57.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:29:57.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2269/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-01-31 04:29:57.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:29:57.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61395/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:29:57.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.212/tcp/44594/p2p/16Uiu2HAmG64dKnonjv8p4toid5FkcupUygzp4FHzGQnN3dLhqv1P","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
|
|
2026-01-31 04:29:57.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2269/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:29:57.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.76.7/tcp/61396/p2p/16Uiu2HAkze2joqmwb8kE7gz6RCMrtM2imBbqGDdrRQdvTnmKrocF","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
|
|
2026-01-31 04:29:57.735 DEBUG [src.libs.common] Sleeping for 30 seconds
|
|
2026-01-31 04:30:27.735 DEBUG [tests.e2e.test_e2e] Node1 publish message with flag ephemeral = True
|
|
2026-01-31 04:30:27.736 DEBUG [src.steps.store] Relaying message
|
|
2026-01-31 04:30:27.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61395/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)', "ephemeral": true}'
|
|
2026-01-31 04:30:27.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-31 04:30:27.741 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-01-31 04:30:27.941 DEBUG [src.libs.common] Sleeping for 3 seconds
|
|
2026-01-31 04:30:30.942 DEBUG [tests.e2e.test_e2e] Node3 makes store request to get messages
|
|
2026-01-31 04:30:30.942 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-01-31 04:30:30.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6279/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-31 04:30:30.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"568dbb9202fddf99839e","statusCode":200,"statusDesc":"OK","messages":[]}'
|
|
2026-01-31 04:30:30.981 DEBUG [src.steps.store] messages length is 0
|
|
2026-01-31 04:30:30.983 DEBUG [tests.e2e.test_e2e] Response for store when ephemeral = true is strPeer wakuorg/nwaku:latest couldn't find any messages. Actual response: {'requestId': '568dbb9202fddf99839e', 'statusCode': 200, 'statusDesc': 'OK', 'messages': []}
|
|
2026-01-31 04:30:30.984 DEBUG [tests.e2e.test_e2e] Message isn't stored as ephemeral = True
|
|
2026-01-31 04:30:30.988 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-31 04:30:30.989 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-31 04:30:30.989 DEBUG [src.node.waku_node] Stopping container with id fd95b29cac75
|
|
2026-01-31 04:30:31.521 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-31 04:30:31.522 DEBUG [src.node.waku_node] Stopping container with id d08705e1b122
|
|
2026-01-31 04:30:32.089 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-31 04:30:32.090 DEBUG [src.node.waku_node] Stopping container with id 3844f2b255a4
|
|
2026-01-31 04:30:32.398 ERROR [src.node.docker_mananger] Max retries reached for container fd95b29cac75. Exiting log stream.
|
|
2026-01-31 04:30:32.582 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-31 04:30:32.584 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-31 04:30:32.617 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-31 04:30:32.636 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-31 04:30:32.641 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|