chore(deps): update rust crate actix-files to v0.6.10#117
Open
renovate[bot] wants to merge 1 commit into
Open
Garnix CI / check shellcheck-check [x86_64-linux]
succeeded
May 18, 2026 in 16m 47s
check shellcheck-check [x86_64-linux]
check shellcheck-check [x86_64-linux] succeeded
Details
Last 100 lines of logs:
shellcheck-check>
shellcheck-check> In ./apps/piraeus-operator-external-01b/overlays/production/storage-class/disk-info.sh line 9:
shellcheck-check> for dev in $devices; do
shellcheck-check> ^------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> for dev in ${devices}; do
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./apps/piraeus-operator-external-01b/overlays/production/storage-class/disk-info.sh line 10:
shellcheck-check> echo "=== Device: /dev/$dev ==="
shellcheck-check> ^--^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> echo "=== Device: /dev/${dev} ==="
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./apps/piraeus-operator-external-01b/overlays/production/storage-class/disk-info.sh line 11:
shellcheck-check> smartctl -x "/dev/$dev"
shellcheck-check> ^--^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> smartctl -x "/dev/${dev}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./apps/piraeus-operator-external-01b/overlays/production/storage-class/disk-info.sh line 13:
shellcheck-check> if [[ $dev == nvme* ]]; then
shellcheck-check> ^--^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> if [[ ${dev} == nvme* ]]; then
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./apps/piraeus-operator-external-01b/overlays/production/storage-class/disk-info.sh line 16:
shellcheck-check> nvme smart-log "/dev/$dev"
shellcheck-check> ^--^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> nvme smart-log "/dev/${dev}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./backup-zed.sh line 5:
shellcheck-check> echo "entered: $script_dir"
shellcheck-check> ^---------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> echo "entered: ${script_dir}"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./backup-zed.sh line 7:
shellcheck-check> cp -f "$HOME/.config/zed/settings.json" ./.zed/settings.json
shellcheck-check> ^---^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> cp -f "${HOME}/.config/zed/settings.json" ./.zed/settings.json
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./backup-zed.sh line 8:
shellcheck-check> cp -f "$HOME/.local/share/zed/extensions/index.json" ./.zed/index.json
shellcheck-check> ^---^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> cp -f "${HOME}/.local/share/zed/extensions/index.json" ./.zed/index.json
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./backup-zed.sh line 9:
shellcheck-check> find "$HOME/.local/share/zed/extensions/installed" -mindepth 1 -maxdepth 1 -exec basename {} \; >./.zed/installed.txt
shellcheck-check> ^---^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> find "${HOME}/.local/share/zed/extensions/installed" -mindepth 1 -maxdepth 1 -exec basename {} \; >./.zed/installed.txt
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./scripts/update-nixpkgs-inputs.sh line 4:
shellcheck-check> SCRIPT="$SCRIPT_DIR/update-nixpkgs-inputs.py"
shellcheck-check> ^---------^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> SCRIPT="${SCRIPT_DIR}/update-nixpkgs-inputs.py"
shellcheck-check>
shellcheck-check>
shellcheck-check> In ./scripts/update-nixpkgs-inputs.sh line 6:
shellcheck-check> "$SCRIPT" "$@" || python3 "$SCRIPT" "$@"
shellcheck-check> ^-----^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check> ^-----^ SC2250 (style): Prefer putting braces around variable references even when not strictly required.
shellcheck-check>
shellcheck-check> Did you mean:
shellcheck-check> "${SCRIPT}" "$@" || python3 "${SCRIPT}" "$@"
shellcheck-check>
shellcheck-check> For more information:
shellcheck-check> https://www.shellcheck.net/wiki/SC1054 -- You need a space after the '{'.
shellcheck-check> https://www.shellcheck.net/wiki/SC1055 -- You need at least one command her...
shellcheck-check> https://www.shellcheck.net/wiki/SC2068 -- Double quote array expansions to ...
shellcheck-check> buildPhase completed in 15 minutes 42 seconds
shellcheck-check> Running phase: installPhase
shellcheck-check> Running phase: fixupPhase
shellcheck-check> shrinking RPATHs of ELF executables and libraries in /nix/store/pdmls6wkml8i0jlclnxibdw8hx2k3g9i-shellcheck-check
shellcheck-check> checking for references to /build/ in /nix/store/pdmls6wkml8i0jlclnxibdw8hx2k3g9i-shellcheck-check...
shellcheck-check> patching script interpreter paths in /nix/store/pdmls6wkml8i0jlclnxibdw8hx2k3g9i-shellcheck-check
Uploaded /nix/store/pdmls6wkml8i0jlclnxibdw8hx2k3g9i-shellcheck-check to the garnix binary cache.
Loading