clojars / clojars-web

A community repository for open-source Clojure libraries
https://clojars.org
Eclipse Public License 1.0
470 stars 114 forks source link

Upload via Leiningen fails with "500 Internal Server Error" #854

Closed ruedigergad closed 1 year ago

ruedigergad commented 1 year ago

Hi,

I hope this is the right place to raise this.

Since today, I cannot seem to upload packages to clojars anymore. My last successful upload was on the 2022-12-25 for my package clj-net-pcap. Today, I tried to upload a new version of the same package again but I get the following result:

...
Compiling clj-net-pcap.main
Created /home/rc/repositories/private/clojure/clj-net-pcap/target/clj-net-pcap-1.8.4.jar
Wrote /home/rc/repositories/private/clojure/clj-net-pcap/pom.xml
Need to sign 2 files with GPG
[1/2] Signing /home/rc/repositories/private/clojure/clj-net-pcap/target/clj-net-pcap-1.8.4.jar with GPG
[2/2] Signing /home/rc/repositories/private/clojure/clj-net-pcap/pom.xml with GPG
Sending clj-net-pcap/clj-net-pcap/1.8.4/clj-net-pcap-1.8.4.jar (542k)
    to https://repo.clojars.org/
Could not transfer artifact clj-net-pcap:clj-net-pcap:jar:1.8.4 from/to clojars (https://repo.clojars.org/): Transfer failed for https://repo.clojars.org/clj-net-pcap/clj-net-pcap/1.8.4/clj-net-pcap-1.8.4.jar 500 Internal Server Error
Sending clj-net-pcap/clj-net-pcap/1.8.4/clj-net-pcap-1.8.4.pom (4k)
    to https://repo.clojars.org/
Could not transfer artifact clj-net-pcap:clj-net-pcap:pom:1.8.4 from/to clojars (https://repo.clojars.org/): Authorization failed for https://repo.clojars.org/clj-net-pcap/clj-net-pcap/1.8.4/clj-net-pcap-1.8.4.pom 403 Forbidden
Sending clj-net-pcap/clj-net-pcap/1.8.4/clj-net-pcap-1.8.4.jar.asc (1k)
    to https://repo.clojars.org/
Could not transfer artifact clj-net-pcap:clj-net-pcap:jar.asc:1.8.4 from/to clojars (https://repo.clojars.org/): Authorization failed for https://repo.clojars.org/clj-net-pcap/clj-net-pcap/1.8.4/clj-net-pcap-1.8.4.jar.asc 403 Forbidden
Sending clj-net-pcap/clj-net-pcap/1.8.4/clj-net-pcap-1.8.4.pom.asc (1k)
    to https://repo.clojars.org/
Could not transfer artifact clj-net-pcap:clj-net-pcap:pom.asc:1.8.4 from/to clojars (https://repo.clojars.org/): Authorization failed for https://repo.clojars.org/clj-net-pcap/clj-net-pcap/1.8.4/clj-net-pcap-1.8.4.pom.asc 403 Forbidden
Failed to deploy artifacts: Could not transfer artifact clj-net-pcap:clj-net-pcap:jar:1.8.4 from/to clojars (https://repo.clojars.org/): Transfer failed for https://repo.clojars.org/clj-net-pcap/clj-net-pcap/1.8.4/clj-net-pcap-1.8.4.jar 500 Internal Server Error

To double check, I tried with another of my packages (cli4clj) but it fails in the same way.

I also checked the audit log in the dashboard tab in the clojars web UI but cannot see anything obvious there. Just to check, I tried to pass an incorrect password and in this case, I see a corresponding log entry in the audit log.

The packages I try to deploy used to work without problems and I cannot see anything obvious that would break the deployment.

Please let me know if there is anything else I could try to upload the package.

Thanks in advance and cheers,

Ruediger

tobias commented 1 year ago

@ruedigergad Thanks for the report! It looks like the server is out of disk space for some reason. I'm working on it now and will report back.

tobias commented 1 year ago

@ruedigergad This should be fixed now. Apologies for the issue!