heroku-buildpack-clojure icon indicating copy to clipboard operation
heroku-buildpack-clojure copied to clipboard

Warnings at build time

Open rutchkiwi opened this issue 5 months ago • 0 comments

Everything is working, but getting these warnings every time is just annoying me:

remote: Building source:
remote:
remote: -----> Building on the Heroku-24 stack
remote: -----> Deleting 0 files matching .slugignore patterns.
remote: -----> Using buildpack: heroku/clojure
remote: -----> Clojure (Leiningen 2) app detected
remote: -----> Installing OpenJDK 11... done
remote: -----> Installing rlwrap...
remote:        Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
remote:        Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
remote:        Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
remote:        Hit:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
remote:        Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [597 kB]
remote:        Hit:6 https://apt.postgresql.org/pub/repos/apt noble-pgdg InRelease
remote: rm: cannot remove '/var/cache/apt/archives/partial/*.deb': Permission denied <-------- ERROR/WARNING
remote:        Fetched 849 kB in 1s (1,349 kB/s)
remote:        Reading package lists...
remote:        Reading package lists...
remote:        Building dependency tree...
remote:        The following NEW packages will be installed:
remote:          rlwrap
remote:        0 upgraded, 1 newly installed, 0 to remove and 75 not upgraded.
remote:        Need to get 0 B/107 kB of archives.
remote:        After this operation, 328 kB of additional disk space will be used.
remote:        Download complete and in download only mode
remote: -----> Installing Clojure 1.10.0.411 CLI tools
remote:        Downloading and expanding tar
remote:        Installing libs into /tmp/build_696ea3c4/.heroku/clj/lib/clojure
remote:        Installing clojure and clj into /tmp/build_696ea3c4/.heroku/clj/bin
remote:        Installing man pages into /tmp/build_696ea3c4/.heroku/clj/share/man/man1
remote:        Removing download
remote:        Use clj -h for help.
remote: -----> Using cached Leiningen 2.9.1
remote:        Writing: lein script
remote: cp: warning: behavior of -n is non-portable and may change in future; use --update=none instead <-------- WARNING
remote: -----> Building with Leiningen
remote:        Running: lein uberjar
remote:        Downloading Leiningen to /app/.lein/self-installs/leiningen-2.9.1-standalone.jar now... <----- Also might wanna silence this
remote:          % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
remote:                                         Dload  Upload   Total   Spent    Left  Speed
remote:   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
remote: 100 13.9M  100 13.9M    0     0  87.7M      0 --:--:-- --:--:-- --:--:-- 87.7M

rutchkiwi avatar Sep 04 '24 15:09 rutchkiwi