opencv / opencv

Open Source Computer Vision Library
https://opencv.org
Apache License 2.0
79.31k stars 55.85k forks source link

GAPI test fails on RISC-V #19844

Open asenyaev opened 3 years ago

asenyaev commented 3 years ago

OpenCV version: 4.5.2-pre, Last reproduced: ad333e0

The test fails from time to time on cross build for RISC-V + QEMU: https://build.opencv.org.cn/job/nightly-master/job/ubuntu-20.04-riscv64/119/

Error message:

unknown file
C++ exception with description "OpenCV(4.5.2-pre) /home/opencv-cn/slave/workspace/nightly-master/ubuntu-20.04-riscv64/opencv/modules/gapi/include/opencv2/gapi/streaming/cap.hpp:70: error: (-215:Assertion failed) false && "Couldn't grab the very first frame" in function 'prep'
" thrown in the test body.
System information (version)
Detailed description
Steps to reproduce
Issue submission checklist
alalek commented 3 years ago

Similar cases cases covered by #18819 some time ago. Issue is reproducible on CentOS builder (no enabled video codecs).

/cc @mpashchenkov

dmatveev commented 3 years ago

@mpashchenkov is this what we fix or plan to fix? I believe #19861 is the solution isn't it?