Dataset Viewer
Auto-converted to Parquet Duplicate
language
string
id
string
repo_owner
string
repo_name
string
head_branch
string
workflow_name
string
workflow_filename
string
workflow_path
string
sha_fail
string
sha_success
string
workflow
string
logs
list
diff
string
changed_files
list
commit_link
string
error_type
list
Python
1
huggingface
diffusers
ipadapterfaceid
Run code quality checks
pr_quality.yml
.github/workflows/pr_quality.yml
2c06ffa4c9d2c37846c60ad75899b4d72f214ff9
217d9d073981605acab5200fc841f20c798c1449
name: Run code quality checks on: pull_request: branches: - main push: branches: - main concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: check_code_quality: runs-on: ubuntu-latest services: pypi_wayback: ...
[ { "log": "##[group]Run ruff check examples tests src utils scripts\n\u001b[36;1mruff check examples tests src utils scripts\u001b[0m\n\u001b[36;1mruff format examples tests src utils scripts --check\u001b[0m\nshell: /usr/bin/bash -e {0}\nenv:\n pythonLocation: /opt/actions-runner/_work/_tool/Python/3.8.18/x64\...
diff --git a/examples/community/ip_adapter_face_id.py b/examples/community/ip_adapter_face_id.py index e3c5a2c84..d9325742c 100644 --- a/examples/community/ip_adapter_face_id.py +++ b/examples/community/ip_adapter_face_id.py @@ -14,12 +14,12 @@ import inspect from typing import Any, Callable, Dict, List, Optional, ...
[ "examples/community/ip_adapter_face_id.py" ]
https://github.com/huggingface/diffusers/tree/2c06ffa4c9d2c37846c60ad75899b4d72f214ff9
[ "Code Formatting" ]
Python
2
huggingface
diffusers
ipadapterfaceid
Run code quality checks
pr_quality.yml
.github/workflows/pr_quality.yml
db6550a228941b538f340fb5b65ed16c43a21b88
6c29e66eb023f2805e4a4fd697815e9a0d2c6468
name: Run code quality checks on: pull_request: branches: - main push: branches: - main concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: check_code_quality: runs-on: ubuntu-latest services: pypi_wayback: ...
[ { "log": "##[group]Run ruff check examples tests src utils scripts\n\u001b[36;1mruff check examples tests src utils scripts\u001b[0m\n\u001b[36;1mruff format examples tests src utils scripts --check\u001b[0m\nshell: /usr/bin/bash -e {0}\nenv:\n pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64\n PKG_CONF...
diff --git a/src/diffusers/loaders/ip_adapter.py b/src/diffusers/loaders/ip_adapter.py index df9caa946..0c310019f 100644 --- a/src/diffusers/loaders/ip_adapter.py +++ b/src/diffusers/loaders/ip_adapter.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the L...
[ "src/diffusers/loaders/ip_adapter.py" ]
https://github.com/huggingface/diffusers/tree/db6550a228941b538f340fb5b65ed16c43a21b88
[ "Code Linting" ]
Python
3
mindsdb
mindsdb
staging
MindsDB Code Checks
code_checks.yml
.github/workflows/code_checks.yml
102f918deb2532bb7b825f00258f2c1414cf94da
1cf75d7a1071fba82d4190725e984e8d55db48fb
name: MindsDB Code Checks on: pull_request: branches: [stable, staging] jobs: check_requirements: runs-on: ubuntu-latest services: pypi_wayback: image: ghcr.io/waleko/pypi-wayback ports: - 8629:8080 steps: - uses: actions/checkout@v3.5.3 - name: Set up P...
[ { "log": "##[group]Run pip install -r requirements/requirements-dev.txt\n\u001b[36;1mpip install -r requirements/requirements-dev.txt\u001b[0m\n\u001b[36;1m\u001b[0m\n\u001b[36;1mpython tests/scripts/check_requirements.py\u001b[0m\nshell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}\nenv:\n pythonLocati...
diff --git a/mindsdb/__main__.py b/mindsdb/__main__.py index 6cc92a789..cac348288 100644 --- a/mindsdb/__main__.py +++ b/mindsdb/__main__.py @@ -35,7 +35,6 @@ from mindsdb.utilities.fs import create_dirs_recursive, clean_process_marks, cle from mindsdb.utilities.telemetry import telemetry_file_exists, disable_telemetr...
[ "mindsdb/__main__.py" ]
https://github.com/mindsdb/mindsdb/tree/102f918deb2532bb7b825f00258f2c1414cf94da
[ "Code Linting" ]
Python
4
sanic-org
sanic
py312
Tests
tests.yml
.github/workflows/tests.yml
2e41e783672597e2e0c7b2842b5934d879374028
c3fa036f4b8a8b7bccc0c967fb94de809ef0e320
name: Tests on: push jobs: run_tests: name: "Linux / Python ${{ matrix.config['python-version'] }} / tox -e ${{ matrix.config['tox-env'] }}" runs-on: ${{ matrix.config.platform || 'ubuntu-latest' }} strategy: fail-fast: true matrix: config: # 3.11 - { python-vers...
[ { "log": "##[group]Run sanic-org/simple-tox-action@v1\nwith:\n python-version: 3.12\n tox-env: py312\n max-attempts: 3\n ignore-errors: false\n timeout-minutes: 10\n warning-on-retry: false\n##[endgroup]\n##[group]Run actions/checkout@v3\nwith:\n repository: sanic-org/sanic\n token: ***\n ssh-strict: t...
diff --git a/sanic/__version__.py b/sanic/__version__.py index 5e62ad89..1cea76e9 100644 --- a/sanic/__version__.py +++ b/sanic/__version__.py @@ -1 +1 @@ -__version__ = "23.12.1" +__version__ = "23.12.0" diff --git a/tests/test_websockets.py b/tests/test_websockets.py index 5809cfc0..dd8413b9 100644 --- a/tests/test_w...
[ "sanic/__version__.py", "tests/test_websockets.py" ]
https://github.com/sanic-org/sanic/tree/2e41e783672597e2e0c7b2842b5934d879374028
[ "Test Failure", "Runtime Error" ]
Python
5
tornadoweb
tornado
iostream-hostname-test
Test
test.yml
.github/workflows/test.yml
d1b0280fb92d0d8590cf403ca46af3550507d4d2
2da0a9912bc5207e2ac8207b40035377de3e1cd5
"# The \"test\" workflow is run on every PR and runs tests across all\n# supported python versions a(...TRUNCATED)
[{"log":"##[group]Run py -m tornado.test --fail-if-logs=false\n\u001b[36;1mpy -m tornado.test --fail(...TRUNCATED)
"diff --git a/tornado/test/iostream_test.py b/tornado/test/iostream_test.py\nindex 02fcd3e1..02318db(...TRUNCATED)
[ "tornado/test/iostream_test.py" ]
https://github.com/tornadoweb/tornado/tree/d1b0280fb92d0d8590cf403ca46af3550507d4d2
[ "Assertion Error", "Runtime Error" ]
Python
6
canonical
cloud-init
wsl-datasource
Lint Tests
check_format.yml
.github/workflows/check_format.yml
f18f82de3e0270f6dfddf22f1f487104b2428e35
a56c2fa8719ba2bffef04b4355cd5fd459eb946e
"name: Lint Tests\non:\n pull_request:\n push:\n branches:\n - main\n\nconcurrency:\n gro(...TRUNCATED)
[{"log":"##[group]Run tox\n\u001b[36;1mtox\u001b[0m\nshell: /usr/bin/sh -ex {0}\nenv:\n TOXENV: ruf(...TRUNCATED)
"diff --git a/tests/unittests/sources/test_wsl.py b/tests/unittests/sources/test_wsl.py\nindex 03b3a(...TRUNCATED)
[ "tests/unittests/sources/test_wsl.py" ]
https://github.com/canonical/cloud-init/tree/f18f82de3e0270f6dfddf22f1f487104b2428e35
[ "Code Linting" ]
Python
7
canonical
cloud-init
main
Lint Tests
check_format.yml
.github/workflows/check_format.yml
55d2e8d4abb024997be878797d5625effad65d43
9b3b3632cb86b74b79ed2b1fb3672a9f50604992
"name: Lint Tests\non:\n pull_request:\n push:\n branches:\n - main\n\nconcurrency:\n gro(...TRUNCATED)
[{"log":"##[group]Run tox\n\u001b[36;1mtox\u001b[0m\nshell: /usr/bin/sh -ex {0}\nenv:\n TOXENV: pyl(...TRUNCATED)
"diff --git a/tests/unittests/test_net_activators.py b/tests/unittests/test_net_activators.py\nindex(...TRUNCATED)
[ "tests/unittests/test_net_activators.py" ]
https://github.com/canonical/cloud-init/tree/55d2e8d4abb024997be878797d5625effad65d43
[ "Code Linting" ]
Python
8
canonical
cloud-init
holman/dhcpcd
Lint Tests
check_format.yml
.github/workflows/check_format.yml
385c14d0ae500918cff5565ea836884bfaa2bfa5
0193e09ca15ed70a351203ab6f21dc52a60d6253
"name: Lint Tests\non:\n pull_request:\n push:\n branches:\n - main\n\nconcurrency:\n gro(...TRUNCATED)
[{"log":"##[group]Run tox\n\u001b[36;1mtox\u001b[0m\nshell: /usr/bin/sh -ex {0}\nenv:\n TOXENV: pyl(...TRUNCATED)
"diff --git a/cloudinit/net/dhcp.py b/cloudinit/net/dhcp.py\nindex 6a4e5a3fa..1b8caee4f 100644\n--- (...TRUNCATED)
[ "cloudinit/net/dhcp.py", "tests/unittests/net/test_dhcp.py" ]
https://github.com/canonical/cloud-init/tree/385c14d0ae500918cff5565ea836884bfaa2bfa5
[ "Code Linting", "Code Formatting" ]
Python
9
canonical
cloud-init
holman/dhcpcd
Lint Tests
check_format.yml
.github/workflows/check_format.yml
4d5898b8a73c93e1ed4434744c2fa7c3f7fbd501
2bd296ef8983a716a7b8d107571181333f093109
"name: Lint Tests\non:\n pull_request:\n push:\n branches:\n - main\n\nconcurrency:\n gro(...TRUNCATED)
[{"log":"##[group]Run tox\n\u001b[36;1mtox\u001b[0m\nshell: /usr/bin/sh -ex {0}\nenv:\n TOXENV: pyl(...TRUNCATED)
"diff --git a/cloudinit/distros/__init__.py b/cloudinit/distros/__init__.py\nindex c02166ad2..5c891f(...TRUNCATED)
["cloudinit/distros/__init__.py","cloudinit/net/dhcp.py","cloudinit/sources/__init__.py","tests/unit(...TRUNCATED)
https://github.com/canonical/cloud-init/tree/4d5898b8a73c93e1ed4434744c2fa7c3f7fbd501
[ "Code Linting" ]
Python
10
canonical
cloud-init
main
Lint Tests
check_format.yml
.github/workflows/check_format.yml
ecb486addc70aecc9b28f2b30a77eaf2fd587091
5e42147f3332b7694dacaada70f86a21f709d139
"name: Lint Tests\non:\n pull_request:\n push:\n branches:\n - main\n\nconcurrency:\n gro(...TRUNCATED)
[{"log":"##[group]Run tox\n\u001b[36;1mtox\u001b[0m\nshell: /usr/bin/sh -ex {0}\nenv:\n TOXENV: myp(...TRUNCATED)
"diff --git a/cloudinit/distros/__init__.py b/cloudinit/distros/__init__.py\nindex c857a8737..9a0737(...TRUNCATED)
[ "cloudinit/distros/__init__.py", "cloudinit/sources/DataSourceCloudStack.py" ]
https://github.com/canonical/cloud-init/tree/ecb486addc70aecc9b28f2b30a77eaf2fd587091
[ "Syntax Error", "Code Linting" ]
End of preview. Expand in Data Studio

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

CI-REPAIR-BENCH

Overview

CI-REPAIR-BENCH is a benchmark dataset for research on Continuous Integration (CI) failures and automated repair in Python repositories.

The dataset contains 567 CI failure instances collected from 105 real-world GitHub repositories, all written in Python.
Each instance captures a CI workflow failure, its logs, the corresponding code diff, and repository-level metadata.


Dataset Statistics

  • Programming language: Python
  • Number of repositories: 105
  • Number of CI instances: 567
  • Domain: Continuous Integration
  • Format: Parquet
  • Size category: 10M < n < 100M
  • Metadata language: English

Data Description

Each row in the dataset represents a CI failure scenario extracted from a GitHub repository.

Main fields

  • language: Programming language of the repository
  • id: Unique identifier of the CI instance
  • repo_owner: GitHub repository owner
  • repo_name: GitHub repository name
  • head_branch: Branch associated with the CI run
  • workflow_name: Name of the CI workflow
  • workflow_filename: CI workflow file name
  • workflow_path: Path to the workflow file
  • sha_fail: Commit SHA where the CI failed
  • sha_success: Commit SHA where the CI succeeded
  • workflow: Full CI workflow configuration
  • logs: CI execution logs capturing failure details
  • diff: Code diff between failing and fixed versions
  • changed_files: List of files modified in the fix
  • commit_link: Link to the failing commit
  • error_type: Categorized CI error type

Example error types

  • Code Linting
  • Code Formatting
  • Dependency Issues
  • Package Installation Error
  • Test Failure
  • Runtime Error
  • Syntax Error
  • Configuration Error
  • Environment Error
  • Assertion Error
  • Documentation / Docstring Error
  • Type Checking Error

Intended Use

This dataset can be used for:

  • CI Log Analysis
  • Automated Program Repair
  • Learning from CI logs and diffs
  • Benchmarking CI repair tools
  • Empirical software engineering research

How to Use the Dataset

Download from Hugging Face Hub

from huggingface_hub import hf_hub_download

dataset_path = hf_hub_download(
    repo_id="ci-benchmark-user/ci-repair-bench",
    filename="ci_repair_dataset.parquet",
    repo_type="dataset",
    token=config.get("HUGGINGFACE_TOKEN")
)
Downloads last month
128