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

Use extra-packages in modules/hackage-project.nix #2310

Merged
merged 17 commits into from
Feb 5, 2025

Fix for github wait

074d843
Select commit
Loading
Failed to load commit list.
Merged

Use extra-packages in modules/hackage-project.nix #2310

Fix for github wait
074d843
Select commit
Loading
Failed to load commit list.
zw3rk Hydra / aarch64-darwin.unstable.ghc91320241230.native.tests.th-dlls.build-profiled-ei succeeded Feb 4, 2025 in 13s

Build succeeded

1 failed steps

Details

Failed Steps

Step 8

Derivation

/nix/store/xy69q4avf9k17aww898g5z2nmp2dl79z-double-conversion-lib-double-conversion-2.0.5.0.drv

Log

Running phase: unpackPhase
unpacking source archive /nix/store/yadwsn06q2rh68701z7x0fhlbxzpizsl-double-conversion-2.0.5.0.tar.gz
source root is double-conversion-2.0.5.0
setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file double-conversion-2.0.5.0/tests/Regressions.hs
Running phase: patchPhase
'/private/tmp/nix-build-double-conversion-lib-double-conversion-2.0.5.0.drv-0/.attr-0h9ydb7s8pfhl5kfs3rmmwnmpi49yyiw7jgr5dpw9rmvv8sy0f2b' -> 'double-conversion.cabal'
Running phase: updateAutotoolsGnuConfigScriptsPhase
Running phase: configurePhase
substituteStream() in derivation double-conversion-lib-double-conversion-2.0.5.0: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'double-conversion.cabal')
Configure flags:
--prefix=/nix/store/1af2h95fpyza438fff1h6b7dc7jgig7v-double-conversion-lib-double-conversion-2.0.5.0 lib:double-conversion --package-db=clear --package-db=/private/tmp/nix-build-double-conversion-lib-double-conversion-2.0.5.0.drv-0/tmp.M9ZPlE9lh1/lib/ghc-9.13.20241230/lib/package.conf.d --flags=-developer --flags=embedded_double_conversion --exact-configuration --dependency=text=text-2.1.2-HrsE1UZINzs74z890jQTBf --dependency=array=array-0.5.8.0-inplace --dependency=base=base-4.21.0.0-inplace --dependency=binary=binary-0.8.9.2-inplace --dependency=bytestring=bytestring-0.12.2.0-inplace --dependency=containers=containers-0.7-inplace --dependency=deepseq=deepseq-1.5.1.0-inplace --dependency=ghc-bignum=ghc-bignum-1.4-inplace --dependency=ghc-boot-th=ghc-boot-th-9.13-inplace --dependency=ghc-internal=ghc-internal-9.1300.0-inplace --dependency=ghc-prim=ghc-prim-0.13.0-inplace --dependency=integer-gmp=integer-gmp-1.1-inplace --dependency=pretty=pretty-1.1.3.6-inplace --dependency=rts=rts-1.0.3 --dependency=system-cxx-std-lib=system-cxx-std-lib-1.0 --dependency=template-haskell=template-haskell-2.23.0.0-inplace --with-ghc=ghc --with-ghc-pkg=ghc-pkg --with-hsc2hs=hsc2hs --with-gcc=cc --with-ar=ar --with-strip=strip --with-ld=ld --disable-executable-stripping --disable-library-stripping --enable-library-profiling --disable-profiling --enable-static --enable-shared --disable-executable-dynamic --disable-coverage --enable-library-for-ghci --datadir=/nix/store/js1xlbwzrf31lnw7a407hlqnlfigqk8i-double-conversion-lib-double-conversion-2.0.5.0-data/share/ghc-9.13.20241230 --profiling-detail=default 
Configuring library for double-conversion-2.0.5.0..
Running phase: buildPhase
Preprocessing library for double-conversion-2.0.5.0..
Building library for double-conversion-2.0.5.0..
[1 of 8] Compiling Data.Double.Conversion.Internal.FFI ( Data/Double/Conversion/Internal/FFI.hs, dist/build/Data/Double/Conversion/Internal/FFI.o, dist/build/Data/Double/Conversion/Internal/FFI.dyn_o )
Data/Double/Conversion/Internal/FFI.hs:50:34: warning: [8;;https://errors.haskell.org/messages/GHC-39567GHC-395678;;] [-Wstar-is-type]
    Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
   |
50 | type family ForeignFloating h :: *
   |                                  ^

[2 of 8] Compiling Data.Double.Conversion.Internal.ByteStringBuilder ( Data/Double/Conversion/Internal/ByteStringBuilder.hs, dist/build/Data/Double/Conversion/Internal/ByteStringBuilder.o, dist/build/Data/Double/Conversion/Internal/ByteStringBuilder.dyn_o )
Data/Double/Conversion/Internal/ByteStringBuilder.hs:32:24: warning: [8;;https://errors.haskell.org/messages/GHC-68441GHC-684418;;] [-Wdeprecations]
    In the use of ‘boudedPrim’
    (imported from Data.ByteString.Builder.Prim.Internal):
    Deprecated: "Use 'boundedPrim' instead"
   |
32 | convert func len act = boudedPrim (fromIntegral len) $ \val ptr -> do
   |                        ^^^^^^^^^^

[3 of 8] Compiling Data.Double.Conversion.Internal.ByteString ( Data/Double/Conversion/Internal/ByteString.hs, dist/build/Data/Double/Conversion/Internal/ByteString.o, dist/build/Data/Double/Conversion/Internal/ByteString.dyn_o )
[4 of 8] Compiling Data.Double.Conversion.Internal.Text ( Data/Double/Conversion/Internal/Text.hs, dist/build/Data/Double/Conversion/Internal/Text.o, dist/build/Data/Double/Conversion/Internal/Text.dyn_o )
[5 of 8] Compiling Data.Double.Conversion.Internal.TextBuilder ( Data/Double/Conversion/Internal/TextBuilder.hs, dist/build/Data/Double/Conversion/Internal/TextBuilder.o, dist/build/Data/Double/Conversion/Internal/TextBuilder.dyn_o )
[6 of 8] Compiling Data.Double.Conversion.Convertable ( Data/Double/Conversion/Convertable.hs, dist/build/Data/Double/Conversion/Convertable.o, dist/build/Data/Double/Conversion/Convertable.dyn_o )
[7 of 8] Compiling Data.Double.Conversion.ByteString ( Data/Double/Conversion/ByteString.hs, dist/build/Data/Double/Conversion/ByteString.o, dist/build/Data/Double/Conversion/ByteString.dyn_o )
[8 of 8] Compiling Data.Double.Conversion.Text ( Data/Double/Conversion/Text.hs, dist/build/Data/Double/Conversion/Text.o, dist/build/Data/Double/Conversion/Text.dyn_o )
[1 of 8] Compiling Data.Double.Conversion.Internal.FFI ( Data/Double/Conversion/Internal/FFI.hs, dist/build/Data/Double/Conversion/Internal/FFI.p_o )
Data/Double/Conversion/Internal/FFI.hs:50:34: warning: [8;;https://errors.haskell.org/messages/GHC-39567GHC-395678;;] [-Wstar-is-type]
    Using ‘*’ (or its Unicode variant) to mean ‘Data.Kind.Type’
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: Use ‘Type’ from ‘Data.Kind’ instead.
   |
50 | type family ForeignFloating h :: *
   |                                  ^

[2 of 8] Compiling Data.Double.Conversion.Internal.ByteStringBuilder ( Data/Double/Conversion/Internal/ByteStringBuilder.hs, dist/build/Data/Double/Conversion/Internal/ByteStringBuilder.p_o )
Data/Double/Conversion/Internal/ByteStringBuilder.hs:32:24: warning: [8;;https://errors.haskell.org/messages/GHC-68441GHC-684418;;] [-Wdeprecations]
    In the use of ‘boudedPrim’
    (imported from Data.ByteString.Builder.Prim.Internal):
    Deprecated: "Use 'boundedPrim' instead"
   |
32 | convert func len act = boudedPrim (fromIntegral len) $ \val ptr -> do
   |                        ^^^^^^^^^^

[3 of 8] Compiling Data.Double.Conversion.Internal.ByteString ( Data/Double/Conversion/Internal/ByteString.hs, dist/build/Data/Double/Conversion/Internal/ByteString.p_o )
[4 of 8] Compiling Data.Double.Conversion.Internal.Text ( Data/Double/Conversion/Internal/Text.hs, dist/build/Data/Double/Conversion/Internal/Text.p_o )
[5 of 8] Compiling Data.Double.Conversion.Internal.TextBuilder ( Data/Double/Conversion/Internal/TextBuilder.hs, dist/build/Data/Double/Conversion/Internal/TextBuilder.p_o )
[6 of 8] Compiling Data.Double.Conversion.Convertable ( Data/Double/Conversion/Convertable.hs, dist/build/Data/Double/Conversion/Convertable.p_o )
[7 of 8] Compiling Data.Double.Conversion.ByteString ( Data/Double/Conversion/ByteString.hs, dist/build/Data/Double/Conversion/ByteString.p_o )
[8 of 8] Compiling Data.Double.Conversion.Text ( Data/Double/Conversion/Text.hs, dist/build/Data/Double/Conversion/Text.p_o )
Running phase: installPhase
Installing library in /nix/store/1af2h95fpyza438fff1h6b7dc7jgig7v-double-conversion-lib-double-conversion-2.0.5.0/lib/aarch64-osx-ghc-9.13.20241230/double-conversion-2.0.5.0-DyTIVm4DFbYIIPzUM2NS91
Running phase: fixupPhase
checking for references to /private/tmp/nix-build-double-conversion-lib-double-conversion-2.0.5.0.drv-0/ in /nix/store/1af2h95fpyza438fff1h6b7dc7jgig7v-double-conversion-lib-double-conversion-2.0.5.0...
patching script interpreter paths in /nix/store/1af2h95fpyza438fff1h6b7dc7jgig7v-double-conversion-lib-double-conversion-2.0.5.0
checking for references to /private/tmp/nix-build-double-conversion-lib-double-conversion-2.0.5.0.drv-0/ in /nix/store/js1xlbwzrf31lnw7a407hlqnlfigqk8i-double-conversion-lib-double-conversion-2.0.5.0-data...
patching script interpreter paths in /nix/store/js1xlbwzrf31lnw7a407hlqnlfigqk8i-double-conversion-lib-double-conversion-2.0.5.0-data
Running phase: installCheckPhase
/nix/store/1af2h95fpyza438fff1h6b7dc7jgig7v-double-conversion-lib-double-conversion-2.0.5.0/package.conf.d/double-conversion-2.0.5.0-DyTIVm4DFbYIIPzUM2NS91.conf  is present