Skip to content

Fix GHC 9.6 build

Fix GHC 9.6 build #653

Triggered via pull request September 15, 2024 16:37
@raehikraehik
synchronize #290
support-ghc96
Status Failure
Total duration 8m 3s
Artifacts

ci.yml

on: pull_request
Ubuntu / Stack / test
3m 14s
Ubuntu / Stack / test
Matrix: mac-cabal-test
Matrix: ubuntu-cabal-test
Matrix: windows-cabal-test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 47 warnings
Ubuntu / Stack / test
Process completed with exit code 1.
Windows / GHC 9.2, Cabal / test: app/Main.hs#L84
• Variable not in scope:
Windows / GHC 9.2, Cabal / test
Process completed with exit code 1.
Mac / GHC 9.2, Cabal / test: app/Main.hs#L84
• Variable not in scope:
Mac / GHC 9.2, Cabal / test
Process completed with exit code 1.
Ubuntu / GHC 9.2, Cabal / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Ubuntu / GHC 9.2, Cabal / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, haskell/actions/setup@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Ubuntu / GHC 9.2, Cabal / test: src/Language/Fortran/Analysis/Types.hs#L26
The import of ‘Control.Monad’ is redundant
Ubuntu / GHC 9.2, Cabal / test: src/Language/Fortran/Analysis/Types.hs#L686
Pattern match(es) are non-exhaustive
Ubuntu / GHC 9.2, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L23
The import of ‘Control.Monad’ is redundant
Ubuntu / GHC 9.2, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L49
Pattern match(es) are non-exhaustive
Ubuntu / GHC 9.2, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L55
Pattern match(es) are non-exhaustive
Ubuntu / GHC 9.2, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L116
Pattern match(es) are non-exhaustive
Ubuntu / GHC 9.2, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L131
Pattern match(es) are non-exhaustive
Ubuntu / GHC 9.2, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L243
This binding for ‘env’ shadows the existing binding
Ubuntu / GHC 9.2, Cabal / test: src/Language/Fortran/Analysis/BBlocks.hs#L16
The import of ‘Control.Monad’ is redundant
Ubuntu / GHC 9.2, Cabal / test: src/Language/Fortran/Analysis/BBlocks.hs#L201
Pattern match(es) are non-exhaustive
Ubuntu / GHC 9.2, Cabal / test
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
Ubuntu / GHC 9.0, Cabal / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Ubuntu / GHC 9.0, Cabal / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, haskell/actions/setup@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Ubuntu / GHC 9.0, Cabal / test
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
Ubuntu / GHC 9.0, Cabal / test: src/Language/Fortran/Analysis/Types.hs#L26
The import of ‘Control.Monad’ is redundant
Ubuntu / GHC 9.0, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L23
The import of ‘Control.Monad’ is redundant
Ubuntu / GHC 9.0, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L243
This binding for ‘env’ shadows the existing binding
Ubuntu / GHC 9.0, Cabal / test: src/Language/Fortran/Analysis/BBlocks.hs#L16
The import of ‘Control.Monad’ is redundant
Ubuntu / GHC 9.0, Cabal / test: src/Language/Fortran/Analysis/DataFlow.hs#L35
The import of ‘Language.Fortran.AST.Literal.Real’ is redundant
Ubuntu / GHC 9.0, Cabal / test: src/Language/Fortran/Analysis/DataFlow.hs#L45
The import of ‘Control.Monad’ is redundant
Ubuntu / GHC 9.0, Cabal / test: src/Language/Fortran/Analysis/DataFlow.hs#L353
Defined but not used: ‘minConst’
Ubuntu / GHC 9.0, Cabal / test: src/Language/Fortran/Analysis/DataFlow.hs#L356
Defined but not used: ‘maxConst’
Ubuntu / GHC 9.0, Cabal / test: src/Language/Fortran/Analysis/DataFlow.hs#L359
Defined but not used: ‘inBounds’
Ubuntu / GHC 9.0, Cabal / test: src/Language/Fortran/Analysis/DataFlow.hs#L407
This binding for ‘map’ shadows the existing binding
Ubuntu / GHC 9.4, Cabal / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Ubuntu / GHC 9.4, Cabal / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, haskell/actions/setup@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Ubuntu / GHC 9.4, Cabal / test
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
Ubuntu / GHC 9.4, Cabal / test: src/Language/Fortran/Analysis/Types.hs#L26
The import of ‘Control.Monad’ is redundant
Ubuntu / GHC 9.4, Cabal / test: src/Language/Fortran/Analysis/Types.hs#L686
Pattern match(es) are non-exhaustive
Ubuntu / GHC 9.4, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L23
The import of ‘Control.Monad’ is redundant
Ubuntu / GHC 9.4, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L49
Pattern match(es) are non-exhaustive
Ubuntu / GHC 9.4, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L55
Pattern match(es) are non-exhaustive
Ubuntu / GHC 9.4, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L116
Pattern match(es) are non-exhaustive
Ubuntu / GHC 9.4, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L131
Pattern match(es) are non-exhaustive
Ubuntu / GHC 9.4, Cabal / test: src/Language/Fortran/Analysis/Renaming.hs#L243
This binding for ‘env’ shadows the existing binding
Ubuntu / GHC 9.4, Cabal / test: src/Language/Fortran/Analysis/BBlocks.hs#L16
The import of ‘Control.Monad’ is redundant
Ubuntu / GHC 9.4, Cabal / test: src/Language/Fortran/Analysis/BBlocks.hs#L201
Pattern match(es) are non-exhaustive
Ubuntu / Stack / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Ubuntu / Stack / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Windows / GHC 9.2, Cabal / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Windows / GHC 9.2, Cabal / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, haskell/actions/setup@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Windows / GHC 9.2, Cabal / test
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
Mac / GHC 9.2, Cabal / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Mac / GHC 9.2, Cabal / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, haskell/actions/setup@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Mac / GHC 9.2, Cabal / test
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).