Skip to content

Add materialized files

5d62bc1
Select commit
Loading
Failed to load commit list.
Merged

Add GHC 9.8.4 #2287

Add materialized files
5d62bc1
Select commit
Loading
Failed to load commit list.
zw3rk Hydra / ci/hydra-build:x86_64-linux.unstable.ghc984.mingwW64.tests.cabal-simple-prof.run succeeded Dec 5, 2024 in 1s

Build succeeded

2 failed steps

Details

Failed Steps

Step 2

Derivation

/nix/store/bgp3singq2falgdq4f5drrhdir63sghg-network-uri-lib-network-uri-x86_64-w64-mingw32-2.6.4.2.drv

Log

Running phase: unpackPhase
unpacking source archive /nix/store/jzwm4kwkhsdkpk8w44mr6kpcq5ja62x6-network-uri-2.6.4.2.tar.gz
source root is network-uri-2.6.4.2
setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file network-uri-2.6.4.2/tests/uri-bench.hs
Running phase: patchPhase
'/build/.attr-0h9ydb7s8pfhl5kfs3rmmwnmpi49yyiw7jgr5dpw9rmvv8sy0f2b' -> 'network-uri.cabal'
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: configurePhase
Configure flags:
--prefix=/nix/store/nbnm82wlkympkx8rmmpvyvl66q4jxrbw-network-uri-lib-network-uri-x86_64-w64-mingw32-2.6.4.2 lib:network-uri --package-db=clear --package-db=/build/tmp.8H3R9U4q4z/lib/package.conf.d --exact-configuration --dependency=th-compat=th-compat-0.1.5-Ghio9rx6SDZKiFJHG1rClP --dependency=array=array-0.5.8.0-inplace --dependency=base=base-4.19.2.0-inplace --dependency=binary=binary-0.8.9.1-inplace --dependency=bytestring=bytestring-0.12.1.0-inplace --dependency=containers=containers-0.6.8-inplace --dependency=deepseq=deepseq-1.5.1.0-inplace --dependency=ghc-bignum=ghc-bignum-1.3-inplace --dependency=ghc-boot-th=ghc-boot-th-9.8.4-inplace --dependency=ghc-prim=ghc-prim-0.11.0-inplace --dependency=integer-gmp=integer-gmp-1.1-inplace --dependency=mtl=mtl-2.3.1-inplace --dependency=parsec=parsec-3.1.17.0-inplace --dependency=pretty=pretty-1.1.3.6-inplace --dependency=rts=rts-1.0.2 --dependency=system-cxx-std-lib=system-cxx-std-lib-1.0 --dependency=template-haskell=template-haskell-2.21.0.0-inplace --dependency=text=text-2.1.1-inplace --dependency=transformers=transformers-0.6.1.0-inplace --with-ghc=x86_64-w64-mingw32-ghc --with-ghc-pkg=x86_64-w64-mingw32-ghc-pkg --with-hsc2hs=x86_64-w64-mingw32-hsc2hs --with-gcc=x86_64-w64-mingw32-cc --with-ar=x86_64-w64-mingw32-ar --with-strip=x86_64-w64-mingw32-strip --with-ld=x86_64-w64-mingw32-ld --disable-executable-stripping --disable-library-stripping --enable-library-profiling --disable-profiling --enable-static --disable-shared --disable-executable-dynamic --disable-coverage --enable-library-for-ghci --datadir=/nix/store/avkaaqqzgnhhd1sfdz60ibpn9fzqyfdn-network-uri-lib-network-uri-x86_64-w64-mingw32-2.6.4.2-data/share/x86_64-w64-mingw32-ghc-9.8.4 --profiling-detail=default --hsc2hs-option=--cross-compile --hsc2hs-option=--via-asm --disable-split-sections 
Configuring library for network-uri-2.6.4.2..
Running phase: buildPhase
Preprocessing library for network-uri-2.6.4.2..
Building library for network-uri-2.6.4.2..
[1 of 3] Compiling Network.URI      ( Network/URI.hs, dist/build/Network/URI.o )

Network/URI.hs:1131:12: warning: [GHC-63394] [-Wx-partial]
    In the use of ‘head’
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1131 |         if head (uriPath ref) == '/' then
     |            ^^^^

Network/URI.hs:1437:16: warning: [GHC-63394] [-Wx-partial]
    In the use of ‘tail’
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1437 | query = orNull tail . uriQuery
     |                ^^^^

Network/URI.hs:1441:19: warning: [GHC-63394] [-Wx-partial]
    In the use of ‘tail’
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1441 | fragment = orNull tail . uriFragment
     |                   ^^^^
[2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.o )
[3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.o )
[1 of 3] Compiling Network.URI      ( Network/URI.hs, dist/build/Network/URI.p_o )

Network/URI.hs:1131:12: warning: [GHC-63394] [-Wx-partial]
    In the use of ‘head’
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1131 |         if head (uriPath ref) == '/' then
     |            ^^^^

Network/URI.hs:1437:16: warning: [GHC-63394] [-Wx-partial]
    In the use of ‘tail’
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1437 | query = orNull tail . uriQuery
     |                ^^^^

Network/URI.hs:1441:19: warning: [GHC-63394] [-Wx-partial]
    In the use of ‘tail’
    (imported from Prelude, but defined in GHC.List):
    "This is a partial function, it throws an error on empty lists. Replace it with drop 1, or use pattern matching or Data.List.uncons instead. Consider refactoring to use Data.List.NonEmpty."
     |
1441 | fragment = orNull tail . uriFragment
     |                   ^^^^
[2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.p_o )
[3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.p_o )
Running phase: installPhase
Installing library in /nix/store/nbnm82wlkympkx8rmmpvyvl66q4jxrbw-network-uri-lib-network-uri-x86_64-w64-mingw32-2.6.4.2/lib/x86_64-windows-ghc-9.8.4/network-uri-2.6.4.2-1szGxdneugoL1iFxCXeZry
Running phase: fixupPhase
Not linking DLLs in the non-existent folder /nix/store/nbnm82wlkympkx8rmmpvyvl66q4jxrbw-network-uri-lib-network-uri-x86_64-w64-mingw32-2.6.4.2/bin
checking for references to /build/ in /nix/store/nbnm82wlkympkx8rmmpvyvl66q4jxrbw-network-uri-lib-network-uri-x86_64-w64-mingw32-2.6.4.2...
patching script interpreter paths in /nix/store/nbnm82wlkympkx8rmmpvyvl66q4jxrbw-network-uri-lib-network-uri-x86_64-w64-mingw32-2.6.4.2
Not linking DLLs in the non-existent folder /nix/store/avkaaqqzgnhhd1sfdz60ibpn9fzqyfdn-network-uri-lib-network-uri-x86_64-w64-mingw32-2.6.4.2-data/bin
checking for references to /build/ in /nix/store/avkaaqqzgnhhd1sfdz60ibpn9fzqyfdn-network-uri-lib-network-uri-x86_64-w64-mingw32-2.6.4.2-data...
patching script interpreter paths in /nix/store/avkaaqqzgnhhd1sfdz60ibpn9fzqyfdn-network-uri-lib-network-uri-x86_64-w64-mingw32-2.6.4.2-data

Step 1

Derivation

/nix/store/h358ln490pxzzz8ks1wac24lbb94gk4r-generically-lib-generically-x86_64-w64-mingw32-0.1.1.drv

Log

Not available.