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

Fix checkupdate #79

Merged
merged 2 commits into from Aug 11, 2023

qt: rework checkupdate to display a statusbar label

1521f69
Select commit
Failed to load commit list.
Merged

Fix checkupdate #79

qt: rework checkupdate to display a statusbar label
1521f69
Select commit
Failed to load commit list.
Cirrus CI / lint [bionic] failed Aug 9, 2023 in 2m 22s

Task Summary

Instruction lint failed in 01:30

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:29 clone
✅ 00:20 merge_base
❌ 01:30 lint

Building wheels for collected packages: PyYAML
  Running setup.py bdist_wheel for PyYAML: started
  Running setup.py bdist_wheel for PyYAML: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/e6/c6/ef/4e8ee93f1b79fc90562f1600d47189799f8213023d9dadafa2
Successfully built PyYAML
Installing collected packages: xmltodict, tomlkit, PyYAML, argcomplete, yq
Successfully installed PyYAML-6.0.1 argcomplete-3.1.1 tomlkit-0.11.6 xmltodict-0.13.0 yq-3.2.2
Collecting mypy==0.781
  Downloading https://files.pythonhosted.org/packages/db/b2/90ebbea07dca3187a6a1117b876b569ce6dc80463280612790c6f1ff6998/mypy-0.781-cp36-cp36m-manylinux1_x86_64.whl (20.5MB)
Collecting mypy-extensions<0.5.0,>=0.4.3 (from mypy==0.781)
  Downloading https://files.pythonhosted.org/packages/d6/c6/7809c27b5c5dacb9f6537e9489d969b266f7091204c75a03048edcb4daf9/mypy_extensions-0.4.4.tar.gz
Collecting typed-ast<1.5.0,>=1.4.0 (from mypy==0.781)
  Downloading https://files.pythonhosted.org/packages/7e/4b/d7377c5d25b5c3b2682dada2eee1086b23842f3eb76e41063436aa4e302f/typed_ast-1.4.3-cp36-cp36m-manylinux1_x86_64.whl (743kB)
Requirement already satisfied: typing-extensions>=3.7.4 in /usr/local/lib/python3.6/dist-packages (from mypy==0.781)
Building wheels for collected packages: mypy-extensions
  Running setup.py bdist_wheel for mypy-extensions: started
  Running setup.py bdist_wheel for mypy-extensions: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ec/1d/96/19f0b5052e22b513d6f837e7690a6657b20eb0f29da0ebc051
Successfully built mypy-extensions
Installing collected packages: mypy-extensions, typed-ast, mypy
Successfully installed mypy-0.781 mypy-extensions-0.4.4 typed-ast-1.4.3
Collecting vulture==2.3
  Downloading https://files.pythonhosted.org/packages/a9/68/6dd3fdcbf00a1ca3c74e6e0876cda6c36c27744a7cde3e3b9f95e908b7b5/vulture-2.3-py2.py3-none-any.whl
Collecting toml (from vulture==2.3)
  Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl
Installing collected packages: toml, vulture
Successfully installed toml-0.10.2 vulture-2.3
src/crypto/ctaes in HEAD currently refers to tree 1b6c31139a71f80245c09597c343936a8e41d021
src/crypto/ctaes in HEAD was last updated in commit 8501bedd7508ac514385806e191aec21ee978891 (tree 1b6c31139a71f80245c09597c343936a8e41d021)
GOOD
src/secp256k1 in HEAD currently refers to tree f654bfaff4b5f042a6ecb001a5cf93fcb1dc8a0b
src/secp256k1 in HEAD was last updated in commit bdca9bcb6c9379707d09c63f02326884befbefb2 (tree f654bfaff4b5f042a6ecb001a5cf93fcb1dc8a0b)
GOOD
src/univalue in HEAD currently refers to tree aa2a67bf0746bdc2c61f36e6c27e72775ad8dfb9
src/univalue in HEAD was last updated in commit 2a55a0ed3055a2ce0a33b58a3a7bbf6e30df3dfd (tree aa2a67bf0746bdc2c61f36e6c27e72775ad8dfb9)
GOOD
src/leveldb in HEAD currently refers to tree 52dde68beb13b70f6d5f2b1935c783db89087fc9
src/leveldb in HEAD was last updated in commit 66480821b36c839ab7615cb9309850015bceadb0 (tree 52dde68beb13b70f6d5f2b1935c783db89087fc9)
GOOD
src/crc32c in HEAD currently refers to tree 26c84a4d3078067b015064080032e30f3bd94e1c
src/crc32c in HEAD was last updated in commit 90c0f267bdedc261d8fdab188e96ca58c206652a (tree 26c84a4d3078067b015064080032e30f3bd94e1c)
GOOD
Args used        : 204
Args documented  : 219
Args undocumented: 0
set()
Args unknown     : 15
{'-zmqpubrawtx', '-zmqpubhashblockhwm', '-zmqpubrawtxhwm', '-zmqpubhashtxhwm', '-zmqpubhashtx', '-signet', '-zmqpubhashblock', '-regtest', '-includeconf', '-zmqpubrawblock', '-testnet', '-zmqpubrawblockhwm', '-zmqpubsequence', '-blockversion', '-zmqpubsequencehwm'}
Traceback (most recent call last):
  File "test/lint/check-doc.py", line 66, in <module>
    main()
  File "test/lint/check-doc.py", line 62, in main
    lint_missing_hidden_wallet_args()
  File "test/lint/check-doc.py", line 57, in lint_missing_hidden_wallet_args
    assert 0, "Please add {} to the hidden args in DummyWalletInit::AddWalletOptions".format(hidden_missing)
AssertionError: Please add {'-stakenotify'} to the hidden args in DummyWalletInit::AddWalletOptions