You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by GitBox <gi...@apache.org> on 2023/01/10 16:46:10 UTC

[GitHub] [arrow] pitrou opened a new issue, #16440: [CI][C++] Docker image build failure on Travis-CI

pitrou opened a new issue, #16440:
URL: https://github.com/apache/arrow/issues/16440

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   The ARM and s390x C++ jobs on Travis-CI are failing with a similar error:
   
   * ARM job (example: https://app.travis-ci.com/github/apache/arrow/jobs/592803886):
   ```
   Some packages could not be installed. This may mean that you have
   requested an impossible situation or if you are using the unstable
   distribution that some required packages have not yet been created
   or been moved out of Incoming.
   The following information may help to resolve the situation:
   The following packages have unmet dependencies:
    clang-14 : Depends: libclang-common-14-dev (= 1:14.0.6~++20221117072312+f28c006a5895-1~exp1~20221117192323.163) but it is not going to be installed
    clang-tidy-14 : Depends: libclang-common-14-dev but it is not going to be installed
   E: Unable to correct problems, you have held broken packages.
   
   The command '/bin/bash -o pipefail -c latest_system_llvm=10 &&     if [ ${llvm} -gt ${latest_system_llvm} -o          ${clang_tools} -gt ${latest_system_llvm} ]; then       apt-get update -y -q &&       apt-get install -y -q --no-install-recommends           apt-transport-https           ca-certificates           gnupg           lsb-release           wget &&       wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - &&       code_name=$(lsb_release --codename --short) &&       if [ ${llvm} -gt 10 ]; then         echo "deb https://apt.llvm.org/${code_name}/ llvm-toolchain-${code_name}-${llvm} main" >            /etc/apt/sources.list.d/llvm.list;       fi &&       if [ ${clang_tools} -ne ${llvm} -a            ${clang_tools} -gt ${latest_system_llvm} ]; then         echo "deb https://apt.llvm.org/${code_name}/ llvm-toolchain-${code_name}-${clang_tools} main" >            /etc/apt/sources.list.d/clang-tools.list;       fi;     fi &&     apt-get update -y -q &&     apt-
 get install -y -q --no-install-recommends         clang-${clang_tools}         clang-${llvm}         clang-format-${clang_tools}         clang-tidy-${clang_tools}         llvm-${llvm}-dev &&     apt-get clean &&     rm -rf /var/lib/apt/lists*' returned a non-zero code: 100
   
   ERROR: Service 'ubuntu-cpp' failed to build : Build failed
   ```
   * s390x job (example: https://app.travis-ci.com/github/apache/arrow/jobs/592803889)
   ```
   Some packages could not be installed. This may mean that you have
   requested an impossible situation or if you are using the unstable
   distribution that some required packages have not yet been created
   or been moved out of Incoming.
   The following information may help to resolve the situation:
   The following packages have unmet dependencies:
    clang-14 : Depends: libclang-common-14-dev (= 1:14.0.6~++20221117072312+f28c006a5895-1~exp1~20221117192323.163) but it is not going to be installed
    clang-tidy-14 : Depends: libclang-common-14-dev but it is not going to be installed
   
   E: Unable to correct problems, you have held broken packages.
   
   The command '/bin/bash -o pipefail -c latest_system_llvm=10 &&     if [ ${llvm} -gt ${latest_system_llvm} -o          ${clang_tools} -gt ${latest_system_llvm} ]; then       apt-get update -y -q &&       apt-get install -y -q --no-install-recommends           apt-transport-https           ca-certificates           gnupg           lsb-release           wget &&       wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - &&       code_name=$(lsb_release --codename --short) &&       if [ ${llvm} -gt 10 ]; then         echo "deb https://apt.llvm.org/${code_name}/ llvm-toolchain-${code_name}-${llvm} main" >            /etc/apt/sources.list.d/llvm.list;       fi &&       if [ ${clang_tools} -ne ${llvm} -a            ${clang_tools} -gt ${latest_system_llvm} ]; then         echo "deb https://apt.llvm.org/${code_name}/ llvm-toolchain-${code_name}-${clang_tools} main" >            /etc/apt/sources.list.d/clang-tools.list;       fi;     fi &&     apt-get update -y -q &&     apt-
 get install -y -q --no-install-recommends         clang-${clang_tools}         clang-${llvm}         clang-format-${clang_tools}         clang-tidy-${clang_tools}         llvm-${llvm}-dev &&     apt-get clean &&     rm -rf /var/lib/apt/lists*' returned a non-zero code: 100
   
   Service 'ubuntu-cpp' failed to build : Build failed
   ```
   
   
   ### Component(s)
   
   C++


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on issue #16440: [CI][C++] Docker image build failure on Travis-CI

Posted by GitBox <gi...@apache.org>.
raulcd commented on issue #16440:
URL: https://github.com/apache/arrow/issues/16440#issuecomment-1377604016

   Is this duplicate for: https://github.com/apache/arrow/issues/15282 ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou closed issue #16440: [CI][C++] Docker image build failure on Travis-CI

Posted by GitBox <gi...@apache.org>.
pitrou closed issue #16440: [CI][C++] Docker image build failure on Travis-CI
URL: https://github.com/apache/arrow/issues/16440


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on issue #16440: [CI][C++] Docker image build failure on Travis-CI

Posted by GitBox <gi...@apache.org>.
pitrou commented on issue #16440:
URL: https://github.com/apache/arrow/issues/16440#issuecomment-1377628135

   This seems to be the same, yes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kiszk commented on issue #16440: [CI][C++] Docker image build failure on Travis-CI

Posted by GitBox <gi...@apache.org>.
kiszk commented on issue #16440:
URL: https://github.com/apache/arrow/issues/16440#issuecomment-1377573234

   IMHO, `CLANG_TOOLS` is also required in addition to `LLVM`.
   
   https://github.com/apache/arrow/pull/15266/commits/194f3f249a48ec7e572c8348d1ef880f24946e18


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on issue #16440: [CI][C++] Docker image build failure on Travis-CI

Posted by GitBox <gi...@apache.org>.
pitrou commented on issue #16440:
URL: https://github.com/apache/arrow/issues/16440#issuecomment-1377553193

   cc @kou @kiszk 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org