Skip to content

update fpdf2 package to version 2.8.2 in Dockerfile #83

update fpdf2 package to version 2.8.2 in Dockerfile

update fpdf2 package to version 2.8.2 in Dockerfile #83

Triggered via push January 17, 2025 00:16
Status Failure
Total duration 16m 20s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
build-and-push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c wget https://cran.r-project.org/src/contrib/testthat_3.2.2.tar.gz && tar -xzf testthat_3.2.2.tar.gz && cd testthat && R CMD INSTALL -l /usr/local/lib/R/site-library . --no-test-load --no-clean-on-error --verbose && cd src && gcc -I/usr/share/R/include -DNDEBUG -fpic -O2 -c init.c -o init.o && gcc -I/usr/share/R/include -DNDEBUG -fpic -O2 -c reassign.c -o reassign.o && g++ -I/usr/share/R/include -I../inst/include -DNDEBUG -fpic -O2 -c test-catch.cpp -o test-catch.o && g++ -I/usr/share/R/include -I../inst/include -DNDEBUG -fpic -O2 -c test-example.cpp -o test-example.o && g++ -I/usr/share/R/include -I../inst/include -DNDEBUG -fpic -O2 -c test-runner.cpp -o test-runner.o && g++ -shared -o testthat.so init.o reassign.o test-catch.o test-example.o test-runner.o -L/usr/lib/R/lib -lR && mv testthat.so /usr/local/lib/R/site-library/testthat/libs/ && cd /home/ubuntu && rm -rf testthat testthat_3.2.2.tar.gz" did not complete successfully: exit code: 8