Skip to content

Conversation

sammysun0711
Copy link

@sammysun0711 sammysun0711 commented Jul 29, 2025

Details
Re-enable GGUF reader test on MacOS after #2488

Ticket
CVS-168882

@Wovchena
Copy link
Collaborator

@@ -20,8 +20,6 @@
@pytest.mark.parametrize("model_ids", get_gguf_model_list())
@pytest.mark.precommit
def test_pipelines_with_gguf_generate(pipeline_type, model_ids):
if sys.platform == 'darwin':
pytest.skip(reason="168882: Sporadic segmentation fault failure on MacOS.")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JIRA ticket is still opened: https://jira.devtools.intel.com/browse/CVS-168882
Where is the fix?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, our previous assumption that segment issue may related to limited disk storage in GHA CI machine, #2488 merged to mitigate this issue.

It turn out the segment fault issue it not related to disk storage issue, it is still not root cause and not reproducible in local mac machine from validation team.

Copy link
Collaborator

@rkazants rkazants Jul 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks the issue still exists

{7E33C766-6E0D-42C1-BB1B-6A04D55F28FD}

Copy link
Author

@sammysun0711 sammysun0711 Jul 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, as I mentioned above, this segment fault issue still exists, and not found the root cause yet, may need your suggestions to move forward.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can ignore the problem assuming it's x86 specific. It's going to be dropped by OV: https://www.intel.com/content/www/us/en/developer/articles/release-notes/openvino/2025-2.html

MacOS x86 is no longer recommended for use due to the discontinuation of validation. Full support will be removed later in 2025.

I'd propose to switch to ticket 171090

Copy link
Collaborator

@rkazants rkazants left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions github-actions bot added the category: GHA CI based on Github actions label Aug 1, 2025
@github-actions github-actions bot removed the category: GHA CI based on Github actions label Aug 7, 2025
@sammysun0711
Copy link
Author

JIRA ticket is still opened: https://jira.devtools.intel.com/browse/CVS-168882

Can revisit after #2533 merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants