From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6664521764891000832 X-Received: by 2002:a1c:1a47:: with SMTP id a68mr2268925wma.18.1552299058356; Mon, 11 Mar 2019 03:10:58 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a5d:62d0:: with SMTP id o16ls922283wrv.14.gmail; Mon, 11 Mar 2019 03:10:57 -0700 (PDT) X-Google-Smtp-Source: APXvYqzbLWX/WWHBfJ7Lt1sAKODIy4TpO/RD1ujDTvcZopxl4MCZiCAUxE69Wn28Mfjrb0XzeAgg X-Received: by 2002:a5d:5111:: with SMTP id s17mr1540224wrt.13.1552299057914; Mon, 11 Mar 2019 03:10:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552299057; cv=none; d=google.com; s=arc-20160816; b=dhDi78m9C2xqRFd+5DlgOIKqAWfWN/fGkMg/hNnZg/5bkKRXLs7oRGSsKZZIue8jLj YlyxgOWqLbP+HZh48K8zkhNaHtgfB5srn4brsOLZ9kNecdNjOH8H3dX27wZKJoM+7vNr e77+u3nM2cS/e0mNbbkU7VmgS8f/gVCLTEUtSpIjjNWUMd8Mpajl9rCDEfdNUKOqcDDN nrLY8791oBZwsDmy3M+r7VNVTF4WabwLYBlhnx9apol/4QuiRI80xH5MtKeZTFCZf3XB v8BNzjlNfW2PqIsHHMEOk2JyHPd6oOrTZhCnu+Q/zi9sNt5GV0rwfZkF1UgFs/UpD2kQ hgOQ== 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:organization:from:references:cc:to :subject; bh=cCYGdOTKsq5ND8Kat0WrcHUPdh6NBjeaDEC65QETcZM=; b=pPF5zNV82fNSc6HmBz4WcvrdEr1MW0PCTJ9VIyqYdahtj7LZ9M49Geme8KSviMNrRz 38xwqKjDexuTOE6j3EEQk/tPx4SWqiHslJXfmvG88iIpkCd6C/5eD8deoGUD+Gu8a9bG kBEsDhZTzCcyqYYXh4M2hr/3cRooDHgsq1uWVcFC7vAgPNf/t5eooSPNgobZ6anhAbKr Iy1+NTiNsHU4k1iOgRucFGFVVuoprcmYOywr6qnwcJzjoBAmwXC+ZkNriYaHJ+cy/TBj Hh2HhBUZQE43dTKKHkmSIndVe8fwwHObPprAO+k9IF6HM7GwsPVaQqOf7fYHexiP3ZKx LVdg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of mosipov@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id m1si277006wrj.4.2019.03.11.03.10.57 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 11 Mar 2019 03:10:57 -0700 (PDT) Received-SPF: pass (google.com: domain of mosipov@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of mosipov@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Received: from [192.168.50.163] (d51a48a80.access.telenet.be [81.164.138.128]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x2BAAr0R011788 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 11 Mar 2019 11:10:54 +0100 Subject: Re: [PATCH v4 0/6] Python refactoring To: Claudius Heine , isar-users@googlegroups.com Cc: Claudius Heine References: <20190304130801.20628-1-claudius.heine.ext@siemens.com> From: "Maxim Yu. Osipov" Organization: ilbers GmbH Message-ID: <92b2d5da-3e0e-1721-4023-4b76395055d4@ilbers.de> Date: Mon, 11 Mar 2019 11:10:53 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,URIBL_BLOCKED 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: d/k09GQSUUD0 Hi Claudius, On 3/4/19 5:21 PM, Claudius Heine wrote: > Hi, > > On 04/03/2019 14.07, [ext] claudius.heine.ext@siemens.com wrote: >> From: Claudius Heine >> >> Hi, >> >> I just took Haralds patchset + Maxims rebase and fixed it up. >> >> There was just a tiny change necessary, I added that in an additional >> patch. >> It builds on my machine (qemuamd64) and I am currently testing it on >> isar-ci. > > Ok I run this patchset two times on the isar-ci now. The exact same > commit id failed the first time after ~10 minutes [1] and will go green > the second time [2] (Not completely finished yet, but it looks good so > far after 1h50m.) > > We really should fix the nondeterminism in the CI. From the first glance the error caused build failure was E: Couldn't download packages: locales How are you going to fix such "non-determinism"? Regards, Maxim. > > regards, > Claudius > > [1] http://isar-build.org:8080/job/isar_claudius_ilbers-ci/22/ > [2] http://isar-build.org:8080/job/isar_claudius_ilbers-ci/23/ > >> >> If that is successful and review is ok, my patch can be merged into the >> 'Remove all uses of subprocess.call(shell=True)' or left separately. >> >> regards, >> Claudius >> >> Claudius Heine (1): >>    isar-bootstrap-helper: get_deb_host_arch: fix decoding >> >> Harald Seiler (5): >>    Remove all uses of subprocess.call(shell=True) >>    Use modern python formatting >>    image: Remove recursion in get_image_name >>    wic: Refactor fakeroot script >>    Fix python style >> >>   .../example-module/example-module.bb          |  8 ++- >>   meta/classes/base.bbclass                     | 70 ++++++++++++------- >>   meta/classes/image.bbclass                    | 22 ++++-- >>   meta/classes/isar-bootstrap-helper.bbclass    |  8 +-- >>   meta/classes/isar-events.bbclass              | 14 ++-- >>   meta/classes/patch.bbclass                    | 13 ++-- >>   meta/classes/wic-img.bbclass                  | 21 ++++-- >>   .../isar-bootstrap/isar-bootstrap-host.bb     |  9 ++- >>   .../isar-bootstrap/isar-bootstrap-target.bb   |  5 +- >>   .../isar-bootstrap/isar-bootstrap.inc         | 12 ++-- >>   scripts/wic_fakeroot                          |  9 +-- >>   11 files changed, 120 insertions(+), 71 deletions(-) >> > -- Maxim Osipov ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn Germany +49 (151) 6517 6917 mosipov@ilbers.de http://ilbers.de/ Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov