I see the problem, Matt’s suggestion is good. I never use retries hence I didn’t realize it would leave a file behind even if it ultimately passes. I’ll push a patch to address this.
Still, for failure cases the script expecting a directory needs to be changed too. Are the ci scripts part of VPP codebase?
Hello,
I had similar issues yesterday but after a « recheck » it seems to be working again…
Jerome
On 24.04.2026 02:57, Matthew Smith via lists.fd.io wrote:
-Matt
Hmm unless the ci script assumes that it only contains vpp-unittest-<class name> directories which has been the truth so far. The reason why my verify job passed is because the failed_test file is produced only
when a test fails.
So that would indicate that your verify job(s) failed and then ci choked on the unexpected results.
If the changes are good, a recheck should get you moving.
CI script needs to catch up of course.
Regards,
Klement
But that run passed.
I don't see why the tool which you pasted output from thinks it's a directory...
I've been seeing these failures today; several unrelated gerrit
changes are having this error as well. Seems like something broke?
+ archives_dir=/scratch/docker-build/vpp/archives
+ unittest_failed_dir=/tmp/vpp-failed-unittests
++ ls /tmp/vpp-failed-unittests
+ for failed_test in $(ls "$unittest_failed_dir")
+ failed_test_dir=/scratch/docker-build/vpp/archives/failed_tests
+ '[' '!' -e /scratch/docker-build/vpp/archives/failed_tests ']'
+ mkdir -p /scratch/docker-build/vpp/archives/failed_tests
+ cp -a '/tmp/vpp-failed-unittests/failed_tests/*' /scratch/docker-build/vpp/archives/failed_tests
cp: cannot stat '/tmp/vpp-failed-unittests/failed_tests/*': Not a directory
Error: Process completed with exit code 1.
|
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#26983): https://lists.fd.io/g/vpp-dev/message/26983
Mute This Topic: https://lists.fd.io/mt/118966663/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/14379924/21656/631435203/xyzzy
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-