From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6788114222392803328 X-Received: by 2002:a19:4f01:: with SMTP id d1mr8452508lfb.182.1585293099236; Fri, 27 Mar 2020 00:11:39 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:a49b:: with SMTP id h27ls2056055lji.2.gmail; Fri, 27 Mar 2020 00:11:38 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtAuo48xNRf3LS1sCDuEsTXEkMw5IFevoWbeFU8vGmc3Wimwl4c5rjGtbcktUvEMBHVI6qs X-Received: by 2002:a2e:a412:: with SMTP id p18mr7778043ljn.39.1585293098610; Fri, 27 Mar 2020 00:11:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585293098; cv=none; d=google.com; s=arc-20160816; b=Oye2G0129Lr/BLSfeNbubEzDZzOuwQISiWVrxKuycf9+k+JZe5MoTnhCAk1jrsZ+mr bbwH/l3BL7B9//f7ouHTdgUv83zUFaEsr577F46UDUWawY5g012WVjvfQ67FWi+3XtAE Q9fpTv5/tv2bRwLQQLaxTAs+x8sijjGmDJ/nnWe+0KjZOVuKSAYdENtY8AFA8USwmU1N 3s77sGi7VxSdnES7+FDct+t4kCcjzKf5tDKImzdGaa0nXA4Ez8XB3oNaSpOu00upA/tn mCvJN512thVE1Ojmp3iiM0/VWTd7oVeMIPPgmwfHF5MNLUxorKYyZMt51SM359hKxG3D g0qg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=2ZuNT77DjUIJ4L1vkakQw99RHG8Z2Hxd4z4HUxyOMLM=; b=QIltTDsv1ySUGAX3yc5IVdb9pevEl4IwzyShJeg3F6lllBbttZttQDK9fI8ubDu7oO U979itq++FfQgcljhykin8PHPx3jqXWLkAMbBoHR+0I6FULv6cE2yVqfC+tj/dD+FSOe GmnknGeEeXgfD/ruTnAMfUyG6LecaU7LvRSVWuRpsI9+uOWSXMubOlaA8GsPZBCpKhfL +5uowqHO1pG5xGy+JLpXhnZZ+di2A9v2MvD9nO6BbZqbXO9NM4k7eB4SXuWRMOaBssiJ IHO8IoRF42VwqfCmgAf/F/V1K099iFMH4wyu4DKvTqSItZv/RzrPWgqtL/iizrL/lHSc tTLA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id p5si263133ljj.3.2020.03.27.00.11.38 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 27 Mar 2020 00:11:38 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 02R7BQfq029719 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 27 Mar 2020 08:11:37 +0100 Date: Fri, 27 Mar 2020 08:11:26 +0100 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCHv8 00/29] base-apt-rework Message-ID: <20200327071126.muwgzwsgjkkhldjl@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200326134325.8672-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200326134325.8672-1-henning.schild@siemens.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: +0TBgb5YQ0x+ Hello Henning, On Thu, Mar 26, 2020 at 02:42:56PM +0100, Henning Schild wrote: > changes since v7: > > - fix directory permissions of download cache import in bootstrap (p11) Thanks, my first two builds succeeded. Your #158 failed due to timeout executing the images, possibly due to nightly builds starting (on the old server, we needed up to -t 960). I've enabled log timestamps for your job. Did you try building against snapshots? If yes, could you share the necessary changes? With kind regards, Baurzhan.