Re: [Hamlib-developer] [Fwd: [Hamlib/Hamlib] Run failed: C/C++ CI - master (94d7f0b)]
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Nate B. <n0...@n0...> - 2025-07-21 17:44:09
|
I set up a complete build environment on my Debian Trixie VM which
should be somewhat close to the Ubuntu Noble CI is running on. Here is
the complete error I get:
> assert expected_properties == self.actual_properties
E AssertionError: assert ['AMP_FLAG_1'...EVEL_PF', ...] == ['AMP_FLAG_1'...EVEL_PF', ...]
E
E At index 587 diff: 'RIG_MODEL_GRAUDIO' != 'RIG_MODEL_GQRX'
E Right contains one more item: 'hamlib_version'
E Use -v to get more diff
../../../bindings/python/test_Hamlib_class.py:1279: AssertionError
========================================================================== warnings summary ==========================================================================
<frozen importlib._bootstrap>:488
<frozen importlib._bootstrap>:488: DeprecationWarning: builtin type SwigPyPacked has no __module__ attribute
<frozen importlib._bootstrap>:488
<frozen importlib._bootstrap>:488: DeprecationWarning: builtin type SwigPyObject has no __module__ attribute
<frozen importlib._bootstrap>:488
<frozen importlib._bootstrap>:488: DeprecationWarning: builtin type swigvarlink has no __module__ attribute
../../../../../../../../usr/lib/python3/dist-packages/_pytest/cacheprovider.py:475
/usr/lib/python3/dist-packages/_pytest/cacheprovider.py:475: PytestCacheWarning: could not create cache path /home/nate/builds/hamlib-4.7~git/hamlib-4.7~git/.pytest_cache/v/cache/nodeids: [Errno 13] Permission denied: '/home/nate/builds/hamlib-4.7~git/hamlib-4.7~git/pytest-cache-files-_b3p3gl7'
config.cache.set("cache/nodeids", sorted(self.cached_nodeids))
../../../../../../../../usr/lib/python3/dist-packages/_pytest/cacheprovider.py:429
/usr/lib/python3/dist-packages/_pytest/cacheprovider.py:429: PytestCacheWarning: could not create cache path /home/nate/builds/hamlib-4.7~git/hamlib-4.7~git/.pytest_cache/v/cache/lastfailed: [Errno 13] Permission denied: '/home/nate/builds/hamlib-4.7~git/hamlib-4.7~git/pytest-cache-files-8rzmvamj'
config.cache.set("cache/lastfailed", self.lastfailed)
../../../../../../../../usr/lib/python3/dist-packages/_pytest/stepwise.py:51
/usr/lib/python3/dist-packages/_pytest/stepwise.py:51: PytestCacheWarning: could not create cache path /home/nate/builds/hamlib-4.7~git/hamlib-4.7~git/.pytest_cache/v/cache/stepwise: [Errno 13] Permission denied: '/home/nate/builds/hamlib-4.7~git/hamlib-4.7~git/pytest-cache-files-gl7knlwg'
session.config.cache.set(STEPWISE_CACHE_DIR, [])
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
====================================================================== short test summary info =======================================================================
FAILED ../../../bindings/python/test_Hamlib_class.py::TestClass::test_properties - AssertionError: assert ['AMP_FLAG_1'...EVEL_PF', ...] == ['AMP_FLAG_1'...EVEL_PF', ...]
============================================================== 1 failed, 8 passed, 6 warnings in 0.93s ===============================================================
make[4]: *** [Makefile:1149: pytest-yes] Error 1
make[3]: *** [Makefile:948: check-am] Error 2
make[2]: *** [Makefile:950: check] Error 2
make[1]: *** [Makefile:644: check-recursive] Error 1
make: *** [Makefile:861: distcheck] Error 1
I'm guessing that the RIG_MODEL_GQRX #define needs to be added.
73, Nate
--
"The optimist proclaims that we live in the best of all
possible worlds. The pessimist fears this is true."
Web: https://www.n0nb.us
Projects: https://github.com/N0NB
GPG fingerprint: 82D6 4F6B 0E67 CD41 F689 BBA6 FB2C 5130 D55A 8819
|