From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Cleber Rosa <crosa@redhat.com>, John Snow <jsnow@redhat.com>
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
"Jan Richter" <jarichte@redhat.com>,
qemu-devel <qemu-devel@nongnu.org>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Bastian Koppelmann" <kbastian@mail.uni-paderborn.de>,
"Markus Armbruster" <armbru@redhat.com>,
"Beraldo Leal" <bleal@redhat.com>,
"Thomas Huth" <thuth@redhat.com>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Radoslaw Biernacki" <rad@semihalf.com>,
"Leif Lindholm" <quic_llindhol@quicinc.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
qemu-arm <qemu-arm@nongnu.org>,
"Kautuk Consul" <kconsul@linux.vnet.ibm.com>,
"Hariharan T S" <hariharan.ts@linux.vnet.ibm.com>
Subject: Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0
Date: Fri, 21 Apr 2023 12:07:57 +0200 [thread overview]
Message-ID: <fb01dbfa-426a-f87c-620b-c5e7b6d6598e@linaro.org> (raw)
In-Reply-To: <9a0a7b21-8798-d5d3-bf4b-f1de38e82581@redhat.com>
On 21/4/23 06:09, Cleber Rosa wrote:
>
> On 4/20/23 12:54, John Snow wrote:
>>
>>
>> On Thu, Apr 20, 2023, 5:19 AM Philippe Mathieu-Daudé
>> <philmd@linaro.org> wrote:
>>
>> On 17/4/23 19:44, Alex Bennée wrote:
>> >
>> > John Snow <jsnow@redhat.com> writes:
>> >
>> >> On Mon, Apr 17, 2023 at 9:43 AM Alex Bennée
>> <alex.bennee@linaro.org> wrote:
>> >>> diff --git a/tests/requirements.txt b/tests/requirements.txt
>> >>> index 0ba561b6bd..a6f73da681 100644
>> >>> --- a/tests/requirements.txt
>> >>> +++ b/tests/requirements.txt
>> >>> @@ -2,5 +2,5 @@
>> >>> # in the tests/venv Python virtual environment. For more info,
>> >>> # refer to: https://pip.pypa.io/en/stable/user_guide/#id1
>> >>> # Note that qemu.git/python/ is always implicitly installed.
>> >>> -avocado-framework==88.1
>> >>> +avocado-framework==101.0
>> >>> pycdlib==1.11.0
>> >>> --
>> >>> 2.39.2
>> >>>
>> >>
>> >> I thought there were test failures that prohibited us from
>> bumping the
>> >> Avocado-Framework version. Did those get rectified recently?
>>
>> No, still not working on Darwin. At this point I'm thinking at
>> sending
>> a patch clarifying testing QEMU with Avocado is not supported on
>> Darwin.
>>
>>
>> What's broken on Darwin?
>>
> Hi John,
>
> IIRC, the main issue is that the legacy runner (the one active in 88.1)
> pickles some stuff that do not play nice under Darwin. It has never (to
> the best of my knowledge) worked under Darwin.
Correct.
>> Is it broken with avocado-framework==88.1 too? (Is this a regression?)
>>
> It was already broken with avocado-framework==88.1,
Correct.
> but it should mostly
> work with 101.0 (see previous reply).
>
>> We might need to consider entirely separate issues:
>>
>> (1) We need to upgrade avocado-framework to a supported LTS version >=
>> v90 for dependency harmony with qemu.git/python testing
>>
>> (2) We need to upgrade avocado-framework to >= v101.0 to fix the
>> stated checksum issue in this patch
>>
>> (3) We would like avocado tests to work on Darwin. (Have they ever
>> worked? When did they break? etc.)
>>
>> My understanding is that this patch helps with 1 and 2 but not 3, but
>> if Darwin support isn't a regression, this is still a step forward.
>>
> To the best of my knowledge, this patch would help with 1, 2 and even 3.
As of today using v8.0.0:
$ make check-avocado
GIT ui/keycodemapdb tests/fp/berkeley-testfloat-3
tests/fp/berkeley-softfloat-3 dtc
MKDIR /Users/philmd/source/qemu/build/tests/results
AVOCADO Downloading avocado tests VM image for aarch64
The image was downloaded:
Provider Version Architecture File
fedora 31 aarch64
/Users/philmd/avocado/data/cache/by_location/4f156e531446a679cbfe13caef8b7c9f9f79aafa/Fedora-Cloud-Base-31-1.9.aarch64.qcow2
AVOCADO tests/avocado
Fetching asset from
tests/avocado/boot_linux_console.py:BootLinuxConsole.test_aarch64_raspi3_atf
Fetching asset from
tests/avocado/boot_xen.py:BootXen.test_arm64_xen_411_and_dom0
Fetching asset from
tests/avocado/boot_xen.py:BootXen.test_arm64_xen_414_and_dom0
Fetching asset from
tests/avocado/boot_xen.py:BootXen.test_arm64_xen_415_and_dom0
Fetching asset from
tests/avocado/machine_aarch64_virt.py:Aarch64VirtMachine.test_alpine_virt_tcg_gic_max
Fetching asset from
tests/avocado/replay_kernel.py:ReplayKernelNormal.test_aarch64_virt
Fetching asset from
tests/avocado/reverse_debugging.py:ReverseDebugging_AArch64.test_aarch64_virt
JOB ID : 142a0b2d3960c7daccd657781d52f814e1617392
JOB LOG :
/Users/philmd/source/qemu/build/tests/results/job-2023-04-21T11.35-142a0b2/job.log
Avocado crashed: TypeError: cannot pickle '_thread.RLock' object
Traceback (most recent call last):
File
"/Users/philmd/source/qemu/build/tests/venv/lib/python3.10/site-packages/avocado/core/job.py",
line 632, in run_tests
summary |= suite.run(self)
File
"/Users/philmd/source/qemu/build/tests/venv/lib/python3.10/site-packages/avocado/core/suite.py",
line 311, in run
return self.runner.run_suite(job, self)
File
"/Users/philmd/source/qemu/build/tests/venv/lib/python3.10/site-packages/avocado/plugins/runner.py",
line 390, in run_suite
if not self.run_test(job, test_factory, queue, summary,
File
"/Users/philmd/source/qemu/build/tests/venv/lib/python3.10/site-packages/avocado/plugins/runner.py",
line 170, in run_test
proc.start()
File
"/opt/homebrew/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/process.py",
line 121, in start
self._popen = self._Popen(self)
File
"/opt/homebrew/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/context.py",
line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
File
"/opt/homebrew/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/context.py",
line 288, in _Popen
return Popen(process_obj)
File
"/opt/homebrew/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/popen_spawn_posix.py",
line 32, in __init__
super().__init__(process_obj)
File
"/opt/homebrew/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/popen_fork.py",
line 19, in __init__
self._launch(process_obj)
File
"/opt/homebrew/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/popen_spawn_posix.py",
line 47, in _launch
reduction.dump(process_obj, fp)
File
"/opt/homebrew/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/reduction.py",
line 60, in dump
ForkingPickler(file, protocol).dump(obj)
TypeError: cannot pickle '_thread.RLock' object
Please include the traceback info and command line used on your bug report
Report bugs visiting https://github.com/avocado-framework/avocado/issues/new
make: *** [check-avocado] Error 4
This is https://github.com/avocado-framework/avocado/issues/4888
which is still opened.
Manually using "avocado run --test-runner=nrunner" helps running the
tests but the console output is never displayed (see [*]) and once
finished Avocado lets various QEMU processes running in detached
mode, wasting resources.
[*]
https://lore.kernel.org/qemu-devel/1d0baf8b-c757-265c-b206-07ca3f218b2a@linaro.org/
next prev parent reply other threads:[~2023-04-21 10:09 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-17 13:43 [PATCH v4 0/6] testing/next: avocado, docs, gitlab Alex Bennée
2023-04-17 13:43 ` [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0 Alex Bennée
2023-04-17 16:50 ` John Snow
2023-04-17 17:44 ` Alex Bennée
2023-04-20 9:18 ` Philippe Mathieu-Daudé
2023-04-20 16:54 ` John Snow
2023-04-21 4:09 ` Cleber Rosa
2023-04-21 10:07 ` Philippe Mathieu-Daudé [this message]
2023-04-21 10:27 ` Philippe Mathieu-Daudé
2023-04-21 4:04 ` Cleber Rosa
2023-04-21 3:56 ` Cleber Rosa
2023-04-18 7:10 ` Thomas Huth
2023-04-21 4:19 ` Cleber Rosa
2023-04-21 6:21 ` Thomas Huth
2023-04-21 3:49 ` Cleber Rosa
2023-04-21 6:24 ` Thomas Huth
2023-04-17 13:43 ` [PATCH v4 2/6] tests/avocado: use the new snapshots for testing Alex Bennée
2023-04-17 13:43 ` [PATCH v4 3/6] tests/avocado: Add set of boot tests on SBSA-ref Alex Bennée
2023-04-17 13:43 ` [PATCH v4 4/6] gitlab-ci: Avoid to re-run "configure" in the device-crash-test jobs Alex Bennée
2023-04-17 13:43 ` [PATCH v4 5/6] scripts/device-crash-test: Add a parameter to run with TCG only Alex Bennée
2023-04-20 9:20 ` Philippe Mathieu-Daudé
2023-04-17 13:43 ` [PATCH v4 6/6] qemu-options: finesse the recommendations around -blockdev Alex Bennée
2023-04-17 18:03 ` [PATCH v4 0/6] testing/next: avocado, docs, gitlab John Snow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fb01dbfa-426a-f87c-620b-c5e7b6d6598e@linaro.org \
--to=philmd@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=bleal@redhat.com \
--cc=crosa@redhat.com \
--cc=hariharan.ts@linux.vnet.ibm.com \
--cc=jarichte@redhat.com \
--cc=jsnow@redhat.com \
--cc=kbastian@mail.uni-paderborn.de \
--cc=kconsul@linux.vnet.ibm.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=quic_llindhol@quicinc.com \
--cc=rad@semihalf.com \
--cc=stefanha@redhat.com \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).