From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6883009067021762560 X-Received: by 2002:a1c:1b08:: with SMTP id b8mr5161523wmb.85.1606336218339; Wed, 25 Nov 2020 12:30:18 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:600c:414c:: with SMTP id h12ls1873827wmm.2.gmail; Wed, 25 Nov 2020 12:30:17 -0800 (PST) X-Google-Smtp-Source: ABdhPJxrc+FIkGudRrFb4zzKisEAB7GVmTkj9D4CFJAlOsoU9Cnz/fQiJAcl4cQgPydqu8vZ5WkN X-Received: by 2002:a1c:2384:: with SMTP id j126mr5890289wmj.116.1606336217351; Wed, 25 Nov 2020 12:30:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606336217; cv=none; d=google.com; s=arc-20160816; b=SKnMCA1IUWsZ8OW1oVKzremuWbydBJTbGdL1w2qrisW5+A5pkfvBQwoaJ9Jh/5HTza i7lmssgByJyiddUGNo5NSPSr/9Oo0L/utTvJoZoz13EyPr0fXllPyE2Vo8L4iYOiZ0NM P4zXRezD99OMxRXuX/oxTe83fKKRvQI9zLx4Xw8nRqgd0I7BR6SoWL3V103nt/Nc8ji6 cIvPZZbtj2Kd5n2qjItT2y9hAmvZB6Oqpj3YdNLMEn5y0lQNLnp4piXC3sQHFFJEtien mK9YGRy5K+Bv4lrZ3lyrpmfG+QeaC4jgN/hV+p+5U/gXMUGPKl1r6aO6P4Y6stZn5ouH GS2g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject; bh=ceDD44lnuF5VakHG9oYxh6GXNHC/MSt+1tBIsCyUx3s=; b=v+WjqPP32jOTFc9ZiNoIqyVW4SrrovH12ycaLcD7J8Q3b/V0sC/2OixgzNmNlpDm1B 0EIWb+Z3hc8If7BJeqQIRivrbhCi1k13Jxk5zLVN6CNEotJ8aiNzERoye1+E/DYldlsn Ivyl4IQQJL2Zt1qEXnD9mh9k3HcnjoEOB6p4+g3hurBi7T0OcPS4HF4rUiucEGVphRgM lYBK88T0YyDHY2bheRtNeHxxoHD9yB3VJt2QcL3+5yBElAZKXig7RD5mZqB9CoyqsY3K T2se8F0g5qO426a58lHxrU1bOR2hVM3emQ93Dn8mNDilfs4J+yuVGGUP+TmruQDXbFki cRRQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id r21si188322wra.4.2020.11.25.12.30.17 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Nov 2020 12:30:17 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) client-ip=194.138.37.40; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id 0APKUHO1007318 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 25 Nov 2020 21:30:17 +0100 Received: from [167.87.38.29] ([167.87.38.29]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 0APKUGNO006440 for ; Wed, 25 Nov 2020 21:30:16 +0100 Subject: Re: [PATCH v4 00/11] Support for building TF-A and OP-TEE, add STM32MP15x board To: isar-users References: <20201124165235.GQ31950@yssyq.m.ilbers.de> <20201125185802.GV31950@yssyq.m.ilbers.de> From: Jan Kiszka Message-ID: <6db25c0f-c6e0-8fd4-2ee5-a8ba7e5dd17d@siemens.com> Date: Wed, 25 Nov 2020 21:30:16 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20201125185802.GV31950@yssyq.m.ilbers.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: o7DljmnCZw2m On 25.11.20 19:58, Baurzhan Ismagulov wrote: > On Wed, Nov 25, 2020 at 06:47:50AM +0100, Jan Kiszka wrote: >>> Looks good to me, has just failed on CI due to python3. I'll test on top of the >>> python3 fix and let you know. >> >> How comes that? The new python bits of this series should only be >> executed inside the buildchroot. Do you have a pointer to the failing build? > > http://ci.isar-build.org:8080/job/isar_am_devel_fast/28/consoleFull > > ERROR: mc:stm32mp15x-buster:isar-image-base-1.0-r0 do_wic_image: Execution of '/workspace/build/isar_am_devel_fast/28/build/tmp/work/debian-buster-armhf/isar-image-base-stm32mp15x-wic-img/1.0-r0/temp/run.do_wic_image.27755' failed with exit code 1: > /usr/bin/ln: failed to create symbolic link '/usr/bin/python3-native/python3': File exists > INFO: Creating image(s)... > > ERROR: A native program /usr/bin/python3-native/python3 required to build the image was not found (see details above). > > Wic failed to find a recipe to build native /usr/bin/python3-native/python3. Please file a bug against wic. > > mv: cannot stat '/workspace/build/isar_am_devel_fast/28/build/tmp/deploy/buildchroot-target/debian-buster-armhf/tmp/tmp.W51km1H9Cv/isar-image-base-debian-buster-stm32mp15x.wic/stm32mp15x-202011231326-sda.direct.bmap': No such file or directory > WARNING: exit code 1 from a shell command. > > ERROR: Logfile of failure stored in: /workspace/build/isar_am_devel_fast/28/build/tmp/work/debian-buster-armhf/isar-image-base-stm32mp15x-wic-img/1.0-r0/temp/log.do_wic_image.27755 > > > If that is a race, then it could be triggered by any irrelevant change. With > the python3 patch applied, the CI has passed. I'm ready to apply the series, > please let me know whether you see any issues. > It's the race for which you just merged the fix. Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux