Skip to content

fix: resolve pixi environment configuration warnings #193

fix: resolve pixi environment configuration warnings

fix: resolve pixi environment configuration warnings #193

Triggered via pull request July 26, 2025 16:30
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

32 errors and 9 warnings
test-matrix (3.12, unit): tests/test_semantic_search_enhanced.py#L335
TestEnhancedSemanticSearchEngine.test_get_embedding_stats_numpy_fallback ModuleNotFoundError: No module named 'uckn.core.enhanced_semantic_search_engine'
test-matrix (3.12, unit): tests/test_semantic_search_enhanced.py#L304
TestEnhancedSemanticSearchEngine.test_get_embedding_stats AssertionError: assert 'total_embeddings' in {'cache_current_size': 0, 'cache_hits': 0, 'cache_max_size': 128, 'cache_misses': 0, ...}
test-matrix (3.12, unit): tests/integration/test_centralized_architecture.py#L209
test_knowledge_manager_full_lifecycle_error_solution assert None is not None
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_knowledge_lifecycle.py#L164
test_concurrent_operations assert 0 >= 3 + where 0 = len([])
test-matrix (3.12, unit): tests/e2e/test_e2e_knowledge_lifecycle.py#L133
test_end_to_end_error_handling assert not True
test-matrix (3.12, unit): tests/e2e/test_e2e_knowledge_lifecycle.py#L92
test_complete_knowledge_lifecycle KeyError: 'chromadb_available'
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 0x7f4986fc89c0>() + where <built-in method lower of str object at 0x7f4986fc89c0> = '[]'.lower + where '[]' = str([]) + and '' = <built-in method lower of str object at 0x55b2e8dc27f0>() + where <built-in method lower of str object at 0x55b2e8dc27f0> = ''.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 0x7f498525f590>.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, e2e): tests/test_semantic_search_enhanced.py#L335
TestEnhancedSemanticSearchEngine.test_get_embedding_stats_numpy_fallback ModuleNotFoundError: No module named 'uckn.core.enhanced_semantic_search_engine'
test-matrix (3.12, e2e): tests/test_semantic_search_enhanced.py#L304
TestEnhancedSemanticSearchEngine.test_get_embedding_stats AssertionError: assert 'total_embeddings' in {'cache_current_size': 0, 'cache_hits': 0, 'cache_max_size': 128, 'cache_misses': 0, ...}
test-matrix (3.12, e2e): tests/integration/test_centralized_architecture.py#L209
test_knowledge_manager_full_lifecycle_error_solution assert None is not None
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_knowledge_lifecycle.py#L164
test_concurrent_operations assert 0 >= 3 + where 0 = len([])
test-matrix (3.12, e2e): tests/e2e/test_e2e_knowledge_lifecycle.py#L133
test_end_to_end_error_handling assert not True
test-matrix (3.12, e2e): tests/e2e/test_e2e_knowledge_lifecycle.py#L92
test_complete_knowledge_lifecycle KeyError: 'chromadb_available'
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 0x7f422718fc90>() + where <built-in method lower of str object at 0x7f422718fc90> = '[]'.lower + where '[]' = str([]) + and '' = <built-in method lower of str object at 0x55cf8090d7f0>() + where <built-in method lower of str object at 0x55cf8090d7f0> = ''.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 0x7f4203760cb0>.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, e2e)
The strategy configuration was canceled because "test-matrix._3_12_unit" failed
test-matrix (3.12, integration): tests/test_semantic_search_enhanced.py#L335
TestEnhancedSemanticSearchEngine.test_get_embedding_stats_numpy_fallback ModuleNotFoundError: No module named 'uckn.core.enhanced_semantic_search_engine'
test-matrix (3.12, integration): tests/test_semantic_search_enhanced.py#L304
TestEnhancedSemanticSearchEngine.test_get_embedding_stats AssertionError: assert 'total_embeddings' in {'cache_current_size': 0, 'cache_hits': 0, 'cache_max_size': 128, 'cache_misses': 0, ...}
test-matrix (3.12, integration): tests/integration/test_centralized_architecture.py#L209
test_knowledge_manager_full_lifecycle_error_solution assert None is not None
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_knowledge_lifecycle.py#L164
test_concurrent_operations assert 0 >= 3 + where 0 = len([])
test-matrix (3.12, integration): tests/e2e/test_e2e_knowledge_lifecycle.py#L133
test_end_to_end_error_handling assert not True
test-matrix (3.12, integration): tests/e2e/test_e2e_knowledge_lifecycle.py#L92
test_complete_knowledge_lifecycle KeyError: 'chromadb_available'
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 0x7efd31bab390>() + where <built-in method lower of str object at 0x7efd31bab390> = '[]'.lower + where '[]' = str([]) + and '' = <built-in method lower of str object at 0x55af1d9d77f0>() + where <built-in method lower of str object at 0x55af1d9d77f0> = ''.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 0x7efd66a598b0>.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_unit" failed
test-matrix (3.12, unit): .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, unit): .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, unit): .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, 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>0ugKFaAAAAABUt/T9qmtWQbIJSBRwJX3oQkwyQUEyMDMwMTA5MDI3AEVkZ2U=
test-matrix (3.12, unit)
Failed to restore: Cache service responded with 400
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>0ugKFaAAAAACvNlHydp6uRbrIzur0pJDcQ0gxRURHRTEwMTkARWRnZQ==
test-matrix (3.12, e2e)
Failed to restore: Cache service responded with 400
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>0vAKFaAAAAABLecDFSP1KQ4hLkyZ2tpwzUEFPRURHRTA1MjAARWRnZQ==
test-matrix (3.12, integration)
Failed to restore: Cache service responded with 400