Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore_: bump go-waku #5887

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Conversation

richard-ramos
Copy link
Member

Bumps go-waku to latest master

@status-im-auto
Copy link
Member

status-im-auto commented Sep 29, 2024

Jenkins Builds

Click to see older builds (5)
Commit #️⃣ Finished (UTC) Duration Platform Result
✖️ 8e82f30 #1 2024-09-29 19:42:07 ~1 min tests 📄log
8e82f30 #1 2024-09-29 19:42:13 ~1 min ios 📄log
8e82f30 #1 2024-09-29 19:42:38 ~1 min android 📄log
8e82f30 #1 2024-09-29 19:42:52 ~1 min linux 📄log
✖️ 8e82f30 #1 2024-09-29 19:43:01 ~1 min tests-rpc 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
3066feb #2 2024-09-29 19:45:05 ~28 sec android 📄log
3066feb #2 2024-09-29 19:45:18 ~33 sec linux 📄log
✖️ 3066feb #2 2024-09-29 19:45:18 ~33 sec tests-rpc 📄log
3066feb #2 2024-09-29 19:45:27 ~44 sec ios 📄log
✖️ 3066feb #2 2024-09-29 19:45:31 ~43 sec tests 📄log
✔️ 7d6812b #3 2024-09-29 19:51:04 ~3 min linux 📦zip
✖️ 7d6812b #3 2024-09-29 19:51:06 ~3 min tests-rpc 📄log
✔️ 7d6812b #3 2024-09-29 19:51:15 ~3 min ios 📦zip
✔️ 7d6812b #3 2024-09-29 19:51:48 ~3 min android 📦aar
✖️ 7d6812b #3 2024-09-29 20:17:30 ~29 min tests 📄log

@richard-ramos richard-ramos changed the title chore: bump go-waku chore_: bump go-waku Sep 29, 2024
@codecov-commenter
Copy link

❌ 11 Tests Failed:

Tests completed Failed Passed Skipped
11 11 0 0
View the top 3 failed tests by shortest run time
tests.test_wallet_rpc.TestRpc test_[wallet_fetchAllCurrencyFormats-params5]
Stack Traces | 0.002s run time
.../venv/lib/python3.10............/site-packages/urllib3/connection.py:199: in _new_conn
    sock = connection.create_connection(
.../venv/lib/python3.10.../urllib3/util/connection.py:60: in create_connection
    for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
.../local/lib/python3.10/socket.py:955: in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
E   socket.gaierror: [Errno -2] Name or service not known

The above exception was the direct cause of the following exception:
.../venv/lib/python3.10........./site-packages/urllib3/connectionpool.py:789: in urlopen
    response = self._make_request(
.../venv/lib/python3.10........./site-packages/urllib3/connectionpool.py:495: in _make_request
    conn.request(
.../venv/lib/python3.10............/site-packages/urllib3/connection.py:441: in request
    self.endheaders()
.../local/lib/python3.10/http/client.py:1278: in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
.../local/lib/python3.10/http/client.py:1038: in _send_output
    self.send(msg)
.../local/lib/python3.10/http/client.py:976: in send
    self.connect()
.../venv/lib/python3.10............/site-packages/urllib3/connection.py:279: in connect
    self.sock = self._new_conn()
.../venv/lib/python3.10............/site-packages/urllib3/connection.py:206: in _new_conn
    raise NameResolutionError(self.host, self, e) from e
E   urllib3.exceptions.NameResolutionError: <urllib3.connection.HTTPConnection object at 0x7f495beb52d0>: Failed to resolve 'status-go' ([Errno -2] Name or service not known)

The above exception was the direct cause of the following exception:
.../venv/lib/python3.10....../site-packages/requests/adapters.py:486: in send
    resp = conn.urlopen(
.../venv/lib/python3.10........./site-packages/urllib3/connectionpool.py:843: in urlopen
    retries = retries.increment(
.../venv/lib/python3.10.../urllib3/util/retry.py:519: in increment
    raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='status-go', port=3333): Max retries exceeded with url: / (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f495beb52d0>: Failed to resolve 'status-go' ([Errno -2] Name or service not known)"))

During handling of the above exception, another exception occurred:
tests/test_wallet_rpc.py:94: in test_
    response = self.rpc_request(method, params, _id)
tests/test_cases.py:53: in rpc_request
    response = client.post(url, json=data)
.../venv/lib/python3.10........./site-packages/requests/sessions.py:637: in post
    return self.request("POST", url, data=data, json=json, **kwargs)
.../venv/lib/python3.10........./site-packages/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
.../venv/lib/python3.10........./site-packages/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
.../venv/lib/python3.10....../site-packages/requests/adapters.py:519: in send
    raise ConnectionError(e, request=request)
E   requests.exceptions.ConnectionError: HTTPConnectionPool(host='status-go', port=3333): Max retries exceeded with url: / (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f495beb52d0>: Failed to resolve 'status-go' ([Errno -2] Name or service not known)"))
tests.test_wallet_rpc.TestTransactionRpc test_create_multi_transaction
Stack Traces | 0.002s run time
No failure message available
tests.test_wallet_rpc.TestTransactionRpc test_create_multi_transaction_validation[transferTx_value_not_enough_balance-changed_values0--32000-Insufficient funds for gas]
Stack Traces | 0.002s run time
No failure message available

To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard

@adklempner
Copy link
Contributor

FYI trying to run status-desktop with this branch of status-go results in failed to start go-waku node: cannot specify multiple bandwidth reporter options:

ERR 2024-09-30 19:18:10.000-07:00 node.crashed                               topics="signals-manager" tid=3323995 file=signals_manager.nim:58 error="{\"type\":\"node.crashed\",\"event\":{\"error\":\"failed to start go-waku node: cannot specify multiple bandwidth reporter options\"}}"
ERR 2024-09-30 19:18:10.001-07:00 node.login                                 topics="signals-manager" tid=3323995 file=signals_manager.nim:54 error="failed to start node: failed to start go-waku node: cannot specify multiple bandwidth reporter options"
DBG 2024-09-30 19:18:10.001-07:00 app state changed                          tid=3323995 file=view.nim:126 state=StartupState
ERR 2024-09-30 19:18:10.005-07:00 login error                                topics="app-controller" tid=3323995 file=module.nim:403 methodName=onNodeLogin errDesription="failed to start node: failed to start go-waku node: cannot specify multiple bandwidth reporter options"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants