We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We've seen this a few times here, and there seem to be related comments on stack upstream.
stack
Until the issue is fixed within stack itself, I believe our only option is to disable the package.
MulipleResultsBug (PackageName "z-atomic-counter-z-test-utils") [DumpPackage {dpGhcPkgId = "atomic-counter-0.1.2-3K0qPWKmTvO3zvZRmr5HpK -test-utils", dpPackageIdent = PackageIdentifier {pkgName = PackageName "z-atomic-counter-z-test-utils", pkgVersion = mkVersion [0,1,2]}
cf. commercialhaskell/stack#6046 commercialhaskell/stack#4564 commercialhaskell/stack#5342 commercialhaskell/stack#5112 commercialhaskell/stack#6046
MulipleResultsBug (PackageName "z-atomic-counter-z-test-utils") [DumpPackage {dpGhcPkgId = "atomic-counter-0.1.2-3K0qPWKmTvO3zvZRmr5HpK -test-utils", dpPackageIdent = PackageIdentifier {pkgName = PackageName "z-atomic-counter-z-test-utils", pkgVersion = mkVersion [0,1,2]}, dpPa rentLibIdent = Just (PackageIdentifier {pkgName = PackageName "atomic-counter", pkgVersion = mkVersion [0,1,2]}), dpLicense = Just (Apache (Ju st (mkVersion [2,0]))), dpLibDirs = ["/var/stackage/work/unpack-dir/.stack-work/install/x86_64-linux-tinfo6/9c252f39a8633d0a4f3e23592a312f9dbf 24e86103023138f62aa95d881854cf/9.4.4/lib/x86_64-linux-ghc-9.4.4/atomic-counter-0.1.2-3K0qPWKmTvO3zvZRmr5HpK-test-utils"], dpLibraries = ["HSat omic-counter-0.1.2-3K0qPWKmTvO3zvZRmr5HpK-test-utils"], dpHasExposedModules = True, dpExposedModules = fromList [ModuleName "TestUtils"], dpDe pends = ["QuickCheck-2.14.2-AzClJi7D2iQIcZg0HiuN1P","async-2.2.4-CI4IIynWtgQKxgQ0DJmiB","base-4.17.0.0"], dpHaddockInterfaces = ["/var/stackag e/work/unpack-dir/.stack-work/install/x86_64-linux-tinfo6/9c252f39a8633d0a4f3e23592a312f9dbf24e86103023138f62aa95d881854cf/9.4.4/doc/atomic-co unter-0.1.2/atomic-counter.haddock"], dpHaddockHtml = Just "/var/stackage/work/unpack-dir/.stack-work/install/x86_64-linux-tinfo6/9c252f39a863 3d0a4f3e23592a312f9dbf24e86103023138f62aa95d881854cf/9.4.4/doc/atomic-counter-0.1.2", dpIsExposed = False},DumpPackage {dpGhcPkgId = "atomic-c ounter-0.1.1-Jax009Ls0LyG2I9zg94Yw6-test-utils", dpPackageIdent = PackageIdentifier {pkgName = PackageName "z-atomic-counter-z-test-utils", pk gVersion = mkVersion [0,1,1]}, dpParentLibIdent = Just (PackageIdentifier {pkgName = PackageName "atomic-counter", pkgVersion = mkVersion [0,1 ,1]}), dpLicense = Just (Apache (Just (mkVersion [2,0]))), dpLibDirs = ["/var/stackage/work/unpack-dir/.stack-work/install/x86_64-linux-tinfo6 /9c252f39a8633d0a4f3e23592a312f9dbf24e86103023138f62aa95d881854cf/9.4.4/lib/x86_64-linux-ghc-9.4.4/atomic-counter-0.1.1-Jax009Ls0LyG2I9zg94Yw6 -test-utils"], dpLibraries = ["HSatomic-counter-0.1.1-Jax009Ls0LyG2I9zg94Yw6-test-utils"], dpHasExposedModules = True, dpExposedModules = from List [ModuleName "TestUtils"], dpDepends = ["QuickCheck-2.14.2-AzClJi7D2iQIcZg0HiuN1P","async-2.2.4-CI4IIynWtgQKxgQ0DJmiB","base-4.17.0.0"], d pHaddockInterfaces = ["/var/stackage/work/unpack-dir/.stack-work/install/x86_64-linux-tinfo6/9c252f39a8633d0a4f3e23592a312f9dbf24e86103023138f 62aa95d881854cf/9.4.4/doc/atomic-counter-0.1.1/atomic-counter.haddock"], dpHaddockHtml = Just "/var/stackage/work/unpack-dir/.stack-work/insta ll/x86_64-linux-tinfo6/9c252f39a8633d0a4f3e23592a312f9dbf24e86103023138f62aa95d881854cf/9.4.4/doc/atomic-counter-0.1.1", dpIsExposed = False}] curator: Received ExitFailure 1 when running
The text was updated successfully, but these errors were encountered:
Restricts atomic-counter < 0.1.2 (#6953)
6311a5c
This is (unfortunately) not a bounds issue, but an attempt at working around a bug in stack
Disables atomic-counter (#6953)
3354378
CC @sergv
Sorry, something went wrong.
Retry atomic-counter (#6953).
atomic-counter
9e7f9a6
Seems to work - hope the problems won't reappear (if so, please revert 9e7f9a6 and reopen).
No branches or pull requests
We've seen this a few times here, and there seem to be related comments on
stack
upstream.Until the issue is fixed within
stack
itself, I believe our only option is to disable the package.cf. commercialhaskell/stack#6046 commercialhaskell/stack#4564 commercialhaskell/stack#5342 commercialhaskell/stack#5112 commercialhaskell/stack#6046
full error message
The text was updated successfully, but these errors were encountered: