Skip to content

fix: resolve pixi environment configuration warnings #196

fix: resolve pixi environment configuration warnings

fix: resolve pixi environment configuration warnings #196

Triggered via pull request July 26, 2025 19:41
Status Failure
Total duration 3m 29s
Artifacts

test-matrix.yml

on: pull_request
Matrix: test-matrix
aggregate-results
0s
aggregate-results
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 12 warnings
test-matrix (3.12, e2e): tests/unit/molecules/test_issue_prediction_models.py#L73
test_predict_returns_no_issue_if_trained_and_random_disallows AssertionError: assert 1 == 0 + where 1 = len([{'confidence': 0.62, 'description': 'ML model predicts a high likelihood of a performance issue.', 'preventive_measure': 'Review recent changes, check logs, and consult similar past issues.', 'severity': 'low', ...}])
test-matrix (3.12, e2e): tests/unit/molecules/test_issue_prediction_models.py#L60
test_predict_returns_ml_issue_if_trained_and_random_allows StopIteration
test-matrix (3.12, e2e): tests/unit/molecules/test_issue_detection_rules.py#L69
test_detect_dependency_conflicts_javascript_no_lock_file TypeError: unsupported operand type(s) for /: 'str' and 'str'
test-matrix (3.12, e2e): tests/unit/molecules/test_error_solution_manager.py#L157
test_update_error_solution_metadata_only AssertionError: assert <MagicMock name='mock.update_error_solution()' id='140435182356000'> is True
test-matrix (3.12, e2e): tests/unit/molecules/test_error_solution_manager.py#L141
test_update_error_solution_no_semantic AssertionError: assert <MagicMock name='mock.update_error_solution()' id='140435182019904'> is True
test-matrix (3.12, e2e): tests/unit/molecules/test_error_solution_manager.py#L29
test_initialization AttributeError: 'ErrorSolutionManager' object has no attribute 'chroma_connector'
test-matrix (3.12, e2e): tests/integration/test_centralized_architecture.py#L149
test_knowledge_manager_full_lifecycle_pattern AssertionError: assert 'This is a te...n for Python.' == 'This is an u...n for Python.' - This is an updated test code pattern for Python. ? --------- + This is a test code pattern for Python.
test-matrix (3.12, e2e): tests/e2e/test_e2e_basic_workflow.py#L124
test_tech_stack_analysis_workflow AssertionError: assert ('python' in '[]' or 'python' in '') + where '[]' = <built-in method lower of str object at 0x7fb9e8405e30>() + where <built-in method lower of str object at 0x7fb9e8405e30> = '[]'.lower + where '[]' = str([]) + and '' = <built-in method lower of str object at 0x5648f8a3c7f0>() + where <built-in method lower of str object at 0x5648f8a3c7f0> = ''.lower
test-matrix (3.12, e2e): tests/e2e/test_e2e_basic_workflow.py#L103
test_error_handling_workflow AssertionError: assert not True + where True = assign_pattern_to_category('invalid', 'invalid') + where assign_pattern_to_category = <src.uckn.core.organisms.knowledge_manager.KnowledgeManager object at 0x7fb99d63ec30>.assign_pattern_to_category
test-matrix (3.12, e2e): tests/e2e/test_e2e_basic_workflow.py#L81
test_basic_end_to_end_workflow KeyError: 'chromadb_available'
test-matrix (3.12, integration): tests/unit/molecules/test_issue_prediction_models.py#L73
test_predict_returns_no_issue_if_trained_and_random_disallows AssertionError: assert 1 == 0 + where 1 = len([{'confidence': 0.82, 'description': 'ML model predicts a high likelihood of a security issue.', 'preventive_measure': 'Review recent changes, check logs, and consult similar past issues.', 'severity': 'medium', ...}])
test-matrix (3.12, integration): tests/unit/molecules/test_issue_prediction_models.py#L60
test_predict_returns_ml_issue_if_trained_and_random_allows StopIteration
test-matrix (3.12, integration): tests/unit/molecules/test_issue_detection_rules.py#L69
test_detect_dependency_conflicts_javascript_no_lock_file TypeError: unsupported operand type(s) for /: 'str' and 'str'
test-matrix (3.12, integration): tests/unit/molecules/test_error_solution_manager.py#L157
test_update_error_solution_metadata_only AssertionError: assert <MagicMock name='mock.update_error_solution()' id='140209478797936'> is True
test-matrix (3.12, integration): tests/unit/molecules/test_error_solution_manager.py#L141
test_update_error_solution_no_semantic AssertionError: assert <MagicMock name='mock.update_error_solution()' id='140209603276880'> is True
test-matrix (3.12, integration): tests/unit/molecules/test_error_solution_manager.py#L29
test_initialization AttributeError: 'ErrorSolutionManager' object has no attribute 'chroma_connector'
test-matrix (3.12, integration): tests/integration/test_centralized_architecture.py#L149
test_knowledge_manager_full_lifecycle_pattern AssertionError: assert 'This is a te...n for Python.' == 'This is an u...n for Python.' - This is an updated test code pattern for Python. ? --------- + This is a test code pattern for Python.
test-matrix (3.12, integration): tests/e2e/test_e2e_basic_workflow.py#L124
test_tech_stack_analysis_workflow AssertionError: assert ('python' in '[]' or 'python' in '') + where '[]' = <built-in method lower of str object at 0x7f8511184ab0>() + where <built-in method lower of str object at 0x7f8511184ab0> = '[]'.lower + where '[]' = str([]) + and '' = <built-in method lower of str object at 0x5630f5ebf7f0>() + where <built-in method lower of str object at 0x5630f5ebf7f0> = ''.lower
test-matrix (3.12, integration): tests/e2e/test_e2e_basic_workflow.py#L103
test_error_handling_workflow AssertionError: assert not True + where True = assign_pattern_to_category('invalid', 'invalid') + where assign_pattern_to_category = <src.uckn.core.organisms.knowledge_manager.KnowledgeManager object at 0x7f85a8f09070>.assign_pattern_to_category
test-matrix (3.12, integration): tests/e2e/test_e2e_basic_workflow.py#L81
test_basic_end_to_end_workflow KeyError: 'chromadb_available'
test-matrix (3.12, integration)
The strategy configuration was canceled because "test-matrix._3_12_e2e" failed
test-matrix (3.12, unit)
The operation was canceled.
test-matrix (3.12, unit): tests/integration/test_centralized_architecture.py#L149
test_knowledge_manager_full_lifecycle_pattern AssertionError: assert 'This is a te...n for Python.' == 'This is an u...n for Python.' - This is an updated test code pattern for Python. ? --------- + This is a test code pattern for Python.
test-matrix (3.12, unit): tests/e2e/test_e2e_basic_workflow.py#L124
test_tech_stack_analysis_workflow AssertionError: assert ('python' in '[]' or 'python' in '') + where '[]' = <built-in method lower of str object at 0x7ff2c45559e0>() + where <built-in method lower of str object at 0x7ff2c45559e0> = '[]'.lower + where '[]' = str([]) + and '' = <built-in method lower of str object at 0x55b9732b97f0>() + where <built-in method lower of str object at 0x55b9732b97f0> = ''.lower
test-matrix (3.12, unit): tests/e2e/test_e2e_basic_workflow.py#L103
test_error_handling_workflow AssertionError: assert not True + where True = assign_pattern_to_category('invalid', 'invalid') + where assign_pattern_to_category = <src.uckn.core.organisms.knowledge_manager.KnowledgeManager object at 0x7ff2c7d19d30>.assign_pattern_to_category
test-matrix (3.12, unit): tests/e2e/test_e2e_basic_workflow.py#L81
test_basic_end_to_end_workflow KeyError: 'chromadb_available'
test-matrix (3.12, unit)
The strategy configuration was canceled because "test-matrix._3_12_e2e" failed
test-matrix (3.12, e2e): .pixi/envs/quality/lib/python3.12/site-packages/pydantic/main.py#L463
Pydantic serializer warnings: PydanticSerializationUnexpectedValue(Expected `enum` - serialized value may not be as expected [input_value=<WorkflowState.PUBLISHED: 'published'>, input_type=WorkflowState])
test-matrix (3.12, e2e): .pixi/envs/quality/lib/python3.12/site-packages/pydantic/main.py#L463
Pydantic serializer warnings: PydanticSerializationUnexpectedValue(Expected `enum` - serialized value may not be as expected [input_value=<WorkflowState.IN_TESTING: 'in_testing'>, input_type=WorkflowState])
test-matrix (3.12, e2e): .pixi/envs/quality/lib/python3.12/site-packages/pydantic/main.py#L463
Pydantic serializer warnings: PydanticSerializationUnexpectedValue(Expected `enum` - serialized value may not be as expected [input_value=<WorkflowState.IN_REVIEW: 'in_review'>, input_type=WorkflowState])
test-matrix (3.12, e2e)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0kS+FaAAAAADoEnfjBg3ARIr/38BWFLQqQkwyQUEyMDMwMTA5MDUzAEVkZ2U=
test-matrix (3.12, e2e)
Failed to restore: Cache service responded with 400
test-matrix (3.12, integration): .pixi/envs/quality/lib/python3.12/site-packages/pydantic/main.py#L463
Pydantic serializer warnings: PydanticSerializationUnexpectedValue(Expected `enum` - serialized value may not be as expected [input_value=<WorkflowState.PUBLISHED: 'published'>, input_type=WorkflowState])
test-matrix (3.12, integration): .pixi/envs/quality/lib/python3.12/site-packages/pydantic/main.py#L463
Pydantic serializer warnings: PydanticSerializationUnexpectedValue(Expected `enum` - serialized value may not be as expected [input_value=<WorkflowState.IN_TESTING: 'in_testing'>, input_type=WorkflowState])
test-matrix (3.12, integration): .pixi/envs/quality/lib/python3.12/site-packages/pydantic/main.py#L463
Pydantic serializer warnings: PydanticSerializationUnexpectedValue(Expected `enum` - serialized value may not be as expected [input_value=<WorkflowState.IN_REVIEW: 'in_review'>, input_type=WorkflowState])
test-matrix (3.12, integration)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0ki+FaAAAAAAigpcG+jufT6qp0x9YL0TWQ0gxRURHRTIyMTIARWRnZQ==
test-matrix (3.12, integration)
Failed to restore: Cache service responded with 400
test-matrix (3.12, unit)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0ki+FaAAAAAC0bdTIkYR/TJPDvoawyECPQlkzRURHRTAzMTcARWRnZQ==
test-matrix (3.12, unit)
Failed to restore: Cache service responded with 400