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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 1266FC77B7C for ; Thu, 4 May 2023 13:02:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A4BFF84771; Thu, 4 May 2023 15:02:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="mWG1K3Ld"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7C13984F47; Thu, 4 May 2023 15:02:22 +0200 (CEST) Received: from mail-yw1-x1135.google.com (mail-yw1-x1135.google.com [IPv6:2607:f8b0:4864:20::1135]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 8F94A8475D for ; Thu, 4 May 2023 15:02:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-yw1-x1135.google.com with SMTP id 00721157ae682-559e53d1195so5424837b3.2 for ; Thu, 04 May 2023 06:02:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1683205338; x=1685797338; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=7IF0J9nbim1Un05FKmTseNA6aNUTAtuoydRVzlD8eGU=; b=mWG1K3LdGZof0iilPylO3gRFDFnUz/pL0JE3+gBFrxiAdEpcH8ZR/9MrvVBndbhJn3 J9tpm5Vj5saDTYSlsVZvhdPmzuEuHcDjpx/Y53yC9lw3QTqUGYbJnxs7xfelK/H9Pr2D XQtbgi53Eigs/zQwP6CiXE7aWbh0wZya5zMd4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683205338; x=1685797338; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=7IF0J9nbim1Un05FKmTseNA6aNUTAtuoydRVzlD8eGU=; b=Sgev2JphJixsPaLTawPUXXRXQ2uqTtEgAg9wpxLQ+2g0LueXSUfzejdNGwCZjAeTEz zfRQow5mxkzYwCMwPoSeqRbsV6YLWYOB5+SIJuH6Eb9knLI1UVWSQ0rXA9kEm9XRJlPT ZTJsyUr9GpcmvKrFnXGro+6pXLYFL3apZjKcJQdPnmrbCCjxgrksy1R/6XqE722wcB6Y +v9L99u1+YWQ2XJ9klZrHDvzStChERNOV+qzy9XWU6nvSQ+ZoFL0N2XZsj+EwDwlSyc5 W23VLh8beLjeFXKOZjJb7mIfmAOuHDZtg9vsmkbIxu0uHS1oykdAXeMWTrs8l24VgwaO Edqw== X-Gm-Message-State: AC+VfDzLYb0iRl1znzFqpfxBwXQ/pezHwO3kzXF6BzKhVrQkEKP5IUvx 97A3dqG3B+twmD2YTng/517MPQ== X-Google-Smtp-Source: ACHHUZ7NAA70dz24ItFfBhGJ4C7nIAz4u0dECso4Yl3UHS1mWABq/IiAP8s+/XmR0jB0zXpwa0wH0g== X-Received: by 2002:a81:9297:0:b0:55a:a635:7e1e with SMTP id j145-20020a819297000000b0055aa6357e1emr2782548ywg.31.1683205337606; Thu, 04 May 2023 06:02:17 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-ba0c-869b-261a-b526.res6.spectrum.com. [2603:6081:7b00:6400:ba0c:869b:261a:b526]) by smtp.gmail.com with ESMTPSA id w7-20020a814907000000b0055d6ae09dedsm675921ywa.127.2023.05.04.06.02.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 May 2023 06:02:17 -0700 (PDT) Date: Thu, 4 May 2023 09:02:15 -0400 From: Tom Rini To: Neha Malcom Francis Cc: u-boot@lists.denx.de Subject: Re: [PATCH 2/2] CI: Make use of buildman requirements.txt Message-ID: <20230504130215.GB2270346@bill-the-cat> References: <20230421123203.1315330-2-n-francis@ti.com> <20230426194436.1785433-1-trini@konsulko.com> <20230426194436.1785433-2-trini@konsulko.com> <0413fa63-504a-0ad0-d341-a37136c72f7f@ti.com> <20230503130441.GB1134230@bill-the-cat> <887b6e21-4e31-618d-8685-72293a1cec13@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rOlPyQCUagtfIkIe" Content-Disposition: inline In-Reply-To: <887b6e21-4e31-618d-8685-72293a1cec13@ti.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.8 at phobos.denx.de X-Virus-Status: Clean --rOlPyQCUagtfIkIe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 04, 2023 at 09:42:54AM +0530, Neha Malcom Francis wrote: > Hi Tom, >=20 > On 03/05/23 18:34, Tom Rini wrote: > > On Wed, May 03, 2023 at 11:27:20AM +0530, Neha Malcom Francis wrote: > > > Hi Tom > > >=20 > > > Thanks for these patches! > > >=20 > > > On 27/04/23 01:14, Tom Rini wrote: > > > > Now that buildman has a requirements.txt file we need to make use o= f it. > > > >=20 > > > > Signed-off-by: Tom Rini > > > > --- > > > > .azure-pipelines.yml | 3 +++ > > > > .gitlab-ci.yml | 4 ++++ > > > > 2 files changed, 7 insertions(+) > > > >=20 > > >=20 > > > However, while trying to ensure CI/CD coverage, I'm running into this= " > > > error 'No module named 'jsonschema'" for am62ax [1], any idea why aft= er > > > building successfully for other devices? > > >=20 > > >=20 > > > [1] https://dev.azure.com/u-boot/u-boot/_build/results?buildId=3D6236= &view=3Dlogs&jobId=3D6fe7c803-7a3b-5b46-f057-c1c62fd89ba1&j=3D22dc4ac5-ae35= -5978-08ac-5f386151834e&t=3Dfae48c67-4bb5-5f06-119f-00d23f780e3c > > o > >=20 > > We need to have the requirements.txt file installed in any job that's > > using this part of binman now and I guess my patch above wasn't > > complete? I didn't fully check what happened on Azure due to the other > > problems (ie iot2050 boards not building). > >=20 >=20 > Probably, I'm not sure about how to rectify this. Could you have a look if > possible? Regarding iot2050, I have started working on it. I see it now. The "script" section at the bottom of =2Eazure-pipelines.yml needs the pip install as well, I had missed that. Go ahead and take that up with your reposting of the series :) --=20 Tom --rOlPyQCUagtfIkIe Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmRTrNQACgkQFHw5/5Y0 tywzJAv/fGblu70S+ZkLsqhyRVCOOeKgpLLN1gOr5gqnAEXiPcv4En+5TD+IUHMl gH94Mi7266fPlZY1M57lizk0JmZYvaW0zoTxIoJfL4i5h30fzptuagQZYQF49CH/ l2/mLIVMIMDx7+DhacqiiNxYnGZH/iEwFDgxZQO6EJJQX2tqVOo9JTpZiwYHH0PO oWxhSuY5dBHCRKpsOk7amDTNj8TtayibMn+tB2mHAYw1EvZTgtKrWRFdw2jZlE2v nhFUHjQwe2FOYXHrTFDMaao5PVQ2CpJP4tVuuexGSS9GQawOZ++JV+I93nUywVS8 3HfJl5Twco8UkX1sfjIKiJqLDYQVyPBUTNHGaAHI/waapyvg4dh1W9xhrGnHWvwH AlG8B70oaaRUi63VWW43DF8TpPkfQHDiq1WRXc7dO3QzMXOGkT5b+6moJkAvQ6Ie xgeTczIkDqEDtLuBFPOc90d5+9TNB2kRVZBdsINx4oUxSNb8Gq0MiQfqovIhb+0k 46Bnh3YK =NT58 -----END PGP SIGNATURE----- --rOlPyQCUagtfIkIe--