From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7020716408055005184 X-Received: by 2002:a17:907:1caa:: with SMTP id nb42mr45432472ejc.293.1634724647452; Wed, 20 Oct 2021 03:10:47 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:aa7:c944:: with SMTP id h4ls2098229edt.1.gmail; Wed, 20 Oct 2021 03:10:46 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxH0C+kHHFspZPCo/M+GvXq0E3RB6cXkIX9MMskhmiyIyNmNUQA3pIbf8R+VqhWVQOO9fJu X-Received: by 2002:a05:6402:42c8:: with SMTP id i8mr63576264edc.349.1634724646563; Wed, 20 Oct 2021 03:10:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634724646; cv=none; d=google.com; s=arc-20160816; b=Y1/gonvgFH2dI94RZkCQ3e0oAg8R5WY/5vP6b6eO2YMWa7zuQF4yi8LkpI6xQyEkSd 6SRK+GUTJFEq6Ho0cqJ6JBlk+KuFtV1uiRk2NM+LuquKtyrtSA+ENmTLSVHqZAjgHy1m Rz9OlqZzk1B293c5WYkfKRz+eUn3/R+K5CFXKpTvm8cO4MPvjfB5tun0I/J4501BB8iL wugAnSeIBK/bqK+HgXWa3pHSsC4fSKCXXbII/Yb5D9CuTa+J2b9tVb0oWZoKEV2JLgFi 62DgJ3spKAiJ2Y6P5qm3Wjek7EX8VjzMM5JYzTvIKUolikG36giqsfGHdztqdB0B5egC U/AQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-language:content-transfer-encoding:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject; bh=I+++zKLGn3cKJP2N/9l5AI22REKtGfBo8Poug515HBA=; b=zQQUxBxQnyLhtgvLXCGbFJP+8dX7CpBK+LuyY2JL6B4nALZe3w6Hy5QBuEfA9cv5Dq YNDRAoO7rsQV+QsPs0CLiVmbA1DwYe4qmNZ01hFfRHnlUpjgrxdKc2nptN/9rbcoBe4T c3JVEULXt36zXOZfDpngCX30bh59+ClHtM4LgpflAvrn/mC11Z7icwI++bVFm2fQ1HI9 I2W8PAYrWSPjKn0JyFAOqEAu0WmRNPjoI+dEKnoDaLMjl0XQxePwkjjAkGgBDWBH+G7V pjTpgQ25kEeOBBMcceZ7ao5eO9rlVAqyuE6x+hcxdvc8noILxl56wTHpyVFsdEiYeEKw wtPg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id cc18si110633edb.2.2021.10.20.03.10.46 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Oct 2021 03:10:46 -0700 (PDT) Received-SPF: pass (google.com: domain of amikan@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 amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from [10.54.4.214] (leased-line-st-87-252-252-30.telecom.by [87.252.252.30]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 19KAAhoB013926 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 20 Oct 2021 12:10:44 +0200 Subject: Re: [PATCH v2 1/2] CI: install avocado in venv if host does not have it To: isar-users@googlegroups.com Cc: Henning Schild , Baurzhan Ismagulov References: <1634724221-26372-1-git-send-email-amikan@ilbers.de> From: Anton Mikanovich Message-ID: Date: Wed, 20 Oct 2021 13:10:43 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <1634724221-26372-1-git-send-email-amikan@ilbers.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-TUID: IzOHW7J1K4Ev On 20.10.21 13:03, Anton Mikanovich wrote: > From: Henning Schild > > Avocado packages are currently not available in Debian. Use virtualenv > and pip for sites that do not provide avocado as part of execution > environment. We expect the execution environment to be Debian-based and > to allow us to sudo (true for kas-isar container). > > Use version 88.0 as the latest working one from pip. > > Signed-off-by: Henning Schild > Signed-off-by: Anton Mikanovich Packages subprocess32 and avocado-framework-plugin-varianter-yaml-to-mux are not used in the current implementation, so we need to install only avocado itself. The FileNotFoundError: whiteboard issue is caused by the new avocado version provided by pip, the latest working one is 88.0. Deeper investigation is in progress. We are going to merge this today. -- Anton Mikanovich Promwad Ltd. External service provider of ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn, Germany +49 (89) 122 67 24-0 Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov