From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7008446828784910336 X-Received: by 2002:a7b:c086:: with SMTP id r6mr11480459wmh.46.1631898091087; Fri, 17 Sep 2021 10:01:31 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a7b:c2b2:: with SMTP id c18ls324394wmk.2.gmail; Fri, 17 Sep 2021 10:01:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxPDNSlEoSrw1At1+nBcvanFyEr4Ug2wH3sXzMMdmb0DBNOHuR/MLnWB7lmRoGiMvJgzFPm X-Received: by 2002:a7b:c745:: with SMTP id w5mr8664519wmk.192.1631898090314; Fri, 17 Sep 2021 10:01:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631898090; cv=none; d=google.com; s=arc-20160816; b=ZIjqFrxBIQ6M11oDFYqybayGE89qEa2aJEVHC5F/DqVfvT3ZkOjarwN+aMo2YhbLgs 5k2+OfCZLdzfzgvVsE/U6sqU1J53DMSXyvSg62fkNVO2O7Yz+ZTm8fuY790S/rRTSBwH V4BmtGw4tPVHc7kF9qal8QoIC+Jj57qqwfGHa2IyvL5wKOBOvC7zDvjnK/nLrWRV5T4D IfUx7SnFcoTKnpqExZYckzN2vz+4tsVndVImZw3vxloLn27BwVBkZDGpw7Y3qVae0hOQ inzGxs5jzpBmFoOLpvKe3s87aM8vzKALK8AVkjRSvA6HwzBJ4X1gnxHIeth/f7xinCig 3YJw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=MLqOGu6vwUtNPtgeeVPSNQ0Dn2XhjLdLCzbCc448pC8=; b=zpM3IQqFQR78H3NGyUDaZ98kPrwYjQThCdxCNtLy4lzfWrI0gq+B57XBSmvBfVgdRz tsV+uiNOoq/LsSFI85IrS+gNCqs82BqY7Z/0MhiVaiiLjWfAUbIOWiK1fWhxCTl2+E3c T5/IxkL5pRi6JBlFCE0zVrs3KhUKy1sy8XzXmVGXlifTVDWoCVVdrD2DLWjer+zLFGWd CUoAaY04ESp3AzIVKwpdZAcRbzKAohiU9Q+PJuxm5qk180gXMJ9Bqq655OFBgVlZzYlz IplBLlSE1uoPqvlFJWBHmRIFTE9SDjwj3uH9zvV22su+GbJXOUPfJ5a+fP/vQLI/0xx9 eb+g== 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 b126si990121wmd.2.2021.09.17.10.01.30 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 17 Sep 2021 10:01:30 -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 localhost.localdomain (mm-240-58-214-37.mgts.dynamic.pppoe.byfly.by [37.214.58.240] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 18HH0iNC028039 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Sep 2021 19:01:27 +0200 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH v12 14/16] build_test: Protect ubuntu target with KFAIL Date: Fri, 17 Sep 2021 20:00:31 +0300 Message-Id: <20210917170033.74797-15-amikan@ilbers.de> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210917170033.74797-1-amikan@ilbers.de> References: <20210917170033.74797-1-amikan@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: dapE5rDc6yrd We experience the same QEMU-related semop issue on qemuarm64-focal: | ERROR: mc:qemuarm64-focal:kselftest-5.6.13-r0 do_install_builddeps: Execution of '/build/tmp/work/ubuntu-focal-arm64/kselftest/5.6.13-r0/temp/run.do_install_builddeps.33809' failed with exit code 1: | /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | hostname: Temporary failure in name resolution | semop(1): encountered an error: Function not implemented | Error in the build process: exit status 1 | dpkg: error: cannot access archive 'kselftest-build-deps_5.6.13_arm64.deb': No such file or directory So we need to protect with KFAIL not only bullseye targets, but Ubuntu Focal targets also. Signed-off-by: Anton Mikanovich --- testsuite/build_test/build_test.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/testsuite/build_test/build_test.py b/testsuite/build_test/build_test.py index 9038ec5..63ea301 100644 --- a/testsuite/build_test/build_test.py +++ b/testsuite/build_test/build_test.py @@ -55,12 +55,21 @@ class CrossTest(CIBaseTest): 'mc:qemuamd64-stretch:isar-image-base', 'mc:de0-nano-soc-buster:isar-image-base', 'mc:stm32mp15x-buster:isar-image-base', - 'mc:rpi-stretch:isar-image-base', - 'mc:qemuarm64-focal:isar-image-base' + 'mc:rpi-stretch:isar-image-base' ] self.perform_build_test(targets, 1, None) + def test_cross_ubuntu(self): + targets = [ + 'mc:qemuarm64-focal:isar-image-base' + ] + + try: + self.perform_build_test(targets, 1, None) + except: + self.cancel('KFAIL') + def test_cross_bullseye(self): targets = [ 'mc:qemuarm-bullseye:isar-image-base' -- 2.25.1