You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/08/31 11:20:00 UTC

[jira] [Created] (ARROW-17578) [CI] Nightly test-r-gcc-12 fails to build

Raúl Cumplido created ARROW-17578:
-------------------------------------

             Summary: [CI] Nightly test-r-gcc-12 fails to build
                 Key: ARROW-17578
                 URL: https://issues.apache.org/jira/browse/ARROW-17578
             Project: Apache Arrow
          Issue Type: Bug
          Components: Continuous Integration
            Reporter: Raúl Cumplido


[test-r-gcc-12|https://github.com/ursacomputing/crossbow/runs/8104457062?check_suite_focus=true] has been failing to build since the 18th of August. The current error log is:
{code:java}
 #4 ERROR: executor failed running [/bin/bash -o pipefail -c apt-get update -y &&     apt-get install -y         dirmngr         apt-transport-https         software-properties-common &&     wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc |         tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc &&     add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu '$(lsb_release -cs)'-cran40/' &&     apt-get install -y         r-base=${r}*         r-recommended=${r}*         libxml2-dev         libgit2-dev         libssl-dev         clang         clang-format         clang-tidy         texlive-latex-base         locales         python3         python3-pip         python3-dev &&     locale-gen en_US.UTF-8 &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*]: exit code: 100
------
 > [ 2/17] RUN apt-get update -y &&     apt-get install -y         dirmngr         apt-transport-https         software-properties-common &&     wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc |         tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc &&     add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu '$(lsb_release -cs)'-cran40/' &&     apt-get install -y         r-base=4.2*         r-recommended=4.2*         libxml2-dev         libgit2-dev         libssl-dev         clang         clang-format         clang-tidy         texlive-latex-base         locales         python3         python3-pip         python3-dev &&     locale-gen en_US.UTF-8 &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*:
------
executor failed running [/bin/bash -o pipefail -c apt-get update -y &&     apt-get install -y         dirmngr         apt-transport-https         software-properties-common &&     wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc |         tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc &&     add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu '$(lsb_release -cs)'-cran40/' &&     apt-get install -y         r-base=${r}*         r-recommended=${r}*         libxml2-dev         libgit2-dev         libssl-dev         clang         clang-format         clang-tidy         texlive-latex-base         locales         python3         python3-pip         python3-dev &&     locale-gen en_US.UTF-8 &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*]: exit code: 100
Service 'ubuntu-r-only-r' failed to build : Build failed {code}
I can't reproduce locally (I get a different error) but could it be that we are pulling an outdated upstream docker image?

I don't think the changes introduced on the first build failure are relevant to this failure but here they are:
https://github.com/apache/arrow/compare/6e8f0e4d327180375dda53287a5a600ba139ce3d...a1c3d57af514d4a84e753ff51df8e563135ee55e

cc~ [~kou] 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)