Build #1 for ghc-heap-view-0.6.4

[all reports]

Package ghc-heap-view-0.6.4
Install InstallOk
Docs Ok
Tests Failed
Time submitted 2023-04-05 10:20:20.994300994 UTC
Compiler ghc-9.2.4
OS linux
Arch x86_64
Dependencies base-4.16.3.0, binary-0.8.9.0, bytestring-0.11.3.1, containers-0.6.5.1, ghc-heap-9.2.4, template-haskell-2.18.0.0, transformers-0.5.6.2
Flags -prim-supports-any

Code Coverage

expressions100% (0/0)
booleanguards100% (0/0)
conditions 100% (0/0)
qualifiers100% (0/0)
alternatives100% (0/0)
local declarations100% (0/0)
top-level declarations100% (0/0)

Build log

[view raw]

Resolving dependencies...
Downloading  ghc-heap-view-0.6.4
Downloaded   ghc-heap-view-0.6.4
Starting     ghc-heap-view-0.6.4
Building     ghc-heap-view-0.6.4
Completed    ghc-heap-view-0.6.4

Test log

[view raw]

Resolving dependencies...
Build profile: -w ghc-9.2.4 -O0
In order, the following will be built (use -v for more details):
 - ghc-heap-view-0.6.4 (first run)
[1 of 1] Compiling Main             ( /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/setup/setup.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/setup/Main.o )
Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/setup/setup ...
Configuring ghc-heap-view-0.6.4...
Preprocessing library for ghc-heap-view-0.6.4..
Building library for ghc-heap-view-0.6.4..
[1 of 4] Compiling GHC.Disassembler ( src/GHC/Disassembler.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/build/GHC/Disassembler.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/build/GHC/Disassembler.dyn_o )
[2 of 4] Compiling GHC.HeapView     ( src/GHC/HeapView.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/build/GHC/HeapView.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/build/GHC/HeapView.dyn_o )

src/GHC/HeapView.hs:201:28: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns of type GenClosure b not matched:
            IOPortClosure _ _ _ _
            TSOClosure _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
            StackClosure _ _ _ _
    |
201 | ppClosure showBox prec c = case c of
    |                            ^^^^^^^^^...

src/GHC/HeapView.hs:237:27: warning: [-Wunused-record-wildcards]
    No variables bound in the record wildcard match are used
      Possible fix: omit the ..
    |
237 |     BlockingQueueClosure {..} ->
    |                           ^^

src/GHC/HeapView.hs:253:19: warning: [-Wunused-record-wildcards]
    No variables bound in the record wildcard match are used
      Possible fix: omit the ..
    |
253 |     OtherClosure {..} ->
    |                   ^^

src/GHC/HeapView.hs:255:25: warning: [-Wunused-record-wildcards]
    No variables bound in the record wildcard match are used
      Possible fix: omit the ..
    |
255 |     UnsupportedClosure {..} ->
    |                         ^^

src/GHC/HeapView.hs:262:18: warning: [-Wunused-record-wildcards]
    No variables bound in the record wildcard match are used
      Possible fix: omit the ..
    |
262 |     WeakClosure {..} ->
    |                  ^^

src/GHC/HeapView.hs:504:23: warning: [-Wunused-record-wildcards]
    No variables bound in the record wildcard match are used
      Possible fix: omit the ..
    |
504 |         ThunkClosure {..} -> 't'
    |                       ^^

src/GHC/HeapView.hs:505:26: warning: [-Wunused-record-wildcards]
    No variables bound in the record wildcard match are used
      Possible fix: omit the ..
    |
505 |         SelectorClosure {..} -> 't'
    |                          ^^

src/GHC/HeapView.hs:506:20: warning: [-Wunused-record-wildcards]
    No variables bound in the record wildcard match are used
      Possible fix: omit the ..
    |
506 |         APClosure {..} -> 't'
    |                    ^^

src/GHC/HeapView.hs:507:21: warning: [-Wunused-record-wildcards]
    No variables bound in the record wildcard match are used
      Possible fix: omit the ..
    |
507 |         PAPClosure {..} -> 'f'
    |                     ^^

src/GHC/HeapView.hs:508:21: warning: [-Wunused-record-wildcards]
    No variables bound in the record wildcard match are used
      Possible fix: omit the ..
    |
508 |         BCOClosure {..} -> 't'
    |                     ^^

src/GHC/HeapView.hs:509:21: warning: [-Wunused-record-wildcards]
    No variables bound in the record wildcard match are used
      Possible fix: omit the ..
    |
509 |         FunClosure {..} -> 'f'
    |                     ^^
[3 of 4] Compiling GHC.AssertNF     ( src/GHC/AssertNF.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/build/GHC/AssertNF.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/build/GHC/AssertNF.dyn_o )
[4 of 4] Compiling GHC.HeapView.Debug ( src/GHC/HeapView/Debug.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/build/GHC/HeapView/Debug.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/build/GHC/HeapView/Debug.dyn_o )
Preprocessing test suite 'Test' for ghc-heap-view-0.6.4..
Building test suite 'Test' for ghc-heap-view-0.6.4..
[1 of 1] Compiling Main             ( Test.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/build/Test/Test-tmp/Main.o )
Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/build/Test/Test ...
Running 1 test suites...
Test suite Test: RUNNING...
Test suite Test: FAIL
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/ghc-heap-view-0.6.4.test
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Test coverage report written to
/home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/hpc/vanilla/html/Test/hpc_index.html
0 of 1 test suites (0 of 1 test cases) passed.
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Package coverage report written to
/home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/ghc-heap-view-0.6.4/noopt/hpc/vanilla/html/ghc-heap-view-0.6.4/hpc_index.html
Error: cabal: Tests failed for ghc-heap-view-0.6.4.