r-darwish / topgrade

Upgrade everything
GNU General Public License v3.0
3.35k stars 160 forks source link

Not upgrading to the latest version (nor was auto updating since 5.1.0) #688

Closed msmafra closed 3 years ago

msmafra commented 3 years ago

What did you expect to happen? Top update from v5.1.0 to the latest v6.8.0

What actually happened? Updated from v5.1.0 to v6.7.0 but showed as v6.0.0.

Additional details:

Run topgrade --dry-run to see which commands Topgrade is running. If the command seems wrong, and you know why please tell us so. If the command seems fine try to run it yourself and tell us if you got a different result from Topgrade. ❯ topgrade --dry-run

―― 00:25:57 - System update ―――――――――――――――――――――――――――――――――――――――――――――――――――― Dry running: /usr/local/bin/doas /usr/bin/dnf-3 distro-sync

―― 00:25:57 - oh-my-zsh ―――――――――――――――――――――――――――――――――――――――――――――――――――――――― Pulling custom plugins and themes Would pull /home/marcelo/.oh-my-zsh/custom/plugins/zsh-autosuggestions Would pull /home/marcelo/.oh-my-zsh/custom/plugins/zsh-history-substring-search Would pull /home/marcelo/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting Would pull /home/marcelo/.oh-my-zsh/custom/themes/powerlevel10k Dry running: zsh /home/marcelo/.oh-my-zsh/tools/upgrade.sh

―― 00:25:57 - Atom Package Manager ――――――――――――――――――――――――――――――――――――――――――――― Dry running: /usr/bin/apm upgrade --confirm=false

―― 00:25:57 - Visual Studio Codium ――――――――――――――――――――――――――――――――――――――――――――― No extensions to update

―― 00:25:57 - Cargo ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Dry running: //home/marcelo/.cargo/bin/cargo-install-update install-update --git --all

―― 00:25:58 - Composer ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――

Changed current directory to /home/marcelo/.config/composer Loading composer repositories with package information Updating dependencies Nothing to modify in lock file Installing dependencies from lock file (including require-dev) Nothing to install, update or remove Generating autoload files

―― 00:25:58 - Flatpak User Packages ―――――――――――――――――――――――――――――――――――――――――――― Dry running: /usr/bin/flatpak update --user -y Dry running: /usr/bin/flatpak update --system -y

―― 00:25:58 - Firmware upgrades ―――――――――――――――――――――――――――――――――――――――――――――――― Dry running: /usr/bin/fwupdmgr refresh Dry running: /usr/bin/fwupdmgr get-updates

―― 00:25:58 - Summary ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― System update: OK oh-my-zsh: OK apm: OK vscodium: OK cargo: OK composer: OK Flatpak: OK Firmware upgrades: OK

❯ topgrade -v
 2021-04-11T03:27:17.993Z DEBUG topgrade::config > Configuration at /home/marcelo/.config/topgrade.toml
 2021-04-11T03:27:17.994Z DEBUG topgrade::config > Loaded configuration: ConfigFile { pre_commands: Some({}), post_commands: None, commands: Some({}), git_repos: None, predefined_git_repos: None, disable: None, ignore_failures: None, remote_topgrades: None, remote_topgrade_path: None, ssh_arguments: None, git_arguments: None, tmux_arguments: None, set_title: None, assume_yes: None, yay_arguments: None, no_retry: None, run_in_tmux: None, cleanup: None, notify_each_step: None, accept_all_windows_updates: None, bashit_branch: None, only: None, composer: Some(Composer { self_update: None }), brew: Some(Brew { greedy_cask: None }), linux: Some(Linux { yay_arguments: None, trizen_arguments: None, dnf_arguments: None, enable_tlmgr: None, redhat_distro_sync: Some(true), emerge_sync_flags: None, emerge_update_flags: None }), git: Some(Git { max_concurrency: None, arguments: None, repos: None, pull_predefined: None }), windows: Some(Windows { accept_all_updates: None, self_rename: None, open_remotes_in_new_terminal: None }), vagrant: None }
 2021-04-11T03:27:17.994Z DEBUG topgrade::utils  > Detected "/usr/bin/notify-send" as "notify-send"
 2021-04-11T03:27:17.994Z DEBUG topgrade         > Version: 6.7.0
 2021-04-11T03:27:17.994Z DEBUG topgrade         > OS: x86_64-unknown-linux-gnu
 2021-04-11T03:27:17.994Z DEBUG topgrade         > Args { inner: ["topgrade", "-v"] }
 2021-04-11T03:27:17.994Z DEBUG topgrade         > Binary path: Ok("/home/marcelo/.cargo/bin/topgrade")
 2021-04-11T03:27:17.994Z DEBUG topgrade         > Self Update: false
 2021-04-11T03:27:17.995Z DEBUG topgrade::utils  > Detected "/usr/bin/git" as "git"
 2021-04-11T03:27:17.995Z DEBUG topgrade::utils  > Detected "/usr/local/bin/doas" as "doas"
 2021-04-11T03:27:17.995Z DEBUG topgrade::utils  > Cannot find "pwsh"
 2021-04-11T03:27:17.995Z DEBUG topgrade::utils  > Cannot find "powershell"
 2021-04-11T03:27:17.995Z DEBUG topgrade::runner > Step "System update"

―― 00:27:17 - System update ――――――――――――――――――――――――――――――――――――――――――――――――――――
 2021-04-11T03:27:17.995Z DEBUG topgrade::utils  > Path "/usr/bin/rpm-ostree" doesn't exist
 2021-04-11T03:27:17.996Z DEBUG topgrade::utils  > Path "/usr/bin/dnf-3" exists
 2021-04-11T03:27:17.996Z DEBUG topgrade::executor > Running "/usr/local/bin/doas" "/usr/bin/dnf-3" "distro-sync"
Last metadata expiration check: 0:14:14 ago on Sun Apr 11 00:13:05 2021.
Dependencies resolved.
Nothing to do.
Complete!
 2021-04-11T03:27:20.180Z DEBUG topgrade::runner   > Step "etc-update"
 2021-04-11T03:27:20.181Z DEBUG topgrade::runner   > Step "Brew"
 2021-04-11T03:27:20.181Z DEBUG topgrade::runner   > Step "yadm"
 2021-04-11T03:27:20.181Z DEBUG topgrade::runner   > Step "nix"
 2021-04-11T03:27:20.181Z DEBUG topgrade::runner   > Step "home-manager"
 2021-04-11T03:27:20.181Z DEBUG topgrade::runner   > Step "asdf"
 2021-04-11T03:27:20.181Z DEBUG topgrade::utils    > Path "/home/marcelo/.config/emacs" doesn't exist
 2021-04-11T03:27:20.181Z DEBUG topgrade::utils    > Path "/home/marcelo/.emacs.d" doesn't exist
 2021-04-11T03:27:20.181Z DEBUG topgrade::steps::git > /home/marcelo/.doom.d does not exists
 2021-04-11T03:27:20.181Z DEBUG topgrade::steps::git > /home/marcelo/.vim does not exists
 2021-04-11T03:27:20.181Z DEBUG topgrade::steps::git > /home/marcelo/.config/nvim does not exists
 2021-04-11T03:27:20.181Z DEBUG topgrade::steps::git > /home/marcelo/.zshrc is a file. Checking /home/marcelo
 2021-04-11T03:27:20.181Z DEBUG topgrade::steps::git > Checking if /home/marcelo is a git repository
 2021-04-11T03:27:20.182Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(32768)), stdout: "", stderr: "fatal: not a git repository (or any parent up to mount point /)\nStopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\n" }
 2021-04-11T03:27:20.182Z DEBUG topgrade::steps::git > /home/marcelo/.tmux does not exists
 2021-04-11T03:27:20.182Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.config/fish is a git repository
 2021-04-11T03:27:20.183Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(32768)), stdout: "", stderr: "fatal: not a git repository (or any parent up to mount point /)\nStopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\n" }
 2021-04-11T03:27:20.184Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.config/openbox is a git repository
 2021-04-11T03:27:20.185Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(32768)), stdout: "", stderr: "fatal: not a git repository (or any parent up to mount point /)\nStopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\n" }
 2021-04-11T03:27:20.185Z DEBUG topgrade::steps::git > /home/marcelo/.config/bspwm does not exists
 2021-04-11T03:27:20.185Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.config/i3 is a git repository
 2021-04-11T03:27:20.186Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(32768)), stdout: "", stderr: "fatal: not a git repository (or any parent up to mount point /)\nStopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).\n" }
 2021-04-11T03:27:20.186Z DEBUG topgrade::steps::git > /home/marcelo/.config/sway does not exists
 2021-04-11T03:27:20.186Z DEBUG topgrade::runner     > Step "Git repositories"
 2021-04-11T03:27:20.186Z DEBUG topgrade::runner     > Step "zr"
 2021-04-11T03:27:20.186Z DEBUG topgrade::utils      > Detected "/usr/bin/zsh" as "zsh"
 2021-04-11T03:27:20.186Z DEBUG topgrade::runner     > Step "antibody"
 2021-04-11T03:27:20.186Z DEBUG topgrade::utils      > Detected "/usr/bin/zsh" as "zsh"
 2021-04-11T03:27:20.186Z DEBUG topgrade::runner     > Step "antigen"
 2021-04-11T03:27:20.186Z DEBUG topgrade::utils      > Detected "/usr/bin/zsh" as "zsh"
 2021-04-11T03:27:20.186Z DEBUG topgrade::utils      > Path "/home/marcelo/.zshrc" exists
 2021-04-11T03:27:20.186Z DEBUG topgrade::runner     > Step "zplug"
 2021-04-11T03:27:20.186Z DEBUG topgrade::utils      > Detected "/usr/bin/zsh" as "zsh"
 2021-04-11T03:27:20.186Z DEBUG topgrade::utils      > Path "/home/marcelo/.zshrc" exists
 2021-04-11T03:27:20.186Z DEBUG topgrade::runner     > Step "zinit"
 2021-04-11T03:27:20.186Z DEBUG topgrade::utils      > Detected "/usr/bin/zsh" as "zsh"
 2021-04-11T03:27:20.186Z DEBUG topgrade::utils      > Path "/home/marcelo/.zshrc" exists
 2021-04-11T03:27:20.186Z DEBUG topgrade::runner     > Step "zim"
 2021-04-11T03:27:20.186Z DEBUG topgrade::utils      > Detected "/usr/bin/zsh" as "zsh"
 2021-04-11T03:27:20.188Z TRACE topgrade::executor   > Output of "zsh" "-c" "[[ -n ${ZIM_HOME} ]] && print -n ${ZIM_HOME}": Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "" }
 2021-04-11T03:27:20.188Z DEBUG topgrade::runner     > Step "oh-my-zsh"
 2021-04-11T03:27:20.188Z DEBUG topgrade::utils      > Detected "/usr/bin/zsh" as "zsh"
 2021-04-11T03:27:20.188Z DEBUG topgrade::utils      > Path "/home/marcelo/.oh-my-zsh" exists

―― 00:27:20 - oh-my-zsh ――――――――――――――――――――――――――――――――――――――――――――――――――――――――
 2021-04-11T03:27:20.190Z TRACE topgrade::executor   > Output of "zsh" "-c" "test $ZSH_CUSTOM && echo -n $ZSH_CUSTOM": Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "" }
 2021-04-11T03:27:20.190Z DEBUG topgrade::steps::zsh > Running zsh returned exit code: 1: . Using default path: /home/marcelo/.oh-my-zsh/custom
 2021-04-11T03:27:20.190Z DEBUG topgrade::steps::zsh > oh-my-zsh custom dir: /home/marcelo/.oh-my-zsh/custom
 2021-04-11T03:27:20.190Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom is a git repository
 2021-04-11T03:27:20.191Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.191Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/plugins is a git repository
 2021-04-11T03:27:20.193Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.193Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/plugins/example is a git repository
 2021-04-11T03:27:20.194Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.194Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/plugins/zsh-autosuggestions is a git repository
 2021-04-11T03:27:20.196Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh/custom/plugins/zsh-autosuggestions\n", stderr: "" }
 2021-04-11T03:27:20.196Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting is a git repository
 2021-04-11T03:27:20.197Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting\n", stderr: "" }
 2021-04-11T03:27:20.197Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/plugins/zsh-history-substring-search is a git repository
 2021-04-11T03:27:20.199Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh/custom/plugins/zsh-history-substring-search\n", stderr: "" }
 2021-04-11T03:27:20.199Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.200Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.200Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes/powerlevel10k is a git repository
 2021-04-11T03:27:20.201Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh/custom/themes/powerlevel10k\n", stderr: "" }
 2021-04-11T03:27:20.201Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/rixius.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.201Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.203Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.203Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/minimal.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.203Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.204Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.204Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/pmcgee.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.204Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.205Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.205Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/re5et.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.205Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.207Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.207Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/mikeh.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.207Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.208Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.208Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/darkblood.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.208Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.210Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.210Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/smt.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.210Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.211Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.211Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/takashiyoshida.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.211Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.212Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.212Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/sorin.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.212Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.214Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.214Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/kolo.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.214Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.215Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.215Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/kafeitu.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.215Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.216Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.216Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/edvardm.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.216Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.217Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.217Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/kphoen.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.217Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.219Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.219Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/fox.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.219Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.220Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.220Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/miloshadzic.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.220Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.222Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.222Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/peepcode.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.222Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.223Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.223Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/trapd00r.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.223Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.224Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.224Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/mortalscumbag.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.224Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.225Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.225Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/evan.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.225Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.227Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.227Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/jispwoso.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.227Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.228Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.228Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/dst.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.228Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.229Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.229Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/dpoggi.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.229Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.230Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.230Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/mlh.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.230Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.231Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.231Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/garyblessington.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.231Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.232Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.232Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/refined.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.232Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.234Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.234Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/ys.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.234Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.235Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.235Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/agnoster.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.235Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.236Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.236Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/itchy.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.236Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.237Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.237Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/sunrise.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.237Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.238Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.238Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/avit.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.238Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.239Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.239Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/philips.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.239Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.241Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.241Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/nanotech.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.241Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.242Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.242Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/emotty.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.242Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.243Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.243Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/jbergantine.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.243Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.244Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.244Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/murilasso.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.244Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.245Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.246Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/macovsky.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.246Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.247Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.247Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/suvash.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.247Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.249Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.249Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/imajes.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.249Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.250Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.250Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/gallifrey.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.250Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.251Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.251Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/superjarin.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.251Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.253Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.253Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/gnzh.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.253Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.254Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.254Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/wedisagree.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.254Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.255Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.255Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/linuxonly.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.255Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.256Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.256Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/afowler.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.256Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.257Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.257Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/kardan.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.257Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.259Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.259Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/jonathan.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.259Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.260Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.260Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/gianu.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.260Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.261Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.261Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/3den.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.261Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.262Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.262Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/frontcube.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.262Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.263Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.263Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/sammy.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.263Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.264Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.264Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/sonicradish.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.264Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.265Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.266Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/daveverwer.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.266Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.267Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.267Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/tjkirch.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.267Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.268Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.268Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/pygmalion-virtualenv.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.268Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.269Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.269Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/nicoulaj.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.269Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.271Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.271Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/xiong-chiamiov-plus.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.271Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.272Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.272Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/jtriley.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.272Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.273Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.273Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/af-magic.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.273Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.275Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.275Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/fwalch.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.275Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.276Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.276Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/amuse.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.276Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.277Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.277Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/adben.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.277Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.278Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.278Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/bira.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.278Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.279Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.279Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/skaro.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.279Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.280Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.280Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/half-life.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.280Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.281Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.281Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/lukerandall.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.281Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.282Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.283Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/rkj.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.283Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.284Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.284Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/mgutz.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.284Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.285Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.285Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/fletcherm.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.285Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.287Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.287Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/rgm.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.287Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.288Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.288Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/candy.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.288Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.289Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.289Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/tjkirch_mod.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.289Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.291Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.291Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/zhann.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.291Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.292Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.292Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/dogenpunk.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.292Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.293Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.293Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/blinks.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.293Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.294Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.294Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/simple.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.294Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.295Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.295Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/crcandy.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.295Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.296Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.296Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/wezm+.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.296Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.297Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.297Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/arrow.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.297Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.299Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.299Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/frisk.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.299Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.300Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.300Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/aussiegeek.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.300Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.302Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.302Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/strug.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.302Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.303Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.303Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/macovsky.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.303Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.304Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.304Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/sunaku.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.304Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.305Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.305Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/kiwi.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.305Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.307Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.307Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/robbyrussell.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.307Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.308Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.308Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/example.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.308Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.309Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.309Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/fishy.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.309Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.310Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.310Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/duellj.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.310Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.311Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.311Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/tonotdo.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.311Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.312Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.312Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/clean.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.312Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.313Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.313Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/cloud.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.313Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.314Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.315Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/risto.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.315Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.316Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.316Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/flazz.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.316Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.317Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.317Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/apple.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.317Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.318Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.318Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/pygmalion.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.318Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.319Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.319Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/steeef.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.319Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.320Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.320Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/fino.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.320Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.322Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.322Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/junkfood.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.322Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.323Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.323Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/terminalparty.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.323Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.324Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.324Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/cypher.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.324Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.325Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.325Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/bureau.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.325Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.326Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.326Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/funky.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.326Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.327Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.327Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/lambda.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.327Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.328Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.328Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/muse.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.328Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.330Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.330Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/gentoo.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.330Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.331Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.331Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/simonoff.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.331Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.332Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.332Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/dieter.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.332Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.333Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.333Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/theunraveler.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.333Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.334Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.334Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/wezm.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.334Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.335Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.335Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/candy-kingdom.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.335Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.337Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.337Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/norm.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.337Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.338Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.338Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/juanghurtado.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.338Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.339Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.339Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/michelebologna.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.339Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.340Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.340Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/random.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.340Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.341Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.341Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/sporty_256.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.341Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.343Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.343Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/jnrowe.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.343Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.344Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.344Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/geoffgarside.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.344Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.345Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.345Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/gozilla.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.345Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.346Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.346Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/josh.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.346Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.347Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.347Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/dallas.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.347Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.348Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.349Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/awesomepanda.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.349Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.350Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.350Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/essembeh.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.350Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.351Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.351Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/mh.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.351Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.352Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.352Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/rkj-repos.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.352Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.353Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.353Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/intheloop.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.353Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.354Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.354Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/crunch.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.354Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.355Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.355Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/mira.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.355Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.356Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.356Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/humza.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.356Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.357Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.357Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/Soliah.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.357Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.358Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.358Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/wuffers.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.358Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.359Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.359Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/dstufft.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.359Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.361Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.361Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/mrtazz.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.361Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.362Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.362Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/fino-time.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.362Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.363Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.363Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/jaischeema.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.363Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.364Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.364Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/nebirhos.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.364Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.365Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.365Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/eastwood.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.365Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.366Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.366Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/jreese.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.366Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.367Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.367Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/maran.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.367Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.368Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.369Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/xiong-chiamiov.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.369Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.370Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.370Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/gallois.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.370Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.371Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.371Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/kennethreitz.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.371Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.372Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.372Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/alanpeabody.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.372Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.373Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.373Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/themes/obraun.zsh-theme is a file. Checking /home/marcelo/.oh-my-zsh/custom/themes
 2021-04-11T03:27:20.373Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom/themes is a git repository
 2021-04-11T03:27:20.375Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.375Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/flatpak.zsh is a file. Checking /home/marcelo/.oh-my-zsh/custom
 2021-04-11T03:27:20.375Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom is a git repository
 2021-04-11T03:27:20.376Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.376Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/podman.zsh is a file. Checking /home/marcelo/.oh-my-zsh/custom
 2021-04-11T03:27:20.376Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom is a git repository
 2021-04-11T03:27:20.377Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
 2021-04-11T03:27:20.377Z DEBUG topgrade::steps::git > /home/marcelo/.oh-my-zsh/custom/example.zsh is a file. Checking /home/marcelo/.oh-my-zsh/custom
 2021-04-11T03:27:20.377Z DEBUG topgrade::steps::git > Checking if /home/marcelo/.oh-my-zsh/custom is a git repository
 2021-04-11T03:27:20.378Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "--show-toplevel": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.oh-my-zsh\n", stderr: "" }
Pulling custom plugins and themes
 2021-04-11T03:27:20.379Z TRACE topgrade::executor   > Output of "/usr/bin/git" "remote" "show": Output { status: ExitStatus(ExitStatus(0)), stdout: "origin\n", stderr: "" }
 2021-04-11T03:27:20.380Z TRACE topgrade::executor   > Output of "/usr/bin/git" "remote" "show": Output { status: ExitStatus(ExitStatus(0)), stdout: "origin\n", stderr: "" }
 2021-04-11T03:27:20.381Z TRACE topgrade::executor   > Output of "/usr/bin/git" "remote" "show": Output { status: ExitStatus(ExitStatus(0)), stdout: "origin\n", stderr: "" }
 2021-04-11T03:27:20.383Z TRACE topgrade::executor   > Output of "/usr/bin/git" "remote" "show": Output { status: ExitStatus(ExitStatus(0)), stdout: "origin\n", stderr: "" }
 2021-04-11T03:27:20.384Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "HEAD": Output { status: ExitStatus(ExitStatus(0)), stdout: "0f80b8eb3368b46e5e573c1d91ae69eb095db3fb\n", stderr: "" }
Pulling /home/marcelo/.oh-my-zsh/custom/plugins/zsh-history-substring-search
 2021-04-11T03:27:20.386Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "HEAD": Output { status: ExitStatus(ExitStatus(0)), stdout: "e8517244f7d2ae4f9d979faf94608d6e4a74a73e\n", stderr: "" }
Pulling /home/marcelo/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
 2021-04-11T03:27:20.387Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "HEAD": Output { status: ExitStatus(ExitStatus(0)), stdout: "ae315ded4dba10685dbbafbfa2ff3c1aefeb490d\n", stderr: "" }
Pulling /home/marcelo/.oh-my-zsh/custom/plugins/zsh-autosuggestions
 2021-04-11T03:27:20.389Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "HEAD": Output { status: ExitStatus(ExitStatus(0)), stdout: "30bd9461b3f013bc4c529de0a123db89a92a87c7\n", stderr: "" }
Pulling /home/marcelo/.oh-my-zsh/custom/themes/powerlevel10k
 2021-04-11T03:27:23.066Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "HEAD": Output { status: ExitStatus(ExitStatus(0)), stdout: "ae315ded4dba10685dbbafbfa2ff3c1aefeb490d\n", stderr: "" }
Up-to-date /home/marcelo/.oh-my-zsh/custom/plugins/zsh-autosuggestions
 2021-04-11T03:27:23.068Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "HEAD": Output { status: ExitStatus(ExitStatus(0)), stdout: "30bd9461b3f013bc4c529de0a123db89a92a87c7\n", stderr: "" }
Up-to-date /home/marcelo/.oh-my-zsh/custom/themes/powerlevel10k
 2021-04-11T03:27:23.077Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "HEAD": Output { status: ExitStatus(ExitStatus(0)), stdout: "0f80b8eb3368b46e5e573c1d91ae69eb095db3fb\n", stderr: "" }
Up-to-date /home/marcelo/.oh-my-zsh/custom/plugins/zsh-history-substring-search
 2021-04-11T03:27:23.079Z TRACE topgrade::executor   > Output of "/usr/bin/git" "rev-parse" "HEAD": Output { status: ExitStatus(ExitStatus(0)), stdout: "e8517244f7d2ae4f9d979faf94608d6e4a74a73e\n", stderr: "" }
Up-to-date /home/marcelo/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
 2021-04-11T03:27:23.079Z DEBUG topgrade::executor   > Running "zsh" "/home/marcelo/.oh-my-zsh/tools/upgrade.sh"
Updating Oh My Zsh
From github.com:msmafra/ohmyzsh
 * branch              master     -> FETCH_HEAD
Current branch master is up to date.
         __                                     __   
  ____  / /_     ____ ___  __  __   ____  _____/ /_  
 / __ \/ __ \   / __ `__ \/ / / /  /_  / / ___/ __ \ 
/ /_/ / / / /  / / / / / / /_/ /    / /_(__  ) / / / 
\____/_/ /_/  /_/ /_/ /_/\__, /    /___/____/_/ /_/  
                        /____/                       

Oh My Zsh is already at the latest version.
To keep up with the latest news and updates, follow us on Twitter: https://twitter.com/ohmyzsh
Want to get involved in the community? Join our Discord: https://discord.gg/ohmyzsh
Get your Oh My Zsh swag at: https://shop.planetargon.com/collections/oh-my-zsh
 2021-04-11T03:27:25.166Z DEBUG topgrade::runner     > Step "fisher"
 2021-04-11T03:27:25.166Z DEBUG topgrade::runner     > Step "bash-it"
 2021-04-11T03:27:25.166Z DEBUG topgrade::runner     > Step "oh-my-fish"
 2021-04-11T03:27:25.167Z DEBUG topgrade::runner     > Step "tmux"
 2021-04-11T03:27:25.167Z DEBUG topgrade::runner     > Step "TLDR"
 2021-04-11T03:27:25.167Z DEBUG topgrade::runner     > Step "pearl"
 2021-04-11T03:27:25.167Z DEBUG topgrade::runner     > Step "SDKMAN!"
 2021-04-11T03:27:25.167Z DEBUG topgrade::utils      > Detected "/usr/bin/bash" as "bash"
 2021-04-11T03:27:25.167Z DEBUG topgrade::runner     > Step "apm"
 2021-04-11T03:27:25.167Z DEBUG topgrade::utils      > Detected "/usr/bin/apm" as "apm"

―― 00:27:25 - Atom Package Manager ―――――――――――――――――――――――――――――――――――――――――――――
 2021-04-11T03:27:25.167Z DEBUG topgrade::executor   > Running "/usr/bin/apm" "upgrade" "--confirm=false"
Package Updates Available (0)
└── (empty)
 2021-04-11T03:27:30.114Z DEBUG topgrade::runner     > Step "vscode"
 2021-04-11T03:27:30.114Z DEBUG topgrade::runner     > Step "vscodium"
 2021-04-11T03:27:30.114Z DEBUG topgrade::utils      > Detected "/usr/bin/codium" as "codium"

―― 00:27:30 - Visual Studio Codium ―――――――――――――――――――――――――――――――――――――――――――――
No extensions to update
 2021-04-11T03:27:30.327Z DEBUG topgrade::runner     > Step "fossil"
 2021-04-11T03:27:30.327Z DEBUG topgrade::runner     > Step "rustup"
 2021-04-11T03:27:30.327Z DEBUG topgrade::runner     > Step ".NET"
 2021-04-11T03:27:30.327Z DEBUG topgrade::runner     > Step "choosenim"
 2021-04-11T03:27:30.327Z DEBUG topgrade::runner     > Step "cargo"
 2021-04-11T03:27:30.327Z DEBUG topgrade::utils      > Detected "/usr/bin/cargo" as "cargo"

―― 00:27:30 - Cargo ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
 2021-04-11T03:27:30.328Z DEBUG topgrade::utils      > Detected "//home/marcelo/.cargo/bin/cargo-install-update" as "cargo-install-update"
 2021-04-11T03:27:30.328Z DEBUG topgrade::executor   > Running "//home/marcelo/.cargo/bin/cargo-install-update" "install-update" "--git" "--all"
    Updating registry 'https://github.com/rust-lang/crates.io-index'

Package       Installed  Latest  Needs update
cargo-update  v6.0.0     v6.0.0  No
desed         v1.2.0     v1.2.0  No
topgrade      v6.7.0     v6.7.0  No

No packages need updating.
Package  Installed  Latest  Needs update

No git packages need updating.
Overall updated 0 packages.
 2021-04-11T03:27:32.783Z DEBUG topgrade::runner     > Step "Flutter"
 2021-04-11T03:27:32.784Z DEBUG topgrade::runner     > Step "Emacs"
 2021-04-11T03:27:32.784Z DEBUG topgrade::runner     > Step "opam"
 2021-04-11T03:27:32.784Z DEBUG topgrade::runner     > Step "vcpkg"
 2021-04-11T03:27:32.784Z DEBUG topgrade::runner     > Step "pipx"
 2021-04-11T03:27:32.784Z DEBUG topgrade::runner     > Step "stack"
 2021-04-11T03:27:32.784Z DEBUG topgrade::runner     > Step "tlmgr"
 2021-04-11T03:27:32.784Z DEBUG topgrade::runner     > Step "myrepos"
 2021-04-11T03:27:32.784Z DEBUG topgrade::runner     > Step "jetpack"
 2021-04-11T03:27:32.784Z DEBUG topgrade::runner     > Step "vim"
 2021-04-11T03:27:32.784Z DEBUG topgrade::utils      > Detected "/usr/bin/vim" as "vim"
 2021-04-11T03:27:32.787Z TRACE topgrade::executor   > Output of "/usr/bin/vim" "--version": Output { status: ExitStatus(ExitStatus(0)), stdout: "VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Apr 08 2021 00:00:00)\nCorreções incluídas: 1-2735\nModificado por \nCompilado por \nVersão enorme sem interface gráfica.  Recursos incluídos (+) ou não (-):\n+acl               -farsi             +mouse_sgr         +tag_binary\n+arabic            +file_in_path      -mouse_sysmouse    -tag_old_static\n+autocmd           +find_in_path      +mouse_urxvt       -tag_any_white\n+autochdir         +float             +mouse_xterm       -tcl\n-autoservername    +folding           +multi_byte        +termguicolors\n-balloon_eval      -footer            +multi_lang        +terminal\n+balloon_eval_term +fork()            -mzscheme          +terminfo\n-browse            +gettext           +netbeans_intg     +termresponse\n++builtin_terms    -hangul_input      +num64             +textobjects\n+byte_offset       +iconv             +packages          +textprop\n+channel           +insert_expand     +path_extra        +timers\n+cindent           +ipv6              +perl/dyn          +title\n-clientserver      +job               +persistent_undo   -toolbar\n-clipboard         +jumplist          +popupwin          +user_commands\n+cmdline_compl     +keymap            +postscript        +vartabs\n+cmdline_hist      +lambda            +printer           +vertsplit\n+cmdline_info      +langmap           +profile           +virtualedit\n+comments          +libcall           -python            +visual\n+conceal           +linebreak         +python3/dyn       +visualextra\n+cryptv            +lispindent        +quickfix          +viminfo\n+cscope            +listcmds          +reltime           +vreplace\n+cursorbind        +localmap          +rightleft         +wildignore\n+cursorshape       +lua/dyn           +ruby/dyn          +wildmenu\n+dialog_con        +menu              +scrollbind        +windows\n+diff              +mksession         +signs             +writebackup\n+digraphs          +modify_fname      +smartindent       -X11\n-dnd               +mouse             -sound             -xfontset\n-ebcdic            -mouseshape        +spell             -xim\n+emacs_tags        +mouse_dec         +startuptime       -xpm\n+eval              +mouse_gpm         +statusline        -xsmp\n+ex_extra          -mouse_jsbterm     -sun_workshop      -xterm_clipboard\n+extra_search      +mouse_netterm     +syntax            -xterm_save\n    arquivo vimrc de sistema: \"/etc/vimrc\"\n    arquivo vimrc do usuário: \"$HOME/.vimrc\"\n 2º arquivo vimrc do usuário: \"~/.vim/vimrc\"\n     arquivo exrc do usuário: \"$HOME/.exrc\"\n       arquivo de padrões: \"$VIMRUNTIME/defaults.vim\"\n            padrão para $VIM: \"/etc\"\n     padrão para $VIMRUNTIME: \"/usr/share/vim/vim82\"\nCompilação: gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 \nVinculação: gcc -L. -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--enable-new-dtags -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -Wl,--as-needed -o vim -lm -lselinux -lncurses -lacl -lattr -lgpm -ldl -Wl,--enable-new-dtags -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -L/usr/lib64/perl5/CORE -lperl -lpthread -lresolv -ldl -lm -lcrypt -lutil -lc \n", stderr: "" }
 2021-04-11T03:27:32.787Z DEBUG topgrade::runner     > Step "Neovim"
 2021-04-11T03:27:32.787Z DEBUG topgrade::runner     > Step "voom"
 2021-04-11T03:27:32.787Z DEBUG topgrade::runner     > Step "npm"
 2021-04-11T03:27:32.788Z DEBUG topgrade::utils      > Detected "/usr/bin/npm" as "npm"
 2021-04-11T03:27:33.096Z TRACE topgrade::executor   > Output of "/usr/bin/npm" "root" "-g": Output { status: ExitStatus(ExitStatus(0)), stdout: "/usr/local/lib/node_modules\n", stderr: "" }
 2021-04-11T03:27:33.096Z DEBUG topgrade::runner     > Step "yarn"
 2021-04-11T03:27:33.096Z DEBUG topgrade::runner     > Step "deno"
 2021-04-11T03:27:33.096Z DEBUG topgrade::runner     > Step "composer"
 2021-04-11T03:27:33.096Z DEBUG topgrade::utils      > Detected "/usr/bin/composer" as "composer"
 2021-04-11T03:27:33.289Z TRACE topgrade::executor   > Output of "/usr/bin/composer" "global" "config" "--absolute" "--quiet" "home": Output { status: ExitStatus(ExitStatus(0)), stdout: "/home/marcelo/.config/composer\n", stderr: "" }
 2021-04-11T03:27:33.289Z DEBUG topgrade::utils      > Path "/home/marcelo/.config/composer" exists

―― 00:27:33 - Composer ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――

Changed current directory to /home/marcelo/.config/composer
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
 2021-04-11T03:27:33.513Z DEBUG topgrade::runner     > Step "krew"
 2021-04-11T03:27:33.513Z DEBUG topgrade::runner     > Step "gem"
 2021-04-11T03:27:33.513Z DEBUG topgrade::runner     > Step "sheldon"
 2021-04-11T03:27:33.513Z DEBUG topgrade::runner     > Step "rtcl"
 2021-04-11T03:27:33.513Z DEBUG topgrade::runner     > Step "gcloud"
 2021-04-11T03:27:33.513Z DEBUG topgrade::runner     > Step "micro"
 2021-04-11T03:27:33.513Z DEBUG topgrade::runner     > Step "Flatpak"
 2021-04-11T03:27:33.513Z DEBUG topgrade::utils      > Detected "/usr/bin/flatpak" as "flatpak"

―― 00:27:33 - Flatpak User Packages ――――――――――――――――――――――――――――――――――――――――――――
 2021-04-11T03:27:33.513Z DEBUG topgrade::executor   > Running "/usr/bin/flatpak" "update" "--user" "-y"
Procurando por atualizações…
Nada para fazer.
 2021-04-11T03:27:33.550Z DEBUG topgrade::executor   > Running "/usr/bin/flatpak" "update" "--system" "-y"
Procurando por atualizações…
Nada para fazer.
 2021-04-11T03:27:36.442Z DEBUG topgrade::runner     > Step "snap"
 2021-04-11T03:27:36.442Z DEBUG topgrade::runner     > Step "pihole"
 2021-04-11T03:27:36.442Z DEBUG topgrade::runner     > Step "Firmware upgrades"
 2021-04-11T03:27:36.442Z DEBUG topgrade::utils      > Detected "/usr/bin/fwupdmgr" as "fwupdmgr"
 2021-04-11T03:27:36.443Z TRACE topgrade::executor   > Output of "uname" "-r": Output { status: ExitStatus(ExitStatus(0)), stdout: "5.11.12-300.fc34.x86_64\n", stderr: "" }
 2021-04-11T03:27:36.443Z DEBUG topgrade::steps::os::linux > Uname output: 5.11.12-300.fc34.x86_64

―― 00:27:36 - Firmware upgrades ――――――――――――――――――――――――――――――――――――――――――――――――
 2021-04-11T03:27:36.443Z DEBUG topgrade::executor         > Running "/usr/bin/fwupdmgr" "refresh"
Firmware metadata last refresh: 13 horas ago. Use --force to refresh again.
 2021-04-11T03:27:36.491Z DEBUG topgrade::executor         > Running "/usr/bin/fwupdmgr" "get-updates"
Dispositivos com nenhuma atualização de firmware disponível:
 • ELAN0501:01 04F3:3019
 • KINGSTON SA1000M8240G
 • KINGSTON SA400S37480G
 • System Firmware
 • UEFI dbx
No updatable devices
 2021-04-11T03:27:36.570Z DEBUG topgrade::runner           > Step "Restarts"

―― 00:27:36 - Summary ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
System update: OK
etc-update: SKIPPED: Cannot find "etc-update" in PATH
Brew: SKIPPED: Cannot find "brew" in PATH
yadm: SKIPPED: Cannot find "yadm" in PATH
nix: SKIPPED: Cannot find "nix" in PATH
home-manager: SKIPPED: Cannot find "home-manager" in PATH
asdf: SKIPPED: Cannot find "asdf" in PATH
Git repositories: SKIPPED: No repositories to pull
zr: SKIPPED: Cannot find "zr" in PATH
antibody: SKIPPED: Cannot find "antibody" in PATH
antigen: SKIPPED: Path "/home/marcelo/antigen.zsh" doesn't exist
zplug: SKIPPED: Path "/home/marcelo/.zplug" doesn't exist
zinit: SKIPPED: Path "/home/marcelo/.zinit" doesn't exist
zim: SKIPPED: Path "/home/marcelo/.zim" doesn't exist
oh-my-zsh: OK
fisher: SKIPPED: Cannot find "fish" in PATH
bash-it: SKIPPED: Path "/home/marcelo/.bash_it" doesn't exist
oh-my-fish: SKIPPED: Cannot find "fish" in PATH
tmux: SKIPPED: Path "/home/marcelo/.tmux/plugins/tpm/bin/update_plugins" doesn't exist
TLDR: SKIPPED: Cannot find "tldr" in PATH
pearl: SKIPPED: Cannot find "pearl" in PATH
SDKMAN!: SKIPPED: Path "/home/marcelo/.sdkman/bin/sdkman-init.sh" doesn't exist
apm: OK
vscode: SKIPPED: Cannot find "code" in PATH
vscodium: OK
fossil: SKIPPED: Cannot find "fossil" in PATH
rustup: SKIPPED: Cannot find "rustup" in PATH
.NET: SKIPPED: Cannot find "dotnet" in PATH
choosenim: SKIPPED: Cannot find "choosenim" in PATH
cargo: OK
Flutter: SKIPPED: Cannot find "flutter" in PATH
Emacs: SKIPPED: Cannot find "emacs" in PATH
opam: SKIPPED: Cannot find "opam" in PATH
vcpkg: SKIPPED: Cannot find "vcpkg" in PATH
pipx: SKIPPED: Cannot find "pipx" in PATH
stack: SKIPPED: Cannot find "stack" in PATH
tlmgr: SKIPPED: tlmgr must be explicity enabled in the configuration to run in Linux
myrepos: SKIPPED: Cannot find "mr" in PATH
jetpack: SKIPPED: Cannot find "jetpack" in PATH
vim: SKIPPED: Path "/home/marcelo/.vim/vimrc" doesn't exist
Neovim: SKIPPED: Cannot find "nvim" in PATH
voom: SKIPPED: Cannot find "voom" in PATH
npm: SKIPPED: NPM root at /usr/local/lib/node_modules is owned by 0 which is not the current user
yarn: SKIPPED: Cannot find "yarn" in PATH
deno: SKIPPED: Cannot find "deno" in PATH
composer: OK
krew: SKIPPED: Cannot find "kubectl-krew" in PATH
gem: SKIPPED: Cannot find "gem" in PATH
sheldon: SKIPPED: Cannot find "sheldon" in PATH
rtcl: SKIPPED: Cannot find "rupdate" in PATH
gcloud: SKIPPED: Cannot find "gcloud" in PATH
micro: SKIPPED: Cannot find "micro" in PATH
Flatpak: OK
snap: SKIPPED: Cannot find "snap" in PATH
pihole: SKIPPED: Cannot find "pihole" in PATH
Firmware upgrades: OK
Restarts: SKIPPED: Cannot find "needrestart" in PATH
 2021-04-11T03:27:36.571Z DEBUG topgrade::terminal         > Desktop notification: Topgrade finished sucessfully

―― 00:13:20 - Cargo ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Updating registry 'https://github.com/rust-lang/crates.io-index'

Package Installed Latest Needs update cargo-update v5.1.0 v6.0.0 Yes desed v1.2.0 v1.2.0 No topgrade v6.7.0 v6.7.0 No

Updating cargo-update Downloaded cargo-update v6.0.0 Downloaded 1 crate (43.9 KB) in 2.21s Updating crates.io index Installing cargo-update v6.0.0 Downloaded unicode-bidi v0.3.5 Downloaded syn v1.0.69 Downloaded libc v0.2.93 Downloaded 3 crates (776.3 KB) in 1.56s Compiling libc v0.2.93 Compiling pkg-config v0.3.19 Compiling autocfg v1.0.1 Compiling maybe-uninit v2.0.0 Compiling matches v0.1.8 Compiling proc-macro2 v1.0.26 Compiling memchr v2.3.4 Compiling unicode-xid v0.2.1 Compiling bitflags v1.2.1 Compiling serde v1.0.125 Compiling syn v1.0.69 Compiling log v0.4.14 Compiling percent-encoding v2.1.0 Compiling unicode-width v0.1.8 Compiling serde_derive v1.0.125 Compiling cfg-if v1.0.0 Compiling ansi_term v0.11.0 Compiling openssl-probe v0.1.2 Compiling cfg-if v0.1.10 Compiling semver-parser v0.7.0 Compiling strsim v0.8.0 Compiling regex-syntax v0.6.23 Compiling vec_map v0.8.2 Compiling lazysort v0.2.1 Compiling lazy_static v1.4.0 Compiling json v0.11.15 Compiling array_tool v1.0.3 Compiling hex v0.4.2 Compiling unicode-bidi v0.3.5 Compiling form_urlencoded v1.0.1 Compiling textwrap v0.11.0 Compiling tabwriter v1.2.1 Compiling smallvec v0.6.14 Compiling jobserver v0.1.21 Compiling aho-corasick v0.7.15 Compiling dirs-sys v0.3.5 Compiling atty v0.2.14 Compiling quote v1.0.9 Compiling unicode-normalization v0.1.9 Compiling cc v1.0.67 Compiling dirs v2.0.2 Compiling regex v1.4.5 Compiling clap v2.33.3 Compiling semver v0.9.0 Compiling toml v0.5.8 Compiling idna v0.2.0 Compiling embed-resource v1.6.1 Compiling libz-sys v1.1.2 Compiling openssl-sys v0.9.61 Compiling libssh2-sys v0.2.21 Compiling libgit2-sys v0.10.0 Compiling url v2.2.1 Compiling cargo-update v6.0.0 Compiling git2 v0.11.0 Finished release [optimized] target(s) in 1m 32s Replacing /home/marcelo/.cargo/bin/cargo-install-update Replacing /home/marcelo/.cargo/bin/cargo-install-update-config Replaced package cargo-update v5.1.0 with cargo-update v6.0.0 (executables cargo-install-update, cargo-install-update-config)

Updated 1 package. Package Installed Latest Needs update

No git packages need updating. Overall updated 1 package: cargo-update.

After update ❯ topgrade --help Topgrade 6.7.0 Command line arguments

r-darwish commented 3 years ago

I forgot to publish 6.8.0 to crates.io so I did that now. Regarding the v6.0.0 that you're seeing there, that's not the version of Topgrade but the version of cargo-update

msmafra commented 3 years ago

I forgot to publish 6.8.0 to crates.io so I did that now. Regarding the v6.0.0 that you're seeing there, that's not the version of Topgrade but the version of cargo-update

Oh! Sorry about that. My dyslexia acting there.