From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF2C7C433F5 for ; Thu, 7 Oct 2021 10:37:26 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D507D60C4C for ; Thu, 7 Oct 2021 10:37:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D507D60C4C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 37E1083327; Thu, 7 Oct 2021 12:37:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1633603043; bh=0zkPmZbByX5sVtGoWW3CAPk9oLscUjwb4a/HbWiGRa8=; h=From:Subject:To:Cc:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=oZA/YjRJUSriX+zcLgNMB7k4uDgkMBXLel4BnVjtvEF15Ub31yYOwgSY/h0SsKvjW uMuGqJZU23Solm87OC9zcCXOnkYyrYAFh7LNtRSFY+AKsi0Ccu1mL7YIF7UsLpn0ql 4wRXuxmP++fo8R8Hx6PG/UpEOtgB3MSl1jztoF6KV24Bw8xdh79x62un2uilq/wsFZ 8xfT84pPWSrHQm0Tkck/qgR+Ly+ioxGatK3EDi2uNoZjESnX+hkKYA/GO4vJnVkpxW TPNrpt18aJswvR2VbYObKrtbX5hF6FiS6NPTN+JZEKr0K5KKeV0SpU7t4k5vWW9lFW KQPtS1TG2lYnQ== Received: from [IPv6:2001:a61:617a:9501:5127:bd2d:c44a:a9fc] (unknown [IPv6:2001:a61:617a:9501:5127:bd2d:c44a:a9fc]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbabic@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id CBE7581918; Thu, 7 Oct 2021 12:37:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1633603041; bh=0zkPmZbByX5sVtGoWW3CAPk9oLscUjwb4a/HbWiGRa8=; h=From:Subject:To:Cc:Date:From; b=AleeellO+47Hou4VsYDli9lOxra96wlXGk221pEmUorNQ0N/Cjxh/RFepYroIKLUs iFpVKOL4I7nfQ2Te21i53lBQ8YnpvhgFxpCYk9liElqQgmMhb7ov+g2t0XnefcjNPz FWQ8EOjY9YcVC80g8+xK4VBa5Ke4L1xZrcgAHbPvFvW3Dp9Uj2r6+EnMMnURzxW8Sa s++TLCdmX1HF1ECu8ENudjfkpIXDHMfH7x1V9EnNryqGUyUUKYVmfht4JBmkSsxas9 bn03uJrwFrbva5LTCDjMyKNia5onj2dvWCEzLtUK2yDYsODUh4QroimkcBqPMPer22 1PsikRCJNMsgQ== From: Stefano Babic Subject: buildman stops (crashed) on current master To: "U-Boot@lists.denx.de" Cc: Simon Glass Message-ID: <720a1fe2-894d-0e6c-ece5-b3c737857dd7@denx.de> Date: Thu, 7 Oct 2021 12:37:20 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Hi all, CI stops by building aarch64 without notice, for reference: https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/332319 There is no error, just process is killed. It looks like it stops at xilinx_zynqmp_virt, ./tools/buildman/buildman -o /tmp -P -E -W aarch64but board can be built without issues. If I build on my host (not in docker, anyway), it generally builds fine - but it crashes sometimes, too. On gitlab instance , it crashes. Issue does not seem that depends on merged patches, and introduces boards were already built successfully. Any hint ? I have also no idea what I should look as what I see is just "usr/bin/bash: line 104: 24 Killed ./tools/buildman/buildman -o /tmp -P -E -W aarch64" Regards, Stefano -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de =====================================================================