Run overview
swe_bench / lite / dev
Run 36b67bcf...b7e5
Benchmark pass rate
0%
0 of 1 tasks passed
0% pass rate means none of the benchmark tasks passed.
Passed
0
Tasks that passed
Failed
1
Tasks that failed
Total spend
$0.00
Duration 224 ms
Task review
Completed tasks
1 completed task. Open a card only when you need logs, patch text, or scoring detail.
marshmallow-code__marshmallow-1343
marshmallow-code/marshmallow
Score
0%
Outcome
Error
Task cost
Pending
Duration
-
Summary
Error
Command failed (128): git clone https://github.com/jiviny/Benchmark-Testing.git /tmp/agentarena-build-i2e92l7c/repo Cloning into '/tmp/agentarena-build-i2e92l7c/repo'... fatal: could not read Username for 'https://github.com': No such device or address
View task details
Run metadata
Benchmark
swe_bench/lite/dev
Model
Not reported
Started
Not started
Completed
Mar 30, 2026, 5:05 AM UTC
Sandbox
Not provisioned yet
Tokens
Not reported
F2P / P2P
Pending
Passed benchmark
Pending
Task finished with a failure state.
Benchmark context
Task input
[version 2.20.0] TypeError: 'NoneType' object is not subscriptable
After update from version 2.19.5 to 2.20.0 I got error for code like:
```python
from marshmallow import Schema, fields, validates
class Bar(Schema):
value = fields.String()
@validates('value') # <- issue here
def validate_value(self, value):
pass
class Foo(Schema):
bar = fields.Nested(Bar)
sch = Foo()
sch.validate({
'bar': 'invalid',
})
```
```
Traceback (most recent call last):
File "/_/bug_mschema.py", line 19, in <module>
'bar': 'invalid',
File "/_/env/lib/python3.7/site-packages/marshmallow/schema.py", line 628, in validate
_, errors = self._do_load(data, many, partial=partial, postprocess=False)
File "/_/env/lib/python3.7/site-packages/marshmallow/schema.py", line 670, in _do_load
index_errors=self.opts.index_errors,
File "/_/env/lib/python3.7/site-packages/marshmallow/marshalling.py", line 292, in deserialize
index=(index if index_errors else None)
File "/_/env/lib/python3.7/site-packages/marshmallow/marshalling.py", line 65, in call_and_store
value = getter_func(data)
File "/_/env/lib/python3.7/site-packages/marshmallow/marshalling.py", line 285, in <lambda>
data
File "/_/env/lib/python3.7/site-packages/marshmallow/fields.py", line 265, in deserialize
output = self._deserialize(value, attr, data)
File "/_/env/lib/python3.7/site-packages/marshmallow/fields.py", line 465, in _deserialize
data, errors = self.schema.load(value)
File "/_/env/lib/python3.7/site-packages/marshmallow/schema.py", line 588, in load
result, errors = self._do_load(data, many, partial=partial, postprocess=True)
File "/_/env/lib/python3.7/site-packages/marshmallow/schema.py", line 674, in _do_load
self._invoke_field_validators(unmarshal, data=result, many=many)
File "/_/env/lib/python3.7/site-packages/marshmallow/schema.py", line 894, in _invoke_field_validators
value = data[field_obj.attribute or field_name]
TypeError: 'NoneType' object is not subscriptable
```
Fix tests
tests/test_marshalling.py::TestUnmarshaller::test_deserialize_wrong_nested_type_with_validates_method
Regression tests
tests/test_marshalling.py::test_missing_is_falsy tests/test_marshalling.py::TestMarshaller::test_prefix tests/test_marshalling.py::TestMarshaller::test_marshalling_generator tests/test_marshalling.py::TestMarshaller::test_default_to_missing tests/test_marshalling.py::TestMarshaller::test_serialize_fields_with_load_only_param tests/test_marshalling.py::TestMarshaller::test_missing_data_are_skipped tests/test_marshalling.py::TestMarshaller::test_serialize_with_load_only_doesnt_validate tests/test_marshalling.py::TestMarshaller::test_serialize_fields_with_dump_to_param tests/test_marshalling.py::TestMarshaller::test_serialize_fields_with_dump_to_and_prefix_params tests/test_marshalling.py::TestMarshaller::test_stores_indices_of_errors_when_many_equals_true tests/test_marshalling.py::TestMarshaller::test_doesnt_store_errors_when_index_errors_equals_false tests/test_marshalling.py::TestUnmarshaller::test_extra_data_is_ignored tests/test_marshalling.py::TestUnmarshaller::test_stores_errors tests/test_marshalling.py::TestUnmarshaller::test_stores_indices_of_errors_when_many_equals_true tests/test_marshalling.py::TestUnmarshaller::test_doesnt_store_errors_when_index_errors_equals_false tests/test_marshalling.py::TestUnmarshaller::test_deserialize tests/test_marshalling.py::TestUnmarshaller::test_extra_fields tests/test_marshalling.py::TestUnmarshaller::test_deserialize_many tests/test_marshalling.py::TestUnmarshaller::test_deserialize_stores_errors tests/test_marshalling.py::TestUnmarshaller::test_deserialize_fields_with_attribute_param tests/test_marshalling.py::TestUnmarshaller::test_deserialize_fields_with_load_from_param tests/test_marshalling.py::TestUnmarshaller::test_deserialize_fields_with_dump_only_param tests/test_marshalling.py::TestUnmarshaller::test_deserialize_wrong_type_root_data tests/test_marshalling.py::TestUnmarshaller::test_deserialize_wrong_type_nested_data
Execution
Scorer detail
No scorer detail recorded yet.
Patch text
No patch captured yet.
Stdout
No stdout captured yet.
Stderr
No stderr captured yet.
Agent output
No agent output captured yet.
Scoring
Passing target tests
No fail-to-pass successes recorded yet.
Failing target tests
No fail-to-pass failures recorded yet.
Maintained regression tests
No pass-to-pass successes recorded yet.
Regressed tests
No regression failures recorded yet.
Harness output
No harness output captured yet.
Rerun config
Reuse this benchmark setup
Copy the config or relaunch the same run shape.
Benchmark
swe_bench / lite / dev
Concurrency
1
Agent image
No agent image recorded
Build source
https://github.com/jiviny/Benchmark-Testing.git@main
Show exact run metadata
1 pinned instances, 0 sandboxes, 0 reported models.
Pinned instance ids
marshmallow-code__marshmallow-1343Sandbox ids
No sandbox ids recorded yet.
Run started
Mar 30, 2026, 5:05 AM UTC
Run completed
Mar 30, 2026, 5:05 AM UTC
Reported models
No model names were reported by this run.
Operational details
Build, live sandboxes, and recent events
Collapsed by default for finished runs.
Build Failed1 events
Operational details
Build, live sandboxes, and recent events
Collapsed by default for finished runs.
Agent build
Status: Failed
Source https://github.com/jiviny/Benchmark-Testing.git@main
Started Mar 30, 2026, 5:05 AM UTC | Completed Mar 30, 2026, 5:05 AM UTC
Command failed (128): git clone https://github.com/jiviny/Benchmark-Testing.git /tmp/agentarena-build-i2e92l7c/repo Cloning into '/tmp/agentarena-build-i2e92l7c/repo'... fatal: could not read Username for 'https://github.com': No such device or address
Show build log
Cloning into '/tmp/agentarena-build-i2e92l7c/repo'... fatal: could not read Username for 'https://github.com': No such device or address
Sandbox activity
Active sandboxes
Recent events
Latest run activity
marshmallow-code__marshmallow-1343
Command failed (128): git clone https://github.com/jiviny/Benchmark-Testing.git /tmp/agentarena-build-i2e92l7c/repo Cloning into '/tmp/agentarena-build-i2e92l7c/repo'... fatal: could not read Username for 'https://github.com': No such device or address
5:05 AM