Skip to content

Eject db-synthesizer - #2087

Closed
jasagredo wants to merge 8 commits into
f-f/prepare-11.1from
js/eject-db-synth
Closed

Eject db-synthesizer#2087
jasagredo wants to merge 8 commits into
f-f/prepare-11.1from
js/eject-db-synth

db-synthesizer: eject Layer 2 (config/credential machinery) downstream

2c45ddd
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-linux.native.formattingLinting.fourmolu failed Jun 23, 2026 in 12s

Build failed

1 failed steps

Details

Failed Steps

Step 1

Derivation

/nix/store/19lz1dlzsh216h303xl09x2lvxg5yzlf-check-fourmolu-exe-fourmolu.drv

Log

unpacking source archive /nix/store/2sqprxn5gy4majr646jka4wiw15h621j-pahsjf3b1a7jw3gj8ylavbr43jap15ca-source
source root is pahsjf3b1a7jw3gj8ylavbr43jap15ca-source
The custom options for formatting this repo are:
fourmolu 0.18.0.0
using ghc-lib-parser 9.12.3.20251228
> indentation: 2
> column-limit: 100
> import-export-style: leading
> haddock-style: single-line
> single-constraint-parens: never
> single-deriving-parens: never
> import-grouping: single

Formatting haskell files...
Loaded config from: fourmolu.yaml
diff -ru /nix/store/2sqprxn5gy4majr646jka4wiw15h621j-pahsjf3b1a7jw3gj8ylavbr43jap15ca-source/ouroboros-consensus-cardano/src/unstable-cardano-tools/Cardano/Tools/DBAnalyser/Block/Cardano.hs ./ouroboros-consensus-cardano/src/unstable-cardano-tools/Cardano/Tools/DBAnalyser/Block/Cardano.hs
--- /nix/store/2sqprxn5gy4majr646jka4wiw15h621j-pahsjf3b1a7jw3gj8ylavbr43jap15ca-source/ouroboros-consensus-cardano/src/unstable-cardano-tools/Cardano/Tools/DBAnalyser/Block/Cardano.hs        1970-01-01 00:00:01.000000000 +0000
+++ ./ouroboros-consensus-cardano/src/unstable-cardano-tools/Cardano/Tools/DBAnalyser/Block/Cardano.hs  2026-06-23 13:02:43.588539258 +0000
@@ -18,13 +18,13 @@
 import qualified Cardano.Chain.Genesis as Byron.Genesis
 import qualified Cardano.Chain.UTxO as Byron.UTxO
 import qualified Cardano.Chain.Update as Byron.Update
+import qualified Cardano.Configuration.File as Cfg
+import qualified Cardano.Configuration.File.Protocol as Cfg
+import qualified Cardano.Configuration.File.Storage as Cfg
 import Cardano.Crypto (RequiresNetworkMagic (..))
 import qualified Cardano.Crypto as Crypto
 import qualified Cardano.Crypto.Hash.Class as CryptoClass
 import Cardano.Crypto.Raw (Raw)
-import qualified Cardano.Configuration.File as Cfg
-import qualified Cardano.Configuration.File.Protocol as Cfg
-import qualified Cardano.Configuration.File.Storage as Cfg
 import qualified Cardano.Ledger.Api.Era as L
 import qualified Cardano.Ledger.Api.Transition as SL
 import Cardano.Ledger.BaseTypes (boundRational, unsafeNonZero)
diff -ru /nix/store/2sqprxn5gy4majr646jka4wiw15h621j-pahsjf3b1a7jw3gj8ylavbr43jap15ca-source/ouroboros-consensus-cardano/test/tools-test/Main.hs ./ouroboros-consensus-cardano/test/tools-test/Main.hs
--- /nix/store/2sqprxn5gy4majr646jka4wiw15h621j-pahsjf3b1a7jw3gj8ylavbr43jap15ca-source/ouroboros-consensus-cardano/test/tools-test/Main.hs     1970-01-01 00:00:01.000000000 +0000
+++ ./ouroboros-consensus-cardano/test/tools-test/Main.hs       2026-06-23 13:02:44.148537427 +0000
@@ -9,6 +9,7 @@
 import Ouroboros.Consensus.Cardano.Block (StandardCrypto)
 import Ouroboros.Consensus.Config.SecurityParam (SecurityParam (..))
 import Ouroboros.Consensus.Shelley.Node (ShelleyGenesis (..))
+import qualified Test.Cardano.Tools.Headers
 import Test.Consensus.Cardano.ProtocolInfo
   ( ByronSlotLengthInSeconds (..)
   , Era (..)
@@ -17,7 +18,6 @@
   , mkSimpleTestProtocolInfoForging
   , protocolVersionZero
   )
-import qualified Test.Cardano.Tools.Headers
 import Test.Tasty
 import Test.Tasty.HUnit
 import qualified Test.ThreadNet.Infra.Shelley as Shelley
*** fourmolu-exe-fourmolu-0.18.0.0 found changes that need addressed first