Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a DynFlags plugin. #56

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Add a DynFlags plugin.

340f62e
Select commit
Loading
Failed to load commit list.
Draft

Add a DynFlags plugin. #56

Add a DynFlags plugin.
340f62e
Select commit
Loading
Failed to load commit list.
Garnix CI / package ghc928_categorifier-vec-integration-test [aarch64-linux] failed Feb 9, 2024 in 23m 36s

Run results

Build failed

Details

Last 100 lines of logs:

categorifier-plugin-test>     344 ┃                 pure
categorifier-plugin-test>     345 ┃                   ( [|
categorifier-plugin-test>     346 ┃                       Gen.integral $
categorifier-plugin-test>     347 ┃                         Range.linearFrom
categorifier-plugin-test>     348 ┃                           0
categorifier-plugin-test>     349 ┃                           (toInteger (minBound :: Int64) - 1)
categorifier-plugin-test>     350 ┃                           (toInteger (maxBound :: Int64) + 1)
categorifier-plugin-test>     351 ┃                       |],
categorifier-plugin-test>     352 ┃                     [|show|]
categorifier-plugin-test>     353 ┃                   )
categorifier-plugin-test>     354 ┃               )
categorifier-plugin-test>     355 ┃             ]
categorifier-plugin-test>     356 ┃         )
categorifier-plugin-test>     357 ┃     )
categorifier-plugin-test>     358 ┃   . HInsert1
categorifier-plugin-test>     359 ┃     (Proxy @"FromIntegral")
categorifier-plugin-test>     360 ┃     ( TestCases
categorifier-plugin-test>     361 ┃         (const [(([t|Int64|], [t|Double|]), pure ([|Gen.int64 Range.linearBounded|], [|show|]))])
categorifier-plugin-test>     362 ┃     )
categorifier-plugin-test>     363 ┃   . HInsert1 (Proxy @"Append") (TestCases (const [([t|[Word8]|], Nothing)]))
categorifier-plugin-test>     364 ┃   . HInsert1 (Proxy @"Mappend") (TestCases (const [([t|[Word8]|], Nothing)]))
categorifier-plugin-test>     365 ┃   . HInsert1 (Proxy @"ListAppend") (TestCases (const [([t|Word8|], Nothing)]))
categorifier-plugin-test>     366 ┃   . HInsert1
categorifier-plugin-test>     367 ┃     (Proxy @"Pure")
categorifier-plugin-test>     368 ┃     ( TestCases
categorifier-plugin-test>     369 ┃         ( const
categorifier-plugin-test>     379 ┃         ( \arrow ->
categorifier-plugin-test>     380 ┃             if arrow `elem` [''(->), ''Hask]
categorifier-plugin-test>     381 ┃               then [] -- we expect bottomC to raise an exception in these categories
categorifier-plugin-test>     382 ┃               else
categorifier-plugin-test>     383 ┃                 [ ( [t|Word8|],
categorifier-plugin-test>     384 ┃                     pure ([|Gen.string Range.linearBounded Gen.unicodeAll|], [|show|])
categorifier-plugin-test>     385 ┃                   )
categorifier-plugin-test>     386 ┃                 ]
categorifier-plugin-test>     387 ┃         )
categorifier-plugin-test>     388 ┃     )
categorifier-plugin-test>     389 ┃   . HInsert1 (Proxy @"BuildLeft") (TestCases (const [(([t|Int64|], [t|Word8|]), pure ([|genIntegralBounded|], [|show|]))]))
categorifier-plugin-test>     390 ┃   . HInsert1 (Proxy @"BuildRight") (TestCases (const [(([t|Int64|], [t|Word8|]), pure ([|genIntegralBounded|], [|show|]))]))
categorifier-plugin-test>     391 ┃   . HInsert1 (Proxy @"EliminateEither") (TestCases (const [([t|Word8|], Nothing)]))
categorifier-plugin-test>     392 ┃   . HInsert1 (Proxy @"EliminateEitherSwapped") (TestCases (const [([t|Word8|], Nothing)]))
categorifier-plugin-test>     393 ┃   . HInsert1 (Proxy @"Apply") (TestCases (const [(([t|Word8|], [t|Bool|]), Nothing)]))
categorifier-plugin-test>     394 ┃   . HInsert1 (Proxy @"BareFMap") (TestCases (const [([t|Word8|], Nothing)]))
categorifier-plugin-test>     395 ┃   . HInsert1 (Proxy @"PartialFmap") (TestCases (const [([t|Word8|], Nothing)]))
categorifier-plugin-test>     396 ┃   . HInsert1 (Proxy @"Fmap") (TestCases (const [(([t|Pair|], [t|Word8|]), Nothing)]))
categorifier-plugin-test>     397 ┃   . HInsert1 (Proxy @"Fmap'") (TestCases (const [([t|Word8|], Nothing)]))
categorifier-plugin-test>     398 ┃   . HInsert1 (Proxy @"ConstNot") (TestCases (const [([t|Word8|], Nothing)]))
categorifier-plugin-test>     399 ┃   . HInsert1 (Proxy @"MapList") (TestCases (const [([t|Word8|], Nothing)]))
categorifier-plugin-test>     400 ┃   . HInsert1 (Proxy @"Ap") (TestCases (const [])) -- no curry
categorifier-plugin-test>     401 ┃   . HInsert1 (Proxy @"LiftA2") (TestCases (const [(([t|Validation ()|], [t|Int64|], [t|Int64|]), Nothing)]))
categorifier-plugin-test>     402 ┃   . HInsert1 (Proxy @"Bind") (TestCases (const [([t|Word8|], Nothing)])) -- no curry
categorifier-plugin-test>     403 ┃   . HInsert1 (Proxy @"Curry") (TestCases (const [(([t|Word8|], [t|Bool|]), Nothing)]))
categorifier-plugin-test>     404 ┃   . HInsert1 (Proxy @"Uncurry") (TestCases (const [(([t|Word8|], [t|Bool|]), Nothing)]))
categorifier-plugin-test>     413 ┃   $ HEmpty1
categorifier-plugin-test>      48 ┃   ( [ TestCategory ''Term [t|Term|] "term" CheckCompileOnly,
categorifier-plugin-test>      49 ┃       TestCategory ''Hask [t|Hask|] "hask" (ComputeFromInput [|runHask|])
categorifier-plugin-test>      50 ┃     ]
categorifier-plugin-test>      51 ┃       <> builtinTestCategories
categorifier-plugin-test>      52 ┃   )
categorifier-plugin-test>      53 ┃   -- core
categorifier-plugin-test>      54 ┃   . HInsert1 (Proxy @"LamId") (TestCases (const [([t|Word8|], pure ([|genIntegralBounded|], [|show|]))]))
categorifier-plugin-test>      55 ┃   . HInsert1 (Proxy @"ComposeLam") (TestCases (const [([t|Word8|], pure ([|genIntegralBounded|], [|show|]))]))
categorifier-plugin-test>      56 ┃   . HInsert1 (Proxy @"ConstLam") (TestCases (const [(([t|Int64|], [t|Word8|]), Nothing)]))
categorifier-plugin-test>      57 ┃   . HInsert1 (Proxy @"ReturnLam") (TestCases (const [([t|Word8|], pure ([|genIntegralBounded|], [|show|]))]))
categorifier-plugin-test>      58 ┃   . HInsert1 (Proxy @"BuildTuple") (TestCases (const [([t|Word8|], pure ([|genIntegralBounded|], [|show|]))]))
categorifier-plugin-test>      59 ┃   . HInsert1
categorifier-plugin-test>      60 ┃     (Proxy @"EliminateTupleFst")
categorifier-plugin-test>      61 ┃     ( TestCases
categorifier-plugin-test>      62 ┃         (const [([t|Word8|], pure ([|(,) <$> genIntegralBounded <*> genIntegralBounded|], [|show|]))])
categorifier-plugin-test>      63 ┃     )
categorifier-plugin-test>      64 ┃   . HInsert1
categorifier-plugin-test>      65 ┃     (Proxy @"EliminateTupleSnd")
categorifier-plugin-test>      66 ┃     ( TestCases
categorifier-plugin-test>      67 ┃         (const [([t|Word8|], pure ([|(,) <$> genIntegralBounded <*> genIntegralBounded|], [|show|]))])
categorifier-plugin-test>      68 ┃     )
categorifier-plugin-test>      69 ┃   . HInsert1
categorifier-plugin-test>      70 ┃     (Proxy @"EliminateNestedTuples")
categorifier-plugin-test>      71 ┃     ( TestCases
categorifier-plugin-test>      72 ┃         ( const
categorifier-plugin-test>      73 ┃             [ ( [t|Word8|],
categorifier-plugin-test>      74 ┃                 pure
categorifier-plugin-test>      75 ┃                   ( [|(,) <$> genIntegralBounded <*> ((,) <$> genIntegralBounded <*> genIntegralBounded)|],
categorifier-plugin-test>      76 ┃                     [|show|]
categorifier-plugin-test>      77 ┃                   )
categorifier-plugin-test>      78 ┃               )
categorifier-plugin-test>      79 ┃             ]
error: build of '/nix/store/56hjd8d9arbg9dkg4jrxgm9y366j6a1s-categorifier-plugin-test-0.1.drv' on 'ssh-ng://nix-ssh@arm-server-1' failed: builder for '/nix/store/56hjd8d9arbg9dkg4jrxgm9y366j6a1s-categorifier-plugin-test-0.1.drv' failed with exit code 1;
       last 10 log lines:
       >         ┃   │   expression, called at test/Base/Main.hs:45:1 in main:Main
       >
       >     This failure can be reproduced by running:
       >     > recheckAt (Seed 4384629342649419256 7542818079029498121) "1:" plainArrowOdd0
       >
       >   ✗ 89 failed, 119 succeeded.
       > Test suite default-plugin: FAIL
       > Test suite logged to:
       > dist/test/categorifier-plugin-test-0.1-default-plugin.log
       > 0 of 3 test suites (0 of 3 test cases) passed.
       For full logs, run 'nix log /nix/store/56hjd8d9arbg9dkg4jrxgm9y366j6a1s-categorifier-plugin-test-0.1.drv'.
error: builder for '/nix/store/56hjd8d9arbg9dkg4jrxgm9y366j6a1s-categorifier-plugin-test-0.1.drv' failed with exit code 1
error: 1 dependencies of derivation '/nix/store/i8n5yz4ixc94p0xs720lwcydnm0z1xv0-categorifier-vec-integration-test-0.1.drv' failed to build