Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQoWh-0003xh-QC for pgsql-jdbc@arkaria.postgresql.org; Sat, 11 Feb 2023 11:58:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pQoWf-0003ko-4k for pgsql-jdbc@arkaria.postgresql.org; Sat, 11 Feb 2023 11:58:41 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQoWe-0003kd-RK for pgsql-jdbc@lists.postgresql.org; Sat, 11 Feb 2023 11:58:40 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQoWc-0001gk-7N for pgsql-jdbc@lists.postgresql.org; Sat, 11 Feb 2023 11:58:39 +0000 Received: from github.com (hubbernetes-node-462950c.ash1-iad.github.net [10.56.14.71]) by smtp.github.com (Postfix) with ESMTPA id 1A0B55E0237 for ; Sat, 11 Feb 2023 03:58:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676116717; bh=zAsRZgiWd0IwXek2iI7Dgpm9yiXBswUhWHuPpKl6hGM=; h=Date:From:To:Subject:From; b=1xYs3WVA9CIBQ6BnheL9CWLLmESc9Rli3FZyrN88yA5Dx71YNUhIaPmqt7ZyAPKYe 8QEdt2CbD8aPUX4Jb+FHcDVHFWO5N54eeErKM3CUl2H3hn6U2yw2rR+6Mwc/ndZIQg +VU68uMjDqbxmSywbcU1GJMeUUhGV86k/S5ASp0Q= Date: Sat, 11 Feb 2023 03:58:37 -0800 From: Vladimir Sitnikov To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 8ab22a: chore: skip autostyle markdown task to workaround ... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 8ab22a463592c818ebef086d5781c77d91d3fc29 https://github.com/pgjdbc/pgjdbc/commit/8ab22a463592c818ebef086d5781c77d91d3fc29 Author: Vladimir Sitnikov Date: 2023-02-11 (Sat, 11 Feb 2023) Changed paths: M build-logic/verification/src/main/kotlin/build-logic.autostyle.gradle.kts Log Message: ----------- chore: skip autostyle markdown task to workaround failure The failure is Execution failed for task ':benchmarks:autostyleMarkdownProcess': org.gradle.internal.execution.fingerprint.InputFingerprinter$InputFileFingerprintingException: Cannot fingerprint input file property 'sourceFiles': Could not stat file D:\a\pgjdbc\pgjdbc\benchmarks\**\*.md at org.gradle.internal.execution.fingerprint.impl.DefaultInputFingerprinter$InputCollectingVisitor.visitInputFileProperty(DefaultInputFingerprinter.java:141) at org.gradle.internal.execution.steps.SkipEmptyWorkStep$1.visitInputFileProperty(SkipEmptyWorkStep.java:135) .. Caused by: net.rubygrapefruit.platform.NativeException: Could not get file details of D:\a\pgjdbc\pgjdbc\benchmarks\**\*.md: could not file attributes (errno 123) at net.rubygrapefruit.platform.internal.DefaultWindowsFiles.stat(DefaultWindowsFiles.java:38) at net.rubygrapefruit.platform.internal.DefaultWindowsFiles.stat(DefaultWindowsFiles.java:28)