nixbot

builds

succeeded nix-update-1.16.0 checks.aarch64-darwin.package-default · build #116 · 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/grwlpdd3dd6npwribdy4rvvrmi2gj7xl-jfc9r3y97i028phv2avwqxd168615c5f-source15source root is jfc9r3y97i028phv2avwqxd168615c5f-source16setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "jfc9r3y97i028phv2avwqxd168615c5f-source/treefmt.nix"
configurePhase
17no configure script, doing nothing
buildPhase
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 pypaBuildPhase
pythonRuntimeDepsCheckHook
26Executing pythonRuntimeDepsCheck27Checking runtime dependencies for nix_update-1.16.0-py2.py3-none-any.whl28Finished executing pythonRuntimeDepsCheck
installPhase
29Executing pypaInstallPhase30Successfully installed nix_update-1.16.0-py2.py3-none-any.whl31Finished executing pypaInstallPhase
pythonOutputDistPhase
32Executing pythonOutputDistPhase33Finished executing pythonOutputDistPhase
fixupPhase
34checking for references to /nix/var/nix/builds/nix-27901-2701542599/ in /nix/store/pbl9mzh174xdvh223hykzigqzkqm879m-nix-update-1.16.0...35patching script interpreter paths in /nix/store/pbl9mzh174xdvh223hykzigqzkqm879m-nix-update-1.16.036stripping (with command strip and flags -S) in /nix/store/pbl9mzh174xdvh223hykzigqzkqm879m-nix-update-1.16.0/lib /nix/store/pbl9mzh174xdvh223hykzigqzkqm879m-nix-update-1.16.0/bin37checking for references to /nix/var/nix/builds/nix-27901-2701542599/ in /nix/store/fmfkjajrxf7sxbhl5l2qkggf7mxkdp1v-nix-update-1.16.0-dist...38patching script interpreter paths in /nix/store/fmfkjajrxf7sxbhl5l2qkggf7mxkdp1v-nix-update-1.16.0-dist39Rewriting #!/nix/store/kmq6qdcg0yq6r4awf02dgq003n42r6zk-python3-3.14.7/bin/python3.14 to #!/nix/store/kmq6qdcg0yq6r4awf02dgq003n42r6zk-python3-3.14.740wrapping `/nix/store/pbl9mzh174xdvh223hykzigqzkqm879m-nix-update-1.16.0/bin/nix-update'...41Executing pythonRemoveTestsDir42Finished executing pythonRemoveTestsDir
installCheckPhase
43usage: nix-update [-h] [-f FILE] [-q] [-F] [--build] [--test] [--review]44 [--format] [--commit] [-u]45 [--update-script-args UPDATE_SCRIPT_ARGS] [--url URL]46 [--print-commit-message] [--write-commit-message FILE]47 [-vr VERSION_REGEX] [--run] [--shell] [--version [VERSION]]48 [--override-filename [OVERRIDE_FILENAME]] [--system SYSTEM]49 [--generate-lockfile]50 [--lockfile-metadata-path LOCKFILE_METADATA_PATH]51 [-s SUBPACKAGE] [--src-only] [--no-src]52 [--use-github-releases]53 [--github-releases-limit GITHUB_RELEASES_LIMIT]54 [--option name value] [--custom-dep ATTRNAME]55 attribute5657positional arguments:58 attribute Attribute name within the file evaluated (defaults to59 environment variable "UPDATE_NIX_ATTR_PATH")6061options:62 -h, --help show this help message and exit63 -f, --file FILE File to import rather than default.nix. Examples,64 ./release.nix65 -q, --quiet Hide informational messages66 -F, --flake Update a flake attribute instead67 --build build the package68 --test Run package's `passthru.tests`69 --review Run `nixpkgs-review wip`70 --format Run `nixfmt`71 --commit Commit the updated package72 -u, --use-update-script73 Use passthru.updateScript instead if possible74 --update-script-args UPDATE_SCRIPT_ARGS75 Args to pass to `nix-shell76 maintainers/scripts/update.nix`, subject to splitting.77 --url URL URL to the repository to check for a release instead78 of using the URL in the src attribute of the package79 --print-commit-message80 Print commit message to stdout (implies --quiet)81 --write-commit-message FILE82 Write commit message to FILE83 -vr, --version-regex VERSION_REGEX84 Regex to extract version with, i.e. 'jq-(.*)'85 --run provide a shell based on `nix run` with the package in86 $PATH87 --shell provide a shell with the package88 --version [VERSION] Version to update to. Possible values are: stable,89 unstable, fixed, skip, branch90 --override-filename [OVERRIDE_FILENAME]91 Set filename where nix-update will update version/hash92 --system SYSTEM The system used to calculate the hash and run other93 nix commands94 --generate-lockfile Generate lockfile and replace vendored one95 --lockfile-metadata-path LOCKFILE_METADATA_PATH96 Path to the directory containing the metadata (e.g.97 Cargo.toml) referenced by the lockfile98 -s, --subpackage SUBPACKAGE99 Attribute of a subpackage that nix-update should try100 to update hashes for101 --src-only Only update the source, not dependencies such as102 npmDeps, cargoDeps or nugetDeps103 --no-src Do not update the source, only update dependencies104 such as npmDeps, cargoDeps or nugetDeps105 --use-github-releases106 Use GitHub releases API instead of ATOM feed to107 determine the newest version108 --github-releases-limit GITHUB_RELEASES_LIMIT109 Maximum number of GitHub releases to consider110 (default: 1000)111 --option name value Nix option to set112 --custom-dep ATTRNAME113 Attribute name of a custom dependency to update
pythonImportsCheckPhase
114Executing pythonImportsCheckPhase