X-Original-To: alpine-user@lists.alpinelinux.org Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by lists.alpinelinux.org (Postfix) with ESMTP id 644E5F84E78 for ; Wed, 3 Apr 2019 14:14:54 +0000 (UTC) Received: from [188.192.98.121] (helo=[10.1.1.1]) by smtprelay03.ispgateway.de with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1hBgfF-0007SK-2O for alpine-user@lists.alpinelinux.org; Wed, 03 Apr 2019 16:14:53 +0200 To: alpine-user@lists.alpinelinux.org From: Tristan Kohl Subject: [alpine-user] APK hangs on some packages Message-ID: Date: Wed, 3 Apr 2019 16:14:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Df-Sender: dHJpc3RhbkBmYW1pbGllLWtvaGwuYXQ= Hey guys, I build most of my images on top of Alpine. However for the last couple of days I come accross some weird problem which causes apk add to hang for some packages. I tried following Dockerfile on an Alpine 3.9 host with Docker 18.09.1-ce and my Void Linux desktop with docker 18.09.4. FROM alpine:latest RUN apk add --no-cache build-base cmake git linux-headers perl #> docker build -t test . Sending build context to Docker daemon 2.56kB Step 1/18 : FROM alpine:latest ---> 5cb3aa00f899 Step 2/18 : RUN apk add --no-cache build-base cmake git linux-headers perl ---> Running in 9736754a88cc fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz (1/41) Upgrading musl (1.1.20-r3 -> 1.1.20-r4) (2/41) Installing binutils (2.31.1-r2) (3/41) Installing libmagic (5.35-r0) (4/41) Installing file (5.35-r0) (5/41) Installing gmp (6.1.2-r1) (6/41) Installing isl (0.18-r0) (7/41) Installing libgomp (8.2.0-r2) (8/41) Installing libatomic (8.2.0-r2) (9/41) Installing libgcc (8.2.0-r2) (10/41) Installing mpfr3 (3.1.5-r1) (11/41) Installing mpc1 (1.0.3-r1) (12/41) Installing libstdc++ (8.2.0-r2) (13/41) Installing gcc (8.2.0-r2) Process hangs here (I let it alone for >1h and then killed it), but running an Alpine instance via docker run -it --rm alpine and trying to install those packages manually one by one has worked both times I tried this (today and on Sunday). However, installing gcc or build-base did not work (aka. hang) two or three times and only succedded on consecutive tries. Weirdly enough, calling apk add g++ pulled in gcc and finished within seconds as I was used to... So I "think" there is no problem with docker's network setup but I have no idea of the inner workings so please tell me where to look if you think this is a docker issue. Cheers, Tristan P.S.: Previous builds ~2 weeks ago worked and there was no docker update as far as I can remember. --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---