-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Build]: Terminal becomes unresponsive when TESTS && FUNCTIONAL_TESTS are ON. #23021
Comments
I have updated the fork and pulled the latest changes, I have tried it again (
As you can see before [715/737] the output is that |
If i try to see the current running process:
i got the following output, means that the cmake process is currently running but as i mentioned above it's unresponsive.
|
@LucaTamSapienza regarding issue with |
@vurusovs Ok, I'll try to see if it works. |
got the following error
terminal is always unresponsive, like i mentioned above. |
I tried to remove the build directory and rebuild it with only ENABLE_TESTS=ON but still have the same issue:
(btw, if i enable TESTS, also FUNCTIONAL_TESTS goes ON.) At the end of the building i got the following:
(terminal always unresponsive)
|
Could you please try to remove PDPD tests requirements from your virtual env and check whether it helps? Looks like PDPD models creation takes a lot of time on your machine (I suppose it does not hang, but you need to wait more time) |
I'll see if, even with the merge of this PR, it presents the same issue. If it does, I'll try your approach. |
@ilya-lavrenov |
PDPD is used to convert test models for PDPD FE tests. BTW, are you really sure that it hangs, maybe it rather takes several minutes to complete? There are a lot of models that need to be converted from |
Honestly, I don't know. I left the computer for about 10 minutes after only the PDPD models were left to compile. I tried several times, and honestly, I hadn't encountered this issue with my old computer. |
This issue will be closed in a week because of 9 months of no activity. |
This issue was closed because it has been stalled for 9 months with no activity. |
OpenVINO Version
Master branch
Operating System
macOS Systems for Apple Silicon
Hardware Architecture
ARM (64 bits)
Target Platform
Build issue description
I am trying to compile the project with
-DENABLE_TESTS=ON -DENABLE_FUNCTIONAL_TESTS=ON
, but when there are 22 tasks remaining (always 22), the process halts without providing any output. The terminal simply becomes unresponsive. This issue occurs only when I enable both TESTS and FUNCTIONAL TESTS.It seems like the terminal is still working in the background but not progressing. The computer doesn't freeze or show any error; the terminal just stays stuck. However, if I build the system normally by activating only
DENABLE_SYSTEM_PUGIXML=ON -DENABLE_SYSTEM_SNAPPY=ON -DENABLE_SYSTEM_PROTOBUF=ON
, it compiles successfully.Build scrip or step-by-step to reproduce
however, if i try to enable
TESTS
but disableFUNCTIONAL_TESTS
cmake gives me an errorAt the end of the compilation process (
TESTS=OFF && FUNCTIONAL_TESTS=OFF
), I receive the respective warnings. Even though I don't think they are the issue.Relevant log output
Issue submission checklist
The text was updated successfully, but these errors were encountered: