From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x72d.google.com (mail-qk1-x72d.google.com [IPv6:2607:f8b0:4864:20::72d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 377AE1F953 for ; Thu, 4 Nov 2021 13:43:30 +0000 (UTC) Received: by mail-qk1-x72d.google.com with SMTP id bm28so5640201qkb.9 for ; Thu, 04 Nov 2021 06:43:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=MO1takO36nKxI4b7sfzAhacxAIL7RI5NwG301Zkjqqo=; b=O2NhpE24xVVciqlbnOL94Z9vweh0i0skMfieKcsoaXvetnk3cuETGMLdwQL3Tby0mx WbCSjFK1Cxnyq/z69CyQm5Bk4i8xcUAvYjM4Gb+JXfxIO4nkumEKZBct0bD7cHt8wNuc q8WUwus6W60x6Jgc3akg55mHAq3oFBiOVLRtc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=MO1takO36nKxI4b7sfzAhacxAIL7RI5NwG301Zkjqqo=; b=haHV6SMFtPIFqWcWAlP6WPSO8zmGL6KiYyYCOU34fwaGhW8SSHHBpdKBh0NKlpQlfQ 8z/Cyde84RpQUzqY09fvshtPWNHyDyQklq8bj3CfNV07TmBrYZXA7nih7dfnKbE6paFa 8b9s21957XPNPAz6anemeNq1a8ipy39rG1nebdntf4kn0CwqF4binxiiLBQ0jRntEBdW g1ggeIxcy4FDXv5uzLqjUeewvaNWgy/mgSo1S55JHFnsgYtseBCG3TN8TChnpImV/7l8 Ezif5CLVpU9kbZN64RXr8j3aupCcshAz2s0U/Nd/TGVw3rBMRAufLj9G+0jXzEzcJP/U PnZQ== X-Gm-Message-State: AOAM5309uxobkMGkFsZp64i3YUFWzmlXtS8prZHqjTXJq2+P6zcwBmAI nXtyZSbfleO22ZUoM+NiZyMCR4+Nx/K53A== X-Google-Smtp-Source: ABdhPJxXdHQk8Q+JaBOq8hjjvwKALATj5+1FDc9UZKSzF0k7ofJ7ktsemvJzdn+d/rulpMaY/gRjng== X-Received: by 2002:a05:620a:31a2:: with SMTP id bi34mr40488830qkb.331.1636033408826; Thu, 04 Nov 2021 06:43:28 -0700 (PDT) Received: from meerkat.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id s7sm3820850qta.3.2021.11.04.06.43.28 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Nov 2021 06:43:28 -0700 (PDT) Date: Thu, 4 Nov 2021 09:43:27 -0400 From: Konstantin Ryabitsev To: meta@public-inbox.org Subject: test: 'seen set from rename' potentially racy Message-ID: <20211104134327.zrf5jijfz7dsvb7l@meerkat.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: Hello: I was having some trouble using "make check" on the Fedora build system: # Failed test 'seen set from rename' # at t/lei-watch.t line 61. # '/tmp/pi-lei-watch-11080-FYz2/lei-daemon/md2/cur/9bf1002c49eb075df47247b74d69bcd555e23422=99:2,' # doesn't match '(?^:S\z)' # [ # '/tmp/pi-lei-watch-11080-FYz2/lei-daemon/md2/cur/9bf1002c49eb075df47247b74d69bcd555e23422=99:2,' # ] This wasn't happening in my own chroot builds, so I'm suspecting that the faster system on the Fedora build infra side is causing this failure, therefore perhaps some kind of race condition. You can see the entire log here: https://download.copr.fedorainfracloud.org/results/icon/b4/fedora-35-x86_64/02928611-public-inbox/build.log.gz Switching to "make test" seems to help, which is what I've done for now. Cheers, -K