ITADN

Unable to update system using shelly (obsolete CLI syntax)

#2122Opennoel-personal 创建于 2026-06-28
needs triage
N
noel-personalcommented
<!-- Thanks for taking the time to fill out this bug report! Please make sure to [search for existing issues](https://github.com/topgrade-rs/topgrade/issues) before filing a new one! Questions labeled with `Optional` can be skipped. --> ## Checklist - [X ] I have searched the issue tracker for relevant or duplicate issues. ## Erroneous Behavior The linux system upgrade option for shelly is currently non functional due to recent changes in the CLI syntax. If shelly is enabled it attempts to run the following command: ``` /usr/bin/shelly upgrade --all --sync ``` Which does not exist anymore. To achieve the same results the following commands need to be run: ``` shelly sync shelly upgrade-all ``` ## Expected Behavior `arch_package_manager = "shelly"` should work again. I think the default behavior is fine for most use cases although there is some redundancy. If upgrade-all is used shelly handles the following: * System packages * AUR packages * Flatpaks * AppImages (only ones managed by shelly) Perhaps it makes sense to omit flatpak updates as there is already logic for that in topgrade? In that case the commands could look something like this: ``` shelly upgrade shelly aur upgrade shelly appimage upgrade ``` CachyOS is strongly focusing on shelly as the package manager. The most recent release now no longer comes with paru installed. This might be out of scope but defaulting to shelly on CachyOS installs would make sense. ## Steps to reproduce - Needs arch linux or derivative (e.g. CachyOS) - Set shelly as the package manager: `arch_package_manager = "shelly"` - Run topgrade - At the System Update stage the command will fail with the following error: ``` Unrecognized command or argument '--all'. Unrecognized command or argument '--sync'. ``` ## Problem persists without calling from topgrade <!-- Execute the erroneous command directly to see if the problem persists. --> - [X ] Yes - [ ] No ## Ran through `Remote Execution` <!-- Did you run topgrade through `Remote Execution`? --> - [ ] Yes - [X ] No ## Additional Details - Operation System/Version - CachyOS Linux 7.1.2-2 - Installation <!-- How did you install topgrade: build from repo / crates.io (cargo install topgrade) / package manager (which one) / other (describe) --> - Installed through the AUR: https://aur.archlinux.org/packages/topgrade - Topgrade version (`topgrade -V`) - topgrade 17.6.2 ## Verbose Output (`topgrade -v`) ### Note: Had to shorten the debug output due to the length <!-- Paste the verbose output into the pre-tags --> <details> <pre> DEBUG Current system locale is en-US DEBUG Configuration at /home/skare/.config/topgrade/topgrade.toml DEBUG Loaded configuration: ConfigFile { include: Some(Include { paths: None }), misc: Some(Misc { allow_root: None, pre_sudo: Some(true), sudo_loop: None, sudo_loop_interval: None, sudo_command: None, disable: Some([Emacs]), first: None, last: None, ignore_failures: None, remote_topgrades: None, remote_topgrade_path: None, ssh_arguments: None, tmux_arguments: None, set_title: None, display_time: None, assume_yes: None, ask_retry: None, auto_retry: None, no_retry: None, show_skipped: None, run_in_tmux: None, tmux_session_mode: None, cleanup: Some(true), notify_each_step: None, skip_notify: None, notify_end: None, bashit_branch: None, only: None, no_self_update: None, log_filters: None, show_distribution_summary: None, nix_handler: None }), pre_commands: Some({"Timeshift snapshot": "timeshift-autosnap"}), post_commands: Some({"remove orphans": "sudo pacman -Qtdq | sudo pacman -Rns -", "download nightly Proton-CachyOS": "download-proton-cachyos-nightly"}), commands: Some({}), conda: Some(Conda { env_names: None, env_paths: None }), python: Some(Python { enable_pip_review: None, enable_pip_review_local: None, enable_pipupgrade: None, pipupgrade_arguments: None, poetry_force_self_update: None }), composer: Some(Composer { self_update: None }), brew: Some(Brew { greedy_cask: None, greedy_latest: None, greedy_auto_updates: None, autoremove: None, fetch_head: None }), linux: Some(Linux { yay_arguments: None, aura_aur_arguments: None, aura_pacman_arguments: None, arch_package_manager: Some(Shelly), show_arch_news: None, garuda_update_arguments: None, trizen_arguments: None, pikaur_arguments: None, pamac_arguments: None, shelly_arguments: None, dnf_arguments: None, nix_arguments: None, nix_env_arguments: None, apt_arguments: None, enable_tlmgr: None, redhat_distro_sync: None, suse_dup: None, rpm_ostree: None, bootc: None, emerge_sync_flags: None, emerge_update_flags: None, home_manager_arguments: None }), mandb: Some(Mandb { enable: None }), git: Some(Git { max_concurrency: None, arguments: None, repos: Some(["~/Projects/CachyOS/*/*/", "/media/games/SteamLibrary/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/*/"]), pull_predefined: None, fetch_only: None }), go: Some(Go { gup_exclude: None }), containers: Some(Containers { ignored_containers: None, runtime: Some(Podman), system_prune: None, use_sudo: None }), windows: Some(Windows { accept_all_updates: None, updates_auto_reboot: None, self_rename: None, open_remotes_in_new_terminal: None, wsl_update_pre_release: None, wsl_update_use_web_download: None, winget_silent_install: None, winget_use_sudo: None }), npm: Some(NPM { use_sudo: None }), chezmoi: Some(Chezmoi { exclude_encrypted: None }), mise: Some(Mise { bump: None, interactive: None, jobs: None, verbose: None, quiet: None, silent: None }), yarn: Some(Yarn { use_sudo: None }), deno: Some(Deno { version: None }), vim: Some(Vim { force_plug_update: None, vim_pack_prune: None }), firmware: Some(Firmware { upgrade: Some(false) }), vagrant: Some(Vagrant { directories: None, power_on: None, always_suspend: None }), flatpak: Some(Flatpak { use_sudo: None }), pixi: Some(Pixi { include_release_notes: None }), distrobox: Some(Distrobox { use_root: Some(false), containers: None }), lensfun: Some(Lensfun { use_sudo: None }), julia: Some(JuliaConfig { startup_file: None }), zigup: Some(Zigup { target_versions: None, install_dir: None, path_link: None, cleanup: None }), vscode: Some(VscodeConfig { profile: Some("Default") }), doom: Some(DoomConfig { aot: None }), cargo: Some(Cargo { git: None, quiet: None, locked: None }), rustup: Some(Rustup { channels: None }), pkgfile: Some(Pkgfile { enable: None }), viteplus: Some(VitePlus { use_sudo: None }) } DEBUG Version: 17.6.2 DEBUG OS: x86_64-unknown-linux-gnu DEBUG Args { inner: ["topgrade", "-v"] } DEBUG Binary path: Ok("/usr/bin/topgrade") DEBUG self-update Feature Enabled: false DEBUG Configuration: Config { opt: CommandLineArgs { edit_config: false, show_config_reference: false, run_in_tmux: false, no_tmux: false, cleanup: false, dry_run: false, run_type: Wet, no_retry: false, no_ask_retry: false, auto_retry: None, disable: [], only: [], custom_commands: [], env: [], verbose: true, keep_at_end: false, skip_notify: false, notify_end: Always, yes: None, disable_predefined_git_repos: false, config: None, remote_host_limit: None, show_skipped: false, allow_root: false, sudo_loop: false, sudo_loop_interval: None, log_filter: "warn", gen_completion: None, gen_manpage: false, no_self_update: false }, config_file: ConfigFile { include: Some(Include { paths: None }), misc: Some(Misc { allow_root: None, pre_sudo: Some(true), sudo_loop: None, sudo_loop_interval: None, sudo_command: None, disable: Some([Emacs]), first: None, last: None, ignore_failures: None, remote_topgrades: None, remote_topgrade_path: None, ssh_arguments: None, tmux_arguments: None, set_title: None, display_time: None, assume_yes: None, ask_retry: None, auto_retry: None, no_retry: None, show_skipped: None, run_in_tmux: None, tmux_session_mode: None, cleanup: Some(true), notify_each_step: None, skip_notify: None, notify_end: None, bashit_branch: None, only: None, no_self_update: None, log_filters: None, show_distribution_summary: None, nix_handler: None }), pre_commands: Some({"Timeshift snapshot": "timeshift-autosnap"}), post_commands: Some({"remove orphans": "sudo pacman -Qtdq | sudo pacman -Rns -", "download nightly Proton-CachyOS": "download-proton-cachyos-nightly"}), commands: Some({}), conda: Some(Conda { env_names: None, env_paths: None }), python: Some(Python { enable_pip_review: None, enable_pip_review_local: None, enable_pipupgrade: None, pipupgrade_arguments: None, poetry_force_self_update: None }), composer: Some(Composer { self_update: None }), brew: Some(Brew { greedy_cask: None, greedy_latest: None, greedy_auto_updates: None, autoremove: None, fetch_head: None }), linux: Some(Linux { yay_arguments: None, aura_aur_arguments: None, aura_pacman_arguments: None, arch_package_manager: Some(Shelly), show_arch_news: None, garuda_update_arguments: None, trizen_arguments: None, pikaur_arguments: None, pamac_arguments: None, shelly_arguments: None, dnf_arguments: None, nix_arguments: None, nix_env_arguments: None, apt_arguments: None, enable_tlmgr: None, redhat_distro_sync: None, suse_dup: None, rpm_ostree: None, bootc: None, emerge_sync_flags: None, emerge_update_flags: None, home_manager_arguments: None }), mandb: Some(Mandb { enable: None }), git: Some(Git { max_concurrency: None, arguments: None, repos: Some(["~/Projects/CachyOS/*/*/", "/media/games/SteamLibrary/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/*/"]), pull_predefined: None, fetch_only: None }), go: Some(Go { gup_exclude: None }), containers: Some(Containers { ignored_containers: None, runtime: Some(Podman), system_prune: None, use_sudo: None }), windows: Some(Windows { accept_all_updates: None, updates_auto_reboot: None, self_rename: None, open_remotes_in_new_terminal: None, wsl_update_pre_release: None, wsl_update_use_web_download: None, winget_silent_install: None, winget_use_sudo: None }), npm: Some(NPM { use_sudo: None }), chezmoi: Some(Chezmoi { exclude_encrypted: None }), mise: Some(Mise { bump: None, interactive: None, jobs: None, verbose: None, quiet: None, silent: None }), yarn: Some(Yarn { use_sudo: None }), deno: Some(Deno { version: None }), vim: Some(Vim { force_plug_update: None, vim_pack_prune: None }), firmware: Some(Firmware { upgrade: Some(false) }), vagrant: Some(Vagrant { directories: None, power_on: None, always_suspend: None }), flatpak: Some(Flatpak { use_sudo: None }), pixi: Some(Pixi { include_release_notes: None }), distrobox: Some(Distrobox { use_root: Some(false), containers: None }), lensfun: Some(Lensfun { use_sudo: None }), julia: Some(JuliaConfig { startup_file: None }), zigup: Some(Zigup { target_versions: None, install_dir: None, path_link: None, cleanup: None }), vscode: Some(VscodeConfig { profile: Some("Default") }), doom: Some(DoomConfig { aot: None }), cargo: Some(Cargo { git: None, quiet: None, locked: None }), rustup: Some(Rustup { channels: None }), pkgfile: Some(Pkgfile { enable: None }), viteplus: Some(VitePlus { use_sudo: None }) }, allowed_steps: [AM, AndroidStudio, Antigravity, AppMan, Aqua, Asdf, Atom, Atuin, Audit, AutoCpufreq, Bin, Bob, BrewCask, BrewFormula, Bun, BunPackages, Cargo, Certbot, Chezmoi, Chocolatey, Choosenim, CinnamonSpices, ClamAvDb, ClaudeCode, Colima, Composer, Conda, ConfigUpdate, Containers, Cursor, CustomCommands, DebGet, Deno, Distrobox, DkpPacman, Dotnet, Elan, Falconf, Firmware, Flatpak, Flutter, Fossil, Gcloud, Gearlever, Gem, Getnf, Ghcup, GitRepos, GithubCliExtensions, GnomeShellExtensions, Go, Guix, Haxelib, Helix, HelixDb, Helm, HomeManager, Hyprpm, InstallRelease, JetbrainsAqua, JetbrainsClion, JetbrainsDatagrip, JetbrainsDataspell, JetbrainsGateway, JetbrainsGoland, JetbrainsIdea, JetbrainsMps, JetbrainsPhpstorm, JetbrainsPycharm, JetbrainsRider, JetbrainsRubymine, JetbrainsRustrover, JetbrainsToolbox, JetbrainsWebstorm, Jetpack, Julia, Juliaup, Kakoune, Krew, Lensfun, Lure, Macports, Mamba, Mandb, Mas, Maza, Micro, MicrosoftOffice, MicrosoftStore, Miktex, Mise, Myrepos, Nix, Node, Ollama, Opam, Pacdef, Pacstall, Pearl, Pi, Pip3, PipReview, PipReviewLocal, Pipupgrade, Pipx, Pipxu, Pixi, Pkg, Pkgfile, Pkgin, PlatformioCore, Pnpm, Poetry, Powershell, Protonplus, Protonup, Pyenv, Raco, Rcm, Remotes, Restarts, Rtcl, RubyGems, Rustup, Rye, Scoop, Sdkman, SelfUpdate, Sheldon, Shell, Skills, Snap, Sparkle, Spicetify, Stack, Stew, System, Tldr, Tlmgr, Tmux, Toolbx, Tpack, Typst, Uv, Vagrant, Vcpkg, Vim, VitePlus, VoltaPackages, Vscode, VscodeInsiders, Vscodium, VscodiumInsiders, Waydroid, Windsurf, Winget, Wsl, WslUpdate, Xcodes, Yadm, Yarn, Yazi, Zigup, Zvm] } DEBUG Running with euid: 1000 DEBUG Cannot find "doas" DEBUG Detected "/usr/bin/sudo" as "sudo" DEBUG Sudo: Ok(Sudo { path: Some("/usr/bin/sudo"), kind: Sudo }) ―― 23:15:26 - Sudo ―― DEBUG Executing command `/usr/bin/sudo -v` ―― 23:15:26 - Timeshift snapshot ―― DEBUG Executing command `/bin/fish -c timeshift-autosnap` DEBUG Step "packer.nu" DEBUG Step "System update" ―― 23:15:26 - System update ―― DEBUG Cannot find "powerpill" DEBUG Detected "/usr/bin/shelly" as "shelly" DEBUG Executing command `/usr/bin/shelly upgrade --all --sync` '--all' was not matched. Did you mean one of the following? --help '--sync' was not matched. Did you mean one of the following? --json Description: Perform a full system upgrade Usage: shelly upgrade [options] Options: -?, -h, --help Show help and usage information -n, --no-confirm Disable confirmation prompts -U, --ui-mode Enable UI mode -j, --json Output results in JSON format for scripting. -v, --verbose Enable verbose logging. Shortcodes: Grammar: -<Type><Action><modifiers...> [positionals] Type selects the command group, Action selects the verb, and modifiers are that verb's own short flags (case-sensitive). Types: I appimage A aur C config F flatpak K keyring S standard U utility Examples: -SIu firefox -> install -u firefox -AS query -> aur search query -KV ABCD -> keyring recv ABCD In shortcode mode use --ui-mode instead of -U. DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/shelly upgrade --all --sync`\x1b[0m 1: \x1b[91m`/usr/bin/shelly` failed: exit status: 1\x1b[0m Location: \x1b[35msrc/steps/os/archlinux.rs\x1b[0m:\x1b[35m343\x1b[0m) DEBUG Step "System update" failed: 0: \x1b[91mCommand failed: `/usr/bin/shelly upgrade --all --sync`\x1b[0m 1: \x1b[91m`/usr/bin/shelly` failed: exit status: 1\x1b[0m Location: \x1b[35msrc/steps/os/archlinux.rs\x1b[0m:\x1b[35m343\x1b[0m System update failed: 0: Command failed: `/usr/bin/shelly upgrade --all --sync` 1: `/usr/bin/shelly` failed: exit status: 1 Location: src/steps/os/archlinux.rs:343DEBUG Step "pihole" DEBUG Step "Brew" DEBUG Step "Brew Cask" DEBUG Step "config-update" DEBUG Detected "/usr/bin/pacdiff" as "pacdiff" ―― 23:15:26 - Configuration update ―― DEBUG Executing command `/usr/bin/sudo '--preserve-env=DIFFPROG' /usr/bin/pacdiff` DEBUG Step "am" DEBUG Step "appman" DEBUG Step "deb-get" DEBUG Step "toolbx" DEBUG Step "snap" DEBUG Step "pacstall" DEBUG Step "pacdef" DEBUG Step "protonup" DEBUG Step "ProtonPlus" DEBUG Detected "/usr/bin/flatpak" as "flatpak" DEBUG Executing command `/usr/bin/flatpak info com.vysp3r.ProtonPlus` DEBUG Flatpak "com.vysp3r.ProtonPlus" is installed DEBUG Detected "/usr/bin/flatpak" as "flatpak" DEBUG Executing command `/usr/bin/flatpak run com.vysp3r.ProtonPlus invalidarg67` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/flatpak run com.vysp3r.ProtonPlus invalidarg67` Stdout: \x1b[1m\x1b[34mUsage: \x1b[0m protonplus <command> [options] \x1b[1m\x1b[34mCommands: \x1b[0m version Show version help Show this help list [launcher_id] List launchers or installed runners install <launcher_id> <runner_id> [latest] Install runner uninstall <launcher_id> <runner_id|all> [all] Uninstall runner update <all|launcher_id> [runner_id] Update runner Stderr: ** (process:2): WARNING **: 23:15:27.345: steam.vala:242: Error parsing the file ** (process:2): WARNING **: 23:15:27.345: steam.vala:242: Error parsing the file \x1b[31mError: Unknown command 'invalidarg67' \x1b[0m\x1b[0m 1: \x1b[91m`/usr/bin/flatpak` failed: exit status: 1 with ** (process:2): WARNING **: 23:15:27.345: steam.vala:242: Error parsing the file ** (process:2): WARNING **: 23:15:27.345: steam.vala:242: Error parsing the file \x1b[31mError: Unknown command 'invalidarg67' \x1b[0m\x1b[0m Location: \x1b[35msrc/steps/os/linux.rs\x1b[0m:\x1b[35m1259\x1b[0m) ―― 23:15:27 - ProtonPlus (Flatpak) ―― DEBUG Executing command `/usr/bin/flatpak run com.vysp3r.ProtonPlus update all` Updating all runners... Updating Proton-GE...  Already up to date: Proton-GE Updating Proton-CachyOS...  Already up to date: Proton-CachyOS Updating Proton-EM...  Already up to date: Proton-EM DEBUG Step "distrobox" DEBUG Detected "/usr/bin/distrobox" as "distrobox" ―― 23:15:28 - Distrobox ―― DEBUG Executing command `/usr/bin/distrobox upgrade --all` distrobox: Installing basic packages... /usr/bin/apt-get /usr/bin/apt-get Hit:1 http://deb.debian.org/debian trixie InRelease Hit:2 http://deb.debian.org/debian trixie-updates InRelease Hit:3 http://deb.debian.org/debian-security trixie-security InRelease Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. distrobox: Installing basic packages... /usr/sbin/dnf /usr/sbin/dnf Updating and loading repositories: Repositories loaded. Nothing to do. DEBUG Step "dkp-pacman" DEBUG Step "Firmware" DEBUG Detected "/usr/bin/fwupdmgr" as "fwupdmgr" DEBUG Proc version output: Linux version 7.1.2-2-cachyos (linux-cachyos@cachyos) (clang version 22.1.6, LLD 22.1.6) #1 SMP PREEMPT_DYNAMIC Sun, 28 Jun 2026 15:38:15 +0000 ―― 23:15:29 - Firmware upgrades ―― DEBUG Executing command `/usr/bin/fwupdmgr refresh` DEBUG Executing command `/usr/bin/fwupdmgr get-updates` Devices with no available firmware updates: • Database Key • GIGABYTE • GIGABYTE • Key Exchange Key • Corsair MP600 GS • KEK CA • Option ROM UEFI CA • SNV3S1000G • SSD 870 QVO 4TB • SSD 870 QVO 4TB • SSD 990 PRO 2TB Devices with the latest available firmware version: • UEFI CA • UEFI dbx • Windows UEFI CA DEBUG Step "Restarts" DEBUG Step "Flatpak" DEBUG Detected "/usr/bin/flatpak" as "flatpak" ―― 23:15:29 - Flatpak User Packages ―― DEBUG Executing command `/usr/bin/flatpak update --user` Looking for updates… Info: runtime org.kde.Platform branch 5.15-24.08 is end-of-life, with reason: We strongly recommend moving to the latest stable version of the Platform and SDK Info: applications using this runtime: net.mkiol.SpeechNote Info: runtime org.freedesktop.Sdk branch 23.08 is end-of-life, with reason: org.freedesktop.Platform 23.08 is no longer receiving fixes and security updates. Please update to a supported runtime version. Info: runtime org.freedesktop.Platform.GL.default branch 23.08-extra is end-of-life, with reason: org.freedesktop.Platform 23.08 is no longer receiving fixes and security updates. Please update to a supported runtime version. Info: runtime org.freedesktop.Platform.GL.default branch 23.08 is end-of-life, with reason: org.freedesktop.Platform 23.08 is no longer receiving fixes and security updates. Please update to a supported runtime version. Nothing to update. Updating appstream data for user remote sober DEBUG Executing command `/usr/bin/flatpak uninstall --user --unused` These runtimes in installation 'user' are pinned and won't be removed; see flatpak-pin(1): runtime/org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/24.08 runtime/org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/25.08 Nothing unused to uninstall ―― 23:15:30 - Flatpak System Packages ―― DEBUG Executing command `/usr/bin/flatpak update --system` Looking for updates… Nothing to update. DEBUG Executing command `/usr/bin/flatpak uninstall --system --unused` Nothing unused to uninstall DEBUG Step "Gear Lever" DEBUG Detected "/usr/bin/flatpak" as "flatpak" DEBUG Executing command `/usr/bin/flatpak info it.mijorus.gearlever` DEBUG Flatpak "it.mijorus.gearlever" is installed ―― 23:15:30 - Gear Lever (Flatpak) ―― DEBUG Detected "/usr/bin/flatpak" as "flatpak" DEBUG Executing command `/usr/bin/flatpak run it.mijorus.gearlever --list-updates` No updates available DEBUG Step "LURE" DEBUG Step "Waydroid" DEBUG Step "auto-cpufreq" DEBUG Step "Cinnamon spices" DEBUG Step "Manual Entries" DEBUG Detected "/usr/bin/mandb" as "mandb" DEBUG Step "pkgfile" DEBUG Detected "/usr/bin/pkgfile" as "pkgfile" DEBUG Step "yadm" DEBUG Step "nix" DEBUG Step "nix upgrade-nix" DEBUG Step "guix" DEBUG Step "home-manager" DEBUG Step "asdf" DEBUG Step "mise" DEBUG Step "pkgin" DEBUG Step "bun-packages" DEBUG Step "zr" DEBUG Step "antibody" DEBUG Step "antidote" DEBUG Step "antigen" DEBUG Step "zgenom" DEBUG Step "zplug" DEBUG Step "zinit" DEBUG Step "zi" DEBUG Step "zim" DEBUG Step "oh-my-zsh" DEBUG Step "oh-my-bash" DEBUG Detected "/usr/bin/bash" as "bash" DEBUG Step "fisher" DEBUG Detected "/usr/bin/fish" as "fish" DEBUG Executing command `/usr/bin/fish -c 'type -t fisher'` DEBUG Executing command `/usr/bin/fish -c 'echo "$__fish_config_dir/fish_plugins"'` DEBUG Step "bash-it" DEBUG Step "oh-my-fish" DEBUG Detected "/usr/bin/fish" as "fish" DEBUG Step "fish-plug" DEBUG Detected "/usr/bin/fish" as "fish" DEBUG Step "fundle" DEBUG Detected "/usr/bin/fish" as "fish" DEBUG Step "tmux" DEBUG Step "tpack" DEBUG Step "pearl" DEBUG Step "Gnome Shell Extensions" DEBUG Detected "/usr/bin/gdbus" as "gdbus" DEBUG Step "pyenv" DEBUG Step "SDKMAN!" DEBUG Detected "/usr/bin/bash" as "bash" DEBUG Step "rcm" DEBUG Step "maza" DEBUG Step "hyprpm" DEBUG Step "atuin" DEBUG Step "apm" DEBUG Step "fossil" DEBUG Step "elan" DEBUG Step "rye" DEBUG Step "rustup" DEBUG Step "juliaup" DEBUG Step ".NET" DEBUG Detected "/usr/bin/dotnet" as "dotnet" DEBUG Executing command `/usr/bin/dotnet tool list --global` DEBUG Step "choosenim" DEBUG Step "cargo" DEBUG Path "/home/skare/.cargo" exists DEBUG Detected "/usr/bin/cargo" as "cargo" DEBUG Path "/home/skare/.cargo/.crates.toml" exists DEBUG Step "Antigravity extensions" DEBUG Proc version output: Linux version 7.1.2-2-cachyos (linux-cachyos@cachyos) (clang version 22.1.6, LLD 22.1.6) #1 SMP PREEMPT_DYNAMIC Sun, 28 Jun 2026 15:38:15 +0000 DEBUG Step "Cursor extensions" DEBUG Proc version output: Linux version 7.1.2-2-cachyos (linux-cachyos@cachyos) (clang version 22.1.6, LLD 22.1.6) #1 SMP PREEMPT_DYNAMIC Sun, 28 Jun 2026 15:38:15 +0000 DEBUG Step "Flutter" DEBUG Step "go-global-update" DEBUG Step "gup" DEBUG Step "opam" DEBUG Step "vcpkg" DEBUG Step "pi" DEBUG Step "pipx" DEBUG Detected "/usr/bin/pipx" as "pipx" ―― 23:15:33 - pipx ―― DEBUG Executing command `/usr/bin/pipx --version` DEBUG Executing command `/usr/bin/pipx upgrade-all --include-injected --quiet` No packages upgraded after running 'pipx upgrade-all' 😴 DEBUG Step "pipxu" DEBUG Step "Visual Studio Code extensions" DEBUG Proc version output: Linux version 7.1.2-2-cachyos (linux-cachyos@cachyos) (clang version 22.1.6, LLD 22.1.6) #1 SMP PREEMPT_DYNAMIC Sun, 28 Jun 2026 15:38:15 +0000 DEBUG Step "Visual Studio Code Insiders extensions" DEBUG Proc version output: Linux version 7.1.2-2-cachyos (linux-cachyos@cachyos) (clang version 22.1.6, LLD 22.1.6) #1 SMP PREEMPT_DYNAMIC Sun, 28 Jun 2026 15:38:15 +0000 DEBUG Step "VSCodium extensions" DEBUG Proc version output: Linux version 7.1.2-2-cachyos (linux-cachyos@cachyos) (clang version 22.1.6, LLD 22.1.6) #1 SMP PREEMPT_DYNAMIC Sun, 28 Jun 2026 15:38:15 +0000 DEBUG Detected "/usr/bin/codium" as "codium" DEBUG Executing command `/usr/bin/codium --version` DEBUG version_output.stdout="1.121.03429\n824c4c46a288b839f13b24022655329c2aeb9f81\nx64\n" DEBUG Detected VSCodium version as: 1.121.3429 ―― 23:15:33 - VSCodium extensions ―― DEBUG Executing command `/usr/bin/codium --update-extensions` No extension to update DEBUG Step "VSCodium Insiders extensions" DEBUG Proc version output: Linux version 7.1.2-2-cachyos (linux-cachyos@cachyos) (clang version 22.1.6, LLD 22.1.6) #1 SMP PREEMPT_DYNAMIC Sun, 28 Jun 2026 15:38:15 +0000 DEBUG Step "Windsurf extensions" DEBUG Proc version output: Linux version 7.1.2-2-cachyos (linux-cachyos@cachyos) (clang version 22.1.6, LLD 22.1.6) #1 SMP PREEMPT_DYNAMIC Sun, 28 Jun 2026 15:38:15 +0000 DEBUG Step "conda" DEBUG Step "mamba" DEBUG Step "pixi" DEBUG Step "miktex" DEBUG Step "pip3" DEBUG Detected "/usr/bin/python" as "python" DEBUG Executing command `/usr/bin/python -V` DEBUG Detected "/usr/bin/python3" as "python3" DEBUG Executing command `/usr/bin/python3 -V` DEBUG Executing command `/usr/bin/python -m pip` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/python -m pip` Stderr: /usr/bin/python: No module named pip\x1b[0m 1: \x1b[91m`/usr/bin/python` failed: exit status: 1 with /usr/bin/python: No module named pip \x1b[0m Location: \x1b[35msrc/steps/generic.rs\x1b[0m:\x1b[35m832\x1b[0m) DEBUG Step "pip-review" DEBUG Step "pip-review (local)" DEBUG Step "pipupgrade" DEBUG Step "getnf" DEBUG Step "ghcup" DEBUG Step "stack" DEBUG Step "TLDR" DEBUG Detected "/usr/bin/tldr" as "tldr" ―― 23:15:33 - TLDR ―― DEBUG Executing command `/usr/bin/tldr --update` DEBUG Step "tlmgr" DEBUG Step "myrepos" DEBUG Step "chezmoi" DEBUG Step "jetpack" DEBUG Step "vim" DEBUG Detected "/usr/bin/vim" as "vim" DEBUG Executing command `/usr/bin/vim --version` DEBUG Step "Neovim" DEBUG Step "The Ultimate vimrc" DEBUG Step "voom" DEBUG Step "Kakoune" DEBUG Step "helix" DEBUG Step "HelixDB" DEBUG Step "npm" DEBUG Detected "/usr/bin/npm" as "npm" ―― 23:15:34 - Node Package Manager ―― DEBUG Executing command `/usr/bin/npm --version` DEBUG Executing command `/usr/bin/npm root '--location=global'` DEBUG Step "yarn" DEBUG Step "pnpm" DEBUG Step "volta packages" DEBUG Step "viteplus" DEBUG Step "Containers" DEBUG Detected "/usr/bin/podman" as "podman" DEBUG Using container runtime '/usr/bin/podman' ―― 23:15:34 - Containers ―― DEBUG Executing command `/usr/bin/podman --help` DEBUG Querying '/usr/bin/podman image ls --format "{{.Repository}}:{{.Tag}}/{{.ID}}"' for containers DEBUG Executing command `/usr/bin/podman image ls --format '{{.Repository}}:{{.Tag}} {{.ID}}'` DEBUG Using container 'ghcr.io/zelikos/davincibox-opencl:latest 894d4e92e86e' DEBUG Querying '/usr/bin/podman image inspect --format "{{.Os}}/{{.Architecture}}"' for container 894d4e92e86e DEBUG Executing command `/usr/bin/podman image inspect 894d4e92e86e --format {{.Os}}/{{.Architecture}}` DEBUG Using container 'ghcr.io/zelikos/davincibox:latest 0c6eb7eeff51' DEBUG Querying '/usr/bin/podman image inspect --format "{{.Os}}/{{.Architecture}}"' for container 0c6eb7eeff51 DEBUG Executing command `/usr/bin/podman image inspect 0c6eb7eeff51 --format {{.Os}}/{{.Architecture}}` DEBUG Using container 'docker.io/library/debian:trixie 5ebdc6318df1' DEBUG Querying '/usr/bin/podman image inspect --format "{{.Os}}/{{.Architecture}}"' for container 5ebdc6318df1 DEBUG Executing command `/usr/bin/podman image inspect 5ebdc6318df1 --format {{.Os}}/{{.Architecture}}` DEBUG Using container 'docker.io/library/debian:latest 5ebdc6318df1' DEBUG Querying '/usr/bin/podman image inspect --format "{{.Os}}/{{.Architecture}}"' for container 5ebdc6318df1 DEBUG Executing command `/usr/bin/podman image inspect 5ebdc6318df1 --format {{.Os}}/{{.Architecture}}` DEBUG Skipping bogus container '<none>:<none> 93041adbc430' DEBUG Skipping bogus container '<none>:<none> 8ce2894044f6' DEBUG Containers to inspect: [Container { repo_tag: "ghcr.io/zelikos/davincibox-opencl:latest", platform: "linux/amd64" }, Container { repo_tag: "ghcr.io/zelikos/davincibox:latest", platform: "linux/amd64" }, Container { repo_tag: "docker.io/library/debian:trixie", platform: "linux/amd64" }, Container { repo_tag: "docker.io/library/debian:latest", platform: "linux/amd64" }] DEBUG Pulling container '`ghcr.io/zelikos/davincibox-opencl:latest` for `linux/amd64`' DEBUG Executing command `/usr/bin/podman pull ghcr.io/zelikos/davincibox-opencl:latest --platform linux/amd64` 894d4e92e86e02c0d6a67dcfedb695028c99e5f577c49c00ccd29755455ae0f0 DEBUG Pulling container '`ghcr.io/zelikos/davincibox:latest` for `linux/amd64`' DEBUG Executing command `/usr/bin/podman pull ghcr.io/zelikos/davincibox:latest --platform linux/amd64` 0c6eb7eeff51ba9db69778e0fce99dd40502a4925ad2ff8dda5b57578a2171ea DEBUG Pulling container '`docker.io/library/debian:trixie` for `linux/amd64`' DEBUG Executing command `/usr/bin/podman pull docker.io/library/debian:trixie --platform linux/amd64` 5ebdc6318df1a2972258091f50c531728be979a10ab0ce42b952b684bb513562 DEBUG Pulling container '`docker.io/library/debian:latest` for `linux/amd64`' DEBUG Executing command `/usr/bin/podman pull docker.io/library/debian:latest --platform linux/amd64` 5ebdc6318df1a2972258091f50c531728be979a10ab0ce42b952b684bb513562 DEBUG Removing dangling images DEBUG Executing command `/usr/bin/podman image prune -f` DEBUG Step "deno" DEBUG Detected "/usr/bin/deno" as "deno" DEBUG Step "composer" DEBUG Step "krew" DEBUG Step "helm" DEBUG Step "gem" DEBUG Step "rubygems" DEBUG Step "julia" DEBUG Step "haxelib" DEBUG Step "sheldon" DEBUG Step "stew" DEBUG Step "rtcl" DEBUG Step "bin" DEBUG Step "gcloud" DEBUG Step "micro" DEBUG Detected "/usr/bin/micro" as "micro" ―― 23:15:39 - micro ―― DEBUG Executing command `/usr/bin/micro -plugin update` Checking for plugin updates Nothing to install / update DEBUG Step "raco" DEBUG Step "spicetify" DEBUG Step "GitHub CLI Extensions" DEBUG Step "Bob" DEBUG Step "Certbot" DEBUG Step "Git Repositories" DEBUG Detected "/usr/bin/git" as "git" DEBUG /home/skare/.vim does not exist DEBUG /home/skare/.config/nvim does not exist DEBUG /home/skare/.ideavimrc does not exist DEBUG /home/skare/.intellimacs does not exist DEBUG /home/skare/.dotfiles does not exist DEBUG /home/skare/.zshrc is a file. Checking /home/skare DEBUG Checking if /home/skare is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/git rev-parse --show-toplevel` Stderr: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\x1b[0m 1: \x1b[91m`/usr/bin/git` failed: exit status: 128 with fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). \x1b[0m Location: \x1b[35msrc/steps/git.rs\x1b[0m:\x1b[35m208\x1b[0m) DEBUG /home/skare/.tmux does not exist DEBUG Checking if /home/skare/.config/fish is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/git rev-parse --show-toplevel` Stderr: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\x1b[0m 1: \x1b[91m`/usr/bin/git` failed: exit status: 128 with fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). \x1b[0m Location: \x1b[35msrc/steps/git.rs\x1b[0m:\x1b[35m208\x1b[0m) DEBUG /home/skare/.config/openbox does not exist DEBUG /home/skare/.config/bspwm does not exist DEBUG /home/skare/.config/i3 does not exist DEBUG /home/skare/.config/sway does not exist DEBUG Checking if /home/skare/Projects/CachyOS/AUR/kscreenlocker-git is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/AUR/kwin is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/AUR/kwin-git is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/AUR/mesa-git is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/AUR/pear-desktop-arjix-git is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/AUR/vulkan-low-latency-layer is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/CachyOS-PKGBUILDS is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/CachyOS-Settings is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/DockerFiles is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/git rev-parse --show-toplevel` Stderr: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\x1b[0m 1: \x1b[91m`/usr/bin/git` failed: exit status: 128 with fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). \x1b[0m Location: \x1b[35msrc/steps/git.rs\x1b[0m:\x1b[35m208\x1b[0m) DEBUG Checking if /home/skare/Projects/CachyOS/Builds/EmuDeck is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/Granite is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/MFTECmd is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/OSLTT is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/OptiScaler is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/SwarmUI is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/Vesktop is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/aur-malware-check is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/cachymod is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/cachyos-fish-config is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/catppuccin-kde is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/comfyui is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/davinci-resolve-studio is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/davincibox is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/evhz is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/input-overlay is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/kara is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/krunner-bazaar is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/kwin is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/lmstudio is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/low_latency_layer is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/lsfg-vk is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/lsfg-vk-wiki is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/git rev-parse --show-toplevel` Stderr: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\x1b[0m 1: \x1b[91m`/usr/bin/git` failed: exit status: 128 with fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). \x1b[0m Location: \x1b[35msrc/steps/git.rs\x1b[0m:\x1b[35m208\x1b[0m) DEBUG Checking if /home/skare/Projects/CachyOS/Builds/mesa is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/mesa-git is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/millennium is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/obs-studio-liberty is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/obs-vkcapture-git is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/scx_cake is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/venbind is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/git rev-parse --show-toplevel` Stderr: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\x1b[0m 1: \x1b[91m`/usr/bin/git` failed: exit status: 128 with fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). \x1b[0m Location: \x1b[35msrc/steps/git.rs\x1b[0m:\x1b[35m208\x1b[0m) DEBUG Checking if /home/skare/Projects/CachyOS/Builds/vkd3d-proton is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Builds/winboat is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Podman/Windows is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/git rev-parse --show-toplevel` Stderr: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\x1b[0m 1: \x1b[91m`/usr/bin/git` failed: exit status: 128 with fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). \x1b[0m Location: \x1b[35msrc/steps/git.rs\x1b[0m:\x1b[35m208\x1b[0m) DEBUG Checking if /home/skare/Projects/CachyOS/Podman/davincibox is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/git rev-parse --show-toplevel` Stderr: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\x1b[0m 1: \x1b[91m`/usr/bin/git` failed: exit status: 128 with fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). \x1b[0m Location: \x1b[35msrc/steps/git.rs\x1b[0m:\x1b[35m208\x1b[0m) DEBUG Checking if /home/skare/Projects/CachyOS/Scripts/EasyPulse is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/Scripts/profile-sync-daemon-brave is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/edid_fix/archive is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/git rev-parse --show-toplevel` Stderr: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\x1b[0m 1: \x1b[91m`/usr/bin/git` failed: exit status: 128 with fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). \x1b[0m Location: \x1b[35msrc/steps/git.rs\x1b[0m:\x1b[35m208\x1b[0m) DEBUG Checking if /home/skare/Projects/CachyOS/edid_fix/current is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/git rev-parse --show-toplevel` Stderr: fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\x1b[0m 1: \x1b[91m`/usr/bin/git` failed: exit status: 128 with fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). \x1b[0m Location: \x1b[35msrc/steps/git.rs\x1b[0m:\x1b[35m208\x1b[0m) DEBUG Checking if /home/skare/Projects/CachyOS/edid_fix/edid-generator is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /home/skare/Projects/CachyOS/timeshift-systemd-timer/.git is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/git rev-parse --show-toplevel` Stderr: fatal: this operation must be run in a work tree\x1b[0m 1: \x1b[91m`/usr/bin/git` failed: exit status: 128 with fatal: this operation must be run in a work tree \x1b[0m Location: \x1b[35msrc/steps/git.rs\x1b[0m:\x1b[35m208\x1b[0m) DEBUG Checking if /media/games/SteamLibrary/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/JokerDisplay is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /media/games/SteamLibrary/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/Saturn is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /media/games/SteamLibrary/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/Talisman is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Checking if /media/games/SteamLibrary/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/lovely is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/usr/bin/git rev-parse --show-toplevel` Stderr: fatal: not a git repository (or any parent up to mount point /media) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\x1b[0m 1: \x1b[91m`/usr/bin/git` failed: exit status: 128 with fatal: not a git repository (or any parent up to mount point /media) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). \x1b[0m Location: \x1b[35msrc/steps/git.rs\x1b[0m:\x1b[35m208\x1b[0m) DEBUG Checking if /media/games/SteamLibrary/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/smods is a git repository DEBUG Executing command `/usr/bin/git rev-parse --show-toplevel` DEBUG Command failed: Err( 0: \x1b[91mCommand failed: `/bin/fish -c download-proton-cachyos-nightly`\x1b[0m 1: \x1b[91m`/bin/fish` failed: exit status: 1\x1b[0m Location: \x1b[35msrc/steps/generic.rs\x1b[0m:\x1b[35m1086\x1b[0m) DEBUG Desktop notification: Topgrade finished with errors </pre> </details>
0 条评论