From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id kLjvA57XwGKMOAAAbAwnHQ (envelope-from ) for ; Sun, 03 Jul 2022 01:41:18 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 2Je0A57XwGJOCQAAauVa8A (envelope-from ) for ; Sun, 03 Jul 2022 01:41:18 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4416836D94 for ; Sun, 3 Jul 2022 01:41:17 +0200 (CEST) Received: from localhost ([::1]:60438 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7mjk-000740-Bf for larch@yhetil.org; Sat, 02 Jul 2022 19:41:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7mjW-00073d-60 for guix-patches@gnu.org; Sat, 02 Jul 2022 19:41:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49152) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o7mjV-0004NS-Lp for guix-patches@gnu.org; Sat, 02 Jul 2022 19:41:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o7mjV-0000K2-JH for guix-patches@gnu.org; Sat, 02 Jul 2022 19:41:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56107] [PATCH]: Update z3 to 4.8.17 and use cmake to build the package. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 02 Jul 2022 23:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56107 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Zhu Zihao Cc: 56107@debbugs.gnu.org, Maxime Devos Received: via spool by 56107-submit@debbugs.gnu.org id=B56107.16568052421206 (code B ref 56107); Sat, 02 Jul 2022 23:41:01 +0000 Received: (at 56107) by debbugs.gnu.org; 2 Jul 2022 23:40:42 +0000 Received: from localhost ([127.0.0.1]:43049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7mjB-0000JO-Vw for submit@debbugs.gnu.org; Sat, 02 Jul 2022 19:40:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57180) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7mj9-0000J6-VV for 56107@debbugs.gnu.org; Sat, 02 Jul 2022 19:40:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56246) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7mj0-0004Ko-P0; Sat, 02 Jul 2022 19:40:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=z5vwprMYAHu/FEwS/DflKrU01U5RlaFpd+weO44ja1c=; b=Z5gVrAR15xCT/4NtzA7M 4pxrCfDvzxDbmLyGk7dRz9sDzaIEjlZ0p2qlCu+EntLI1d/r6xxv5knSJ2lE1LgiBOSpRu1OtiAQG iC1L2Sk5BVvGtStQz/zGn5wSMjP8S1uiYxKccvQD0cTBSndyd7hkthFzB3+ak/sP9BQ4clgumyHt4 IOUBWpG/a4ag1UM8qGv/B/UOyzDlDNHGTSNSnKABFEwklMBbU322AvWBQ2axpoEwdf9VKpcQWmcAD Uw/o1DgeRGz5za2fyBTEO/qD3kHbfM6fzgnAKvwWd1Pl7QM54yG3lK7f+9Tj17QNUE/IK/ZArZZBl PMjjHkWMSEvZpQ==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=49998 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7mj0-0003sh-C3; Sat, 02 Jul 2022 19:40:30 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <86mte7v7jf.fsf@163.com> <81f29e686f5727d02c9924782d4adb9895369046.camel@telenet.be> <86fsjyv3bc.fsf@163.com> Date: Sun, 03 Jul 2022 01:40:27 +0200 In-Reply-To: <86fsjyv3bc.fsf@163.com> (Zhu Zihao's message of "Tue, 21 Jun 2022 16:16:25 +0800") Message-ID: <87k08v13tg.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1656805277; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=z5vwprMYAHu/FEwS/DflKrU01U5RlaFpd+weO44ja1c=; b=McKmFd7Khimp0kDc1HKWhHwUEuQNguDAa6KnEwD7WMHGT8iwoW72+Tj64my1JNq+TTLHG0 fEy2XRJ4cPEetE/uqS8SDNs7MkzKXiCZk0Lk+2E23yPl/8Qu5AqXfxsrtB++ujMyoYmlBp rJ++kPToMWFvKM9NeGRSYyxRI76sYTezwOk7W1fa6VgdYVgB8QYcxbdUzAb9yC5vWCXHZ2 ZZoizScm0YUi8Op9gOQ95xZzecTHH61VnQ3Wp08xFhk5JORlzHKtMbu7wP80yLO/rjoKIF d5Y2Aix7bZiTATKd6VaIgF0WjP72yTINXXWQXNgNI8lkWi+NjHIC5FxQvmcw1A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656805277; a=rsa-sha256; cv=none; b=DPLHggHjC6zszayJEAETOFtD3/nNXEONJs+ipNGw0f1qKcVh0G05gOoTVeUdn2Xr2oCx5V LjV8vnl2uoEW1AAbQjZELEOvPCl5bGaookuCIywAbB2Y59xo/q9Hvd9HMLrAYjOxeMV2tm MreyjS9Ie30fW8ZdumSLm8QIqLmhSwnF0Jj9XxLc/EQJhPE3fAWGc1n90wpnsEP3Njkj3Y hk78YfYdgMG6f1SOfwqfeTpjI2aGl5BIgNeXuZnRDZsm2Rw+1HVKPzktrm/YAr/jUQu0a/ qX5YtWi/h5OUuQevcrzdtMvv5sX/vYB6vhqxsy0I7Rp9lo5XKob+GHDUJ6z8Rg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Z5gVrAR1; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.45 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Z5gVrAR1; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 4416836D94 X-Spam-Score: -3.45 X-Migadu-Scanner: scn0.migadu.com X-TUID: KuY2gEsm22Yz Hi! The series LGTM, but unfortunately the upgrade breaks one dependent, =E2=80=98solidity=E2=80=99: --8<---------------cut here---------------start------------->8--- --- SKIPPING ALL SEMANTICS TESTS --- Running 4839 test cases... 0% 10 20 30 40 50 60 70 80 90 100% |----|----|----|----|----|----|----|----|----|----| *********************************************/solidity/test/boostTest.cpp(1= 14): error: in "smtCheckerTests/loops/while_loop_array_assignment_storage_s= torage": Test expectation mismatch. Expected result: Warning 6328: (290-309): CHC: Assertion violation happens here. Warning 6328: (313-332): CHC: Assertion violation happens here. Obtained result: Warning 6328: (290-309): CHC: Assertion violation happens here. Warning 6328: (313-332): CHC: Assertion violation happens here. Warning 4661: (266-286): BMC: Assertion violation happens here. /solidity/test/boostTest.cpp(114): error: in "smtCheckerTests/loops/for_1_f= alse_positive": Test expectation mismatch. Expected result: Warning 2661: (176-181): BMC: Overflow (resulting value larger than 2**25= 6 - 1) happens here. Obtained result: Warning 2661: (176-181): BMC: Overflow (resulting value larger than 2**25= 6 - 1) happens here. Warning 4661: (296-309): BMC: Assertion violation happens here. */solidity/test/boostTest.cpp(114): error: in "smtCheckerTests/crypto/crypt= o_functions_compare_hashes": Test expectation mismatch. Expected result: Warning 6328: (183-197): CHC: Assertion violation happens here. Warning 6328: (201-215): CHC: Assertion violation happens here. Warning 6328: (219-233): CHC: Assertion violation happens here. Obtained result: Warning 1218: (183-197): CHC: Error trying to invoke SMT solver. Warning 1218: (201-215): CHC: Error trying to invoke SMT solver. Warning 1218: (219-233): CHC: Error trying to invoke SMT solver. Warning 4661: (183-197): BMC: Assertion violation happens here. Warning 4661: (201-215): BMC: Assertion violation happens here. Warning 4661: (219-233): BMC: Assertion violation happens here. /solidity/test/boostTest.cpp(114): error: in "smtCheckerTests/crypto/crypto= _functions_not_same": Test expectation mismatch. Expected result: Warning 6328: (229-243): CHC: Assertion violation happens here. Obtained result: Warning 1218: (229-243): CHC: Error trying to invoke SMT solver. Warning 4661: (229-243): BMC: Assertion violation happens here. Warning 4661: (229-243): BMC: Assertion violation happens here. **/solidity/test/boostTest.cpp(114): error: in "smtCheckerTests/operators/c= ompound_bitwise_or_uint_2": Test expectation mismatch. Expected result: Warning 7812: (173-192): BMC: Assertion violation might happen here. Obtained result: Warning 6328: (173-192): CHC: Assertion violation happens here. */solidity/test/boostTest.cpp(114): error: in "smtCheckerTests/operators/sl= ice_default_start": Test expectation mismatch. Expected result: Warning 6328: (193-225): CHC: Assertion violation happens here. Warning 4661: (157-189): BMC: Assertion violation happens here. Obtained result: Warning 4661: (157-189): BMC: Assertion violation happens here. Warning 4661: (193-225): BMC: Assertion violation happens here. ** *** 6 failures are detected in the test module "SolidityTests" error: in phase 'check': uncaught exception: %exception #<&invoke-error program: "./scripts/tests.sh" arguments: () exit= -status: 1 term-signal: #f stop-signal: #f>=20 phase `check' failed after 656.5 seconds command "./scripts/tests.sh" failed with status 1 builder for `/gnu/store/g69say6c7vqvk15p8jark6l3m4k6z7bg-solidity-0.7.4.drv= ' failed with exit code 1 build of /gnu/store/g69say6c7vqvk15p8jark6l3m4k6z7bg-solidity-0.7.4.drv fai= led --8<---------------cut here---------------end--------------->8--- Thoughts? Ludo=E2=80=99.