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 | commit_date string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Python | 44 | wandb | wandb | main | pre-commit | pre-commit.yml | .github/workflows/pre-commit.yml | c99ead9542bde331497f2456537fdbb0e37706d0 | f9797b6e9463cc3601791dc42178c2436f13a2fb | name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
services:
pypi_wayback:
image: ghcr.io/waleko/pypi-wayback
ports:
- 8629:8080
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
... | [
{
"log": "##[group]Run pre-commit/action@v3.0.0\nwith:\n extra_args: --hook-stage pre-push --all-files\nenv:\n pythonLocation: /opt/hostedtoolcache/Python/3.11.6/x64\n LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.6/x64/lib\n SKIP: go-generate-graphql\n##[endgroup]\n##[group]Run python -m pip install pr... | diff --git a/wandb/sdk/data_types/image.py b/wandb/sdk/data_types/image.py
index 67a9aa6f1..977251b41 100644
--- a/wandb/sdk/data_types/image.py
+++ b/wandb/sdk/data_types/image.py
@@ -277,7 +277,7 @@ class Image(BatchableMedia):
)
if util.is_matplotlib_typename(util.get_full_typename(data)):
... | [
"wandb/sdk/data_types/image.py"
] | https://github.com/wandb/wandb/tree/c99ead9542bde331497f2456537fdbb0e37706d0 | [
"Code Formatting"
] | 2023-10-24T20:02:18Z |
Python | 64 | errbotio | errbot | fix/tests | Python package | python-package.yml | .github/workflows/python-package.yml | 8a04007d606de7a355f904407294f8ad5d2b7374 | eff39e7253f81de6a003dcd50a0098549d731bea | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ ma... | [
{
"log": "##[group]Run tox -e codestyle\n\u001b[36;1mtox -e codestyle\u001b[0m\nshell: /usr/bin/bash -e {0}\nenv:\n pythonLocation: /opt/hostedtoolcache/Python/3.9.18/x64\n PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.18/x64/lib/pkgconfig\n Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64\n Pytho... | diff --git a/tests/base_backend_test.py b/tests/base_backend_test.py
index 5406356d..dadc6114 100644
--- a/tests/base_backend_test.py
+++ b/tests/base_backend_test.py
@@ -1003,9 +1003,9 @@ def test_access_controls(dummy_backend):
dummy_backend.bot_config.ACCESS_CONTROLS = test.get("acl", {})
dummy_bac... | [
"tests/base_backend_test.py",
"tests/commandnotfound_plugin/commandnotfound.py",
"tests/commands_test.py",
"tests/room_plugin/roomtest.py"
] | https://github.com/errbotio/errbot/tree/8a04007d606de7a355f904407294f8ad5d2b7374 | [
"Code Formatting"
] | 2023-10-29T03:46:33Z |
Python | 63 | errbotio | errbot | fix/tests | Python package | python-package.yml | .github/workflows/python-package.yml | a14be35a9de01a87991618a5dbd6b96470d0f799 | 6b0e6cdab6d1fe6349eb5701d950f7dba870b103 | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ ma... | [
{
"log": "##[group]Run tox -e codestyle\n\u001b[36;1mtox -e codestyle\u001b[0m\nshell: /usr/bin/bash -e {0}\nenv:\n pythonLocation: /opt/hostedtoolcache/Python/3.9.18/x64\n PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.18/x64/lib/pkgconfig\n Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.18/x64\n Pytho... | diff --git a/errbot/core_plugins/vcheck.py b/errbot/core_plugins/vcheck.py
index ef0f2c0a..556ea235 100644
--- a/errbot/core_plugins/vcheck.py
+++ b/errbot/core_plugins/vcheck.py
@@ -47,7 +47,9 @@ class VersionChecker(BotPlugin):
# noinspection PyBroadException
try:
possible_versions = re... | [
"errbot/core_plugins/vcheck.py"
] | https://github.com/errbotio/errbot/tree/a14be35a9de01a87991618a5dbd6b96470d0f799 | [
"Code Formatting"
] | 2023-10-30T03:42:53Z |
Python | 37 | online-ml | river | sad-implementation | code-quality | code-quality.yml | .github/workflows/code-quality.yml | fd461e9133f1d191e3db194745f2306cde1772b6 | 89b4408b2731bf7f8df8558abe808c66304df349 | name: code-quality
on:
pull_request:
branches:
- "*"
push:
branches:
- main
jobs:
ubuntu:
runs-on: ubuntu-latest
services:
pypi_wayback:
image: ghcr.io/waleko/pypi-wayback
ports:
- 8629:8080
steps:
- uses: actions/checkout@v2
- name: S... | [
{
"log": "##[group]Run pre-commit run --all-files\n\u001b[36;1mpre-commit run --all-files\u001b[0m\nshell: /usr/bin/bash -e {0}\nenv:\n pythonLocation: /opt/hostedtoolcache/Python/3.11.6/x64\n PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.6/x64/lib/pkgconfig\n Python_ROOT_DIR: /opt/hostedtoolcache/Python... | diff --git a/river/anomaly/sad.py b/river/anomaly/sad.py
index 80c272c5a2..959719a589 100644
--- a/river/anomaly/sad.py
+++ b/river/anomaly/sad.py
@@ -5,7 +5,7 @@ from river import anomaly, stats
__all__ = ["StandardAbsoluteDeviation"]
-class StandardAbsoluteDeviation(anomaly.base.SupervisedAnomalyDetector):
+clas... | [
"river/anomaly/sad.py",
"river/test_estimators.py"
] | https://github.com/online-ml/river/tree/fd461e9133f1d191e3db194745f2306cde1772b6 | [
"Code Linting"
] | 2023-10-31T09:22:32Z |
Python | 27 | optuna | optuna | doc/remove-motpe-sampler-and-add-its-description-to-tpe-sampler | Sphinx | sphinx-build.yml | .github/workflows/sphinx-build.yml | 0b08b8e82f8e67d89dd4335e63ecd95ab6f5f048 | c0834a225b9fb703b6aacb789dd822f1b4c8dd21 | "name: Sphinx\n\non:\n push:\n branches:\n - master\n pull_request: {}\n\nconcurrency:\n (...TRUNCATED) | [{"log":"##[group]Run cd docs\n\u001b[36;1mcd docs\u001b[0m\n\u001b[36;1mmake doctest\u001b[0m\nshel(...TRUNCATED) | "diff --git a/optuna/samplers/_tpe/sampler.py b/optuna/samplers/_tpe/sampler.py\nindex 5ada7848e..bc(...TRUNCATED) | [
"optuna/samplers/_tpe/sampler.py"
] | https://github.com/optuna/optuna/tree/0b08b8e82f8e67d89dd4335e63ecd95ab6f5f048 | [
"Syntax Error",
"Documentation or Docstring Error",
"Runtime Error"
] | 2023-11-01T05:03:27Z |
Python | 11 | skypilot-org | skypilot | master | format | format.yml | .github/workflows/format.yml | cced5b5d68a3fe1a02d8ac1186e9d12b6c75dc8d | b639adb71066410b3b12d97a674ee7fcb51e9980 | "name: format\n\non:\n # Trigger the workflow on push or pull request,\n # but only for the main b(...TRUNCATED) | [{"log":"##[group]Run yapf --diff --recursive ./ --exclude 'sky/skylet/ray_patches/**' \\\n\u001b[36(...TRUNCATED) | "diff --git a/sky/resources.py b/sky/resources.py\nindex 2f7aebce6..ef8e888b5 100644\n--- a/sky/reso(...TRUNCATED) | [
"sky/resources.py"
] | https://github.com/skypilot-org/skypilot/tree/cced5b5d68a3fe1a02d8ac1186e9d12b6c75dc8d | [
"Code Formatting"
] | 2023-11-07T23:13:33Z |
Python | 13 | skypilot-org | skypilot | master | Pylint | pylint.yml | .github/workflows/pylint.yml | b639adb71066410b3b12d97a674ee7fcb51e9980 | a1934063075cb08f0a0041a73026d8ea803617b3 | "name: Pylint\n\non:\n # Trigger the workflow on push or pull request,\n # but only for the main b(...TRUNCATED) | [{"log":"##[group]Run pylint --load-plugins pylint_quotes sky\n\u001b[36;1mpylint --load-plugins pyl(...TRUNCATED) | "diff --git a/sky/resources.py b/sky/resources.py\nindex 3056e104e..2f7aebce6 100644\n--- a/sky/reso(...TRUNCATED) | [
"sky/resources.py"
] | https://github.com/skypilot-org/skypilot/tree/b639adb71066410b3b12d97a674ee7fcb51e9980 | [
"Code Formatting"
] | 2023-11-07T23:36:12Z |
Python | 15 | skypilot-org | skypilot | master | format | format.yml | .github/workflows/format.yml | c3f4fe9eefdb297183b6d51bfc305e40feeec358 | 9cce23f0c62739e41b45abafccc619962de6db64 | "name: format\n\non:\n # Trigger the workflow on push or pull request,\n # but only for the main b(...TRUNCATED) | [{"log":"##[group]Run yapf --diff --recursive ./ --exclude 'sky/skylet/ray_patches/**' \\\n\u001b[36(...TRUNCATED) | "diff --git a/sky/resources.py b/sky/resources.py\nindex 01cb9cce7..b965401b9 100644\n--- a/sky/reso(...TRUNCATED) | [
"sky/resources.py"
] | https://github.com/skypilot-org/skypilot/tree/c3f4fe9eefdb297183b6d51bfc305e40feeec358 | [
"Code Formatting"
] | 2023-11-08T19:28:09Z |
Python | 12 | skypilot-org | skypilot | continuous-sync-alpha-1 | format | format.yml | .github/workflows/format.yml | edaf59b69f96acdf155c4514061ea648ea6df122 | 8e88eeea59eb9cb2e877a4bdcf6cd5dab15b78c8 | "name: format\n\non:\n # Trigger the workflow on push or pull request,\n # but only for the main b(...TRUNCATED) | [{"log":"##[group]Run yapf --diff --recursive ./ --exclude 'sky/skylet/ray_patches/**' \\\n\u001b[36(...TRUNCATED) | "diff --git a/sky/data/storage.py b/sky/data/storage.py\nindex dea9b906..3f7c205f 100644\n--- a/sky/(...TRUNCATED) | [
"sky/data/storage.py"
] | https://github.com/skypilot-org/skypilot/tree/edaf59b69f96acdf155c4514061ea648ea6df122 | [
"Code Formatting"
] | 2023-11-09T06:59:57Z |
Python | 67 | RabeyaMuna | cowrie | oracle_cloud_logs | Tox | tox.yml | .github/workflows/tox.yml | 55f8e6684499eb6abe5b1c1dba01ca4c90d2c949 | 0747db1609e9eb87908cb65b8ddc9de50250573e | "name: Tox\n\non: push # yamllint disable-line rule:truthy\njobs:\n build:\n runs-on: ubuntu-lat(...TRUNCATED) | [{"log":"##[group]Run tox\n\u001b[36;1mtox\u001b[0m\nshell: /usr/bin/bash -e {0}\nenv:\n pythonLoca(...TRUNCATED) | "diff --git a/src/cowrie/output/oraclecloud.py b/src/cowrie/output/oraclecloud.py\nindex d2dfc3e4d0.(...TRUNCATED) | [
"src/cowrie/output/oraclecloud.py"
] | https://github.com/cowrie/cowrie/tree/55f8e6684499eb6abe5b1c1dba01ca4c90d2c949 | [
"Code Linting"
] | 2023-11-10T08:02:33Z |
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 repositoryid: Unique identifier of the CI instancerepo_owner: GitHub repository ownerrepo_name: GitHub repository namehead_branch: Branch associated with the CI runworkflow_name: Name of the CI workflowworkflow_filename: CI workflow file nameworkflow_path: Path to the workflow filesha_fail: Commit SHA where the CI failedsha_success: Commit SHA where the CI succeededworkflow: Full CI workflow configurationlogs: CI execution logs capturing failure detailsdiff: Code diff between failing and fixed versionschanged_files: List of files modified in the fixcommit_link: Link to the failing commiterror_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
- 516