Add a DynFlags plugin. #56
Draft
Garnix CI / package ghc928_categorifier-categories-integration-test [aarch64-darwin]
failed
Feb 9, 2024 in 23m 7s
Run results
Build failed
Details
Last 100 lines of logs:
categorifier-plugin-test> 234 ┃ . HInsert1 (Proxy @"Gt") (TestCases (const [([t|Int64|], Nothing)]))
categorifier-plugin-test> 235 ┃ . HInsert1 (Proxy @"Le") (TestCases (const [([t|Int64|], Nothing)]))
categorifier-plugin-test> 236 ┃ . HInsert1 (Proxy @"Lt") (TestCases (const [([t|Int64|], Nothing)]))
categorifier-plugin-test> 237 ┃ . HInsert1 (Proxy @"EqualDouble") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 238 ┃ . HInsert1 (Proxy @"GeDouble") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 239 ┃ . HInsert1 (Proxy @"GtDouble") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 240 ┃ . HInsert1 (Proxy @"LeDouble") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 241 ┃ . HInsert1 (Proxy @"LtDouble") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 242 ┃ . HInsert1 (Proxy @"EqualFloat") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 243 ┃ . HInsert1 (Proxy @"GeFloat") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 244 ┃ . HInsert1 (Proxy @"GtFloat") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 245 ┃ . HInsert1 (Proxy @"LeFloat") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 246 ┃ . HInsert1 (Proxy @"LtFloat") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 247 ┃ . HInsert1 (Proxy @"EqualInt") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 248 ┃ . HInsert1 (Proxy @"NotEqualInt") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 249 ┃ . HInsert1 (Proxy @"GeInt") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 250 ┃ . HInsert1 (Proxy @"GtInt") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 251 ┃ . HInsert1 (Proxy @"LeInt") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 252 ┃ . HInsert1 (Proxy @"LtInt") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 253 ┃ . HInsert1 (Proxy @"EqualInt16") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 254 ┃ . HInsert1 (Proxy @"NotEqualInt16") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 255 ┃ . HInsert1 (Proxy @"GeInt16") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 256 ┃ . HInsert1 (Proxy @"GtInt16") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 257 ┃ . HInsert1 (Proxy @"LeInt16") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 258 ┃ . HInsert1 (Proxy @"LtInt16") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 307 ┃ . HInsert1
categorifier-plugin-test> 309 ┃ ( TestCases
categorifier-plugin-test> 310 ┃ ( \arrow ->
categorifier-plugin-test> 311 ┃ if arrow /= ''Hask
categorifier-plugin-test> 312 ┃ then [] -- Only `Hask` currently has `OrdCat'` instance
categorifier-plugin-test> 313 ┃ else [([t|Double|], Nothing)]
categorifier-plugin-test> 314 ┃ )
categorifier-plugin-test> 315 ┃ )
categorifier-plugin-test> 316 ┃ . HInsert1 (Proxy @"Max") (TestCases (const [([t|Double|], Nothing)]))
categorifier-plugin-test> 317 ┃ . HInsert1 (Proxy @"Min") (TestCases (const [([t|Double|], Nothing)]))
categorifier-plugin-test> 318 ┃ . HInsert1 (Proxy @"Not") (TestCases (const [((), pure ([|Gen.bool|], [|show|]))]))
categorifier-plugin-test> 319 ┃ . HInsert1 (Proxy @"Plus") (TestCases (const [([t|Int64|], Nothing)]))
categorifier-plugin-test> 320 ┃ . HInsert1 (Proxy @"Minus") (TestCases (const [([t|Int64|], Nothing)]))
categorifier-plugin-test> 321 ┃ . HInsert1 (Proxy @"Times") (TestCases (const [([t|Int64|], Nothing)]))
categorifier-plugin-test> 322 ┃ . HInsert1 (Proxy @"Quot") (TestCases (const [([t|Word8|], Nothing)]))
categorifier-plugin-test> 323 ┃ . HInsert1
categorifier-plugin-test> 324 ┃ (Proxy @"RealToFrac")
categorifier-plugin-test> 325 ┃ (TestCases (const [(([t|Double|], [t|Float|]), pure ([|genFloating|], [|show|]))]))
categorifier-plugin-test> 326 ┃ . HInsert1 (Proxy @"Recip") (TestCases (const [([t|Double|], pure ([|genFloating|], [|show|]))]))
categorifier-plugin-test> 327 ┃ . HInsert1 (Proxy @"Rem") (TestCases (const [([t|Word8|], Nothing)]))
categorifier-plugin-test> 328 ┃ . HInsert1 (Proxy @"Div") (TestCases (const [([t|Word64|], Nothing)]))
categorifier-plugin-test> 329 ┃ . HInsert1 (Proxy @"Mod") (TestCases (const [([t|Word8|], Nothing)]))
categorifier-plugin-test> 330 ┃ . HInsert1 (Proxy @"Divide") (TestCases (const [([t|Double|], Nothing)]))
categorifier-plugin-test> 331 ┃ . HInsert1 (Proxy @"DivideDouble") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 332 ┃ . HInsert1 (Proxy @"DivideFloat") (TestCases (const [((), Nothing)]))
categorifier-plugin-test> 333 ┃ . HInsert1 (Proxy @"Atan2") (TestCases (const [])) -- no `curry`
categorifier-plugin-test> 334 ┃ . HInsert1 (Proxy @"Abs") (TestCases (const [([t|Double|], pure ([|genFloating|], [|show|]))]))
categorifier-plugin-test> 335 ┃ . HInsert1 (Proxy @"Negate") (TestCases (const [([t|Double|], pure ([|genFloating|], [|show|]))]))
categorifier-plugin-test> 336 ┃ . HInsert1 (Proxy @"Signum") (TestCases (const [([t|Double|], pure ([|genFloating|], [|show|]))]))
categorifier-plugin-test> 377 ┃ (Proxy @"Error")
categorifier-plugin-test> 378 ┃ ( TestCases
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> 405 ┃ . HInsert1 (Proxy @"SequenceA") (TestCases (const []))
categorifier-plugin-test> Test suite base-hierarchy-optimized: FAIL
categorifier-plugin-test> Test suite logged to:
categorifier-plugin-test> dist/test/categorifier-plugin-test-0.1-base-hierarchy-optimized.log
categorifier-plugin-test> 0 of 3 test suites (0 of 3 test cases) passed.
last 10 log lines:
>
> This failure can be reproduced by running:
> > recheckAt (Seed 9544212939547750784 12846795141652716473) "1:" haskOdd0
>
> ✗ 89 failed, 120 succeeded.
> ━━━ -> ━━━
> Test suite base-hierarchy-optimized: FAIL
> Test suite logged to:
> dist/test/categorifier-plugin-test-0.1-base-hierarchy-optimized.log
> 0 of 3 test suites (0 of 3 test cases) passed.
For full logs, run 'nix log /nix/store/ylq8m6g5jamrshxiykm6l8p9cci5q0m0-categorifier-plugin-test-0.1.drv'.
error: builder for '/nix/store/ylq8m6g5jamrshxiykm6l8p9cci5q0m0-categorifier-plugin-test-0.1.drv' failed with exit code 1
error: 1 dependencies of derivation '/nix/store/5k2an7ffdhx67v6azk589jfn6pnawaip-categorifier-categories-integration-test-0.1.drv' failed to build
Loading