aRustyDev / aRustyDev/dotfiles

[Bug]: Implicit errors on new machine

Abierto
#183 0 comentarios 0 reacciones 1 asignado Reclamado por @aRustyDev Ver en GitHub
bug
Lenguaje dominante
Jupyter Notebook
Estrellas
1
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

### What happened?

```bash
just install
zsh:1: command not found: fd
error: Call to function `shell` failed: Process exited with status code 127
——▶ .build/just/lib.just:48:10

48 │ metas := shell("fd -Hi -E .build/ -t file meta.json " + root)
│ ^^^^^
```

```
just install
📦 Installing: .claude
cp -r "/Users/adam/code/proj/dotfiles/.claude/commands" "/Users/adam/.claude/commands"
cp: /Users/adam/.claude/commands: No such file or directory
error: Recipe `install` failed on line 22 with exit code 1
```

```
📦 Installing: .meta
Installing .meta.json schemas
jq: error (at /Users/adam/code/proj/dotfiles/.meta/schema.json:38): string ("0.1.0") and object ({"id":"4B4D...) cannot be added
...
jq: error (at /Users/adam/code/proj/dotfiles/.meta/schema.json:38): string ("0.1.0") and object ({"id":"4B4D...) cannot be added
✅ Completed: .meta
```

```
📦 Installing: cron
sh: mustache: command not found
sh: envsubst: command not found
error: Recipe `install` failed on line 8 with exit code 127
✅ Completed: cron
```

```
📦 Installing: docker
error: Call to function `require` failed: could not find executable `sponge`
——▶ justfile:31:11

31 │ sponge := require("sponge")
│ ^^^^^^^
✅ Completed: docker
```

```
📦 Installing: git
zsh:1: command not found: lsd
Configs complete
zsh:1: command not found: envsubst
[ERROR] 2026/01/09 00:57:04 the provided input could not be parsed
error: Recipe `config` failed on line 16 with exit code 1
✅ Completed: git
```

```
📦 Installing: just
mkdir -p "/Users/adam/.local/share/just"
mkdir -p "/Users/adam/.config/just/lib"
mkdir -p "/Users/adam/.local/cache/just"
mkdir -p "/Users/adam/.local/state/just"
curl "https://just.arusty.dev/lib/std.just" > "/Users/adam/.config/just/lib/std.just"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl "https://just.arusty.dev/global/adam.just" > "/Users/adam/.config/just/justfile"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
# cp *.just "/Users/adam/.local/share/just/" 2> /dev/null
cp "/Users/adam/code/proj/dotfiles/just/justfile" "/Users/adam/.config/just/justfile"
✅ Completed: just
```

```
📦 Installing: op
cp: agent.toml: No such file or directory
error: Recipe `install` failed on line 7 with exit code 1
✅ Completed: op
```

```
📦 Installing: paths.d
zsh:1: command not found: lsd
error: Call to function `shell` failed: Process exited with status code 127
——▶ justfile:3:8

3 │ all := shell("lsd -1 " + root + "/paths.d/paths")
│ ^^^^^
✅ Completed: paths.d
```

```
📦 Installing: ssh
[SSH Config] | Installing
[SSH Config] | Building
[ERROR] 2026/01/09 00:59:07 read: context deadline exceeded
/var/folders/l6/2r8wl8wx7h1g11f1vv7rqxb40000gp/T/just-p18Fcw/build: line 21: lsd: command not found
[ERROR] 2026/01/09 00:59:07 the provided input could not be parsed
error: Recipe `install` failed on line 27 with exit code 1
✅ Completed: ssh
```

```
📦 Installing: volta
error: Call to function `env` failed: environment variable `GOPATH` not present
——▶ justfile:7:10

7 │ gobin := env("GOPATH") + "/bin"
│ ^^^
✅ Completed: volta
```

```
📦 Installing: zed
cp: /Users/adam/.config/zed: No such file or directory
error: Recipe `install` failed on line 20 with exit code 1
✅ Completed: zed
```

```
📦 Installing: zen
just storage
ls storage
ls: storage: No such file or directory
error: Recipe `storage` failed on line 24 with exit code 1
error: Recipe `install` failed on line 7 with exit code 1
✅ Completed: zen
```

```
📦 Installing: zsh
Copied .zshenv -> /Users/adam/.config/zsh/.zshenv
sudo: unable to initialize PAM: No such file or directory
error: Recipe `zshenv` failed on line 46 with exit code 1
✅ Completed: zsh
```

### No Install Recipes
```
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/.build/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/.data/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/.zed/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/alacritty/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/amethyst/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/cargo/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/codebook/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/compile/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/config/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/devcontainers/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/direnv/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/docs/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/dot_helper/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/go-blocksite/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/golang/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/gophertube/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/homebrew/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/jira/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/k9s/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/karabiner/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/kitty/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/kube/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/lsp/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/lua/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/macos/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/mcp/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/nix/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/nix-darwin/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/node/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/nvim/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/offsec/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/pip/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/pre-commit/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/ripgrep/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/scripts/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/shellcheck/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/skhd/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/starship/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/stow/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/terraform/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/tmux/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/tree-sitter/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/vpn/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/vscode/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/wezterm/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/yazi/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/zellij/justfile
```

### Steps to Reproduce

New Machine
`just install`

### Expected Behavior

All Crates & Checkmarks

### Error Output (if any)

```shell
just install
zsh:1: command not found: fd
error: Call to function `shell` failed: Process exited with status code 127
——▶ .build/just/lib.just:48:10

48 │ metas := shell("fd -Hi -E .build/ -t file meta.json " + root)
│ ^^^^^

just install
📦 Installing: .claude
cp -r "/Users/adam/code/proj/dotfiles/.claude/commands" "/Users/adam/.claude/commands"
cp: /Users/adam/.claude/commands: No such file or directory
error: Recipe `install` failed on line 22 with exit code 1

📦 Installing: .meta
Installing .meta.json schemas
jq: error (at /Users/adam/code/proj/dotfiles/.meta/schema.json:38): string ("0.1.0") and object ({"id":"4B4D...) cannot be added
...
jq: error (at /Users/adam/code/proj/dotfiles/.meta/schema.json:38): string ("0.1.0") and object ({"id":"4B4D...) cannot be added
✅ Completed: .meta

📦 Installing: cron
sh: mustache: command not found
sh: envsubst: command not found
error: Recipe `install` failed on line 8 with exit code 127
✅ Completed: cron

📦 Installing: docker
error: Call to function `require` failed: could not find executable `sponge`
——▶ justfile:31:11

31 │ sponge := require("sponge")
│ ^^^^^^^
✅ Completed: docker

📦 Installing: git
zsh:1: command not found: lsd
Configs complete
zsh:1: command not found: envsubst
[ERROR] 2026/01/09 00:57:04 the provided input could not be parsed
error: Recipe `config` failed on line 16 with exit code 1
✅ Completed: git

📦 Installing: just
mkdir -p "/Users/adam/.local/share/just"
mkdir -p "/Users/adam/.config/just/lib"
mkdir -p "/Users/adam/.local/cache/just"
mkdir -p "/Users/adam/.local/state/just"
curl "https://just.arusty.dev/lib/std.just" > "/Users/adam/.config/just/lib/std.just"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl "https://just.arusty.dev/global/adam.just" > "/Users/adam/.config/just/justfile"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
# cp *.just "/Users/adam/.local/share/just/" 2> /dev/null
cp "/Users/adam/code/proj/dotfiles/just/justfile" "/Users/adam/.config/just/justfile"
✅ Completed: just

📦 Installing: op
cp: agent.toml: No such file or directory
error: Recipe `install` failed on line 7 with exit code 1
✅ Completed: op

📦 Installing: paths.d
zsh:1: command not found: lsd
error: Call to function `shell` failed: Process exited with status code 127
——▶ justfile:3:8

3 │ all := shell("lsd -1 " + root + "/paths.d/paths")
│ ^^^^^
✅ Completed: paths.d

📦 Installing: ssh
[SSH Config] | Installing
[SSH Config] | Building
[ERROR] 2026/01/09 00:59:07 read: context deadline exceeded
/var/folders/l6/2r8wl8wx7h1g11f1vv7rqxb40000gp/T/just-p18Fcw/build: line 21: lsd: command not found
[ERROR] 2026/01/09 00:59:07 the provided input could not be parsed
error: Recipe `install` failed on line 27 with exit code 1
✅ Completed: ssh

📦 Installing: volta
error: Call to function `env` failed: environment variable `GOPATH` not present
——▶ justfile:7:10

7 │ gobin := env("GOPATH") + "/bin"
│ ^^^
✅ Completed: volta

📦 Installing: zed
cp: /Users/adam/.config/zed: No such file or directory
error: Recipe `install` failed on line 20 with exit code 1
✅ Completed: zed

📦 Installing: zen
just storage
ls storage
ls: storage: No such file or directory
error: Recipe `storage` failed on line 24 with exit code 1
error: Recipe `install` failed on line 7 with exit code 1
✅ Completed: zen

📦 Installing: zsh
Copied .zshenv -> /Users/adam/.config/zsh/.zshenv
sudo: unable to initialize PAM: No such file or directory
error: Recipe `zshenv` failed on line 46 with exit code 1
✅ Completed: zsh

### No Install Recipes

⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/.build/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/.data/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/.zed/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/alacritty/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/amethyst/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/cargo/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/codebook/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/compile/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/config/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/devcontainers/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/direnv/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/docs/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/dot_helper/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/go-blocksite/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/golang/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/gophertube/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/homebrew/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/jira/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/k9s/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/karabiner/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/kitty/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/kube/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/lsp/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/lua/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/macos/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/mcp/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/nix/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/nix-darwin/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/node/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/nvim/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/offsec/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/pip/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/pre-commit/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/ripgrep/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/scripts/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/shellcheck/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/skhd/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/starship/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/stow/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/terraform/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/tmux/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/tree-sitter/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/vpn/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/vscode/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/wezterm/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/yazi/justfile
⚠️ No 'install' recipe in: /Users/adam/code/proj/dotfiles/zellij/justfile
```

### Version

this

### Operating System

macOS

### Additional Context

_No response_

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.