crazy-max / docker-rtorrent-rutorrent

rTorrent and ruTorrent Docker image
MIT License
457 stars 103 forks source link

ruTorrent v4.3.1-hotfix #344

Closed djerfy closed 1 month ago

djerfy commented 1 month ago

ruTorrent v4.3.1-hotfix

Changelog of ruTorrent v4.3.1-hotfix

djerfy commented 1 month ago

Job test failure:

 > [src-libsig 1/1] RUN curl -sSL "https://download.gnome.org/sources/libsigc%2B%2B/3.0/libsigc%2B%2B-3.0.3.tar.xz" | tar xJv --strip 1:
0.868 libsigc++-3.0.3/build/config.guess
0.868 libsigc++-3.0.3/build/ax_boost_base.m4
0.868 libsigc++-3.0.3/build/libtool.m4
0.890 curl: (18) transfer closed with 881025 bytes remaining to read
0.899 libsigc++-3.0.3/build/ltsugar.m4
0.903 libsigc++-3.0.3/build/ltmain.sh
0.913 xz: (stdin): Unexpected end of input
0.914 tar: Unexpected EOF in archive
0.914 tar: Unexpected EOF in archive
0.914 tar: Error is not recoverable: exiting now
------
Dockerfile:25
--------------------
  23 |     FROM src AS src-libsig
  24 |     ARG LIBSIG_VERSION
  25 | >>> RUN curl -sSL "[https://download.gnome.org/sources/libsigc%2B%2B/3.0/libsigc%2B%2B-${LIBSIG_VERSION}.tar.xz](https://download.gnome.org/sources/libsigc%2B%2B/3.0/libsigc%2B%2B-$%7BLIBSIG_VERSION%7D.tar.xz)" | tar xJv --strip 1
  26 |     
  27 |     FROM src AS src-cares

Curl session closed: curl: (18) transfer closed with 881025 bytes remaining to read

Can you retry this job?