From f753ea90226ef0d389eaa24bc40e9b9bebed7d74 Mon Sep 17 00:00:00 2001 From: Phil Ruffwind Date: Sat, 26 Aug 2017 02:27:31 -0400 Subject: [PATCH 01/25] Add blas-hs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff87d8e2..4d6fd334 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3287,6 +3287,9 @@ packages: - docker-build-cacher # - mysql-haskell-nem : blocked on mysql-haskell + "Phil Ruffwind @Rufflewind": + - blas-hs + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From 76fae422fa9760907eafa2cc9a208bcd5f326b60 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 28 Aug 2017 09:17:05 +0100 Subject: [PATCH 02/25] Add hmatrix-morpheus --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff87d8e2..7e94bc14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3255,6 +3255,7 @@ packages: "Alexander Ignatyev @alexander-ignatyev": - astro - mltool + - hmatrix-morpheus "Edward Amsden @eamsden": - h2c From c27d848e89509abc0d75237d2dee0a9a4a38d5de Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Mon, 28 Aug 2017 07:58:06 -0500 Subject: [PATCH 03/25] Remove dotenv-hs from expected-test-failure --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff87d8e2..da65f331 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3609,7 +3609,6 @@ expected-test-failures: - distributed-process - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - distributed-process-task - - dotenv # https://github.com/stackbuilders/dotenv-hs/issues/58 - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - fsnotify # Often runs out of inotify handles - hastache From 753c1bcd8b777b8ca4a14b79371e274b533e97b1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 09:47:02 -0700 Subject: [PATCH 04/25] Disable distributed-process* per haskell-distributed/distributed-static#17 --- build-constraints.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff87d8e2..7a3c5f19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2311,10 +2311,11 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - - distributed-process - - distributed-process-tests - - distributed-process-simplelocalnet - - distributed-static + # https://github.com/haskell-distributed/distributed-static/issues/17 + # - distributed-process + # - distributed-process-tests + # - distributed-process-simplelocalnet + # - distributed-static - network-transport - network-transport-tests - network-transport-tcp From e614423cc4930e2452e33705f622eca338d3448a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 10:45:10 -0700 Subject: [PATCH 05/25] Expect test failure for download per #2811 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a3c5f19..c87506c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3736,6 +3736,7 @@ expected-test-failures: - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 + - download # https://github.com/fpco/stackage/issues/2811 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 From b9020812772bd66b98ab1bf35b64c6c32ae5a312 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:01:42 -0700 Subject: [PATCH 06/25] Expect test failure for foundation per haskell-foundation/foundation#394 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c87506c4..89433373 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3754,6 +3754,7 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 + - foundation # https://github.com/haskell-foundation/foundation/issues/394 - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 From 55db743aef6fe36fb0ce870e755fd861f5adafe4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:34:02 -0700 Subject: [PATCH 07/25] Expect test failure for stache per stackbuilders/stache#26 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89433373..a9b18c82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3766,6 +3766,7 @@ expected-test-failures: - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - raaz + - stache # https://github.com/stackbuilders/stache/issues/26 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 From bb1136fd056f8840af29d4ee2fd734884a83e787 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:38:43 -0700 Subject: [PATCH 08/25] Disable language-puppet per bartavelle/language-puppet#214 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9b18c82..5f77d16e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2249,7 +2249,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet # https://github.com/bartavelle/language-puppet/issues/214 - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From 6e36c33f51f8d3910bd00ddbf667702336465066 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:51:27 -0700 Subject: [PATCH 09/25] Disable hopenpgp-tools per #2812 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f77d16e..4945fffe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -847,7 +847,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools + # - hopenpgp-tools # https://github.com/fpco/stackage/issues/2812 - opensource "Piyush P Kurur @piyush-kurur": From 77cb293e9fa11696716a1ff9ac1e20c2dc4a75f9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:56:27 -0700 Subject: [PATCH 10/25] Skip benchmarks for xxhash per christian-marie/xxhash#4 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4945fffe..a8bddf1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3841,6 +3841,7 @@ expected-benchmark-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 + - xxhash # https://github.com/christian-marie/xxhash/issues/4 # end of expected-benchmark-failures From 5968522391e478f4fcd79ad565227ab8fc58bb75 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 12:17:56 -0700 Subject: [PATCH 11/25] Disable cuda packages per #2813 --- build-constraints.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8bddf1e..c0ee4b5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -670,11 +670,12 @@ packages: - gloss-algorithms - gloss-raster - gloss-rendering - - cuda - - cublas - - cusparse - - cusolver - - nvvm + # https://github.com/fpco/stackage/issues/2813 + # - cuda + # - cublas + # - cusparse + # - cusolver + # - nvvm "Liam O'Connor @liamoc": [] From 16d551237424244b6ef9ee3be7799524ce34b301 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 17:10:00 -0700 Subject: [PATCH 12/25] doctest bound reason: see #2814, closes #2663 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a284d4f9..c564c960 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3322,7 +3322,7 @@ packages: - Win32 == 2.5.4.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2663 + # https://github.com/fpco/stackage/issues/2814 - doctest < 0.12 # https://github.com/fpco/stackage/issues/2714 From 9edc83233eaebabd654e7003e6810a94327df550 Mon Sep 17 00:00:00 2001 From: Date: Tue, 29 Aug 2017 15:31:17 +0300 Subject: [PATCH 13/25] Add strict-concurrency. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c564c960..eb9e7872 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1672,6 +1672,7 @@ packages: - annotated-wl-pprint "Yitz Gale @ygale": + - strict-concurrency - timezone-series - timezone-olson From 9daf03a48fbf8369a913adbf5014d20f0d56c253 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 29 Aug 2017 12:53:54 -0700 Subject: [PATCH 14/25] Skip tests for sbv per #2814 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c564c960..d26350de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,6 +3324,8 @@ packages: "Stackage upper bounds": # https://github.com/fpco/stackage/issues/2814 - doctest < 0.12 + # Once unconstrained, remove the following skipped-tests + # - sbv # https://github.com/fpco/stackage/issues/2714 - brick < 0.21 @@ -3545,6 +3547,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. + - sbv # doctest >= 0.13 # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 From 836955c9fef2c9e85f95767ee7f6a36f3969e3e0 Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Tue, 29 Aug 2017 18:01:53 -0500 Subject: [PATCH 15/25] add alerts --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d26350de..c1629150 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3284,6 +3284,7 @@ packages: "Daniel Campoverde @alx741": - currencies + - alerts "José Lorenzo Rodríguez @lorenzo": - wrecker From 1b65608e588cab7fa45816eaf32328a2dd51931a Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Tue, 29 Aug 2017 19:14:11 -0500 Subject: [PATCH 16/25] add yesod-alerts --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89165f61..6b3f4d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,7 @@ packages: "Daniel Campoverde @alx741": - currencies - alerts + - yesod-alerts "José Lorenzo Rodríguez @lorenzo": - wrecker From 3a6a9c0db667a7f4c8c4839d173a0e2e9bafafff Mon Sep 17 00:00:00 2001 From: Eitan Chatav Date: Tue, 29 Aug 2017 21:28:40 -0700 Subject: [PATCH 17/25] add eitan's package squeal-postgresql "Eitan Chatav @echatav": - squeal-postgresql --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89165f61..f007772a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3295,6 +3295,9 @@ packages: "Phil Ruffwind @Rufflewind": - blas-hs + "Eitan Chatav @echatav": + - squeal-postgresql + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From e51c1524722c943c4f9bfb9cf0d6319ff20db6fa Mon Sep 17 00:00:00 2001 From: Pi3r Date: Wed, 30 Aug 2017 09:54:24 +0200 Subject: [PATCH 18/25] Update build-constraints.yaml Following the fix of https://github.com/bartavelle/language-puppet/issues/214 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89165f61..6eccb395 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2251,7 +2251,7 @@ packages: - strict-base-types - withdependencies - hruby - # - language-puppet # https://github.com/bartavelle/language-puppet/issues/214 + - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From f86241786510a3fc7a3dc2e8e0367f9ef7aa2f66 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 11:44:58 -0700 Subject: [PATCH 19/25] Expect test failure of yahoo-finance-api per #2821 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31d3e060..c05aefa7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3760,6 +3760,7 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From d5f584bc7c5ca6046ab96d4b529a60892563ab0c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 13:13:17 -0700 Subject: [PATCH 20/25] Disable language-puppet per #2822 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c05aefa7..d77ca160 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2251,7 +2251,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet # https://github.com/fpco/stackage/issues/2822 - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From 479cfa3328562156c283cfdf21c82e871ad31c93 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:18:56 -0700 Subject: [PATCH 21/25] re-enable distributed-* per haskell-distributed/distributed-static#17 --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d77ca160..1f3e0d96 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2313,11 +2313,10 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - # https://github.com/haskell-distributed/distributed-static/issues/17 - # - distributed-process - # - distributed-process-tests - # - distributed-process-simplelocalnet - # - distributed-static + - distributed-process + - distributed-process-tests + - distributed-process-simplelocalnet + - distributed-static - network-transport - network-transport-tests - network-transport-tcp From e549ab4183057c69322e340bba6a9a2879592ce3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:31:43 -0700 Subject: [PATCH 22/25] Re-disable distributed-process* per haskell-distributed/distributed-process#312 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f3e0d96..751b766e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2313,9 +2313,10 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - - distributed-process - - distributed-process-tests - - distributed-process-simplelocalnet + # https://github.com/haskell-distributed/distributed-process/issues/312 + # - distributed-process + # - distributed-process-tests + # - distributed-process-simplelocalnet - distributed-static - network-transport - network-transport-tests From 47a931d4f0587b4052173cde6967bd93f51f7b35 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:39:57 -0700 Subject: [PATCH 23/25] Re-enable labels per chrisdone/labels#8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 751b766e..a48f12a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -472,7 +472,7 @@ packages: - xenstore "Chris Done @chrisdone": - - labels < 0 # compilation failure https://github.com/chrisdone/labels/issues/8 + - labels - ace - ical - check-email From 50b7a3398130979dba9ccee36ee813625d1b3d2f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:42:24 -0700 Subject: [PATCH 24/25] Expect tests to pass for stache per stackbuilders/stache#26 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a48f12a9..1ac3ffc0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3780,7 +3780,6 @@ expected-test-failures: - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - raaz - - stache # https://github.com/stackbuilders/stache/issues/26 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 From b996a7c74e8879c37eb41d5af2ddd615df0cb76d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 16:22:12 -0700 Subject: [PATCH 25/25] Bugfix debian-bootstrap for cuda, closes #2813 --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9c592e4f..9c59f1d0 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -220,7 +220,7 @@ pushd /tmp \ && apt-get install -y cuda-drivers cuda-core-${CUDA_APT} cuda-cudart-dev-${CUDA_APT} cuda-cufft-dev-${CUDA_APT} cuda-cublas-dev-${CUDA_APT} cuda-cusparse-dev-${CUDA_APT} cuda-cusolver-dev-${CUDA_APT} \ && rm cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \ && export CUDA_PATH=/usr/local/cuda-${CUDA_VER} \ - && export LD_LIBRARY_PATH=${CUDA_PATH}/nvvm/lib64:${LD_LIBRARY_PATH} \ + && export LD_LIBRARY_PATH=${CUDA_PATH}/nvvm/lib64:${LD_LIBRARY_PATH+x} \ && export LD_LIBRARY_PATH=${CUDA_PATH}/lib64:${LD_LIBRARY_PATH} \ && export PATH=${CUDA_PATH}/bin:${PATH} \ && popd