nix-update-1.16.0
checks.x86_64-linux.package-default
· build #112
· raw
1Sourcing python-remove-tests-dir-hook2Sourcing python-catch-conflicts-hook.sh3Sourcing python-remove-bin-bytecode-hook.sh4Sourcing pypa-build-hook5Using pypaBuildPhase6Sourcing python-runtime-deps-check-hook7Using pythonRuntimeDepsCheckHook8Sourcing pypa-install-hook9Using pypaInstallPhase10Sourcing python-imports-check-hook.sh11Using pythonImportsCheckPhase12Sourcing python-namespaces-hook13Sourcing python-catch-conflicts-hook.sh
unpackPhase
14unpacking source archive /nix/store/563jvid8l1wc1hiy80ahi36flcrfylrh-z9avrgi8k8rzqz3gl5z8lgn1ms3crca5-source15source root is z9avrgi8k8rzqz3gl5z8lgn1ms3crca5-source16setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "z9avrgi8k8rzqz3gl5z8lgn1ms3crca5-source/treefmt.nix"configurePhase
17no configure script, doing nothingbuildPhase
18Executing pypaBuildPhase19Creating a wheel...20pypa build flags: --no-isolation --outdir dist/ --wheel21* Getting build dependencies for wheel...22* Building wheel...23Successfully built nix_update-1.16.0-py2.py3-none-any.whl24Finished creating a wheel...25Finished executing pypaBuildPhasepythonRuntimeDepsCheckHook
26Executing pythonRuntimeDepsCheck27Checking runtime dependencies for nix_update-1.16.0-py2.py3-none-any.whl28Finished executing pythonRuntimeDepsCheckinstallPhase
29Executing pypaInstallPhase30Successfully installed nix_update-1.16.0-py2.py3-none-any.whl31Finished executing pypaInstallPhasepythonOutputDistPhase
32Executing pythonOutputDistPhase33Finished executing pythonOutputDistPhasefixupPhase
34shrinking RPATHs of ELF executables and libraries in /nix/store/q4rfnxmwzb1q75dkjgcdn291pz8mwrrf-nix-update-1.16.035checking for references to /build/ in /nix/store/q4rfnxmwzb1q75dkjgcdn291pz8mwrrf-nix-update-1.16.0...36patching script interpreter paths in /nix/store/q4rfnxmwzb1q75dkjgcdn291pz8mwrrf-nix-update-1.16.037stripping (with command strip and flags -S -p) in /nix/store/q4rfnxmwzb1q75dkjgcdn291pz8mwrrf-nix-update-1.16.0/lib /nix/store/q4rfnxmwzb1q75dkjgcdn291pz8mwrrf-nix-update-1.16.0/bin38shrinking RPATHs of ELF executables and libraries in /nix/store/ckssqxj8j7v0bp6j9bsrfsrgwwx9sn87-nix-update-1.16.0-dist39checking for references to /build/ in /nix/store/ckssqxj8j7v0bp6j9bsrfsrgwwx9sn87-nix-update-1.16.0-dist...40patching script interpreter paths in /nix/store/ckssqxj8j7v0bp6j9bsrfsrgwwx9sn87-nix-update-1.16.0-dist41Rewriting #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6/bin/python3.14 to #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.642wrapping `/nix/store/q4rfnxmwzb1q75dkjgcdn291pz8mwrrf-nix-update-1.16.0/bin/nix-update'...43Executing pythonRemoveTestsDir44Finished executing pythonRemoveTestsDirinstallCheckPhase
45usage: nix-update [-h] [-f FILE] [-q] [-F] [--build] [--test] [--review]46 [--format] [--commit] [-u]47 [--update-script-args UPDATE_SCRIPT_ARGS] [--url URL]48 [--print-commit-message] [--write-commit-message FILE]49 [-vr VERSION_REGEX] [--run] [--shell] [--version [VERSION]]50 [--override-filename [OVERRIDE_FILENAME]] [--system SYSTEM]51 [--generate-lockfile]52 [--lockfile-metadata-path LOCKFILE_METADATA_PATH]53 [-s SUBPACKAGE] [--src-only] [--no-src]54 [--use-github-releases]55 [--github-releases-limit GITHUB_RELEASES_LIMIT]56 [--option name value] [--custom-dep ATTRNAME]57 attribute5859positional arguments:60 attribute Attribute name within the file evaluated (defaults to61 environment variable "UPDATE_NIX_ATTR_PATH")6263options:64 -h, --help show this help message and exit65 -f, --file FILE File to import rather than default.nix. Examples,66 ./release.nix67 -q, --quiet Hide informational messages68 -F, --flake Update a flake attribute instead69 --build build the package70 --test Run package's `passthru.tests`71 --review Run `nixpkgs-review wip`72 --format Run `nixfmt`73 --commit Commit the updated package74 -u, --use-update-script75 Use passthru.updateScript instead if possible76 --update-script-args UPDATE_SCRIPT_ARGS77 Args to pass to `nix-shell78 maintainers/scripts/update.nix`, subject to splitting.79 --url URL URL to the repository to check for a release instead80 of using the URL in the src attribute of the package81 --print-commit-message82 Print commit message to stdout (implies --quiet)83 --write-commit-message FILE84 Write commit message to FILE85 -vr, --version-regex VERSION_REGEX86 Regex to extract version with, i.e. 'jq-(.*)'87 --run provide a shell based on `nix run` with the package in88 $PATH89 --shell provide a shell with the package90 --version [VERSION] Version to update to. Possible values are: stable,91 unstable, fixed, skip, branch92 --override-filename [OVERRIDE_FILENAME]93 Set filename where nix-update will update version/hash94 --system SYSTEM The system used to calculate the hash and run other95 nix commands96 --generate-lockfile Generate lockfile and replace vendored one97 --lockfile-metadata-path LOCKFILE_METADATA_PATH98 Path to the directory containing the metadata (e.g.99 Cargo.toml) referenced by the lockfile100 -s, --subpackage SUBPACKAGE101 Attribute of a subpackage that nix-update should try102 to update hashes for103 --src-only Only update the source, not dependencies such as104 npmDeps, cargoDeps or nugetDeps105 --no-src Do not update the source, only update dependencies106 such as npmDeps, cargoDeps or nugetDeps107 --use-github-releases108 Use GitHub releases API instead of ATOM feed to109 determine the newest version110 --github-releases-limit GITHUB_RELEASES_LIMIT111 Maximum number of GitHub releases to consider112 (default: 1000)113 --option name value Nix option to set114 --custom-dep ATTRNAME115 Attribute name of a custom dependency to updatepythonImportsCheckPhase
116Executing pythonImportsCheckPhase