Skip to content

winml inspect - e2e test failed #734

@zhenchaoni

Description

@zhenchaoni

test_inspect_e2e.py — e2e test failures

Status: 20 failed · 0 errors · 2 passed · 0 skipped · 22 total

Source: tests/e2e/test_inspect_e2e.py

How to reproduce locally:

uv run pytest tests/e2e/test_inspect_e2e.py -m e2e --timeout=1000 --no-cov -ra --tb=short

Failing tests

1. TestInspectModelTypeOnly::test_bert_default_task_json

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectModelTypeOnly::test_bert_default_task_json
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:116: in test_bert_default_task_json
    data = _run_json("--model-type", "bert")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:66: in _run_json
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

2. TestInspectModelTypeOnly::test_bert_feature_extraction_json

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectModelTypeOnly::test_bert_feature_extraction_json
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:122: in test_bert_feature_extraction_json
    data = _run_json("--model-type", "bert", "-t", "feature-extraction")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:66: in _run_json
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

3. TestInspectModelTypeOnly::test_resnet_default_task_json

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectModelTypeOnly::test_resnet_default_task_json
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:128: in test_resnet_default_task_json
    data = _run_json("--model-type", "resnet")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:66: in _run_json
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

4. TestInspectModelTypeOnly::test_model_class_bert_for_masked_lm

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectModelTypeOnly::test_model_class_bert_for_masked_lm
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:134: in test_model_class_bert_for_masked_lm
    data = _run_json("--model-class", "BertForMaskedLM")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:66: in _run_json
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

5. TestInspectModelTypeOnly::test_verbose_flag_accepted

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectModelTypeOnly::test_verbose_flag_accepted
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:140: in test_verbose_flag_accepted
    data = _run_json("--model-type", "bert", "--verbose")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:66: in _run_json
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

6. TestInspectModelTypeOnly::test_short_verbose_flag_accepted

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectModelTypeOnly::test_short_verbose_flag_accepted
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:145: in test_short_verbose_flag_accepted
    data = _run_json("--model-type", "bert", "-v")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:66: in _run_json
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

7. TestInspectModelTypeOnly::test_json_output_contains_all_top_level_keys

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectModelTypeOnly::test_json_output_contains_all_top_level_keys
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:150: in test_json_output_contains_all_top_level_keys
    data = _run_json("--model-type", "bert")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:66: in _run_json
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

8. TestInspectModelTypeOnly::test_loader_section_structure

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectModelTypeOnly::test_loader_section_structure
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:156: in test_loader_section_structure
    data = _run_json("--model-type", "bert")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:66: in _run_json
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

9. TestInspectModelTypeOnly::test_exporter_section_structure

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectModelTypeOnly::test_exporter_section_structure
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:163: in test_exporter_section_structure
    data = _run_json("--model-type", "bert")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:66: in _run_json
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

10. TestInspectModelTypeOnly::test_winml_section_structure

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectModelTypeOnly::test_winml_section_structure
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:172: in test_winml_section_structure
    data = _run_json("--model-type", "bert")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:66: in _run_json
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

11. TestInspectModelTypeOnly::test_hierarchy_flag_accepted_without_model

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectModelTypeOnly::test_hierarchy_flag_accepted_without_model
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:190: in test_hierarchy_flag_accepted_without_model
    data = _run_json("--model-type", "bert", "--hierarchy")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:66: in _run_json
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

12. TestInspectBert::test_auto_detect_fill_mask

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectBert::test_auto_detect_fill_mask
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:208: in test_auto_detect_fill_mask
    data = _run_network(self.MODEL)
           ^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:80: in _run_network
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

13. TestInspectBert::test_feature_extraction

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectBert::test_feature_extraction
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:215: in test_feature_extraction
    data = _run_network(self.MODEL, task="feature-extraction")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:80: in _run_network
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

14. TestInspectBert::test_next_sentence_prediction

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectBert::test_next_sentence_prediction
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:232: in test_next_sentence_prediction
    data = json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

15. TestInspectVision::test_auto_detect_image_classification[resnet]

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectVision::test_auto_detect_image_classification[resnet]
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:253: in test_auto_detect_image_classification
    data = _run_network(model_id)
           ^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:80: in _run_network
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

16. TestInspectVision::test_auto_detect_image_classification[convnext]

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectVision::test_auto_detect_image_classification[convnext]
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:253: in test_auto_detect_image_classification
    data = _run_network(model_id)
           ^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:80: in _run_network
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

17. TestInspectVision::test_auto_detect_image_classification[vit]

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectVision::test_auto_detect_image_classification[vit]
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:253: in test_auto_detect_image_classification
    data = _run_network(model_id)
           ^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:80: in _run_network
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

18. TestInspectCLIP::test_auto_detect_feature_extraction

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectCLIP::test_auto_detect_feature_extraction
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:266: in test_auto_detect_feature_extraction
    data = _run_network(self.MODEL)
           ^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:80: in _run_network
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

19. TestInspectCLIP::test_image_feature_extraction

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectCLIP::test_image_feature_extraction
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:272: in test_image_feature_extraction
    data = _run_network(self.MODEL, task="image-feature-extraction")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:80: in _run_network
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

20. TestInspectDETR::test_auto_detect_object_detection

  • Node id: tests/e2e/test_inspect_e2e.py::TestInspectDETR::test_auto_detect_object_detection
  • Kind: failure
  • Message: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback excerpt
tests\e2e\test_inspect_e2e.py:285: in test_auto_detect_object_detection
    data = _run_network(self.MODEL)
           ^^^^^^^^^^^^^^^^^^^^^^^^
tests\e2e\test_inspect_e2e.py:80: in _run_network
    return json.loads(result.output)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\__init__.py:346: in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:337: in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
..\..\AppData\Roaming\uv\python\cpython-3.11.14-windows-x86_64-none\Lib\json\decoder.py:355: in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
E   json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Metadata

Metadata

Labels

P0Critical — blocking, crash, data loss

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions