Closed vicamo closed 4 years ago
eoan/armhf, disco/armhf:
$ cd "$SUITE/$ARCH" $ image="vicamo/docker:$VERSION-$SUITE-$ARCH" $ if [ "$ARCH" != "amd64" ]; then docker run --rm --privileged vicamo/binfmt-qemu:bionic; cat /proc/sys/fs/binfmt_misc/qemu-*; fi $ travis_retry docker build -t "$image" . Sending build context to Docker daemon 24.06kB Step 1/11 : FROM vicamo/ubuntu:eoan-armhf eoan-armhf: Pulling from vicamo/ubuntu Status: Downloaded newer image for vicamo/ubuntu:eoan-armhf ---> 8c73b4255fb7 Step 2/11 : RUN apt-get update --quiet && apt-get install --no-install-recommends --yes ca-certificates wget && rm -rf /var/lib/apt ---> Running in 427437129ed2 Get:1 http://ports.ubuntu.com/ubuntu-ports eoan InRelease [255 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports eoan-updates InRelease [79.7 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports eoan-backports InRelease [79.7 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports eoan-security InRelease [79.7 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports eoan/restricted armhf Packages [10.5 kB] Get:6 http://ports.ubuntu.com/ubuntu-ports eoan/multiverse armhf Packages [149 kB] Get:7 http://ports.ubuntu.com/ubuntu-ports eoan/universe armhf Packages [11.3 MB] Get:8 http://ports.ubuntu.com/ubuntu-ports eoan/main armhf Packages [1229 kB] Get:9 http://ports.ubuntu.com/ubuntu-ports eoan-updates/universe armhf Packages [4579 B] Get:10 http://ports.ubuntu.com/ubuntu-ports eoan-updates/main armhf Packages [7577 B] Get:11 http://ports.ubuntu.com/ubuntu-ports eoan-security/universe armhf Packages [2448 B] Get:12 http://ports.ubuntu.com/ubuntu-ports eoan-security/main armhf Packages [2210 B] Fetched 13.2 MB in 11s (1163 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libpsl5 libssl1.1 openssl Recommended packages: publicsuffix The following NEW packages will be installed: ca-certificates libpsl5 libssl1.1 openssl wget 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 2189 kB of archives. After this operation, 4865 kB of additional disk space will be used. Get:1 http://ports.ubuntu.com/ubuntu-ports eoan/main armhf libssl1.1 armhf 1.1.1c-1ubuntu4 [1077 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports eoan/main armhf openssl armhf 1.1.1c-1ubuntu4 [595 kB] Get:3 http://ports.ubuntu.com/ubuntu-ports eoan/main armhf ca-certificates all 20190110 [146 kB] Get:4 http://ports.ubuntu.com/ubuntu-ports eoan/main armhf libpsl5 armhf 0.20.2-2 [48.7 kB] Get:5 http://ports.ubuntu.com/ubuntu-ports eoan/main armhf wget armhf 1.20.3-1ubuntu1 [322 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 2189 kB in 1s (2061 kB/s) Selecting previously unselected package libssl1.1:armhf. (Reading database ... 4094 files and directories currently installed.) Preparing to unpack .../libssl1.1_1.1.1c-1ubuntu4_armhf.deb ... Unpacking libssl1.1:armhf (1.1.1c-1ubuntu4) ... Selecting previously unselected package openssl. Preparing to unpack .../openssl_1.1.1c-1ubuntu4_armhf.deb ... Unpacking openssl (1.1.1c-1ubuntu4) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../ca-certificates_20190110_all.deb ... Unpacking ca-certificates (20190110) ... Selecting previously unselected package libpsl5:armhf. Preparing to unpack .../libpsl5_0.20.2-2_armhf.deb ... Unpacking libpsl5:armhf (0.20.2-2) ... Selecting previously unselected package wget. Preparing to unpack .../wget_1.20.3-1ubuntu1_armhf.deb ... Unpacking wget (1.20.3-1ubuntu1) ... Setting up libpsl5:armhf (0.20.2-2) ... Setting up libssl1.1:armhf (1.1.1c-1ubuntu4) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/arm-linux-gnueabihf/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/arm-linux-gnueabihf/perl5/5.28 /usr/share/perl5 /usr/lib/arm-linux-gnueabihf/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/arm-linux-gnueabihf/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) debconf: falling back to frontend: Teletype Setting up openssl (1.1.1c-1ubuntu4) ... Setting up wget (1.20.3-1ubuntu1) ... Setting up ca-certificates (20190110) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/arm-linux-gnueabihf/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/arm-linux-gnueabihf/perl5/5.28 /usr/share/perl5 /usr/lib/arm-linux-gnueabihf/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/arm-linux-gnueabihf/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) debconf: falling back to frontend: Teletype Updating certificates in /etc/ssl/certs... 128 added, 0 removed; done. Processing triggers for libc-bin (2.30-0ubuntu2) ... Processing triggers for ca-certificates (20190110) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Removing intermediate container 427437129ed2 ---> b1045f062a94 Step 3/11 : ENV DOCKER_CHANNEL stable ---> Running in 5d554e454fc5 Removing intermediate container 5d554e454fc5 ---> 8025f849100b Step 4/11 : ENV DOCKER_VERSION 19.03.4 ---> Running in 9a0ca1e70e8d Removing intermediate container 9a0ca1e70e8d ---> 7fd26443c2a1 Step 5/11 : RUN set -eux; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64) dockerArch='x86_64' ;; armel) dockerArch='armel' ;; armhf) dockerArch='armhf' ;; arm64) dockerArch='aarch64' ;; *) echo >&2 "error: unsupported architecture ($dpkgArch)"; exit 1 ;; esac; if ! wget --quiet -O docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version ---> Running in 6b9bd68884ec + dpkg --print-architecture + dpkgArch=armhf + dockerArch=armhf + wget --quiet -O docker.tgz https://download.docker.com/linux/static/stable/armhf/docker-19.03.4.tgz + echo error: failed to download 'docker-19.03.4' from 'stable' for 'armhf' error: failed to download 'docker-19.03.4' from 'stable' for 'armhf' + exit 1 The command '/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "$dpkgArch" in amd64) dockerArch='x86_64' ;; armel) dockerArch='armel' ;; armhf) dockerArch='armhf' ;; arm64) dockerArch='aarch64' ;; *) echo >&2 "error: unsupported architecture ($dpkgArch)"; exit 1 ;; esac; if ! wget --quiet -O docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version' returned a non-zero code: 1 The command "docker build -t vicamo/docker:19.03-eoan-armhf ." failed. Retrying, 2 of 3.
EOL-ed. Won't fix.
eoan/armhf, disco/armhf: