Skip to content

Instantly share code, notes, and snippets.

@xenodium
Created December 23, 2025 18:00
Show Gist options
  • Select an option

  • Save xenodium/581d9ba06ce982354c3cce017e080be3 to your computer and use it in GitHub Desktop.

Select an option

Save xenodium/581d9ba06ce982354c3cce017e080be3 to your computer and use it in GitHub Desktop.
Basic agent-shell CI failure
-*- mode: compilation; default-directory: "~/stuff/active/code/agent-shell/" -*-
Compilation started at Tue Dec 23 13:38:21
make
emacs -Q --eval "(progn (require 'package) (push '(\"melpa\" . \"https://melpa.org/packages/\") package-archives) (package-initialize) (dolist (pkg '(shell-maker acp package-lint)) (unless (package-installed-p pkg) (unless (assoc pkg package-archive-contents) (package-refresh-contents)) (package-install pkg))) (unless package-archive-contents (package-refresh-contents)) )" -batch -L . -L tests \
--eval "(setq byte-compile-error-on-warn t)" \
-f batch-byte-compile agent-shell*.el; \
(ret=$? ; rm *.elc && exit $ret)
Setting ‘package-selected-packages’ temporarily since "emacs -q" would overwrite customizations
Setting ‘package-selected-packages’ temporarily since "emacs -q" would overwrite customizations
Contacting host: melpa.org:443
Error: file-error ("https://melpa.org/packages/shell-maker-20251112.1702.tar" "Not found")
signal(file-error ("https://melpa.org/packages/shell-maker-20251112.1702.tar" "Not found"))
package--with-response-buffer-1("https://melpa.org/packages/" #f(compiled-function () #<bytecode -0x1e01ee47d92026e4>) :file "shell-maker-20251112.1702.tar" :async nil :error-function #<subr F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_83> :noerror nil)
package-install-from-archive(#s(package-desc :name shell-maker :version (20251112 1702) :summary "Interaction mode for making comint shells" :reqs ((emacs (27 1))) :kind tar :archive "melpa" :dir nil :extras ((:url . "https://github.com/xenodium/shell-maker") (:commit . "a83134afe5404b4c82e871389ab4ab0a01104d53") (:revdesc . "a83134afe540")) :signed nil))
package-download-transaction((#s(package-desc :name shell-maker :version (20251112 1702) :summary "Interaction mode for making comint shells" :reqs ((emacs (27 1))) :kind tar :archive "melpa" :dir nil :extras ((:url . "https://github.com/xenodium/shell-maker") (:commit . "a83134afe5404b4c82e871389ab4ab0a01104d53") (:revdesc . "a83134afe540")) :signed nil)))
package-install(shell-maker)
(if (package-installed-p pkg) nil (unless (assoc pkg package-archive-contents) (package-refresh-contents)) (package-install pkg))
(unless (package-installed-p pkg) (unless (assoc pkg package-archive-contents) (package-refresh-contents)) (package-install pkg))
(let ((pkg (car tail))) (unless (package-installed-p pkg) (unless (assoc pkg package-archive-contents) (package-refresh-contents)) (package-install pkg)) (setq tail (cdr tail)))
(while tail (let ((pkg (car tail))) (unless (package-installed-p pkg) (unless (assoc pkg package-archive-contents) (package-refresh-contents)) (package-install pkg)) (setq tail (cdr tail))))
(let ((tail '(shell-maker acp package-lint))) (while tail (let ((pkg (car tail))) (unless (package-installed-p pkg) (unless (assoc pkg package-archive-contents) (package-refresh-contents)) (package-install pkg)) (setq tail (cdr tail)))))
(dolist (pkg '(shell-maker acp package-lint)) (unless (package-installed-p pkg) (unless (assoc pkg package-archive-contents) (package-refresh-contents)) (package-install pkg)))
(progn (require 'package) (push '("melpa" . "https://melpa.org/packages/") package-archives) (package-initialize) (dolist (pkg '(shell-maker acp package-lint)) (unless (package-installed-p pkg) (unless (assoc pkg package-archive-contents) (package-refresh-contents)) (package-install pkg))) (unless package-archive-contents (package-refresh-contents)))
eval((progn (require 'package) (push '("melpa" . "https://melpa.org/packages/") package-archives) (package-initialize) (dolist (pkg '(shell-maker acp package-lint)) (unless (package-installed-p pkg) (unless (assoc pkg package-archive-contents) (package-refresh-contents)) (package-install pkg))) (unless package-archive-contents (package-refresh-contents))) t)
command-line-1(("--eval" "(progn (require 'package) (push '(\"melpa\" . \"https://melpa.org/packages/\") package-archives) (package-initialize) (dolist (pkg '(shell-maker acp package-lint)) (unless (package-installed-p pkg) (unless (assoc pkg package-archive-contents) (package-refresh-contents)) (package-install pkg))) (unless package-archive-contents (package-refresh-contents)) )" "-L" "." "-L" "tests" "--eval" "(setq byte-compile-error-on-warn t)" "-f" "batch-byte-compile" "agent-shell-anthropic.el" "agent-shell-cursor.el" "agent-shell-diff.el" "agent-shell-google.el" "agent-shell-goose.el" "agent-shell-heartbeat.el" "agent-shell-mistral.el" "agent-shell-openai.el" "agent-shell-opencode.el" "agent-shell-qwen.el" "agent-shell-ui.el" "agent-shell-viewport.el" "agent-shell.el"))
command-line()
normal-top-level()
https://melpa.org/packages/shell-maker-20251112.1702.tar: Not found
rm: *.elc: No such file or directory
make: *** [compile] Error 1
Compilation exited abnormally with code 2 at Tue Dec 23 13:38:23, duration 1.80 s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment