Important
This review was run against commit ########.
Important
To reproduce, ensure ,nixpkgs-review-nixpkgs-config.nix is present in your Nixpkgs tree -- the leading comma ensures it is ignored by git.
Note
Template nixpkgs-review command:
nixpkgs-review pr 319711 \
--system x86_64-linux \
--no-shell \
--print-result \
--build-args "--show-trace --max-jobs 1" \
--build-graph nix \
--extra-nixpkgs-config "$(cat ./,nixpkgs-review-nixpkgs-config.nix)"Template command to re-run the build from the nixpkgs directory:
export PR="306172" \
RUN_NUMBER="13" \
&& nix build --system x86_64-linux --expr "
let
pkgs = builtins.import ./. (builtins.import ./,nixpkgs-review-nixpkgs-config.nix);
builder = builtins.import ${HOME:?}/.cache/nixpkgs-review/pr-${PR:?}${RUN_NUMBER:+-$RUN_NUMBER}/attrs.nix;
in
builder pkgs
"Template log archival command:
PR="306172" \
RUN_NUMBER="13" \
SYSTEM="aarch64-linux" \
NIXPKGS_CUDA_CAPABILITIES="7.5" \
&& tar -cvf "${SYSTEM:?}-cap-${NIXPKGS_CUDA_CAPABILITIES:?}-pr-${PR:?}${RUN_NUMBER:+-$RUN_NUMBER}.tar.zst" \
-I "zstd -T0 --long=31 --ultra -22" \
-C "${HOME:?}/.cache/nixpkgs-review/pr-${PR:?}${RUN_NUMBER:+-$RUN_NUMBER}" \
.Logs are made available at https://drive.google.com/drive/folders/1GgABhwa2ooKeZXMqf5He6PcyClNrE6cQ?usp=share_link
In progress.
In progress.
In progress.
In progress.
In progress.
In progress.
In progress.