{"id":16344639,"url":"https://github.com/malob/hydra-tools","last_synced_at":"2026-04-29T20:11:10.945Z","repository":{"id":78636678,"uuid":"564598580","full_name":"malob/hydra-tools","owner":"malob","description":"Early WIP package for extracting useful information from Hydra.","archived":false,"fork":false,"pushed_at":"2023-04-29T21:49:09.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-18T09:10:57.093Z","etag":null,"topics":["nix"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/malob.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-11T03:47:04.000Z","updated_at":"2022-11-11T19:20:21.000Z","dependencies_parsed_at":"2025-05-18T09:10:14.014Z","dependency_job_id":"d9301a35-55ee-4ff7-b46c-49904992f447","html_url":"https://github.com/malob/hydra-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malob/hydra-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malob%2Fhydra-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malob%2Fhydra-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malob%2Fhydra-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malob%2Fhydra-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malob","download_url":"https://codeload.github.com/malob/hydra-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malob%2Fhydra-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32441729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nix"],"created_at":"2024-10-11T00:28:49.831Z","updated_at":"2026-04-29T20:11:10.941Z","avatar_url":"https://github.com/malob.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hydra-tools\n\nEarly WIP package for extracting useful information from [Hydra](https://hydra.nixos.org).\n\nExecutable currently only dumps JSON of the `EvalInfo` of a jobset evaluation, which includes problematic dependencies.\n\n```shell\n❯ nix run . -- 1785043 \u003e evalinfo.json # takes ~8 mins\nCollecting build information ...\nFinding problematic dependencies ...\n\n❯ cat evalinfo.json | jq\n{\n  \"id\": 1785043,\n  \"builds\": {\n    ...\n    \"197545751\": {\n      \"status\": \"Succeeded\",\n      \"id\": 197545751,\n      \"job\": \"emacsPackages.gsettings.aarch64-darwin\",\n      \"stoptime\": 1667511372,\n      \"nixname\": \"emacs-gsettings-20210407.2045\",\n      \"system\": \"aarch64-darwin\"\n    },\n    \"197545752\": {\n      \"status\": \"Dependency failed\",\n      \"id\": 197545752,\n      \"job\": \"python310Packages.delorean.aarch64-darwin\",\n      \"stoptime\": 1667446743,\n      \"nixname\": \"python3.10-Delorean-1.0.0\",\n      \"system\": \"aarch64-darwin\"\n    },\n    \"197545753\": {\n      \"status\": \"Succeeded\",\n      \"id\": 197545753,\n      \"job\": \"xcpretty.aarch64-darwin\",\n      \"stoptime\": 1667499672,\n      \"nixname\": \"xcpretty-0.3.0\",\n      \"system\": \"aarch64-darwin\"\n    },\n    ...\n  },\n  \"problemdeps\": {\n    \"196768182\": [\n      197581319\n    ],\n    \"197078638\": [\n      197559962\n    ],\n    \"197124145\": [\n      197573925\n    ],\n    \"197198562\": [\n      197545752,\n      ...\n      197952260\n    ],\n    ...\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalob%2Fhydra-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalob%2Fhydra-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalob%2Fhydra-tools/lists"}