nix-update-1.16.0
aarch64-linux.package-default
· build #72
· 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.sh14Running phase: unpackPhase
unpackPhase
15unpacking source archive /nix/store/py04jifh0v5vgqj7sgm6fbnw74npns2x-i3gcbdb0fw5y13dqpbqmmbq0gvbrb6if-source16source root is i3gcbdb0fw5y13dqpbqmmbq0gvbrb6if-source17setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "i3gcbdb0fw5y13dqpbqmmbq0gvbrb6if-source/treefmt.nix"18Running phase: patchPhasepatchPhase
19Running phase: updateAutotoolsGnuConfigScriptsPhaseupdateAutotoolsGnuConfigScriptsPhase
20Running phase: configurePhaseconfigurePhase
21no configure script, doing nothing22Running phase: buildPhasebuildPhase
23Executing pypaBuildPhase24Creating a wheel...25pypa build flags: --no-isolation --outdir dist/ --wheel26* Getting build dependencies for wheel...27* Building wheel...28Successfully built nix_update-1.16.0-py2.py3-none-any.whl29Finished creating a wheel...30Finished executing pypaBuildPhase31Running phase: pythonRuntimeDepsCheckHookpythonRuntimeDepsCheckHook
32Executing pythonRuntimeDepsCheck33Checking runtime dependencies for nix_update-1.16.0-py2.py3-none-any.whl34Finished executing pythonRuntimeDepsCheck35Running phase: installPhaseinstallPhase
36Executing pypaInstallPhase37Successfully installed nix_update-1.16.0-py2.py3-none-any.whl38Finished executing pypaInstallPhase39Running phase: pythonOutputDistPhasepythonOutputDistPhase
40Executing pythonOutputDistPhase41Finished executing pythonOutputDistPhase42Running phase: fixupPhasefixupPhase
43shrinking RPATHs of ELF executables and libraries in /nix/store/lga79cbxbdz4ycm7669pacwsqak28b3h-nix-update-1.16.044checking for references to /build/ in /nix/store/lga79cbxbdz4ycm7669pacwsqak28b3h-nix-update-1.16.0...45patching script interpreter paths in /nix/store/lga79cbxbdz4ycm7669pacwsqak28b3h-nix-update-1.16.046stripping (with command strip and flags -S -p) in /nix/store/lga79cbxbdz4ycm7669pacwsqak28b3h-nix-update-1.16.0/lib /nix/store/lga79cbxbdz4ycm7669pacwsqak28b3h-nix-update-1.16.0/bin47shrinking RPATHs of ELF executables and libraries in /nix/store/8hznxvgd0045w21s0dzgb2wl2zngfpia-nix-update-1.16.0-dist48checking for references to /build/ in /nix/store/8hznxvgd0045w21s0dzgb2wl2zngfpia-nix-update-1.16.0-dist...49patching script interpreter paths in /nix/store/8hznxvgd0045w21s0dzgb2wl2zngfpia-nix-update-1.16.0-dist50Rewriting #!/nix/store/smwd56pl54f0pcjdspgh5vnf20c8xwsc-python3-3.13.13/bin/python3.13 to #!/nix/store/smwd56pl54f0pcjdspgh5vnf20c8xwsc-python3-3.13.1351wrapping `/nix/store/lga79cbxbdz4ycm7669pacwsqak28b3h-nix-update-1.16.0/bin/nix-update'...52Executing pythonRemoveTestsDir53Finished executing pythonRemoveTestsDir54Running phase: installCheckPhaseinstallCheckPhase
55usage: nix-update [-h] [-f FILE] [-q] [-F] [--build] [--test] [--review]56 [--format] [--commit] [-u]57 [--update-script-args UPDATE_SCRIPT_ARGS] [--url URL]58 [--print-commit-message] [--write-commit-message FILE]59 [-vr VERSION_REGEX] [--run] [--shell] [--version [VERSION]]60 [--override-filename [OVERRIDE_FILENAME]] [--system SYSTEM]61 [--generate-lockfile]62 [--lockfile-metadata-path LOCKFILE_METADATA_PATH]63 [-s SUBPACKAGE] [--src-only] [--no-src]64 [--use-github-releases]65 [--github-releases-limit GITHUB_RELEASES_LIMIT]66 [--option name value] [--custom-dep ATTRNAME]67 attribute6869positional arguments:70 attribute Attribute name within the file evaluated (defaults to71 environment variable "UPDATE_NIX_ATTR_PATH")7273options:74 -h, --help show this help message and exit75 -f, --file FILE File to import rather than default.nix. Examples,76 ./release.nix77 -q, --quiet Hide informational messages78 -F, --flake Update a flake attribute instead79 --build build the package80 --test Run package's `passthru.tests`81 --review Run `nixpkgs-review wip`82 --format Run `nixfmt`83 --commit Commit the updated package84 -u, --use-update-script85 Use passthru.updateScript instead if possible86 --update-script-args UPDATE_SCRIPT_ARGS87 Args to pass to `nix-shell88 maintainers/scripts/update.nix`, subject to splitting.89 --url URL URL to the repository to check for a release instead90 of using the URL in the src attribute of the package91 --print-commit-message92 Print commit message to stdout (implies --quiet)93 --write-commit-message FILE94 Write commit message to FILE95 -vr, --version-regex VERSION_REGEX96 Regex to extract version with, i.e. 'jq-(.*)'97 --run provide a shell based on `nix run` with the package in98 $PATH99 --shell provide a shell with the package100 --version [VERSION] Version to update to. Possible values are: stable,101 unstable, fixed, skip, branch102 --override-filename [OVERRIDE_FILENAME]103 Set filename where nix-update will update version/hash104 --system SYSTEM The system used to calculate the hash and run other105 nix commands106 --generate-lockfile Generate lockfile and replace vendored one107 --lockfile-metadata-path LOCKFILE_METADATA_PATH108 Path to the directory containing the metadata (e.g.109 Cargo.toml) referenced by the lockfile110 -s, --subpackage SUBPACKAGE111 Attribute of a subpackage that nix-update should try112 to update hashes for113 --src-only Only update the source, not dependencies such as114 npmDeps, cargoDeps or nugetDeps115 --no-src Do not update the source, only update dependencies116 such as npmDeps, cargoDeps or nugetDeps117 --use-github-releases118 Use GitHub releases API instead of ATOM feed to119 determine the newest version120 --github-releases-limit GITHUB_RELEASES_LIMIT121 Maximum number of GitHub releases to consider122 (default: 1000)123 --option name value Nix option to set124 --custom-dep ATTRNAME125 Attribute name of a custom dependency to update126Running phase: pythonCatchConflictsPhasepythonCatchConflictsPhase
127Running phase: pythonRemoveBinBytecodePhasepythonRemoveBinBytecodePhase
128Running phase: pythonImportsCheckPhasepythonImportsCheckPhase
129Executing pythonImportsCheckPhase130Running phase: pytestcachePhasepytestcachePhase
131Running phase: pytestRemoveBytecodePhase