generated-package-docs-check
x86_64-linux.generated-package-docs
· build #4
· raw
1Error running nix eval: Command '['nix', 'eval', '--json', '--file', '/build/source/scripts/generate-package-docs.nix']' returned non-zero exit status 1.2stderr: warning: you don't have Internet access; disabling some network-dependent features3warning: /nix/var/nix does not exist, so Nix will use "/build/.local/share/nix/root" as a chroot store4unpacking 'github:NixOS/nixpkgs/65179426c83bb3f6bc14898b42ea1c6f01d374b0?narHash=sha256-xnJJk%2Bct%2BD2%2BwdRxj1wk36w5zV9RVESwRqcklPdt3fM%3D' into the Git cache...5error:6 … while evaluating the file '/build/source/scripts/generate-package-docs.nix':78 … while calling the 'listToAttrs' builtin9 at /build/source/scripts/generate-package-docs.nix:43:13:10 42|11 43| results = builtins.listToAttrs (12 | ^13 44| builtins.map (name: {1415 … while calling the 'map' builtin16 at /build/source/scripts/generate-package-docs.nix:44:5:17 43| results = builtins.listToAttrs (18 44| builtins.map (name: {19 | ^20 45| inherit name;2122 (stack trace truncated; use '--show-trace' to show the full, detailed trace)2324 error: Failed to open archive (Source threw exception: error: unable to download 'https://github.com/NixOS/nixpkgs/archive/65179426c83bb3f6bc14898b42ea1c6f01d374b0.tar.gz': Could not resolve hostname (6) Could not resolve host: github.com)2526Traceback (most recent call last):27 File "/build/source/scripts/generate-package-docs.py", line 200, in <module>28 main()29 ~~~~^^30 File "/build/source/scripts/generate-package-docs.py", line 192, in main31 check_readme(readme_path)32 ~~~~~~~~~~~~^^^^^^^^^^^^^33 File "/build/source/scripts/generate-package-docs.py", line 155, in check_readme34 content, new_content = rendered_readme(readme_path)35 ~~~~~~~~~~~~~~~^^^^^^^^^^^^^36 File "/build/source/scripts/generate-package-docs.py", line 130, in rendered_readme37 generated_docs = generate_all_docs()38 File "/build/source/scripts/generate-package-docs.py", line 94, in generate_all_docs39 all_metadata = get_all_packages_metadata()40 File "/build/source/scripts/generate-package-docs.py", line 29, in get_all_packages_metadata41 result = subprocess.run(42 ["nix", "eval", "--json", "--file", str(nix_file)],43 ...<2 lines>...44 check=True,45 )46 File "/nix/store/l9k0anq0z7zz81zcwy035jfwap9ga6rl-python3-3.13.13/lib/python3.13/subprocess.py", line 577, in run47 raise CalledProcessError(retcode, process.args,48 output=stdout, stderr=stderr)49subprocess.CalledProcessError: Command '['nix', 'eval', '--json', '--file', '/build/source/scripts/generate-package-docs.nix']' returned non-zero exit status 1.