Skip to content

docker

docker #125

Triggered via schedule November 20, 2023 02:31
Status Failure
Total duration 1m 28s
Artifacts

docker.yaml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -qq && apt-get install -y -t unstable --no-install-recommends bash-completion bison debhelper default-jdk g++ gcc gfortran groff-base libblas-dev libbz2-dev libcairo2-dev/unstable libcurl4-openssl-dev/unstable libfreetype-dev libharfbuzz-dev/unstable libjpeg-dev liblapack-dev liblzma-dev libncurses-dev libpango1.0-dev/unstable libpcre2-dev libpng-dev libreadline-dev libtiff5-dev/unstable libx11-dev libxcb1-dev/unstable libxdmcp-dev/unstable libxt-dev mpack subversion tcl-dev texinfo texlive-base texlive-fonts-recommended texlive-plain-generic texlive-latex-base texlive-latex-recommended tk-dev x11proto-core-dev xauth xdg-utils xfonts-base xvfb zlib1g-dev && cd /tmp && wget https://stat.ethz.ch/R/daily/R-devel.tar.xz && tar xaf R-devel.tar.xz && rm R-devel.tar.xz && cd /tmp/R-devel && R_PAPERSIZE=letter R_BATCHSAVE=\"--no-save --no-restore\" R_BROWSER=xdg-open PAGER=/usr/bin/pager PERL=/usr/bin/perl R_UNZIPCMD=/usr/bin/unzip R_ZIPCMD=/usr/bin/zip R_PRINTCMD=/usr/bin/lpr LIBnn=lib AWK=/usr/bin/awk CFLAGS=$(R CMD config CFLAGS) CXXFLAGS=$(R CMD config CXXFLAGS) FFLAGS=$(R CMD config FFLAGS) ./configure --enable-R-shlib --enable-memory-profiling --with-blas --with-lapack --with-readline --without-recommended-packages --program-suffix=dev && cd /tmp/R-devel && make && make install && rm -rf /tmp/R-devel /tmp/downloaded_packages/ /tmp/*.rds && echo \"R_LIBS=\\${R_LIBS-'/usr/local/lib/R/site-library:/usr/local/lib/R/library:/usr/lib/R/site-library:/usr/lib/R/library'}\" >> /usr/local/lib/R/etc/Renviron && echo 'options(\"repos\"=\"https://cloud.r-project.org\")' >> /usr/local/lib/R/etc/Rprofile.site && cd /usr/local/bin && mv R Rdevel && mv Rscript Rscriptdevel && ln -s Rdevel RD && ln -s Rscriptdevel RDscript && rm -f /usr/share/fonts/type1/texlive-fonts-recommended/.uuid && rm -f /usr/share/fonts/type1/.uuid && apt-get purge -qy libblas-dev libbz2-dev libcairo2-dev libfontconfig-dev libfontconfig1-dev libfreetype-dev libglib2.0-dev libharfbuzz-dev libicu-dev libjpeg-dev liblapack-dev liblzma-dev libncurses-dev libpango1.0-dev libpcre2-dev libpng-dev libreadline-dev libtiff-dev libtiff5-dev libxft-dev r-base-dev tcl-dev tcl8.6-dev texlive-base texlive-fonts-recommended texlive-plain-generic texlive-latex-base texlive-latex-recommended texlive-plain-generic