Newer
Older
cortex-hub / test_run.log
==========================================
    CORTEX HUB INTEGRATION TESTS SETUP    
==========================================
Docker daemon not reachable (likely running in a Dev Container). Switching to Native Python mode...
Starting AI Hub natively in the background...
Waiting for AI Hub to be ready...
Waiting for AI Hub Backend natively...
AI Hub Backend is online.
==========================================
    EXECUTING E2E INTEGRATION SUITE       
==========================================
/app/run_integration_tests.sh: line 100: /tmp/venv/bin/activate: No such file or directory
No venv found, hoping pytest is in global PATH.
============================= test session starts ==============================
platform linux -- Python 3.11.13, pytest-9.0.2, pluggy-1.6.0 -- /usr/local/bin/python3.11
cachedir: .pytest_cache
rootdir: /
plugins: mock-3.15.1, anyio-4.12.1, trio-0.8.0, tornasync-0.6.0.post2, asyncio-1.3.0
asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
collecting ... ERROR: file or directory not found: ai-hub/integration_tests/

collected 0 items

=============================== warnings summary ===============================
home/vscode/.local/lib/python3.11/site-packages/_pytest/cacheprovider.py:475
  /home/vscode/.local/lib/python3.11/site-packages/_pytest/cacheprovider.py:475: PytestCacheWarning: could not create cache path /.pytest_cache/v/cache/nodeids: [Errno 13] Permission denied: '/pytest-cache-files-z77lkhsd'
    config.cache.set("cache/nodeids", sorted(self.cached_nodeids))

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============================== 1 warning in 0.00s ==============================
Terminated