build devShells.x86_64-linux.default
1497.99 s
[algebraic-graphs] OK: neighbours y (edge x y) == Set.fromList [x]
1497.99 s
[algebraic-graphs]
1497.99 s
[algebraic-graphs] ============ Symmetric.Relation.path ============
1497.99 s
[algebraic-graphs] OK: path [] == empty
1497.99 s
[algebraic-graphs] OK: path [x] == vertex x
1497.99 s
[algebraic-graphs] OK: path [x,y] == edge x y
1497.99 s
[algebraic-graphs] OK: path == path . reverse
1497.99 s
[algebraic-graphs]
1497.99 s
[algebraic-graphs] ============ Symmetric.Relation.circuit ============
1497.99 s
[algebraic-graphs] OK: circuit [] == empty
1497.99 s
[algebraic-graphs] OK: circuit [x] == edge x x
1497.99 s
[algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
1497.99 s
[algebraic-graphs] OK: circuit == circuit . reverse
1497.99 s
[algebraic-graphs]
1497.99 s
[algebraic-graphs] ============ Symmetric.Relation.clique ============
1497.99 s
[algebraic-graphs] OK: clique [] == empty
1497.99 s
[algebraic-graphs] OK: clique [x] == vertex x
1497.99 s
[algebraic-graphs] OK: clique [x,y] == edge x y
1497.99 s
[algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
1497.99 s
[algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
1497.99 s
[algebraic-graphs] OK: clique == clique . reverse
1497.99 s
[algebraic-graphs]
1497.99 s
[algebraic-graphs] ============ Symmetric.Relation.biclique ============
1497.99 s
[algebraic-graphs] OK: biclique [] [] == empty
1497.99 s
[algebraic-graphs] OK: biclique [x] [] == vertex x
1497.99 s
[algebraic-graphs] OK: biclique [] [y] == vertex y
1497.99 s
[algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
1497.99 s
[algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
1497.99 s
[algebraic-graphs]
1497.99 s
[algebraic-graphs] ============ Symmetric.Relation.star ============
1497.99 s
[algebraic-graphs] OK: star x [] == vertex x
1497.99 s
[algebraic-graphs] OK: star x [y] == edge x y
1497.99 s
[algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
1497.99 s
[algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
1497.99 s
[algebraic-graphs]
1497.99 s
[algebraic-graphs] ============ Symmetric.Relation.stars ============
1497.99 s
[algebraic-graphs] OK: stars [] == empty
1497.99 s
[algebraic-graphs] OK: stars [(x, [])] == vertex x
1497.99 s
[algebraic-graphs] OK: stars [(x, [y])] == edge x y
1497.99 s
[algebraic-graphs] OK: stars [(x, ys)] == star x ys
1497.99 s
[algebraic-graphs] OK: stars == overlays . map (uncurry star)
1497.99 s
[algebraic-graphs] OK: stars . adjacencyList == id
1497.99 s
[algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
1497.99 s
[algebraic-graphs]
1497.99 s
[algebraic-graphs] ============ Symmetric.Relation.tree ============
1497.99 s
[algebraic-graphs] OK: tree (Node x []) == vertex x
1497.99 s
[algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
1497.99 s
[algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
1497.99 s
[algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
1497.99 s
[algebraic-graphs]
1497.99 s
[algebraic-graphs] ============ Symmetric.Relation.forest ============
1497.99 s
[algebraic-graphs] OK: forest [] == empty
1497.99 s
[haskell-language-server] [ 9 of 13] Compiling Development.IDE.Plugin.Plugins.AddArgument ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/AddArgument.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/AddArgument.p_o )
1497.99 s
[haskell-language-server] [10 of 13] Compiling Development.IDE.Plugin.Plugins.FillHole ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillHole.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillHole.p_o )
1497.99 s
[haskell-language-server] [11 of 13] Compiling Development.IDE.Plugin.Plugins.FillTypeWildcard ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/FillTypeWildcard.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/FillTypeWildcard.p_o )
1497.99 s
[haskell-language-server] [12 of 13] Compiling Development.IDE.Plugin.Plugins.ImportUtils ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/Plugins/ImportUtils.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/Plugins/ImportUtils.p_o )
1497.99 s
[haskell-language-server] [13 of 13] Compiling Development.IDE.Plugin.CodeAction ( plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs, dist/build/hls-refactor-plugin/Development/IDE/Plugin/CodeAction.p_o )
1497.99 s
[haskell-language-server] Preprocessing library 'hls-gadt-plugin' for haskell-language-server-2.12.0.0...
1497.99 s
[haskell-language-server] Building library 'hls-gadt-plugin' for haskell-language-server-2.12.0.0...
1497.99 s
[haskell-language-server] [1 of 2] Compiling Ide.Plugin.GHC ( plugins/hls-gadt-plugin/src/Ide/Plugin/GHC.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.o, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.dyn_o )
1497.99 s
[haskell-language-server] [2 of 2] Compiling Ide.Plugin.GADT ( plugins/hls-gadt-plugin/src/Ide/Plugin/GADT.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.o, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.dyn_o )
1497.99 s
[haskell-language-server] [1 of 2] Compiling Ide.Plugin.GHC ( plugins/hls-gadt-plugin/src/Ide/Plugin/GHC.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GHC.p_o )
1497.99 s
[haskell-language-server] [2 of 2] Compiling Ide.Plugin.GADT ( plugins/hls-gadt-plugin/src/Ide/Plugin/GADT.hs, dist/build/hls-gadt-plugin/Ide/Plugin/GADT.p_o )
1497.99 s
[haskell-language-server] Preprocessing library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.12.0.0...
1497.99 s
[haskell-language-server] Building library 'hls-overloaded-record-dot-plugin' for haskell-language-server-2.12.0.0...
1497.99 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.OverloadedRecordDot ( plugins/hls-overloaded-record-dot-plugin/src/Ide/Plugin/OverloadedRecordDot.hs, dist/build/hls-overloaded-record-dot-plugin/Ide/Plugin/OverloadedRecordDot.o, dist/build/hls-overloaded-record-dot-plugin/Ide/Plugin/OverloadedRecordDot.dyn_o )
1497.99 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.OverloadedRecordDot ( plugins/hls-overloaded-record-dot-plugin/src/Ide/Plugin/OverloadedRecordDot.hs, dist/build/hls-overloaded-record-dot-plugin/Ide/Plugin/OverloadedRecordDot.p_o )
1497.99 s
[haskell-language-server] Preprocessing library 'hls-stan-plugin' for haskell-language-server-2.12.0.0...
1497.99 s
[haskell-language-server] Building library 'hls-stan-plugin' for haskell-language-server-2.12.0.0...
1497.99 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Stan ( plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs, dist/build/hls-stan-plugin/Ide/Plugin/Stan.o, dist/build/hls-stan-plugin/Ide/Plugin/Stan.dyn_o )
1497.99 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Stan ( plugins/hls-stan-plugin/src/Ide/Plugin/Stan.hs, dist/build/hls-stan-plugin/Ide/Plugin/Stan.p_o )
1497.99 s
[haskell-language-server] Preprocessing library 'hls-cabal-fmt-plugin' for haskell-language-server-2.12.0.0...
1497.99 s
[haskell-language-server] Building library 'hls-cabal-fmt-plugin' for haskell-language-server-2.12.0.0...
1497.99 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalFmt ( plugins/hls-cabal-fmt-plugin/src/Ide/Plugin/CabalFmt.hs, dist/build/hls-cabal-fmt-plugin/Ide/Plugin/CabalFmt.o, dist/build/hls-cabal-fmt-plugin/Ide/Plugin/CabalFmt.dyn_o )
1497.99 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.CabalFmt ( plugins/hls-cabal-fmt-plugin/src/Ide/Plugin/CabalFmt.hs, dist/build/hls-cabal-fmt-plugin/Ide/Plugin/CabalFmt.p_o )
1497.99 s
[haskell-language-server] Preprocessing library 'hls-signature-help-plugin' for haskell-language-server-2.12.0.0...
1497.99 s
[haskell-language-server] Building library 'hls-signature-help-plugin' for haskell-language-server-2.12.0.0...
1497.99 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.SignatureHelp ( plugins/hls-signature-help-plugin/src/Ide/Plugin/SignatureHelp.hs, dist/build/hls-signature-help-plugin/Ide/Plugin/SignatureHelp.o, dist/build/hls-signature-help-plugin/Ide/Plugin/SignatureHelp.dyn_o )
1497.99 s
[algebraic-graphs] OK: forest [x] == tree x
1497.99 s
[algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
1498.00 s
[algebraic-graphs] OK: forest == overlays . map tree
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Symmetric.Relation.removeVertex ============
1498.00 s
[algebraic-graphs] OK: removeVertex x (vertex x) == empty
1498.00 s
[algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
1498.00 s
[algebraic-graphs] OK: removeVertex x (edge x x) == empty
1498.00 s
[algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
1498.00 s
[algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Symmetric.Relation.removeEdge ============
1498.00 s
[algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
1498.00 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
1498.00 s
[algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
1498.00 s
[algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
1498.00 s
[algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
1498.00 s
[algebraic-graphs] OK: removeEdge x y == removeEdge y x
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Symmetric.Relation.replaceVertex ============
1498.00 s
[algebraic-graphs] OK: replaceVertex x x == id
1498.00 s
[algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
1498.00 s
[algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Symmetric.Relation.mergeVertices ============
1498.00 s
[algebraic-graphs] OK: mergeVertices (const False) x == id
1498.00 s
[algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
1498.00 s
[algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
1498.00 s
[algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Symmetric.Relation.gmap ============
1498.00 s
[algebraic-graphs] OK: gmap f empty == empty
1498.00 s
[algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
1498.00 s
[algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
1498.00 s
[algebraic-graphs] OK: gmap id == id
1498.00 s
[algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Symmetric.Relation.induce ============
1498.00 s
[algebraic-graphs] OK: induce (const True ) x == x
1498.00 s
[algebraic-graphs] OK: induce (const False) x == empty
1498.00 s
[algebraic-graphs] OK: induce (/= x) == removeVertex x
1498.00 s
[algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
1498.00 s
[algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Symmetric.Relation.induceJust ============
1498.00 s
[algebraic-graphs] OK: induceJust (vertex Nothing) == empty
1498.00 s
[algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
1498.00 s
[algebraic-graphs] OK: induceJust . gmap Just == id
1498.00 s
[algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Example.Todo (Holiday) ============
1498.00 s
[algebraic-graphs] OK: A todo list is semantically Maybe [a]
1498.00 s
[algebraic-graphs] OK: The overlay operator (+) adds non-dependent items to the todo list
1498.00 s
[algebraic-graphs] OK: The connect operator (*) adds dependency between items
1498.00 s
[algebraic-graphs] OK: Contradictory constraints make the todo list impossible to schedule
1498.00 s
[algebraic-graphs] OK: Introduce item priority to schedule the todo list
1498.00 s
[algebraic-graphs] OK: Custom connect operators pull/repel arguments during scheduling
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Example.Todo (Commandline) ============
1498.00 s
[algebraic-graphs] OK: The pull connect operator maintains command line semantics
1498.00 s
[algebraic-graphs] OK: Swapping flags are allowed by the commutative overlay opeartor
1498.00 s
[algebraic-graphs] OK: The usual connect operator breaks semantics
1498.00 s
[algebraic-graphs] OK: Transform command lines by adding optimisation flag
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Typed ============
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Typed.fromAdjacencyMap ============
1498.00 s
[algebraic-graphs] OK: toGraphKL (fromAdjacencyMap (1 * 2 + 3 * 1)) == array (0,2) [(0,[1]), (1,[]), (2,[0])]
1498.00 s
[algebraic-graphs] OK: toGraphKL (fromAdjacencyMap (1 * 2 + 2 * 1)) == array (0,1) [(0,[1]), (1,[0])]
1498.00 s
[algebraic-graphs] OK: map (fromVertexKL h) (vertices $ toGraphKL h) == vertexList g
1498.00 s
[algebraic-graphs] OK: map (\(x, y) -> (fromVertexKL h x, fromVertexKL h y)) (edges $ toGraphKL h) == edgeList g
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Typed.fromAdjacencyIntMap ============
1498.00 s
[algebraic-graphs] OK: toGraphKL (fromAdjacencyIntMap (1 * 2 + 3 * 1)) == array (0,2) [(0,[1]), (1,[]), (2,[0])]
1498.00 s
[algebraic-graphs] OK: toGraphKL (fromAdjacencyIntMap (1 * 2 + 2 * 1)) == array (0,1) [(0,[1]), (1,[0])]
1498.00 s
[algebraic-graphs] OK: map (fromVertexKL h) (vertices $ toGraphKL h) == IntSet.toAscList (vertexIntSet g)
1498.00 s
[algebraic-graphs] OK: map (\(x, y) -> (fromVertexKL h x, fromVertexKL h y)) (edges $ toGraphKL h) == edgeList g
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Typed.dfsForest ============
1498.00 s
[algebraic-graphs] OK: forest (dfsForest % edge 1 1) == vertex 1
1498.00 s
[algebraic-graphs] OK: forest (dfsForest % edge 1 2) == edge 1 2
1498.00 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.SignatureHelp ( plugins/hls-signature-help-plugin/src/Ide/Plugin/SignatureHelp.hs, dist/build/hls-signature-help-plugin/Ide/Plugin/SignatureHelp.p_o )
1498.00 s
[haskell-language-server] Preprocessing library 'hls-change-type-signature-plugin' for haskell-language-server-2.12.0.0...
1498.00 s
[haskell-language-server] Building library 'hls-change-type-signature-plugin' for haskell-language-server-2.12.0.0...
1498.00 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ChangeTypeSignature ( plugins/hls-change-type-signature-plugin/src/Ide/Plugin/ChangeTypeSignature.hs, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.o, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.dyn_o )
1498.00 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ChangeTypeSignature ( plugins/hls-change-type-signature-plugin/src/Ide/Plugin/ChangeTypeSignature.hs, dist/build/hls-change-type-signature-plugin/Ide/Plugin/ChangeTypeSignature.p_o )
1498.00 s
[haskell-language-server] Preprocessing executable 'ghcide-bench' for haskell-language-server-2.12.0.0...
1498.00 s
[haskell-language-server] Building executable 'ghcide-bench' for haskell-language-server-2.12.0.0...
1498.00 s
[haskell-language-server] [1 of 1] Compiling Main ( ghcide-bench/exe/Main.hs, dist/build/ghcide-bench/ghcide-bench-tmp/Main.dyn_o )
1498.00 s
[haskell-language-server] [2 of 2] Linking dist/build/ghcide-bench/ghcide-bench
1498.00 s
[haskell-language-server] Preprocessing library 'hls-stylish-haskell-plugin' for haskell-language-server-2.12.0.0...
1498.00 s
[haskell-language-server] Building library 'hls-stylish-haskell-plugin' for haskell-language-server-2.12.0.0...
1498.00 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.StylishHaskell ( plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs, dist/build/hls-stylish-haskell-plugin/Ide/Plugin/StylishHaskell.o, dist/build/hls-stylish-haskell-plugin/Ide/Plugin/StylishHaskell.dyn_o )
1498.00 s
[haskell-language-server] plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1498.00 s
[haskell-language-server] The import of ‘System.Directory’ is redundant
1498.00 s
[haskell-language-server] except perhaps to import instances from ‘System.Directory’
1498.00 s
[haskell-language-server] To import instances alone, use: import System.Directory()
1498.00 s
[haskell-language-server] |
1498.00 s
[haskell-language-server] 28 | import System.Directory
1498.00 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1498.00 s
[haskell-language-server]
1498.00 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.StylishHaskell ( plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs, dist/build/hls-stylish-haskell-plugin/Ide/Plugin/StylishHaskell.p_o )
1498.00 s
[haskell-language-server] plugins/hls-stylish-haskell-plugin/src/Ide/Plugin/StylishHaskell.hs:28:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1498.00 s
[haskell-language-server] The import of ‘System.Directory’ is redundant
1498.00 s
[haskell-language-server] except perhaps to import instances from ‘System.Directory’
1498.00 s
[haskell-language-server] To import instances alone, use: import System.Directory()
1498.00 s
[haskell-language-server] |
1498.00 s
[haskell-language-server] 28 | import System.Directory
1498.00 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1498.00 s
[haskell-language-server]
1498.00 s
[haskell-language-server] Preprocessing library 'hls-call-hierarchy-plugin' for haskell-language-server-2.12.0.0...
1498.00 s
[haskell-language-server] Building library 'hls-call-hierarchy-plugin' for haskell-language-server-2.12.0.0...
1498.00 s
[haskell-language-server] [1 of 4] Compiling Ide.Plugin.CallHierarchy.Types ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Types.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Types.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Types.dyn_o )
1498.00 s
[haskell-language-server] [2 of 4] Compiling Ide.Plugin.CallHierarchy.Query ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Query.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Query.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Query.dyn_o )
1498.00 s
[haskell-language-server] [3 of 4] Compiling Ide.Plugin.CallHierarchy.Internal ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Internal.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Internal.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Internal.dyn_o )
1498.00 s
[algebraic-graphs] OK: forest (dfsForest % edge 2 1) == vertices [1, 2]
1498.00 s
[algebraic-graphs] OK: isSubgraphOf (forest $ dfsForest % x) x == True
1498.00 s
[algebraic-graphs] OK: dfsForest % forest (dfsForest % x) == dfsForest % x
1498.00 s
[algebraic-graphs] OK: dfsForest % vertices vs == map (\v -> Node v []) (nub $ sort vs)
1498.00 s
[algebraic-graphs] OK: dfsForest % (3 * (1 + 4) * (1 + 5)) == <correct result>
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Typed.dfsForestFrom ============
1498.00 s
[algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 1) [1] == vertex 1
1498.00 s
[algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 2) [0] == empty
1498.00 s
[algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 2) [1] == edge 1 2
1498.00 s
[algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 2) [2] == vertex 2
1498.00 s
[algebraic-graphs] OK: forest $ (dfsForestFrom % edge 1 2) [2,1] == vertices [1,2]
1498.00 s
[algebraic-graphs] OK: isSubgraphOf (forest $ dfsForestFrom % x $ vs) x == True
1498.00 s
[algebraic-graphs] OK: dfsForestFrom % x $ vertexList x == dfsForest % x
1498.00 s
[algebraic-graphs] OK: dfsForestFrom % vertices vs $ vs == map (\v -> Node v []) (nub vs)
1498.00 s
[algebraic-graphs] OK: dfsForestFrom % x $ [] == []
1498.00 s
[algebraic-graphs] OK: dfsForestFrom % (3 * (1 + 4) * (1 + 5)) $ [1,4] == <correct result>
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Typed.dfs ============
1498.00 s
[algebraic-graphs] OK: dfs % edge 1 1 $ [1] == [1]
1498.00 s
[algebraic-graphs] OK: dfs % edge 1 2 $ [0] == []
1498.00 s
[algebraic-graphs] OK: dfs % edge 1 2 $ [1] == [1,2]
1498.00 s
[algebraic-graphs] OK: dfs % edge 1 2 $ [2] == [2]
1498.00 s
[algebraic-graphs] OK: dfs % edge 1 2 $ [1,2] == [1,2]
1498.00 s
[algebraic-graphs] OK: dfs % edge 1 2 $ [2,1] == [2,1]
1498.00 s
[algebraic-graphs] OK: dfs % x $ [] == []
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] OK: dfs % (3 * (1 + 4) * (1 + 5)) $ [1,4] == [1,5,4]
1498.00 s
[algebraic-graphs] OK: and [ hasVertex v x | v <- dfs % x $ vs ] == True
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Typed.topSort ============
1498.00 s
[algebraic-graphs] OK: topSort % (1 * 2 + 3 * 1) == [3,1,2]
1498.00 s
[algebraic-graphs] OK: topSort % (1 * 2 + 2 * 1) == [1,2]
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Graph.Undirected ============
1498.00 s
[algebraic-graphs] OK: Axioms of undirected graphs
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Graph.Undirected.Show ============
1498.00 s
[algebraic-graphs] OK: show (empty ) == "empty"
1498.00 s
[algebraic-graphs] OK: show (1 ) == "vertex 1"
1498.00 s
[algebraic-graphs] OK: show (1 + 2 ) == "vertices [1,2]"
1498.00 s
[algebraic-graphs] OK: show (1 * 2 ) == "edge 1 2"
1498.00 s
[algebraic-graphs] OK: show (1 * 2 * 3) == "edges [(1,2),(1,3),(2,3)]"
1498.00 s
[algebraic-graphs] OK: show (1 * 2 + 3) == "overlay (vertex 3) (edge 1 2)"
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] OK: show (vertex (-1) ) == "vertex (-1)"
1498.00 s
[algebraic-graphs] OK: show (vertex (-1) + vertex (-2) ) == "vertices [-2,-1]"
1498.00 s
[algebraic-graphs] OK: show (vertex (-2) * vertex (-1) ) == "edge (-2) (-1)"
1498.00 s
[algebraic-graphs] OK: show (vertex (-3) * vertex (-2) * vertex (-1)) == "edges [(-3,-2),(-3,-1),(-2,-1)]"
1498.00 s
[algebraic-graphs] OK: show (vertex (-3) * vertex (-2) + vertex (-1)) == "overlay (vertex (-1)) (edge (-3) (-2))"
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] OK: show (2 * 1 ) == "edge 1 2"
1498.00 s
[algebraic-graphs] OK: show (1 * 2 * 1) == "edges [(1,1),(1,2)]"
1498.00 s
[algebraic-graphs] OK: show (3 * 2 * 1) == "edges [(1,2),(1,3),(2,3)]"
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Graph.Undirected.toUndirected ============
1498.00 s
[algebraic-graphs] OK: toUndirected (edge 1 2) == edge 1 2
1498.00 s
[algebraic-graphs] OK: toUndirected . fromUndirected == id
1498.00 s
[algebraic-graphs] OK: vertexCount . toUndirected == vertexCount
1498.00 s
[algebraic-graphs] OK: (*2) . edgeCount . toUndirected >= edgeCount
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Graph.Undirected.fromUndirected ============
1498.00 s
[algebraic-graphs] OK: fromUndirected (edge 1 2) == edges [(1,2),(2,1)]
1498.00 s
[algebraic-graphs] OK: toUndirected . fromUndirected == id
1498.00 s
[algebraic-graphs] OK: vertexCount . fromUndirected == vertexCount
1498.00 s
[algebraic-graphs] OK: edgeCount . fromUndirected <= (*2) . edgeCount
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Graph.Undirected.complement ================
1498.00 s
[algebraic-graphs] OK: complement empty == empty
1498.00 s
[algebraic-graphs] OK: complement (vertex x) == vertex x
1498.00 s
[algebraic-graphs] OK: complement (edge 1 1) == edge 1 1
1498.00 s
[algebraic-graphs] OK: complement (edge 1 2) == vertices [1, 2]
1498.00 s
[algebraic-graphs] OK: complement (star 1 [2, 3]) == overlay (vertex 1) (edge 2 3)
1498.00 s
[algebraic-graphs] OK: complement . complement == id
1498.00 s
[algebraic-graphs]
1498.00 s
[algebraic-graphs] ============ Graph.Undirected.Ord ============
1498.00 s
[algebraic-graphs] OK: vertex 1 < vertex 2
1498.01 s
[algebraic-graphs] OK: vertex 3 < edge 1 2
1498.01 s
[algebraic-graphs] OK: vertex 1 < edge 1 1
1498.01 s
[algebraic-graphs] OK: edge 1 1 < edge 1 2
1498.01 s
[algebraic-graphs] OK: edge 1 2 < edge 1 1 + edge 2 2
1498.01 s
[algebraic-graphs] OK: edge 2 1 < edge 1 3
1498.01 s
[algebraic-graphs] OK: edge 1 2 == edge 2 1
1498.01 s
[algebraic-graphs] OK: x <= x + y
1498.01 s
[algebraic-graphs] OK: x + y <= x * y
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.empty ============
1498.01 s
[algebraic-graphs] OK: isEmpty empty == True
1498.01 s
[algebraic-graphs] OK: hasVertex x empty == False
1498.01 s
[algebraic-graphs] OK: vertexCount empty == 0
1498.01 s
[algebraic-graphs] OK: edgeCount empty == 0
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.vertex ============
1498.01 s
[algebraic-graphs] OK: isEmpty (vertex x) == False
1498.01 s
[algebraic-graphs] OK: hasVertex x (vertex y) == (x == y)
1498.01 s
[algebraic-graphs] OK: vertexCount (vertex x) == 1
1498.01 s
[algebraic-graphs] OK: edgeCount (vertex x) == 0
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.edge ============
1498.01 s
[algebraic-graphs] OK: edge x y == connect (vertex x) (vertex y)
1498.01 s
[algebraic-graphs] OK: edge x y == edge y x
1498.01 s
[haskell-language-server] [4 of 4] Compiling Ide.Plugin.CallHierarchy ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy.o, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy.dyn_o )
1498.01 s
[haskell-language-server] [1 of 4] Compiling Ide.Plugin.CallHierarchy.Types ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Types.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Types.p_o )
1498.01 s
[haskell-language-server] [2 of 4] Compiling Ide.Plugin.CallHierarchy.Query ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Query.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Query.p_o )
1498.01 s
[algebraic-graphs] OK: edge x y == edges [(x,y), (y,x)]
1498.01 s
[algebraic-graphs] OK: hasEdge x y (edge x y) == True
1498.01 s
[algebraic-graphs] OK: edgeCount (edge x y) == 1
1498.01 s
[algebraic-graphs] OK: vertexCount (edge 1 1) == 1
1498.01 s
[algebraic-graphs] OK: vertexCount (edge 1 2) == 2
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.overlay ============
1498.01 s
[algebraic-graphs] OK: isEmpty (overlay x y) == isEmpty x && isEmpty y
1498.01 s
[algebraic-graphs] OK: hasVertex z (overlay x y) == hasVertex z x || hasVertex z y
1498.01 s
[algebraic-graphs] OK: vertexCount (overlay x y) >= vertexCount x
1498.01 s
[algebraic-graphs] OK: vertexCount (overlay x y) <= vertexCount x + vertexCount y
1498.01 s
[algebraic-graphs] OK: edgeCount (overlay x y) >= edgeCount x
1498.01 s
[algebraic-graphs] OK: edgeCount (overlay x y) <= edgeCount x + edgeCount y
1498.01 s
[algebraic-graphs] OK: vertexCount (overlay 1 2) == 2
1498.01 s
[algebraic-graphs] OK: edgeCount (overlay 1 2) == 0
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.connect ============
1498.01 s
[algebraic-graphs] OK: connect x y == connect y x
1498.01 s
[algebraic-graphs] OK: isEmpty (connect x y) == isEmpty x && isEmpty y
1498.01 s
[algebraic-graphs] OK: hasVertex z (connect x y) == hasVertex z x || hasVertex z y
1498.01 s
[algebraic-graphs] OK: vertexCount (connect x y) >= vertexCount x
1498.01 s
[algebraic-graphs] OK: vertexCount (connect x y) <= vertexCount x + vertexCount y
1498.01 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount x
1498.01 s
[algebraic-graphs] OK: edgeCount (connect x y) >= edgeCount y
1498.01 s
[algebraic-graphs] OK: edgeCount (connect x y) >= vertexCount x * vertexCount y `div` 2
1498.01 s
[algebraic-graphs] OK: edgeCount (connect x y) <= vertexCount x * vertexCount y + edgeCount x + edgeCount y
1498.01 s
[algebraic-graphs] OK: vertexCount (connect 1 2) == 2
1498.01 s
[algebraic-graphs] OK: edgeCount (connect 1 2) == 1
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.vertices ============
1498.01 s
[algebraic-graphs] OK: vertices [] == empty
1498.01 s
[algebraic-graphs] OK: vertices [x] == vertex x
1498.01 s
[algebraic-graphs] OK: vertices == overlays . map vertex
1498.01 s
[algebraic-graphs] OK: hasVertex x . vertices == elem x
1498.01 s
[algebraic-graphs] OK: vertexCount . vertices == length . nub
1498.01 s
[algebraic-graphs] OK: vertexSet . vertices == Set.fromList
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.edges ============
1498.01 s
[algebraic-graphs] OK: edges [] == empty
1498.01 s
[algebraic-graphs] OK: edges [(x,y)] == edge x y
1498.01 s
[algebraic-graphs] OK: edges [(x,y), (y,x)] == edge x y
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.overlays ============
1498.01 s
[algebraic-graphs] OK: overlays [] == empty
1498.01 s
[algebraic-graphs] OK: overlays [x] == x
1498.01 s
[algebraic-graphs] OK: overlays [x,y] == overlay x y
1498.01 s
[algebraic-graphs] OK: overlays == foldr overlay empty
1498.01 s
[algebraic-graphs] OK: isEmpty . overlays == all isEmpty
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.connects ============
1498.01 s
[algebraic-graphs] OK: connects [] == empty
1498.01 s
[algebraic-graphs] OK: connects [x] == x
1498.01 s
[algebraic-graphs] OK: connects [x,y] == connect x y
1498.01 s
[algebraic-graphs] OK: connects == foldr connect empty
1498.01 s
[algebraic-graphs] OK: isEmpty . connects == all isEmpty
1498.01 s
[algebraic-graphs] OK: connects == connects . reverse
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.isSubgraphOf ============
1498.01 s
[algebraic-graphs] OK: isSubgraphOf empty x == True
1498.01 s
[algebraic-graphs] OK: isSubgraphOf (vertex x) empty == False
1498.01 s
[algebraic-graphs] OK: isSubgraphOf x (overlay x y) == True
1498.01 s
[algebraic-graphs] OK: isSubgraphOf (overlay x y) (connect x y) == True
1498.01 s
[algebraic-graphs] OK: isSubgraphOf (path xs) (circuit xs) == True
1498.01 s
[algebraic-graphs] OK: isSubgraphOf x y ==> x <= y
1498.01 s
[algebraic-graphs] OK: isSubgraphOf (edge x y) (edge y x) == True
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.path ============
1498.01 s
[algebraic-graphs] OK: path [] == empty
1498.01 s
[algebraic-graphs] OK: path [x] == vertex x
1498.01 s
[algebraic-graphs] OK: path [x,y] == edge x y
1498.01 s
[algebraic-graphs] OK: path == path . reverse
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.circuit ============
1498.01 s
[algebraic-graphs] OK: circuit [] == empty
1498.01 s
[algebraic-graphs] OK: circuit [x] == edge x x
1498.01 s
[algebraic-graphs] OK: circuit [x,y] == edges [(x,y), (y,x)]
1498.01 s
[algebraic-graphs] OK: circuit == circuit . reverse
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.clique ============
1498.01 s
[algebraic-graphs] OK: clique [] == empty
1498.01 s
[algebraic-graphs] OK: clique [x] == vertex x
1498.01 s
[algebraic-graphs] OK: clique [x,y] == edge x y
1498.01 s
[algebraic-graphs] OK: clique [x,y,z] == edges [(x,y), (x,z), (y,z)]
1498.01 s
[algebraic-graphs] OK: clique (xs ++ ys) == connect (clique xs) (clique ys)
1498.01 s
[algebraic-graphs] OK: clique == clique . reverse
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.biclique ============
1498.01 s
[algebraic-graphs] OK: biclique [] [] == empty
1498.01 s
[algebraic-graphs] OK: biclique [x] [] == vertex x
1498.01 s
[algebraic-graphs] OK: biclique [] [y] == vertex y
1498.01 s
[algebraic-graphs] OK: biclique [x1,x2] [y1,y2] == edges [(x1,y1), (x1,y2), (x2,y1), (x2,y2)]
1498.01 s
[algebraic-graphs] OK: biclique xs ys == connect (vertices xs) (vertices ys)
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.star ============
1498.01 s
[algebraic-graphs] OK: star x [] == vertex x
1498.01 s
[algebraic-graphs] OK: star x [y] == edge x y
1498.01 s
[algebraic-graphs] OK: star x [y,z] == edges [(x,y), (x,z)]
1498.01 s
[algebraic-graphs] OK: star x ys == connect (vertex x) (vertices ys)
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.stars ============
1498.01 s
[algebraic-graphs] OK: stars [] == empty
1498.01 s
[algebraic-graphs] OK: stars [(x, [])] == vertex x
1498.01 s
[algebraic-graphs] OK: stars [(x, [y])] == edge x y
1498.01 s
[algebraic-graphs] OK: stars [(x, ys)] == star x ys
1498.01 s
[algebraic-graphs] OK: stars == overlays . map (uncurry star)
1498.01 s
[algebraic-graphs] OK: stars . adjacencyList == id
1498.01 s
[algebraic-graphs] OK: overlay (stars xs) (stars ys) == stars (xs ++ ys)
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.tree ============
1498.01 s
[algebraic-graphs] OK: tree (Node x []) == vertex x
1498.01 s
[algebraic-graphs] OK: tree (Node x [Node y [Node z []]]) == path [x,y,z]
1498.01 s
[algebraic-graphs] OK: tree (Node x [Node y [], Node z []]) == star x [y,z]
1498.01 s
[algebraic-graphs] OK: tree (Node 1 [Node 2 [], Node 3 [Node 4 [], Node 5 []]]) == edges [(1,2), (1,3), (3,4), (3,5)]
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.forest ============
1498.01 s
[algebraic-graphs] OK: forest [] == empty
1498.01 s
[algebraic-graphs] OK: forest [x] == tree x
1498.01 s
[algebraic-graphs] OK: forest [Node 1 [Node 2 [], Node 3 []], Node 4 [Node 5 []]] == edges [(1,2), (1,3), (4,5)]
1498.01 s
[algebraic-graphs] OK: forest == overlays . map tree
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.removeVertex ============
1498.01 s
[algebraic-graphs] OK: removeVertex x (vertex x) == empty
1498.01 s
[algebraic-graphs] OK: removeVertex 1 (vertex 2) == vertex 2
1498.01 s
[algebraic-graphs] OK: removeVertex x (edge x x) == empty
1498.01 s
[algebraic-graphs] OK: removeVertex 1 (edge 1 2) == vertex 2
1498.01 s
[algebraic-graphs] OK: removeVertex x . removeVertex x == removeVertex x
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.removeEdge ============
1498.01 s
[algebraic-graphs] OK: removeEdge x y (edge x y) == vertices [x,y]
1498.01 s
[algebraic-graphs] OK: removeEdge x y . removeEdge x y == removeEdge x y
1498.01 s
[algebraic-graphs] OK: removeEdge x y . removeVertex x == removeVertex x
1498.01 s
[algebraic-graphs] OK: removeEdge 1 1 (1 * 1 * 2 * 2) == 1 * 2 * 2
1498.01 s
[algebraic-graphs] OK: removeEdge 1 2 (1 * 1 * 2 * 2) == 1 * 1 + 2 * 2
1498.01 s
[algebraic-graphs] OK: removeEdge x y == removeEdge y x
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.replaceVertex ============
1498.01 s
[algebraic-graphs] OK: replaceVertex x x == id
1498.01 s
[algebraic-graphs] OK: replaceVertex x y (vertex x) == vertex y
1498.01 s
[algebraic-graphs] OK: replaceVertex x y == mergeVertices (== x) y
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.mergeVertices ============
1498.01 s
[algebraic-graphs] OK: mergeVertices (const False) x == id
1498.01 s
[algebraic-graphs] OK: mergeVertices (== x) y == replaceVertex x y
1498.01 s
[algebraic-graphs] OK: mergeVertices even 1 (0 * 2) == 1 * 1
1498.01 s
[algebraic-graphs] OK: mergeVertices odd 1 (3 + 4 * 5) == 4 * 1
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.gmap ============
1498.01 s
[algebraic-graphs] OK: gmap f empty == empty
1498.01 s
[algebraic-graphs] OK: gmap f (vertex x) == vertex (f x)
1498.01 s
[algebraic-graphs] OK: gmap f (edge x y) == edge (f x) (f y)
1498.01 s
[algebraic-graphs] OK: gmap id == id
1498.01 s
[algebraic-graphs] OK: gmap f . gmap g == gmap (f . g)
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.induce ============
1498.01 s
[algebraic-graphs] OK: induce (const True ) x == x
1498.01 s
[algebraic-graphs] OK: induce (const False) x == empty
1498.01 s
[algebraic-graphs] OK: induce (/= x) == removeVertex x
1498.01 s
[algebraic-graphs] OK: induce p . induce q == induce (\x -> p x && q x)
1498.01 s
[algebraic-graphs] OK: isSubgraphOf (induce p x) x == True
1498.01 s
[algebraic-graphs]
1498.01 s
[algebraic-graphs] ============ Graph.Undirected.induceJust ============
1498.01 s
[algebraic-graphs] OK: induceJust (vertex Nothing) == empty
1498.01 s
[algebraic-graphs] OK: induceJust (edge (Just x) Nothing) == vertex x
1498.01 s
[algebraic-graphs] OK: induceJust . gmap Just == id
1498.01 s
[algebraic-graphs] OK: induceJust . gmap (\x -> if p x then Just x else Nothing) == induce p
1498.01 s
[algebraic-graphs] Test suite main: PASS
1498.01 s
[algebraic-graphs] Test suite logged to: dist/test/algebraic-graphs-0.7-main.log
1498.01 s
[algebraic-graphs] 1 of 1 test suites (1 of 1 test cases) passed.
1498.10 s
[algebraic-graphs] checkPhase completed in 5 minutes 59 seconds
1498.10 s
[algebraic-graphs] Phase: haddockPhase
1498.32 s
[algebraic-graphs] Preprocessing library for algebraic-graphs-0.7...
1498.33 s
[algebraic-graphs] Running Haddock on library for algebraic-graphs-0.7...
1498.57 s
[haskell-language-server] [3 of 4] Compiling Ide.Plugin.CallHierarchy.Internal ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Internal.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy/Internal.p_o )
1498.59 s
[pandoc-lua-engine] Phase: setupCompilerEnvironmentPhase
1498.59 s
[pandoc-lua-engine] Build with /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3.
1498.61 s
[algebraic-graphs] [ 1 of 29] Compiling Algebra.Graph.AdjacencyMap ( src/Algebra/Graph/AdjacencyMap.hs, nothing )
1498.70 s
[pandoc-server] Phase: setupCompilerEnvironmentPhase
1498.70 s
[pandoc-server] Build with /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3.
1499.14 s
[algebraic-graphs] [ 2 of 29] Compiling Algebra.Graph.AdjacencyIntMap ( src/Algebra/Graph/AdjacencyIntMap.hs, nothing )
1499.37 s
[algebraic-graphs] [ 3 of 29] Compiling Algebra.Graph.AdjacencyIntMap.Algorithm ( src/Algebra/Graph/AdjacencyIntMap/Algorithm.hs, nothing )
1499.47 s
[pandoc-lua-engine] Phase: unpackPhase
1499.48 s
[pandoc-lua-engine] unpacking source archive /nix/store/zx6z7rsf1lwrwkbcq94jg1dgi1fp9jls-pandoc-lua-engine-0.4.3.tar.gz
1499.49 s
[pandoc-lua-engine] source root is pandoc-lua-engine-0.4.3
1499.50 s
[pandoc-lua-engine] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "pandoc-lua-engine-0.4.3/test/writer-template.out.txt"
1499.51 s
[pandoc-lua-engine] Phase: patchPhase
1499.52 s
[pandoc-lua-engine] Replace Cabal file with edited version from mirror://hackage/pandoc-lua-engine-0.4.3/revision/2.cabal.
1499.53 s
[pandoc-lua-engine] Phase: compileBuildDriverPhase
1499.54 s
[algebraic-graphs] [ 4 of 29] Compiling Algebra.Graph.Internal ( src/Algebra/Graph/Internal.hs, nothing )
1499.54 s
[pandoc-lua-engine] setupCompileFlags: -package-db=/build/tmp.JOLDjNuE6Q/setup-package.conf.d -threaded
1499.58 s
[pandoc-server] Phase: unpackPhase
1499.59 s
[pandoc-server] unpacking source archive /nix/store/4kqsjsplqpsanrihsxp1wxshjqr4snkl-pandoc-server-0.1.0.11.tar.gz
1499.59 s
[pandoc-server] source root is pandoc-server-0.1.0.11
1499.60 s
[pandoc-server] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "pandoc-server-0.1.0.11/src/Text/Pandoc/Server.hs"
1499.61 s
[pandoc-server] Phase: patchPhase
1499.62 s
[pandoc-lua-engine] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.JOLDjNuE6Q/Main.o )
1499.62 s
[pandoc-server] Phase: compileBuildDriverPhase
1499.63 s
[pandoc-server] setupCompileFlags: -package-db=/build/tmp.i1N2NtWUDG/setup-package.conf.d -threaded
1499.70 s
[algebraic-graphs] [ 5 of 29] Compiling Algebra.Graph ( src/Algebra/Graph.hs, nothing )
1499.70 s
[pandoc-server] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.i1N2NtWUDG/Main.o )
1499.92 s
[pandoc-lua-engine] [2 of 2] Linking Setup
1499.92 s
[pandoc-server] [2 of 2] Linking Setup
1499.94 s
[algebraic-graphs] [ 6 of 29] Compiling Algebra.Graph.HigherKinded.Class ( src/Algebra/Graph/HigherKinded/Class.hs, nothing )
1499.98 s
[algebraic-graphs] [ 7 of 29] Compiling Algebra.Graph.Bipartite.AdjacencyMap ( src/Algebra/Graph/Bipartite/AdjacencyMap.hs, nothing )
1500.12 s
[haskell-language-server] [4 of 4] Compiling Ide.Plugin.CallHierarchy ( plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy.hs, dist/build/hls-call-hierarchy-plugin/Ide/Plugin/CallHierarchy.p_o )
1500.22 s
[algebraic-graphs] [ 8 of 29] Compiling Algebra.Graph.Bipartite.AdjacencyMap.Algorithm ( src/Algebra/Graph/Bipartite/AdjacencyMap/Algorithm.hs, nothing )
1500.35 s
[algebraic-graphs] [ 9 of 29] Compiling Algebra.Graph.Label ( src/Algebra/Graph/Label.hs, nothing )
1500.67 s
[algebraic-graphs] [10 of 29] Compiling Algebra.Graph.NonEmpty.AdjacencyMap ( src/Algebra/Graph/NonEmpty/AdjacencyMap.hs, nothing )
1500.76 s
[algebraic-graphs] [11 of 29] Compiling Algebra.Graph.AdjacencyMap.Algorithm ( src/Algebra/Graph/AdjacencyMap/Algorithm.hs, nothing )
1500.89 s
[algebraic-graphs] src/Algebra/Graph/AdjacencyMap/Algorithm.hs:384:43: warning : [ GHC-63394 ] [ -Wx-partial ]
1500.90 s
[algebraic-graphs] In the use of ‘head’
1500.90 s
[algebraic-graphs] (imported from Prelude, but defined in GHC.Internal.List):
1500.90 s
[algebraic-graphs] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
1500.90 s
[algebraic-graphs] |
1500.90 s
[algebraic-graphs] 384 | exit v = do newComponent <- (v==).snd.head <$> gets boundaryStack
1500.90 s
[algebraic-graphs] | ^^^^
1500.90 s
[algebraic-graphs]
1500.90 s
[algebraic-graphs] src/Algebra/Graph/AdjacencyMap/Algorithm.hs:391:21: warning : [ GHC-63394 ] [ -Wx-partial ]
1500.90 s
[algebraic-graphs] In the use of ‘tail’
1500.90 s
[algebraic-graphs] (imported from Prelude, but defined in GHC.Internal.List):
1500.90 s
[algebraic-graphs] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
1500.90 s
[algebraic-graphs] |
1500.90 s
[algebraic-graphs] 391 | pth' = tail v_pth' -- Here we know that v_pth' starts with v
1500.90 s
[algebraic-graphs] | ^^^^
1500.90 s
[algebraic-graphs]
1500.90 s
[algebraic-graphs] src/Algebra/Graph/AdjacencyMap/Algorithm.hs:395:26: warning : [ GHC-63394 ] [ -Wx-partial ]
1500.90 s
[algebraic-graphs] In the use of ‘head’
1500.90 s
[algebraic-graphs] (imported from Prelude, but defined in GHC.Internal.List):
1500.91 s
[algebraic-graphs] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
1500.91 s
[algebraic-graphs] |
1500.91 s
[algebraic-graphs] 395 | p_v = fst $ head bnd
1500.91 s
[algebraic-graphs] | ^^^^
1500.91 s
[algebraic-graphs]
1500.91 s
[algebraic-graphs] src/Algebra/Graph/AdjacencyMap/Algorithm.hs:397:21: warning : [ GHC-63394 ] [ -Wx-partial ]
1500.91 s
[algebraic-graphs] In the use of ‘tail’
1500.91 s
[algebraic-graphs] (imported from Prelude, but defined in GHC.Internal.List):
1500.91 s
[algebraic-graphs] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
1500.91 s
[algebraic-graphs] |
1500.91 s
[algebraic-graphs] 397 | bnd' = tail bnd
1500.91 s
[algebraic-graphs] | ^^^^
1500.91 s
[algebraic-graphs]
1500.91 s
[algebraic-graphs] [12 of 29] Compiling Algebra.Graph.Acyclic.AdjacencyMap ( src/Algebra/Graph/Acyclic/AdjacencyMap.hs, nothing )
1500.98 s
[algebraic-graphs] [13 of 29] Compiling Algebra.Graph.ToGraph ( src/Algebra/Graph/ToGraph.hs, nothing )
1501.22 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:171:32: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1501.22 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
1501.22 s
[algebraic-graphs] will become an error in a future GHC release.
1501.22 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
1501.22 s
[algebraic-graphs] |
1501.22 s
[algebraic-graphs] 171 | vertexIntSet :: ToVertex t ~ Int => t -> IntSet
1501.22 s
[algebraic-graphs] | ^
1501.22 s
[algebraic-graphs]
1501.22 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:197:29: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1501.22 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
1501.22 s
[algebraic-graphs] will become an error in a future GHC release.
1501.22 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
1501.22 s
[algebraic-graphs] |
1501.22 s
[algebraic-graphs] 197 | preIntSet :: ToVertex t ~ Int => Int -> t -> IntSet
1501.22 s
[algebraic-graphs] | ^
1501.22 s
[algebraic-graphs]
1501.23 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:215:30: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1501.23 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
1501.23 s
[algebraic-graphs] will become an error in a future GHC release.
1501.23 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
1501.23 s
[algebraic-graphs] |
1501.23 s
[algebraic-graphs] 215 | postIntSet :: ToVertex t ~ Int => Int -> t -> IntSet
1501.23 s
[algebraic-graphs] | ^
1501.23 s
[algebraic-graphs]
1501.23 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:303:37: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1501.23 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
1501.23 s
[algebraic-graphs] will become an error in a future GHC release.
1501.23 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
1501.23 s
[algebraic-graphs] |
1501.23 s
[algebraic-graphs] 303 | toAdjacencyIntMap :: ToVertex t ~ Int => t -> AIM.AdjacencyIntMap
1501.23 s
[algebraic-graphs] | ^
1501.23 s
[algebraic-graphs]
1501.23 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:312:46: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1501.23 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
1501.23 s
[algebraic-graphs] will become an error in a future GHC release.
1501.23 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
1501.23 s
[algebraic-graphs] |
1501.23 s
[algebraic-graphs] 312 | toAdjacencyIntMapTranspose :: ToVertex t ~ Int => t -> AIM.AdjacencyIntMap
1501.23 s
[algebraic-graphs] | ^
1501.23 s
[algebraic-graphs]
1501.23 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:452:43: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1501.23 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
1501.23 s
[algebraic-graphs] will become an error in a future GHC release.
1501.23 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
1501.23 s
[algebraic-graphs] |
1501.23 s
[algebraic-graphs] 452 | adjacencyIntMap :: (ToGraph t, ToVertex t ~ Int) => t -> IntMap IntSet
1501.23 s
[algebraic-graphs] | ^
1501.23 s
[algebraic-graphs]
1501.23 s
[algebraic-graphs] src/Algebra/Graph/ToGraph.hs:471:52: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1501.23 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
1501.23 s
[algebraic-graphs] will become an error in a future GHC release.
1501.23 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
1501.23 s
[algebraic-graphs] |
1501.23 s
[algebraic-graphs] 471 | adjacencyIntMapTranspose :: (ToGraph t, ToVertex t ~ Int) => t -> IntMap IntSet
1501.23 s
[algebraic-graphs] | ^
1501.23 s
[algebraic-graphs]
1501.24 s
[algebraic-graphs] [14 of 29] Compiling Algebra.Graph.Relation ( src/Algebra/Graph/Relation.hs, nothing )
1501.49 s
[algebraic-graphs] [15 of 29] Compiling Algebra.Graph.Relation.Symmetric ( src/Algebra/Graph/Relation/Symmetric.hs, nothing )
1501.62 s
[algebraic-graphs] [16 of 29] Compiling Algebra.Graph.NonEmpty ( src/Algebra/Graph/NonEmpty.hs, nothing )
1501.63 s
[pandoc-server] Phase: updateAutotoolsGnuConfigScriptsPhase
1501.65 s
[pandoc-server] Phase: configurePhase
1501.66 s
[pandoc-server] configureFlags: --verbose --prefix=/nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/dqmvprrkmaw8zdxb1c9y2dr9rl9kzvvf-pandoc-server-0.1.0.11-doc/share/doc/pandoc-server-0.1.0.11 --with-gcc=gcc --package-db=/build/tmp.i1N2NtWUDG/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
1501.67 s
[pandoc-server] Using Parsec parser
1501.67 s
[pandoc-server] Configuring pandoc-server-0.1.0.11...
1501.71 s
[pandoc-lua-engine] Phase: updateAutotoolsGnuConfigScriptsPhase
1501.72 s
[pandoc-lua-engine] Phase: configurePhase
1501.73 s
[pandoc-lua-engine] configureFlags: --verbose --prefix=/nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/wd3qb19xk64yg131cjkph4v34bwz1gmq-pandoc-lua-engine-0.4.3-doc/share/doc/pandoc-lua-engine-0.4.3 --with-gcc=gcc --package-db=/build/tmp.JOLDjNuE6Q/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
1501.75 s
[pandoc-lua-engine] Using Parsec parser
1501.75 s
[pandoc-lua-engine] Configuring pandoc-lua-engine-0.4.3...
1501.88 s
[algebraic-graphs] [17 of 29] Compiling Algebra.Graph.Labelled.AdjacencyMap ( src/Algebra/Graph/Labelled/AdjacencyMap.hs, nothing )
1502.22 s
[algebraic-graphs] [18 of 29] Compiling Algebra.Graph.Labelled ( src/Algebra/Graph/Labelled.hs, nothing )
1502.36 s
[algebraic-graphs] [19 of 29] Compiling Algebra.Graph.Labelled.Example.Network ( src/Algebra/Graph/Labelled/Example/Network.hs, nothing )
1502.38 s
[algebraic-graphs] [20 of 29] Compiling Algebra.Graph.Labelled.Example.Automaton ( src/Algebra/Graph/Labelled/Example/Automaton.hs, nothing )
1502.42 s
[algebraic-graphs] [21 of 29] Compiling Algebra.Graph.Export ( src/Algebra/Graph/Export.hs, nothing )
1502.46 s
[algebraic-graphs] src/Algebra/Graph/Export.hs:185:41: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1502.46 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
1502.46 s
[algebraic-graphs] will become an error in a future GHC release.
1502.46 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
1502.46 s
[algebraic-graphs] |
1502.46 s
[algebraic-graphs] 185 | export :: (Ord a, ToGraph g, ToVertex g ~ a) => (a -> Doc s) -> (a -> a -> Doc s) -> g -> Doc s
1502.46 s
[algebraic-graphs] | ^
1502.46 s
[algebraic-graphs]
1502.46 s
[algebraic-graphs] [22 of 29] Compiling Algebra.Graph.Export.Dot ( src/Algebra/Graph/Export/Dot.hs, nothing )
1502.49 s
[algebraic-graphs] src/Algebra/Graph/Export/Dot.hs:121:63: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1502.49 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
1502.49 s
[algebraic-graphs] will become an error in a future GHC release.
1502.49 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
1502.49 s
[algebraic-graphs] |
1502.49 s
[algebraic-graphs] 121 | export :: (IsString s, Monoid s, Ord a, ToGraph g, ToVertex g ~ a) => Style a s -> g -> s
1502.49 s
[algebraic-graphs] | ^
1502.49 s
[algebraic-graphs]
1502.49 s
[algebraic-graphs] src/Algebra/Graph/Export/Dot.hs:165:78: warning : [ GHC-58520 ] [ -Wtype-equality-requires-operators ]
1502.49 s
[algebraic-graphs] The use of ‘~’ without TypeOperators
1502.49 s
[algebraic-graphs] will become an error in a future GHC release.
1502.49 s
[algebraic-graphs] Suggested fix: Perhaps you intended to use TypeOperators
1502.49 s
[algebraic-graphs] |
1502.49 s
[algebraic-graphs] 165 | exportAsIs :: (IsString s, Monoid s, Ord (ToVertex g), ToGraph g, ToVertex g ~ s) => g -> s
1502.49 s
[algebraic-graphs] | ^
1502.49 s
[algebraic-graphs]
1502.49 s
[algebraic-graphs] [23 of 29] Compiling Algebra.Graph.Undirected ( src/Algebra/Graph/Undirected.hs, nothing )
1502.67 s
[algebraic-graphs] [24 of 29] Compiling Algebra.Graph.Class ( src/Algebra/Graph/Class.hs, nothing )
1502.86 s
[pandoc-lua-engine] Dependency aeson: using aeson-2.2.3.0
1502.86 s
[pandoc-lua-engine] Dependency base >=4.12 && <5: using base-4.20.2.0
1502.86 s
[pandoc-lua-engine] Dependency bytestring >=0.9 && <0.13: using bytestring-0.12.2.0
1502.86 s
[pandoc-lua-engine] Dependency citeproc >=0.8 && <0.10: using citeproc-0.9.0.1
1502.86 s
[pandoc-lua-engine] Dependency containers >=0.6.0.1 && <0.9: using containers-0.7
1502.86 s
[pandoc-lua-engine] Dependency crypton >=0.30 && <1.1: using crypton-1.0.4
1502.86 s
[pandoc-lua-engine] Dependency data-default >=0.4 && <0.9: using data-default-0.8.0.1
1502.86 s
[pandoc-lua-engine] Dependency doclayout >=0.5 && <0.6: using doclayout-0.5.0.1
1502.86 s
[pandoc-lua-engine] Dependency doctemplates >=0.11 && <0.12: using doctemplates-0.11.0.1
1502.86 s
[pandoc-lua-engine] Dependency exceptions >=0.8 && <0.11: using exceptions-0.10.9
1502.86 s
[pandoc-lua-engine] Dependency hslua >=2.3 && <2.5: using hslua-2.3.1
1502.86 s
[pandoc-lua-engine] Dependency hslua-module-doclayout >=1.2 && <1.3: using
1502.86 s
[pandoc-lua-engine] hslua-module-doclayout-1.2.0.1
1502.86 s
[pandoc-lua-engine] Dependency hslua-module-path >=1.1 && <1.2: using hslua-module-path-1.1.1
1502.86 s
[pandoc-lua-engine] Dependency hslua-module-system >=1.1 && <1.3: using hslua-module-system-1.1.3
1502.86 s
[pandoc-lua-engine] Dependency hslua-module-text >=1.1 && <1.2: using hslua-module-text-1.1.1
1502.86 s
[pandoc-lua-engine] Dependency hslua-module-version >=1.1 && <1.2: using
1502.86 s
[pandoc-lua-engine] hslua-module-version-1.1.1
1502.86 s
[pandoc-lua-engine] Dependency hslua-module-zip >=1.1.3 && <1.2: using hslua-module-zip-1.1.4
1502.86 s
[pandoc-lua-engine] Dependency hslua-repl >=0.1.1 && <0.2: using hslua-repl-0.1.2
1502.86 s
[pandoc-lua-engine] Dependency lpeg >=1.1 && <1.2: using lpeg-1.1.0
1502.86 s
[pandoc-lua-engine] Dependency mtl >=2.2 && <2.4: using mtl-2.3.1
1502.86 s
[pandoc-lua-engine] Dependency pandoc >=3.7 && <3.8: using pandoc-3.7.0.2
1502.86 s
[pandoc-lua-engine] Dependency pandoc-lua-marshal >=0.3 && <0.4: using pandoc-lua-marshal-0.3.1
1502.86 s
[pandoc-lua-engine] Dependency pandoc-types >=1.22 && <1.24: using pandoc-types-1.23.1
1502.86 s
[pandoc-lua-engine] Dependency parsec >=3.1 && <3.2: using parsec-3.1.18.0
1502.87 s
[pandoc-lua-engine] Dependency text >=1.1.1 && <2.2: using text-2.1.3
1502.87 s
[pandoc-lua-engine] Dependency base >=4.12 && <5: using base-4.20.2.0
1502.87 s
[pandoc-lua-engine] Dependency bytestring: using bytestring-0.12.2.0
1502.87 s
[pandoc-lua-engine] Dependency data-default: using data-default-0.8.0.1
1502.87 s
[pandoc-lua-engine] Dependency directory: using directory-1.3.8.5
1502.87 s
[pandoc-lua-engine] Dependency exceptions >=0.8 && <0.11: using exceptions-0.10.9
1502.87 s
[pandoc-lua-engine] Dependency filepath: using filepath-1.5.4.0
1502.87 s
[pandoc-lua-engine] Dependency hslua >=2.3 && <2.5: using hslua-2.3.1
1502.87 s
[pandoc-lua-engine] Dependency pandoc: using pandoc-3.7.0.2
1502.87 s
[pandoc-lua-engine] Dependency pandoc-lua-engine: using pandoc-lua-engine-0.4.3
1502.87 s
[pandoc-lua-engine] Dependency pandoc-types >=1.22 && <1.24: using pandoc-types-1.23.1
1502.87 s
[pandoc-lua-engine] Dependency tasty: using tasty-1.5.3
1502.87 s
[pandoc-lua-engine] Dependency tasty-golden: using tasty-golden-2.3.5
1502.87 s
[pandoc-lua-engine] Dependency tasty-hunit: using tasty-hunit-0.10.2
1502.87 s
[pandoc-lua-engine] Dependency tasty-lua >=1.1 && <1.2: using tasty-lua-1.1.2
1502.87 s
[pandoc-lua-engine] Dependency text >=1.1.1 && <2.2: using text-2.1.3
1502.87 s
[pandoc-lua-engine] Source component graph:
1502.87 s
[pandoc-lua-engine] component lib
1502.87 s
[pandoc-lua-engine] component test:test-pandoc-lua-engine dependency lib
1502.87 s
[pandoc-lua-engine] Configured component graph:
1502.87 s
[pandoc-lua-engine] component pandoc-lua-engine-0.4.3-5WfKLRnIaWo35wgF88I2i4
1502.87 s
[pandoc-lua-engine] include aeson-2.2.3.0-7E4AsQHgFKfArDQma5twwk
1502.87 s
[pandoc-lua-engine] include base-4.20.2.0-64da
1502.87 s
[pandoc-lua-engine] include bytestring-0.12.2.0-262e
1502.87 s
[pandoc-lua-engine] include citeproc-0.9.0.1-8eZIkwGUgwZIclKUEeSqkh
1502.87 s
[pandoc-lua-engine] include containers-0.7-504a
1502.87 s
[pandoc-lua-engine] include crypton-1.0.4-1q6uwxo2tOdF6dyEFtI6Wj
1502.87 s
[pandoc-lua-engine] include data-default-0.8.0.1-ByKaTL2K8MiLGiE7z4PwLO
1502.87 s
[pandoc-lua-engine] include doclayout-0.5.0.1-ETXOcBr0tml6gEsSGXL6oV
1502.87 s
[pandoc-lua-engine] include doctemplates-0.11.0.1-3IxkRZEwO7j4PZOMczCd6F
1502.87 s
[pandoc-lua-engine] include exceptions-0.10.9-1a12
1502.87 s
[pandoc-lua-engine] include hslua-2.3.1-2u5PxJdzmf64O4i47k1PVi
1502.87 s
[pandoc-lua-engine] include hslua-module-doclayout-1.2.0.1-ErY6mbvHQgAEdxA7VP30qJ
1502.87 s
[pandoc-lua-engine] include hslua-module-path-1.1.1-u1nrCdvNoJBLk9wjMCk0d
1502.87 s
[pandoc-lua-engine] include hslua-module-system-1.1.3-C64Ey1CTges1ct5bp4x6FI
1502.87 s
[pandoc-lua-engine] include hslua-module-text-1.1.1-KHVA6Tk8C366LjT6lG2vsI
1502.87 s
[pandoc-lua-engine] include hslua-module-version-1.1.1-31iUzkcfJgL8o5QdosdhcV
1502.87 s
[pandoc-lua-engine] include hslua-module-zip-1.1.4-7o7wUu0Aa5uJq1MktjFd3a
1502.87 s
[pandoc-lua-engine] include hslua-repl-0.1.2-Juvw7nYrTHo9eZBtoxILD7
1502.87 s
[pandoc-lua-engine] include lpeg-1.1.0-84tlw7PTtFB7quUkAvIAre
1502.87 s
[pandoc-lua-engine] include mtl-2.3.1-b4af
1502.87 s
[pandoc-lua-engine] include pandoc-3.7.0.2-JiBoZy05rqH1rZpfc44nO3
1502.87 s
[pandoc-lua-engine] include pandoc-lua-marshal-0.3.1-CEai8TZ59D36cGPSocsWLC
1502.87 s
[pandoc-lua-engine] include pandoc-types-1.23.1-EtmNVCh0eX3EXXhinUtwiG
1502.87 s
[pandoc-lua-engine] include parsec-3.1.18.0-b178
1502.87 s
[pandoc-lua-engine] include text-2.1.3-c691
1502.87 s
[pandoc-lua-engine] component pandoc-lua-engine-0.4.3-3LEmP89EEdjCRAN3LsL1y3-test-pandoc-lua-engine
1502.87 s
[pandoc-lua-engine] include base-4.20.2.0-64da
1502.87 s
[pandoc-lua-engine] include bytestring-0.12.2.0-262e
1502.87 s
[pandoc-lua-engine] include data-default-0.8.0.1-ByKaTL2K8MiLGiE7z4PwLO
1502.87 s
[pandoc-lua-engine] include directory-1.3.8.5-c84a
1502.87 s
[pandoc-lua-engine] include exceptions-0.10.9-1a12
1502.87 s
[pandoc-lua-engine] include filepath-1.5.4.0-e600
1502.87 s
[pandoc-lua-engine] include hslua-2.3.1-2u5PxJdzmf64O4i47k1PVi
1502.87 s
[pandoc-lua-engine] include pandoc-3.7.0.2-JiBoZy05rqH1rZpfc44nO3
1502.87 s
[pandoc-lua-engine] include pandoc-lua-engine-0.4.3-5WfKLRnIaWo35wgF88I2i4
1502.87 s
[pandoc-lua-engine] include pandoc-types-1.23.1-EtmNVCh0eX3EXXhinUtwiG
1502.87 s
[pandoc-lua-engine] include tasty-1.5.3-G9Yzt8NHi59EMJ9EpY1hVQ
1502.87 s
[pandoc-lua-engine] include tasty-golden-2.3.5-3QQ0reIfFJ36gfVIlepFcf
1502.87 s
[pandoc-lua-engine] include tasty-hunit-0.10.2-A8CripGhFniB64lHINz5Kq
1502.87 s
[pandoc-lua-engine] include tasty-lua-1.1.2-1O8o765OPu9IHWrmpruNIo
1502.87 s
[pandoc-lua-engine] include text-2.1.3-c691
1502.87 s
[pandoc-lua-engine] Linked component graph:
1502.87 s
[pandoc-lua-engine] unit pandoc-lua-engine-0.4.3-5WfKLRnIaWo35wgF88I2i4
1502.87 s
[pandoc-lua-engine] include aeson-2.2.3.0-7E4AsQHgFKfArDQma5twwk
1502.87 s
[pandoc-lua-engine] include base-4.20.2.0-64da
1502.87 s
[pandoc-lua-engine] include bytestring-0.12.2.0-262e
1502.87 s
[pandoc-lua-engine] include citeproc-0.9.0.1-8eZIkwGUgwZIclKUEeSqkh
1502.87 s
[pandoc-lua-engine] include containers-0.7-504a
1502.87 s
[pandoc-lua-engine] include crypton-1.0.4-1q6uwxo2tOdF6dyEFtI6Wj
1502.87 s
[pandoc-lua-engine] include data-default-0.8.0.1-ByKaTL2K8MiLGiE7z4PwLO
1502.87 s
[pandoc-lua-engine] include doclayout-0.5.0.1-ETXOcBr0tml6gEsSGXL6oV
1502.87 s
[pandoc-lua-engine] include doctemplates-0.11.0.1-3IxkRZEwO7j4PZOMczCd6F
1502.87 s
[pandoc-lua-engine] include exceptions-0.10.9-1a12
1502.87 s
[pandoc-lua-engine] include hslua-2.3.1-2u5PxJdzmf64O4i47k1PVi
1502.87 s
[pandoc-lua-engine] include hslua-module-doclayout-1.2.0.1-ErY6mbvHQgAEdxA7VP30qJ
1502.87 s
[pandoc-lua-engine] include hslua-module-path-1.1.1-u1nrCdvNoJBLk9wjMCk0d
1502.87 s
[pandoc-lua-engine] include hslua-module-system-1.1.3-C64Ey1CTges1ct5bp4x6FI
1502.87 s
[pandoc-lua-engine] include hslua-module-text-1.1.1-KHVA6Tk8C366LjT6lG2vsI
1502.87 s
[pandoc-lua-engine] include hslua-module-version-1.1.1-31iUzkcfJgL8o5QdosdhcV
1502.87 s
[pandoc-lua-engine] include hslua-module-zip-1.1.4-7o7wUu0Aa5uJq1MktjFd3a
1502.87 s
[pandoc-lua-engine] include hslua-repl-0.1.2-Juvw7nYrTHo9eZBtoxILD7
1502.87 s
[pandoc-lua-engine] include lpeg-1.1.0-84tlw7PTtFB7quUkAvIAre
1502.87 s
[pandoc-lua-engine] include mtl-2.3.1-b4af
1502.87 s
[pandoc-lua-engine] include pandoc-3.7.0.2-JiBoZy05rqH1rZpfc44nO3
1502.87 s
[pandoc-lua-engine] include pandoc-lua-marshal-0.3.1-CEai8TZ59D36cGPSocsWLC
1502.87 s
[pandoc-lua-engine] include pandoc-types-1.23.1-EtmNVCh0eX3EXXhinUtwiG
1502.87 s
[pandoc-lua-engine] include parsec-3.1.18.0-b178
1502.87 s
[pandoc-lua-engine] include text-2.1.3-c691
1502.87 s
[pandoc-lua-engine] Text.Pandoc.Lua=pandoc-lua-engine-0.4.3-5WfKLRnIaWo35wgF88I2i4:Text.Pandoc.Lua
1502.87 s
[pandoc-lua-engine] unit pandoc-lua-engine-0.4.3-3LEmP89EEdjCRAN3LsL1y3-test-pandoc-lua-engine
1502.87 s
[pandoc-lua-engine] include base-4.20.2.0-64da
1502.87 s
[pandoc-lua-engine] include bytestring-0.12.2.0-262e
1502.87 s
[pandoc-lua-engine] include data-default-0.8.0.1-ByKaTL2K8MiLGiE7z4PwLO
1502.87 s
[pandoc-lua-engine] include directory-1.3.8.5-c84a
1502.87 s
[pandoc-lua-engine] include exceptions-0.10.9-1a12
1502.87 s
[pandoc-lua-engine] include filepath-1.5.4.0-e600
1502.87 s
[pandoc-lua-engine] include hslua-2.3.1-2u5PxJdzmf64O4i47k1PVi
1502.87 s
[pandoc-lua-engine] include pandoc-3.7.0.2-JiBoZy05rqH1rZpfc44nO3
1502.87 s
[pandoc-lua-engine] include pandoc-lua-engine-0.4.3-5WfKLRnIaWo35wgF88I2i4
1502.87 s
[pandoc-lua-engine] include pandoc-types-1.23.1-EtmNVCh0eX3EXXhinUtwiG
1502.87 s
[pandoc-lua-engine] include tasty-1.5.3-G9Yzt8NHi59EMJ9EpY1hVQ
1502.87 s
[pandoc-lua-engine] include tasty-golden-2.3.5-3QQ0reIfFJ36gfVIlepFcf
1502.87 s
[pandoc-lua-engine] include tasty-hunit-0.10.2-A8CripGhFniB64lHINz5Kq
1502.87 s
[pandoc-lua-engine] include tasty-lua-1.1.2-1O8o765OPu9IHWrmpruNIo
1502.87 s
[pandoc-lua-engine] include text-2.1.3-c691
1502.87 s
[pandoc-lua-engine] Ready component graph:
1502.87 s
[pandoc-lua-engine] definite pandoc-lua-engine-0.4.3-5WfKLRnIaWo35wgF88I2i4
1502.87 s
[pandoc-lua-engine] depends aeson-2.2.3.0-7E4AsQHgFKfArDQma5twwk
1502.87 s
[pandoc-lua-engine] depends base-4.20.2.0-64da
1502.87 s
[pandoc-lua-engine] depends bytestring-0.12.2.0-262e
1502.87 s
[pandoc-lua-engine] depends citeproc-0.9.0.1-8eZIkwGUgwZIclKUEeSqkh
1502.87 s
[pandoc-lua-engine] depends containers-0.7-504a
1502.87 s
[pandoc-lua-engine] depends crypton-1.0.4-1q6uwxo2tOdF6dyEFtI6Wj
1502.87 s
[pandoc-lua-engine] depends data-default-0.8.0.1-ByKaTL2K8MiLGiE7z4PwLO
1502.87 s
[pandoc-lua-engine] depends doclayout-0.5.0.1-ETXOcBr0tml6gEsSGXL6oV
1502.87 s
[pandoc-lua-engine] depends doctemplates-0.11.0.1-3IxkRZEwO7j4PZOMczCd6F
1502.87 s
[pandoc-lua-engine] depends exceptions-0.10.9-1a12
1502.87 s
[pandoc-lua-engine] depends hslua-2.3.1-2u5PxJdzmf64O4i47k1PVi
1502.87 s
[pandoc-lua-engine] depends hslua-module-doclayout-1.2.0.1-ErY6mbvHQgAEdxA7VP30qJ
1502.87 s
[pandoc-lua-engine] depends hslua-module-path-1.1.1-u1nrCdvNoJBLk9wjMCk0d
1502.87 s
[pandoc-lua-engine] depends hslua-module-system-1.1.3-C64Ey1CTges1ct5bp4x6FI
1502.87 s
[pandoc-lua-engine] depends hslua-module-text-1.1.1-KHVA6Tk8C366LjT6lG2vsI
1502.87 s
[pandoc-lua-engine] depends hslua-module-version-1.1.1-31iUzkcfJgL8o5QdosdhcV
1502.87 s
[pandoc-lua-engine] depends hslua-module-zip-1.1.4-7o7wUu0Aa5uJq1MktjFd3a
1502.87 s
[pandoc-lua-engine] depends hslua-repl-0.1.2-Juvw7nYrTHo9eZBtoxILD7
1502.87 s
[pandoc-lua-engine] depends lpeg-1.1.0-84tlw7PTtFB7quUkAvIAre
1502.87 s
[pandoc-lua-engine] depends mtl-2.3.1-b4af
1502.87 s
[pandoc-lua-engine] depends pandoc-3.7.0.2-JiBoZy05rqH1rZpfc44nO3
1502.90 s
[algebraic-graphs] [25 of 29] Compiling Algebra.Graph.Relation.Transitive ( src/Algebra/Graph/Relation/Transitive.hs, nothing )
1502.93 s
[algebraic-graphs] [26 of 29] Compiling Algebra.Graph.Relation.Reflexive ( src/Algebra/Graph/Relation/Reflexive.hs, nothing )
1502.96 s
[algebraic-graphs] [27 of 29] Compiling Algebra.Graph.Relation.Preorder ( src/Algebra/Graph/Relation/Preorder.hs, nothing )
1502.97 s
[pandoc-server] Dependency aeson >=2.0 && <2.3: using aeson-2.2.3.0
1502.97 s
[pandoc-server] Dependency base >=4.12 && <5: using base-4.20.2.0
1502.97 s
[pandoc-server] Dependency base64-bytestring >=0.1 && <1.3: using base64-bytestring-1.2.1.0
1502.97 s
[pandoc-server] Dependency bytestring >=0.9 && <0.13: using bytestring-0.12.2.0
1502.97 s
[pandoc-server] Dependency containers >=0.6.0.1 && <0.9: using containers-0.7
1502.97 s
[pandoc-server] Dependency data-default >=0.4 && <0.9: using data-default-0.8.0.1
1502.97 s
[pandoc-server] Dependency doctemplates >=0.11 && <0.12: using doctemplates-0.11.0.1
1502.97 s
[pandoc-server] Dependency pandoc >=3.5 && <3.8: using pandoc-3.7.0.2
1502.97 s
[pandoc-server] Dependency pandoc-types >=1.22 && <1.24: using pandoc-types-1.23.1
1502.97 s
[pandoc-server] Dependency servant-server >=0.19 && <0.21: using servant-server-0.20.3.0
1502.97 s
[pandoc-server] Dependency skylighting >=0.13 && <0.15: using skylighting-0.14.7
1502.98 s
[pandoc-server] Dependency text >=1.1.1.0 && <2.2: using text-2.1.3
1502.98 s
[pandoc-server] Dependency unicode-collation >=0.1.1 && <0.2: using unicode-collation-0.1.3.6
1502.98 s
[pandoc-server] Dependency wai >=3.2 && <3.3: using wai-3.2.4
1502.98 s
[pandoc-server] Dependency wai-cors >=0.2.7 && <0.3: using wai-cors-0.2.7
1502.98 s
[pandoc-server] Source component graph: component lib
1502.98 s
[pandoc-server] Configured component graph:
1502.98 s
[pandoc-server] component pandoc-server-0.1.0.11-1fbeQpfbRwBC9PF9PShfbM
1502.98 s
[pandoc-server] include aeson-2.2.3.0-7E4AsQHgFKfArDQma5twwk
1502.98 s
[pandoc-server] include base-4.20.2.0-64da
1502.98 s
[pandoc-server] include base64-bytestring-1.2.1.0-3UFJK5wnOrqGGvuh3GKKrz
1502.98 s
[pandoc-server] include bytestring-0.12.2.0-262e
1502.98 s
[pandoc-server] include containers-0.7-504a
1502.98 s
[pandoc-server] include data-default-0.8.0.1-ByKaTL2K8MiLGiE7z4PwLO
1502.98 s
[pandoc-server] include doctemplates-0.11.0.1-3IxkRZEwO7j4PZOMczCd6F
1502.98 s
[pandoc-server] include pandoc-3.7.0.2-JiBoZy05rqH1rZpfc44nO3
1502.98 s
[pandoc-server] include pandoc-types-1.23.1-EtmNVCh0eX3EXXhinUtwiG
1502.98 s
[pandoc-server] include servant-server-0.20.3.0-KfCT9L1u35cEjSigV7mnns
1502.98 s
[pandoc-server] include skylighting-0.14.7-E1NlMTbMaxi21IaCy26ZSc
1502.98 s
[pandoc-server] include text-2.1.3-c691
1502.98 s
[pandoc-server] include unicode-collation-0.1.3.6-GNgjxqiCGZCDNShq4d28XS
1502.98 s
[pandoc-server] include wai-3.2.4-5M0NL4oY5PvG2QmhR4DwS3
1502.98 s
[pandoc-server] include wai-cors-0.2.7-LUOr3sfxSGX6rgruuv5vs2
1502.98 s
[pandoc-server] Linked component graph:
1502.98 s
[pandoc-server] unit pandoc-server-0.1.0.11-1fbeQpfbRwBC9PF9PShfbM
1502.98 s
[pandoc-server] include aeson-2.2.3.0-7E4AsQHgFKfArDQma5twwk
1502.98 s
[pandoc-server] include base-4.20.2.0-64da
1502.98 s
[pandoc-server] include base64-bytestring-1.2.1.0-3UFJK5wnOrqGGvuh3GKKrz
1502.98 s
[pandoc-server] include bytestring-0.12.2.0-262e
1502.98 s
[pandoc-server] include containers-0.7-504a
1502.98 s
[pandoc-server] include data-default-0.8.0.1-ByKaTL2K8MiLGiE7z4PwLO
1502.98 s
[pandoc-server] include doctemplates-0.11.0.1-3IxkRZEwO7j4PZOMczCd6F
1502.98 s
[pandoc-server] include pandoc-3.7.0.2-JiBoZy05rqH1rZpfc44nO3
1502.98 s
[pandoc-server] include pandoc-types-1.23.1-EtmNVCh0eX3EXXhinUtwiG
1502.98 s
[pandoc-server] include servant-server-0.20.3.0-KfCT9L1u35cEjSigV7mnns
1502.98 s
[pandoc-server] include skylighting-0.14.7-E1NlMTbMaxi21IaCy26ZSc
1502.98 s
[pandoc-server] include text-2.1.3-c691
1502.98 s
[pandoc-server] include unicode-collation-0.1.3.6-GNgjxqiCGZCDNShq4d28XS
1502.98 s
[pandoc-server] include wai-3.2.4-5M0NL4oY5PvG2QmhR4DwS3
1502.98 s
[pandoc-server] include wai-cors-0.2.7-LUOr3sfxSGX6rgruuv5vs2
1502.98 s
[pandoc-server] Text.Pandoc.Server=pandoc-server-0.1.0.11-1fbeQpfbRwBC9PF9PShfbM:Text.Pandoc.Server
1502.98 s
[pandoc-server] Ready component graph:
1502.98 s
[pandoc-server] definite pandoc-server-0.1.0.11-1fbeQpfbRwBC9PF9PShfbM
1502.98 s
[pandoc-server] depends aeson-2.2.3.0-7E4AsQHgFKfArDQma5twwk
1502.98 s
[pandoc-server] depends base-4.20.2.0-64da
1502.98 s
[pandoc-server] depends base64-bytestring-1.2.1.0-3UFJK5wnOrqGGvuh3GKKrz
1502.98 s
[pandoc-server] depends bytestring-0.12.2.0-262e
1502.98 s
[pandoc-server] depends containers-0.7-504a
1502.98 s
[pandoc-server] depends data-default-0.8.0.1-ByKaTL2K8MiLGiE7z4PwLO
1502.98 s
[pandoc-server] depends doctemplates-0.11.0.1-3IxkRZEwO7j4PZOMczCd6F
1502.98 s
[pandoc-server] depends pandoc-3.7.0.2-JiBoZy05rqH1rZpfc44nO3
1502.98 s
[pandoc-server] depends pandoc-types-1.23.1-EtmNVCh0eX3EXXhinUtwiG
1502.98 s
[pandoc-server] depends servant-server-0.20.3.0-KfCT9L1u35cEjSigV7mnns
1502.98 s
[pandoc-server] depends skylighting-0.14.7-E1NlMTbMaxi21IaCy26ZSc
1502.98 s
[pandoc-server] depends text-2.1.3-c691
1502.98 s
[pandoc-server] depends unicode-collation-0.1.3.6-GNgjxqiCGZCDNShq4d28XS
1502.98 s
[pandoc-server] depends wai-3.2.4-5M0NL4oY5PvG2QmhR4DwS3
1502.98 s
[pandoc-server] depends wai-cors-0.2.7-LUOr3sfxSGX6rgruuv5vs2
1502.98 s
[pandoc-server] Using Cabal-3.12.1.0 compiled by ghc-9.10
1502.98 s
[pandoc-server] Using compiler: ghc-9.10.3
1502.98 s
[pandoc-server] Using install prefix:
1502.98 s
[pandoc-server] /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11
1502.98 s
[pandoc-server] Executables installed in:
1502.98 s
[pandoc-server] /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11/bin
1502.98 s
[pandoc-server] Libraries installed in:
1502.98 s
[pandoc-server] /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/pandoc-server-0.1.0.11-1fbeQpfbRwBC9PF9PShfbM
1502.98 s
[pandoc-server] Dynamic Libraries installed in:
1502.98 s
[pandoc-server] /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6
1502.98 s
[pandoc-server] Private executables installed in:
1502.98 s
[pandoc-server] /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11/libexec/x86_64-linux-ghc-9.10.3-05f6/pandoc-server-0.1.0.11
1502.98 s
[pandoc-server] Data files installed in:
1502.98 s
[pandoc-server] /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11/share/x86_64-linux-ghc-9.10.3-05f6/pandoc-server-0.1.0.11
1502.98 s
[pandoc-server] Documentation installed in:
1502.98 s
[pandoc-server] /nix/store/dqmvprrkmaw8zdxb1c9y2dr9rl9kzvvf-pandoc-server-0.1.0.11-doc/share/doc/pandoc-server-0.1.0.11
1502.98 s
[pandoc-server] Configuration files installed in:
1502.98 s
[pandoc-server] /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11/etc
1502.98 s
[pandoc-server] No alex found
1502.98 s
[pandoc-server] Using ar found on system at:
1502.98 s
[pandoc-server] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1502.98 s
[pandoc-server] No c2hs found
1502.98 s
[pandoc-server] No cpphs found
1502.98 s
[pandoc-server] No doctest found
1502.98 s
[pandoc-server] Using gcc version 14.3.0 given by user at:
1502.98 s
[pandoc-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1502.98 s
[pandoc-server] Using ghc version 9.10.3 found on system at:
1502.98 s
[pandoc-server] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc
1502.98 s
[pandoc-server] Using ghc-pkg version 9.10.3 found on system at:
1502.98 s
[pandoc-server] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc-pkg-9.10.3
1502.98 s
[pandoc-server] No ghcjs found
1502.98 s
[pandoc-server] No ghcjs-pkg found
1502.98 s
[pandoc-server] No greencard found
1502.98 s
[pandoc-server] Using haddock version 2.31.1 found on system at:
1502.98 s
[pandoc-server] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/haddock-ghc-9.10.3
1502.98 s
[pandoc-server] No happy found
1502.98 s
[pandoc-server] Using haskell-suite found on system at: haskell-suite-dummy-location
1502.98 s
[pandoc-server] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1502.98 s
[pandoc-server] No hmake found
1502.98 s
[pandoc-server] Using hpc version 0.69 found on system at:
1502.98 s
[pandoc-server] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hpc-ghc-9.10.3
1502.98 s
[pandoc-server] Using hsc2hs version 0.68.10 found on system at:
1502.98 s
[pandoc-server] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
1502.98 s
[pandoc-server] Using hscolour version 1.25 found on system at:
1502.98 s
[pandoc-server] /nix/store/f755skyzf4jvfx3crwq9mmh3x4lsaz8i-hscolour-1.25/bin/HsColour
1502.98 s
[pandoc-server] No jhc found
1502.98 s
[pandoc-server] Using ld found on system at:
1502.98 s
[pandoc-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1502.98 s
[pandoc-server] No pkg-config found
1502.98 s
[pandoc-server] Using runghc version 9.10.3 found on system at:
1502.98 s
[pandoc-server] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/runghc-9.10.3
1502.98 s
[pandoc-server] Using strip version 2.44 found on system at:
1502.98 s
[pandoc-server] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1502.98 s
[pandoc-server] Using tar found on system at:
1502.98 s
[pandoc-server] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1502.98 s
[pandoc-server] No uhc found
1502.98 s
[pandoc-lua-engine] depends pandoc-lua-marshal-0.3.1-CEai8TZ59D36cGPSocsWLC
1502.98 s
[pandoc-lua-engine] depends pandoc-types-1.23.1-EtmNVCh0eX3EXXhinUtwiG
1502.98 s
[pandoc-lua-engine] depends parsec-3.1.18.0-b178
1502.98 s
[pandoc-lua-engine] depends text-2.1.3-c691
1502.98 s
[pandoc-lua-engine] definite pandoc-lua-engine-0.4.3-3LEmP89EEdjCRAN3LsL1y3-test-pandoc-lua-engine
1502.98 s
[pandoc-lua-engine] depends base-4.20.2.0-64da
1502.98 s
[pandoc-lua-engine] depends bytestring-0.12.2.0-262e
1502.98 s
[pandoc-lua-engine] depends data-default-0.8.0.1-ByKaTL2K8MiLGiE7z4PwLO
1502.98 s
[pandoc-lua-engine] depends directory-1.3.8.5-c84a
1502.98 s
[pandoc-lua-engine] depends exceptions-0.10.9-1a12
1502.98 s
[pandoc-lua-engine] depends filepath-1.5.4.0-e600
1502.98 s
[pandoc-lua-engine] depends hslua-2.3.1-2u5PxJdzmf64O4i47k1PVi
1502.98 s
[pandoc-lua-engine] depends pandoc-3.7.0.2-JiBoZy05rqH1rZpfc44nO3
1502.98 s
[pandoc-lua-engine] depends pandoc-lua-engine-0.4.3-5WfKLRnIaWo35wgF88I2i4
1502.98 s
[pandoc-lua-engine] depends pandoc-types-1.23.1-EtmNVCh0eX3EXXhinUtwiG
1502.98 s
[pandoc-lua-engine] depends tasty-1.5.3-G9Yzt8NHi59EMJ9EpY1hVQ
1502.98 s
[pandoc-lua-engine] depends tasty-golden-2.3.5-3QQ0reIfFJ36gfVIlepFcf
1502.98 s
[pandoc-lua-engine] depends tasty-hunit-0.10.2-A8CripGhFniB64lHINz5Kq
1502.98 s
[pandoc-lua-engine] depends tasty-lua-1.1.2-1O8o765OPu9IHWrmpruNIo
1502.98 s
[pandoc-lua-engine] depends text-2.1.3-c691
1502.98 s
[pandoc-lua-engine] Using Cabal-3.12.1.0 compiled by ghc-9.10
1502.98 s
[pandoc-lua-engine] Using compiler: ghc-9.10.3
1502.98 s
[pandoc-lua-engine] Using install prefix:
1502.98 s
[pandoc-lua-engine] /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3
1502.98 s
[pandoc-lua-engine] Executables installed in:
1502.98 s
[pandoc-lua-engine] /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3/bin
1502.98 s
[pandoc-lua-engine] Libraries installed in:
1502.98 s
[pandoc-lua-engine] /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/pandoc-lua-engine-0.4.3-5WfKLRnIaWo35wgF88I2i4
1502.98 s
[pandoc-lua-engine] Dynamic Libraries installed in:
1502.98 s
[pandoc-lua-engine] /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6
1502.98 s
[pandoc-lua-engine] Private executables installed in:
1502.98 s
[pandoc-lua-engine] /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3/libexec/x86_64-linux-ghc-9.10.3-05f6/pandoc-lua-engine-0.4.3
1502.98 s
[pandoc-lua-engine] Data files installed in:
1502.98 s
[pandoc-lua-engine] /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3/share/x86_64-linux-ghc-9.10.3-05f6/pandoc-lua-engine-0.4.3
1502.98 s
[pandoc-lua-engine] Documentation installed in:
1502.98 s
[pandoc-lua-engine] /nix/store/wd3qb19xk64yg131cjkph4v34bwz1gmq-pandoc-lua-engine-0.4.3-doc/share/doc/pandoc-lua-engine-0.4.3
1502.98 s
[pandoc-lua-engine] Configuration files installed in:
1502.98 s
[pandoc-lua-engine] /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3/etc
1502.98 s
[pandoc-lua-engine] No alex found
1502.98 s
[pandoc-lua-engine] Using ar found on system at:
1502.98 s
[pandoc-lua-engine] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1502.98 s
[pandoc-lua-engine] No c2hs found
1502.98 s
[pandoc-lua-engine] No cpphs found
1502.98 s
[pandoc-lua-engine] No doctest found
1502.98 s
[pandoc-lua-engine] Using gcc version 14.3.0 given by user at:
1502.98 s
[pandoc-lua-engine] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1502.98 s
[pandoc-lua-engine] Using ghc version 9.10.3 found on system at:
1502.98 s
[pandoc-lua-engine] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc
1502.98 s
[pandoc-lua-engine] Using ghc-pkg version 9.10.3 found on system at:
1502.98 s
[pandoc-lua-engine] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc-pkg-9.10.3
1502.98 s
[pandoc-lua-engine] No ghcjs found
1502.98 s
[pandoc-lua-engine] No ghcjs-pkg found
1502.98 s
[pandoc-lua-engine] No greencard found
1502.98 s
[pandoc-lua-engine] Using haddock version 2.31.1 found on system at:
1502.98 s
[pandoc-lua-engine] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/haddock-ghc-9.10.3
1502.98 s
[pandoc-lua-engine] No happy found
1502.98 s
[pandoc-lua-engine] Using haskell-suite found on system at: haskell-suite-dummy-location
1502.98 s
[pandoc-lua-engine] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1502.98 s
[pandoc-lua-engine] No hmake found
1502.98 s
[pandoc-lua-engine] Using hpc version 0.69 found on system at:
1502.98 s
[pandoc-lua-engine] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hpc-ghc-9.10.3
1502.98 s
[pandoc-lua-engine] Using hsc2hs version 0.68.10 found on system at:
1502.98 s
[pandoc-lua-engine] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
1502.98 s
[pandoc-lua-engine] Using hscolour version 1.25 found on system at:
1502.98 s
[pandoc-lua-engine] /nix/store/f755skyzf4jvfx3crwq9mmh3x4lsaz8i-hscolour-1.25/bin/HsColour
1502.98 s
[pandoc-lua-engine] No jhc found
1502.98 s
[pandoc-lua-engine] Using ld found on system at:
1502.98 s
[pandoc-lua-engine] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1502.98 s
[pandoc-lua-engine] No pkg-config found
1502.98 s
[pandoc-lua-engine] Using runghc version 9.10.3 found on system at:
1502.98 s
[pandoc-lua-engine] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/runghc-9.10.3
1502.98 s
[pandoc-lua-engine] Using strip version 2.44 found on system at:
1502.98 s
[pandoc-lua-engine] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1502.98 s
[pandoc-lua-engine] Using tar found on system at:
1502.98 s
[pandoc-lua-engine] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1502.98 s
[pandoc-lua-engine] No uhc found
1502.98 s
[algebraic-graphs] [28 of 29] Compiling Algebra.Graph.Example.Todo ( src/Algebra/Graph/Example/Todo.hs, nothing )
1503.02 s
[algebraic-graphs] [29 of 29] Compiling Data.Graph.Typed ( src/Data/Graph/Typed.hs, nothing )
1503.06 s
[algebraic-graphs] Haddock coverage:
1503.07 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
1503.07 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:227:1
1503.07 s
[algebraic-graphs] * in ‘Data.Map.Internal’
1503.07 s
[algebraic-graphs] * in ‘Data.Set.Internal’
1503.07 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.07 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.07 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:227:1
1503.09 s
[algebraic-graphs] 100% ( 58 / 58) in 'Algebra.Graph.AdjacencyMap'
1503.09 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
1503.09 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyIntMap.hs:237:1
1503.09 s
[algebraic-graphs] * in ‘Data.IntMap.Internal’
1503.09 s
[algebraic-graphs] * in ‘Data.IntSet.Internal’
1503.09 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.09 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.09 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyIntMap.hs:237:1
1503.11 s
[algebraic-graphs] 100% ( 56 / 56) in 'Algebra.Graph.AdjacencyIntMap'
1503.12 s
[algebraic-graphs] Warning: 'nub' is out of scope.
1503.12 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.12 s
[algebraic-graphs] Warning: 'sort' is out of scope.
1503.12 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.12 s
[algebraic-graphs] 93% ( 14 / 15) in 'Algebra.Graph.AdjacencyIntMap.Algorithm'
1503.12 s
[algebraic-graphs] Missing documentation for:
1503.12 s
[algebraic-graphs] Cycle (src/Algebra/Graph/AdjacencyIntMap/Algorithm.hs:227)
1503.12 s
[algebraic-graphs] Warning: 'List' is ambiguous. It is defined
1503.12 s
[algebraic-graphs] * at src/Algebra/Graph/Internal.hs:50:18
1503.12 s
[algebraic-graphs] * at src/Algebra/Graph/Internal.hs:50:1
1503.12 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.12 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.12 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Internal.hs:50:1
1503.12 s
[algebraic-graphs] Warning: 'IsList' is out of scope.
1503.12 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.12 s
[algebraic-graphs] 100% ( 19 / 19) in 'Algebra.Graph.Internal'
1503.12 s
[algebraic-graphs] Warning: 'Context' is ambiguous. It is defined
1503.12 s
[algebraic-graphs] * at src/Algebra/Graph.hs:1400:18
1503.12 s
[algebraic-graphs] * at src/Algebra/Graph.hs:1400:1
1503.12 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.13 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.13 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph.hs:1400:1
1503.14 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
1503.14 s
[algebraic-graphs] * at src/Algebra/Graph.hs:316:1
1503.14 s
[algebraic-graphs] * in ‘Data.Set.Internal’
1503.14 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.14 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.14 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph.hs:316:1
1503.15 s
[algebraic-graphs] 100% ( 61 / 61) in 'Algebra.Graph'
1503.16 s
[algebraic-graphs] Warning: 'mplus' is out of scope.
1503.16 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.16 s
[algebraic-graphs] Warning: 'vertexCount' is out of scope.
1503.17 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.17 s
[algebraic-graphs] Warning: 'hasVertex' is out of scope.
1503.17 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.17 s
[algebraic-graphs] Warning: 'vertexSet' is out of scope.
1503.17 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.17 s
[algebraic-graphs] Warning: 'isEmpty' is out of scope.
1503.17 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.17 s
[algebraic-graphs] Warning: 'edgeList' is out of scope.
1503.17 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.17 s
[algebraic-graphs] Warning: 'adjacencyList' is out of scope.
1503.17 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.17 s
[algebraic-graphs] Warning: 'box' is out of scope.
1503.17 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.18 s
[algebraic-graphs] Warning: 'edgeCount' is out of scope.
1503.18 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.18 s
[algebraic-graphs] 100% ( 42 / 42) in 'Algebra.Graph.HigherKinded.Class'
1503.19 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
1503.19 s
[algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:250:1
1503.19 s
[algebraic-graphs] * in ‘Data.Map.Internal’
1503.19 s
[algebraic-graphs] * in ‘Data.Set.Internal’
1503.19 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.19 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.19 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:250:1
1503.19 s
[algebraic-graphs] Warning: 'nub' is out of scope.
1503.19 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.20 s
[algebraic-graphs] Warning: 'swap' is ambiguous. It is defined
1503.20 s
[algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:418:1
1503.20 s
[algebraic-graphs] * in ‘GHC.Internal.Data.Tuple’
1503.20 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.20 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.20 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:418:1
1503.21 s
[algebraic-graphs] 100% ( 63 / 63) in 'Algebra.Graph.Bipartite.AdjacencyMap'
1503.22 s
[algebraic-graphs] Warning: 'isRight' is out of scope.
1503.22 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.22 s
[algebraic-graphs] Warning: 'Matching' is ambiguous. It is defined
1503.22 s
[algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap/Algorithm.hs:169:21
1503.22 s
[algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap/Algorithm.hs:169:1
1503.22 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.22 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.22 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Bipartite/AdjacencyMap/Algorithm.hs:169:1
1503.22 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
1503.22 s
[algebraic-graphs] * at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:250:1
1503.22 s
[algebraic-graphs] * in ‘Data.Set.Internal’
1503.22 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.22 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.22 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Bipartite/AdjacencyMap.hs:250:1
1503.22 s
[algebraic-graphs] 100% ( 25 / 25) in 'Algebra.Graph.Bipartite.AdjacencyMap.Algorithm'
1503.22 s
[algebraic-graphs] Warning: 'Optimum' is ambiguous. It is defined
1503.22 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:442:20
1503.22 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:442:1
1503.22 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.22 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.22 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:442:1
1503.23 s
[algebraic-graphs] Warning: 'Distance' is ambiguous. It is defined
1503.23 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:241:22
1503.23 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:241:1
1503.23 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.23 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.23 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:241:1
1503.23 s
[algebraic-graphs] Warning: 'Minimum' is ambiguous. It is defined
1503.23 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:314:21
1503.23 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:314:1
1503.23 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.23 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.23 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:314:1
1503.23 s
[algebraic-graphs] Warning: 'Capacity' is ambiguous. It is defined
1503.23 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:176:22
1503.23 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:176:1
1503.23 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.23 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.23 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:176:1
1503.23 s
[algebraic-graphs] Warning: 'Count' is ambiguous. It is defined
1503.23 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:209:19
1503.23 s
[algebraic-graphs] * at src/Algebra/Graph/Label.hs:209:1
1503.23 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.23 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.23 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Label.hs:209:1
1503.23 s
[algebraic-graphs] 100% ( 37 / 37) in 'Algebra.Graph.Label'
1503.23 s
[algebraic-graphs] Warning: 'AdjacencyMap' is ambiguous. It is defined
1503.23 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:157:1
1503.23 s
[algebraic-graphs] * at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:152:1
1503.23 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.23 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.23 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:152:1
1503.23 s
[algebraic-graphs] Warning: 'isEmpty' is out of scope.
1503.23 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.23 s
[algebraic-graphs] Warning: 'empty' is out of scope.
1503.23 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.24 s
[algebraic-graphs] Warning: 'vertexList' is out of scope.
1503.24 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.24 s
[algebraic-graphs] Warning: 'edges' is out of scope.
1503.24 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.24 s
[algebraic-graphs] Warning: 'adjacencyList' is out of scope.
1503.24 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.24 s
[algebraic-graphs] Warning: 'stars' is out of scope.
1503.24 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.25 s
[algebraic-graphs] 100% ( 51 / 51) in 'Algebra.Graph.NonEmpty.AdjacencyMap'
1503.25 s
[algebraic-graphs] Warning: 'nub' is out of scope.
1503.25 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.26 s
[algebraic-graphs] Warning: 'sort' is out of scope.
1503.26 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.26 s
[algebraic-graphs] Warning: 'vertex' is ambiguous. It is defined
1503.26 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:239:1
1503.26 s
[algebraic-graphs] * at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:224:1
1503.26 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.26 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.26 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:224:1
1503.26 s
[algebraic-graphs] Warning: 'edge' is ambiguous. It is defined
1503.26 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:252:1
1503.26 s
[algebraic-graphs] * at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:237:1
1503.26 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.26 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.26 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/NonEmpty/AdjacencyMap.hs:237:1
1503.26 s
[algebraic-graphs] 93% ( 15 / 16) in 'Algebra.Graph.AdjacencyMap.Algorithm'
1503.26 s
[algebraic-graphs] Missing documentation for:
1503.26 s
[algebraic-graphs] Cycle (src/Algebra/Graph/AdjacencyMap/Algorithm.hs:228)
1503.26 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
1503.26 s
[algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:132:1
1503.26 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:227:1
1503.26 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.26 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.26 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:227:1
1503.26 s
[algebraic-graphs] Warning: 'vertex' is ambiguous. It is defined
1503.26 s
[algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:143:1
1503.26 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:239:1
1503.26 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.26 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.26 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:239:1
1503.26 s
[algebraic-graphs] Warning: 'vertexCount' is ambiguous. It is defined
1503.26 s
[algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:246:1
1503.26 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:417:1
1503.26 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.26 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.26 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:417:1
1503.26 s
[algebraic-graphs] Warning: 'edgeCount' is ambiguous. It is defined
1503.26 s
[algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:258:1
1503.26 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:429:1
1503.26 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.26 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.26 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:429:1
1503.27 s
[algebraic-graphs] Warning: 'vertices' is ambiguous. It is defined
1503.27 s
[algebraic-graphs] * at src/Algebra/Graph/Acyclic/AdjacencyMap.hs:157:1
1503.27 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:309:1
1503.27 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.27 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.27 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/AdjacencyMap.hs:309:1
1503.27 s
[algebraic-graphs] 100% ( 44 / 44) in 'Algebra.Graph.Acyclic.AdjacencyMap'
1503.28 s
[algebraic-graphs] Warning: 'foldg' is ambiguous. It is defined
1503.28 s
[algebraic-graphs] * at src/Algebra/Graph.hs:482:1
1503.28 s
[algebraic-graphs] * at src/Algebra/Graph/ToGraph.hs:98:5
1503.28 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.28 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.28 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/ToGraph.hs:98:5
1503.28 s
[algebraic-graphs] 100% ( 8 / 8) in 'Algebra.Graph.ToGraph'
1503.28 s
[algebraic-graphs] Warning: 'Relation' is ambiguous. It is defined
1503.28 s
[algebraic-graphs] * at src/Algebra/Graph/Relation.hs:157:19
1503.28 s
[algebraic-graphs] * at src/Algebra/Graph/Relation.hs:157:1
1503.28 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.28 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.28 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation.hs:157:1
1503.29 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
1503.29 s
[algebraic-graphs] * at src/Algebra/Graph/Relation.hs:243:1
1503.29 s
[algebraic-graphs] * in ‘Data.Set.Internal’
1503.29 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.29 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.29 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation.hs:243:1
1503.30 s
[algebraic-graphs] Warning: 'AdjacencyMap' is out of scope.
1503.30 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.30 s
[algebraic-graphs] 100% ( 56 / 56) in 'Algebra.Graph.Relation'
1503.31 s
[algebraic-graphs] Warning: 'vertexCount' is ambiguous. It is defined
1503.31 s
[algebraic-graphs] * at src/Algebra/Graph/Relation.hs:423:1
1503.31 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Symmetric.hs:372:1
1503.31 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.31 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.32 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Symmetric.hs:372:1
1503.32 s
[algebraic-graphs] Warning: 'edgeCount' is ambiguous. It is defined
1503.32 s
[algebraic-graphs] * at src/Algebra/Graph/Relation.hs:435:1
1503.32 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Symmetric.hs:384:1
1503.32 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.32 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.32 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Symmetric.hs:384:1
1503.32 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
1503.32 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Symmetric.hs:188:1
1503.32 s
[algebraic-graphs] * in ‘Data.Set.Internal’
1503.32 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.32 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.32 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Symmetric.hs:188:1
1503.34 s
[algebraic-graphs] 100% ( 48 / 48) in 'Algebra.Graph.Relation.Symmetric'
1503.35 s
[algebraic-graphs] Warning: 'vertexList' is out of scope.
1503.35 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.37 s
[algebraic-graphs] 100% ( 53 / 53) in 'Algebra.Graph.NonEmpty'
1503.38 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
1503.38 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled/AdjacencyMap.hs:160:1
1503.38 s
[algebraic-graphs] * in ‘Data.Map.Internal’
1503.38 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.38 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.38 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled/AdjacencyMap.hs:160:1
1503.38 s
[algebraic-graphs] Warning: 'hasEdge' is ambiguous. It is defined
1503.38 s
[algebraic-graphs] * at src/Algebra/Graph/AdjacencyMap.hs:403:1
1503.38 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled/AdjacencyMap.hs:379:1
1503.38 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.38 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.38 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled/AdjacencyMap.hs:379:1
1503.39 s
[algebraic-graphs] 100% ( 49 / 49) in 'Algebra.Graph.Labelled.AdjacencyMap'
1503.40 s
[algebraic-graphs] Warning: 'Context' is ambiguous. It is defined
1503.40 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:675:20
1503.40 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:675:1
1503.40 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.40 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.40 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled.hs:675:1
1503.40 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
1503.40 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:191:1
1503.40 s
[algebraic-graphs] * in ‘Data.Set.Internal’
1503.40 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.40 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.40 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled.hs:191:1
1503.42 s
[algebraic-graphs] Warning: 'Focus' is ambiguous. It is defined
1503.42 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:642:18
1503.42 s
[algebraic-graphs] * at src/Algebra/Graph/Labelled.hs:642:1
1503.42 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.42 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.42 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Labelled.hs:642:1
1503.42 s
[algebraic-graphs] 100% ( 49 / 49) in 'Algebra.Graph.Labelled'
1503.43 s
[algebraic-graphs] 100% ( 6 / 6) in 'Algebra.Graph.Labelled.Example.Network'
1503.43 s
[algebraic-graphs] 100% ( 5 / 5) in 'Algebra.Graph.Labelled.Example.Automaton'
1503.43 s
[algebraic-graphs] Warning: 'Doc' is ambiguous. It is defined
1503.43 s
[algebraic-graphs] * at src/Algebra/Graph/Export.hs:57:17
1503.43 s
[algebraic-graphs] * at src/Algebra/Graph/Export.hs:57:1
1503.43 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.43 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.43 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Export.hs:57:1
1503.43 s
[algebraic-graphs] 100% ( 14 / 14) in 'Algebra.Graph.Export'
1503.43 s
[algebraic-graphs] Warning: 'Style' is ambiguous. It is defined
1503.43 s
[algebraic-graphs] * at src/Algebra/Graph/Export/Dot.hs:49:18
1503.43 s
[algebraic-graphs] * at src/Algebra/Graph/Export/Dot.hs:49:1
1503.43 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.43 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.43 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Export/Dot.hs:49:1
1503.44 s
[algebraic-graphs] Warning: 'Graph' is out of scope.
1503.44 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.44 s
[algebraic-graphs] 100% ( 11 / 11) in 'Algebra.Graph.Export.Dot'
1503.45 s
[algebraic-graphs] Warning: 'empty' is ambiguous. It is defined
1503.45 s
[algebraic-graphs] * at src/Algebra/Graph/Undirected.hs:253:1
1503.45 s
[algebraic-graphs] * in ‘Data.Set.Internal’
1503.45 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.45 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.45 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Undirected.hs:253:1
1503.46 s
[algebraic-graphs] 100% ( 50 / 50) in 'Algebra.Graph.Undirected'
1503.47 s
[algebraic-graphs] 100% ( 27 / 27) in 'Algebra.Graph.Class'
1503.47 s
[algebraic-graphs] Warning: 'TransitiveRelation' is ambiguous. It is defined
1503.47 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Transitive.hs:39:32
1503.47 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Transitive.hs:39:1
1503.47 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.47 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.47 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Transitive.hs:39:1
1503.47 s
[algebraic-graphs] Warning: 'Transitive' is out of scope.
1503.47 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.47 s
[algebraic-graphs] 100% ( 5 / 5) in 'Algebra.Graph.Relation.Transitive'
1503.47 s
[algebraic-graphs] Warning: 'ReflexiveRelation' is ambiguous. It is defined
1503.47 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Reflexive.hs:34:31
1503.47 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Reflexive.hs:34:1
1503.47 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.47 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.47 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Reflexive.hs:34:1
1503.47 s
[algebraic-graphs] Warning: 'Reflexive' is out of scope.
1503.47 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.47 s
[algebraic-graphs] 100% ( 5 / 5) in 'Algebra.Graph.Relation.Reflexive'
1503.47 s
[algebraic-graphs] Warning: 'PreorderRelation' is ambiguous. It is defined
1503.47 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Preorder.hs:44:30
1503.47 s
[algebraic-graphs] * at src/Algebra/Graph/Relation/Preorder.hs:44:1
1503.47 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.47 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.47 s
[algebraic-graphs] Defaulting to the one defined at src/Algebra/Graph/Relation/Preorder.hs:44:1
1503.47 s
[algebraic-graphs] Warning: 'Preorder' is out of scope.
1503.47 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.47 s
[algebraic-graphs] 100% ( 5 / 5) in 'Algebra.Graph.Relation.Preorder'
1503.47 s
[algebraic-graphs] 0% ( 0 / 8) in 'Algebra.Graph.Example.Todo'
1503.47 s
[algebraic-graphs] Missing documentation for:
1503.47 s
[algebraic-graphs] Module header
1503.47 s
[algebraic-graphs] Todo (src/Algebra/Graph/Example/Todo.hs:13)
1503.47 s
[algebraic-graphs] todo (src/Algebra/Graph/Example/Todo.hs:42)
1503.47 s
[algebraic-graphs] low (src/Algebra/Graph/Example/Todo.hs:23)
1503.47 s
[algebraic-graphs] high (src/Algebra/Graph/Example/Todo.hs:27)
1503.47 s
[algebraic-graphs] ~*~ (src/Algebra/Graph/Example/Todo.hs:35)
1503.47 s
[algebraic-graphs] >*< (src/Algebra/Graph/Example/Todo.hs:39)
1503.47 s
[algebraic-graphs] priority (src/Algebra/Graph/Example/Todo.hs:31)
1503.48 s
[algebraic-graphs] Warning: 'GraphKL' is ambiguous. It is defined
1503.48 s
[algebraic-graphs] * at src/Data/Graph/Typed.hs:40:18
1503.48 s
[algebraic-graphs] * at src/Data/Graph/Typed.hs:40:1
1503.48 s
[algebraic-graphs] You may be able to disambiguate the identifier by qualifying it or
1503.48 s
[algebraic-graphs] by specifying the type/value namespace explicitly.
1503.48 s
[algebraic-graphs] Defaulting to the one defined at src/Data/Graph/Typed.hs:40:1
1503.48 s
[algebraic-graphs] Warning: 'array' is out of scope.
1503.48 s
[algebraic-graphs] If you qualify the identifier, haddock can try to link it anyway.
1503.48 s
[algebraic-graphs] 90% ( 10 / 11) in 'Data.Graph.Typed'
1503.48 s
[algebraic-graphs] Missing documentation for:
1503.48 s
[algebraic-graphs] scc (src/Data/Graph/Typed.hs:192)
1503.81 s
[pandoc-lua-engine] Phase: buildPhase
1503.91 s
[pandoc-server] Phase: buildPhase
1503.96 s
[algebraic-graphs] Warning: Algebra.Graph.AdjacencyMap: could not find link destinations for:
1503.96 s
[algebraic-graphs] - Algebra.Graph.AdjacencyMap.Rep_AdjacencyMap
1503.97 s
[algebraic-graphs] Warning: Algebra.Graph.AdjacencyIntMap: could not find link destinations for:
1503.97 s
[algebraic-graphs] - Algebra.Graph.AdjacencyIntMap.Rep_AdjacencyIntMap
1503.99 s
[algebraic-graphs] Warning: Algebra.Graph: could not find link destinations for:
1503.99 s
[algebraic-graphs] - Algebra.Graph.Rep_Graph
1503.99 s
[pandoc-lua-engine] Preprocessing library for pandoc-lua-engine-0.4.3...
1504.00 s
[pandoc-lua-engine] Building library for pandoc-lua-engine-0.4.3...
1504.00 s
[algebraic-graphs] Warning: Algebra.Graph.Bipartite.AdjacencyMap: could not find link destinations for:
1504.00 s
[algebraic-graphs] - Algebra.Graph.Bipartite.AdjacencyMap.Rep_List
1504.01 s
[algebraic-graphs] - Algebra.Graph.Bipartite.AdjacencyMap.Rep_AdjacencyMap
1504.01 s
[algebraic-graphs] Warning: Algebra.Graph.Bipartite.AdjacencyMap.Algorithm: could not find link destinations for:
1504.01 s
[algebraic-graphs] - Algebra.Graph.Bipartite.AdjacencyMap.Algorithm.Rep_Matching
1504.03 s
[algebraic-graphs] Warning: Algebra.Graph.NonEmpty.AdjacencyMap: could not find link destinations for:
1504.03 s
[algebraic-graphs] - Algebra.Graph.NonEmpty.AdjacencyMap.Rep_AdjacencyMap
1504.07 s
[algebraic-graphs] Warning: Algebra.Graph.Labelled.AdjacencyMap: could not find link destinations for:
1504.07 s
[algebraic-graphs] - Algebra.Graph.Labelled.AdjacencyMap.Rep_AdjacencyMap
1504.08 s
[algebraic-graphs] Warning: Algebra.Graph.Labelled: could not find link destinations for:
1504.08 s
[algebraic-graphs] - Algebra.Graph.Labelled.Rep_Graph
1504.09 s
[algebraic-graphs] Warning: Algebra.Graph.Undirected: could not find link destinations for:
1504.09 s
[algebraic-graphs] - Algebra.Graph.Undirected.Rep_Graph
1504.10 s
[pandoc-server] Preprocessing library for pandoc-server-0.1.0.11...
1504.10 s
[pandoc-server] Building library for pandoc-server-0.1.0.11...
1504.25 s
[pandoc-server] [1 of 1] Compiling Text.Pandoc.Server
1504.39 s
[pandoc-lua-engine] [ 1 of 39] Compiling Text.Pandoc.Lua.Marshal.Chunks
1505.88 s
[pandoc-lua-engine] [ 2 of 39] Compiling Text.Pandoc.Lua.Marshal.Context
1505.88 s
[pandoc-lua-engine] [ 3 of 39] Compiling Text.Pandoc.Lua.Marshal.ImageSize
1505.88 s
[pandoc-lua-engine] [ 4 of 39] Compiling Text.Pandoc.Lua.Marshal.LogMessage
1505.88 s
[pandoc-lua-engine] [ 5 of 39] Compiling Text.Pandoc.Lua.Marshal.CommonState
1505.88 s
[pandoc-lua-engine] [ 6 of 39] Compiling Text.Pandoc.Lua.Marshal.PandocError
1505.88 s
[pandoc-lua-engine] [ 7 of 39] Compiling Text.Pandoc.Lua.Marshal.Reference
1505.88 s
[pandoc-lua-engine] [ 8 of 39] Compiling Text.Pandoc.Lua.Marshal.Sources
1505.88 s
[pandoc-lua-engine] [ 9 of 39] Compiling Text.Pandoc.Lua.Module.System
1505.88 s
[pandoc-lua-engine] [10 of 39] Compiling Text.Pandoc.Lua.PandocLua
1506.18 s
[pandoc-lua-engine] [11 of 39] Compiling Text.Pandoc.Lua.Module.Types
1506.26 s
[pandoc-lua-engine] [12 of 39] Compiling Text.Pandoc.Lua.Module.Text
1506.28 s
[pandoc-lua-engine] [13 of 39] Compiling Text.Pandoc.Lua.Module.JSON
1507.31 s
[pandoc-lua-engine] [14 of 39] Compiling Text.Pandoc.Lua.Module.CLI
1507.31 s
[pandoc-lua-engine] [15 of 39] Compiling Text.Pandoc.Lua.Marshal.Template
1507.31 s
[pandoc-lua-engine] [16 of 39] Compiling Text.Pandoc.Lua.Module.Template
1507.61 s
[pandoc-lua-engine] [17 of 39] Compiling Text.Pandoc.Lua.Marshal.Format
1507.61 s
[pandoc-lua-engine] [18 of 39] Compiling Text.Pandoc.Lua.Module.Format
1507.61 s
[pandoc-lua-engine] [19 of 39] Compiling Text.Pandoc.Lua.Marshal.WriterOptions
1508.61 s
[haskell-language-server] Preprocessing library 'hls-rename-plugin' for haskell-language-server-2.12.0.0...
1508.71 s
[haskell-language-server] Building library 'hls-rename-plugin' for haskell-language-server-2.12.0.0...
1508.73 s
[pandoc-lua-engine] [20 of 39] Compiling Text.Pandoc.Lua.Module.Structure
1508.79 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Rename ( plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs, dist/build/hls-rename-plugin/Ide/Plugin/Rename.o, dist/build/hls-rename-plugin/Ide/Plugin/Rename.dyn_o )
1509.69 s
[pandoc-server] [1 of 1] Compiling Text.Pandoc.Server
1509.90 s
[pandoc-lua-engine] [21 of 39] Compiling Text.Pandoc.Lua.Module.Image
1509.90 s
[pandoc-lua-engine] [22 of 39] Compiling Text.Pandoc.Lua.Marshal.ReaderOptions
1509.90 s
[pandoc-lua-engine] [23 of 39] Compiling Text.Pandoc.Lua.Orphans
1509.90 s
[pandoc-lua-engine] [24 of 39] Compiling Text.Pandoc.Lua.Module.MediaBag
1509.90 s
[pandoc-lua-engine] [25 of 39] Compiling Text.Pandoc.Lua.Global
1509.90 s
[pandoc-lua-engine] [26 of 39] Compiling Text.Pandoc.Lua.Filter
1509.90 s
[pandoc-lua-engine] [27 of 39] Compiling Text.Pandoc.Lua.Module.Utils
1509.90 s
[pandoc-lua-engine] [28 of 39] Compiling Text.Pandoc.Lua.SourcePos
1509.90 s
[pandoc-lua-engine] [29 of 39] Compiling Text.Pandoc.Lua.Module.Log
1509.90 s
[pandoc-lua-engine] [30 of 39] Compiling Text.Pandoc.Lua.Writer.Classic
1509.90 s
[pandoc-lua-engine] [31 of 39] Compiling Text.Pandoc.Lua.Module.Pandoc
1511.10 s
[pandoc-lua-engine] [32 of 39] Compiling Text.Pandoc.Lua.Writer.Scaffolding
1511.10 s
[pandoc-lua-engine] [33 of 39] Compiling Text.Pandoc.Lua.Module.Scaffolding
1511.10 s
[pandoc-lua-engine] [34 of 39] Compiling Text.Pandoc.Lua.Module
1511.46 s
[pandoc-lua-engine] [35 of 39] Compiling Text.Pandoc.Lua.Init
1511.55 s
[pandoc-lua-engine] [36 of 39] Compiling Text.Pandoc.Lua.Run
1511.67 s
[pandoc-lua-engine] [37 of 39] Compiling Text.Pandoc.Lua.Custom
1512.07 s
[pandoc-lua-engine] [38 of 39] Compiling Text.Pandoc.Lua.Engine
1512.17 s
[pandoc-lua-engine] [39 of 39] Compiling Text.Pandoc.Lua
1512.59 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Rename ( plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs, dist/build/hls-rename-plugin/Ide/Plugin/Rename.p_o )
1512.86 s
[pandoc-lua-engine] [ 1 of 39] Compiling Text.Pandoc.Lua.Marshal.Chunks
1513.16 s
[algebraic-graphs] Documentation created: dist/doc/html/algebraic-graphs/,
1513.16 s
[algebraic-graphs] dist/doc/html/algebraic-graphs/algebraic-graphs.txt
1513.25 s
[algebraic-graphs] Preprocessing test suite 'main' for algebraic-graphs-0.7...
1513.27 s
[algebraic-graphs] Phase: installPhase
1513.40 s
[algebraic-graphs] Installing library in /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/algebraic-graphs-0.7-k8mmIHA1IL97lIsDqbcaF
1514.32 s
[pandoc-lua-engine] [ 2 of 39] Compiling Text.Pandoc.Lua.Marshal.Context
1514.32 s
[pandoc-lua-engine] [ 3 of 39] Compiling Text.Pandoc.Lua.Marshal.ImageSize
1514.34 s
[pandoc-lua-engine] [ 4 of 39] Compiling Text.Pandoc.Lua.Marshal.LogMessage
1514.34 s
[pandoc-lua-engine] [ 5 of 39] Compiling Text.Pandoc.Lua.Marshal.CommonState
1514.41 s
[pandoc-lua-engine] [ 6 of 39] Compiling Text.Pandoc.Lua.Marshal.PandocError
1514.41 s
[pandoc-lua-engine] [ 7 of 39] Compiling Text.Pandoc.Lua.Marshal.Reference
1514.41 s
[pandoc-lua-engine] [ 8 of 39] Compiling Text.Pandoc.Lua.Marshal.Sources
1514.41 s
[pandoc-lua-engine] [ 9 of 39] Compiling Text.Pandoc.Lua.Module.System
1514.41 s
[pandoc-lua-engine] [10 of 39] Compiling Text.Pandoc.Lua.PandocLua
1514.64 s
[algebraic-graphs] Phase: fixupPhase
1514.66 s
[algebraic-graphs] shrinking RPATHs of ELF executables and libraries in /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7
1514.69 s
[algebraic-graphs] shrinking /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHSalgebraic-graphs-0.7-k8mmIHA1IL97lIsDqbcaF-ghc9.10.3.so
1514.70 s
[algebraic-graphs] checking for references to /build/ in /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7...
1514.74 s
[algebraic-graphs] patching script interpreter paths in /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7
1514.75 s
[algebraic-graphs] stripping (with command strip and flags -S -p) in /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/lib
1514.88 s
[pandoc-lua-engine] [11 of 39] Compiling Text.Pandoc.Lua.Module.Types
1515.16 s
[pandoc-lua-engine] [12 of 39] Compiling Text.Pandoc.Lua.Module.Text
1515.21 s
[algebraic-graphs] shrinking RPATHs of ELF executables and libraries in /nix/store/3xnkngnhvff6qk61xh5s6i5abaiym4hc-algebraic-graphs-0.7-doc
1515.23 s
[algebraic-graphs] checking for references to /build/ in /nix/store/3xnkngnhvff6qk61xh5s6i5abaiym4hc-algebraic-graphs-0.7-doc...
1515.28 s
[algebraic-graphs] patching script interpreter paths in /nix/store/3xnkngnhvff6qk61xh5s6i5abaiym4hc-algebraic-graphs-0.7-doc
1515.31 s
[pandoc-lua-engine] [13 of 39] Compiling Text.Pandoc.Lua.Module.JSON
1515.60 s
[algebraic-graphs:post-build] Uploading to cachix cache "sellout": /nix/store/3xnkngnhvff6qk61xh5s6i5abaiym4hc-algebraic-graphs-0.7-doc /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7
1516.14 s
[algebraic-graphs:post-build] Nothing to push - all store paths are already on Cachix.
1516.17 s
[algebraic-graphs:post-build] Uploading to the NixCI cache: /nix/store/3xnkngnhvff6qk61xh5s6i5abaiym4hc-algebraic-graphs-0.7-doc /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7
1516.26 s
[algebraic-graphs:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1516.28 s
[algebraic-graphs:post-build] copying 2 paths...
1516.28 s
[algebraic-graphs:post-build] copying path '/nix/store/3xnkngnhvff6qk61xh5s6i5abaiym4hc-algebraic-graphs-0.7-doc' to 'https://cache.nix-ci.com'...
1518.22 s
[algebraic-graphs:post-build] copying path '/nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7' to 'https://cache.nix-ci.com'...
1528.96 s
[algebraic-graphs:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1529.06 s
[algebraic-graphs:post-build] copying 0 paths...
1529.10 s
Progress: 43 of 54 built (3 building), 375 of 375 downloaded from cache
1529.18 s
Building /nix/store/vasixnpw8yx8023z102n8pigdp74510a-ghc-9.10.3-with-packages.drv
1529.18 s
[haskell-language-server] Preprocessing library 'hls-module-name-plugin' for haskell-language-server-2.12.0.0...
1529.18 s
[haskell-language-server] Building library 'hls-module-name-plugin' for haskell-language-server-2.12.0.0...
1529.18 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ModuleName ( plugins/hls-module-name-plugin/src/Ide/Plugin/ModuleName.hs, dist/build/hls-module-name-plugin/Ide/Plugin/ModuleName.o, dist/build/hls-module-name-plugin/Ide/Plugin/ModuleName.dyn_o )
1529.18 s
[pandoc-lua-engine] [14 of 39] Compiling Text.Pandoc.Lua.Module.CLI
1529.18 s
[pandoc-lua-engine] [15 of 39] Compiling Text.Pandoc.Lua.Marshal.Template
1529.18 s
[pandoc-lua-engine] [16 of 39] Compiling Text.Pandoc.Lua.Module.Template
1529.18 s
[pandoc-lua-engine] [17 of 39] Compiling Text.Pandoc.Lua.Marshal.Format
1529.18 s
[pandoc-lua-engine] [18 of 39] Compiling Text.Pandoc.Lua.Module.Format
1529.18 s
[pandoc-lua-engine] [19 of 39] Compiling Text.Pandoc.Lua.Marshal.WriterOptions
1529.18 s
[pandoc-lua-engine] [20 of 39] Compiling Text.Pandoc.Lua.Module.Structure
1529.18 s
[pandoc-lua-engine] [21 of 39] Compiling Text.Pandoc.Lua.Module.Image
1529.18 s
[pandoc-lua-engine] [22 of 39] Compiling Text.Pandoc.Lua.Marshal.ReaderOptions
1529.18 s
[pandoc-lua-engine] [23 of 39] Compiling Text.Pandoc.Lua.Orphans
1529.18 s
[pandoc-lua-engine] [24 of 39] Compiling Text.Pandoc.Lua.Module.MediaBag
1529.18 s
[pandoc-lua-engine] [25 of 39] Compiling Text.Pandoc.Lua.Global
1529.18 s
[pandoc-lua-engine] [26 of 39] Compiling Text.Pandoc.Lua.Filter
1529.18 s
[pandoc-lua-engine] [27 of 39] Compiling Text.Pandoc.Lua.Module.Utils
1529.18 s
[pandoc-lua-engine] [28 of 39] Compiling Text.Pandoc.Lua.SourcePos
1529.18 s
[pandoc-lua-engine] [29 of 39] Compiling Text.Pandoc.Lua.Module.Log
1529.18 s
[pandoc-lua-engine] [30 of 39] Compiling Text.Pandoc.Lua.Writer.Classic
1529.18 s
[pandoc-lua-engine] [31 of 39] Compiling Text.Pandoc.Lua.Module.Pandoc
1529.18 s
[pandoc-lua-engine] [32 of 39] Compiling Text.Pandoc.Lua.Writer.Scaffolding
1529.18 s
[pandoc-lua-engine] [33 of 39] Compiling Text.Pandoc.Lua.Module.Scaffolding
1529.18 s
[pandoc-lua-engine] [34 of 39] Compiling Text.Pandoc.Lua.Module
1529.18 s
[pandoc-lua-engine] [35 of 39] Compiling Text.Pandoc.Lua.Init
1529.18 s
[pandoc-lua-engine] [36 of 39] Compiling Text.Pandoc.Lua.Run
1529.18 s
[pandoc-lua-engine] [37 of 39] Compiling Text.Pandoc.Lua.Custom
1529.18 s
[pandoc-lua-engine] [38 of 39] Compiling Text.Pandoc.Lua.Engine
1529.18 s
[pandoc-lua-engine] [39 of 39] Compiling Text.Pandoc.Lua
1529.18 s
[pandoc-server] Phase: checkPhase
1529.18 s
[pandoc-server] Package has no test suites.
1529.18 s
[pandoc-server] Phase: haddockPhase
1529.18 s
[pandoc-server] Preprocessing library for pandoc-server-0.1.0.11...
1529.18 s
[pandoc-server] Running Haddock on library for pandoc-server-0.1.0.11...
1529.18 s
[pandoc-server] Warning: The documentation for the following packages are not installed. No
1529.18 s
[pandoc-server] links will be generated to these packages: attoparsec-0.14.4,
1529.18 s
[pandoc-server] attoparsec-0.14.4, libyaml-clib-0.2.5, pandoc-3.7.0.2, pandoc-3.7.0.2,
1529.18 s
[pandoc-server] vector-0.13.2.0
1529.18 s
[pandoc-server] [1 of 1] Compiling Text.Pandoc.Server
1529.25 s
[ghc-9.10.3-with-packages] /nix/store/9xdq341h0a92bjkmic50786dys0rvy7s-doctest-0.24.2/nix-support:
1529.25 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.26 s
[ghc-9.10.3-with-packages] /nix/store/mca4hqdxwyqdqrcn2zi2iivca6yf9qhb-ghc-compat-plugin-0.1.0.1/nix-support:
1529.26 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.27 s
[ghc-9.10.3-with-packages] /nix/store/b0lrn2wipwvwzrxxdllwd82g27pa8483-hedgehog-1.5/nix-support:
1529.27 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.30 s
[ghc-9.10.3-with-packages] /nix/store/fhyq7x9i4wf6d6kasw6b00qb8g3ng42g-Cabal-3.12.1.0/nix-support:
1529.30 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.32 s
[ghc-9.10.3-with-packages] /nix/store/193yk6vpjx4cjzznah4ns7pmba14i4g8-cabal-doctest-1.0.12/nix-support:
1529.33 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.35 s
[ghc-9.10.3-with-packages] /nix/store/7liw9f8mi3zw6dza5jckjvmw49hz2m6h-temporary-1.3/nix-support:
1529.35 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.35 s
[ghc-9.10.3-with-packages] /nix/store/7liw9f8mi3zw6dza5jckjvmw49hz2m6h-temporary-1.3/nix-support:
1529.35 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.35 s
[ghc-9.10.3-with-packages] /nix/store/f147jf7r9k02q4r8r58yyy2d0pvni6qp-ansi-terminal-1.1.3/nix-support:
1529.35 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.36 s
[ghc-9.10.3-with-packages] /nix/store/f147jf7r9k02q4r8r58yyy2d0pvni6qp-ansi-terminal-1.1.3/nix-support:
1529.36 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.36 s
[ghc-9.10.3-with-packages] /nix/store/8zn2w7q66nk2d3l76mbsfgjdbkrxz35f-async-2.2.5/nix-support:
1529.36 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.36 s
[ghc-9.10.3-with-packages] /nix/store/8zn2w7q66nk2d3l76mbsfgjdbkrxz35f-async-2.2.5/nix-support:
1529.36 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.37 s
[ghc-9.10.3-with-packages] /nix/store/v4kk7n3dr39cglxrb3b3mnq3xhqr9ygq-barbies-2.1.1.0/nix-support:
1529.37 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.38 s
[ghc-9.10.3-with-packages] /nix/store/v4kk7n3dr39cglxrb3b3mnq3xhqr9ygq-barbies-2.1.1.0/nix-support:
1529.38 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.38 s
[ghc-9.10.3-with-packages] /nix/store/92mmmv96yx7xzbsi8r8c9mnz4hs7b2jg-concurrent-output-1.10.21/nix-support:
1529.38 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.38 s
[ghc-9.10.3-with-packages] /nix/store/92mmmv96yx7xzbsi8r8c9mnz4hs7b2jg-concurrent-output-1.10.21/nix-support:
1529.38 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.39 s
[ghc-9.10.3-with-packages] /nix/store/6vbk582bi1d1nhhzlxw705s7z7qsbrky-lifted-async-0.10.2.7/nix-support:
1529.39 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.39 s
[ghc-9.10.3-with-packages] /nix/store/6vbk582bi1d1nhhzlxw705s7z7qsbrky-lifted-async-0.10.2.7/nix-support:
1529.39 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.39 s
[ghc-9.10.3-with-packages] /nix/store/9msj85qq1gvwhcz908sbiilrfrdhq3lp-mmorph-1.2.1/nix-support:
1529.39 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.39 s
[ghc-9.10.3-with-packages] /nix/store/9msj85qq1gvwhcz908sbiilrfrdhq3lp-mmorph-1.2.1/nix-support:
1529.39 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.40 s
[ghc-9.10.3-with-packages] /nix/store/iillknnvv4x7b9m8853wgpj95fn6k2qf-monad-control-1.0.3.1/nix-support:
1529.40 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.40 s
[ghc-9.10.3-with-packages] /nix/store/iillknnvv4x7b9m8853wgpj95fn6k2qf-monad-control-1.0.3.1/nix-support:
1529.40 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.40 s
[ghc-9.10.3-with-packages] /nix/store/cfiih3l00fil2vi6fpvjxl1kll55h6j4-pretty-show-1.10/nix-support:
1529.40 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.40 s
[ghc-9.10.3-with-packages] /nix/store/cfiih3l00fil2vi6fpvjxl1kll55h6j4-pretty-show-1.10/nix-support:
1529.40 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.40 s
[ghc-9.10.3-with-packages] /nix/store/27n162kkviz2zwcsb1xc8hcwc8c9km67-primitive-0.9.1.0/nix-support:
1529.40 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.41 s
[ghc-9.10.3-with-packages] /nix/store/27n162kkviz2zwcsb1xc8hcwc8c9km67-primitive-0.9.1.0/nix-support:
1529.41 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.41 s
[ghc-9.10.3-with-packages] /nix/store/rsqv6kj134cgiyf311k8950imffs712n-random-1.2.1.3/nix-support:
1529.41 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.41 s
[ghc-9.10.3-with-packages] /nix/store/rsqv6kj134cgiyf311k8950imffs712n-random-1.2.1.3/nix-support:
1529.41 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.41 s
[ghc-9.10.3-with-packages] /nix/store/9gwczd0aw4yasspbyrggw32lgagp7q9f-resourcet-1.3.0/nix-support:
1529.41 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.41 s
[ghc-9.10.3-with-packages] /nix/store/9gwczd0aw4yasspbyrggw32lgagp7q9f-resourcet-1.3.0/nix-support:
1529.41 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.41 s
[ghc-9.10.3-with-packages] /nix/store/pfhmc6sgkrxknfzsl1hmnjkhvd0kwbcr-safe-exceptions-0.1.7.4/nix-support:
1529.41 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.42 s
[ghc-9.10.3-with-packages] /nix/store/pfhmc6sgkrxknfzsl1hmnjkhvd0kwbcr-safe-exceptions-0.1.7.4/nix-support:
1529.42 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.42 s
[ghc-9.10.3-with-packages] /nix/store/wb64jk3cmlv16vk3bxjcj9jd6021zad9-transformers-base-0.4.6/nix-support:
1529.42 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.42 s
[ghc-9.10.3-with-packages] /nix/store/wb64jk3cmlv16vk3bxjcj9jd6021zad9-transformers-base-0.4.6/nix-support:
1529.42 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.42 s
[ghc-9.10.3-with-packages] /nix/store/zjpkhy93qrkndn8ba1j1bs2270gzx36k-wl-pprint-annotated-0.1.0.1/nix-support:
1529.42 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.42 s
[ghc-9.10.3-with-packages] /nix/store/zjpkhy93qrkndn8ba1j1bs2270gzx36k-wl-pprint-annotated-0.1.0.1/nix-support:
1529.42 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.44 s
[ghc-9.10.3-with-packages] /nix/store/4f00ir7bwh4gyg425brhfl521wz5jlla-Cabal-syntax-3.12.1.0/nix-support:
1529.44 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.45 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ModuleName ( plugins/hls-module-name-plugin/src/Ide/Plugin/ModuleName.hs, dist/build/hls-module-name-plugin/Ide/Plugin/ModuleName.p_o )
1529.45 s
[ghc-9.10.3-with-packages] /nix/store/4f00ir7bwh4gyg425brhfl521wz5jlla-Cabal-syntax-3.12.1.0/nix-support:
1529.45 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.45 s
[ghc-9.10.3-with-packages] /nix/store/dn2zldw6k1a7hxqi0fs8n1zdfzfpg1rj-ansi-terminal-types-1.1.3/nix-support:
1529.45 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.46 s
[ghc-9.10.3-with-packages] /nix/store/dn2zldw6k1a7hxqi0fs8n1zdfzfpg1rj-ansi-terminal-types-1.1.3/nix-support:
1529.46 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.46 s
[ghc-9.10.3-with-packages] /nix/store/r3rsmiyfdiww3xw1jqx6rjz1k1fhzk5i-hashable-1.5.0.0/nix-support:
1529.46 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.47 s
[ghc-9.10.3-with-packages] /nix/store/r3rsmiyfdiww3xw1jqx6rjz1k1fhzk5i-hashable-1.5.0.0/nix-support:
1529.47 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.47 s
[ghc-9.10.3-with-packages] /nix/store/lcn9ndq73wfbx5fki5z4dsnskysqnx92-distributive-0.6.2.1/nix-support:
1529.47 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.47 s
[ghc-9.10.3-with-packages] /nix/store/lcn9ndq73wfbx5fki5z4dsnskysqnx92-distributive-0.6.2.1/nix-support:
1529.47 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.48 s
[ghc-9.10.3-with-packages] /nix/store/qcbcryh3b168hrs77lyr1a25dika56x0-constraints-0.14.2/nix-support:
1529.48 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.48 s
[ghc-9.10.3-with-packages] /nix/store/qcbcryh3b168hrs77lyr1a25dika56x0-constraints-0.14.2/nix-support:
1529.48 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.48 s
[ghc-9.10.3-with-packages] /nix/store/48csrd1s2gzcpf3d3s4j6g5052ya8n4w-lifted-base-0.2.3.12/nix-support:
1529.48 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.48 s
[ghc-9.10.3-with-packages] /nix/store/48csrd1s2gzcpf3d3s4j6g5052ya8n4w-lifted-base-0.2.3.12/nix-support:
1529.48 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.49 s
[ghc-9.10.3-with-packages] /nix/store/g5b8zbiw0dqhh2ckjz664ir10qljfvcy-transformers-compat-0.7.2/nix-support:
1529.49 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.49 s
[ghc-9.10.3-with-packages] /nix/store/g5b8zbiw0dqhh2ckjz664ir10qljfvcy-transformers-compat-0.7.2/nix-support:
1529.49 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.50 s
[ghc-9.10.3-with-packages] /nix/store/fac3a4hwqmhgmmx1ra67rf82sf77hmxh-splitmix-0.1.3.1/nix-support:
1529.50 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.50 s
[ghc-9.10.3-with-packages] /nix/store/fac3a4hwqmhgmmx1ra67rf82sf77hmxh-splitmix-0.1.3.1/nix-support:
1529.50 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.50 s
[ghc-9.10.3-with-packages] /nix/store/llbg63zgzyrq17fwz7q1y1vqnj6vj2fa-unliftio-core-0.2.1.0/nix-support:
1529.50 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.50 s
[ghc-9.10.3-with-packages] /nix/store/llbg63zgzyrq17fwz7q1y1vqnj6vj2fa-unliftio-core-0.2.1.0/nix-support:
1529.50 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.50 s
[ghc-9.10.3-with-packages] /nix/store/pamck590w5lych1dj4j31s57plvxb7pf-base-orphans-0.9.3/nix-support:
1529.50 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.50 s
[ghc-9.10.3-with-packages] /nix/store/pamck590w5lych1dj4j31s57plvxb7pf-base-orphans-0.9.3/nix-support:
1529.50 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.51 s
[ghc-9.10.3-with-packages] /nix/store/l6b1in1yfspmhzs386qa4yvdd1yw5d3v-tagged-0.8.9/nix-support:
1529.51 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.51 s
[ghc-9.10.3-with-packages] /nix/store/l6b1in1yfspmhzs386qa4yvdd1yw5d3v-tagged-0.8.9/nix-support:
1529.51 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.51 s
[ghc-9.10.3-with-packages] /nix/store/hykvsy2hdb9issxg3xm8ah8z48f7h30w-boring-0.2.2/nix-support:
1529.51 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.51 s
[ghc-9.10.3-with-packages] /nix/store/hykvsy2hdb9issxg3xm8ah8z48f7h30w-boring-0.2.2/nix-support:
1529.51 s
[ghc-9.10.3-with-packages] propagated-build-inputs: Keeping existing link to /nix/store/gz86ymmv6v8fqvzy474wvm3jzk23gz88-algebraic-graphs-0.7/nix-support/propagated-build-inputs
1529.97 s
[pandoc-server] Haddock coverage:
1529.97 s
[pandoc-server] 0% ( 0 / 7) in 'Text.Pandoc.Server'
1529.97 s
[pandoc-server] Missing documentation for:
1529.97 s
[pandoc-server] Module header
1529.97 s
[pandoc-server] app (src/Text/Pandoc/Server.hs:200)
1529.97 s
[pandoc-server] API (src/Text/Pandoc/Server.hs:186)
1529.97 s
[pandoc-server] ServerOpts (src/Text/Pandoc/Server.hs:55)
1529.97 s
[pandoc-server] Params (src/Text/Pandoc/Server.hs:125)
1529.97 s
[pandoc-server] Blob (src/Text/Pandoc/Server.hs:112)
1529.97 s
[pandoc-server] parseServerOptsFromArgs (src/Text/Pandoc/Server.hs:99)
1530.47 s
[ghc-9.10.3-with-packages] Warning: include-dirs: /nix/store/w9ysns7m2vbiw5wkiszwscnmfrh6dpnv-ghc-9.10.3-with-packages/lib/ghc-9.10.3/lib/../lib/x86_64-linux-ghc-9.10.3/directory-1.3.8.5-c84a/include doesn't exist or isn't a directory
1532.01 s
[ghc-9.10.3-with-packages:post-build] Uploading to cachix cache "sellout": /nix/store/w9ysns7m2vbiw5wkiszwscnmfrh6dpnv-ghc-9.10.3-with-packages
1532.41 s
[ghc-9.10.3-with-packages:post-build] Nothing to push - all store paths are already on Cachix.
1532.43 s
[ghc-9.10.3-with-packages:post-build] Uploading to the NixCI cache: /nix/store/w9ysns7m2vbiw5wkiszwscnmfrh6dpnv-ghc-9.10.3-with-packages
1532.50 s
[ghc-9.10.3-with-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1532.55 s
[ghc-9.10.3-with-packages:post-build] copying 0 paths...
1532.62 s
[ghc-9.10.3-with-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1532.72 s
[ghc-9.10.3-with-packages:post-build] copying 0 paths...
1532.75 s
Progress: 44 of 53 built (3 building), 375 of 375 downloaded from cache
1532.75 s
[pandoc-server] Warning: Text.Pandoc.Server: could not find link destinations for:
1532.75 s
[pandoc-server] - Text.Pandoc.App.Opt.Opt
1532.75 s
[pandoc-server] - Text.Pandoc.Server.Output
1534.57 s
[pandoc-lua-engine] Preprocessing test suite 'test-pandoc-lua-engine' for pandoc-lua-engine-0.4.3...
1534.57 s
[pandoc-lua-engine] Building test suite 'test-pandoc-lua-engine' for pandoc-lua-engine-0.4.3...
1534.78 s
[pandoc-lua-engine] [1 of 5] Compiling Tests.Lua
1536.94 s
[pandoc-lua-engine] [2 of 5] Compiling Tests.Lua.Module
1537.04 s
[pandoc-lua-engine] [3 of 5] Compiling Tests.Lua.Reader
1537.04 s
[pandoc-lua-engine] [4 of 5] Compiling Tests.Lua.Writer
1537.04 s
[pandoc-lua-engine] [5 of 5] Compiling Main
1537.45 s
[pandoc-lua-engine] [6 of 6] Linking dist/build/test-pandoc-lua-engine/test-pandoc-lua-engine
1541.31 s
[haskell-language-server] Preprocessing library 'hls-fourmolu-plugin' for haskell-language-server-2.12.0.0...
1541.31 s
[haskell-language-server] Building library 'hls-fourmolu-plugin' for haskell-language-server-2.12.0.0...
1541.50 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Fourmolu ( plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.o, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.dyn_o )
1547.43 s
[pandoc-server] Documentation created: dist/doc/html/pandoc-server/,
1547.43 s
[pandoc-server] dist/doc/html/pandoc-server/pandoc-server.txt
1547.55 s
[pandoc-server] Phase: installPhase
1547.64 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.Fourmolu ( plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs, dist/build/hls-fourmolu-plugin/Ide/Plugin/Fourmolu.p_o )
1547.81 s
[pandoc-server] Installing library in /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/pandoc-server-0.1.0.11-1fbeQpfbRwBC9PF9PShfbM
1548.40 s
[pandoc-server] Phase: fixupPhase
1548.43 s
[pandoc-server] shrinking RPATHs of ELF executables and libraries in /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11
1548.43 s
[pandoc-server] shrinking /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHSpandoc-server-0.1.0.11-1fbeQpfbRwBC9PF9PShfbM-ghc9.10.3.so
1548.65 s
[pandoc-server] checking for references to /build/ in /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11...
1548.68 s
[pandoc-server] patching script interpreter paths in /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11
1548.68 s
[pandoc-server] stripping (with command strip and flags -S -p) in /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11/lib
1548.79 s
[pandoc-server] shrinking RPATHs of ELF executables and libraries in /nix/store/dqmvprrkmaw8zdxb1c9y2dr9rl9kzvvf-pandoc-server-0.1.0.11-doc
1548.80 s
[pandoc-server] checking for references to /build/ in /nix/store/dqmvprrkmaw8zdxb1c9y2dr9rl9kzvvf-pandoc-server-0.1.0.11-doc...
1548.82 s
[pandoc-server] patching script interpreter paths in /nix/store/dqmvprrkmaw8zdxb1c9y2dr9rl9kzvvf-pandoc-server-0.1.0.11-doc
1549.15 s
[pandoc-server:post-build] Uploading to cachix cache "sellout": /nix/store/dqmvprrkmaw8zdxb1c9y2dr9rl9kzvvf-pandoc-server-0.1.0.11-doc /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11
1549.78 s
[pandoc-server:post-build] Nothing to push - all store paths are already on Cachix.
1549.82 s
[pandoc-server:post-build] Uploading to the NixCI cache: /nix/store/dqmvprrkmaw8zdxb1c9y2dr9rl9kzvvf-pandoc-server-0.1.0.11-doc /nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11
1549.88 s
[pandoc-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1549.97 s
[pandoc-server:post-build] copying 1 paths...
1549.97 s
[pandoc-server:post-build] copying path '/nix/store/hnig4hrbwya67j05nggpdvixalk9i2ny-pandoc-server-0.1.0.11' to 'https://cache.nix-ci.com'...
1551.04 s
[pandoc-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1551.19 s
[pandoc-server:post-build] copying 0 paths...
1551.22 s
Progress: 45 of 53 built (2 building), 375 of 375 downloaded from cache
1551.22 s
[pandoc-lua-engine] buildPhase completed in 47 seconds
1551.22 s
[pandoc-lua-engine] Phase: checkPhase
1551.22 s
[pandoc-lua-engine] Running 1 test suites...
1551.22 s
[pandoc-lua-engine] Test suite test-pandoc-lua-engine: RUNNING...
1551.24 s
[pandoc-lua-engine] pandoc Lua engine
1551.24 s
[pandoc-lua-engine] Lua filters
1551.24 s
[pandoc-lua-engine] macro expansion via filter: OK (0.01s)
1551.27 s
[pandoc-lua-engine] convert all plains to paras: OK
1551.27 s
[pandoc-lua-engine] convert display math to inline math: OK (0.03s)
1551.27 s
[pandoc-lua-engine] make hello world document: OK
1551.28 s
[pandoc-lua-engine] implicit doc filter: OK
1551.28 s
[pandoc-lua-engine] parse raw markdown blocks: OK
1551.29 s
[pandoc-lua-engine] allow shorthand functions for quote types: OK
1551.29 s
[pandoc-lua-engine] Count inlines via metatable catch-all: OK
1551.30 s
[pandoc-lua-engine] Count blocks via Block-specific catch-all: OK
1551.30 s
[pandoc-lua-engine] Smart constructors: OK
1551.30 s
[pandoc-lua-engine] Convert header upper case: OK
1551.31 s
[pandoc-lua-engine] Attribute lists are convenient to use: OK
1551.31 s
[pandoc-lua-engine] Filter list of inlines: OK
1551.32 s
[pandoc-lua-engine] Filter list of blocks: OK
1551.32 s
[pandoc-lua-engine] Filter Meta: OK
1551.32 s
[pandoc-lua-engine] Script filename is set: OK
1551.33 s
[pandoc-lua-engine] Pandoc version is set: OK
1551.33 s
[pandoc-lua-engine] Pandoc types version is set: OK
1551.33 s
[pandoc-lua-engine] require file: OK
1551.33 s
[pandoc-lua-engine] Allow singleton inline in constructors: OK
1551.34 s
[pandoc-lua-engine] Elements with Attr have `attr` accessor: OK
1551.34 s
[pandoc-lua-engine] module `pandoc.system` is present: OK
1551.35 s
[pandoc-lua-engine] global modules
1551.35 s
[pandoc-lua-engine] module 'lpeg' is loaded into a global: OK
1551.35 s
[pandoc-lua-engine] module 're' is loaded into a global: OK
1551.36 s
[pandoc-lua-engine] module 'lpeg' is available via `require`: OK
1551.36 s
[pandoc-lua-engine] module 're' is available via `require`: OK
1551.36 s
[pandoc-lua-engine] informative error messages: OK
1551.36 s
[pandoc-lua-engine] Lua modules
1551.39 s
[pandoc-lua-engine] pandoc: OK (0.02s)
1551.39 s
[pandoc-lua-engine] +++ Success: 79 Lua tests passed
1551.39 s
[pandoc-lua-engine] pandoc.List: OK
1551.39 s
[pandoc-lua-engine] +++ Success: 22 Lua tests passed
1551.40 s
[pandoc-lua-engine] pandoc.format: OK
1551.40 s
[pandoc-lua-engine] +++ Success: 3 Lua tests passed
1551.40 s
[pandoc-lua-engine] pandoc.image: OK
1551.40 s
[pandoc-lua-engine] +++ Success: 6 Lua tests passed
1551.41 s
[pandoc-lua-engine] pandoc.json: OK
1551.41 s
[pandoc-lua-engine] +++ Success: 21 Lua tests passed
1551.41 s
[pandoc-lua-engine] pandoc.log: OK
1551.41 s
[pandoc-lua-engine] +++ Success: 8 Lua tests passed
1551.42 s
[pandoc-lua-engine] pandoc.mediabag: OK
1551.42 s
[pandoc-lua-engine] +++ Success: 9 Lua tests passed
1551.42 s
[pandoc-lua-engine] pandoc.path: OK
1551.42 s
[pandoc-lua-engine] +++ Success: 5 Lua tests passed
1551.44 s
[pandoc-lua-engine] pandoc.structure: OK
1551.44 s
[pandoc-lua-engine] +++ Success: 11 Lua tests passed
1551.46 s
[pandoc-lua-engine] pandoc.template: OK (0.03s)
1551.46 s
[pandoc-lua-engine] +++ Success: 16 Lua tests passed
1551.46 s
[pandoc-lua-engine] pandoc.text: OK
1551.46 s
[pandoc-lua-engine] +++ Success: 9 Lua tests passed
1551.46 s
[pandoc-lua-engine] pandoc.types: OK
1551.46 s
[pandoc-lua-engine] +++ Success: 13 Lua tests passed
1551.47 s
[pandoc-lua-engine] pandoc.utils: OK
1551.47 s
[pandoc-lua-engine] +++ Success: 45 Lua tests passed
1551.50 s
[pandoc-lua-engine] globals: OK (0.03s)
1551.50 s
[pandoc-lua-engine] +++ Success: 42 Lua tests passed
1551.50 s
[pandoc-lua-engine] Custom writers
1551.59 s
[pandoc-lua-engine] default testsuite: OK (0.08s)
1551.61 s
[pandoc-lua-engine] tables testsuite: OK (0.03s)
1551.61 s
[pandoc-lua-engine] bytestring writer: OK
1551.61 s
[pandoc-lua-engine] template: OK
1551.62 s
[pandoc-lua-engine] preset extensions: OK
1551.63 s
[pandoc-lua-engine] modified extensions: OK
1551.63 s
[pandoc-lua-engine] Custom readers
1551.63 s
[pandoc-lua-engine] read binary to code block: OK
1551.63 s
[pandoc-lua-engine]
1551.63 s
[pandoc-lua-engine] All 48 tests passed (0.40s)
1551.65 s
[pandoc-lua-engine] Test suite test-pandoc-lua-engine: PASS
1551.65 s
[pandoc-lua-engine] Test suite logged to:
1551.65 s
[pandoc-lua-engine] dist/test/pandoc-lua-engine-0.4.3-test-pandoc-lua-engine.log
1551.65 s
[pandoc-lua-engine] 1 of 1 test suites (1 of 1 test cases) passed.
1551.67 s
[pandoc-lua-engine] Phase: haddockPhase
1551.94 s
[pandoc-lua-engine] Preprocessing library for pandoc-lua-engine-0.4.3...
1551.95 s
[pandoc-lua-engine] Running Haddock on library for pandoc-lua-engine-0.4.3...
1551.96 s
[pandoc-lua-engine] Warning: The documentation for the following packages are not installed. No
1551.96 s
[pandoc-lua-engine] links will be generated to these packages: attoparsec-0.14.4,
1551.96 s
[pandoc-lua-engine] attoparsec-0.14.4, libyaml-clib-0.2.5, pandoc-3.7.0.2, pandoc-3.7.0.2,
1551.96 s
[pandoc-lua-engine] vector-0.13.2.0
1552.84 s
[pandoc-lua-engine] [ 1 of 39] Compiling Text.Pandoc.Lua.Marshal.Chunks
1553.57 s
[pandoc-lua-engine] [ 2 of 39] Compiling Text.Pandoc.Lua.Marshal.Context
1553.62 s
[pandoc-lua-engine] [ 3 of 39] Compiling Text.Pandoc.Lua.Marshal.ImageSize
1553.93 s
[pandoc-lua-engine] [ 4 of 39] Compiling Text.Pandoc.Lua.Marshal.LogMessage
1553.96 s
[pandoc-lua-engine] [ 5 of 39] Compiling Text.Pandoc.Lua.Marshal.CommonState
1553.98 s
[pandoc-lua-engine] [ 6 of 39] Compiling Text.Pandoc.Lua.Marshal.PandocError
1553.99 s
[pandoc-lua-engine] [ 7 of 39] Compiling Text.Pandoc.Lua.Marshal.Reference
1554.04 s
[pandoc-lua-engine] [ 8 of 39] Compiling Text.Pandoc.Lua.Marshal.Sources
1554.42 s
[pandoc-lua-engine] [ 9 of 39] Compiling Text.Pandoc.Lua.Module.System
1554.46 s
[pandoc-lua-engine] [10 of 39] Compiling Text.Pandoc.Lua.PandocLua
1554.61 s
[pandoc-lua-engine] [11 of 39] Compiling Text.Pandoc.Lua.Module.Types
1554.63 s
[pandoc-lua-engine] [12 of 39] Compiling Text.Pandoc.Lua.Module.Text
1554.66 s
[pandoc-lua-engine] [13 of 39] Compiling Text.Pandoc.Lua.Module.JSON
1554.77 s
[pandoc-lua-engine] [14 of 39] Compiling Text.Pandoc.Lua.Module.CLI
1554.98 s
[pandoc-lua-engine] [15 of 39] Compiling Text.Pandoc.Lua.Marshal.Template
1555.02 s
[pandoc-lua-engine] [16 of 39] Compiling Text.Pandoc.Lua.Module.Template
1555.49 s
[pandoc-lua-engine] [17 of 39] Compiling Text.Pandoc.Lua.Marshal.Format
1555.79 s
[pandoc-lua-engine] [18 of 39] Compiling Text.Pandoc.Lua.Module.Format
1555.82 s
[pandoc-lua-engine] [19 of 39] Compiling Text.Pandoc.Lua.Marshal.WriterOptions
1556.15 s
[pandoc-lua-engine] [20 of 39] Compiling Text.Pandoc.Lua.Module.Structure
1556.29 s
[pandoc-lua-engine] [21 of 39] Compiling Text.Pandoc.Lua.Module.Image
1556.31 s
[pandoc-lua-engine] [22 of 39] Compiling Text.Pandoc.Lua.Marshal.ReaderOptions
1556.36 s
[pandoc-lua-engine] [23 of 39] Compiling Text.Pandoc.Lua.Orphans
1556.43 s
[pandoc-lua-engine] [24 of 39] Compiling Text.Pandoc.Lua.Module.MediaBag
1556.62 s
[pandoc-lua-engine] [25 of 39] Compiling Text.Pandoc.Lua.Global
1556.66 s
[pandoc-lua-engine] [26 of 39] Compiling Text.Pandoc.Lua.Filter
1556.70 s
[pandoc-lua-engine] [27 of 39] Compiling Text.Pandoc.Lua.Module.Utils
1557.07 s
[pandoc-lua-engine] [28 of 39] Compiling Text.Pandoc.Lua.SourcePos
1557.09 s
[pandoc-lua-engine] [29 of 39] Compiling Text.Pandoc.Lua.Module.Log
1557.14 s
[pandoc-lua-engine] [30 of 39] Compiling Text.Pandoc.Lua.Writer.Classic
1557.74 s
[pandoc-lua-engine] [31 of 39] Compiling Text.Pandoc.Lua.Module.Pandoc
1557.93 s
[pandoc-lua-engine] [32 of 39] Compiling Text.Pandoc.Lua.Writer.Scaffolding
1558.15 s
[pandoc-lua-engine] [33 of 39] Compiling Text.Pandoc.Lua.Module.Scaffolding
1558.16 s
[pandoc-lua-engine] [34 of 39] Compiling Text.Pandoc.Lua.Module
1558.21 s
[pandoc-lua-engine] [35 of 39] Compiling Text.Pandoc.Lua.Init
1558.24 s
[pandoc-lua-engine] [36 of 39] Compiling Text.Pandoc.Lua.Run
1558.27 s
[pandoc-lua-engine] [37 of 39] Compiling Text.Pandoc.Lua.Custom
1558.37 s
[pandoc-lua-engine] [38 of 39] Compiling Text.Pandoc.Lua.Engine
1558.40 s
[pandoc-lua-engine] [39 of 39] Compiling Text.Pandoc.Lua
1558.41 s
[pandoc-lua-engine] Haddock coverage:
1558.41 s
[pandoc-lua-engine] Warning: 'Chunk' is ambiguous. It is defined
1558.41 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Chunks’
1558.41 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Chunks’
1558.41 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.41 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.41 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Chunks’
1558.41 s
[pandoc-lua-engine] Warning: 'ChunkedDoc' is ambiguous. It is defined
1558.41 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Chunks’
1558.41 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Chunks’
1558.41 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.41 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.41 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Chunks’
1558.41 s
[pandoc-lua-engine] Warning: 'Reference' is ambiguous. It is defined
1558.41 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1558.42 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1558.42 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.42 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.42 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Citeproc.Types’
1558.42 s
[pandoc-lua-engine] Warning: 'ItemId' is ambiguous. It is defined
1558.42 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1558.42 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1558.42 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.42 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.42 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Citeproc.Types’
1558.42 s
[pandoc-lua-engine] Warning: 'Name' is ambiguous. It is defined
1558.42 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1558.42 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1558.42 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.42 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.42 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Citeproc.Types’
1558.42 s
[pandoc-lua-engine] Warning: 'Date' is ambiguous. It is defined
1558.42 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1558.42 s
[pandoc-lua-engine] * in ‘Citeproc.Types’
1558.42 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.42 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.42 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Citeproc.Types’
1558.42 s
[pandoc-lua-engine] Warning: 'Sources' is ambiguous. It is defined
1558.42 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Sources’
1558.42 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Sources’
1558.42 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.42 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.42 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Sources’
1558.42 s
[pandoc-lua-engine] Warning: 'Lua' is ambiguous. It is defined
1558.42 s
[pandoc-lua-engine] * in ‘HsLua.Core.Error’
1558.42 s
[pandoc-lua-engine] * in ‘HsLua.Core.Types’
1558.42 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.42 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.42 s
[pandoc-lua-engine] Defaulting to the one defined in ‘HsLua.Core.Error’
1558.42 s
[pandoc-lua-engine] Warning: 'PandocLua' is ambiguous. It is defined
1558.42 s
[pandoc-lua-engine] * at src/Text/Pandoc/Lua/PandocLua.hs:36:23
1558.42 s
[pandoc-lua-engine] * at src/Text/Pandoc/Lua/PandocLua.hs:36:1
1558.42 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.42 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.42 s
[pandoc-lua-engine] Defaulting to the one defined at src/Text/Pandoc/Lua/PandocLua.hs:36:1
1558.42 s
[pandoc-lua-engine] Warning: 'ExtensionConfig' is out of scope.
1558.42 s
[pandoc-lua-engine] If you qualify the identifier, haddock can try to link it anyway.
1558.42 s
[pandoc-lua-engine] Warning: 'ExtensionsConfig' is ambiguous. It is defined
1558.42 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Format’
1558.42 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Format’
1558.42 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.42 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.42 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Format’
1558.42 s
[pandoc-lua-engine] Warning: 'enable' is out of scope.
1558.42 s
[pandoc-lua-engine] If you qualify the identifier, haddock can try to link it anyway.
1558.43 s
[pandoc-lua-engine] Warning: 'disable' is out of scope.
1558.43 s
[pandoc-lua-engine] If you qualify the identifier, haddock can try to link it anyway.
1558.43 s
[pandoc-lua-engine] Warning: 'WriterOptions' is ambiguous. It is defined
1558.43 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Options’
1558.43 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Options’
1558.43 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.43 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.43 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Options’
1558.43 s
[pandoc-lua-engine] Warning: 'Pandoc' is ambiguous. It is defined
1558.43 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Definition’
1558.43 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Definition’
1558.43 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.43 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.43 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Definition’
1558.43 s
[pandoc-lua-engine] Warning: 'Chunk' is out of scope.
1558.43 s
[pandoc-lua-engine] If you qualify the identifier, haddock can try to link it anyway.
1558.43 s
[pandoc-lua-engine] Warning: 'ReaderOptions' is ambiguous. It is defined
1558.43 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Options’
1558.43 s
[pandoc-lua-engine] * in ‘Text.Pandoc.Options’
1558.43 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.43 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.43 s
[pandoc-lua-engine] Defaulting to the one defined in ‘Text.Pandoc.Options’
1558.44 s
[pandoc-lua-engine] Warning: 'read' is out of scope.
1558.44 s
[pandoc-lua-engine] If you qualify the identifier, haddock can try to link it anyway.
1558.44 s
[pandoc-lua-engine] Warning: 'PandocLua' is ambiguous. It is defined
1558.44 s
[pandoc-lua-engine] * at src/Text/Pandoc/Lua/PandocLua.hs:36:23
1558.44 s
[pandoc-lua-engine] * at src/Text/Pandoc/Lua/PandocLua.hs:36:1
1558.44 s
[pandoc-lua-engine] You may be able to disambiguate the identifier by qualifying it or
1558.44 s
[pandoc-lua-engine] by specifying the type/value namespace explicitly.
1558.44 s
[pandoc-lua-engine] Defaulting to the one defined at src/Text/Pandoc/Lua/PandocLua.hs:36:1
1558.44 s
[pandoc-lua-engine] 100% ( 11 / 11) in 'Text.Pandoc.Lua'
1560.45 s
[pandoc-lua-engine] Warning: Text.Pandoc.Lua: could not find link destinations for:
1560.45 s
[pandoc-lua-engine] - Text.Pandoc.Options.WriterOptions
1560.45 s
[pandoc-lua-engine] - Text.Pandoc.Error.PandocError
1560.45 s
[pandoc-lua-engine] - Text.Pandoc.Options.ReaderOptions
1560.45 s
[pandoc-lua-engine] - Text.Pandoc.Class.CommonState.CommonState
1560.45 s
[pandoc-lua-engine] - Text.Pandoc.Class.PandocMonad.PandocMonad
1560.45 s
[pandoc-lua-engine] - Text.Pandoc.Scripting.ScriptingEngine
1560.45 s
[pandoc-lua-engine] - Text.Pandoc.Filter.Environment.Environment
1560.45 s
[pandoc-lua-engine] - Text.Pandoc.Scripting.CustomComponents
1565.01 s
[haskell-language-server] Preprocessing library 'hls-class-plugin' for haskell-language-server-2.12.0.0...
1565.05 s
[haskell-language-server] Building library 'hls-class-plugin' for haskell-language-server-2.12.0.0...
1565.30 s
[haskell-language-server] [1 of 6] Compiling Ide.Plugin.Class.Utils ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Utils.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Utils.o, dist/build/hls-class-plugin/Ide/Plugin/Class/Utils.dyn_o )
1567.53 s
[haskell-language-server] [2 of 6] Compiling Ide.Plugin.Class.Types ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.o, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.dyn_o )
1570.91 s
[haskell-language-server] [3 of 6] Compiling Ide.Plugin.Class.ExactPrint ( plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/ExactPrint.o, dist/build/hls-class-plugin/Ide/Plugin/Class/ExactPrint.dyn_o )
1571.05 s
[haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs:9:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1571.05 s
[haskell-language-server] The import of ‘Data.Functor.Identity’ is redundant
1571.05 s
[haskell-language-server] except perhaps to import instances from ‘Data.Functor.Identity’
1571.05 s
[haskell-language-server] To import instances alone, use: import Data.Functor.Identity()
1571.05 s
[haskell-language-server] |
1571.05 s
[haskell-language-server] 9 | import Data.Functor.Identity (Identity)
1571.05 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1571.05 s
[haskell-language-server]
1571.29 s
[haskell-language-server] [4 of 6] Compiling Ide.Plugin.Class.CodeLens ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeLens.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeLens.o, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeLens.dyn_o )
1572.31 s
[haskell-language-server] [5 of 6] Compiling Ide.Plugin.Class.CodeAction ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeAction.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeAction.o, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeAction.dyn_o )
1572.92 s
[haskell-language-server] [6 of 6] Compiling Ide.Plugin.Class ( plugins/hls-class-plugin/src/Ide/Plugin/Class.hs, dist/build/hls-class-plugin/Ide/Plugin/Class.o, dist/build/hls-class-plugin/Ide/Plugin/Class.dyn_o )
1573.78 s
[haskell-language-server] [1 of 6] Compiling Ide.Plugin.Class.Utils ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Utils.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Utils.p_o )
1575.77 s
[haskell-language-server] [2 of 6] Compiling Ide.Plugin.Class.Types ( plugins/hls-class-plugin/src/Ide/Plugin/Class/Types.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/Types.p_o )
1577.49 s
[pandoc-lua-engine] Documentation created: dist/doc/html/pandoc-lua-engine/,
1577.49 s
[pandoc-lua-engine] dist/doc/html/pandoc-lua-engine/pandoc-lua-engine.txt
1577.60 s
[pandoc-lua-engine] Preprocessing test suite 'test-pandoc-lua-engine' for pandoc-lua-engine-0.4.3...
1577.63 s
[pandoc-lua-engine] Phase: installPhase
1578.19 s
[pandoc-lua-engine] Installing library in /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/pandoc-lua-engine-0.4.3-5WfKLRnIaWo35wgF88I2i4
1580.06 s
[pandoc-lua-engine] Phase: fixupPhase
1580.10 s
[pandoc-lua-engine] shrinking RPATHs of ELF executables and libraries in /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3
1580.10 s
[pandoc-lua-engine] shrinking /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHSpandoc-lua-engine-0.4.3-5WfKLRnIaWo35wgF88I2i4-ghc9.10.3.so
1580.25 s
[pandoc-lua-engine] checking for references to /build/ in /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3...
1580.31 s
[pandoc-lua-engine] patching script interpreter paths in /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3
1580.32 s
[pandoc-lua-engine] stripping (with command strip and flags -S -p) in /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3/lib
1580.93 s
[pandoc-lua-engine] shrinking RPATHs of ELF executables and libraries in /nix/store/wd3qb19xk64yg131cjkph4v34bwz1gmq-pandoc-lua-engine-0.4.3-doc
1580.95 s
[pandoc-lua-engine] checking for references to /build/ in /nix/store/wd3qb19xk64yg131cjkph4v34bwz1gmq-pandoc-lua-engine-0.4.3-doc...
1580.99 s
[pandoc-lua-engine] patching script interpreter paths in /nix/store/wd3qb19xk64yg131cjkph4v34bwz1gmq-pandoc-lua-engine-0.4.3-doc
1581.41 s
[pandoc-lua-engine:post-build] Uploading to cachix cache "sellout": /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3 /nix/store/wd3qb19xk64yg131cjkph4v34bwz1gmq-pandoc-lua-engine-0.4.3-doc
1581.91 s
[pandoc-lua-engine:post-build] Nothing to push - all store paths are already on Cachix.
1581.94 s
[pandoc-lua-engine:post-build] Uploading to the NixCI cache: /nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3 /nix/store/wd3qb19xk64yg131cjkph4v34bwz1gmq-pandoc-lua-engine-0.4.3-doc
1582.01 s
[pandoc-lua-engine:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1582.18 s
[pandoc-lua-engine:post-build] copying 1 paths...
1582.18 s
[pandoc-lua-engine:post-build] copying path '/nix/store/40m6lp7v69m0xyc7ax4xpj9wakbz8gyf-pandoc-lua-engine-0.4.3' to 'https://cache.nix-ci.com'...
1590.74 s
[pandoc-lua-engine:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1590.87 s
[pandoc-lua-engine:post-build] copying 0 paths...
1590.91 s
Progress: 46 of 53 built (1 building), 375 of 375 downloaded from cache
1591.06 s
Building /nix/store/qmy7ps3m9d54gh5mmi24jf976jzhgy36-pandoc-cli-3.7.0.2.drv
1591.06 s
[haskell-language-server] [3 of 6] Compiling Ide.Plugin.Class.ExactPrint ( plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/ExactPrint.p_o )
1591.06 s
[haskell-language-server] plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs:9:1: warning : [ GHC-66111 ] [ -Wunused-imports ]
1591.06 s
[haskell-language-server] The import of ‘Data.Functor.Identity’ is redundant
1591.06 s
[haskell-language-server] except perhaps to import instances from ‘Data.Functor.Identity’
1591.07 s
[haskell-language-server] To import instances alone, use: import Data.Functor.Identity()
1591.07 s
[haskell-language-server] |
1591.07 s
[haskell-language-server] 9 | import Data.Functor.Identity (Identity)
1591.07 s
[haskell-language-server] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1591.07 s
[haskell-language-server]
1591.07 s
[haskell-language-server] [4 of 6] Compiling Ide.Plugin.Class.CodeLens ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeLens.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeLens.p_o )
1591.07 s
[haskell-language-server] [5 of 6] Compiling Ide.Plugin.Class.CodeAction ( plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeAction.hs, dist/build/hls-class-plugin/Ide/Plugin/Class/CodeAction.p_o )
1591.07 s
[haskell-language-server] [6 of 6] Compiling Ide.Plugin.Class ( plugins/hls-class-plugin/src/Ide/Plugin/Class.hs, dist/build/hls-class-plugin/Ide/Plugin/Class.p_o )
1591.52 s
[haskell-language-server] Preprocessing library 'hls-explicit-fixity-plugin' for haskell-language-server-2.12.0.0...
1591.52 s
[haskell-language-server] Building library 'hls-explicit-fixity-plugin' for haskell-language-server-2.12.0.0...
1591.67 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFixity ( plugins/hls-explicit-fixity-plugin/src/Ide/Plugin/ExplicitFixity.hs, dist/build/hls-explicit-fixity-plugin/Ide/Plugin/ExplicitFixity.o, dist/build/hls-explicit-fixity-plugin/Ide/Plugin/ExplicitFixity.dyn_o )
1591.93 s
[pandoc-cli] Phase: setupCompilerEnvironmentPhase
1591.93 s
[pandoc-cli] Build with /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3.
1592.72 s
[pandoc-cli] Phase: unpackPhase
1592.73 s
[pandoc-cli] unpacking source archive /nix/store/l1s1s9sdrxfqabvc0hl1i6jbdyzaj2ci-pandoc-cli-3.7.0.2.tar.gz
1592.73 s
[pandoc-cli] source root is pandoc-cli-3.7.0.2
1592.75 s
[pandoc-cli] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "pandoc-cli-3.7.0.2/src/pandoc.hs"
1592.76 s
[pandoc-cli] Phase: patchPhase
1592.77 s
[pandoc-cli] Phase: compileBuildDriverPhase
1592.78 s
[pandoc-cli] setupCompileFlags: -package-db=/build/tmp.mBYGGjeEv8/setup-package.conf.d -threaded
1592.85 s
[pandoc-cli] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.mBYGGjeEv8/Main.o )
1592.91 s
[pandoc-cli] [2 of 2] Linking Setup
1594.63 s
[pandoc-cli] Phase: updateAutotoolsGnuConfigScriptsPhase
1594.65 s
[pandoc-cli] Phase: configurePhase
1594.65 s
[pandoc-cli] configureFlags: --verbose --prefix=/nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --with-gcc=gcc --package-db=/build/tmp.mBYGGjeEv8/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --disable-library-profiling --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping -fembed_data_files --extra-lib-dirs=/nix/store/ffyzkisqs4vc4mg28bwwlyqjf8i9ph6b-ncurses-6.5/lib --extra-lib-dirs=/nix/store/n28qgdj8c1q41kf7n4y1jxa6ckp85m3c-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/1b6h99dw7bk4wbn77kbalih42zbc67m1-elfutils-0.194/lib --extra-lib-dirs=/nix/store/hi0ar880110k6jsmmili7dh1gq3cg2a9-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/g09cflpnp4g80q56sj9dng1qzv4v4ybc-numactl-2.0.18/lib
1594.67 s
[pandoc-cli] Using Parsec parser
1594.67 s
[pandoc-cli] Configuring pandoc-cli-3.7.0.2...
1594.81 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFixity ( plugins/hls-explicit-fixity-plugin/src/Ide/Plugin/ExplicitFixity.hs, dist/build/hls-explicit-fixity-plugin/Ide/Plugin/ExplicitFixity.p_o )
1595.48 s
[pandoc-cli] Flags chosen: lua=True, nightly=False, server=True
1595.95 s
[pandoc-cli] Dependency base >=4.12 && <5: using base-4.20.2.0
1595.95 s
[pandoc-cli] Dependency hslua-cli >=1.4.1 && <1.5: using hslua-cli-1.4.3
1595.97 s
[pandoc-cli] Dependency pandoc ==3.7.0.2: using pandoc-3.7.0.2
1595.97 s
[pandoc-cli] Dependency pandoc-lua-engine >=0.4.3 && <0.5: using pandoc-lua-engine-0.4.3
1595.97 s
[pandoc-cli] Dependency pandoc-server >=0.1.0.9 && <0.2: using pandoc-server-0.1.0.11
1595.97 s
[pandoc-cli] Dependency safe: using safe-0.3.21
1595.97 s
[pandoc-cli] Dependency temporary >=1.1 && <1.4: using temporary-1.3
1595.97 s
[pandoc-cli] Dependency text: using text-2.1.3
1595.97 s
[pandoc-cli] Dependency wai-extra >=3.0.24: using wai-extra-3.1.18
1595.97 s
[pandoc-cli] Dependency warp: using warp-3.4.9
1595.97 s
[pandoc-cli] Source component graph: component exe:pandoc
1595.97 s
[pandoc-cli] Configured component graph:
1595.97 s
[pandoc-cli] component pandoc-cli-3.7.0.2-BdFEXtx4yoTCmeDPYT8eTr-pandoc
1595.97 s
[pandoc-cli] include base-4.20.2.0-64da
1595.97 s
[pandoc-cli] include hslua-cli-1.4.3-GEWVAFQbzS1ZD0qJxIIXy
1595.97 s
[pandoc-cli] include pandoc-3.7.0.2-JiBoZy05rqH1rZpfc44nO3
1595.97 s
[pandoc-cli] include pandoc-lua-engine-0.4.3-5WfKLRnIaWo35wgF88I2i4
1595.97 s
[pandoc-cli] include pandoc-server-0.1.0.11-1fbeQpfbRwBC9PF9PShfbM
1595.97 s
[pandoc-cli] include safe-0.3.21-3KkbrJIc4RVHGJea2Lg3Om
1595.97 s
[pandoc-cli] include temporary-1.3-13ALOC7EiGuL5fcdI6Qhbr
1595.97 s
[pandoc-cli] include text-2.1.3-c691
1595.97 s
[pandoc-cli] include wai-extra-3.1.18-FaXDsOLfhm2AqRCck5c6OX
1595.97 s
[pandoc-cli] include warp-3.4.9-Bcl6gvYN73A3zY8DJaUvNN
1595.97 s
[pandoc-cli] Linked component graph:
1595.97 s
[pandoc-cli] unit pandoc-cli-3.7.0.2-BdFEXtx4yoTCmeDPYT8eTr-pandoc
1595.97 s
[pandoc-cli] include base-4.20.2.0-64da
1595.97 s
[pandoc-cli] include hslua-cli-1.4.3-GEWVAFQbzS1ZD0qJxIIXy
1595.97 s
[pandoc-cli] include pandoc-3.7.0.2-JiBoZy05rqH1rZpfc44nO3
1595.97 s
[pandoc-cli] include pandoc-lua-engine-0.4.3-5WfKLRnIaWo35wgF88I2i4
1595.97 s
[pandoc-cli] include pandoc-server-0.1.0.11-1fbeQpfbRwBC9PF9PShfbM
1595.97 s
[pandoc-cli] include safe-0.3.21-3KkbrJIc4RVHGJea2Lg3Om
1595.97 s
[pandoc-cli] include temporary-1.3-13ALOC7EiGuL5fcdI6Qhbr
1595.97 s
[pandoc-cli] include text-2.1.3-c691
1595.97 s
[pandoc-cli] include wai-extra-3.1.18-FaXDsOLfhm2AqRCck5c6OX
1595.97 s
[pandoc-cli] include warp-3.4.9-Bcl6gvYN73A3zY8DJaUvNN
1595.97 s
[pandoc-cli] Ready component graph:
1595.97 s
[pandoc-cli] definite pandoc-cli-3.7.0.2-BdFEXtx4yoTCmeDPYT8eTr-pandoc
1595.97 s
[pandoc-cli] depends base-4.20.2.0-64da
1595.97 s
[pandoc-cli] depends hslua-cli-1.4.3-GEWVAFQbzS1ZD0qJxIIXy
1595.97 s
[pandoc-cli] depends pandoc-3.7.0.2-JiBoZy05rqH1rZpfc44nO3
1595.97 s
[pandoc-cli] depends pandoc-lua-engine-0.4.3-5WfKLRnIaWo35wgF88I2i4
1595.97 s
[pandoc-cli] depends pandoc-server-0.1.0.11-1fbeQpfbRwBC9PF9PShfbM
1595.97 s
[pandoc-cli] depends safe-0.3.21-3KkbrJIc4RVHGJea2Lg3Om
1595.97 s
[pandoc-cli] depends temporary-1.3-13ALOC7EiGuL5fcdI6Qhbr
1595.97 s
[pandoc-cli] depends text-2.1.3-c691
1595.97 s
[pandoc-cli] depends wai-extra-3.1.18-FaXDsOLfhm2AqRCck5c6OX
1595.97 s
[pandoc-cli] depends warp-3.4.9-Bcl6gvYN73A3zY8DJaUvNN
1595.97 s
[pandoc-cli] Using Cabal-3.12.1.0 compiled by ghc-9.10
1595.97 s
[pandoc-cli] Using compiler: ghc-9.10.3
1595.97 s
[pandoc-cli] Using install prefix:
1595.97 s
[pandoc-cli] /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2
1595.97 s
[pandoc-cli] Executables installed in:
1595.97 s
[pandoc-cli] /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2/bin
1595.97 s
[pandoc-cli] Libraries installed in:
1595.97 s
[pandoc-cli] /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/pandoc-cli-3.7.0.2
1595.97 s
[pandoc-cli] Dynamic Libraries installed in:
1595.97 s
[pandoc-cli] /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6
1595.97 s
[pandoc-cli] Private executables installed in:
1595.97 s
[pandoc-cli] /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2/libexec/x86_64-linux-ghc-9.10.3-05f6/pandoc-cli-3.7.0.2
1595.97 s
[pandoc-cli] Data files installed in:
1595.97 s
[pandoc-cli] /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2/share/x86_64-linux-ghc-9.10.3-05f6/pandoc-cli-3.7.0.2
1595.97 s
[pandoc-cli] Documentation installed in:
1595.97 s
[pandoc-cli] /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2/share/doc/x86_64-linux-ghc-9.10.3-05f6/pandoc-cli-3.7.0.2
1595.97 s
[pandoc-cli] Configuration files installed in:
1595.97 s
[pandoc-cli] /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2/etc
1595.97 s
[pandoc-cli] No alex found
1595.97 s
[pandoc-cli] Using ar found on system at:
1595.97 s
[pandoc-cli] /nix/store/iz5lckcsg66r223si2gck7csk2hihj0m-binutils-wrapper-2.44/bin/ar
1595.97 s
[pandoc-cli] No c2hs found
1595.97 s
[pandoc-cli] No cpphs found
1595.97 s
[pandoc-cli] No doctest found
1595.97 s
[pandoc-cli] Using gcc version 14.3.0 given by user at:
1595.97 s
[pandoc-cli] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/gcc
1595.97 s
[pandoc-cli] Using ghc version 9.10.3 found on system at:
1595.97 s
[pandoc-cli] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc
1595.97 s
[pandoc-cli] Using ghc-pkg version 9.10.3 found on system at:
1595.97 s
[pandoc-cli] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/ghc-pkg-9.10.3
1595.97 s
[pandoc-cli] No ghcjs found
1595.97 s
[pandoc-cli] No ghcjs-pkg found
1595.97 s
[pandoc-cli] No greencard found
1595.97 s
[pandoc-cli] Using haddock version 2.31.1 found on system at:
1595.97 s
[pandoc-cli] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/haddock-ghc-9.10.3
1595.97 s
[pandoc-cli] No happy found
1595.97 s
[pandoc-cli] Using haskell-suite found on system at: haskell-suite-dummy-location
1595.97 s
[pandoc-cli] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
1595.97 s
[pandoc-cli] No hmake found
1595.97 s
[pandoc-cli] Using hpc version 0.69 found on system at:
1595.97 s
[pandoc-cli] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hpc-ghc-9.10.3
1595.97 s
[pandoc-cli] Using hsc2hs version 0.68.10 found on system at:
1595.97 s
[pandoc-cli] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
1595.97 s
[pandoc-cli] No hscolour found
1595.97 s
[pandoc-cli] No jhc found
1595.97 s
[pandoc-cli] Using ld found on system at:
1595.97 s
[pandoc-cli] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/ld
1595.97 s
[pandoc-cli] No pkg-config found
1595.97 s
[pandoc-cli] Using runghc version 9.10.3 found on system at:
1595.97 s
[pandoc-cli] /nix/store/s9jd43rkwc2syl9cvgj6f786avy8bgzy-ghc-9.10.3/bin/runghc-9.10.3
1595.97 s
[pandoc-cli] Using strip version 2.44 found on system at:
1595.97 s
[pandoc-cli] /nix/store/8v97ngkcpfzgghwnnr7fsz33p2x22gy9-gcc-wrapper-14.3.0/bin/strip
1595.97 s
[pandoc-cli] Using tar found on system at:
1595.97 s
[pandoc-cli] /nix/store/xl6pd2spjajwcpq09fnmnjv5psqmlmma-gnutar-1.35/bin/tar
1595.97 s
[pandoc-cli] No uhc found
1596.85 s
[pandoc-cli] Phase: buildPhase
1597.37 s
[pandoc-cli] Preprocessing executable 'pandoc' for pandoc-cli-3.7.0.2...
1597.37 s
[pandoc-cli] Building executable 'pandoc' for pandoc-cli-3.7.0.2...
1597.54 s
[pandoc-cli] [1 of 3] Compiling PandocCLI.Lua
1597.85 s
[pandoc-cli] [2 of 3] Compiling PandocCLI.Server
1597.87 s
[pandoc-cli] [3 of 3] Compiling Main
1598.56 s
[pandoc-cli] [4 of 4] Linking dist/build/pandoc/pandoc
1604.72 s
[haskell-language-server] Preprocessing library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.12.0.0...
1604.73 s
[haskell-language-server] Building library 'hls-explicit-record-fields-plugin' for haskell-language-server-2.12.0.0...
1604.86 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFields ( plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs, dist/build/hls-explicit-record-fields-plugin/Ide/Plugin/ExplicitFields.o, dist/build/hls-explicit-record-fields-plugin/Ide/Plugin/ExplicitFields.dyn_o )
1609.80 s
[haskell-language-server] [1 of 1] Compiling Ide.Plugin.ExplicitFields ( plugins/hls-explicit-record-fields-plugin/src/Ide/Plugin/ExplicitFields.hs, dist/build/hls-explicit-record-fields-plugin/Ide/Plugin/ExplicitFields.p_o )
1610.62 s
[pandoc-cli] Phase: checkPhase
1610.73 s
[pandoc-cli] Package has no test suites.
1610.74 s
[pandoc-cli] Phase: haddockPhase
1610.86 s
[pandoc-cli] Phase: installPhase
1611.07 s
[pandoc-cli] Installing executable pandoc in /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2/bin
1611.07 s
[pandoc-cli] Warning: The directory
1611.07 s
[pandoc-cli] /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2/bin is not in
1611.07 s
[pandoc-cli] the system search path.
1617.99 s
[pandoc-cli] Phase: fixupPhase
1618.01 s
[pandoc-cli] shrinking RPATHs of ELF executables and libraries in /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2
1618.01 s
[pandoc-cli] shrinking /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2/bin/pandoc
1618.38 s
[pandoc-cli] checking for references to /build/ in /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2...
1618.65 s
[pandoc-cli] gzipping man pages under /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2/share/man/
1618.68 s
[pandoc-cli] patching script interpreter paths in /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2
1618.68 s
[pandoc-cli] stripping (with command strip and flags -S -p) in /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2/bin
1620.22 s
[pandoc-cli:post-build] Uploading to cachix cache "sellout": /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2
1620.68 s
[pandoc-cli:post-build] Nothing to push - all store paths are already on Cachix.
1620.70 s
[pandoc-cli:post-build] Uploading to the NixCI cache: /nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2
1620.77 s
[pandoc-cli:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1620.78 s
[pandoc-cli:post-build] copying 1 paths...
1620.78 s
[pandoc-cli:post-build] copying path '/nix/store/rsk25mlpk4hvq0hfvh4134f33c2hh69l-pandoc-cli-3.7.0.2' to 'https://cache.nix-ci.com'...
1703.58 s
[pandoc-cli:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1703.69 s
[pandoc-cli:post-build] copying 0 paths...
1703.71 s
Progress: 47 of 53 built (1 building), 375 of 375 downloaded from cache
1703.75 s
Building /nix/store/10xzxxdy2m2dv7z9mzid70kwihb0p0z3-shellcheck-0.11.0.drv
1703.75 s
[haskell-language-server] Preprocessing library for haskell-language-server-2.12.0.0...
1703.75 s
[haskell-language-server] Building library for haskell-language-server-2.12.0.0...
1703.75 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1703.75 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1703.75 s
[haskell-language-server] but were not needed for compilation:
1703.75 s
[haskell-language-server] - ghc-9.10.3 (exposed by flag -package-id ghc-9.10.3-05f6)
1703.75 s
[haskell-language-server]
1703.75 s
[haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.o, dist/build/HlsPlugins.dyn_o )
1703.75 s
[haskell-language-server] [2 of 5] Compiling Paths_haskell_language_server ( dist/build/autogen/Paths_haskell_language_server.hs, dist/build/Paths_haskell_language_server.o, dist/build/Paths_haskell_language_server.dyn_o )
1703.75 s
[haskell-language-server] [3 of 5] Compiling Ide.Version ( src/Ide/Version.hs, dist/build/Ide/Version.o, dist/build/Ide/Version.dyn_o )
1703.75 s
[haskell-language-server] [4 of 5] Compiling Ide.Arguments ( src/Ide/Arguments.hs, dist/build/Ide/Arguments.o, dist/build/Ide/Arguments.dyn_o )
1703.75 s
[haskell-language-server] [5 of 5] Compiling Ide.Main ( src/Ide/Main.hs, dist/build/Ide/Main.o, dist/build/Ide/Main.dyn_o )
1703.75 s
[haskell-language-server] <no location info>: warning : [ GHC-42258 ] [ -Wunused-packages ]
1703.75 s
[haskell-language-server] The following packages were specified via -package or -package-id flags,
1703.75 s
[haskell-language-server] but were not needed for compilation:
1703.75 s
[haskell-language-server] - ghc-9.10.3 (exposed by flag -package-id ghc-9.10.3-05f6)
1703.75 s
[haskell-language-server]
1703.75 s
[haskell-language-server] [1 of 5] Compiling HlsPlugins ( src/HlsPlugins.hs, dist/build/HlsPlugins.p_o )
1703.75 s
[haskell-language-server] [2 of 5] Compiling Paths_haskell_language_server ( dist/build/autogen/Paths_haskell_language_server.hs, dist/build/Paths_haskell_language_server.p_o )
1703.75 s
[haskell-language-server] [3 of 5] Compiling Ide.Version ( src/Ide/Version.hs, dist/build/Ide/Version.p_o )
1703.75 s
[haskell-language-server] [4 of 5] Compiling Ide.Arguments ( src/Ide/Arguments.hs, dist/build/Ide/Arguments.p_o )
1703.75 s
[haskell-language-server] [5 of 5] Compiling Ide.Main ( src/Ide/Main.hs, dist/build/Ide/Main.p_o )
1703.75 s
[haskell-language-server] Preprocessing executable 'haskell-language-server-wrapper' for haskell-language-server-2.12.0.0...
1703.75 s
[haskell-language-server] Building executable 'haskell-language-server-wrapper' for haskell-language-server-2.12.0.0...
1703.75 s
[haskell-language-server] [1 of 2] Compiling Main ( exe/Wrapper.hs, dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper-tmp/Main.dyn_o )
1703.75 s
[haskell-language-server] [2 of 2] Compiling Paths_haskell_language_server ( dist/build/haskell-language-server-wrapper/autogen/Paths_haskell_language_server.hs, dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper-tmp/Paths_haskell_language_server.dyn_o )
1703.75 s
[haskell-language-server] [3 of 3] Linking dist/build/haskell-language-server-wrapper/haskell-language-server-wrapper
1703.75 s
[haskell-language-server] Preprocessing executable 'haskell-language-server' for haskell-language-server-2.12.0.0...
1703.75 s
[haskell-language-server] Building executable 'haskell-language-server' for haskell-language-server-2.12.0.0...
1703.75 s
[haskell-language-server] [1 of 1] Compiling Main ( exe/Main.hs, dist/build/haskell-language-server/haskell-language-server-tmp/Main.dyn_o )
1703.75 s
[haskell-language-server] [2 of 2] Linking dist/build/haskell-language-server/haskell-language-server
1703.75 s
[haskell-language-server] buildPhase completed in 12 minutes 47 seconds
1703.75 s
[haskell-language-server] Phase: haddockPhase
1703.75 s
[haskell-language-server] Phase: installPhase
1703.75 s
[haskell-language-server] Installing internal library hls-alternate-number-format-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-lbCLVSbCdZ3FqNrc3Ycqd-hls-alternate-number-format-plugin
1703.75 s
[haskell-language-server] Installing internal library hls-cabal-gild-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-LEeumOvn2Jv1hQiEPRcNGI-hls-cabal-gild-plugin
1703.75 s
[haskell-language-server] Installing internal library hls-ormolu-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-IZJ1EX8F5LoJtqFvzShGq6-hls-ormolu-plugin
1703.75 s
[haskell-language-server] Installing executable ghcide-test-preprocessor in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin
1703.75 s
[haskell-language-server] Warning: The directory
1703.75 s
[haskell-language-server] /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin
1703.75 s
[haskell-language-server] is not in the system search path.
1703.75 s
[haskell-language-server] Installing internal library hls-qualify-imported-names-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-Fn39BhuNGdiBbvXGixtLch-hls-qualify-imported-names-plugin
1703.75 s
[haskell-language-server] Installing internal library hls-code-range-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-EmWDsmQwbRhDvIWD2bJ6Lq-hls-code-range-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-eval-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-EdJH5FmNArB2ZPttEYhI1C-hls-eval-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-cabal-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-CUONWhrQPofD1kxwUaCUnG-hls-cabal-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-explicit-imports-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-CBN2chVajOk9DqQQdOCuUJ-hls-explicit-imports-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-semantic-tokens-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-AxF3S0YyhKMLn8WxGwdcgB-hls-semantic-tokens-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-pragmas-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-AkbTMzYbKmL5bYexc097fu-hls-pragmas-plugin
1703.76 s
[haskell-language-server] Installing internal library ghcide-bench-lib in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-Afoeq0LvsbgDaPgJ3GHZRq-ghcide-bench-lib
1703.76 s
[haskell-language-server] Installing internal library hls-notes-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-9ZVz3wWZNEBIuRUmMlL8uv-hls-notes-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-refactor-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-8xVWvGUuuD92rbqUzzeJ4J-hls-refactor-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-gadt-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-9ol8ZGW0Q7ECT5AHsTLsRi-hls-gadt-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-overloaded-record-dot-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-8uvzB1h1kiyG153yUU8LUY-hls-overloaded-record-dot-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-stan-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-8GTZkuArIME6cMP3RqPXJv-hls-stan-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-cabal-fmt-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-8AdoXxYEO5cCanWfygdVUr-hls-cabal-fmt-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-signature-help-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-7zu848i8hICKbdu2xwHGrJ-hls-signature-help-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-change-type-signature-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-7rFw0JBqcFt8IVzA3Wtu3L-hls-change-type-signature-plugin
1703.76 s
[haskell-language-server] Installing executable ghcide-bench in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin
1703.76 s
[haskell-language-server] Warning: The directory
1703.76 s
[haskell-language-server] /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin
1703.76 s
[haskell-language-server] is not in the system search path.
1703.76 s
[haskell-language-server] Installing internal library hls-stylish-haskell-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-6iXWahwgJ7MRT3LWTmmWf-hls-stylish-haskell-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-call-hierarchy-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-4gzAnQrNyDs3l95a1RIXp3-hls-call-hierarchy-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-rename-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-4LcdTM8XLoPLmKzLe9kPAD-hls-rename-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-module-name-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-3MR26n87Klm7kSuAuPcv9Z-hls-module-name-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-fourmolu-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-2vixebIEOHDFPZfAsrm3to-hls-fourmolu-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-class-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-2p1u5pxqPcwGkmAGWPaoKQ-hls-class-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-explicit-fixity-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-2fxEIjmDa5C1HMTAt3Epgt-hls-explicit-fixity-plugin
1703.76 s
[haskell-language-server] Installing internal library hls-explicit-record-fields-plugin in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-121ssoVa2U17a3T0khajQA-hls-explicit-record-fields-plugin
1703.76 s
[haskell-language-server] Installing library in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/haskell-language-server-2.12.0.0-1StLjRqfbWv7aVO4MeqMRa
1703.76 s
[haskell-language-server] Installing executable haskell-language-server-wrapper in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin
1703.76 s
[haskell-language-server] Warning: The directory
1703.76 s
[haskell-language-server] /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin
1703.76 s
[haskell-language-server] is not in the system search path.
1703.76 s
[haskell-language-server] Installing executable haskell-language-server in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin
1703.76 s
[haskell-language-server] Warning: The directory
1703.76 s
[haskell-language-server] /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin
1703.76 s
[haskell-language-server] is not in the system search path.
1703.76 s
[haskell-language-server] Phase: fixupPhase
1703.76 s
[haskell-language-server] shrinking RPATHs of ELF executables and libraries in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin/haskell-language-server-wrapper
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin/ghcide-test-preprocessor
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin/.haskell-language-server-9.10.3-unwrapped
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin/ghcide-bench
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-8GTZkuArIME6cMP3RqPXJv-hls-stan-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-1StLjRqfbWv7aVO4MeqMRa-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-8AdoXxYEO5cCanWfygdVUr-hls-cabal-fmt-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-EdJH5FmNArB2ZPttEYhI1C-hls-eval-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-8xVWvGUuuD92rbqUzzeJ4J-hls-refactor-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-3MR26n87Klm7kSuAuPcv9Z-hls-module-name-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-7zu848i8hICKbdu2xwHGrJ-hls-signature-help-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-4gzAnQrNyDs3l95a1RIXp3-hls-call-hierarchy-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-7rFw0JBqcFt8IVzA3Wtu3L-hls-change-type-signature-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-8uvzB1h1kiyG153yUU8LUY-hls-overloaded-record-dot-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-lbCLVSbCdZ3FqNrc3Ycqd-hls-alternate-number-format-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-LEeumOvn2Jv1hQiEPRcNGI-hls-cabal-gild-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-2fxEIjmDa5C1HMTAt3Epgt-hls-explicit-fixity-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-9ZVz3wWZNEBIuRUmMlL8uv-hls-notes-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-6iXWahwgJ7MRT3LWTmmWf-hls-stylish-haskell-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-2vixebIEOHDFPZfAsrm3to-hls-fourmolu-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-IZJ1EX8F5LoJtqFvzShGq6-hls-ormolu-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-4LcdTM8XLoPLmKzLe9kPAD-hls-rename-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-CBN2chVajOk9DqQQdOCuUJ-hls-explicit-imports-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-CUONWhrQPofD1kxwUaCUnG-hls-cabal-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-AxF3S0YyhKMLn8WxGwdcgB-hls-semantic-tokens-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-2p1u5pxqPcwGkmAGWPaoKQ-hls-class-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-9ol8ZGW0Q7ECT5AHsTLsRi-hls-gadt-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-EmWDsmQwbRhDvIWD2bJ6Lq-hls-code-range-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-Fn39BhuNGdiBbvXGixtLch-hls-qualify-imported-names-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-AkbTMzYbKmL5bYexc097fu-hls-pragmas-plugin-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-Afoeq0LvsbgDaPgJ3GHZRq-ghcide-bench-lib-ghc9.10.3.so
1703.76 s
[haskell-language-server] shrinking /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-05f6/libHShaskell-language-server-2.12.0.0-121ssoVa2U17a3T0khajQA-hls-explicit-record-fields-plugin-ghc9.10.3.so
1703.81 s
[shellcheck] Phase: unpackPhase
1703.81 s
[shellcheck] unpacking source archive /nix/store/0y569php6xr1v629bbggizl1ba1mrf5b-ShellCheck-0.11.0.tar.gz
1703.82 s
[shellcheck] source root is ShellCheck-0.11.0
1703.82 s
[shellcheck] setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "ShellCheck-0.11.0/test/shellcheck.hs"
1703.83 s
[shellcheck] Phase: patchPhase
1703.83 s
[shellcheck] Phase: updateAutotoolsGnuConfigScriptsPhase
1703.84 s
[shellcheck] Phase: configurePhase
1703.85 s
[shellcheck] no configure script, doing nothing
1703.85 s
[shellcheck] Phase: buildPhase
1703.87 s
[haskell-language-server] checking for references to /build/ in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0...
1703.94 s
[shellcheck] Phase: installPhase
1703.97 s
[shellcheck] Phase: fixupPhase
1704.00 s
[shellcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/42acbjqxrq13cwjccjnqjs6ih4s3v5cf-shellcheck-0.11.0-bin
1704.00 s
[shellcheck] shrinking /nix/store/42acbjqxrq13cwjccjnqjs6ih4s3v5cf-shellcheck-0.11.0-bin/bin/shellcheck
1704.01 s
[shellcheck] checking for references to /build/ in /nix/store/42acbjqxrq13cwjccjnqjs6ih4s3v5cf-shellcheck-0.11.0-bin...
1704.02 s
[haskell-language-server] patching script interpreter paths in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0
1704.03 s
[shellcheck] patching script interpreter paths in /nix/store/42acbjqxrq13cwjccjnqjs6ih4s3v5cf-shellcheck-0.11.0-bin
1704.03 s
[haskell-language-server] /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin/haskell-language-server: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1704.03 s
[shellcheck] stripping (with command strip and flags -S -p) in /nix/store/42acbjqxrq13cwjccjnqjs6ih4s3v5cf-shellcheck-0.11.0-bin/bin
1704.05 s
[shellcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/wnrx5kpnb68pxkjx89wh402zzik90ykj-shellcheck-0.11.0-man
1704.05 s
[haskell-language-server] stripping (with command strip and flags -S -p) in /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/lib /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin
1704.05 s
[shellcheck] checking for references to /build/ in /nix/store/wnrx5kpnb68pxkjx89wh402zzik90ykj-shellcheck-0.11.0-man...
1704.06 s
[shellcheck] gzipping man pages under /nix/store/wnrx5kpnb68pxkjx89wh402zzik90ykj-shellcheck-0.11.0-man/share/man/
1704.07 s
[shellcheck] patching script interpreter paths in /nix/store/wnrx5kpnb68pxkjx89wh402zzik90ykj-shellcheck-0.11.0-man
1704.08 s
[shellcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/k11wy84pjb36rcpmz327ph29m2a1c92s-shellcheck-0.11.0-doc
1704.08 s
[shellcheck] checking for references to /build/ in /nix/store/k11wy84pjb36rcpmz327ph29m2a1c92s-shellcheck-0.11.0-doc...
1704.10 s
[shellcheck] patching script interpreter paths in /nix/store/k11wy84pjb36rcpmz327ph29m2a1c92s-shellcheck-0.11.0-doc
1704.10 s
[shellcheck] shrinking RPATHs of ELF executables and libraries in /nix/store/0lmcmi3d6zdmqm19mqr9kx9wl2gd1p6w-shellcheck-0.11.0
1704.10 s
[shellcheck] checking for references to /build/ in /nix/store/0lmcmi3d6zdmqm19mqr9kx9wl2gd1p6w-shellcheck-0.11.0...
1704.11 s
[shellcheck] patching script interpreter paths in /nix/store/0lmcmi3d6zdmqm19mqr9kx9wl2gd1p6w-shellcheck-0.11.0
1704.21 s
[shellcheck:post-build] Uploading to cachix cache "sellout": /nix/store/0lmcmi3d6zdmqm19mqr9kx9wl2gd1p6w-shellcheck-0.11.0 /nix/store/42acbjqxrq13cwjccjnqjs6ih4s3v5cf-shellcheck-0.11.0-bin /nix/store/k11wy84pjb36rcpmz327ph29m2a1c92s-shellcheck-0.11.0-doc /nix/store/wnrx5kpnb68pxkjx89wh402zzik90ykj-shellcheck-0.11.0-man
1704.68 s
[shellcheck:post-build] Nothing to push - all store paths are already on Cachix.
1704.70 s
[shellcheck:post-build] Uploading to the NixCI cache: /nix/store/0lmcmi3d6zdmqm19mqr9kx9wl2gd1p6w-shellcheck-0.11.0 /nix/store/42acbjqxrq13cwjccjnqjs6ih4s3v5cf-shellcheck-0.11.0-bin /nix/store/k11wy84pjb36rcpmz327ph29m2a1c92s-shellcheck-0.11.0-doc /nix/store/wnrx5kpnb68pxkjx89wh402zzik90ykj-shellcheck-0.11.0-man
1704.84 s
[shellcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1704.87 s
[shellcheck:post-build] copying 1 paths...
1704.87 s
[shellcheck:post-build] copying path '/nix/store/42acbjqxrq13cwjccjnqjs6ih4s3v5cf-shellcheck-0.11.0-bin' to 'https://cache.nix-ci.com'...
1707.32 s
[shellcheck:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1707.43 s
[shellcheck:post-build] copying 0 paths...
1707.45 s
Progress: 48 of 53 built (1 building), 375 of 375 downloaded from cache
1707.50 s
Building /nix/store/na71b1qblfcv0x84nz68yybh61b6qjlv-bash-language-server-5.6.0.drv
1707.50 s
[haskell-language-server] rewriting symlink /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0/bin/haskell-language-server-9.10.3 to be relative to /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0
1707.50 s
[haskell-language-server] fixupPhase completed in 43 seconds
1708.54 s
[haskell-language-server:post-build] Uploading to cachix cache "sellout": /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0
1709.05 s
[haskell-language-server:post-build] Nothing to push - all store paths are already on Cachix.
1709.07 s
[haskell-language-server:post-build] Uploading to the NixCI cache: /nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0
1709.12 s
[haskell-language-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1709.17 s
[haskell-language-server:post-build] copying 1 paths...
1709.17 s
[haskell-language-server:post-build] copying path '/nix/store/c94n8ga308kw0sr6rixn32qmfwjg69zf-haskell-language-server-2.12.0.0' to 'https://cache.nix-ci.com'...
1736.75 s
[haskell-language-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1736.89 s
[haskell-language-server:post-build] copying 0 paths...
1736.92 s
Progress: 49 of 53 built (1 building), 375 of 375 downloaded from cache
1736.92 s
[bash-language-server] Using versionCheckHook
1736.92 s
[bash-language-server] Phase: unpackPhase
1736.92 s
[bash-language-server] unpacking source archive /nix/store/lxydhrakpk9ccbjzavdgm3f3imkypnw2-source
1736.92 s
[bash-language-server] source root is source
1736.92 s
[bash-language-server] Phase: patchPhase
1736.92 s
[bash-language-server] Phase: updateAutotoolsGnuConfigScriptsPhase
1736.92 s
[bash-language-server] Phase: configurePhase
1736.92 s
[bash-language-server] no configure script, doing nothing
1736.92 s
[bash-language-server] Executing pnpmConfigHook
1736.92 s
[bash-language-server] Found 'pnpm' with version '10.28.0'
1736.92 s
[bash-language-server] Using fetcherVersion: 3
1736.92 s
[bash-language-server] Configuring pnpm store
1736.92 s
[bash-language-server] /build /build/source
1736.92 s
[bash-language-server] /build/source
1736.92 s
[bash-language-server] Installing dependencies
1736.92 s
[bash-language-server] Lockfile is up to date, resolution step is skipped
1736.92 s
[bash-language-server] Progress: resolved 1 , reused 0 , downloaded 0 , added 0
1736.92 s
[bash-language-server] . | +416
1736.92 s
[bash-language-server] Progress: resolved 1 , reused 0 , downloaded 0 , added 0
1736.92 s
[bash-language-server] Progress: resolved 416 , reused 104 , downloaded 0 , added 0
1736.92 s
[bash-language-server] Progress: resolved 416 , reused 415 , downloaded 0 , added 91
1736.92 s
[bash-language-server] Progress: resolved 416 , reused 416 , downloaded 0 , added 400
1736.92 s
[bash-language-server] Progress: resolved 416 , reused 416 , downloaded 0 , added 416 , done
1736.92 s
[bash-language-server] Done in 1.3s using pnpm v10.28.0
1736.92 s
[bash-language-server] Patching scripts
1736.92 s
[bash-language-server] patching script interpreter paths in node_modules/@types node_modules/@typescript-eslint node_modules/cross-spawn node_modules/eslint node_modules/eslint-config-prettier node_modules/eslint-plugin-jest node_modules/eslint-plugin-prettier node_modules/eslint-plugin-simple-import-sort node_modules/eslint-plugin-sort-class-members node_modules/jest node_modules/prettier node_modules/ts-jest node_modules/typescript node_modules/vscode-languageserver node_modules/vscode-languageserver-textdocument node_modules/.bin node_modules/.modules.yaml node_modules/.pnpm node_modules/.pnpm-workspace-state-v1.json
1736.92 s
[bash-language-server] node_modules/.bin/tsserver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.bin/tsc: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.bin/jest: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.bin/eslint: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.bin/installServerIntoExtension: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.bin/ts-jest: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.bin/prettier: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.bin/eslint-config-prettier: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.pnpm/semver@6.3.1/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.92 s
[bash-language-server] node_modules/.pnpm/vscode-languageserver@8.0.2/node_modules/vscode-languageserver/bin/installServerIntoExtension: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.92 s
[bash-language-server] node_modules/.pnpm/ts-api-utils@1.3.0_typescript@5.6.3/node_modules/ts-api-utils/node_modules/.bin/tsserver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.pnpm/ts-api-utils@1.3.0_typescript@5.6.3/node_modules/ts-api-utils/node_modules/.bin/tsc: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.pnpm/@babel+core@7.22.6/node_modules/@babel/core/node_modules/.bin/semver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.pnpm/@babel+core@7.22.6/node_modules/@babel/core/node_modules/.bin/parser: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.pnpm/@babel+core@7.22.6/node_modules/@babel/core/node_modules/.bin/json5: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.pnpm/eslint-plugin-jest@28.11.0_@typescript-eslint+eslint-plugin@7.18.0_@typescript-eslint+p_bba564ecab3f9dda53acf7b3e4516a01/node_modules/eslint-plugin-jest/node_modules/.bin/jest: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.pnpm/eslint-plugin-jest@28.11.0_@typescript-eslint+eslint-plugin@7.18.0_@typescript-eslint+p_bba564ecab3f9dda53acf7b3e4516a01/node_modules/eslint-plugin-jest/node_modules/.bin/eslint: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.pnpm/@types+babel__core@7.20.1/node_modules/@types/babel__core/node_modules/.bin/parser: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.pnpm/flat-cache@3.0.4/node_modules/flat-cache/node_modules/.bin/rimraf: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.92 s
[bash-language-server] node_modules/.pnpm/resolve@1.22.2/node_modules/resolve/bin/resolve: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.92 s
[bash-language-server] node_modules/.pnpm/jake@10.9.2/node_modules/jake/bin/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/jake@10.9.2/node_modules/jake/bin/bash_completion.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/bash"
1736.93 s
[bash-language-server] node_modules/.pnpm/json5@2.2.3/node_modules/json5/lib/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/esprima@4.0.1/node_modules/esprima/bin/esvalidate.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/esprima@4.0.1/node_modules/esprima/bin/esparse.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/eslint@8.57.1/node_modules/eslint/bin/eslint.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/eslint@8.57.1/node_modules/eslint/node_modules/.bin/js-yaml: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/eslint-plugin-prettier@4.2.1_eslint-config-prettier@9.1.0_eslint@8.57.1__eslint@8.57.1_prettier@2.8.8/node_modules/eslint-plugin-prettier/node_modules/.bin/eslint: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/eslint-plugin-prettier@4.2.1_eslint-config-prettier@9.1.0_eslint@8.57.1__eslint@8.57.1_prettier@2.8.8/node_modules/eslint-plugin-prettier/node_modules/.bin/prettier: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/eslint-plugin-prettier@4.2.1_eslint-config-prettier@9.1.0_eslint@8.57.1__eslint@8.57.1_prettier@2.8.8/node_modules/eslint-plugin-prettier/node_modules/.bin/eslint-config-prettier: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/istanbul-lib-instrument@5.2.1/node_modules/istanbul-lib-instrument/node_modules/.bin/semver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/istanbul-lib-instrument@5.2.1/node_modules/istanbul-lib-instrument/node_modules/.bin/parser: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@typescript-eslint+utils@7.18.0_eslint@8.57.1_typescript@5.6.3/node_modules/@typescript-eslint/utils/node_modules/.bin/eslint: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/istanbul-lib-instrument@6.0.0/node_modules/istanbul-lib-instrument/node_modules/.bin/semver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/istanbul-lib-instrument@6.0.0/node_modules/istanbul-lib-instrument/node_modules/.bin/parser: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/ejs@3.1.10/node_modules/ejs/bin/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/ejs@3.1.10/node_modules/ejs/node_modules/.bin/jake: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@babel+generator@7.22.5/node_modules/@babel/generator/node_modules/.bin/jsesc: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@babel+template@7.22.15/node_modules/@babel/template/node_modules/.bin/parser: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/eslint-config-prettier@9.1.0_eslint@8.57.1/node_modules/eslint-config-prettier/bin/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/eslint-config-prettier@9.1.0_eslint@8.57.1/node_modules/eslint-config-prettier/node_modules/.bin/eslint: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/make-dir@3.1.0/node_modules/make-dir/node_modules/.bin/semver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@istanbuljs+load-nyc-config@1.1.0/node_modules/@istanbuljs/load-nyc-config/node_modules/.bin/js-yaml: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/espree@9.6.1/node_modules/espree/node_modules/.bin/acorn: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@types+babel__template@7.4.1/node_modules/@types/babel__template/node_modules/.bin/parser: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@babel+generator@7.23.0/node_modules/@babel/generator/node_modules/.bin/jsesc: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/rimraf@3.0.2/node_modules/rimraf/bin.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/jsesc@2.5.2/node_modules/jsesc/bin/jsesc: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/@eslint+eslintrc@2.1.4/node_modules/@eslint/eslintrc/node_modules/.bin/js-yaml: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@babel+helper-compilation-targets@7.22.6_@babel+core@7.22.6/node_modules/@babel/helper-compilation-targets/node_modules/.bin/browserslist: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@babel+helper-compilation-targets@7.22.6_@babel+core@7.22.6/node_modules/@babel/helper-compilation-targets/node_modules/.bin/semver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@babel+parser@7.22.6/node_modules/@babel/parser/bin/babel-parser.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/@babel+traverse@7.23.2/node_modules/@babel/traverse/node_modules/.bin/parser: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@typescript-eslint+type-utils@7.18.0_eslint@8.57.1_typescript@5.6.3/node_modules/@typescript-eslint/type-utils/node_modules/.bin/tsserver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@typescript-eslint+type-utils@7.18.0_eslint@8.57.1_typescript@5.6.3/node_modules/@typescript-eslint/type-utils/node_modules/.bin/tsc: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@typescript-eslint+type-utils@7.18.0_eslint@8.57.1_typescript@5.6.3/node_modules/@typescript-eslint/type-utils/node_modules/.bin/eslint: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/jest@29.7.0_@types+node@18.19.86/node_modules/jest/bin/jest.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/jest@29.7.0_@types+node@18.19.86/node_modules/jest/node_modules/.bin/jest: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/jest@29.7.0_@types+node@18.19.86/node_modules/jest/node_modules/.bin/import-local-fixture: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@babel+parser@7.23.0/node_modules/@babel/parser/bin/babel-parser.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/@typescript-eslint+parser@7.18.0_eslint@8.57.1_typescript@5.6.3/node_modules/@typescript-eslint/parser/node_modules/.bin/tsserver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@typescript-eslint+parser@7.18.0_eslint@8.57.1_typescript@5.6.3/node_modules/@typescript-eslint/parser/node_modules/.bin/tsc: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@typescript-eslint+parser@7.18.0_eslint@8.57.1_typescript@5.6.3/node_modules/@typescript-eslint/parser/node_modules/.bin/eslint: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/jest-resolve@29.7.0/node_modules/jest-resolve/node_modules/.bin/resolve: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/acorn-jsx@5.3.2_acorn@8.9.0/node_modules/acorn-jsx/node_modules/.bin/acorn: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/@nicolo-ribaudo+semver-v6@6.3.3/node_modules/@nicolo-ribaudo/semver-v6/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/browserslist@4.21.9/node_modules/browserslist/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/browserslist@4.21.9/node_modules/browserslist/node_modules/.bin/update-browserslist-db: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/prettier@2.8.8/node_modules/prettier/bin-prettier.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsserver: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsc: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/editorconfig@2.0.1/node_modules/editorconfig/bin/editorconfig: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/editorconfig@2.0.1/node_modules/editorconfig/node_modules/.bin/semver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/import-local@3.1.0/node_modules/import-local/fixtures/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/eslint-plugin-sort-class-members@1.21.0_eslint@8.57.1/node_modules/eslint-plugin-sort-class-members/node_modules/.bin/eslint: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.93 s
[bash-language-server] node_modules/.pnpm/js-yaml@3.14.1/node_modules/js-yaml/bin/js-yaml.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.93 s
[bash-language-server] node_modules/.pnpm/js-yaml@3.14.1/node_modules/js-yaml/node_modules/.bin/esvalidate: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.95 s
[bash-language-server] node_modules/.pnpm/js-yaml@3.14.1/node_modules/js-yaml/node_modules/.bin/esparse: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.96 s
[bash-language-server] node_modules/.pnpm/eslint-plugin-simple-import-sort@12.1.1_eslint@8.57.1/node_modules/eslint-plugin-simple-import-sort/node_modules/.bin/eslint: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1736.97 s
[bash-language-server] node_modules/.pnpm/create-jest@29.7.0_@types+node@18.19.86/node_modules/create-jest/bin/create-jest.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.98 s
[bash-language-server] node_modules/.pnpm/js-yaml@4.1.0/node_modules/js-yaml/bin/js-yaml.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1736.99 s
[bash-language-server] node_modules/.pnpm/acorn@8.9.0/node_modules/acorn/bin/acorn: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1737.00 s
[bash-language-server] node_modules/.pnpm/jest-cli@29.7.0_@types+node@18.19.86/node_modules/jest-cli/bin/jest.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1737.01 s
[bash-language-server] node_modules/.pnpm/jest-cli@29.7.0_@types+node@18.19.86/node_modules/jest-cli/node_modules/.bin/create-jest: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.02 s
[bash-language-server] node_modules/.pnpm/jest-cli@29.7.0_@types+node@18.19.86/node_modules/jest-cli/node_modules/.bin/import-local-fixture: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.03 s
[bash-language-server] node_modules/.pnpm/@typescript-eslint+typescript-estree@7.18.0_typescript@5.6.3/node_modules/@typescript-eslint/typescript-estree/node_modules/.bin/semver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.04 s
[bash-language-server] node_modules/.pnpm/@typescript-eslint+typescript-estree@7.18.0_typescript@5.6.3/node_modules/@typescript-eslint/typescript-estree/node_modules/.bin/tsserver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.05 s
[bash-language-server] node_modules/.pnpm/@typescript-eslint+typescript-estree@7.18.0_typescript@5.6.3/node_modules/@typescript-eslint/typescript-estree/node_modules/.bin/tsc: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.06 s
[bash-language-server] node_modules/.pnpm/update-browserslist-db@1.0.11_browserslist@4.21.9/node_modules/update-browserslist-db/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1737.07 s
[bash-language-server] node_modules/.pnpm/update-browserslist-db@1.0.11_browserslist@4.21.9/node_modules/update-browserslist-db/node_modules/.bin/browserslist: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.08 s
[bash-language-server] node_modules/.pnpm/@babel+template@7.22.5/node_modules/@babel/template/node_modules/.bin/parser: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.09 s
[bash-language-server] node_modules/.pnpm/semver@7.7.1/node_modules/semver/bin/semver.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1737.10 s
[bash-language-server] node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/node_modules/.bin/node-which: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.12 s
[bash-language-server] node_modules/.pnpm/@typescript-eslint+eslint-plugin@7.18.0_@typescript-eslint+parser@7.18.0_eslint@8.57.1__e6014347be2ddc1aabad24015a3e65d1/node_modules/@typescript-eslint/eslint-plugin/node_modules/.bin/tsserver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.13 s
[bash-language-server] node_modules/.pnpm/@typescript-eslint+eslint-plugin@7.18.0_@typescript-eslint+parser@7.18.0_eslint@8.57.1__e6014347be2ddc1aabad24015a3e65d1/node_modules/@typescript-eslint/eslint-plugin/node_modules/.bin/tsc: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.14 s
[bash-language-server] node_modules/.pnpm/@typescript-eslint+eslint-plugin@7.18.0_@typescript-eslint+parser@7.18.0_eslint@8.57.1__e6014347be2ddc1aabad24015a3e65d1/node_modules/@typescript-eslint/eslint-plugin/node_modules/.bin/eslint: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.15 s
[bash-language-server] node_modules/.pnpm/exit@0.1.2/node_modules/exit/test/fixtures/create-files.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/bash"
1737.16 s
[bash-language-server] node_modules/.pnpm/which@2.0.2/node_modules/which/bin/node-which: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1737.17 s
[bash-language-server] node_modules/.pnpm/ts-jest@29.3.2_@babel+core@7.22.6_@jest+transform@29.7.0_@jest+types@29.6.3_babel-jest@_d88d08811041576873e02318200604f4/node_modules/ts-jest/cli.js: interpreter directive changed from "#!/usr/bin/env node" to "/nix/store/qbj1w0y8ilv183jhdv2ws6dfhzph680p-nodejs-22.22.2/bin/node"
1737.18 s
[bash-language-server] node_modules/.pnpm/ts-jest@29.3.2_@babel+core@7.22.6_@jest+transform@29.7.0_@jest+types@29.6.3_babel-jest@_d88d08811041576873e02318200604f4/node_modules/ts-jest/node_modules/.bin/ejs: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.19 s
[bash-language-server] node_modules/.pnpm/ts-jest@29.3.2_@babel+core@7.22.6_@jest+transform@29.7.0_@jest+types@29.6.3_babel-jest@_d88d08811041576873e02318200604f4/node_modules/ts-jest/node_modules/.bin/semver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.20 s
[bash-language-server] node_modules/.pnpm/ts-jest@29.3.2_@babel+core@7.22.6_@jest+transform@29.7.0_@jest+types@29.6.3_babel-jest@_d88d08811041576873e02318200604f4/node_modules/ts-jest/node_modules/.bin/tsserver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.22 s
[bash-language-server] node_modules/.pnpm/ts-jest@29.3.2_@babel+core@7.22.6_@jest+transform@29.7.0_@jest+types@29.6.3_babel-jest@_d88d08811041576873e02318200604f4/node_modules/ts-jest/node_modules/.bin/tsc: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.23 s
[bash-language-server] node_modules/.pnpm/ts-jest@29.3.2_@babel+core@7.22.6_@jest+transform@29.7.0_@jest+types@29.6.3_babel-jest@_d88d08811041576873e02318200604f4/node_modules/ts-jest/node_modules/.bin/jest: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.24 s
[bash-language-server] node_modules/.pnpm/ts-jest@29.3.2_@babel+core@7.22.6_@jest+transform@29.7.0_@jest+types@29.6.3_babel-jest@_d88d08811041576873e02318200604f4/node_modules/ts-jest/node_modules/.bin/json5: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.25 s
[bash-language-server] node_modules/.pnpm/@eslint-community+eslint-utils@4.4.0_eslint@8.57.1/node_modules/@eslint-community/eslint-utils/node_modules/.bin/eslint: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.26 s
[bash-language-server] node_modules/.pnpm/jest-snapshot@29.7.0/node_modules/jest-snapshot/node_modules/.bin/semver: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1737.27 s
[bash-language-server] Finished pnpmConfigHook
1737.27 s
[bash-language-server] Phase: buildPhase
1737.56 s
[bash-language-server]
1737.56 s
[bash-language-server] > @ compile /build/source
1737.56 s
[bash-language-server] > tsc -b server
1737.56 s
[bash-language-server]
1739.49 s
[bash-language-server] Phase: installPhase
1739.86 s
[bash-language-server] Lockfile is up to date, resolution step is skipped
1739.89 s
[bash-language-server] Already up to date
1740.16 s
[bash-language-server]
1740.16 s
[bash-language-server] devDependencies:
1740.16 s
[bash-language-server] - @types/jest 29.5.14
1740.16 s
[bash-language-server] - @types/node 18.19.86
1740.16 s
[bash-language-server] - @typescript-eslint/eslint-plugin 7.18.0
1740.16 s
[bash-language-server] - @typescript-eslint/parser 7.18.0
1740.16 s
[bash-language-server] - cross-spawn 7.0.6
1740.16 s
[bash-language-server] - eslint 8.57.1
1740.16 s
[bash-language-server] - eslint-config-prettier 9.1.0
1740.16 s
[bash-language-server] - eslint-plugin-jest 28.11.0
1740.16 s
[bash-language-server] - eslint-plugin-prettier 4.2.1
1740.16 s
[bash-language-server] - eslint-plugin-simple-import-sort 12.1.1
1740.16 s
[bash-language-server] - eslint-plugin-sort-class-members 1.21.0
1740.16 s
[bash-language-server] - jest 29.7.0
1740.16 s
[bash-language-server] - prettier 2.8.8
1740.16 s
[bash-language-server] - ts-jest 29.3.2
1740.16 s
[bash-language-server] - typescript 5.6.3
1740.16 s
[bash-language-server] - vscode-languageserver 8.0.2
1740.16 s
[bash-language-server] - vscode-languageserver-textdocument 1.0.12
1740.16 s
[bash-language-server]
1740.37 s
[bash-language-server] Phase: fixupPhase
1740.39 s
[bash-language-server] shrinking RPATHs of ELF executables and libraries in /nix/store/wv7hbfyvnms0157izi6l64dgfrfllqzk-bash-language-server-5.6.0
1740.39 s
[bash-language-server] shrinking /nix/store/wv7hbfyvnms0157izi6l64dgfrfllqzk-bash-language-server-5.6.0/bin/bash-language-server
1740.50 s
[bash-language-server] checking for references to /build/ in /nix/store/wv7hbfyvnms0157izi6l64dgfrfllqzk-bash-language-server-5.6.0...
1740.65 s
[bash-language-server] patching script interpreter paths in /nix/store/wv7hbfyvnms0157izi6l64dgfrfllqzk-bash-language-server-5.6.0
1740.66 s
[bash-language-server] /nix/store/wv7hbfyvnms0157izi6l64dgfrfllqzk-bash-language-server-5.6.0/lib/bash-language-server/server/node_modules/.bin/installServerIntoExtension: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1740.67 s
[bash-language-server] /nix/store/wv7hbfyvnms0157izi6l64dgfrfllqzk-bash-language-server-5.6.0/lib/bash-language-server/server/node_modules/.bin/editorconfig: interpreter directive changed from "#!/bin/sh" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/sh"
1740.68 s
[bash-language-server] /nix/store/wv7hbfyvnms0157izi6l64dgfrfllqzk-bash-language-server-5.6.0/lib/bash-language-server/server/src/get-options.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/3hgg7pr65imdrifqqh3flg3arvkc2r22-bash-5.3p3/bin/bash"
1741.12 s
[bash-language-server] Phase: installCheckPhase
1741.13 s
[bash-language-server] Executing versionCheckPhase
1741.35 s
[bash-language-server] Did not find version 5.6.0 in the output of the command /nix/store/wv7hbfyvnms0157izi6l64dgfrfllqzk-bash-language-server-5.6.0/bin/bash-language-server --help
1741.35 s
[bash-language-server] Usage:
1741.35 s
[bash-language-server] bash-language-server start Start listening on stdin/stdout
1741.35 s
[bash-language-server] bash-language-server -h, --help Display this help and exit
1741.35 s
[bash-language-server] bash-language-server -v, --version Print the version and exit
1741.35 s
[bash-language-server]
1741.35 s
[bash-language-server] Environment variables:
1741.35 s
[bash-language-server] BASH_IDE_LOG_LEVEL Set the log level (default: info)
1741.35 s
[bash-language-server]
1741.35 s
[bash-language-server] Further documentation: https://github.com/bash-lsp/bash-language-server
1741.35 s
[bash-language-server] (node:1257) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
1741.35 s
[bash-language-server] (Use `bash-language-server --trace-deprecation ...` to show where the warning was created)
1741.53 s
[bash-language-server] Successfully managed to find version 5.6.0 in the output of the command /nix/store/wv7hbfyvnms0157izi6l64dgfrfllqzk-bash-language-server-5.6.0/bin/bash-language-server --version
1741.53 s
[bash-language-server] 5.6.0
1741.53 s
[bash-language-server] (node:1268) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
1741.53 s
[bash-language-server] (Use `bash-language-server --trace-deprecation ...` to show where the warning was created)
1741.53 s
[bash-language-server] Finished versionCheckPhase
1741.53 s
[bash-language-server] no Makefile or custom installCheckPhase, doing nothing
1741.97 s
[bash-language-server:post-build] Uploading to cachix cache "sellout": /nix/store/wv7hbfyvnms0157izi6l64dgfrfllqzk-bash-language-server-5.6.0
1742.42 s
[bash-language-server:post-build] Nothing to push - all store paths are already on Cachix.
1742.45 s
[bash-language-server:post-build] Uploading to the NixCI cache: /nix/store/wv7hbfyvnms0157izi6l64dgfrfllqzk-bash-language-server-5.6.0
1742.51 s
[bash-language-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1742.53 s
[bash-language-server:post-build] copying 1 paths...
1742.53 s
[bash-language-server:post-build] copying path '/nix/store/wv7hbfyvnms0157izi6l64dgfrfllqzk-bash-language-server-5.6.0' to 'https://cache.nix-ci.com'...
1744.42 s
[bash-language-server:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1744.55 s
[bash-language-server:post-build] copying 0 paths...
1744.57 s
Progress: 50 of 53 built, 375 of 375 downloaded from cache
1744.64 s
Building /nix/store/zyxicd0liv81yslrfa6dab201msi5mja-project-manager-path-for-duoids.drv
1744.74 s
[project-manager-path-for-duoids] created 346 symlinks in user environment
1744.81 s
[project-manager-path-for-duoids:post-build] Uploading to cachix cache "sellout": /nix/store/1drjlq9sq4ss40gjq9fdih54yrj55abx-project-manager-path-for-duoids
1745.27 s
[project-manager-path-for-duoids:post-build] Nothing to push - all store paths are already on Cachix.
1745.29 s
[project-manager-path-for-duoids:post-build] Uploading to the NixCI cache: /nix/store/1drjlq9sq4ss40gjq9fdih54yrj55abx-project-manager-path-for-duoids
1745.35 s
[project-manager-path-for-duoids:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1745.40 s
[project-manager-path-for-duoids:post-build] copying 0 paths...
1745.47 s
[project-manager-path-for-duoids:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1745.68 s
[project-manager-path-for-duoids:post-build] copying 0 paths...
1745.72 s
Progress: 51 of 53 built, 375 of 375 downloaded from cache
1745.83 s
Building /nix/store/lzqf1n6pcicir9nw2wd8hbc9s8pywvcb-ghc-shell-for-packages-0.drv
1746.86 s
[ghc-shell-for-packages:post-build] Uploading to cachix cache "sellout": /nix/store/655wgqsaddnl8vcyrvxcqz4skja3xfq8-ghc-shell-for-packages-0
1747.45 s
[ghc-shell-for-packages:post-build] Pushing 1 paths (795 are already present) using zstd to cache sellout ⏳
1747.45 s
[ghc-shell-for-packages:post-build]
1747.78 s
[ghc-shell-for-packages:post-build] Pushing /nix/store/655wgqsaddnl8vcyrvxcqz4skja3xfq8-ghc-shell-for-packages-0 (336.00 B)
1748.57 s
[ghc-shell-for-packages:post-build]
1748.57 s
[ghc-shell-for-packages:post-build] All done.
1748.59 s
[ghc-shell-for-packages:post-build] Uploading to the NixCI cache: /nix/store/655wgqsaddnl8vcyrvxcqz4skja3xfq8-ghc-shell-for-packages-0
1748.64 s
[ghc-shell-for-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1748.70 s
[ghc-shell-for-packages:post-build] copying 1 paths...
1748.70 s
[ghc-shell-for-packages:post-build] copying path '/nix/store/655wgqsaddnl8vcyrvxcqz4skja3xfq8-ghc-shell-for-packages-0' to 'https://cache.nix-ci.com'...
1748.91 s
[ghc-shell-for-packages:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
1749.23 s
[ghc-shell-for-packages:post-build] copying 1 paths...
1749.23 s
[ghc-shell-for-packages:post-build] copying path '/nix/store/lzqf1n6pcicir9nw2wd8hbc9s8pywvcb-ghc-shell-for-packages-0.drv' to 'https://cache.nix-ci.com'...
1749.42 s
Progress: 52 of 53 built, 375 of 375 downloaded from cache
1749.43 s
Progress: 53 of 53 built, 375 of 375 downloaded from cache
1749.43 s
/nix/store/655wgqsaddnl8vcyrvxcqz4skja3xfq8-ghc-shell-for-packages-0
1749.52 s
Build succeeded.