mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 17:13:09 +00:00
77 lines
13 KiB
Plaintext
77 lines
13 KiB
Plaintext
2026-03-16 12:39:35.437 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-16 12:39:35.437 DEBUG [tests.conftest] Running test: test_get_store_message_with_version with id: 2026-03-16_12-39-35__788d11a9-7dff-4b64-9c63-731767e4cf4e
|
|
2026-03-16 12:39:35.437 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-16 12:39:35.438 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-16 12:39:35.438 DEBUG [src.steps.store] Running fixture setup: node_setup
|
|
2026-03-16 12:39:35.444 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-16 12:39:35.444 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-16_12-39-35__788d11a9-7dff-4b64-9c63-731767e4cf4e__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-16 12:39:35.445 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-16 12:39:35.445 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-16 12:39:35.446 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-16 12:39:35.446 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.156.54
|
|
2026-03-16 12:39:35.446 DEBUG [src.node.docker_mananger] Generated ports ['36565', '36566', '36567', '36568', '36569']
|
|
2026-03-16 12:39:35.446 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-16 12:39:35.446 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-16 12:39:35.446 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-16 12:39:35.447 DEBUG [src.node.docker_mananger] docker run -i -t -p 36565:36565 -p 36566:36566 -p 36567:36567 -p 36568:36568 -p 36569:36569 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36567 --rest-port=36565 --tcp-port=36566 --discv5-udp-port=36568 --rest-address=0.0.0.0 --nat=extip:172.18.156.54 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4fca5e0e645b9d37b725c2ceb3dabb6bbe84bffcba790e8faed3e7b2659f125b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36569 --metrics-logging=true --store=true --relay=true
|
|
2026-03-16 12:39:35.638 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.156.54 waku 5cfc29c8f02170448e5d7a1b6a63db0de81b3734d9b83629f73331ff90c5fa03
|
|
2026-03-16 12:39:35.674 DEBUG [src.node.docker_mananger] Container started with ID 5cfc29c8f021. Setting up logs at ./log/docker/publishing_node1_2026-03-16_12-39-35__788d11a9-7dff-4b64-9c63-731767e4cf4e__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-16 12:39:35.675 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 36565
|
|
2026-03-16 12:39:35.677 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-16 12:39:35.692 ERROR [src.node.docker_mananger] Max retries reached for container 6ba312d2ba1b. Exiting log stream.
|
|
2026-03-16 12:39:36.194 ERROR [src.node.docker_mananger] Max retries reached for container 591fe01dd3da. Exiting log stream.
|
|
2026-03-16 12:39:36.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36565/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:39:36.680 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":"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-16 12:39:36.680 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-16 12:39:36.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36565/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:39:36.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.156.54/tcp/36566/p2p/16Uiu2HAmG2RmUBVXAcdLkHVEfMZ7Ff9NgVWUfekFh9VgU38opQir","/ip4/172.18.156.54/tcp/36567/ws/p2p/16Uiu2HAmG2RmUBVXAcdLkHVEfMZ7Ff9NgVWUfekFh9VgU38opQir"],"enrUri":"enr:-L24QClc2ZiGDEmNVtCiPTBYbhkhdrtC2-GXZbhC0zEBDt8RSEe3vtTGaVNSgRe3i6lQ6SHcNOW4p1miNF4iXXb5FwsCgmlkgnY0gmlwhKwSnDaKbXVsdGlhZGRyc5YACASsEpw2Bo7WAAoErBKcNgaO190DgnJzhQADAQAAiXNlY3AyNTZrMaEDMhD_KjeCrRdrFXm_04sPPsNFkOLVcNPYlMeXVMAAPE-DdGNwgo7Wg3VkcIKO2IV3YWt1MgM"}'
|
|
2026-03-16 12:39:36.683 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-16 12:39:36.691 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-16 12:39:36.691 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-16_12-39-35__788d11a9-7dff-4b64-9c63-731767e4cf4e__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-16 12:39:36.692 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-16 12:39:36.692 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-16 12:39:36.693 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-16 12:39:36.693 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.80.167
|
|
2026-03-16 12:39:36.693 DEBUG [src.node.docker_mananger] Generated ports ['19065', '19066', '19067', '19068', '19069']
|
|
2026-03-16 12:39:36.693 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-16 12:39:36.694 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-16 12:39:36.694 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-16 12:39:36.694 DEBUG [src.node.docker_mananger] docker run -i -t -p 19065:19065 -p 19066:19066 -p 19067:19067 -p 19068:19068 -p 19069:19069 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=19067 --rest-port=19065 --tcp-port=19066 --discv5-udp-port=19068 --rest-address=0.0.0.0 --nat=extip:172.18.80.167 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fc9b90ed2cab7da05481b1e57b440be9bd0c9c91a0ecd8bc3eaa3cfda292fee6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19069 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QClc2ZiGDEmNVtCiPTBYbhkhdrtC2-GXZbhC0zEBDt8RSEe3vtTGaVNSgRe3i6lQ6SHcNOW4p1miNF4iXXb5FwsCgmlkgnY0gmlwhKwSnDaKbXVsdGlhZGRyc5YACASsEpw2Bo7WAAoErBKcNgaO190DgnJzhQADAQAAiXNlY3AyNTZrMaEDMhD_KjeCrRdrFXm_04sPPsNFkOLVcNPYlMeXVMAAPE-DdGNwgo7Wg3VkcIKO2IV3YWt1MgM --storenode=/ip4/172.18.156.54/tcp/36566/p2p/16Uiu2HAmG2RmUBVXAcdLkHVEfMZ7Ff9NgVWUfekFh9VgU38opQir --store=true --relay=true
|
|
2026-03-16 12:39:36.890 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.80.167 waku ca790c04cef59f5aa6f1fe0803c6016c67530127363a09e13de77b2369be3668
|
|
2026-03-16 12:39:36.926 DEBUG [src.node.docker_mananger] Container started with ID ca790c04cef5. Setting up logs at ./log/docker/store_node1_2026-03-16_12-39-35__788d11a9-7dff-4b64-9c63-731767e4cf4e__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-16 12:39:36.927 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 19065
|
|
2026-03-16 12:39:36.927 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-16 12:39:37.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19065/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:39:37.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-16 12:39:37.932 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-16 12:39:37.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19065/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:39:37.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.80.167/tcp/19066/p2p/16Uiu2HAmFH5HYg5fa7QRhEt4sBzJV6JgJm7NgBwZNUydFNbMJt8Y","/ip4/172.18.80.167/tcp/19067/ws/p2p/16Uiu2HAmFH5HYg5fa7QRhEt4sBzJV6JgJm7NgBwZNUydFNbMJt8Y"],"enrUri":"enr:-L24QEU_5Jkipocd8RPjDG9nK6kTDnsvF1rDPL4sclHmoNgWOZerlR3wrH_v2Lo-zz-QVLPGrmabMnjqeGQ7LiDPsBUCgmlkgnY0gmlwhKwSUKeKbXVsdGlhZGRyc5YACASsElCnBkp6AAoErBJQpwZKe90DgnJzhQADAQAAiXNlY3AyNTZrMaEDJvXdEDnyyfxhZGaO3l1buXQWbe_vDSQHj8sydmz2_0mDdGNwgkp6g3VkcIJKfIV3YWt1MgM"}'
|
|
2026-03-16 12:39:37.934 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-16 12:39:37.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19065/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.156.54/tcp/36566/p2p/16Uiu2HAmG2RmUBVXAcdLkHVEfMZ7Ff9NgVWUfekFh9VgU38opQir"]'
|
|
2026-03-16 12:39:37.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 12:39:37.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36565/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-16 12:39:37.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 12:39:37.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19065/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-16 12:39:37.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 12:39:37.944 DEBUG [src.steps.store] Relaying message
|
|
2026-03-16 12:39:37.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36565/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)', "version": 10}'
|
|
2026-03-16 12:39:37.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 12:39:37.950 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-16 12:39:38.151 DEBUG [src.steps.store] Checking that peer harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the stored messages
|
|
2026-03-16 12:39:38.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36565/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:39:38.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa47d139ebd01277201b57b179ddf64e79140bc0bcd2c7ed3ff38988440b9e9e1"}]}'
|
|
2026-03-16 12:39:38.154 DEBUG [src.steps.store] messages length is 1
|
|
2026-03-16 12:39:38.154 DEBUG [src.steps.store] Checking that peer harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the stored messages
|
|
2026-03-16 12:39:38.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19065/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 12:39:38.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa47d139ebd01277201b57b179ddf64e79140bc0bcd2c7ed3ff38988440b9e9e1"}]}'
|
|
2026-03-16 12:39:38.158 DEBUG [src.steps.store] messages length is 1
|
|
2026-03-16 12:39:38.160 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-16 12:39:38.161 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-16 12:39:38.161 DEBUG [src.node.waku_node] Stopping container with id 5cfc29c8f021
|
|
2026-03-16 12:39:38.739 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-16 12:39:38.739 DEBUG [src.node.waku_node] Stopping container with id ca790c04cef5
|
|
2026-03-16 12:39:39.295 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-16 12:39:39.296 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-16 12:39:39.309 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-16 12:39:39.315 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|