From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1680127842; bh=9PuieiWwcxFG9OAq+v5v9kVgROJ54ssgwScUiAAbtjI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=t/AC6RdSGOG2m77Oltja2lA7TU22TgbZhnXBIOcasek+Or4H4oi1FPbQx9AinzT/a HuegKDy+y8IlAgtSxuxkh/6qdJiKkG3tY7JYULHEyNX/n6mC1l6jc8Q/QKVhJbEnkX mkjWfRYaJhtWTgaQudi7xxl0Fq2dwS65oVggwT5o5i97HBSxdo3eB6d0h2X0yic9rI K7WmsrwQVJ/JTrDQIlWYm7y84D3P5UenbNKVGGlaf7T2uYS/5AqdC5M98ZyxmJas+p gl9CIgMLGqYSQ5uhsSQeN1f+hg3ImH+KPzTc5lBTKHWtBQ0K7w7DWM/KD8pkTTPnWf 3uSNjk2wWPQpQ== To: ch In-Reply-To: <36f0960b-7a1a-922e-4655-90cd9731be7d@ntrv.dk> References: <878rfhoxrs.fsf@toke.dk> <87y1nhnff4.fsf@toke.dk> <8e8da0c6-30ea-8a2e-b55b-a547d4868889@ntrv.dk> <87h6u3oolh.fsf@toke.dk> <3a9e0bde-d5ea-32b1-f428-db22487a9cf6@ntrv.dk> <878rffohz1.fsf@toke.dk> <31e142e7-4a72-844d-38fe-5a687adf3151@ntrv.dk> <8f9f79f8-1deb-95c8-640f-18acd12a29ed@ntrv.dk> <28654080-b9a3-eda2-4726-ab68e7a9957b@ntrv.dk> <36f0960b-7a1a-922e-4655-90cd9731be7d@ntrv.dk> Date: Thu, 30 Mar 2023 00:10:42 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87zg7vmcnx.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID-Hash: JAZCNLZOWMHRJ3ZAOGMVZFBJIZCHOVT6 X-Message-ID-Hash: JAZCNLZOWMHRJ3ZAOGMVZFBJIZCHOVT6 X-MailFrom: toke@toke.dk X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: flent-users@flent.org X-Mailman-Version: 3.3.8 Precedence: list Subject: [Flent-users] Re: bursts test does not complete (WAS: ERROR: Runner Burst 0 failed check: No command set for SilentProcessRunner) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ch writes: > Hi :wave: > > On 29/03/2023 19.43, ch wrote: >> On 29/03/2023 19.42, ch wrote: >>> But the flent test itself never terminate. The process keeps running=20 >>> in the background. Resulting in the test results being saved to disk. >>=20 >> Resulting in the test results *not* being saved to disk. > > I fell like I am getting more gray hairs by the hours. =F0=9F=A4=95 I can= not=20 > figure out why this happens. > > The burst test seems to run. Flent never "completes". Resulting in no=20 > data output. :| It's crashing in the parsing step, leading to a hang; this is visible on stdout, so I guess your runner script hides that? $ ./run-flent bursts -l 10 Starting Flent 2.1.1+git.6959463f using Python 3.10.10. Starting bursts test. Expected run time: 10 seconds. Exception in thread Thread-8 (_handle_results): Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.10/multiprocessing/pool.py", line 595, in _handle_= results cache[job]._set(i, obj) File "/usr/lib/python3.10/multiprocessing/pool.py", line 779, in _set self._callback(self._value) File "/home/alrua/source/flent/flent/runners.py", line 625, in recv_result result, raw_values, metadata =3D res TypeError: cannot unpack non-iterable NoneType object Should be fixed in the latest master, please try that. Also, BTW, not sure what your wrapper script does, but Flent has a built-in batch run facility which may be helpful for such multi-run tests... -Toke