yegor256 / latexmk-action

GitHub action for building LaTeX documents via latexmk
MIT License
16 stars 3 forks source link

`make` is not installed #61

Closed yegor256 closed 1 month ago

yegor256 commented 1 month ago

@rultor release, tag is 0.15.0

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 OK, I will release it now. Please check the progress here.

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 Oops, I failed. You can see the full log here (spent 5min).

Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-3ubuntu3.1) ...

 ---> Removed intermediate container ba848f5ba6f8
 ---> bb3dfc24e3ea
Step 10/15 : ENV TEXLIVE_YEAR=2024
 ---> Running in 0c8c61262361
 ---> Removed intermediate container 0c8c61262361
 ---> 8420fce4e181
Step 11/15 : ENV PATH=${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest
 ---> Running in 31a42f356747
 ---> Removed intermediate container 31a42f356747
 ---> d085c28373af
Step 12/15 : RUN wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip   && unzip -qq install-tl.zip -d install-tl   && cd install-tl/install-tl-*   && echo "selected_scheme scheme-minimal" > p   && perl ./install-tl --profile=p   && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest"   && cd /action && rm -rf install-tl*   && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile   && tlmgr init-usertree   && tlmgr install texliveonfly collection-latex l3kernel l3packages   && pdflatex --version   && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]'   && tlmgr install latexmk   && bash -c 'latexmk --version'
 ---> Running in c5ed275ee37e
\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0mAutomated TeX Live installation using profile: p
Loading https://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb
\u001b[91mcannot contact mirror.ctan.org, returning a backbone server!
\u001b[0mInstalling TeX Live 2024 from: https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified)
Platform: x86_64-linux => 'GNU/Linux on x86_64'
Distribution: net  (downloading)
Using URL: https://www.ctan.org/tex-archive/systems/texlive/tlnet
Directory for temporary files: /tmp/gI_sUgux27
Installing to: /usr/local/texlive/2024
Installing [1/4, time/total: ??:??/??:??]: hyphen-base [23k]
Installing [2/4, time/total: 00:01/01:39]: kpathsea [1065k]
Installing [3/4, time/total: 00:03/00:06]: texlive-scripts [540k]
\u001b[91mTeXLive::TLUtils::check_file_and_remove: checksums differ for /tmp/gI_sUgux27/ZdLUcAkvQ4/texlive-scripts.tar.xz:
TeXLive::TLUtils::check_file_and_remove:   tlchecksum=a7a4595e5df249e073706f00685a63eee537759000e82b52a40d0e309288ee520ddee2a8a74945130cfb90b4d8133261dffb83a9d7374ce5cebe6813d80f6bce, arg=48d0ece63b347e570956f3ab1990268cc7ed774e807665ba0a11815d78bba5d38023dd4e92e6b51411b1df1e5845773f984e1ba348cc6e0bcd00c893f20a0ed7
TeXLive::TLUtils::check_file_and_remove: backtrace:
 -> tlpkg/TeXLive/TLUtils.pm:2768: TeXLive::TLUtils::check_file_and_remove
 -> tlpkg/TeXLive/TLPDB.pm:1989: TeXLive::TLUtils::unpack
 -> tlpkg/TeXLive/TLPDB.pm:1806: TeXLive::TLPDB::_install_data
 -> tlpkg/TeXLive/TLPDB.pm:1722: TeXLive::TLPDB::not_virtual_install_package
 -> tlpkg/TeXLive/TLUtils.pm:1895: TeXLive::TLPDB::install_package
 -> ./install-tl:2383: TeXLive::TLUtils::install_packages
 -> ./install-tl:1110: main::do_install_packages
 -> ./install-tl:770: main::do_installation
TeXLive::TLUtils::check_file_and_remove:   removing\u001b[0mInstalling [4/4, time/total: 00:04/00:08]: texlive.infra [558k]
\u001b[91m /tmp/gI_sUgux27/ZdLUcAkvQ4/texlive-scripts.tar.xz, but saving copy in /tmp/mwd7X6fzxL
TLPDB::_install_data: downloading did not succeed (check_file_and_remove failed) for https://www.ctan.org/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.tar.xz
TLUtils::install_packages: Failed to install texlive-scripts
                           texlive-scripts will be retried later.
\u001b[0mRetrying to install: texlive-scripts [540k]
./install-tl: Writing log in current directory: /action/install-tl/install-tl-20241017/install-tl.log
\u001b[91mTLPDB::_install_data: downloading did not succeed (download_file failed) for https://www.ctan.org/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.tar.xz
Installation failed.
Rerunning the installer will try to restart the installation.
Or you can restart by running the installer with:
  install-tl --profile installation.profile [YOUR-EXTRA-ARGS]
\u001b[0mThe command '/bin/sh -c wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip   && unzip -qq install-tl.zip -d install-tl   && cd install-tl/install-tl-*   && echo "selected_scheme scheme-minimal" > p   && perl ./install-tl --profile=p   && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest"   && cd /action && rm -rf install-tl*   && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile   && tlmgr init-usertree   && tlmgr install texliveonfly collection-latex l3kernel l3packages   && pdflatex --version   && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]'   && tlmgr install latexmk   && bash -c 'latexmk --version'' returned a non-zero code: 1
make: *** [Makefile:28: test] Error 1
make: Leaving directory '/home/r/repo'
container cb97c625b62b26ca8bbef71bcf3798d3ed9e57314925a5ea2bce145676aba10b is dead
Thu Oct 17 05:49:22 UTC 2024
yegor256 commented 1 month ago

@rultor release, tag is 0.15.0

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 OK, I will release it now. Please check the progress here.

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 Oops, I failed. You can see the full log here (spent 6min).

 ---> Running in 89ab54876c01
\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0mAutomated TeX Live installation using profile: p
Loading https://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb
\u001b[91mcannot contact mirror.ctan.org, returning a backbone server!
\u001b[0mInstalling TeX Live 2024 from: https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified)
Platform: x86_64-linux => 'GNU/Linux on x86_64'
Distribution: net  (downloading)
Using URL: https://www.ctan.org/tex-archive/systems/texlive/tlnet
Directory for temporary files: /tmp/YsY6fB_vck
Installing to: /usr/local/texlive/2024
Installing [1/4, time/total: ??:??/??:??]: hyphen-base [23k]
Installing [2/4, time/total: 00:01/01:39]: kpathsea [1065k]
Installing [3/4, time/total: 00:04/00:08]: texlive-scripts [540k]
\u001b[91mTeXLive::TLUtils::check_file_and_remove: checksums differ for /tmp/YsY6fB_vck/TlFy6uUIXr/texlive-scripts.doc.tar.xz:
TeXLive::TLUtils::check_file_and_remove:   tlchecksum=055e67b1036e4b64cbc435e919b67fde76cac5ef65de45ace7b1c22f81c6e7dd7323372b326ebb65d2e662e026a9f17fe194ab72e34c6e5ce584ba457edaab89, arg=a5a6ff8bb0dda625383abe0dd9e0fdb45929b8cfc6a77b8bbb4672ee2afae043428e659002f8812897eddcf043984bfedbc1d1a8417ed109417e6618b4bc775f
TeXLive::TLUtils::check_file_and_remove: backtrace:
 -> tlpkg/TeXLive/TLUtils.pm:2768: TeXLive::TLUtils::check_file_and_remove
 -> tlpkg/TeXLive/TLPDB.pm:1989: TeXLive::TLUtils::unpack
 -> tlpkg/TeXLive/TLPDB.pm:1842: TeXLive::TLPDB::_install_data
 -> tlpkg/TeXLive/TLPDB.pm:1722: TeXLive::TLPDB::not_virtual_install_package
 -> tlpkg/TeXLive/TLUtils.pm:1895: TeXLive::TLPDB::install_package
 -> ./install-tl:2383: TeXLive::TLUtils::install_packages
 -> ./install-tl:1110: main::do_install_packages
 -> ./install-tl:770: main::do_installation
TeXLive::TLUtils::check_file_and_remove:   remo\u001b[0mInstalling [4/4, time/total: 00:05/00:10]: texlive.infra [558k]
\u001b[91mving /tmp/YsY6fB_vck/TlFy6uUIXr/texlive-scripts.doc.tar.xz, but saving copy in /tmp/XPgey08kEG
TLPDB::_install_data: downloading did not succeed (check_file_and_remove failed) for https://www.ctan.org/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.doc.tar.xz
TLUtils::install_packages: Failed to install texlive-scripts
                           texlive-scripts will be retried later.
\u001b[0mRetrying to install: texlive-scripts [540k]
\u001b[91mTeXLive::TLUtils::check_file_and_remove: checksums differ for /tmp/YsY6fB_vck/deecjxp6Hd/texlive-scripts.doc.tar.xz:
TeXLive::TLUtils::check_file_and_remove:   tlchecksum=055e67b1036e4b64cbc435e919b67fde76cac5ef65de45ace7b1c22f81c6e7dd7323372b326ebb65d2e662e026a9f17fe194ab72e34c6e5ce584ba457edaab89, arg=a5a6ff8bb0dda625383abe0dd9e0fdb45929b8cfc6a77b8bbb4672ee2afae043428e659002f8812897eddcf043984bfedbc1d1a8417ed109417e6618b4bc775f
TeXLive::TLUtils::check_file_and_remove: backtrace:
 -> tlpkg/TeXLive/TLUtils.pm:2768: TeXLive::TLUtils::check_file_and_remove
 -> tlpkg/TeXLive/TLPDB.pm:1989: TeXLive::TLUtils::unpack
 -> tlpkg/TeXLive/TLPDB.pm:1842: TeXLive::TLPDB::_install_data
 -> tlpkg/TeXLive/TLPDB.pm:1722: TeXLive::TLPDB::not_virtual_install_package
 -> tlpkg/TeXLive/TLUtils.pm:1915: TeXLive::TLPDB::install_package
 -> ./install-tl:2383: TeXLive::TLUtils::install_packages
 -> ./install-tl:1110: main::do_install_packages
 -> ./install-tl:770: main::do_installation
TeXLive::TLUtils::check_file_and_remove:   remo\u001b[0m./install-tl: Writing log in current directory: /action/install-tl/install-tl-20241016/install-tl.log
\u001b[91mving /tmp/YsY6fB_vck/deecjxp6Hd/texlive-scripts.doc.tar.xz, but saving copy in /tmp/U3M9kOuUZY
TLPDB::_install_data: downloading did not succeed (check_file_and_remove failed) for https://www.ctan.org/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.doc.tar.xz
Installation failed.
Rerunning the installer will try to restart the installation.
Or you can restart by running the installer with:
  install-tl --profile installation.profile [YOUR-EXTRA-ARGS]
\u001b[0mThe command '/bin/sh -c wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip   && unzip -qq install-tl.zip -d install-tl   && cd install-tl/install-tl-*   && echo "selected_scheme scheme-minimal" > p   && perl ./install-tl --profile=p   && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest"   && cd /action && rm -rf install-tl*   && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile   && tlmgr init-usertree   && tlmgr install texliveonfly collection-latex l3kernel l3packages   && pdflatex --version   && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]'   && tlmgr install latexmk   && bash -c 'latexmk --version'' returned a non-zero code: 1
make: *** [Makefile:28: test] Error 1
make: Leaving directory '/home/r/repo'
container b2465336034b62e9da5008f3f16745e7f268253b553d23b03780212ed542a604 is dead
Thu Oct 17 06:41:36 UTC 2024
yegor256 commented 1 month ago

@rultor release, tag is 0.15.0

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 OK, I will release it now. Please check the progress here.

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 Oops, I failed. You can see the full log here (spent 6min).

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libr/librsvg/librsvg2-2_2.58.0%2bdfsg-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libr/librsvg/librsvg2-common_2.58.0%2bdfsg-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/d/double-conversion/libdouble-conversion3_3.3.0-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/g/gsl/libgslcblas0_2.7.1%2bdfsg-6ubuntu2_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/g/gsl/libgsl27_2.7.1%2bdfsg-6ubuntu2_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/lib2/lib2geom/lib2geom1.2.0t64_1.2.2-3.1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/at-spi2-core/libatk1.0-0t64_2.52.0-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libs/libsigc%2b%2b-2.0/libsigc%2b%2b-2.0-0v5_2.12.1-2_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/glibmm2.4/libglibmm-2.4-1t64_2.66.7-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/atkmm1.6/libatkmm-1.6-1v5_2.28.4-1build4_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/boost1.83/libboost-filesystem1.83.0_1.83.0-2.1ubuntu3_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cairomm/libcairomm-1.0-1v5_1.14.5-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libr/librevenge/librevenge-0.0-0_0.0.5-3build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libc/libcdr/libcdr-0.1-1_0.1.7-1build2_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libgc/libgc1_8.2.6-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gspell/libgspell-1-common_1.12.2-1build4_all.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/aspell/libaspell15_0.60.8.1-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/h/hunspell/libhunspell-1.7-0_1.7.2%2breally1.7.2-10build3_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/e/enchant-2/libenchant-2-2_2.3.3-2build2_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxi/libxi6_1.8.1-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/at-spi2-core/libatspi2.0-0t64_2.52.0-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/at-spi2-core/libatk-bridge2.0-0t64_2.52.0-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/colord/libcolord2_1.4.7-1build2_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]\u001b[0m\u001b[91m
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/avahi/libavahi-common-data_0.8-13ubuntu6_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/avahi/libavahi-common3_0.8-13ubuntu6_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/a/avahi/libavahi-client3_0.8-13ubuntu6_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/libepoxy/libepoxy0_1.5.10-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/w/wayland/libwayland-client0_1.22.0-2.1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/w/wayland/libwayland-cursor0_1.22.0-2.1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/w/wayland/libwayland-egl1_1.22.0-2.1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcomposite/libxcomposite1_0.4.5-1build3_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxfixes/libxfixes3_6.0.0-2build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcursor/libxcursor1_1.2.1-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxdamage/libxdamage1_1.1.6-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxinerama/libxinerama1_1.1.4-3build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxrandr/libxrandr2_1.5.2-2build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gtk%2b3.0/libgtk-3-common_3.24.41-4ubuntu1.2_all.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gtk%2b3.0/libgtk-3-0t64_3.24.41-4ubuntu1.2_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gspell/libgspell-1-2_1.12.2-1build4_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/pangomm/libpangomm-1.4-1v5_2.46.4-1build3_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gtkmm3.0/libgtkmm-3.0-1t64_3.24.9-1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/i/imagemagick/libmagick%2b%2b-6.q16-9t64_6.9.12.98%2bdfsg1-5.2build2_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/nspr/libnspr4_4.35-1.1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/nss/libnss3_3.98-1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/p/potrace/libpotrace0_1.16-2build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libs/libsoup2.4/libsoup2.4-common_2.74.3-6ubuntu1_all.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: \u001b[0m\u001b[91mFailed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libs/libsoup2.4/libsoup-2.4-1_2.74.3-6ubuntu1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libv/libvisio/libvisio-0.1-1_0.1.7-1build9_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libw/libwpd/libwpd-0.10-10_0.10.3-2build2_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libw/libwpg/libwpg-0.3-3_0.3.4-3build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxslt/libxslt1.1_1.1.39-0exp1build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/i/inkscape/inkscape_1.2.2-2ubuntu12_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/make-dfsg/make_4.3-4.1build2_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/z/zip/zip_3.0-13build1_amd64.deb  Unable to connect to archive.ubuntu.com:80: [IP: 91.189.91.83 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
\u001b[0mTh
yegor256 commented 1 month ago

@rultor release, tag is 0.15.0

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 OK, I will release it now. Please check the progress here.

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 Oops, I failed. You can see the full log here (spent 7min).

running package-specific postactions
\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0mfinished with package-specific postactions
Welcome to TeX Live!
See /usr/local/texlive/2024/index.html for links to documentation.

The TeX Live web site (https://tug.org/texlive/) provides all updates
and corrections. TeX Live is a joint project of the TeX user groups
around the world; please consider supporting it by joining the group
best for you. The list of groups is available on the web
at https://tug.org/usergroups.html.

Add /usr/local/texlive/2024/texmf-dist/doc/man to MANPATH.
Add /usr/local/texlive/2024/texmf-dist/doc/info to INFOPATH.
Most importantly, add /usr/local/texlive/2024/bin/x86_64-linux
to your PATH for current and future sessions.

Logfile: /usr/local/texlive/2024/install-tl.log
\u001b[91m
 ----------------------------------------------------------------------
 The following environment variables contain the string "tex"
 (case-independent).  If you're doing anything but adding personal
 directories to the system paths, they may well cause trouble somewhere
 while running TeX.  If you encounter problems, try unsetting them.

 Please ignore spurious matches unrelated to TeX. (To omit this check,
 set the environment variable TEXLIVE_INSTALL_ENV_NOCHECK.)

    TEXLIVE_YEAR=2024
 ----------------------------------------------------------------------
\u001b[0m\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0m\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0m\u001b[91m
tlmgr: Remote database (revision 72561 of the texlive-scripts package)
seems to be older than the local installation (rev 72570 of
texlive-scripts); please use a different mirror and/or wait a day or two.

\u001b[0mThe command '/bin/sh -c wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip   && unzip -qq install-tl.zip -d install-tl   && cd install-tl/install-tl-*   && echo "selected_scheme scheme-minimal" > p   && perl ./install-tl --profile=p   && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest"   && cd /action && rm -rf install-tl*   && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile   && tlmgr init-usertree   && tlmgr install texliveonfly collection-latex l3kernel l3packages   && pdflatex --version   && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]'   && tlmgr install latexmk   && bash -c 'latexmk --version'' returned a non-zero code: 1
make: *** [Makefile:28: test] Error 1
make: Leaving directory '/home/r/repo'
container ccd253ecb571cbfbd99eadfe123834b3a95f8aa2e4812bab434cb69528c4a538 is dead
Thu Oct 17 07:11:34 UTC 2024
yegor256 commented 1 month ago

@rultor release, tag is 0.15.0

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 OK, I will release it now. Please check the progress here.

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 Oops, I failed. You can see the full log here (spent 17min).

pre-generating all format files, be patient...
running fmtutil-sys --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --no-strict --all ...done
running package-specific postactions
\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0mfinished with package-specific postactions
Welcome to TeX Live!
See /usr/local/texlive/2024/index.html for links to documentation.

The TeX Live web site (https://tug.org/texlive/) provides all updates
and corrections. TeX Live is a joint project of the TeX user groups
around the world; please consider supporting it by joining the group
best for you. The list of groups is available on the web
at https://tug.org/usergroups.html.

Add /usr/local/texlive/2024/texmf-dist/doc/man to MANPATH.
Add /usr/local/texlive/2024/texmf-dist/doc/info to INFOPATH.
Most importantly, add /usr/local/texlive/2024/bin/x86_64-linux
to your PATH for current and future sessions.

Logfile: /usr/local/texlive/2024/install-tl.log
\u001b[91m
 ----------------------------------------------------------------------
 The following environment variables contain the string "tex"
 (case-independent).  If you're doing anything but adding personal
 directories to the system paths, they may well cause trouble somewhere
 while running TeX.  If you encounter problems, try unsetting them.

 Please ignore spurious matches unrelated to TeX. (To omit this check,
 set the environment variable TEXLIVE_INSTALL_ENV_NOCHECK.)

    TEXLIVE_YEAR=2024
 ----------------------------------------------------------------------
\u001b[0m\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0m\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0m\u001b[91m
tlmgr: Remote database (revision 72561 of the texlive-scripts package)
seems to be older than the local installation (rev 72570 of
texlive-scripts); please use a different mirror and/or wait a day or two.

\u001b[0mThe command '/bin/sh -c wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip   && unzip -qq install-tl.zip -d install-tl   && cd install-tl/install-tl-*   && echo "selected_scheme scheme-minimal" > p   && perl ./install-tl --profile=p   && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest"   && cd /action && rm -rf install-tl*   && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile   && tlmgr init-usertree   && tlmgr install texliveonfly collection-latex l3kernel l3packages   && pdflatex --version   && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]'   && tlmgr install latexmk   && bash -c 'latexmk --version'' returned a non-zero code: 1
container 9c3e1209b7fbcf1f3fb5c9fb45f41359761c22828d97e8dd4a75fda1853c1ed9 is dead
Thu Oct 17 07:32:04 UTC 2024
yegor256 commented 1 month ago

@rultor release, tag is 0.15.0

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 OK, I will release it now. Please check the progress here.

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 Oops, I failed. You can see the full log here (spent 10min).

[72/76, 03:19/03:31] install: tools [6444k]
[73/76, 03:22/03:23] install: uniquecounter [292k]
[74/76, 03:25/03:25] install: url [266k]
[75/76, 03:27/03:27] install: zapfding [46k]
[76/76, 03:28/03:28] install: collection-latex [1k]
running mktexlsr ...
done running mktexlsr.
running updmap-sys ...
done running updmap-sys.
regenerating language.dat
regenerating language.def
regenerating language.dat.lua
regenerating fmtutil.cnf in /usr/local/texlive/2024/texmf-dist
running fmtutil-sys --byfmt latex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/tTTv2JV2MQ/aECBP1YMI6 ...
  OK: latex.fmt/pdftex
running fmtutil-sys --byfmt pdflatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/tTTv2JV2MQ/aECBP1YMI6 ...
  OK: pdflatex.fmt/pdftex
running fmtutil-sys --byfmt mptopdf --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/tTTv2JV2MQ/aECBP1YMI6 ...
  OK: mptopdf.fmt/pdftex
running fmtutil-sys --byfmt dvilualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/tTTv2JV2MQ/aECBP1YMI6 ...
  OK: dvilualatex.fmt/luatex
running fmtutil-sys --byfmt lualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/tTTv2JV2MQ/aECBP1YMI6 ...
  OK: lualatex.fmt/luahbtex
running fmtutil-sys --byhyphen "/usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat" --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/tTTv2JV2MQ/aECBP1YMI6 ...
  OK: pdflatex.fmt/pdftex latex.fmt/pdftex dvilualatex.fmt/luatex lualatex.fmt/luahbtex
running fmtutil-sys --byhyphen "/usr/local/texlive/2024/texmf-var/tex/generic/config/language.def" --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/tTTv2JV2MQ/aECBP1YMI6 ...
  OK: luatex.fmt/luatex pdftex.fmt/pdftex luahbtex.fmt/luahbtex etex.fmt/pdftex pdfetex.fmt/pdftex dviluatex.fmt/luatex
running fmtutil-sys --byhyphen "/usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat.lua" --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/tTTv2JV2MQ/aECBP1YMI6 ...
tlmgr: package log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr.log
tlmgr: command log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr-commands.log
pdfTeX 3.141592653-2.6-1.40.26 (TeX Live 2024)
kpathsea version 6.4.0
Copyright 2024 Han The Thanh (pdfTeX) et al.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Han The Thanh (pdfTeX) et al.
Compiled with libpng 1.6.43; using libpng 1.6.43
Compiled with zlib 1.3.1; using zlib 1.3.1
Compiled with xpdf version 4.04
\u001b[91mbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
\u001b[0m\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0m\u001b[91m
tlmgr: Remote database (revision 72561 of the texlive-scripts package)
seems to be older than the local installation (rev 72570 of
texlive-scripts); please use a different mirror and/or wait a day or two.

\u001b[0mThe command '/bin/sh -c wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip   && unzip -qq install-tl.zip -d install-tl   && cd install-tl/install-tl-*   && echo "selected_scheme scheme-minimal" > p   && perl ./install-tl --profile=p   && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest"   && cd /action && rm -rf install-tl*   && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile   && tlmgr init-usertree   && tlmgr install texliveonfly collection-latex l3kernel l3packages   && pdflatex --version   && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]'   && tlmgr install latexmk   && bash -c 'latexmk --version'' returned a non-zero code: 1
make: *** [Makefile:28: test] Error 1
make: Leaving directory '/home/r/repo'
container c6a74e9810cfa7e1e63420a56ad0e292e5c949f0279a3d33acae8af204557887 is dead
Thu Oct 17 07:47:46 UTC 2024
yegor256 commented 1 month ago

@rultor release, tag is 0.15.0

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 OK, I will release it now. Please check the progress here.

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 Oops, I failed. You can see the full log here (spent 5min).

update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode

update-alternatives: warning: skip creation of /usr/share/man/man1/mogrify.1.gz because associated file /usr/share/man/man1/mogrify-im6.q16.1.gz (of link group mogrify) doesn't exist

update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode

update-alternatives: warning: skip creation of /usr/share/man/man1/mogrify-im6.1.gz because associated file /usr/share/man/man1/mogrify-im6.q16.1.gz (of link group mogrify-im6) doesn't exist

Setting up libheif-plugin-aomdec:amd64 (1.17.6-1ubuntu4) ...

Setting up libheif-plugin-libde265:amd64 (1.17.6-1ubuntu4) ...

Setting up ubuntu-mono (24.04-0ubuntu1) ...

Setting up adwaita-icon-theme (46.0-1) ...

update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode

Setting up libgtk-3-0t64:amd64 (3.24.41-4ubuntu1.2) ...

Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...

Setting up libgtkmm-3.0-1t64:amd64 (3.24.9-1) ...

Setting up libgspell-1-2:amd64 (1.12.2-1build4) ...

Setting up inkscape (1.2.2-2ubuntu12) ...

Processing triggers for libc-bin (2.39-0ubuntu8.3) ...

Processing triggers for dictionaries-common (1.29.7) ...

locale: Cannot set LC_CTYPE to default locale: No such file or directory

locale: Cannot set LC_MESSAGES to default locale: No such file or directory

locale: Cannot set LC_ALL to default locale: No such file or directory

debconf: unable to initialize frontend: Dialog

debconf: (TERM is not set, so the dialog frontend is not usable.)

debconf: falling back to frontend: Readline

debconf: unable to initialize frontend: Readline

debconf: (This frontend requires a controlling tty.)

debconf: falling back to frontend: Teletype

Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-3ubuntu3.1) ...

 ---> Removed intermediate container 264af08787d3
 ---> 77d3a51f2f31
Step 10/16 : ENV TEXLIVE_YEAR=2024
 ---> Running in 7742d000e54f
 ---> Removed intermediate container 7742d000e54f
 ---> fcd43765fb06
Step 11/16 : ENV TEXLIVE_INSTALL_ENV_NOCHECK=true
 ---> Running in 6b3294a17e1e
 ---> Removed intermediate container 6b3294a17e1e
 ---> 48af18938c19
Step 12/16 : ENV PATH=${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest
 ---> Running in 5f9a81fb97b1
 ---> Removed intermediate container 5f9a81fb97b1
 ---> a16cb672b49c
Step 13/16 : RUN wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip   && unzip -qq install-tl.zip -d install-tl   && cd install-tl/install-tl-*   && echo "selected_scheme scheme-minimal" > p   && perl ./install-tl --profile=p --repository=ftp://dante.ctan.org/tex-archive/systems/texlive/tlnet/   && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest"   && cd /action && rm -rf install-tl*   && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile   && tlmgr init-usertree   && tlmgr install texliveonfly collection-latex l3kernel l3packages   && pdflatex --version   && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]'   && tlmgr install latexmk   && bash -c 'latexmk --version'
 ---> Running in 8ae8dce2097c
\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0mAutomated TeX Live installation using profile: p
Loading ftp://dante.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb
\u001b[91m
./install-tl: TLPDB::from_file could not get texlive.tlpdb from: ftp://dante.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb
Maybe the repository setting should be changed.
More info: https://tug.org/texlive/acquire.html
\u001b[0mThe command '/bin/sh -c wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip   && unzip -qq install-tl.zip -d install-tl   && cd install-tl/install-tl-*   && echo "selected_scheme scheme-minimal" > p   && perl ./install-tl --profile=p --repository=ftp://dante.ctan.org/tex-archive/systems/texlive/tlnet/   && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest"   && cd /action && rm -rf install-tl*   && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile   && tlmgr init-usertree   && tlmgr install texliveonfly collection-latex l3kernel l3packages   && pdflatex --version   && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]'   && tlmgr install latexmk   && bash -c 'latexmk --version'' returned a non-zero code: 1
make: *** [Makefile:28: test] Error 1
make: Leaving directory '/home/r/repo'
container 644ce1541b4660978200715b86833439cd2f0b14698aa5714cae4e5b4f08e6ad is dead
Thu Oct 17 08:02:11 UTC 2024
yegor256 commented 1 month ago

@rultor release, tag is 0.15.0

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 OK, I will release it now. Please check the progress here.

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 Oops, I failed. You can see the full log here (spent 4min).

 ---> Running in 040d9cf00724
\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0mAutomated TeX Live installation using profile: p
Loading https://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb
\u001b[91mcannot contact mirror.ctan.org, returning a backbone server!
\u001b[0mInstalling TeX Live 2024 from: https://www.ctan.org/tex-archive/systems/texlive/tlnet (not verified)
Platform: x86_64-linux => 'GNU/Linux on x86_64'
Distribution: net  (downloading)
Using URL: https://www.ctan.org/tex-archive/systems/texlive/tlnet
Directory for temporary files: /tmp/x8F4DX1F0T
Installing to: /usr/local/texlive/2024
Installing [1/4, time/total: ??:??/??:??]: hyphen-base [23k]
Installing [2/4, time/total: 00:01/01:39]: kpathsea [1065k]
Installing [3/4, time/total: 00:03/00:06]: texlive-scripts [540k]
\u001b[91mTeXLive::TLUtils::check_file_and_remove: checksums differ for /tmp/x8F4DX1F0T/LszWrftiLp/texlive-scripts.tar.xz:
TeXLive::TLUtils::check_file_and_remove:   tlchecksum=a7a4595e5df249e073706f00685a63eee537759000e82b52a40d0e309288ee520ddee2a8a74945130cfb90b4d8133261dffb83a9d7374ce5cebe6813d80f6bce, arg=48d0ece63b347e570956f3ab1990268cc7ed774e807665ba0a11815d78bba5d38023dd4e92e6b51411b1df1e5845773f984e1ba348cc6e0bcd00c893f20a0ed7
TeXLive::TLUtils::check_file_and_remove: backtrace:
 -> tlpkg/TeXLive/TLUtils.pm:2768: TeXLive::TLUtils::check_file_and_remove
 -> tlpkg/TeXLive/TLPDB.pm:1989: TeXLive::TLUtils::unpack
 -> tlpkg/TeXLive/TLPDB.pm:1806: TeXLive::TLPDB::_install_data
 -> tlpkg/TeXLive/TLPDB.pm:1722: TeXLive::TLPDB::not_virtual_install_package
 -> tlpkg/TeXLive/TLUtils.pm:1895: TeXLive::TLPDB::install_package
 -> ./install-tl:2383: TeXLive::TLUtils::install_packages
 -> ./install-tl:1110: main::do_install_packages
 -> ./install-tl:770: main::do_installation
TeXLive::TLUtils::check_file_and_remove:   removing\u001b[0mInstalling [4/4, time/total: 00:04/00:08]: texlive.infra [558k]
\u001b[91m /tmp/x8F4DX1F0T/LszWrftiLp/texlive-scripts.tar.xz, but saving copy in /tmp/ibqHRbiMIi
TLPDB::_install_data: downloading did not succeed (check_file_and_remove failed) for https://www.ctan.org/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.tar.xz
TLUtils::install_packages: Failed to install texlive-scripts
                           texlive-scripts will be retried later.
\u001b[0mRetrying to install: texlive-scripts [540k]
\u001b[91mTeXLive::TLUtils::check_file_and_remove: checksums differ for /tmp/x8F4DX1F0T/GxeswLjq4Z/texlive-scripts.doc.tar.xz:
TeXLive::TLUtils::check_file_and_remove:   tlchecksum=055e67b1036e4b64cbc435e919b67fde76cac5ef65de45ace7b1c22f81c6e7dd7323372b326ebb65d2e662e026a9f17fe194ab72e34c6e5ce584ba457edaab89, arg=a5a6ff8bb0dda625383abe0dd9e0fdb45929b8cfc6a77b8bbb4672ee2afae043428e659002f8812897eddcf043984bfedbc1d1a8417ed109417e6618b4bc775f
TeXLive::TLUtils::check_file_and_remove: backtrace:
 -> tlpkg/TeXLive/TLUtils.pm:2768: TeXLive::TLUtils::check_file_and_remove
 -> tlpkg/TeXLive/TLPDB.pm:1989: TeXLive::TLUtils::unpack
 -> tlpkg/TeXLive/TLPDB.pm:1842: TeXLive::TLPDB::_install_data
 -> tlpkg/TeXLive/TLPDB.pm:1722: TeXLive::TLPDB::not_virtual_install_package
 -> tlpkg/TeXLive/TLUtils.pm:1915: TeXLive::TLPDB::install_package
 -> ./install-tl:2383: TeXLive::TLUtils::install_packages
 -> ./install-tl:1110: main::do_install_packages
 -> ./install-tl:770: main::do_installation
TeXLive::TLUtils::check_file_and_remove:   remo\u001b[0m./install-tl: Writing log in current directory: /action/install-tl/install-tl-20241017/install-tl.log
\u001b[91mving /tmp/x8F4DX1F0T/GxeswLjq4Z/texlive-scripts.doc.tar.xz, but saving copy in /tmp/noC7x_aHn8
TLPDB::_install_data: downloading did not succeed (check_file_and_remove failed) for https://www.ctan.org/tex-archive/systems/texlive/tlnet/archive/texlive-scripts.doc.tar.xz
Installation failed.
Rerunning the installer will try to restart the installation.
Or you can restart by running the installer with:
  install-tl --profile installation.profile [YOUR-EXTRA-ARGS]
\u001b[0mThe command '/bin/sh -c wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip   && unzip -qq install-tl.zip -d install-tl   && cd install-tl/install-tl-*   && echo "selected_scheme scheme-minimal" > p   && perl ./install-tl --profile=p   && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest"   && cd /action && rm -rf install-tl*   && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile   && tlmgr init-usertree   && tlmgr install texliveonfly collection-latex l3kernel l3packages   && pdflatex --version   && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]'   && tlmgr install latexmk   && bash -c 'latexmk --version'' returned a non-zero code: 1
make: *** [Makefile:28: test] Error 1
make: Leaving directory '/home/r/repo'
container 7c812cd018369491d02c9e1a4f3ee42642586b3186f16698c59d89cc0b341bd0 is dead
Thu Oct 17 08:37:23 UTC 2024
yegor256 commented 1 month ago

@rultor release, tag is 0.15.0

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 OK, I will release it now. Please check the progress here.

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 Oops, I failed. You can see the full log here (spent 10min).

[72/76, 03:30/03:43] install: tools [6444k]
[73/76, 03:34/03:35] install: uniquecounter [292k]
[74/76, 03:37/03:37] install: url [266k]
[75/76, 03:40/03:40] install: zapfding [46k]
[76/76, 03:41/03:41] install: collection-latex [1k]
running mktexlsr ...
done running mktexlsr.
running updmap-sys ...
done running updmap-sys.
regenerating language.dat
regenerating language.def
regenerating language.dat.lua
regenerating fmtutil.cnf in /usr/local/texlive/2024/texmf-dist
running fmtutil-sys --byfmt mptopdf --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/shATYd6pQp/FGvp1TIR2M ...
  OK: mptopdf.fmt/pdftex
running fmtutil-sys --byfmt latex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/shATYd6pQp/FGvp1TIR2M ...
  OK: latex.fmt/pdftex
running fmtutil-sys --byfmt lualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/shATYd6pQp/FGvp1TIR2M ...
  OK: lualatex.fmt/luahbtex
running fmtutil-sys --byfmt pdflatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/shATYd6pQp/FGvp1TIR2M ...
  OK: pdflatex.fmt/pdftex
running fmtutil-sys --byfmt dvilualatex --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/shATYd6pQp/FGvp1TIR2M ...
  OK: dvilualatex.fmt/luatex
running fmtutil-sys --byhyphen "/usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat" --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/shATYd6pQp/FGvp1TIR2M ...
  OK: lualatex.fmt/luahbtex pdflatex.fmt/pdftex dvilualatex.fmt/luatex latex.fmt/pdftex
running fmtutil-sys --byhyphen "/usr/local/texlive/2024/texmf-var/tex/generic/config/language.def" --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/shATYd6pQp/FGvp1TIR2M ...
  OK: luatex.fmt/luatex pdftex.fmt/pdftex luahbtex.fmt/luahbtex etex.fmt/pdftex dviluatex.fmt/luatex pdfetex.fmt/pdftex
running fmtutil-sys --byhyphen "/usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat.lua" --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --status-file=/tmp/shATYd6pQp/FGvp1TIR2M ...
tlmgr: package log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr.log
tlmgr: command log updated: /usr/local/texlive/2024/texmf-var/web2c/tlmgr-commands.log
pdfTeX 3.141592653-2.6-1.40.26 (TeX Live 2024)
kpathsea version 6.4.0
Copyright 2024 Han The Thanh (pdfTeX) et al.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Han The Thanh (pdfTeX) et al.
Compiled with libpng 1.6.43; using libpng 1.6.43
Compiled with zlib 1.3.1; using zlib 1.3.1
Compiled with xpdf version 4.04
\u001b[91mbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
\u001b[0m\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0m\u001b[91m
tlmgr: Remote database (revision 72561 of the texlive-scripts package)
seems to be older than the local installation (rev 72570 of
texlive-scripts); please use a different mirror and/or wait a day or two.

\u001b[0mThe command '/bin/sh -c wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip   && unzip -qq install-tl.zip -d install-tl   && cd install-tl/install-tl-*   && echo "selected_scheme scheme-minimal" > p   && perl ./install-tl --profile=p   && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest"   && cd /action && rm -rf install-tl*   && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile   && tlmgr init-usertree   && tlmgr install texliveonfly collection-latex l3kernel l3packages   && pdflatex --version   && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]'   && tlmgr install latexmk   && bash -c 'latexmk --version'' returned a non-zero code: 1
make: *** [Makefile:28: test] Error 1
make: Leaving directory '/home/r/repo'
container 900efabbcf8348d3c73a1592568e9f40a1b68708d78f3c1d50634fb79f761133 is dead
Thu Oct 17 08:51:09 UTC 2024
yegor256 commented 1 month ago

@rultor release, tag is 0.15.0

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 OK, I will release it now. Please check the progress here.

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 Oops, I failed. You can see the full log here (spent 6min).

Time used for installing the packages: 01:40
running mktexlsr /usr/local/texlive/2024/texmf-dist ...
writing fmtutil.cnf to /usr/local/texlive/2024/texmf-dist/web2c/fmtutil.cnf
writing updmap.cfg to /usr/local/texlive/2024/texmf-dist/web2c/updmap.cfg
writing language.dat to /usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat
writing language.def to /usr/local/texlive/2024/texmf-var/tex/generic/config/language.def
writing language.dat.lua to /usr/local/texlive/2024/texmf-var/tex/generic/config/language.dat.lua
running mktexlsr /usr/local/texlive/2024/texmf-var /usr/local/texlive/2024/texmf-config /usr/local/texlive/2024/texmf-dist ...
running updmap-sys --nohash ...done
re-running mktexlsr /usr/local/texlive/2024/texmf-var /usr/local/texlive/2024/texmf-config ...
pre-generating all format files, be patient...
running fmtutil-sys --no-error-if-no-engine=luametatex,luajithbtex,luajittex,mfluajit --no-strict --all ...done
running package-specific postactions
\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0mfinished with package-specific postactions
Welcome to TeX Live!
See /usr/local/texlive/2024/index.html for links to documentation.

The TeX Live web site (https://tug.org/texlive/) provides all updates
and corrections. TeX Live is a joint project of the TeX user groups
around the world; please consider supporting it by joining the group
best for you. The list of groups is available on the web
at https://tug.org/usergroups.html.

Add /usr/local/texlive/2024/texmf-dist/doc/man to MANPATH.
Add /usr/local/texlive/2024/texmf-dist/doc/info to INFOPATH.
Most importantly, add /usr/local/texlive/2024/bin/x86_64-linux
to your PATH for current and future sessions.

Logfile: /usr/local/texlive/2024/install-tl.log
\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0m\u001b[91mperl: warning: Setting locale failed.
\u001b[0m\u001b[91mperl: warning: Please check that your locale settings:
\u001b[0m\u001b[91m LANGUAGE = "en_US.UTF-8",
\u001b[0m\u001b[91m LC_ALL = "en_US.UTF-8",
\u001b[0m\u001b[91m LANG = "en_US.UTF-8"
\u001b[0m\u001b[91m    are supported and installed on your system.
\u001b[0m\u001b[91mperl: warning: Falling back to the standard locale ("C").
\u001b[0m\u001b[91m
tlmgr: Remote database (revision 72561 of the texlive-scripts package)
seems to be older than the local installation (rev 72570 of
texlive-scripts); please use a different mirror and/or wait a day or two.

\u001b[0mThe command '/bin/sh -c wget -q --no-check-certificate http://mirror.ctan.org/systems/texlive/tlnet/install-tl.zip   && unzip -qq install-tl.zip -d install-tl   && cd install-tl/install-tl-*   && echo "selected_scheme scheme-minimal" > p   && perl ./install-tl --profile=p   && ln -s "$(ls /usr/local/texlive/${TEXLIVE_YEAR}/bin/)" "/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest"   && cd /action && rm -rf install-tl*   && echo "export PATH=\${PATH}:/usr/local/texlive/${TEXLIVE_YEAR}/bin/latest" >> /root/.profile   && tlmgr init-usertree   && tlmgr install texliveonfly collection-latex l3kernel l3packages   && pdflatex --version   && bash -c '[[ "$(pdflatex --version)" =~ "2.6" ]]'   && tlmgr install latexmk   && bash -c 'latexmk --version'' returned a non-zero code: 1
make: *** [Makefile:28: test] Error 1
make: Leaving directory '/home/r/repo'
container 740e7de12e112dab371f0224a724f8b3521ecab2297fb31521469e623db6309c is dead
Thu Oct 17 09:06:47 UTC 2024
yegor256 commented 1 month ago

@rultor release, tag is 0.15.0

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 OK, I will release it now. Please check the progress here.

rultor commented 1 month ago

@rultor release, tag is 0.15.0

@yegor256 Done! FYI, the full log is here (took me 18min).