nixbot

builds

succeeded nix-update-1.16.0 x86_64-linux.package-nix-update · build #77 · raw

1tribuchet: building on jamie2Sourcing python-remove-tests-dir-hook3Sourcing python-catch-conflicts-hook.sh4Sourcing python-remove-bin-bytecode-hook.sh5Sourcing pypa-build-hook6Using pypaBuildPhase7Sourcing python-runtime-deps-check-hook8Using pythonRuntimeDepsCheckHook9Sourcing pypa-install-hook10Using pypaInstallPhase11Sourcing python-imports-check-hook.sh12Using pythonImportsCheckPhase13Sourcing python-namespaces-hook14Sourcing python-catch-conflicts-hook.sh
unpackPhase
15unpacking source archive /nix/store/vcdb903wj15yv86nhg0adnj3cnqrgsaj-ny3niy763rsvbzqax0ab1lgbn478fmwm-source16source root is ny3niy763rsvbzqax0ab1lgbn478fmwm-source17setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "ny3niy763rsvbzqax0ab1lgbn478fmwm-source/treefmt.nix"
configurePhase
18no configure script, doing nothing
buildPhase
19Executing pypaBuildPhase20Creating a wheel...21pypa build flags: --no-isolation --outdir dist/ --wheel22* Getting build dependencies for wheel...23* Building wheel...24Successfully built nix_update-1.16.0-py2.py3-none-any.whl25Finished creating a wheel...26Finished executing pypaBuildPhase
pythonRuntimeDepsCheckHook
27Executing pythonRuntimeDepsCheck28Checking runtime dependencies for nix_update-1.16.0-py2.py3-none-any.whl29Finished executing pythonRuntimeDepsCheck
installPhase
30Executing pypaInstallPhase31Successfully installed nix_update-1.16.0-py2.py3-none-any.whl32Finished executing pypaInstallPhase
pythonOutputDistPhase
33Executing pythonOutputDistPhase34Finished executing pythonOutputDistPhase
fixupPhase
35shrinking RPATHs of ELF executables and libraries in /nix/store/viazxpivk5hjx9xz8aqc7b1k90czhcx7-nix-update-1.16.036checking for references to /build/ in /nix/store/viazxpivk5hjx9xz8aqc7b1k90czhcx7-nix-update-1.16.0...37patching script interpreter paths in /nix/store/viazxpivk5hjx9xz8aqc7b1k90czhcx7-nix-update-1.16.038stripping (with command strip and flags -S -p) in /nix/store/viazxpivk5hjx9xz8aqc7b1k90czhcx7-nix-update-1.16.0/lib /nix/store/viazxpivk5hjx9xz8aqc7b1k90czhcx7-nix-update-1.16.0/bin39shrinking RPATHs of ELF executables and libraries in /nix/store/0ymn7gsrkv60dw9vqmly4fdqn5p9w7zz-nix-update-1.16.0-dist40checking for references to /build/ in /nix/store/0ymn7gsrkv60dw9vqmly4fdqn5p9w7zz-nix-update-1.16.0-dist...41patching script interpreter paths in /nix/store/0ymn7gsrkv60dw9vqmly4fdqn5p9w7zz-nix-update-1.16.0-dist42Rewriting #!/nix/store/60m4rxhg2fldqaak400c0lry96ijrzqn-python3-3.13.13/bin/python3.13 to #!/nix/store/60m4rxhg2fldqaak400c0lry96ijrzqn-python3-3.13.1343wrapping `/nix/store/viazxpivk5hjx9xz8aqc7b1k90czhcx7-nix-update-1.16.0/bin/nix-update'...44Executing pythonRemoveTestsDir45Finished executing pythonRemoveTestsDir
installCheckPhase
46usage: nix-update [-h] [-f FILE] [-q] [-F] [--build] [--test] [--review]47 [--format] [--commit] [-u]48 [--update-script-args UPDATE_SCRIPT_ARGS] [--url URL]49 [--print-commit-message] [--write-commit-message FILE]50 [-vr VERSION_REGEX] [--run] [--shell] [--version [VERSION]]51 [--override-filename [OVERRIDE_FILENAME]] [--system SYSTEM]52 [--generate-lockfile]53 [--lockfile-metadata-path LOCKFILE_METADATA_PATH]54 [-s SUBPACKAGE] [--src-only] [--no-src]55 [--use-github-releases]56 [--github-releases-limit GITHUB_RELEASES_LIMIT]57 [--option name value] [--custom-dep ATTRNAME]58 attribute5960positional arguments:61 attribute Attribute name within the file evaluated (defaults to62 environment variable "UPDATE_NIX_ATTR_PATH")6364options:65 -h, --help show this help message and exit66 -f, --file FILE File to import rather than default.nix. Examples,67 ./release.nix68 -q, --quiet Hide informational messages69 -F, --flake Update a flake attribute instead70 --build build the package71 --test Run package's `passthru.tests`72 --review Run `nixpkgs-review wip`73 --format Run `nixfmt`74 --commit Commit the updated package75 -u, --use-update-script76 Use passthru.updateScript instead if possible77 --update-script-args UPDATE_SCRIPT_ARGS78 Args to pass to `nix-shell79 maintainers/scripts/update.nix`, subject to splitting.80 --url URL URL to the repository to check for a release instead81 of using the URL in the src attribute of the package82 --print-commit-message83 Print commit message to stdout (implies --quiet)84 --write-commit-message FILE85 Write commit message to FILE86 -vr, --version-regex VERSION_REGEX87 Regex to extract version with, i.e. 'jq-(.*)'88 --run provide a shell based on `nix run` with the package in89 $PATH90 --shell provide a shell with the package91 --version [VERSION] Version to update to. Possible values are: stable,92 unstable, fixed, skip, branch93 --override-filename [OVERRIDE_FILENAME]94 Set filename where nix-update will update version/hash95 --system SYSTEM The system used to calculate the hash and run other96 nix commands97 --generate-lockfile Generate lockfile and replace vendored one98 --lockfile-metadata-path LOCKFILE_METADATA_PATH99 Path to the directory containing the metadata (e.g.100 Cargo.toml) referenced by the lockfile101 -s, --subpackage SUBPACKAGE102 Attribute of a subpackage that nix-update should try103 to update hashes for104 --src-only Only update the source, not dependencies such as105 npmDeps, cargoDeps or nugetDeps106 --no-src Do not update the source, only update dependencies107 such as npmDeps, cargoDeps or nugetDeps108 --use-github-releases109 Use GitHub releases API instead of ATOM feed to110 determine the newest version111 --github-releases-limit GITHUB_RELEASES_LIMIT112 Maximum number of GitHub releases to consider113 (default: 1000)114 --option name value Nix option to set115 --custom-dep ATTRNAME116 Attribute name of a custom dependency to update
pythonImportsCheckPhase
117Executing pythonImportsCheckPhase