-
0.58 s
$ /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/timeout --kill-after=15s 1800s /nix/store/mycbwkcm1jzjgsaiydvzib9phmzfz9vx-nix-2.31.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes --extra-substituters https://sellout.cachix.org --extra-trusted-public-keys sellout.cachix.org-1:v37cTpWBEycnYxSPAgSQ57Wiqd3wjljni2aC0Xry1DE= --netrc-file /tmp/nix-ci-worker-36db42648571084a/cachix-c5e138779779c30d/netrc --extra-substituters ssh-ng://worker.nix-ci.com?ssh-key=/tmp/nix-ci-worker-36db42648571084a/ssh-key-9c2f783268a98cc0/ssh.key&remote-store=/cache/nix-ci/&base64-ssh-public-host-key=c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSU9EQXdicHlRaVYwb2lyakhxbHIwbitnWDNNVjQwbDBKTmlKdVNDZHdoZ1o= --extra-trusted-public-keys nix-ci-staging:Q5+aawDG0LPCgu1fP9e+9hktvsfSyvu/Xe5PvzTLRVs= --print-build-logs build --no-link git+https://x-access-token:<REDACTED:GITHUB_ACCESS_TOKEN>@github.com/sellout/hpack-dhall-defaults?ref=typed-hpack&rev=c0f001ab6c1d2bb5ac868b9e30949093034f25dd#checks.x86_64-linux.formatter --post-build-hook /tmp/nix-ci-worker-36db42648571084a/nix-ci-cache-upload.sh
-
0.58 s
warning: ignoring untrusted flake configuration setting 'allow-import-from-derivation'.
-
0.58 s
Pass '--accept-flake-config' to trust it
-
0.58 s
warning: ignoring untrusted flake configuration setting 'extra-experimental-features'.
-
0.58 s
Pass '--accept-flake-config' to trust it
-
0.58 s
warning: ignoring untrusted flake configuration setting 'extra-substituters'.
-
0.58 s
Pass '--accept-flake-config' to trust it
-
0.58 s
warning: ignoring untrusted flake configuration setting 'extra-trusted-public-keys'.
-
0.58 s
Pass '--accept-flake-config' to trust it
-
0.58 s
warning: ignoring untrusted flake configuration setting 'sandbox'.
-
0.58 s
Pass '--accept-flake-config' to trust it
-
0.58 s
warning: ignoring untrusted flake configuration setting 'use-registries'.
-
0.58 s
Pass '--accept-flake-config' to trust it
-
0.58 s
this derivation will be built:
-
2.20 s
/nix/store/zsqiybhzb94dbk6idp85pv446svw35sm-treefmt-check.drv
-
2.20 s
building '/nix/store/zsqiybhzb94dbk6idp85pv446svw35sm-treefmt-check.drv'...
-
2.28 s
treefmt-check> treefmt v2.3.1traversed 40 files
-
2.56 s
treefmt-check> emitted 20 files for processing
-
2.56 s
treefmt-check> formatted 20 files (4 changed) in 163ms
-
2.56 s
treefmt-check> M dhall/Library/schema
-
2.57 s
treefmt-check> M dhall/Package/default
-
2.57 s
treefmt-check> M dhall/Package/schema
-
2.57 s
treefmt-check> M dhall/Sublibrary/schema
-
2.57 s
treefmt-check> diff --git a/dhall/Library/schema b/dhall/Library/schema
-
2.57 s
treefmt-check> index d2f0a22..5307d67 100644
-
2.57 s
treefmt-check> --- a/dhall/Library/schema
-
2.57 s
treefmt-check> +++ b/dhall/Library/schema
-
2.57 s
treefmt-check> @@ -9,6 +9,4 @@ let schema =
-
2.57 s
treefmt-check> { Type = hpack.Library.Type a, default = ./default a }
-
2.57 s
treefmt-check> : { Type : Type, default : hpack.Library.DefaultType a }
-
2.57 s
treefmt-check>
-
2.57 s
treefmt-check> -let testMinimalRequiredFields = (schema <>)::{=}
-
2.57 s
treefmt-check> -
-
2.57 s
treefmt-check> in schema
-
2.57 s
treefmt-check> diff --git a/dhall/Package/default b/dhall/Package/default
-
2.57 s
treefmt-check> index d51f01a..047be4b 100644
-
2.57 s
treefmt-check> --- a/dhall/Package/default
-
2.57 s
treefmt-check> +++ b/dhall/Package/default
-
2.57 s
treefmt-check> @@ -10,8 +10,6 @@ let language = H.GHC.LanguageEdition
-
2.57 s
treefmt-check>
-
2.57 s
treefmt-check> let hpack = H.hpack
-
2.57 s
treefmt-check>
-
2.57 s
treefmt-check> -let Comp = hpack.Conditional.Comparator.Type
-
2.57 s
treefmt-check> -
-
2.57 s
treefmt-check> in λ(rec : (Type → Type) → Type) →
-
2.57 s
treefmt-check> λ(minimumGhcVersion : Pvp.Version) →
-
2.57 s
treefmt-check> let GHC2024 = language.compatibleWith language.GHC2024 minimumGhcVersion
-
2.57 s
treefmt-check> diff --git a/dhall/Package/schema b/dhall/Package/schema
-
2.57 s
treefmt-check> index 9cb8c68..ccfd3e1 100644
-
2.57 s
treefmt-check> --- a/dhall/Package/schema
-
2.57 s
treefmt-check> +++ b/dhall/Package/schema
-
2.57 s
treefmt-check> @@ -13,10 +13,4 @@ let schema =
-
2.57 s
treefmt-check> , default = ./default rec minimumGhcVersion
-
2.57 s
treefmt-check> }
-
2.57 s
treefmt-check>
-
2.57 s
treefmt-check> -let testMinimalRequiredFields =
-
2.57 s
treefmt-check> - (schema (λ(_ : Type → Type) → <>) (Pvp.v [ 0, 0, 0 ]))::{
-
2.57 s
treefmt-check> - , name = "hpack-dhall-defaults"
-
2.57 s
treefmt-check> - , version = "0.0.0"
-
2.57 s
treefmt-check> - }
-
2.57 s
treefmt-check> -
-
2.57 s
treefmt-check> in schema
-
2.57 s
treefmt-check> diff --git a/dhall/Sublibrary/schema b/dhall/Sublibrary/schema
-
2.57 s
treefmt-check> index 086657a..383e45c 100644
-
2.57 s
treefmt-check> --- a/dhall/Sublibrary/schema
-
2.57 s
treefmt-check> +++ b/dhall/Sublibrary/schema
-
2.57 s
treefmt-check> @@ -9,6 +9,4 @@ let schema =
-
2.57 s
treefmt-check> { Type = hpack.Sublibrary.Type a, default = ./default a }
-
2.57 s
treefmt-check> : { Type : Type, default : hpack.Sublibrary.DefaultType a }
-
2.57 s
treefmt-check>
-
2.57 s
treefmt-check> -let testMinimalRequiredFields = (schema <>)::{=}
-
2.57 s
treefmt-check> -
-
2.57 s
treefmt-check> in schema
-
2.57 s
error: Cannot build '/nix/store/zsqiybhzb94dbk6idp85pv446svw35sm-treefmt-check.drv'.
-
2.59 s
Reason: builder failed with exit code 1.
-
2.59 s
Output paths:
-
2.59 s
/nix/store/w5l3ps7w882hzqxg84bb83hj60rprswn-treefmt-check
-
2.59 s