From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 29 12:24:45 2023 Received: (at submit) by debbugs.gnu.org; 29 Mar 2023 16:24:45 +0000 Received: from localhost ([127.0.0.1]:54827 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1phYbM-000583-Ow for submit@debbugs.gnu.org; Wed, 29 Mar 2023 12:24:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:44390) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1phYbK-00057u-Ci for submit@debbugs.gnu.org; Wed, 29 Mar 2023 12:24:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1phYbJ-00027x-AA for bug-guix@gnu.org; Wed, 29 Mar 2023 12:24:41 -0400 Received: from mail1.fsfe.org ([2001:aa8:ffed:f5f3::151]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1phYbH-0000tX-FD for bug-guix@gnu.org; Wed, 29 Mar 2023 12:24:41 -0400 From: Jelle Licht DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1680107073; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=j3W2j6dgECf8yi1bZG8pMrvvfnzKcvo2EFjNFK2JYzM=; b=FTwze9xLEzZSr32RsrVYlJDGFL+T/jIakFiSvgZmK4EXieFLqqPK1TWWB0zuBOf4bklBEi Bl38vlt0jj4/GdNGYh4hcCuWbF24vhnT8/yTPXxmAvgynEoRVrcl1TrXdJNwAJ4kED6vk9 aQhR2a2uYagSgEraBKZH+xeOpuNtrwE= To: bug-guix@gnu.org Subject: Nonreproducible error while grafting kdeclarative Date: Wed, 29 Mar 2023 18:24:31 +0200 Message-ID: <87edp7cyps.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:aa8:ffed:f5f3::151; envelope-from=jlicht@fsfe.org; helo=mail1.fsfe.org X-Spam_score_int: -70 X-Spam_score: -7.1 X-Spam_bar: ------- X-Spam_report: (-7.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) While running some random guix command which had to build and/or graft some store items, I ran into a failure: --8<---------------cut here---------------start------------->8--- applying 43 grafts for kdeclarative-5.98.0 ... [snip] View build log at '/var/log/guix/drvs/yq/3if54r360b6mhf7hdzlrlz02zl3rl1-kdeclarative-5.98.0.drv.gz'. --8<---------------cut here---------------end--------------->8--- Contents of referenced log file: --8<---------------cut here---------------start------------->8--- grafting '/gnu/store/57m41maa1wi5iv7075cvkcxyvnw155yc-kdeclarative-5.98.0' -> '/gnu/store/0irfgfan5ggqyr4mzdmjygknp58x27fa-kdeclarative-5.98.0'... ERROR: In procedure car: Wrong type argument in position 1 (expecting pair): 221 --8<---------------cut here---------------end--------------->8--- Simply trying again with `guix build kdeclarative' works out fine: --8<---------------cut here---------------start------------->8--- The following graft will be made: /gnu/store/yq3if54r360b6mhf7hdzlrlz02zl3rl1-kdeclarative-5.98.0.drv applying 43 grafts for kdeclarative-5.98.0 ... grafting '/gnu/store/57m41maa1wi5iv7075cvkcxyvnw155yc-kdeclarative-5.98.0' -> '/gnu/store/0irfgfan5ggqyr4mzdmjygknp58x27fa-kdeclarative-5.98.0'... successfully built /gnu/store/yq3if54r360b6mhf7hdzlrlz02zl3rl1-kdeclarative-5.98.0.drv /gnu/store/0irfgfan5ggqyr4mzdmjygknp58x27fa-kdeclarative-5.98.0 --8<---------------cut here---------------end--------------->8--- I can't seem to reproduce the error again. Both my RAM and SSD seem to be in good health. I'm using an ext4 file system /w luks FDE on the SSD. Perhaps there are other packages that have this happen as well, or perhaps it's just bad luck on my end :-). - Jelle