You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jorge Leitão (Jira)" <ji...@apache.org> on 2021/06/08 20:45:00 UTC

[jira] [Closed] (ARROW-12971) [Release] Build of ubuntu-python is failing

     [ https://issues.apache.org/jira/browse/ARROW-12971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jorge Leitão closed ARROW-12971.
--------------------------------
    Resolution: Won't Fix

> [Release] Build of ubuntu-python is failing
> -------------------------------------------
>
>                 Key: ARROW-12971
>                 URL: https://issues.apache.org/jira/browse/ARROW-12971
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Developer Tools
>            Reporter: Jorge Leitão
>            Priority: Major
>
> I am getting a build failure when building the ubuntu-python for docs:
> {code:java}
> Building ubuntu-python
> [+] Building 3.4s (8/12)                                                                                                            
>  => [internal] load build definition from linux-apt-python-3.dockerfile                                                        0.0s
>  => => transferring dockerfile: 1.52kB                                                                                         0.0s
>  => [internal] load .dockerignore                                                                                              0.0s
>  => => transferring context: 35B                                                                                               0.0s
>  => [internal] load metadata for docker.io/apache/arrow-dev:amd64-ubuntu-20.04-cpp                                             0.0s
>  => ERROR importing cache manifest from apache/arrow-dev:amd64-ubuntu-20.04-python-3                                           1.4s
>  => [1/6] FROM docker.io/apache/arrow-dev:amd64-ubuntu-20.04-cpp                                                               0.1s
>  => [internal] load build context                                                                                              0.1s
>  => => transferring context: 319B                                                                                              0.0s
>  => [auth] apache/arrow-dev:pull token for registry-1.docker.io                                                                0.0s
>  => ERROR [2/6] RUN apt-get update -y -q &&     apt-get install -y -q         python3         python3-pip         python3-dev  1.6s
> ------                                                                                                                              
>  > importing cache manifest from apache/arrow-dev:amd64-ubuntu-20.04-python-3:                                                      
> ------                                                                                                                              
> ------                                                                                                                              
>  > [2/6] RUN apt-get update -y -q &&     apt-get install -y -q         python3         python3-pip         python3-dev &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*:                                                                                         
> #5 0.888 Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
> #5 0.993 Get:2 https://apt.llvm.org/focal llvm-toolchain-focal-12 InRelease [5526 B]
> #5 1.027 Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
> #5 1.101 Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
> #5 1.142 Err:2 https://apt.llvm.org/focal llvm-toolchain-focal-12 InRelease
> #5 1.142   At least one invalid signature was encountered.
> #5 1.154 Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
> #5 1.258 Err:1 http://archive.ubuntu.com/ubuntu focal InRelease
> #5 1.258   At least one invalid signature was encountered.
> #5 1.353 Err:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease
> #5 1.353   At least one invalid signature was encountered.
> #5 1.448 Err:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease
> #5 1.448   At least one invalid signature was encountered.
> #5 1.533 Err:3 http://security.ubuntu.com/ubuntu focal-security InRelease
> #5 1.533   At least one invalid signature was encountered.
> #5 1.553 Reading package lists...
> #5 1.573 W: GPG error: https://apt.llvm.org/focal llvm-toolchain-focal-12 InRelease: At least one invalid signature was encountered.
> #5 1.573 E: The repository 'https://apt.llvm.org/focal llvm-toolchain-focal-12 InRelease' is not signed.
> #5 1.573 W: GPG error: http://archive.ubuntu.com/ubuntu focal InRelease: At least one invalid signature was encountered.
> #5 1.573 E: The repository 'http://archive.ubuntu.com/ubuntu focal InRelease' is not signed.
> #5 1.573 W: GPG error: http://archive.ubuntu.com/ubuntu focal-updates InRelease: At least one invalid signature was encountered.
> #5 1.573 E: The repository 'http://archive.ubuntu.com/ubuntu focal-updates InRelease' is not signed.
> #5 1.573 W: GPG error: http://archive.ubuntu.com/ubuntu focal-backports InRelease: At least one invalid signature was encountered.
> #5 1.574 E: The repository 'http://archive.ubuntu.com/ubuntu focal-backports InRelease' is not signed.
> #5 1.574 W: GPG error: http://security.ubuntu.com/ubuntu focal-security InRelease: At least one invalid signature was encountered.
> #5 1.574 E: The repository 'http://security.ubuntu.com/ubuntu focal-security InRelease' is not signed.
> ------
> executor failed running [/bin/bash -o pipefail -c apt-get update -y -q &&     apt-get install -y -q         python3         python3-pip         python3-dev &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*]: exit code: 100
> ERROR: Service 'ubuntu-python' failed to build
> Error: `docker-compose --file /Users/jorgecarleitao/projects/arrow/docker-compose.yml build --build-arg BUILDKIT_INLINE_CACHE=1 ubuntu-python` exited with a non-zero exit code 1, see the process log above.
> {code}
> This happens when running 
> dev/release/post-09-docs.sh 4.0.1
> after applying the patch in ARROW-12954.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)