Unable to deploy snapshots/releases through OSSRH

I’m trying to deploy artifact snapshot and release to OSSRH.
pom.xml: presto-hadoop-apache2/pom.xml at master · prestodb/presto-hadoop-apache2 · GitHub
Full log: presto-hadoop-apache2 debug · GitHub

But is keep getting this error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project hadoop-apache2: Failed to deploy artifacts: Could not transfer artifact com.facebook.presto.hadoop:hadoop-apache2:jar:2.7.4-7-20200331.114055-3 from/to sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots/): Broken pipe (Write failed) -> [Help 1]

And stacktrace shows:

Caused by: java.net.SocketException: Broken pipe (Write failed)
    at java.net.SocketOutputStream.socketWrite0 (Native Method)
    at java.net.SocketOutputStream.socketWrite (SocketOutputStream.java:111)
    at java.net.SocketOutputStream.write (SocketOutputStream.java:155)
    at sun.security.ssl.OutputRecord.writeBuffer (OutputRecord.java:431)
    at sun.security.ssl.OutputRecord.write (OutputRecord.java:417)
    at sun.security.ssl.SSLSocketImpl.writeRecordInternal (SSLSocketImpl.java:879)
    at sun.security.ssl.SSLSocketImpl.writeRecord (SSLSocketImpl.java:850)
    at sun.security.ssl.AppOutputStream.write (AppOutputStream.java:123)
    at org.apache.maven.wagon.providers.http.httpclient.impl.io.SessionOutputBufferImpl.streamWrite (SessionOutputBufferImpl.java:124)

I’m able to deploy other artifacts with group ID com.facebook.presto, and I believe I’m authorized to deploy all com.facebook.* artifacts.

Thanks for helping in advance!

Sorry but this forum is for general questions about Nexus Repository Manager, for OSSRH questions you’ll want to open a ticket under the OSSRH project at https://issues.sonatype.org