test_missing_ensurepip_is_a_prerequisite_error (test_install_acceptance.HostPreflightTests.test_missing_ensurepip_is_a_prerequisite_error) ... ok
test_missing_git_stops_before_download (test_install_acceptance.HostPreflightTests.test_missing_git_stops_before_download) ... ok
test_bootstrap_failure_is_saved_and_does_not_start_model (test_install_acceptance.InstallationAcceptanceTests.test_bootstrap_failure_is_saved_and_does_not_start_model) ... FAIL
test_consent_is_required_before_any_external_call (test_install_acceptance.InstallationAcceptanceTests.test_consent_is_required_before_any_external_call) ... FAIL
test_existing_evidence_is_not_overwritten (test_install_acceptance.InstallationAcceptanceTests.test_existing_evidence_is_not_overwritten) ... FAIL
test_failed_auth_prevents_models_and_no_fallback (test_install_acceptance.InstallationAcceptanceTests.test_failed_auth_prevents_models_and_no_fallback) ... FAIL
test_fresh_ubuntu_instructions_and_claude_installer_exist (test_install_acceptance.InstallationAcceptanceTests.test_fresh_ubuntu_instructions_and_claude_installer_exist) ... FAIL
test_scanner_only_success_does_not_claim_ai_verified (test_install_acceptance.InstallationAcceptanceTests.test_scanner_only_success_does_not_claim_ai_verified) ... FAIL
test_two_modes_are_independent_and_not_a_billing_fallback (test_install_acceptance.InstallationAcceptanceTests.test_two_modes_are_independent_and_not_a_billing_fallback) ... FAIL
test_zero_exit_with_no_demo_evidence_does_not_pass (test_install_acceptance.InstallationAcceptanceTests.test_zero_exit_with_no_demo_evidence_does_not_pass) ... FAIL

======================================================================
FAIL: test_bootstrap_failure_is_saved_and_does_not_start_model (test_install_acceptance.InstallationAcceptanceTests.test_bootstrap_failure_is_saved_and_does_not_start_model)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 16, in runner
    try:return importlib.import_module('sec_review.acceptance')
               ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'sec_review.acceptance'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 39, in test_bootstrap_failure_is_saved_and_does_not_start_model
    mod=self.runner();calls=[]
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 17, in runner
    except ImportError:self.fail('The real-installation acceptance runner must be shipped')
                       ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: The real-installation acceptance runner must be shipped

======================================================================
FAIL: test_consent_is_required_before_any_external_call (test_install_acceptance.InstallationAcceptanceTests.test_consent_is_required_before_any_external_call)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 16, in runner
    try:return importlib.import_module('sec_review.acceptance')
               ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'sec_review.acceptance'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 34, in test_consent_is_required_before_any_external_call
    mod=self.runner()
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 17, in runner
    except ImportError:self.fail('The real-installation acceptance runner must be shipped')
                       ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: The real-installation acceptance runner must be shipped

======================================================================
FAIL: test_existing_evidence_is_not_overwritten (test_install_acceptance.InstallationAcceptanceTests.test_existing_evidence_is_not_overwritten)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 16, in runner
    try:return importlib.import_module('sec_review.acceptance')
               ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'sec_review.acceptance'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 80, in test_existing_evidence_is_not_overwritten
    mod=self.runner();self.out.mkdir();(self.out/'keep').write_text('evidence')
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 17, in runner
    except ImportError:self.fail('The real-installation acceptance runner must be shipped')
                       ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: The real-installation acceptance runner must be shipped

======================================================================
FAIL: test_failed_auth_prevents_models_and_no_fallback (test_install_acceptance.InstallationAcceptanceTests.test_failed_auth_prevents_models_and_no_fallback)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 16, in runner
    try:return importlib.import_module('sec_review.acceptance')
               ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'sec_review.acceptance'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 70, in test_failed_auth_prevents_models_and_no_fallback
    mod=self.runner();seen=[]
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 17, in runner
    except ImportError:self.fail('The real-installation acceptance runner must be shipped')
                       ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: The real-installation acceptance runner must be shipped

======================================================================
FAIL: test_fresh_ubuntu_instructions_and_claude_installer_exist (test_install_acceptance.InstallationAcceptanceTests.test_fresh_ubuntu_instructions_and_claude_installer_exist)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 85, in test_fresh_ubuntu_instructions_and_claude_installer_exist
    self.assertTrue((ROOT/'START-HERE.md').is_file())
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: False is not true

======================================================================
FAIL: test_scanner_only_success_does_not_claim_ai_verified (test_install_acceptance.InstallationAcceptanceTests.test_scanner_only_success_does_not_claim_ai_verified)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 16, in runner
    try:return importlib.import_module('sec_review.acceptance')
               ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'sec_review.acceptance'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 59, in test_scanner_only_success_does_not_claim_ai_verified
    mod=self.runner()
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 17, in runner
    except ImportError:self.fail('The real-installation acceptance runner must be shipped')
                       ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: The real-installation acceptance runner must be shipped

======================================================================
FAIL: test_two_modes_are_independent_and_not_a_billing_fallback (test_install_acceptance.InstallationAcceptanceTests.test_two_modes_are_independent_and_not_a_billing_fallback)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 16, in runner
    try:return importlib.import_module('sec_review.acceptance')
               ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'sec_review.acceptance'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 49, in test_two_modes_are_independent_and_not_a_billing_fallback
    mod=self.runner();seen=[]
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 17, in runner
    except ImportError:self.fail('The real-installation acceptance runner must be shipped')
                       ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: The real-installation acceptance runner must be shipped

======================================================================
FAIL: test_zero_exit_with_no_demo_evidence_does_not_pass (test_install_acceptance.InstallationAcceptanceTests.test_zero_exit_with_no_demo_evidence_does_not_pass)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 16, in runner
    try:return importlib.import_module('sec_review.acceptance')
               ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'sec_review.acceptance'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 65, in test_zero_exit_with_no_demo_evidence_does_not_pass
    mod=self.runner()
  File "/mnt/data/_clean21/patched/security-review-project-en/tests/test_install_acceptance.py", line 17, in runner
    except ImportError:self.fail('The real-installation acceptance runner must be shipped')
                       ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: The real-installation acceptance runner must be shipped

----------------------------------------------------------------------
Ran 10 tests in 0.027s

FAILED (failures=8)
