obsidiansystems / obelisk

Functional reactive web and mobile applications, with batteries included.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
957 stars 106 forks source link

`ob run` fails with a message about a missing patch to CVE-2014-5461 #27

Closed candeira closed 6 years ago

candeira commented 6 years ago

Running NixOs 18.03: [kandinski@desire:~/data/work/hack/obelisk]$ nix-shell -p nix-info --run "nix-info -m"

When running Obsidian installed from git commit: ca6c8c0cb0ab9720181cc48119e57250cee78b3c After successfully running ob initin an empty directory:

[kandinski@desire:~/tmpdev/foo]$ ob init
<... lots of "Setting up obelisk" snipped...>
✔ Setting up obelisk
✔ Copying project skeleton

[kandinski@desire:~/tmpdev/foo]$ ls
backend  cabal.project  common  config  default.nix  devel  frontend  static

When running ob run, there's an error

[kandinski@desire:~/tmpdev/foo]$ ob run
<...lots of successful output snipped...>
building '/nix/store/8130ngvsggjm1hl19nzizvlnvvb4rkpb-CVE-2014-5461.patch.drv'...

trying http://anonscm.debian.org/cgit/pkg-lua/lua5.1.git/plain/debian/patches/0004-Fix-stack-overflow-in-vararg-functions.patch?id=b75a2014db2ad65683521f7bb295bfa37b48b389
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
[ 7 of 23] Compiling System.IO.Streams.List ( src/System/IO/Streams/List.hs, dist/build/System/IO/Streams/List.o )
100   433  100   433    0     0    433      0  0:00:01 --:--:--  0:00:01   469
[ 8 of 23] Compiling System.IO.Streams.Vector ( src/System/IO/Streams/Vector.hs, dist/build/System/IO/Streams/Vector.o )
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
curl: (22) The requested URL returned error: 404 Not found
error: cannot download CVE-2014-5461.patch from any mirror
builder for '/nix/store/8130ngvsggjm1hl19nzizvlnvvb4rkpb-CVE-2014-5461.patch.drv' failed with exit code 1
building '/nix/store/q5mzrqn2p1k2wirjj9sbwv492l0hyj97-SHA-1.6.4.2.drv'...
cannot build derivation '/nix/store/kq4ijff5g22ajs6g48w07icvamkdyzip-lua-5.1.5.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/fg8pys0p6w1gz94biv1nda5faqbjqnyn-hslua-0.4.1.drv': 1 dependencies couldn't be built
building '/nix/store/mwnz4yi3fyiwg9rzjsm8yfj0bgr4j2rm-active-0.2.0.13-r2.cabal.drv'...
cannot build derivation '/nix/store/qd2px3pkybwn6k1n9cda17rbiw6kv3vx-pandoc-1.19.2.4.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/37sfvyw8qxkfspbkpdd4s2dp2xpz2m1r-heist-1.0.1.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/fwgcxzwmpbfbwdb6pklbys55x6v8xg0j-ghc-8.0.2-with-packages.drv': 1 dependencies couldn't be built
error: build of '/nix/store/fwgcxzwmpbfbwdb6pklbys55x6v8xg0j-ghc-8.0.2-with-packages.drv' failed

As requested, this is the output from the OBELISK TESTS tests:

[kandinski@desire:~/data/work/hack/obelisk]$ time $(nix-build -A selftest --no-out-link) 

ob init
  works with default impl
  works with master branch impl
  works with symlink
  doesn't create anything when given an invalid impl
ob run
  works in root directory FAILED [1]
  works in sub directory FAILED [2]
obelisk project
  can build obelisk command
  can build obelisk skeleton
^C
Failures:

  src/Obelisk/SelfTest.hs:56: 
  1) ob run works in root directory
       uncaught exception: ReThrownException (
       Ran commands: 
       cd /tmp/ob-init30343
       ob init
       which ob
       writefile /tmp/ob-init30343/config/common/route
       ob run
       which ob
       cd /home/kandinski/data/work/hack/obelisk

       Exception: fd:12: hGetLine: end of file)

  src/Obelisk/SelfTest.hs:59: 
  2) ob run works in sub directory
       uncaught exception: ReThrownException (
       Ran commands: 
       cd /tmp/ob-init30343
       ob init
       which ob
       writefile /tmp/ob-init30343/config/common/route
       cd /tmp/ob-init30343/frontend
       ob run
       which ob
       cd /tmp/ob-init30343
       cd /home/kandinski/data/work/hack/obelisk

       Exception: fd:17: hGetLine: end of file)

Randomized with seed 757644086
[kandinski@desire:~/data/work/hack/obelisk]$ time !!
time $(nix-build -A selftest --no-out-link)
these derivations will be built:
  /nix/store/69hnma4kv9r7c2l93c758kfhlqfsn5nq-selftest.drv
building '/nix/store/69hnma4kv9r7c2l93c758kfhlqfsn5nq-selftest.drv'...

ob init
  works with default impl
  works with master branch impl
^C

real    0m29.946s
user    0m17.203s
sys 0m3.859s
[kandinski@desire:~/data/work/hack/obelisk]$ time $(nix-build -A selftest --no-out-link)

[kandinski@desire:~/data/work/hack/obelisk]$ time $(nix-build -A selftest --no-out-link)

ob init
  works with default impl
  works with master branch impl
  works with symlink
  doesn't create anything when given an invalid impl
ob run
  works in root directory FAILED [1]
  works in sub directory FAILED [2]
obelisk project
  can build obelisk command
  can build obelisk skeleton
  can build obelisk shell
  can build everything
blank initialized project
  can be created
  can build ghc.backend FAILED [3]
  can build ghcjs.frontend FAILED [4]
  can build android
  can enter shells.ghc FAILED [5]
  can build in shells.ghc FAILED [6]
  can enter shells.ghcjs FAILED [7]
  can build in shells.ghcjs FAILED [8]
  has idempotent thunk update
  ob thunk pack/unpack
    has thunk pack and unpack inverses
    can pack and unpack plain git repos FAILED [9]
    aborts thunk pack when there are uncommitted files

Failures:

  src/Obelisk/SelfTest.hs:56: 
  1) ob run works in root directory
       uncaught exception: ReThrownException (
       Ran commands: 
       cd /tmp/ob-init10794
       ob init
       which ob
       writefile /tmp/ob-init10794/config/common/route
       ob run
       which ob
       cd /home/kandinski/data/work/hack/obelisk

       Exception: fd:12: hGetLine: end of file)

  src/Obelisk/SelfTest.hs:59: 
  2) ob run works in sub directory
       uncaught exception: ReThrownException (
       Ran commands: 
       cd /tmp/ob-init10794
       ob init
       which ob
       writefile /tmp/ob-init10794/config/common/route
       cd /tmp/ob-init10794/frontend
       ob run
       which ob
       cd /tmp/ob-init10794
       cd /home/kandinski/data/work/hack/obelisk

       Exception: fd:17: hGetLine: end of file)

  src/Obelisk/SelfTest.hs:90: 
  3) blank initialized project can build ghc.backend
       uncaught exception: ReThrownException (
       Ran commands: 
       cd /tmp/blank-project10794
       nix-build --no-out-link -A ghc.backend
       which nix-build
       cd /home/kandinski/data/work/hack/obelisk

       Exception: error running: nix-build --no-out-link -A ghc.backend
       exit status: 1
       stderr: these derivations will be built:
         /nix/store/xskppw58g91hfpffyvcknhvf3jgc04ba-bytes-0.15.3.tar.gz.drv
         /nix/store/zjdadzi2yl385h2d524p0p7cbiswrg1m-bytes-0.15.3-r2.cabal.drv
         /nix/store/50bri8rj1p6vbgwdynw58raxyl273n71-bytes-0.15.3.drv
         /nix/store/ii1ww8hhnnqprk0mn7rlbns1wv149wsr-linear-1.20.7.tar.gz.drv
         /nix/store/yc55d2i3qnhc1fxvv6yz48v1sqpqqr65-linear-1.20.7-r1.cabal.drv
         /nix/store/01g1an1gg3qy1kg2n7n4qmirwp3kzxzv-linear-1.20.7.drv
         /nix/store/06i85277gv08dx8ssc22z3b93mzvdv6j-tasty-golden-2.3.1.1.tar.gz.drv
         /nix/store/423ry65az15di80rv0ln77cqpg6rgs4w-lucid-2.9.8.1.tar.gz.drv
         /nix/store/0gj6yz5l6zgxbnmyzlfh946gfrwkf3s4-lucid-2.9.8.1.drv
         /nix/store/s1a5f243hqwnb2x92k41cc6kfc47azps-basement-0.0.2.drv
         /nix/store/crpnak0473zpm000syzxaagw3vp3w1xj-foundation-0.0.15.drv
         /nix/store/rdz758xja2mwqwr0qz9dlrhlp5haxy2d-memory-0.14.8.drv
         /nix/store/7bp5c2xxisvvh4hyks44vxvbb0js5hsg-cryptonite-0.23.drv
         /nix/store/vbsn1nkbi3rcw5hgi4d60298y23cvspi-base64-bytestring-1.0.0.1.drv
         /nix/store/9sm6b7zhzzi9a8gjmy0nsmvdpskjpv6s-pem-0.2.2.drv
         /nix/store/dk6ib8v13qgh355skpdfd77zl37r73vn-hourglass-0.2.10.drv
         /nix/store/nikpbg57mg30whw84mh334fdkiv76c0j-asn1-types-0.3.2.drv
         /nix/store/c6xiw0aa7pdxsbanwkwcdw7ih9v3l65v-asn1-encoding-0.9.5.drv
         /nix/store/b2ih5l2aq9qrj4n2zaccjnidrn3lnzas-asn1-parse-0.9.4.drv
         /nix/store/5d9lzgshx905x6d1fgzk1x6i60dxbqmr-x509-1.7.2.drv
         /nix/store/1wa5mdhrgz5fy1m09pr6pj763l5vndcl-x509-store-1.6.5.drv
         /nix/store/m5jah4jzy205np1ki979mpdr69r6449j-byteable-0.1.1.drv
         /nix/store/16wjvaaspk8nvdap11y21fgpq5arx14q-x509-validation-1.6.9.drv
         /nix/store/vax3xyxa76aycmdc6bn0981x0mv2d6fi-network-2.6.3.2.drv
         /nix/store/0ibna4z66ipk3jnmyl67s2plazn7mqgf-tls-1.3.11.drv
         /nix/store/0kykmf0qhqrvypfry7pmf7w1axzz1jaz-snap-1.0.0.2-r1.cabal.drv
         /nix/store/0qjn6qbi887rl3ya0aw768ij2pkkj1aw-io-streams-haproxy-1.0.0.2.tar.gz.drv
         /nix/store/j56k8v2vzbgr5clckwr1ikhysqzcfagq-preprocessor-tools-1.0.1.tar.gz.drv
         /nix/store/0r94b9bp96a00ifi4da3b1c5iq1g8gg8-preprocessor-tools-1.0.1.drv
         /nix/store/jbbmcs3bvsyc19pd64qrf8pggm69ygra-tagshare-0.0.tar.gz.drv
         /nix/store/7zj4vxq384arkjd2m8bmgvdxpzydwnnn-tagshare-0.0.drv
         /nix/store/v5wyqmp45gl2j5817n472vyjjyxswflm-testing-feat-0.4.0.3.tar.gz.drv
         /nix/store/0z66dmb0y2v14m74vccydz807gmjvcf3-testing-feat-0.4.0.3.drv
         /nix/store/16z7wf8blm1ag4kcsair4f7jgabvzb9m-unix-compat-0.4.3.1.drv
         /nix/store/nhxgnr5r4hkhsimjq95s9vhxg443n7yy-string-qq-0.0.2.tar.gz.drv
         /nix/store/1xid6wzryiab7pdlmaynghzx4w9ay923-string-qq-0.0.2.drv
         /nix/store/f6vqwk2cyrp4qzma8wxx1q33d14sc7p7-pandoc-types-1.17.0.5-r4.cabal.drv
         /nix/store/z7akdpls1ipjz7g2lhns4ggmijrr7grg-pandoc-types-1.17.0.5.tar.gz.drv
         /nix/store/1kcrzw1nl75qaax205rd2gffl8a64lcs-pandoc-types-1.17.0.5.drv
         /nix/store/y6mhzpsbjvbcvjjq6pbbh6b90b8yk6vb-monoid-extras-0.4.2-r2.cabal.drv
         /nix/store/5lbhaxvwjryjk1ybss553v2zy9n81s2c-monoid-extras-0.4.2.drv
         /nix/store/6disqzvzlxib4akwfcay0bk4bp43z4jv-dual-tree-0.2.1.tar.gz.drv
         /nix/store/1nq0sml6yxljbkl13sa337y3fx8n3v4q-dual-tree-0.2.1.drv
         /nix/store/av7yvm10cvbp7v46rgkhx6kwnwm9dkz9-megaparsec-6.1.1.tar.gz.drv
         /nix/store/v2m788ll7yw361a61d0zm0bph8yyjjmp-parser-combinators-0.1.0.tar.gz.drv
         /nix/store/yx62f4w43hr5h7zfnrv1aqki9k2hmizr-parser-combinators-0.1.0.drv
         /nix/store/2n7bqm8sa8jbkxkndgpsjjz3vrn3lq79-megaparsec-6.1.1.drv
         /nix/store/4vkq8xspssyfb10l6amriylndxj51qhh-modern-uri-0.2.1.0.drv
         /nix/store/znngxqbjxpd4vsbcrazp667hd8j8kapx-http-reverse-proxy-0.4.5.tar.gz.drv
         /nix/store/s70xikjfwpd1imhyvcm7qmbqm4f5cn4a-http-reverse-proxy-0.4.5.drv
         /nix/store/221d4rjsw705z7vg8z9a1p9l8myp2iqk-obelisk-run-0.1.drv
         /nix/store/qif693d5ampgqrhzahwjw4fq92b7ijzx-http-common-0.8.2.0.tar.gz.drv
         /nix/store/233xfqj07p9kr8vp60bdypb7z7s3y8v1-http-common-0.8.2.0.drv
         /nix/store/23im6fid6zi2v1kjazrqh4f47i89zgas-zip-archive-0.3.1.1.tar.gz.drv
         /nix/store/8nna6jdxx3yyrlhrnkg2rbjvr6mi0ws2-io-streams-1.4.1.0.drv
         /nix/store/kvx8amav04kghlh554qy0vhb28n5arsy-openssl-streams-1.2.1.3.tar.gz.drv
         /nix/store/2600qh5kr7qkfy1j5vl78l81jl4jh2qw-openssl-streams-1.2.1.3.drv
         /nix/store/ql5a3w2d91py74vqnrx9i27hk8pail01-test-framework-smallcheck-0.2.tar.gz.drv
         /nix/store/2bq337965h1pck0jxgpxf2nzdcv9i9c2-test-framework-smallcheck-0.2.drv
         /nix/store/hrr05iknl5qalq4pl956w0rc5l6vh9zy-blaze-builder-0.4.0.2.drv
         /nix/store/2di79nlbdabc5ikddqq45x6yhjx2ixni-cookie-0.4.2.1.drv
         /nix/store/2n6zd5fd207lxb3wl8qyrgwz1bb7i5q5-mime-types-0.1.0.7.drv
         /nix/store/n8wyradj3nblsvnsp7615xllbi0m6yld-zlib-0.6.1.2.drv
         /nix/store/2nqr6l8ks68vwv44fbaybrp7d13srf1r-streaming-commons-0.1.17.drv
         /nix/store/c2rlccil5lrnk871hk538gljjzdp4bv1-xmlhtml-0.2.5.tar.gz.drv
         /nix/store/2qmpj2h6sqh6wczl3f8mn3zwch1pffk0-xmlhtml-0.2.5.drv
         /nix/store/2wdrijs09n811hy9wzhiv1bn93w7raz9-svg-builder-0.1.0.2-r1.cabal.drv
         /nix/store/m46sr5pj6bdb993yq09mxraw93i18yxh-diagrams-core-1.4.0.1.tar.gz.drv
         /nix/store/31wz1s4sqpshic824xv094bp8z2fay99-diagrams-core-1.4.0.1.drv
         /nix/store/sm2xnd2dbczli7rf3kagw99y78kj8azc-directory-tree-0.12.1.tar.gz.drv
         /nix/store/dr666w7bb1xcqpb5gf2qgjpd4dkik9k0-directory-tree-0.12.1.drv
         /nix/store/ldxf11w85r62y65vby8a1kkwhbw5d04i-haskell-src-exts-1.18.2.drv
         /nix/store/4dc5k88b1rldm18ny5qnav75jhxx6qnr-haskell-src-meta-0.8.0.1.drv
         /nix/store/4syjwimdxnm37ac64k88xbz1ibjdjyx5-aeson-qq-0.8.2.drv
         /nix/store/4fl3vvzj2snrbhj1xrf1dng0i4fffmpq-yaml-0.8.23.3.drv
         /nix/store/6pa1zqqra9xvdkiydhq40iffwd6cvvfc-blaze-markup-0.8.0.0.drv
         /nix/store/cc4yyfra649z0mnnkj08mwgwslw704ln-blaze-html-0.9.0.1.drv
         /nix/store/dmdy0p9mf3cb101raz0158xjzm7p9s4x-filemanip-0.3.6.3.drv
         /nix/store/z6x2s450mz16vdx045cq9f2vz3w5n48v-network-uri-2.6.1.0.drv
         /nix/store/f8va61q36rndljk70hic773dpfqw0czf-HTTP-4000.3.7.drv
         /nix/store/iljp95wjbrxyq2dvswb7vjcl5vwijl7l-quickcheck-instances-0.3.12.drv
         /nix/store/fi0s0sanj93jpg85949rmlabpfw87pxa-hspec-contrib-0.4.0-r1.cabal.drv
         /nix/store/n2r666gnaw1bx4ygwr5sqxy79zjxvw1z-hspec-contrib-0.4.0.tar.gz.drv
         /nix/store/j875r4j1ssiaqjbb4gag2ggr59y9bzc1-hspec-contrib-0.4.0.drv
         /nix/store/4k67bgs11if1fgqn5aakqzc8jp8pchkc-lua-arch.patch.drv
         /nix/store/8130ngvsggjm1hl19nzizvlnvvb4rkpb-CVE-2014-5461.patch.drv
         /nix/store/8aqbxzv7qdqqbirqd3yn4q0bqmndq4nz-lua-5.1.5.tar.gz.drv
         /nix/store/kq4ijff5g22ajs6g48w07icvamkdyzip-lua-5.1.5.drv
         /nix/store/n0v6n3r6n2nmip1k44bra1s90smy9p0v-hslua-0.4.1.tar.gz.drv
         /nix/store/fg8pys0p6w1gz94biv1nda5faqbjqnyn-hslua-0.4.1.drv
         /nix/store/c432xw6bh7nc8phg1rlz577x4cavfban-hxt-charproperties-9.2.0.1.tar.gz.drv
         /nix/store/bi6jp00r31bxxfk40ikjn6rv95z1hq7f-hxt-charproperties-9.2.0.1.drv
         /nix/store/hprlbkcmqzs3d70f63wks67jym6v0cw1-hxt-regex-xmlschema-9.2.0.3.tar.gz.drv
         /nix/store/fp1f7l8g6h1ksk6rr286m5rrxkcgi0nf-hxt-regex-xmlschema-9.2.0.3.drv
         /nix/store/jpm4a0fs1zh8pmhgwya2h1xxc1psrq7m-hxt-9.3.1.16.tar.gz.drv
         /nix/store/imkbygb8kfj060r83rp0hr7b7ky6myxm-hxt-unicode-9.0.2.4.tar.gz.drv
         /nix/store/mv6ijri2spglkzijdm3x4dyg5psbnaw9-hxt-unicode-9.0.2.4.drv
         /nix/store/9csc693lrq22kaswllsg77y95v91zab5-hxt-9.3.1.16.drv
         /nix/store/mpljzwca68yrc25ccbmggsyq7pqkrqf6-temporary-rc-1.2.0.3.tar.gz.drv
         /nix/store/8w5di0fv3jrgdp9xmwgzv44plak3jhz8-temporary-rc-1.2.0.3.drv
         /nix/store/a9prsfgim6d6syfyrl4r37595h851zzs-tasty-golden-2.3.1.1.drv
         /nix/store/b7cznd04w1vvjsj3rh58ag13899vqbr3-haskell-lexer-1.0.1.drv
         /nix/store/apazvsfyrhhzj2306ql5kdvkgs9xkq5l-pretty-show-1.6.13.drv
         /nix/store/dx42rl6971s49xq0mnz03pmrfzf2cb32-skylighting-0.1.1.5.tar.gz.drv
         /nix/store/n64i7xjdy7alq79ii8w7fn34g8npiydb-regex-pcre-builtin-0.94.4.8.8.35.tar.gz.drv
         /nix/store/wqf3lzj4gq93fi7mga36q6rqjsnshmc5-regex-pcre-builtin-0.94.4.8.8.35.drv
         /nix/store/zz5dkckgdp9g690lnydns8j5vh1wiaj8-case-insensitive-1.2.0.10.drv
         /nix/store/fvji4bcr8fxp67mnmym7k95y2yii2g78-skylighting-0.1.1.5.drv
         /nix/store/bbc15670igwh0pg5qmjk7dqspg7i227x-ghc-paths-0.1.0.9.drv
         /nix/store/9220f4s9k4r5nd7syf91pcp0rg59bf4v-doctest-0.11.4.drv
         /nix/store/lf90k91sa3i35r9zx4d5p6w9s2v9vsrc-http-types-0.9.1.drv
         /nix/store/gnibk2crc15q098i0p7bxvyclliq11x5-http-client-0.5.7.0.drv
         /nix/store/hdrl3ql419x2rsp8a62yfsld1v5ckagb-pandoc-1.19.2.4.tar.gz.drv
         /nix/store/s5bvryp8ra4qqg9j7ccfp35vw5h5yhpv-tagsoup-0.14.1.tar.gz.drv
         /nix/store/jqbh5y3gw9hzsacrndscr2hkv8kvg2hb-tagsoup-0.14.1.drv
         /nix/store/n9ab0lm5pv3slprcr2skgjy7989i49dh-JuicyPixels-3.2.8.3.drv
         /nix/store/w6592v10f0622rx8w14xiacxmasns09f-hsb2hs-0.3.1.tar.gz.drv
         /nix/store/nn91vhivzcwnyvpxb5y5aimfnm2g3mc1-hsb2hs-0.3.1.drv
         /nix/store/71zrwckm197ms3nq10v2j57rgxxg86v7-zip-archive-0.3.1.1-r1.cabal.drv
         /nix/store/x25vrlfq6211sq85wq3rvmxhw8h50ml5-digest-0.0.1.2.tar.gz.drv
         /nix/store/slbaa5xg5ki8rg54bl90fblnvl76nfik-digest-0.0.1.2.drv
         /nix/store/p28hap8y16nsijsizl895m96fdr3fr64-zip-archive-0.3.1.1.drv
         /nix/store/q5mzrqn2p1k2wirjj9sbwv492l0hyj97-SHA-1.6.4.2.drv
         /nix/store/5d3lrdd2532smsam29pwqjfyg77frjjm-x509-system-1.6.6.drv
         /nix/store/mlh34dgz84zp7sm6idvswnyay25mbhxw-socks-0.5.5.drv
         /nix/store/b2zjj6jl1l18vjp458m8k2974nhpvgjn-connection-0.2.8.drv
         /nix/store/rayyj7hi1mfr49yn9j5bqvg8p8sczplk-http-client-tls-0.3.5.1.drv
         /nix/store/v6layym70z86w5dd5mznrdb7v4c9dlaw-haddock-library-1.4.3.drv
         /nix/store/nwf1nkpb1s6lqqdg0drsh1bwzy194i7h-texmath-0.9.4.2.tar.gz.drv
         /nix/store/w7l584qygjf9fhfp96d1jwaj032iykkx-texmath-0.9.4.2.drv
         /nix/store/rzwghxvjsbwrs2ysf6k7x8fk2lw5sb1k-cmark-0.5.6.tar.gz.drv
         /nix/store/xz7if69da4pi283kr0pl0xyzqyzhnhdw-cmark-0.5.6.drv
         /nix/store/ih76bjyc1ya2rg59q5yg8pwxfbm2xam4-doctemplates-0.1.0.2.tar.gz.drv
         /nix/store/ydikrmcal900j9nlivv55zibs0p0lnpd-doctemplates-0.1.0.2.drv
         /nix/store/qd2px3pkybwn6k1n9cda17rbiw6kv3vx-pandoc-1.19.2.4.drv
         /nix/store/b1lldjs0zwjxw6b4z96ykzhy1hp57s3z-map-syntax-0.2.0.2.tar.gz.drv
         /nix/store/yl1if5shjlgjpjw93nng0r0q03y4090j-map-syntax-0.2.0.2-r1.cabal.drv
         /nix/store/rd3gnw2zhng6xlmcrpn4vdz74c7n6ibw-map-syntax-0.2.0.2.drv
         /nix/store/vyqw9vjd29v711fk02j6sv6yhssm1jmv-heist-1.0.1.0-r6.cabal.drv
         /nix/store/wcycryjgnhm59rlqhnfgib76pw5xihwn-heist-1.0.1.0.tar.gz.drv
         /nix/store/37sfvyw8qxkfspbkpdd4s2dp2xpz2m1r-heist-1.0.1.0.drv
         /nix/store/3q9h3a6qrpfdxav696arld7j6csj0fk1-intervals-0.8.1.tar.gz.drv
         /nix/store/3x50ds56wkchmz2a7dqk4ky9x51w5hwd-snap-server-1.0.3.1.tar.gz.drv
         /nix/store/59xz1g59lyb6azm0j4iakyw3hnsxqadi-securemem-0.1.9.tar.gz.drv
         /nix/store/y8qqb00v6lfd4ck7fcj1zx7gkinf8b7p-securemem-0.1.9.drv
         /nix/store/zr4bldkzpwx9irj6xzy5n03j9jn1q11w-crypto-cipher-types-0.0.9.tar.gz.drv
         /nix/store/488j2izrkykdbpb80dhrrd7vm4b2836m-crypto-cipher-types-0.0.9.drv
         /nix/store/4ha4yk42npp0037awksvqc77cjcd732j-pwstore-fast-2.4.4.tar.gz.drv
         /nix/store/670xlgzv5r29r5n5802k2dkpila0siyi-common-0.1.drv
         /nix/store/4r1j6hdi3y168kddsm5p81h3i3sd65x6-frontend-0.1.drv
         /nix/store/5s6cy4pr51ma6sr131rnvad111mjwkn3-active-0.2.0.13.tar.gz.drv
         /nix/store/yw91f3inzi3myxllb8vy8vzlz9gpr7v6-skein-1.0.9.4.tar.gz.drv
         /nix/store/fvlibnw9z79naw4l0hksq6lqnbj23mvx-skein-1.0.9.4.drv
         /nix/store/kawc92hb9hvyiigfvakr7lii152czs0v-clientsession-0.9.1.2.tar.gz.drv
         /nix/store/qdacyyj4z0jshn2rkdhqh1lf25sacpl5-crypto-cipher-tests-0.0.11.tar.gz.drv
         /nix/store/fj1kw9lj5f5siygvm7bqf4309pfc2rkk-crypto-cipher-tests-0.0.11.drv
         /nix/store/p235b4hrlb57mdalvmi57dx0hd4dcvsd-cipher-aes-0.2.11.tar.gz.drv
         /nix/store/pk85abv3paaxjw06z2bbi2ca5mp46w9h-cipher-aes-0.2.11.drv
         /nix/store/ymw0qkrbdcdhw4c5bbm48ylr3nylnqpj-crypto-random-0.0.9.tar.gz.drv
         /nix/store/sppaickxpcyqvz01b4adh3003dgkk6mh-crypto-random-0.0.9.drv
         /nix/store/gd471qwbl81k2567c706kjczwd5449h5-cprng-aes-0.6.1.tar.gz.drv
         /nix/store/zxjkpd3lqvyijhxik9888ayd0idbqnmg-cprng-aes-0.6.1.drv
         /nix/store/5ylka6fbkx9fax60l918i6hw1qrdbsp9-clientsession-0.9.1.2.drv
         /nix/store/7q0igjm011nl36g67w4qkza6flng8fy4-pwstore-fast-2.4.4.drv
         /nix/store/bg2l87bnwklm8m4sw9pxyayw6850ikj1-diagrams-solve-0.1.1.tar.gz.drv
         /nix/store/8qf7497lpx9zgkpwzig5zxv3plvnb655-diagrams-solve-0.1.1.drv
         /nix/store/caicdrh9yym5wkzmd73mwi0f70i31hr9-intervals-0.8.1-r1.cabal.drv
         /nix/store/9c1xwc955j2rlxg2fiq4v30c3dnzin3i-intervals-0.8.1.drv
         /nix/store/azkdwsbri7mx5d4gqmx3gvfaacgsidhg-snap-1.0.0.2.tar.gz.drv
         /nix/store/c4jv5hwczfgwfl3k597b3vjyiq01drxx-readable-0.3.1.tar.gz.drv
         /nix/store/dxpcl396wk6xd1jjzgqvxr1lvc8f9sw1-io-streams-haproxy-1.0.0.2.drv
         /nix/store/cv949acpgj88fs2mpllvbkpjxawxg0cn-http-streams-0.8.5.3-r1.cabal.drv
         /nix/store/fm0ml28bpxrk4blp36g1444jg3xzlhkc-http-streams-0.8.5.3.tar.gz.drv
         /nix/store/l281dsavcfsw6v69zvqm5qq18cfi8w3i-http-streams-0.8.5.3.drv
         /nix/store/pw1l7jf3qqlrjm3azfhcl9pz458l1c57-readable-0.3.1.drv
         /nix/store/vdbn5f9v8bb698g0pbs9xd3mj617wiya-snap-core-1.0.3.1.tar.gz.drv
         /nix/store/lp3436adfmp5js1s7dr3bva2nk7s31rx-snap-core-1.0.3.1.drv
         /nix/store/kjydv2hmn80rbz05jdjzqhp8q94dmpa8-threads-0.5.1.5.tar.gz.drv
         /nix/store/q46jd6blnk93dvqmf20cpr1qdyj2wgpz-threads-0.5.1.5.drv
         /nix/store/fsyzxx4jxbizjw6fqh41i4k16nsgxghg-snap-server-1.0.3.1.drv
         /nix/store/hbq33ggfvjdd18z340z74r9q13wl9y6q-obelisk-snap-extras-0.1.drv
         /nix/store/zy5y7vdwqlxh30cl6xpz360y4rpb2zad-configurator-0.3.0.0.tar.gz.drv
         /nix/store/vkhciaa27qin53y0jv1gfndpcsa853s4-configurator-0.3.0.0.drv
         /nix/store/w6zzn50xbbhb99b6048b5a9a9qb9dl08-mwc-random-0.13.6.0.drv
         /nix/store/v2d64ci3ywvimyamsnnkbbp39l4m3dfm-snap-1.0.0.2.drv
         /nix/store/hp9vqg5cb0zdbdy3l25007cs9ap0qbrf-obelisk-asset-serve-snap-0.1.drv
         /nix/store/cvabzmxq5cd45aqgplx51gq6lvsb87w3-diagrams-lib-1.4.1.2-r3.cabal.drv
         /nix/store/dyjnahw326lhqxgkgfkvg024gp2z28c5-numeric-extras-0.1.drv
         /nix/store/g1g7i6bd19bvxi9an5fr086qkf4l4xz0-JuicyPixels-3.2.8.3.drv
         /nix/store/rass2cqapd12gxgy02k0mh05v6xrfcm8-diagrams-lib-1.4.1.2.tar.gz.drv
         /nix/store/sysjvlza63j2c2r3b0yhyrxl8l1my6wr-active-0.2.0.13.drv
         /nix/store/kp8nhs5jrn219iydib8411yj7b8xw2hr-diagrams-lib-1.4.1.2.drv
         /nix/store/l8qxzn07gnx0f5mympdqc7650iscwwjb-svg-builder-0.1.0.2.drv
         /nix/store/j9wlanc66w3q3sggbg1dda6zcllghdrz-diagrams-svg-1.4.1.1.tar.gz.drv
         /nix/store/xqj9g2b5bdp1f0lcd0l3m60858av8ms2-diagrams-svg-1.4.1.1.drv
         /nix/store/rg5hzh9pgdrrvxdh3n4c3z041vw10kfy-obelisk-snap-0.1.drv
         /nix/store/c89vpclhsj97xs6hq7x1ysx9pqii8d1l-obelisk-backend-0.1.drv
         /nix/store/pq9v3g4kw17d15ag9zldwvxbc6vqn1rm-backend-0.1.drv
       building '/nix/store/670xlgzv5r29r5n5802k2dkpila0siyi-common-0.1.drv'...
       building '/nix/store/znngxqbjxpd4vsbcrazp667hd8j8kapx-http-reverse-proxy-0.4.5.tar.gz.drv'...
       building '/nix/store/8nna6jdxx3yyrlhrnkg2rbjvr6mi0ws2-io-streams-1.4.1.0.drv'...
       building '/nix/store/av7yvm10cvbp7v46rgkhx6kwnwm9dkz9-megaparsec-6.1.1.tar.gz.drv'...
       setupCompilerEnvironmentPhase
       Build with /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2.
       unpacking sources
       unpacking source archive /nix/store/pgx3j3lbn1vcys80fxhwxcyk4y50s50b-a7m922x9aak1zffidq850kd48msrfmjv-common
       source root is a7m922x9aak1zffidq850kd48msrfmjv-common
       /nix/store/j1ly0zzpnzb8y8ry6k4vi4prk8vwq233-set-source-date-epoch-to-latest.sh: line 7: warning: command substitution: ignored null byte in input
       patching sources
       compileBuildDriverPhase
       setupCompileFlags: -package-db=/build/package.conf.d -j1 -threaded
       [1 of 1] Compiling Main             ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/Main.o )
       Linking Setup ...
       setupCompilerEnvironmentPhase
       Build with /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2.
       unpacking sources
       unpacking source archive /nix/store/qf484zjfcwj72rja4hl4wlqabv148s6v-io-streams-1.4.1.0.tar.gz
       source root is io-streams-1.4.1.0
       /nix/store/j1ly0zzpnzb8y8ry6k4vi4prk8vwq233-set-source-date-epoch-to-latest.sh: line 7: warning: command substitution: ignored null byte in input
       setting SOURCE_DATE_EPOCH to timestamp 1501076580 of file io-streams-1.4.1.0/test/TestSuite.hs
       patching sources
       compileBuildDriverPhase
       setupCompileFlags: -package-db=/build/package.conf.d -j1 -threaded

       trying http://hackage.haskell.org/package/http-reverse-proxy-0.4.5.tar.gz
         % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                        Dload  Upload   Total   Spent    Left  Speed
       [1 of 1] Compiling Main             ( Setup.hs, /build/Main.o )

       trying http://hackage.haskell.org/package/megaparsec-6.1.1.tar.gz
         % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                        Dload  Upload   Total   Spent    Left  Speed
       Linking Setup ...
         0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
         0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
       100 89106  100 89106    0     0  89106      0  0:00:01  0:00:01 --:--:-- 89106
       building '/nix/store/8130ngvsggjm1hl19nzizvlnvvb4rkpb-CVE-2014-5461.patch.drv'...
       100 10489  100 10489    0     0   5244      0  0:00:02  0:00:02 --:--:-- 4659k
       building '/nix/store/g1g7i6bd19bvxi9an5fr086qkf4l4xz0-JuicyPixels-3.2.8.3.drv'...
       setupCompilerEnvironmentPhase
       Build with /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2.

       trying http://anonscm.debian.org/cgit/pkg-lua/lua5.1.git/plain/debian/patches/0004-Fix-stack-overflow-in-vararg-functions.patch?id=b75a2014db2ad65683521f7bb295bfa37b48b389
         % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                        Dload  Upload   Total   Spent    Left  Speed
       unpacking sources
       unpacking source archive /nix/store/gbccagvsp9vl3pxcpxy6fv8qr7caxsww-JuicyPixels-3.2.8.3.tar.gz
       source root is JuicyPixels-3.2.8.3
       /nix/store/j1ly0zzpnzb8y8ry6k4vi4prk8vwq233-set-source-date-epoch-to-latest.sh: line 7: warning: command substitution: ignored null byte in input
       setting SOURCE_DATE_EPOCH to timestamp 1503126655 of file JuicyPixels-3.2.8.3/JuicyPixels.cabal
       patching sources
       compileBuildDriverPhase
       setupCompileFlags: -package-db=/build/package.conf.d -j1 -threaded
       [1 of 1] Compiling Main             ( Setup.hs, /build/Main.o )
       Linking Setup ...
       100   433  100   433    0     0    433      0  0:00:01 --:--:--  0:00:01   668
         0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
       curl: (22) The requested URL returned error: 404 Not found
       error: cannot download CVE-2014-5461.patch from any mirror
       builder for '/nix/store/8130ngvsggjm1hl19nzizvlnvvb4rkpb-CVE-2014-5461.patch.drv' failed with exit code 1
       building '/nix/store/q5mzrqn2p1k2wirjj9sbwv492l0hyj97-SHA-1.6.4.2.drv'...
       cannot build derivation '/nix/store/kq4ijff5g22ajs6g48w07icvamkdyzip-lua-5.1.5.drv': 1 dependencies couldn't be built
       cannot build derivation '/nix/store/fg8pys0p6w1gz94biv1nda5faqbjqnyn-hslua-0.4.1.drv': 1 dependencies couldn't be built
       building '/nix/store/5s6cy4pr51ma6sr131rnvad111mjwkn3-active-0.2.0.13.tar.gz.drv'...
       cannot build derivation '/nix/store/qd2px3pkybwn6k1n9cda17rbiw6kv3vx-pandoc-1.19.2.4.drv': 1 dependencies couldn't be built
       cannot build derivation '/nix/store/37sfvyw8qxkfspbkpdd4s2dp2xpz2m1r-heist-1.0.1.0.drv': 1 dependencies couldn't be built
       cannot build derivation '/nix/store/v2d64ci3ywvimyamsnnkbbp39l4m3dfm-snap-1.0.0.2.drv': 1 dependencies couldn't be built
       building '/nix/store/s70xikjfwpd1imhyvcm7qmbqm4f5cn4a-http-reverse-proxy-0.4.5.drv'...
       cannot build derivation '/nix/store/c89vpclhsj97xs6hq7x1ysx9pqii8d1l-obelisk-backend-0.1.drv': 1 dependencies couldn't be built
       building '/nix/store/v2m788ll7yw361a61d0zm0bph8yyjjmp-parser-combinators-0.1.0.tar.gz.drv'...
       cannot build derivation '/nix/store/pq9v3g4kw17d15ag9zldwvxbc6vqn1rm-backend-0.1.drv': 1 dependencies couldn't be built
       error: build of '/nix/store/pq9v3g4kw17d15ag9zldwvxbc6vqn1rm-backend-0.1.drv' failed
       )

  src/Obelisk/SelfTest.hs:92: 
  4) blank initialized project can build ghcjs.frontend
       uncaught exception: ReThrownException (
       Ran commands: 
       cd /tmp/blank-project10794
       nix-build --no-out-link -A ghcjs.frontend
       which nix-build
       cd /home/kandinski/data/work/hack/obelisk

       Exception: error running: nix-build --no-out-link -A ghcjs.frontend
       exit status: 100
       stderr: copying path '/nix/store/5z16qy0bg5j7zanm7yaqk21cva916bx0-git-0.2.0-data' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/z2dbyhinrb9qyni3dq979cijnxxvlprj-haddock-api-2.17.4-data' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/qvjpb3h1ws52b84yh048iiwhypg4mlpq-alex-3.2.3' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/m242g3xbzgdf2igq3iqap5clfv3kdwcz-bzlib-0.5.0.5-doc' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/sqfg72rjc1ady1zwg9xkmm8m3lqz847n-executable-path-0.0.3.1-doc' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/911b7kyi8ca0mddlgnl9aswrr9xma9kz-git-0.2.0-doc' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/zgzca5jjkmbvifyfv8hh2lwdpxgp70qk-haddock-library-1.4.3-doc' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/aysqn8frgdpja0nw4dcfv6di787kiz1r-executable-path-0.0.3.1' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/wmb53wsmvkd6iifqj6wyzbfam90h94vj-bzlib-0.5.0.5' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/ydkccfgfvj6grcrp6a7bg52c6656wb4n-lifted-async-0.9.3-doc' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/d06rvdjl3f0ar56n6kvb5n664xbax9dd-system-fileio-0.3.16.3-doc' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/90b50195pnsidkz8plhcsc3jrja0vwbb-haddock-api-2.17.4-doc' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/v8wipcnnj9nxdnhjznsi8xd34my49pz7-haddock-library-1.4.3' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/4pivbi8iiy8s9wjcf9gqvrwa6p32w5gv-lifted-async-0.9.3' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/vc8arkfnbl2kkfgsapgzfb13f4didrpj-shelly-1.6.8.3-doc' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/yxf3s7gwbp7if0friivi0c2qv5zib1l9-system-fileio-0.3.16.3' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/zrv44v7rm458v2gp9alil0psh4lw3cyy-git-0.2.0' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/23w1zhqprmksjq7a5lhccd3cmcn37623-shelly-1.6.8.3' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/8shsp508n8ay4dlcjls5k30fdh22bsdb-haddock-api-2.17.4' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/xr0f995wp0wi45rd7akvb5wshdyyw7v4-haddock-2.17.4' from 'https://nixcache.reflex-frp.org'...
       copying path '/nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0' from 'https://nixcache.reflex-frp.org'...
       building '/nix/store/c14f4j22hikvrzx6z4g7bwsvh35bb1vd-stage1Packages.drv'...
       /nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/bin/ghcjs-pkg-0.2.1-8.0.2.bin: symbol lookup error: /nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2/libHSghcjs-0.2.1-ArOyRzZQt3EIHrXqYO2Mr1-ghc8.0.2.so: undefined symbol: containerszm0zi5zi7zi1_DataziSetziBase_zdwzdcp1Data_closure
       builder for '/nix/store/c14f4j22hikvrzx6z4g7bwsvh35bb1vd-stage1Packages.drv' failed with exit code 127
       error: build of '/nix/store/c14f4j22hikvrzx6z4g7bwsvh35bb1vd-stage1Packages.drv' failed
       (use '--show-trace' to show detailed location information)
       )

  src/Obelisk/SelfTest.hs:103: 
  5) blank initialized project can enter shells.ghc
       uncaught exception: ReThrownException (
       Ran commands: 
       cd /tmp/blank-project10794
       nix-shell -A shells.ghc --run exit
       which nix-shell
       cd /home/kandinski/data/work/hack/obelisk

       Exception: error running: nix-shell -A shells.ghc --run exit
       exit status: 1
       stderr: these derivations will be built:
         /nix/store/xskppw58g91hfpffyvcknhvf3jgc04ba-bytes-0.15.3.tar.gz.drv
         /nix/store/zjdadzi2yl385h2d524p0p7cbiswrg1m-bytes-0.15.3-r2.cabal.drv
         /nix/store/50bri8rj1p6vbgwdynw58raxyl273n71-bytes-0.15.3.drv
         /nix/store/ii1ww8hhnnqprk0mn7rlbns1wv149wsr-linear-1.20.7.tar.gz.drv
         /nix/store/yc55d2i3qnhc1fxvv6yz48v1sqpqqr65-linear-1.20.7-r1.cabal.drv
         /nix/store/01g1an1gg3qy1kg2n7n4qmirwp3kzxzv-linear-1.20.7.drv
         /nix/store/06i85277gv08dx8ssc22z3b93mzvdv6j-tasty-golden-2.3.1.1.tar.gz.drv
         /nix/store/423ry65az15di80rv0ln77cqpg6rgs4w-lucid-2.9.8.1.tar.gz.drv
         /nix/store/0gj6yz5l6zgxbnmyzlfh946gfrwkf3s4-lucid-2.9.8.1.drv
         /nix/store/s1a5f243hqwnb2x92k41cc6kfc47azps-basement-0.0.2.drv
         /nix/store/crpnak0473zpm000syzxaagw3vp3w1xj-foundation-0.0.15.drv
         /nix/store/rdz758xja2mwqwr0qz9dlrhlp5haxy2d-memory-0.14.8.drv
         /nix/store/7bp5c2xxisvvh4hyks44vxvbb0js5hsg-cryptonite-0.23.drv
         /nix/store/vbsn1nkbi3rcw5hgi4d60298y23cvspi-base64-bytestring-1.0.0.1.drv
         /nix/store/9sm6b7zhzzi9a8gjmy0nsmvdpskjpv6s-pem-0.2.2.drv
         /nix/store/dk6ib8v13qgh355skpdfd77zl37r73vn-hourglass-0.2.10.drv
         /nix/store/nikpbg57mg30whw84mh334fdkiv76c0j-asn1-types-0.3.2.drv
         /nix/store/c6xiw0aa7pdxsbanwkwcdw7ih9v3l65v-asn1-encoding-0.9.5.drv
         /nix/store/b2ih5l2aq9qrj4n2zaccjnidrn3lnzas-asn1-parse-0.9.4.drv
         /nix/store/5d9lzgshx905x6d1fgzk1x6i60dxbqmr-x509-1.7.2.drv
         /nix/store/1wa5mdhrgz5fy1m09pr6pj763l5vndcl-x509-store-1.6.5.drv
         /nix/store/m5jah4jzy205np1ki979mpdr69r6449j-byteable-0.1.1.drv
         /nix/store/16wjvaaspk8nvdap11y21fgpq5arx14q-x509-validation-1.6.9.drv
         /nix/store/vax3xyxa76aycmdc6bn0981x0mv2d6fi-network-2.6.3.2.drv
         /nix/store/0ibna4z66ipk3jnmyl67s2plazn7mqgf-tls-1.3.11.drv
         /nix/store/0kykmf0qhqrvypfry7pmf7w1axzz1jaz-snap-1.0.0.2-r1.cabal.drv
         /nix/store/0qjn6qbi887rl3ya0aw768ij2pkkj1aw-io-streams-haproxy-1.0.0.2.tar.gz.drv
         /nix/store/j56k8v2vzbgr5clckwr1ikhysqzcfagq-preprocessor-tools-1.0.1.tar.gz.drv
         /nix/store/0r94b9bp96a00ifi4da3b1c5iq1g8gg8-preprocessor-tools-1.0.1.drv
         /nix/store/jbbmcs3bvsyc19pd64qrf8pggm69ygra-tagshare-0.0.tar.gz.drv
         /nix/store/7zj4vxq384arkjd2m8bmgvdxpzydwnnn-tagshare-0.0.drv
         /nix/store/v5wyqmp45gl2j5817n472vyjjyxswflm-testing-feat-0.4.0.3.tar.gz.drv
         /nix/store/0z66dmb0y2v14m74vccydz807gmjvcf3-testing-feat-0.4.0.3.drv
         /nix/store/16z7wf8blm1ag4kcsair4f7jgabvzb9m-unix-compat-0.4.3.1.drv
         /nix/store/nhxgnr5r4hkhsimjq95s9vhxg443n7yy-string-qq-0.0.2.tar.gz.drv
         /nix/store/1xid6wzryiab7pdlmaynghzx4w9ay923-string-qq-0.0.2.drv
         /nix/store/f6vqwk2cyrp4qzma8wxx1q33d14sc7p7-pandoc-types-1.17.0.5-r4.cabal.drv
         /nix/store/z7akdpls1ipjz7g2lhns4ggmijrr7grg-pandoc-types-1.17.0.5.tar.gz.drv
         /nix/store/1kcrzw1nl75qaax205rd2gffl8a64lcs-pandoc-types-1.17.0.5.drv
         /nix/store/y6mhzpsbjvbcvjjq6pbbh6b90b8yk6vb-monoid-extras-0.4.2-r2.cabal.drv
         /nix/store/5lbhaxvwjryjk1ybss553v2zy9n81s2c-monoid-extras-0.4.2.drv
         /nix/store/6disqzvzlxib4akwfcay0bk4bp43z4jv-dual-tree-0.2.1.tar.gz.drv
         /nix/store/1nq0sml6yxljbkl13sa337y3fx8n3v4q-dual-tree-0.2.1.drv
         /nix/store/v2m788ll7yw361a61d0zm0bph8yyjjmp-parser-combinators-0.1.0.tar.gz.drv
         /nix/store/yx62f4w43hr5h7zfnrv1aqki9k2hmizr-parser-combinators-0.1.0.drv
         /nix/store/2n7bqm8sa8jbkxkndgpsjjz3vrn3lq79-megaparsec-6.1.1.drv
         /nix/store/4vkq8xspssyfb10l6amriylndxj51qhh-modern-uri-0.2.1.0.drv
         /nix/store/s70xikjfwpd1imhyvcm7qmbqm4f5cn4a-http-reverse-proxy-0.4.5.drv
         /nix/store/221d4rjsw705z7vg8z9a1p9l8myp2iqk-obelisk-run-0.1.drv
         /nix/store/qif693d5ampgqrhzahwjw4fq92b7ijzx-http-common-0.8.2.0.tar.gz.drv
         /nix/store/233xfqj07p9kr8vp60bdypb7z7s3y8v1-http-common-0.8.2.0.drv
         /nix/store/23im6fid6zi2v1kjazrqh4f47i89zgas-zip-archive-0.3.1.1.tar.gz.drv
         /nix/store/8nna6jdxx3yyrlhrnkg2rbjvr6mi0ws2-io-streams-1.4.1.0.drv
         /nix/store/kvx8amav04kghlh554qy0vhb28n5arsy-openssl-streams-1.2.1.3.tar.gz.drv
         /nix/store/2600qh5kr7qkfy1j5vl78l81jl4jh2qw-openssl-streams-1.2.1.3.drv
         /nix/store/ql5a3w2d91py74vqnrx9i27hk8pail01-test-framework-smallcheck-0.2.tar.gz.drv
         /nix/store/2bq337965h1pck0jxgpxf2nzdcv9i9c2-test-framework-smallcheck-0.2.drv
         /nix/store/hrr05iknl5qalq4pl956w0rc5l6vh9zy-blaze-builder-0.4.0.2.drv
         /nix/store/2di79nlbdabc5ikddqq45x6yhjx2ixni-cookie-0.4.2.1.drv
         /nix/store/2n6zd5fd207lxb3wl8qyrgwz1bb7i5q5-mime-types-0.1.0.7.drv
         /nix/store/n8wyradj3nblsvnsp7615xllbi0m6yld-zlib-0.6.1.2.drv
         /nix/store/2nqr6l8ks68vwv44fbaybrp7d13srf1r-streaming-commons-0.1.17.drv
         /nix/store/c2rlccil5lrnk871hk538gljjzdp4bv1-xmlhtml-0.2.5.tar.gz.drv
         /nix/store/2qmpj2h6sqh6wczl3f8mn3zwch1pffk0-xmlhtml-0.2.5.drv
         /nix/store/2wdrijs09n811hy9wzhiv1bn93w7raz9-svg-builder-0.1.0.2-r1.cabal.drv
         /nix/store/m46sr5pj6bdb993yq09mxraw93i18yxh-diagrams-core-1.4.0.1.tar.gz.drv
         /nix/store/31wz1s4sqpshic824xv094bp8z2fay99-diagrams-core-1.4.0.1.drv
         /nix/store/sm2xnd2dbczli7rf3kagw99y78kj8azc-directory-tree-0.12.1.tar.gz.drv
         /nix/store/dr666w7bb1xcqpb5gf2qgjpd4dkik9k0-directory-tree-0.12.1.drv
         /nix/store/ldxf11w85r62y65vby8a1kkwhbw5d04i-haskell-src-exts-1.18.2.drv
         /nix/store/4dc5k88b1rldm18ny5qnav75jhxx6qnr-haskell-src-meta-0.8.0.1.drv
         /nix/store/4syjwimdxnm37ac64k88xbz1ibjdjyx5-aeson-qq-0.8.2.drv
         /nix/store/4fl3vvzj2snrbhj1xrf1dng0i4fffmpq-yaml-0.8.23.3.drv
         /nix/store/6pa1zqqra9xvdkiydhq40iffwd6cvvfc-blaze-markup-0.8.0.0.drv
         /nix/store/cc4yyfra649z0mnnkj08mwgwslw704ln-blaze-html-0.9.0.1.drv
         /nix/store/dmdy0p9mf3cb101raz0158xjzm7p9s4x-filemanip-0.3.6.3.drv
         /nix/store/z6x2s450mz16vdx045cq9f2vz3w5n48v-network-uri-2.6.1.0.drv
         /nix/store/f8va61q36rndljk70hic773dpfqw0czf-HTTP-4000.3.7.drv
         /nix/store/iljp95wjbrxyq2dvswb7vjcl5vwijl7l-quickcheck-instances-0.3.12.drv
         /nix/store/fi0s0sanj93jpg85949rmlabpfw87pxa-hspec-contrib-0.4.0-r1.cabal.drv
         /nix/store/n2r666gnaw1bx4ygwr5sqxy79zjxvw1z-hspec-contrib-0.4.0.tar.gz.drv
         /nix/store/j875r4j1ssiaqjbb4gag2ggr59y9bzc1-hspec-contrib-0.4.0.drv
         /nix/store/4k67bgs11if1fgqn5aakqzc8jp8pchkc-lua-arch.patch.drv
         /nix/store/8130ngvsggjm1hl19nzizvlnvvb4rkpb-CVE-2014-5461.patch.drv
         /nix/store/8aqbxzv7qdqqbirqd3yn4q0bqmndq4nz-lua-5.1.5.tar.gz.drv
         /nix/store/kq4ijff5g22ajs6g48w07icvamkdyzip-lua-5.1.5.drv
         /nix/store/n0v6n3r6n2nmip1k44bra1s90smy9p0v-hslua-0.4.1.tar.gz.drv
         /nix/store/fg8pys0p6w1gz94biv1nda5faqbjqnyn-hslua-0.4.1.drv
         /nix/store/c432xw6bh7nc8phg1rlz577x4cavfban-hxt-charproperties-9.2.0.1.tar.gz.drv
         /nix/store/bi6jp00r31bxxfk40ikjn6rv95z1hq7f-hxt-charproperties-9.2.0.1.drv
         /nix/store/hprlbkcmqzs3d70f63wks67jym6v0cw1-hxt-regex-xmlschema-9.2.0.3.tar.gz.drv
         /nix/store/fp1f7l8g6h1ksk6rr286m5rrxkcgi0nf-hxt-regex-xmlschema-9.2.0.3.drv
         /nix/store/jpm4a0fs1zh8pmhgwya2h1xxc1psrq7m-hxt-9.3.1.16.tar.gz.drv
         /nix/store/imkbygb8kfj060r83rp0hr7b7ky6myxm-hxt-unicode-9.0.2.4.tar.gz.drv
         /nix/store/mv6ijri2spglkzijdm3x4dyg5psbnaw9-hxt-unicode-9.0.2.4.drv
         /nix/store/9csc693lrq22kaswllsg77y95v91zab5-hxt-9.3.1.16.drv
         /nix/store/mpljzwca68yrc25ccbmggsyq7pqkrqf6-temporary-rc-1.2.0.3.tar.gz.drv
         /nix/store/8w5di0fv3jrgdp9xmwgzv44plak3jhz8-temporary-rc-1.2.0.3.drv
         /nix/store/a9prsfgim6d6syfyrl4r37595h851zzs-tasty-golden-2.3.1.1.drv
         /nix/store/b7cznd04w1vvjsj3rh58ag13899vqbr3-haskell-lexer-1.0.1.drv
         /nix/store/apazvsfyrhhzj2306ql5kdvkgs9xkq5l-pretty-show-1.6.13.drv
         /nix/store/dx42rl6971s49xq0mnz03pmrfzf2cb32-skylighting-0.1.1.5.tar.gz.drv
         /nix/store/n64i7xjdy7alq79ii8w7fn34g8npiydb-regex-pcre-builtin-0.94.4.8.8.35.tar.gz.drv
         /nix/store/wqf3lzj4gq93fi7mga36q6rqjsnshmc5-regex-pcre-builtin-0.94.4.8.8.35.drv
         /nix/store/zz5dkckgdp9g690lnydns8j5vh1wiaj8-case-insensitive-1.2.0.10.drv
         /nix/store/fvji4bcr8fxp67mnmym7k95y2yii2g78-skylighting-0.1.1.5.drv
         /nix/store/bbc15670igwh0pg5qmjk7dqspg7i227x-ghc-paths-0.1.0.9.drv
         /nix/store/9220f4s9k4r5nd7syf91pcp0rg59bf4v-doctest-0.11.4.drv
         /nix/store/lf90k91sa3i35r9zx4d5p6w9s2v9vsrc-http-types-0.9.1.drv
         /nix/store/gnibk2crc15q098i0p7bxvyclliq11x5-http-client-0.5.7.0.drv
         /nix/store/hdrl3ql419x2rsp8a62yfsld1v5ckagb-pandoc-1.19.2.4.tar.gz.drv
         /nix/store/s5bvryp8ra4qqg9j7ccfp35vw5h5yhpv-tagsoup-0.14.1.tar.gz.drv
         /nix/store/jqbh5y3gw9hzsacrndscr2hkv8kvg2hb-tagsoup-0.14.1.drv
         /nix/store/n9ab0lm5pv3slprcr2skgjy7989i49dh-JuicyPixels-3.2.8.3.drv
         /nix/store/w6592v10f0622rx8w14xiacxmasns09f-hsb2hs-0.3.1.tar.gz.drv
         /nix/store/nn91vhivzcwnyvpxb5y5aimfnm2g3mc1-hsb2hs-0.3.1.drv
         /nix/store/71zrwckm197ms3nq10v2j57rgxxg86v7-zip-archive-0.3.1.1-r1.cabal.drv
         /nix/store/x25vrlfq6211sq85wq3rvmxhw8h50ml5-digest-0.0.1.2.tar.gz.drv
         /nix/store/slbaa5xg5ki8rg54bl90fblnvl76nfik-digest-0.0.1.2.drv
         /nix/store/p28hap8y16nsijsizl895m96fdr3fr64-zip-archive-0.3.1.1.drv
         /nix/store/q5mzrqn2p1k2wirjj9sbwv492l0hyj97-SHA-1.6.4.2.drv
         /nix/store/5d3lrdd2532smsam29pwqjfyg77frjjm-x509-system-1.6.6.drv
         /nix/store/mlh34dgz84zp7sm6idvswnyay25mbhxw-socks-0.5.5.drv
         /nix/store/b2zjj6jl1l18vjp458m8k2974nhpvgjn-connection-0.2.8.drv
         /nix/store/rayyj7hi1mfr49yn9j5bqvg8p8sczplk-http-client-tls-0.3.5.1.drv
         /nix/store/v6layym70z86w5dd5mznrdb7v4c9dlaw-haddock-library-1.4.3.drv
         /nix/store/nwf1nkpb1s6lqqdg0drsh1bwzy194i7h-texmath-0.9.4.2.tar.gz.drv
         /nix/store/w7l584qygjf9fhfp96d1jwaj032iykkx-texmath-0.9.4.2.drv
         /nix/store/rzwghxvjsbwrs2ysf6k7x8fk2lw5sb1k-cmark-0.5.6.tar.gz.drv
         /nix/store/xz7if69da4pi283kr0pl0xyzqyzhnhdw-cmark-0.5.6.drv
         /nix/store/ih76bjyc1ya2rg59q5yg8pwxfbm2xam4-doctemplates-0.1.0.2.tar.gz.drv
         /nix/store/ydikrmcal900j9nlivv55zibs0p0lnpd-doctemplates-0.1.0.2.drv
         /nix/store/qd2px3pkybwn6k1n9cda17rbiw6kv3vx-pandoc-1.19.2.4.drv
         /nix/store/b1lldjs0zwjxw6b4z96ykzhy1hp57s3z-map-syntax-0.2.0.2.tar.gz.drv
         /nix/store/yl1if5shjlgjpjw93nng0r0q03y4090j-map-syntax-0.2.0.2-r1.cabal.drv
         /nix/store/rd3gnw2zhng6xlmcrpn4vdz74c7n6ibw-map-syntax-0.2.0.2.drv
         /nix/store/vyqw9vjd29v711fk02j6sv6yhssm1jmv-heist-1.0.1.0-r6.cabal.drv
         /nix/store/wcycryjgnhm59rlqhnfgib76pw5xihwn-heist-1.0.1.0.tar.gz.drv
         /nix/store/37sfvyw8qxkfspbkpdd4s2dp2xpz2m1r-heist-1.0.1.0.drv
         /nix/store/3q9h3a6qrpfdxav696arld7j6csj0fk1-intervals-0.8.1.tar.gz.drv
         /nix/store/3x50ds56wkchmz2a7dqk4ky9x51w5hwd-snap-server-1.0.3.1.tar.gz.drv
         /nix/store/59xz1g59lyb6azm0j4iakyw3hnsxqadi-securemem-0.1.9.tar.gz.drv
         /nix/store/y8qqb00v6lfd4ck7fcj1zx7gkinf8b7p-securemem-0.1.9.drv
         /nix/store/zr4bldkzpwx9irj6xzy5n03j9jn1q11w-crypto-cipher-types-0.0.9.tar.gz.drv
         /nix/store/488j2izrkykdbpb80dhrrd7vm4b2836m-crypto-cipher-types-0.0.9.drv
         /nix/store/4ha4yk42npp0037awksvqc77cjcd732j-pwstore-fast-2.4.4.tar.gz.drv
         /nix/store/5s6cy4pr51ma6sr131rnvad111mjwkn3-active-0.2.0.13.tar.gz.drv
         /nix/store/yw91f3inzi3myxllb8vy8vzlz9gpr7v6-skein-1.0.9.4.tar.gz.drv
         /nix/store/fvlibnw9z79naw4l0hksq6lqnbj23mvx-skein-1.0.9.4.drv
         /nix/store/kawc92hb9hvyiigfvakr7lii152czs0v-clientsession-0.9.1.2.tar.gz.drv
         /nix/store/qdacyyj4z0jshn2rkdhqh1lf25sacpl5-crypto-cipher-tests-0.0.11.tar.gz.drv
         /nix/store/fj1kw9lj5f5siygvm7bqf4309pfc2rkk-crypto-cipher-tests-0.0.11.drv
         /nix/store/p235b4hrlb57mdalvmi57dx0hd4dcvsd-cipher-aes-0.2.11.tar.gz.drv
         /nix/store/pk85abv3paaxjw06z2bbi2ca5mp46w9h-cipher-aes-0.2.11.drv
         /nix/store/ymw0qkrbdcdhw4c5bbm48ylr3nylnqpj-crypto-random-0.0.9.tar.gz.drv
         /nix/store/sppaickxpcyqvz01b4adh3003dgkk6mh-crypto-random-0.0.9.drv
         /nix/store/gd471qwbl81k2567c706kjczwd5449h5-cprng-aes-0.6.1.tar.gz.drv
         /nix/store/zxjkpd3lqvyijhxik9888ayd0idbqnmg-cprng-aes-0.6.1.drv
         /nix/store/5ylka6fbkx9fax60l918i6hw1qrdbsp9-clientsession-0.9.1.2.drv
         /nix/store/7q0igjm011nl36g67w4qkza6flng8fy4-pwstore-fast-2.4.4.drv
         /nix/store/bg2l87bnwklm8m4sw9pxyayw6850ikj1-diagrams-solve-0.1.1.tar.gz.drv
         /nix/store/8qf7497lpx9zgkpwzig5zxv3plvnb655-diagrams-solve-0.1.1.drv
         /nix/store/caicdrh9yym5wkzmd73mwi0f70i31hr9-intervals-0.8.1-r1.cabal.drv
         /nix/store/9c1xwc955j2rlxg2fiq4v30c3dnzin3i-intervals-0.8.1.drv
         /nix/store/azkdwsbri7mx5d4gqmx3gvfaacgsidhg-snap-1.0.0.2.tar.gz.drv
         /nix/store/c4jv5hwczfgwfl3k597b3vjyiq01drxx-readable-0.3.1.tar.gz.drv
         /nix/store/dxpcl396wk6xd1jjzgqvxr1lvc8f9sw1-io-streams-haproxy-1.0.0.2.drv
         /nix/store/cv949acpgj88fs2mpllvbkpjxawxg0cn-http-streams-0.8.5.3-r1.cabal.drv
         /nix/store/fm0ml28bpxrk4blp36g1444jg3xzlhkc-http-streams-0.8.5.3.tar.gz.drv
         /nix/store/l281dsavcfsw6v69zvqm5qq18cfi8w3i-http-streams-0.8.5.3.drv
         /nix/store/pw1l7jf3qqlrjm3azfhcl9pz458l1c57-readable-0.3.1.drv
         /nix/store/vdbn5f9v8bb698g0pbs9xd3mj617wiya-snap-core-1.0.3.1.tar.gz.drv
         /nix/store/lp3436adfmp5js1s7dr3bva2nk7s31rx-snap-core-1.0.3.1.drv
         /nix/store/kjydv2hmn80rbz05jdjzqhp8q94dmpa8-threads-0.5.1.5.tar.gz.drv
         /nix/store/q46jd6blnk93dvqmf20cpr1qdyj2wgpz-threads-0.5.1.5.drv
         /nix/store/fsyzxx4jxbizjw6fqh41i4k16nsgxghg-snap-server-1.0.3.1.drv
         /nix/store/hbq33ggfvjdd18z340z74r9q13wl9y6q-obelisk-snap-extras-0.1.drv
         /nix/store/zy5y7vdwqlxh30cl6xpz360y4rpb2zad-configurator-0.3.0.0.tar.gz.drv
         /nix/store/vkhciaa27qin53y0jv1gfndpcsa853s4-configurator-0.3.0.0.drv
         /nix/store/w6zzn50xbbhb99b6048b5a9a9qb9dl08-mwc-random-0.13.6.0.drv
         /nix/store/v2d64ci3ywvimyamsnnkbbp39l4m3dfm-snap-1.0.0.2.drv
         /nix/store/hp9vqg5cb0zdbdy3l25007cs9ap0qbrf-obelisk-asset-serve-snap-0.1.drv
         /nix/store/cvabzmxq5cd45aqgplx51gq6lvsb87w3-diagrams-lib-1.4.1.2-r3.cabal.drv
         /nix/store/dyjnahw326lhqxgkgfkvg024gp2z28c5-numeric-extras-0.1.drv
         /nix/store/g1g7i6bd19bvxi9an5fr086qkf4l4xz0-JuicyPixels-3.2.8.3.drv
         /nix/store/rass2cqapd12gxgy02k0mh05v6xrfcm8-diagrams-lib-1.4.1.2.tar.gz.drv
         /nix/store/sysjvlza63j2c2r3b0yhyrxl8l1my6wr-active-0.2.0.13.drv
         /nix/store/kp8nhs5jrn219iydib8411yj7b8xw2hr-diagrams-lib-1.4.1.2.drv
         /nix/store/l8qxzn07gnx0f5mympdqc7650iscwwjb-svg-builder-0.1.0.2.drv
         /nix/store/j9wlanc66w3q3sggbg1dda6zcllghdrz-diagrams-svg-1.4.1.1.tar.gz.drv
         /nix/store/xqj9g2b5bdp1f0lcd0l3m60858av8ms2-diagrams-svg-1.4.1.1.drv
         /nix/store/rg5hzh9pgdrrvxdh3n4c3z041vw10kfy-obelisk-snap-0.1.drv
         /nix/store/c89vpclhsj97xs6hq7x1ysx9pqii8d1l-obelisk-backend-0.1.drv
         /nix/store/fwgcxzwmpbfbwdb6pklbys55x6v8xg0j-ghc-8.0.2-with-packages.drv
       building '/nix/store/g1g7i6bd19bvxi9an5fr086qkf4l4xz0-JuicyPixels-3.2.8.3.drv'...
       building '/nix/store/s70xikjfwpd1imhyvcm7qmbqm4f5cn4a-http-reverse-proxy-0.4.5.drv'...
       building '/nix/store/8nna6jdxx3yyrlhrnkg2rbjvr6mi0ws2-io-streams-1.4.1.0.drv'...
       building '/nix/store/w6zzn50xbbhb99b6048b5a9a9qb9dl08-mwc-random-0.13.6.0.drv'...
       setupCompilerEnvironmentPhase
       Build with /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2.
       setupCompilerEnvironmentPhase
       Build with /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2.
       unpacking sources
       unpacking source archive /nix/store/gbccagvsp9vl3pxcpxy6fv8qr7caxsww-JuicyPixels-3.2.8.3.tar.gz
       unpacking sources
       unpacking source archive /nix/store/is818pa0dahnlvdzlphhg4l7ad9s3w7d-mwc-random-0.13.6.0.tar.gz
       source root is JuicyPixels-3.2.8.3
       source root is mwc-random-0.13.6.0
       /nix/store/j1ly0zzpnzb8y8ry6k4vi4prk8vwq233-set-source-date-epoch-to-latest.sh: line 7: warning: command substitution: ignored null byte in input
       setting SOURCE_DATE_EPOCH to timestamp 1503126655 of file JuicyPixels-3.2.8.3/JuicyPixels.cabal
       /nix/store/j1ly0zzpnzb8y8ry6k4vi4prk8vwq233-set-source-date-epoch-to-latest.sh: line 7: warning: command substitution: ignored null byte in input
       setting SOURCE_DATE_EPOCH to timestamp 1493297689 of file mwc-random-0.13.6.0/test/visual.R
       patching sources
       patching sources
       compileBuildDriverPhase
       compileBuildDriverPhase
       setupCompileFlags: -package-db=/build/package.conf.d -j1 -threaded
       setupCompileFlags: -package-db=/build/package.conf.d -j1 -threaded
       setupCompilerEnvironmentPhase
       Build with /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2.
       unpacking sources
       unpacking source archive /nix/store/qf484zjfcwj72rja4hl4wlqabv148s6v-io-streams-1.4.1.0.tar.gz
       source root is io-streams-1.4.1.0
       [1 of 1] Compiling Main             ( Setup.hs, /build/Main.o )
       [1 of 1] Compiling Main             ( Setup.lhs, /build/Main.o )
       /nix/store/j1ly0zzpnzb8y8ry6k4vi4prk8vwq233-set-source-date-epoch-to-latest.sh: line 7: warning: command substitution: ignored null byte in input
       setting SOURCE_DATE_EPOCH to timestamp 1501076580 of file io-streams-1.4.1.0/test/TestSuite.hs
       patching sources
       compileBuildDriverPhase
       setupCompileFlags: -package-db=/build/package.conf.d -j1 -threaded
       Linking Setup ...
       Linking Setup ...
       [1 of 1] Compiling Main             ( Setup.hs, /build/Main.o )
       Linking Setup ...
       setupCompilerEnvironmentPhase
       Build with /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2.
       unpacking sources
       unpacking source archive /nix/store/rllwmzw3pcgmhh59vldaai5pj3ww53m4-http-reverse-proxy-0.4.5.tar.gz
       source root is http-reverse-proxy-0.4.5
       /nix/store/j1ly0zzpnzb8y8ry6k4vi4prk8vwq233-set-source-date-epoch-to-latest.sh: line 7: warning: command substitution: ignored null byte in input
       setting SOURCE_DATE_EPOCH to timestamp 1503057925 of file http-reverse-proxy-0.4.5/Network/HTTP/ReverseProxy.hs
       patching sources
       compileBuildDriverPhase
       setupCompileFlags: -package-db=/build/package.conf.d -j1 -threaded
       [1 of 1] Compiling Main             ( Setup.hs, /build/Main.o )
       Linking Setup ...
       configuring
       configuring
       configureFlags: --verbose --prefix=/nix/store/hb6ks9q3y9m73i9nj634y6sln3iy09mz-JuicyPixels-3.2.8.3 --libdir=$prefix/lib/$compiler --libsubdir=$pkgid --docdir=/nix/store/zafcmgc7ikv9gkgb9irlc7941d0h4srz-JuicyPixels-3.2.8.3-doc/share/doc --with-gcc=gcc --package-db=/build/package.conf.d --ghc-option=-optl=-Wl,-rpath=/nix/store/hb6ks9q3y9m73i9nj634y6sln3iy09mz-JuicyPixels-3.2.8.3/lib/ghc-8.0.2/JuicyPixels-3.2.8.3 --ghc-option=-j1 --disable-split-objs --disable-library-profiling --disable-profiling --enable-shared --disable-coverage --enable-library-vanilla --enable-executable-dynamic --enable-tests --ghc-option=-split-sections --ghc-options=-fexpose-all-unfoldings --extra-lib-dirs=/nix/store/sldddw66nndddmjf6knlla50ls5dkkxf-ncurses-6.0-20170902/lib --extra-lib-dirs=/nix/store/h9g62cvpviyhfp3v5k6qwb7k2pafg23a-gmp-6.1.2/lib
       configureFlags: --verbose --prefix=/nix/store/m7yrm1invl4drdvfn3dlgw4vpm4mj4dq-io-streams-1.4.1.0 --libdir=$prefix/lib/$compiler --libsubdir=$pkgid --docdir=/nix/store/jwas4zqc532pk8vy0ry4z0rxmfr45sf0-io-streams-1.4.1.0-doc/share/doc --with-gcc=gcc --package-db=/build/package.conf.d --ghc-option=-optl=-Wl,-rpath=/nix/store/m7yrm1invl4drdvfn3dlgw4vpm4mj4dq-io-streams-1.4.1.0/lib/ghc-8.0.2/io-streams-1.4.1.0 --ghc-option=-j1 --disable-split-objs --disable-library-profiling --disable-profiling --enable-shared --disable-coverage --enable-library-vanilla --enable-executable-dynamic --enable-tests --ghc-option=-split-sections -fnointeractivetests --ghc-options=-fexpose-all-unfoldings -fNoInteractiveTests --extra-lib-dirs=/nix/store/sldddw66nndddmjf6knlla50ls5dkkxf-ncurses-6.0-20170902/lib --extra-lib-dirs=/nix/store/h9g62cvpviyhfp3v5k6qwb7k2pafg23a-gmp-6.1.2/lib
       configuring
       configureFlags: --verbose --prefix=/nix/store/l3p24wa02b79ja4c5a8kn0z0rjqwzpdn-mwc-random-0.13.6.0 --libdir=$prefix/lib/$compiler --libsubdir=$pkgid --docdir=/nix/store/k7p9q2z3ah3f6kild8l6vdqjldwi25ry-mwc-random-0.13.6.0-doc/share/doc --with-gcc=gcc --package-db=/build/package.conf.d --ghc-option=-optl=-Wl,-rpath=/nix/store/l3p24wa02b79ja4c5a8kn0z0rjqwzpdn-mwc-random-0.13.6.0/lib/ghc-8.0.2/mwc-random-0.13.6.0 --ghc-option=-j1 --disable-split-objs --disable-library-profiling --disable-profiling --enable-shared --disable-coverage --enable-library-vanilla --enable-executable-dynamic --disable-tests --ghc-option=-split-sections --ghc-options=-fexpose-all-unfoldings --extra-lib-dirs=/nix/store/sldddw66nndddmjf6knlla50ls5dkkxf-ncurses-6.0-20170902/lib --extra-lib-dirs=/nix/store/h9g62cvpviyhfp3v5k6qwb7k2pafg23a-gmp-6.1.2/lib
       Configuring JuicyPixels-3.2.8.3...
       Flags chosen: mmap=False
       Dependency base >=4.5 && <5: using base-4.9.1.0
       Dependency binary >=0.5 && <0.9: using binary-0.8.3.0
       Dependency bytestring >=0.9 && <0.11: using bytestring-0.10.8.1
       Dependency containers >=0.4.2 && <0.6: using containers-0.5.7.1
       Dependency deepseq >=1.1 && <1.5: using deepseq-1.4.2.0
       Dependency mtl >=1.1 && <2.3: using mtl-2.2.1
       Dependency primitive >=0.4 && <0.7: using primitive-0.6.2.0
       Dependency transformers >=0.2: using transformers-0.5.2.0
       Dependency vector >=0.10 && <0.13: using vector-0.12.0.1
       Dependency zlib >=0.5.3.1 && <0.7: using zlib-0.6.1.2
       Configuring mwc-random-0.13.6.0...
       Dependency base ==4.*: using base-4.9.1.0
       Dependency math-functions >=0.2.1.0: using math-functions-0.2.1.0
       Dependency primitive -any: using primitive-0.6.2.0
       Dependency time -any: using time-1.6.0.1
       Dependency vector >=0.7: using vector-0.12.0.1
       configuring
       configureFlags: --verbose --prefix=/nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5 --libdir=$prefix/lib/$compiler --libsubdir=$pkgid --docdir=/nix/store/ghvskc19iw7m04hhys0df89wbf7pkx3q-http-reverse-proxy-0.4.5-doc/share/doc --with-gcc=gcc --package-db=/build/package.conf.d --ghc-option=-optl=-Wl,-rpath=/nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5/lib/ghc-8.0.2/http-reverse-proxy-0.4.5 --ghc-option=-j1 --disable-split-objs --disable-library-profiling --disable-profiling --enable-shared --disable-coverage --enable-library-vanilla --enable-executable-dynamic --enable-tests --ghc-option=-split-sections --ghc-options=-fexpose-all-unfoldings --extra-lib-dirs=/nix/store/sldddw66nndddmjf6knlla50ls5dkkxf-ncurses-6.0-20170902/lib --extra-lib-dirs=/nix/store/h9g62cvpviyhfp3v5k6qwb7k2pafg23a-gmp-6.1.2/lib
       Configuring io-streams-1.4.1.0...
       Flags chosen: nointeractivetests=True
       Dependency HUnit >=1.2 && <2: using HUnit-1.5.0.0
       Dependency QuickCheck >=2.3.0.2 && <3: using QuickCheck-2.9.2
       Dependency attoparsec >=0.10 && <0.14: using attoparsec-0.13.1.0
       Dependency base ==4.*: using base-4.9.1.0
       Dependency bytestring >=0.9 && <0.11: using bytestring-0.10.8.1
       Dependency bytestring-builder ==0.10.*: using bytestring-builder-0.10.8.1.0
       Dependency deepseq >=1.2 && <1.5: using deepseq-1.4.2.0
       Dependency directory >=1.1 && <2: using directory-1.3.0.0
       Dependency filepath >=1.2 && <2: using filepath-1.4.1.1
       Dependency mtl ==2.*: using mtl-2.2.1
       Dependency network >=2.3 && <2.7: using network-2.6.3.2
       Dependency primitive >=0.2 && <0.7: using primitive-0.6.2.0
       Dependency process >=1.1 && <1.7: using process-1.4.3.0
       Dependency test-framework >=0.6 && <0.9: using test-framework-0.8.1.1
       Dependency test-framework-hunit >=0.2.7 && <0.4: using
       test-framework-hunit-0.3.0.2
       Dependency test-framework-quickcheck2 >=0.2.12.1 && <0.4: using
       test-framework-quickcheck2-0.3.0.4
       Dependency text >=0.10 && <1.3: using text-1.2.2.2
       Dependency time >=1.2 && <1.9: using time-1.6.0.1
       Dependency transformers >=0.2 && <0.6: using transformers-0.5.2.0
       Dependency vector >=0.7 && <0.13: using vector-0.12.0.1
       Dependency zlib >=0.5 && <0.7: using zlib-0.6.1.2
       Dependency zlib-bindings ==0.1.*: using zlib-bindings-0.1.1.5
       Using Cabal-1.24.2.0 compiled by ghc-8.0
       Using compiler: ghc-8.0.2
       Using install prefix:
       /nix/store/l3p24wa02b79ja4c5a8kn0z0rjqwzpdn-mwc-random-0.13.6.0
       Binaries installed in:
       /nix/store/l3p24wa02b79ja4c5a8kn0z0rjqwzpdn-mwc-random-0.13.6.0/bin
       Libraries installed in:
       /nix/store/l3p24wa02b79ja4c5a8kn0z0rjqwzpdn-mwc-random-0.13.6.0/lib/ghc-8.0.2/mwc-random-0.13.6.0
       Dynamic libraries installed in:
       /nix/store/l3p24wa02b79ja4c5a8kn0z0rjqwzpdn-mwc-random-0.13.6.0/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2
       Private binaries installed in:
       /nix/store/l3p24wa02b79ja4c5a8kn0z0rjqwzpdn-mwc-random-0.13.6.0/libexec
       Data files installed in:
       /nix/store/l3p24wa02b79ja4c5a8kn0z0rjqwzpdn-mwc-random-0.13.6.0/share/x86_64-linux-ghc-8.0.2/mwc-random-0.13.6.0
       Documentation installed in:
       /nix/store/k7p9q2z3ah3f6kild8l6vdqjldwi25ry-mwc-random-0.13.6.0-doc/share/doc
       Configuration files installed in:
       /nix/store/l3p24wa02b79ja4c5a8kn0z0rjqwzpdn-mwc-random-0.13.6.0/etc
       No alex found
       Using ar found on system at:
       /nix/store/912ia5vpf5ybcky2b6160x53c875hwvh-binutils-2.28.1/bin/ar
       No c2hs found
       No cpphs found
       Using gcc version 6.4.0 given by user at:
       /nix/store/nrmj8l63hbgxppvb48pg64bg89cc2gxr-gcc-wrapper-6.4.0/bin/gcc
       Using ghc version 8.0.2 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/ghc
       Using ghc-pkg version 8.0.2 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/ghc-pkg
       No ghcjs found
       No ghcjs-pkg found
       No greencard found
       Using haddock version 2.17.3 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/haddock
       No happy found
       Using haskell-suite found on system at: haskell-suite-dummy-location
       Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
       No hmake found
       Using hpc version 0.67 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/hpc
       Using hsc2hs version 0.68.1 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/hsc2hs
       Using hscolour version 1.24 found on system at:
       /nix/store/95dgshy38rq9wyghyc0vm1fplwydqpi4-hscolour-1.24.1/bin/HsColour
       No jhc found
       Using ld found on system at:
       /nix/store/0pdaiifgih5zawqhgzwah1y86m54cwd9-binutils-wrapper-2.28.1/bin/ld
       No lhc found
       No lhc-pkg found
       No pkg-config found
       Using strip version 2.28 found on system at:
       /nix/store/912ia5vpf5ybcky2b6160x53c875hwvh-binutils-2.28.1/bin/strip
       Using tar found on system at:
       /nix/store/ng8220fqfc7dlczqcvy4kxzzrj2vayk2-gnutar-1.29/bin/tar
       No uhc found
       building
       Using Cabal-1.24.2.0 compiled by ghc-8.0
       Using compiler: ghc-8.0.2
       Using install prefix:
       /nix/store/hb6ks9q3y9m73i9nj634y6sln3iy09mz-JuicyPixels-3.2.8.3
       Binaries installed in:
       /nix/store/hb6ks9q3y9m73i9nj634y6sln3iy09mz-JuicyPixels-3.2.8.3/bin
       Libraries installed in:
       /nix/store/hb6ks9q3y9m73i9nj634y6sln3iy09mz-JuicyPixels-3.2.8.3/lib/ghc-8.0.2/JuicyPixels-3.2.8.3
       Dynamic libraries installed in:
       /nix/store/hb6ks9q3y9m73i9nj634y6sln3iy09mz-JuicyPixels-3.2.8.3/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2
       Private binaries installed in:
       /nix/store/hb6ks9q3y9m73i9nj634y6sln3iy09mz-JuicyPixels-3.2.8.3/libexec
       Data files installed in:
       /nix/store/hb6ks9q3y9m73i9nj634y6sln3iy09mz-JuicyPixels-3.2.8.3/share/x86_64-linux-ghc-8.0.2/JuicyPixels-3.2.8.3
       Documentation installed in:
       /nix/store/zafcmgc7ikv9gkgb9irlc7941d0h4srz-JuicyPixels-3.2.8.3-doc/share/doc
       Configuration files installed in:
       /nix/store/hb6ks9q3y9m73i9nj634y6sln3iy09mz-JuicyPixels-3.2.8.3/etc
       No alex found
       Using ar found on system at:
       /nix/store/912ia5vpf5ybcky2b6160x53c875hwvh-binutils-2.28.1/bin/ar
       No c2hs found
       No cpphs found
       Using gcc version 6.4.0 given by user at:
       /nix/store/nrmj8l63hbgxppvb48pg64bg89cc2gxr-gcc-wrapper-6.4.0/bin/gcc
       Using ghc version 8.0.2 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/ghc
       Using ghc-pkg version 8.0.2 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/ghc-pkg
       No ghcjs found
       No ghcjs-pkg found
       No greencard found
       Using haddock version 2.17.3 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/haddock
       No happy found
       Using haskell-suite found on system at: haskell-suite-dummy-location
       Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
       No hmake found
       Using hpc version 0.67 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/hpc
       Using hsc2hs version 0.68.1 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/hsc2hs
       Using hscolour version 1.24 found on system at:
       /nix/store/95dgshy38rq9wyghyc0vm1fplwydqpi4-hscolour-1.24.1/bin/HsColour
       No jhc found
       Using ld found on system at:
       /nix/store/0pdaiifgih5zawqhgzwah1y86m54cwd9-binutils-wrapper-2.28.1/bin/ld
       No lhc found
       No lhc-pkg found
       No pkg-config found
       Using strip version 2.28 found on system at:
       /nix/store/912ia5vpf5ybcky2b6160x53c875hwvh-binutils-2.28.1/bin/strip
       Using tar found on system at:
       /nix/store/ng8220fqfc7dlczqcvy4kxzzrj2vayk2-gnutar-1.29/bin/tar
       No uhc found
       building
       Building mwc-random-0.13.6.0...
       Building JuicyPixels-3.2.8.3...
       Preprocessing library mwc-random-0.13.6.0...
       Preprocessing library JuicyPixels-3.2.8.3...
       Using Cabal-1.24.2.0 compiled by ghc-8.0
       Using compiler: ghc-8.0.2
       Using install prefix:
       /nix/store/m7yrm1invl4drdvfn3dlgw4vpm4mj4dq-io-streams-1.4.1.0
       Binaries installed in:
       /nix/store/m7yrm1invl4drdvfn3dlgw4vpm4mj4dq-io-streams-1.4.1.0/bin
       Libraries installed in:
       /nix/store/m7yrm1invl4drdvfn3dlgw4vpm4mj4dq-io-streams-1.4.1.0/lib/ghc-8.0.2/io-streams-1.4.1.0
       Dynamic libraries installed in:
       /nix/store/m7yrm1invl4drdvfn3dlgw4vpm4mj4dq-io-streams-1.4.1.0/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2
       Private binaries installed in:
       /nix/store/m7yrm1invl4drdvfn3dlgw4vpm4mj4dq-io-streams-1.4.1.0/libexec
       Data files installed in:
       /nix/store/m7yrm1invl4drdvfn3dlgw4vpm4mj4dq-io-streams-1.4.1.0/share/x86_64-linux-ghc-8.0.2/io-streams-1.4.1.0
       Documentation installed in:
       /nix/store/jwas4zqc532pk8vy0ry4z0rxmfr45sf0-io-streams-1.4.1.0-doc/share/doc
       Configuration files installed in:
       /nix/store/m7yrm1invl4drdvfn3dlgw4vpm4mj4dq-io-streams-1.4.1.0/etc
       No alex found
       Using ar found on system at:
       /nix/store/912ia5vpf5ybcky2b6160x53c875hwvh-binutils-2.28.1/bin/ar
       No c2hs found
       No cpphs found
       Using gcc version 6.4.0 given by user at:
       /nix/store/nrmj8l63hbgxppvb48pg64bg89cc2gxr-gcc-wrapper-6.4.0/bin/gcc
       Using ghc version 8.0.2 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/ghc
       Using ghc-pkg version 8.0.2 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/ghc-pkg
       No ghcjs found
       No ghcjs-pkg found
       No greencard found
       Using haddock version 2.17.3 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/haddock
       No happy found
       Using haskell-suite found on system at: haskell-suite-dummy-location
       Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
       No hmake found
       Using hpc version 0.67 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/hpc
       Using hsc2hs version 0.68.1 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/hsc2hs
       Using hscolour version 1.24 found on system at:
       /nix/store/95dgshy38rq9wyghyc0vm1fplwydqpi4-hscolour-1.24.1/bin/HsColour
       No jhc found
       Using ld found on system at:
       /nix/store/0pdaiifgih5zawqhgzwah1y86m54cwd9-binutils-wrapper-2.28.1/bin/ld
       No lhc found
       No lhc-pkg found
       No pkg-config found
       Using strip version 2.28 found on system at:
       /nix/store/912ia5vpf5ybcky2b6160x53c875hwvh-binutils-2.28.1/bin/strip
       Using tar found on system at:
       /nix/store/ng8220fqfc7dlczqcvy4kxzzrj2vayk2-gnutar-1.29/bin/tar
       No uhc found
       building
       [1 of 3] Compiling System.Random.MWC ( System/Random/MWC.hs, dist/build/System/Random/MWC.o )
       Building io-streams-1.4.1.0...
       Preprocessing library io-streams-1.4.1.0...
       Configuring http-reverse-proxy-0.4.5...
       Dependency async -any: using async-2.1.1.1
       Dependency base >=4.6 && <5: using base-4.9.1.0
       Dependency blaze-builder >=0.3: using blaze-builder-0.4.0.2
       Dependency bytestring >=0.9: using bytestring-0.10.8.1
       Dependency case-insensitive >=0.4: using case-insensitive-1.2.0.10
       Dependency conduit >=1.1: using conduit-1.2.12
       Dependency conduit-extra -any: using conduit-extra-1.1.17
       Dependency containers -any: using containers-0.5.7.1
       Dependency data-default-class -any: using data-default-class-0.1.2.0
       Dependency hspec >=1.3: using hspec-2.4.4
       Dependency http-client >=0.3: using http-client-0.5.7.0
       Dependency http-conduit -any: using http-conduit-2.2.3.2
       Dependency http-reverse-proxy -any: using http-reverse-proxy-0.4.5
       Dependency http-types >=0.6: using http-types-0.9.1
       Dependency lifted-base >=0.1: using lifted-base-0.2.3.11
       Dependency monad-control >=0.3: using monad-control-1.0.2.2
       Dependency network -any: using network-2.6.3.2
       Dependency resourcet -any: using resourcet-1.1.9
       Dependency streaming-commons -any: using streaming-commons-0.1.17
       Dependency text >=0.11: using text-1.2.2.2
       Dependency transformers -any: using transformers-0.5.2.0
       Dependency wai >=3.0: using wai-3.2.1.1
       Dependency wai-logger -any: using wai-logger-2.3.0
       Dependency warp >=2.1: using warp-3.2.13
       Dependency word8 >=0.0: using word8-0.1.3
       [ 1 of 23] Compiling System.IO.Streams.Tutorial ( src/System/IO/Streams/Tutorial.hs, dist/build/System/IO/Streams/Tutorial.o )
       [ 2 of 23] Compiling System.IO.Streams.Internal ( src/System/IO/Streams/Internal.hs, dist/build/System/IO/Streams/Internal.o )
       [ 1 of 30] Compiling Codec.Picture.Types ( src/Codec/Picture/Types.hs, dist/build/Codec/Picture/Types.o )
       Using Cabal-1.24.2.0 compiled by ghc-8.0
       Using compiler: ghc-8.0.2
       Using install prefix:
       /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5
       Binaries installed in:
       /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5/bin
       Libraries installed in:
       /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5/lib/ghc-8.0.2/http-reverse-proxy-0.4.5
       Dynamic libraries installed in:
       /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2
       Private binaries installed in:
       /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5/libexec
       Data files installed in:
       /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5/share/x86_64-linux-ghc-8.0.2/http-reverse-proxy-0.4.5
       Documentation installed in:
       /nix/store/ghvskc19iw7m04hhys0df89wbf7pkx3q-http-reverse-proxy-0.4.5-doc/share/doc
       Configuration files installed in:
       /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5/etc
       No alex found
       Using ar found on system at:
       /nix/store/912ia5vpf5ybcky2b6160x53c875hwvh-binutils-2.28.1/bin/ar
       No c2hs found
       No cpphs found
       Using gcc version 6.4.0 given by user at:
       /nix/store/nrmj8l63hbgxppvb48pg64bg89cc2gxr-gcc-wrapper-6.4.0/bin/gcc
       Using ghc version 8.0.2 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/ghc
       Using ghc-pkg version 8.0.2 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/ghc-pkg
       No ghcjs found
       No ghcjs-pkg found
       No greencard found
       Using haddock version 2.17.3 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/haddock
       No happy found
       Using haskell-suite found on system at: haskell-suite-dummy-location
       Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
       No hmake found
       Using hpc version 0.67 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/hpc
       Using hsc2hs version 0.68.1 found on system at:
       /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2/bin/hsc2hs
       Using hscolour version 1.24 found on system at:
       /nix/store/95dgshy38rq9wyghyc0vm1fplwydqpi4-hscolour-1.24.1/bin/HsColour
       No jhc found
       Using ld found on system at:
       /nix/store/0pdaiifgih5zawqhgzwah1y86m54cwd9-binutils-wrapper-2.28.1/bin/ld
       No lhc found
       No lhc-pkg found
       No pkg-config found
       Using strip version 2.28 found on system at:
       /nix/store/912ia5vpf5ybcky2b6160x53c875hwvh-binutils-2.28.1/bin/strip
       Using tar found on system at:
       /nix/store/ng8220fqfc7dlczqcvy4kxzzrj2vayk2-gnutar-1.29/bin/tar
       No uhc found
       building
       Building http-reverse-proxy-0.4.5...
       Preprocessing library http-reverse-proxy-0.4.5...
       [1 of 2] Compiling Paths_http_reverse_proxy ( dist/build/autogen/Paths_http_reverse_proxy.hs, dist/build/Paths_http_reverse_proxy.o )
       [ 3 of 23] Compiling System.IO.Streams.Internal.Attoparsec ( src/System/IO/Streams/Internal/Attoparsec.hs, dist/build/System/IO/Streams/Internal/Attoparsec.o )
       [2 of 2] Compiling Network.HTTP.ReverseProxy ( Network/HTTP/ReverseProxy.hs, dist/build/Network/HTTP/ReverseProxy.o )
       [ 4 of 23] Compiling System.IO.Streams.Internal.Network ( src/System/IO/Streams/Internal/Network.hs, dist/build/System/IO/Streams/Internal/Network.o )
       [ 5 of 23] Compiling System.IO.Streams.Network ( src/System/IO/Streams/Network.hs, dist/build/System/IO/Streams/Network.o )
       [ 6 of 23] Compiling System.IO.Streams.Internal.Search ( src/System/IO/Streams/Internal/Search.hs, dist/build/System/IO/Streams/Internal/Search.o )
       [ 7 of 23] Compiling System.IO.Streams.List ( src/System/IO/Streams/List.hs, dist/build/System/IO/Streams/List.o )
       [ 8 of 23] Compiling System.IO.Streams.Vector ( src/System/IO/Streams/Vector.hs, dist/build/System/IO/Streams/Vector.o )
       [ 9 of 23] Compiling System.IO.Streams.Handle ( src/System/IO/Streams/Handle.hs, dist/build/System/IO/Streams/Handle.o )
       [10 of 23] Compiling System.IO.Streams.File ( src/System/IO/Streams/File.hs, dist/build/System/IO/Streams/File.o )
       [11 of 23] Compiling System.IO.Streams.Debug ( src/System/IO/Streams/Debug.hs, dist/build/System/IO/Streams/Debug.o )
       [12 of 23] Compiling System.IO.Streams.Core ( src/System/IO/Streams/Core.hs, dist/build/System/IO/Streams/Core.o )
       [13 of 23] Compiling System.IO.Streams.Concurrent ( src/System/IO/Streams/Concurrent.hs, dist/build/System/IO/Streams/Concurrent.o )
       [14 of 23] Compiling System.IO.Streams.Combinators ( src/System/IO/Streams/Combinators.hs, dist/build/System/IO/Streams/Combinators.o )
       Preprocessing test suite 'test' for http-reverse-proxy-0.4.5...
       [1 of 1] Compiling Main             ( test/main.hs, dist/build/test/test-tmp/Main.dyn_o )
       [15 of 23] Compiling System.IO.Streams.Process ( src/System/IO/Streams/Process.hs, dist/build/System/IO/Streams/Process.o )
       [16 of 23] Compiling System.IO.Streams.Text ( src/System/IO/Streams/Text.hs, dist/build/System/IO/Streams/Text.o )

       test/main.hs:59:13: warning: [-Wdeprecations]
           In the use of ‘sClose’ (imported from Network.Socket):
           Deprecated: "use 'close'"

       test/main.hs:89:11: warning: [-Wdeprecations]
           In the use of ‘withManager’ (imported from Network.HTTP.Conduit):
           Deprecated: "Please use newManager tlsManagerSettings"

       test/main.hs:125:28: warning: [-Wdeprecations]
           In the use of ‘parseUrl’
           (imported from Network.HTTP.Conduit, but defined in http-client-0.5.7.0:Network.HTTP.Client.Request):
           Deprecated: "Please use parseUrlThrow, parseRequest, or parseRequest_ instead"

       test/main.hs:141:29: warning: [-Wdeprecations]
           In the use of ‘parseUrl’
           (imported from Network.HTTP.Conduit, but defined in http-client-0.5.7.0:Network.HTTP.Client.Request):
           Deprecated: "Please use parseUrlThrow, parseRequest, or parseRequest_ instead"

       test/main.hs:171:36: warning: [-Wdeprecations]
           In the use of ‘parseUrl’
           (imported from Network.HTTP.Conduit, but defined in http-client-0.5.7.0:Network.HTTP.Client.Request):
           Deprecated: "Please use parseUrlThrow, parseRequest, or parseRequest_ instead"

       test/main.hs:186:36: warning: [-Wdeprecations]
           In the use of ‘parseUrl’
           (imported from Network.HTTP.Conduit, but defined in http-client-0.5.7.0:Network.HTTP.Client.Request):
           Deprecated: "Please use parseUrlThrow, parseRequest, or parseRequest_ instead"

       test/main.hs:201:36: warning: [-Wdeprecations]
           In the use of ‘parseUrl’
           (imported from Network.HTTP.Conduit, but defined in http-client-0.5.7.0:Network.HTTP.Client.Request):
           Deprecated: "Please use parseUrlThrow, parseRequest, or parseRequest_ instead"
       [17 of 23] Compiling System.IO.Streams.ByteString ( src/System/IO/Streams/ByteString.hs, dist/build/System/IO/Streams/ByteString.o )
       [2 of 3] Compiling System.Random.MWC.CondensedTable ( System/Random/MWC/CondensedTable.hs, dist/build/System/Random/MWC/CondensedTable.o )
       [18 of 23] Compiling System.IO.Streams.Builder ( src/System/IO/Streams/Builder.hs, dist/build/System/IO/Streams/Builder.o )
       [19 of 23] Compiling System.IO.Streams.Zlib ( src/System/IO/Streams/Zlib.hs, dist/build/System/IO/Streams/Zlib.o )
       Linking dist/build/test/test ...
       [20 of 23] Compiling System.IO.Streams.Attoparsec.Text ( src/System/IO/Streams/Attoparsec/Text.hs, dist/build/System/IO/Streams/Attoparsec/Text.o )
       [21 of 23] Compiling System.IO.Streams.Attoparsec.ByteString ( src/System/IO/Streams/Attoparsec/ByteString.hs, dist/build/System/IO/Streams/Attoparsec/ByteString.o )
       [22 of 23] Compiling System.IO.Streams.Attoparsec ( src/System/IO/Streams/Attoparsec.hs, dist/build/System/IO/Streams/Attoparsec.o )
       [23 of 23] Compiling System.IO.Streams ( src/System/IO/Streams.hs, dist/build/System/IO/Streams.o )
       Preprocessing test suite 'testsuite' for io-streams-1.4.1.0...
       running tests
       [ 1 of 38] Compiling System.IO.Streams.Tests.Common ( test/System/IO/Streams/Tests/Common.hs, dist/build/testsuite/testsuite-tmp/System/IO/Streams/Tests/Common.dyn_o )
       Running 1 test suites...
       Test suite test: RUNNING...
       [ 2 of 38] Compiling System.IO.Streams.Internal ( src/System/IO/Streams/Internal.hs, dist/build/testsuite/testsuite-tmp/System/IO/Streams/Internal.dyn_o )
       Test suite test: PASS
       Test suite logged to: dist/test/http-reverse-proxy-0.4.5-test.log
       1 of 1 test suites (1 of 1 test cases) passed.
       haddockPhase
       Running Haddock for http-reverse-proxy-0.4.5...
       Running hscolour for http-reverse-proxy-0.4.5...
       Preprocessing library http-reverse-proxy-0.4.5...
       Preprocessing test suite 'test' for http-reverse-proxy-0.4.5...
       Preprocessing library http-reverse-proxy-0.4.5...
       Warning: The documentation for the following packages are not installed. No
       links will be generated to these packages: bytestring-builder-0.10.8.1.0
       [ 3 of 38] Compiling System.IO.Streams.Internal.Attoparsec ( src/System/IO/Streams/Internal/Attoparsec.hs, dist/build/testsuite/testsuite-tmp/System/IO/Streams/Internal/Attoparsec.dyn_o )
       [ 4 of 38] Compiling System.IO.Streams.Internal.Network ( src/System/IO/Streams/Internal/Network.hs, dist/build/testsuite/testsuite-tmp/System/IO/Streams/Internal/Network.dyn_o )
       [ 5 of 38] Compiling System.IO.Streams.Network ( src/System/IO/Streams/Network.hs, dist/build/testsuite/testsuite-tmp/System/IO/Streams/Network.dyn_o )
       [ 6 of 38] Compiling System.IO.Streams.Internal.Search ( src/System/IO/Streams/Internal/Search.hs, dist/build/testsuite/testsuite-tmp/System/IO/Streams/Internal/Search.dyn_o )
       [ 7 of 38] Compiling System.IO.Streams.List ( src/System/IO/Streams/List.hs, dist/build/testsuite/testsuite-tmp/System/IO/Streams/List.dyn_o )
       [ 8 of 38] Compiling System.IO.Streams.Tests.List ( test/System/IO/Streams/Tests/List.hs, dist/build/testsuite/testsuite-tmp/System/IO/Streams/Tests/List.dyn_o )
       Haddock coverage:
          0% (  0 /  9) in 'Paths_http_reverse_proxy'
         Missing documentation for:
           Module header
           version (dist/build/autogen/Paths_http_reverse_proxy.hs:28)
           getBinDir (dist/build/autogen/Paths_http_reverse_proxy.hs:39)
           getLibDir (dist/build/autogen/Paths_http_reverse_proxy.hs:39)
           getDynLibDir (dist/build/autogen/Paths_http_reverse_proxy.hs:39)
           getDataDir (dist/build/autogen/Paths_http_reverse_proxy.hs:39)
           getLibexecDir (dist/build/autogen/Paths_http_reverse_proxy.hs:39)
           getDataFileName (dist/build/autogen/Paths_http_reverse_proxy.hs:47)
           getSysconfDir (dist/build/autogen/Paths_http_reverse_proxy.hs:39)
         76% ( 19 / 25) in 'Network.HTTP.ReverseProxy'
         Missing documentation for:
           Module header
           waiProxyToSettings (Network/HTTP/ReverseProxy.hs:359)
           WaiProxySettings (Network/HTTP/ReverseProxy.hs:243)
           wpsOnExc (Network/HTTP/ReverseProxy.hs:244)
           wpsTimeout (Network/HTTP/ReverseProxy.hs:245)
           LocalWaiProxySettings (Network/HTTP/ReverseProxy.hs:218)
       Documentation created: dist/doc/html/http-reverse-proxy/index.html,
       dist/doc/html/http-reverse-proxy/http-reverse-proxy.txt
       Preprocessing test suite 'test' for http-reverse-proxy-0.4.5...
       installing
       Installing library in
       /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5/lib/ghc-8.0.2/http-reverse-proxy-0.4.5
       [ 9 of 38] Compiling System.IO.Streams.Tests.Internal ( test/System/IO/Streams/Tests/Internal.hs, dist/build/testsuite/testsuite-tmp/System/IO/Streams/Tests/Internal.dyn_o )
       Creating package registration file:
       /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5/lib/ghc-8.0.2/package.conf.d/http-reverse-proxy-0.4.5.conf
       post-installation fixup
       shrinking RPATHs of ELF executables and libraries in /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5
       shrinking /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2/libHShttp-reverse-proxy-0.4.5-4wa4s4w3dU5hQmDnxWkay-ghc8.0.2.so
       strip is /nix/store/912ia5vpf5ybcky2b6160x53c875hwvh-binutils-2.28.1/bin/strip
       stripping (with command strip and flags -S) in /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5/lib
       patching script interpreter paths in /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5
       checking for references to /build in /nix/store/83918b2rjy6013a47jxgi2g1npdsv2y9-http-reverse-proxy-0.4.5...
       shrinking RPATHs of ELF executables and libraries in /nix/store/ghvskc19iw7m04hhys0df89wbf7pkx3q-http-reverse-proxy-0.4.5-doc
       strip is /nix/store/912ia5vpf5ybcky2b6160x53c875hwvh-binutils-2.28.1/bin/strip
       patching script interpreter paths in /nix/store/ghvskc19iw7m04hhys0df89wbf7pkx3q-http-reverse-proxy-0.4.5-doc
       checking for references to /build in /nix/store/ghvskc19iw7m04hhys0df89wbf7pkx3q-http-reverse-proxy-0.4.5-doc...
       building '/nix/store/8130ngvsggjm1hl19nzizvlnvvb4rkpb-CVE-2014-5461.patch.drv'...

       trying http://anonscm.debian.org/cgit/pkg-lua/lua5.1.git/plain/debian/patches/0004-Fix-stack-overflow-in-vararg-functions.patch?id=b75a2014db2ad65683521f7bb295bfa37b48b389
         % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                        Dload  Upload   Total   Spent    Left  Speed
       [10 of 38] Compiling System.IO.Streams.Tests.Network ( test/System/IO/Streams/Tests/Network.hs, dist/build/testsuite/testsuite-tmp/System/IO/Streams/Tests/Network.dyn_o )

       test/System/IO/Streams/Tests/Network.hs:53:9: warning: [-Wdeprecations]
           In the use of ‘sClose’ (imported from Network.Socket):
           Deprecated: "use 'close'"

       test/System/IO/Streams/Tests/Network.hs:59:9: warning: [-Wdeprecations]
           In the use of ‘bindSocket’ (imported from Network.Socket):
           Deprecated: "use 'bind'"

       test/System/IO/Streams/Tests/Network.hs:66:9: warning: [-Wdeprecations]
           In the use of ‘sClose’ (imported from Network.Socket):
           Deprecated: "use 'close'"

       test/System/IO/Streams/Tests/Network.hs:67:9: warning: [-Wdeprecations]
           In the use of ‘sClose’ (imported from Network.Socket):
           Deprecated: "use 'close'"
       100   433  100   433    0     0    433      0  0:00:01 --:--:--  0:00:01   651
       [3 of 3] Compiling System.Random.MWC.Distributions ( System/Random/MWC/Distributions.hs, dist/build/System/Random/MWC/Distributions.o )
       [11 of 38] Compiling System.IO.Streams.Vector ( src/System/IO/Streams/Vector.hs, dist/build/testsuite/testsuite-tmp/System/IO/Streams/Vector.dyn_o )
         0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
       curl: (22) The requested URL returned error: 404 Not found
       error: cannot download CVE-2014-5461.patch from any mirror
       builder for '/nix/store/8130ngvsggjm1hl19nzizvlnvvb4rkpb-CVE-2014-5461.patch.drv' failed with exit code 1
       building '/nix/store/q5mzrqn2p1k2wirjj9sbwv492l0hyj97-SHA-1.6.4.2.drv'...
       cannot build derivation '/nix/store/kq4ijff5g22ajs6g48w07icvamkdyzip-lua-5.1.5.drv': 1 dependencies couldn't be built
       cannot build derivation '/nix/store/fg8pys0p6w1gz94biv1nda5faqbjqnyn-hslua-0.4.1.drv': 1 dependencies couldn't be built
       building '/nix/store/5s6cy4pr51ma6sr131rnvad111mjwkn3-active-0.2.0.13.tar.gz.drv'...
       cannot build derivation '/nix/store/qd2px3pkybwn6k1n9cda17rbiw6kv3vx-pandoc-1.19.2.4.drv': 1 dependencies couldn't be built
       cannot build derivation '/nix/store/37sfvyw8qxkfspbkpdd4s2dp2xpz2m1r-heist-1.0.1.0.drv': 1 dependencies couldn't be built
       cannot build derivation '/nix/store/fwgcxzwmpbfbwdb6pklbys55x6v8xg0j-ghc-8.0.2-with-packages.drv': 1 dependencies couldn't be built
       error: build of '/nix/store/fwgcxzwmpbfbwdb6pklbys55x6v8xg0j-ghc-8.0.2-with-packages.drv' failed
       )

  src/Obelisk/SelfTest.hs:104: 
  6) blank initialized project can build in shells.ghc
       uncaught exception: ReThrownException (
       Ran commands: 
       cd /tmp/blank-project10794
       nix-shell -A shells.ghc --run 'cabal new-build --ghc all'
       which nix-shell
       cd /home/kandinski/data/work/hack/obelisk

       Exception: error running: nix-shell -A shells.ghc --run 'cabal new-build --ghc all'
       exit status: 1
       stderr: these derivations will be built:
         /nix/store/xskppw58g91hfpffyvcknhvf3jgc04ba-bytes-0.15.3.tar.gz.drv
         /nix/store/zjdadzi2yl385h2d524p0p7cbiswrg1m-bytes-0.15.3-r2.cabal.drv
         /nix/store/50bri8rj1p6vbgwdynw58raxyl273n71-bytes-0.15.3.drv
         /nix/store/ii1ww8hhnnqprk0mn7rlbns1wv149wsr-linear-1.20.7.tar.gz.drv
         /nix/store/yc55d2i3qnhc1fxvv6yz48v1sqpqqr65-linear-1.20.7-r1.cabal.drv
         /nix/store/01g1an1gg3qy1kg2n7n4qmirwp3kzxzv-linear-1.20.7.drv
         /nix/store/06i85277gv08dx8ssc22z3b93mzvdv6j-tasty-golden-2.3.1.1.tar.gz.drv
         /nix/store/423ry65az15di80rv0ln77cqpg6rgs4w-lucid-2.9.8.1.tar.gz.drv
         /nix/store/0gj6yz5l6zgxbnmyzlfh946gfrwkf3s4-lucid-2.9.8.1.drv
         /nix/store/s1a5f243hqwnb2x92k41cc6kfc47azps-basement-0.0.2.drv
         /nix/store/crpnak0473zpm000syzxaagw3vp3w1xj-foundation-0.0.15.drv
         /nix/store/rdz758xja2mwqwr0qz9dlrhlp5haxy2d-memory-0.14.8.drv
         /nix/store/7bp5c2xxisvvh4hyks44vxvbb0js5hsg-cryptonite-0.23.drv
         /nix/store/vbsn1nkbi3rcw5hgi4d60298y23cvspi-base64-bytestring-1.0.0.1.drv
         /nix/store/9sm6b7zhzzi9a8gjmy0nsmvdpskjpv6s-pem-0.2.2.drv
         /nix/store/dk6ib8v13qgh355skpdfd77zl37r73vn-hourglass-0.2.10.drv
         /nix/store/nikpbg57mg30whw84mh334fdkiv76c0j-asn1-types-0.3.2.drv
         /nix/store/c6xiw0aa7pdxsbanwkwcdw7ih9v3l65v-asn1-encoding-0.9.5.drv
         /nix/store/b2ih5l2aq9qrj4n2zaccjnidrn3lnzas-asn1-parse-0.9.4.drv
         /nix/store/5d9lzgshx905x6d1fgzk1x6i60dxbqmr-x509-1.7.2.drv
         /nix/store/1wa5mdhrgz5fy1m09pr6pj763l5vndcl-x509-store-1.6.5.drv
         /nix/store/m5jah4jzy205np1ki979mpdr69r6449j-byteable-0.1.1.drv
         /nix/store/16wjvaaspk8nvdap11y21fgpq5arx14q-x509-validation-1.6.9.drv
         /nix/store/vax3xyxa76aycmdc6bn0981x0mv2d6fi-network-2.6.3.2.drv
         /nix/store/0ibna4z66ipk3jnmyl67s2plazn7mqgf-tls-1.3.11.drv
         /nix/store/0kykmf0qhqrvypfry7pmf7w1axzz1jaz-snap-1.0.0.2-r1.cabal.drv
         /nix/store/0qjn6qbi887rl3ya0aw768ij2pkkj1aw-io-streams-haproxy-1.0.0.2.tar.gz.drv
         /nix/store/j56k8v2vzbgr5clckwr1ikhysqzcfagq-preprocessor-tools-1.0.1.tar.gz.drv
         /nix/store/0r94b9bp96a00ifi4da3b1c5iq1g8gg8-preprocessor-tools-1.0.1.drv
         /nix/store/jbbmcs3bvsyc19pd64qrf8pggm69ygra-tagshare-0.0.tar.gz.drv
         /nix/store/7zj4vxq384arkjd2m8bmgvdxpzydwnnn-tagshare-0.0.drv
         /nix/store/v5wyqmp45gl2j5817n472vyjjyxswflm-testing-feat-0.4.0.3.tar.gz.drv
         /nix/store/0z66dmb0y2v14m74vccydz807gmjvcf3-testing-feat-0.4.0.3.drv
         /nix/store/16z7wf8blm1ag4kcsair4f7jgabvzb9m-unix-compat-0.4.3.1.drv
         /nix/store/nhxgnr5r4hkhsimjq95s9vhxg443n7yy-string-qq-0.0.2.tar.gz.drv
         /nix/store/1xid6wzryiab7pdlmaynghzx4w9ay923-string-qq-0.0.2.drv
         /nix/store/f6vqwk2cyrp4qzma8wxx1q33d14sc7p7-pandoc-types-1.17.0.5-r4.cabal.drv
         /nix/store/z7akdpls1ipjz7g2lhns4ggmijrr7grg-pandoc-types-1.17.0.5.tar.gz.drv
         /nix/store/1kcrzw1nl75qaax205rd2gffl8a64lcs-pandoc-types-1.17.0.5.drv
         /nix/store/y6mhzpsbjvbcvjjq6pbbh6b90b8yk6vb-monoid-extras-0.4.2-r2.cabal.drv
         /nix/store/5lbhaxvwjryjk1ybss553v2zy9n81s2c-monoid-extras-0.4.2.drv
         /nix/store/6disqzvzlxib4akwfcay0bk4bp43z4jv-dual-tree-0.2.1.tar.gz.drv
         /nix/store/1nq0sml6yxljbkl13sa337y3fx8n3v4q-dual-tree-0.2.1.drv
         /nix/store/v2m788ll7yw361a61d0zm0bph8yyjjmp-parser-combinators-0.1.0.tar.gz.drv
         /nix/store/yx62f4w43hr5h7zfnrv1aqki9k2hmizr-parser-combinators-0.1.0.drv
         /nix/store/2n7bqm8sa8jbkxkndgpsjjz3vrn3lq79-megaparsec-6.1.1.drv
         /nix/store/4vkq8xspssyfb10l6amriylndxj51qhh-modern-uri-0.2.1.0.drv
         /nix/store/221d4rjsw705z7vg8z9a1p9l8myp2iqk-obelisk-run-0.1.drv
         /nix/store/qif693d5ampgqrhzahwjw4fq92b7ijzx-http-common-0.8.2.0.tar.gz.drv
         /nix/store/233xfqj07p9kr8vp60bdypb7z7s3y8v1-http-common-0.8.2.0.drv
         /nix/store/23im6fid6zi2v1kjazrqh4f47i89zgas-zip-archive-0.3.1.1.tar.gz.drv
         /nix/store/8nna6jdxx3yyrlhrnkg2rbjvr6mi0ws2-io-streams-1.4.1.0.drv
         /nix/store/kvx8amav04kghlh554qy0vhb28n5arsy-openssl-streams-1.2.1.3.tar.gz.drv
         /nix/store/2600qh5kr7qkfy1j5vl78l81jl4jh2qw-openssl-streams-1.2.1.3.drv
         /nix/store/ql5a3w2d91py74vqnrx9i27hk8pail01-test-framework-smallcheck-0.2.tar.gz.drv
         /nix/store/2bq337965h1pck0jxgpxf2nzdcv9i9c2-test-framework-smallcheck-0.2.drv
         /nix/store/hrr05iknl5qalq4pl956w0rc5l6vh9zy-blaze-builder-0.4.0.2.drv
         /nix/store/2di79nlbdabc5ikddqq45x6yhjx2ixni-cookie-0.4.2.1.drv
         /nix/store/2n6zd5fd207lxb3wl8qyrgwz1bb7i5q5-mime-types-0.1.0.7.drv
         /nix/store/n8wyradj3nblsvnsp7615xllbi0m6yld-zlib-0.6.1.2.drv
         /nix/store/2nqr6l8ks68vwv44fbaybrp7d13srf1r-streaming-commons-0.1.17.drv
         /nix/store/c2rlccil5lrnk871hk538gljjzdp4bv1-xmlhtml-0.2.5.tar.gz.drv
         /nix/store/2qmpj2h6sqh6wczl3f8mn3zwch1pffk0-xmlhtml-0.2.5.drv
         /nix/store/2wdrijs09n811hy9wzhiv1bn93w7raz9-svg-builder-0.1.0.2-r1.cabal.drv
         /nix/store/m46sr5pj6bdb993yq09mxraw93i18yxh-diagrams-core-1.4.0.1.tar.gz.drv
         /nix/store/31wz1s4sqpshic824xv094bp8z2fay99-diagrams-core-1.4.0.1.drv
         /nix/store/sm2xnd2dbczli7rf3kagw99y78kj8azc-directory-tree-0.12.1.tar.gz.drv
         /nix/store/dr666w7bb1xcqpb5gf2qgjpd4dkik9k0-directory-tree-0.12.1.drv
         /nix/store/ldxf11w85r62y65vby8a1kkwhbw5d04i-haskell-src-exts-1.18.2.drv
         /nix/store/4dc5k88b1rldm18ny5qnav75jhxx6qnr-haskell-src-meta-0.8.0.1.drv
         /nix/store/4syjwimdxnm37ac64k88xbz1ibjdjyx5-aeson-qq-0.8.2.drv
         /nix/store/4fl3vvzj2snrbhj1xrf1dng0i4fffmpq-yaml-0.8.23.3.drv
         /nix/store/6pa1zqqra9xvdkiydhq40iffwd6cvvfc-blaze-markup-0.8.0.0.drv
         /nix/store/cc4yyfra649z0mnnkj08mwgwslw704ln-blaze-html-0.9.0.1.drv
         /nix/store/dmdy0p9mf3cb101raz0158xjzm7p9s4x-filemanip-0.3.6.3.drv
         /nix/store/z6x2s450mz16vdx045cq9f2vz3w5n48v-network-uri-2.6.1.0.drv
         /nix/store/f8va61q36rndljk70hic773dpfqw0czf-HTTP-4000.3.7.drv
         /nix/store/iljp95wjbrxyq2dvswb7vjcl5vwijl7l-quickcheck-instances-0.3.12.drv
         /nix/store/fi0s0sanj93jpg85949rmlabpfw87pxa-hspec-contrib-0.4.0-r1.cabal.drv
         /nix/store/n2r666gnaw1bx4ygwr5sqxy79zjxvw1z-hspec-contrib-0.4.0.tar.gz.drv
         /nix/store/j875r4j1ssiaqjbb4gag2ggr59y9bzc1-hspec-contrib-0.4.0.drv
         /nix/store/4k67bgs11if1fgqn5aakqzc8jp8pchkc-lua-arch.patch.drv
         /nix/store/8130ngvsggjm1hl19nzizvlnvvb4rkpb-CVE-2014-5461.patch.drv
         /nix/store/8aqbxzv7qdqqbirqd3yn4q0bqmndq4nz-lua-5.1.5.tar.gz.drv
         /nix/store/kq4ijff5g22ajs6g48w07icvamkdyzip-lua-5.1.5.drv
         /nix/store/n0v6n3r6n2nmip1k44bra1s90smy9p0v-hslua-0.4.1.tar.gz.drv
         /nix/store/fg8pys0p6w1gz94biv1nda5faqbjqnyn-hslua-0.4.1.drv
         /nix/store/c432xw6bh7nc8phg1rlz577x4cavfban-hxt-charproperties-9.2.0.1.tar.gz.drv
         /nix/store/bi6jp00r31bxxfk40ikjn6rv95z1hq7f-hxt-charproperties-9.2.0.1.drv
         /nix/store/hprlbkcmqzs3d70f63wks67jym6v0cw1-hxt-regex-xmlschema-9.2.0.3.tar.gz.drv
         /nix/store/fp1f7l8g6h1ksk6rr286m5rrxkcgi0nf-hxt-regex-xmlschema-9.2.0.3.drv
         /nix/store/jpm4a0fs1zh8pmhgwya2h1xxc1psrq7m-hxt-9.3.1.16.tar.gz.drv
         /nix/store/imkbygb8kfj060r83rp0hr7b7ky6myxm-hxt-unicode-9.0.2.4.tar.gz.drv
         /nix/store/mv6ijri2spglkzijdm3x4dyg5psbnaw9-hxt-unicode-9.0.2.4.drv
         /nix/store/9csc693lrq22kaswllsg77y95v91zab5-hxt-9.3.1.16.drv
         /nix/store/mpljzwca68yrc25ccbmggsyq7pqkrqf6-temporary-rc-1.2.0.3.tar.gz.drv
         /nix/store/8w5di0fv3jrgdp9xmwgzv44plak3jhz8-temporary-rc-1.2.0.3.drv
         /nix/store/a9prsfgim6d6syfyrl4r37595h851zzs-tasty-golden-2.3.1.1.drv
         /nix/store/b7cznd04w1vvjsj3rh58ag13899vqbr3-haskell-lexer-1.0.1.drv
         /nix/store/apazvsfyrhhzj2306ql5kdvkgs9xkq5l-pretty-show-1.6.13.drv
         /nix/store/dx42rl6971s49xq0mnz03pmrfzf2cb32-skylighting-0.1.1.5.tar.gz.drv
         /nix/store/n64i7xjdy7alq79ii8w7fn34g8npiydb-regex-pcre-builtin-0.94.4.8.8.35.tar.gz.drv
         /nix/store/wqf3lzj4gq93fi7mga36q6rqjsnshmc5-regex-pcre-builtin-0.94.4.8.8.35.drv
         /nix/store/zz5dkckgdp9g690lnydns8j5vh1wiaj8-case-insensitive-1.2.0.10.drv
         /nix/store/fvji4bcr8fxp67mnmym7k95y2yii2g78-skylighting-0.1.1.5.drv
         /nix/store/bbc15670igwh0pg5qmjk7dqspg7i227x-ghc-paths-0.1.0.9.drv
         /nix/store/9220f4s9k4r5nd7syf91pcp0rg59bf4v-doctest-0.11.4.drv
         /nix/store/lf90k91sa3i35r9zx4d5p6w9s2v9vsrc-http-types-0.9.1.drv
         /nix/store/gnibk2crc15q098i0p7bxvyclliq11x5-http-client-0.5.7.0.drv
         /nix/store/hdrl3ql419x2rsp8a62yfsld1v5ckagb-pandoc-1.19.2.4.tar.gz.drv
         /nix/store/s5bvryp8ra4qqg9j7ccfp35vw5h5yhpv-tagsoup-0.14.1.tar.gz.drv
         /nix/store/jqbh5y3gw9hzsacrndscr2hkv8kvg2hb-tagsoup-0.14.1.drv
         /nix/store/n9ab0lm5pv3slprcr2skgjy7989i49dh-JuicyPixels-3.2.8.3.drv
         /nix/store/w6592v10f0622rx8w14xiacxmasns09f-hsb2hs-0.3.1.tar.gz.drv
         /nix/store/nn91vhivzcwnyvpxb5y5aimfnm2g3mc1-hsb2hs-0.3.1.drv
         /nix/store/71zrwckm197ms3nq10v2j57rgxxg86v7-zip-archive-0.3.1.1-r1.cabal.drv
         /nix/store/x25vrlfq6211sq85wq3rvmxhw8h50ml5-digest-0.0.1.2.tar.gz.drv
         /nix/store/slbaa5xg5ki8rg54bl90fblnvl76nfik-digest-0.0.1.2.drv
         /nix/store/p28hap8y16nsijsizl895m96fdr3fr64-zip-archive-0.3.1.1.drv
         /nix/store/q5mzrqn2p1k2wirjj9sbwv492l0hyj97-SHA-1.6.4.2.drv
         /nix/store/5d3lrdd2532smsam29pwqjfyg77frjjm-x509-system-1.6.6.drv
         /nix/store/mlh34dgz84zp7sm6idvswnyay25mbhxw-socks-0.5.5.drv
         /nix/store/b2zjj6jl1l18vjp458m8k2974nhpvgjn-connection-0.2.8.drv
         /nix/store/rayyj7hi1mfr49yn9j5bqvg8p8sczplk-http-client-tls-0.3.5.1.drv
         /nix/store/v6layym70z86w5dd5mznrdb7v4c9dlaw-haddock-library-1.4.3.drv
         /nix/store/nwf1nkpb1s6lqqdg0drsh1bwzy194i7h-texmath-0.9.4.2.tar.gz.drv
         /nix/store/w7l584qygjf9fhfp96d1jwaj032iykkx-texmath-0.9.4.2.drv
         /nix/store/rzwghxvjsbwrs2ysf6k7x8fk2lw5sb1k-cmark-0.5.6.tar.gz.drv
         /nix/store/xz7if69da4pi283kr0pl0xyzqyzhnhdw-cmark-0.5.6.drv
         /nix/store/ih76bjyc1ya2rg59q5yg8pwxfbm2xam4-doctemplates-0.1.0.2.tar.gz.drv
         /nix/store/ydikrmcal900j9nlivv55zibs0p0lnpd-doctemplates-0.1.0.2.drv
         /nix/store/qd2px3pkybwn6k1n9cda17rbiw6kv3vx-pandoc-1.19.2.4.drv
         /nix/store/b1lldjs0zwjxw6b4z96ykzhy1hp57s3z-map-syntax-0.2.0.2.tar.gz.drv
         /nix/store/yl1if5shjlgjpjw93nng0r0q03y4090j-map-syntax-0.2.0.2-r1.cabal.drv
         /nix/store/rd3gnw2zhng6xlmcrpn4vdz74c7n6ibw-map-syntax-0.2.0.2.drv
         /nix/store/vyqw9vjd29v711fk02j6sv6yhssm1jmv-heist-1.0.1.0-r6.cabal.drv
         /nix/store/wcycryjgnhm59rlqhnfgib76pw5xihwn-heist-1.0.1.0.tar.gz.drv
         /nix/store/37sfvyw8qxkfspbkpdd4s2dp2xpz2m1r-heist-1.0.1.0.drv
         /nix/store/3q9h3a6qrpfdxav696arld7j6csj0fk1-intervals-0.8.1.tar.gz.drv
         /nix/store/3x50ds56wkchmz2a7dqk4ky9x51w5hwd-snap-server-1.0.3.1.tar.gz.drv
         /nix/store/59xz1g59lyb6azm0j4iakyw3hnsxqadi-securemem-0.1.9.tar.gz.drv
         /nix/store/y8qqb00v6lfd4ck7fcj1zx7gkinf8b7p-securemem-0.1.9.drv
         /nix/store/zr4bldkzpwx9irj6xzy5n03j9jn1q11w-crypto-cipher-types-0.0.9.tar.gz.drv
         /nix/store/488j2izrkykdbpb80dhrrd7vm4b2836m-crypto-cipher-types-0.0.9.drv
         /nix/store/4ha4yk42npp0037awksvqc77cjcd732j-pwstore-fast-2.4.4.tar.gz.drv
         /nix/store/5s6cy4pr51ma6sr131rnvad111mjwkn3-active-0.2.0.13.tar.gz.drv
         /nix/store/yw91f3inzi3myxllb8vy8vzlz9gpr7v6-skein-1.0.9.4.tar.gz.drv
         /nix/store/fvlibnw9z79naw4l0hksq6lqnbj23mvx-skein-1.0.9.4.drv
         /nix/store/kawc92hb9hvyiigfvakr7lii152czs0v-clientsession-0.9.1.2.tar.gz.drv
         /nix/store/qdacyyj4z0jshn2rkdhqh1lf25sacpl5-crypto-cipher-tests-0.0.11.tar.gz.drv
         /nix/store/fj1kw9lj5f5siygvm7bqf4309pfc2rkk-crypto-cipher-tests-0.0.11.drv
         /nix/store/p235b4hrlb57mdalvmi57dx0hd4dcvsd-cipher-aes-0.2.11.tar.gz.drv
         /nix/store/pk85abv3paaxjw06z2bbi2ca5mp46w9h-cipher-aes-0.2.11.drv
         /nix/store/ymw0qkrbdcdhw4c5bbm48ylr3nylnqpj-crypto-random-0.0.9.tar.gz.drv
         /nix/store/sppaickxpcyqvz01b4adh3003dgkk6mh-crypto-random-0.0.9.drv
         /nix/store/gd471qwbl81k2567c706kjczwd5449h5-cprng-aes-0.6.1.tar.gz.drv
         /nix/store/zxjkpd3lqvyijhxik9888ayd0idbqnmg-cprng-aes-0.6.1.drv
         /nix/store/5ylka6fbkx9fax60l918i6hw1qrdbsp9-clientsession-0.9.1.2.drv
         /nix/store/7q0igjm011nl36g67w4qkza6flng8fy4-pwstore-fast-2.4.4.drv
         /nix/store/bg2l87bnwklm8m4sw9pxyayw6850ikj1-diagrams-solve-0.1.1.tar.gz.drv
         /nix/store/8qf7497lpx9zgkpwzig5zxv3plvnb655-diagrams-solve-0.1.1.drv
         /nix/store/caicdrh9yym5wkzmd73mwi0f70i31hr9-intervals-0.8.1-r1.cabal.drv
         /nix/store/9c1xwc955j2rlxg2fiq4v30c3dnzin3i-intervals-0.8.1.drv
         /nix/store/azkdwsbri7mx5d4gqmx3gvfaacgsidhg-snap-1.0.0.2.tar.gz.drv
         /nix/store/c4jv5hwczfgwfl3k597b3vjyiq01drxx-readable-0.3.1.tar.gz.drv
         /nix/store/dxpcl396wk6xd1jjzgqvxr1lvc8f9sw1-io-streams-haproxy-1.0.0.2.drv
         /nix/store/cv949acpgj88fs2mpllvbkpjxawxg0cn-http-streams-0.8.5.3-r1.cabal.drv
         /nix/store/fm0ml28bpxrk4blp36g1444jg3xzlhkc-http-streams-0.8.5.3.tar.gz.drv
         /nix/store/l281dsavcfsw6v69zvqm5qq18cfi8w3i-http-streams-0.8.5.3.drv
         /nix/store/pw1l7jf3qqlrjm3azfhcl9pz458l1c57-readable-0.3.1.drv
         /nix/store/vdbn5f9v8bb698g0pbs9xd3mj617wiya-snap-core-1.0.3.1.tar.gz.drv
         /nix/store/lp3436adfmp5js1s7dr3bva2nk7s31rx-snap-core-1.0.3.1.drv
         /nix/store/kjydv2hmn80rbz05jdjzqhp8q94dmpa8-threads-0.5.1.5.tar.gz.drv
         /nix/store/q46jd6blnk93dvqmf20cpr1qdyj2wgpz-threads-0.5.1.5.drv
         /nix/store/fsyzxx4jxbizjw6fqh41i4k16nsgxghg-snap-server-1.0.3.1.drv
         /nix/store/hbq33ggfvjdd18z340z74r9q13wl9y6q-obelisk-snap-extras-0.1.drv
         /nix/store/zy5y7vdwqlxh30cl6xpz360y4rpb2zad-configurator-0.3.0.0.tar.gz.drv
         /nix/store/vkhciaa27qin53y0jv1gfndpcsa853s4-configurator-0.3.0.0.drv
         /nix/store/w6zzn50xbbhb99b6048b5a9a9qb9dl08-mwc-random-0.13.6.0.drv
         /nix/store/v2d64ci3ywvimyamsnnkbbp39l4m3dfm-snap-1.0.0.2.drv
         /nix/store/hp9vqg5cb0zdbdy3l25007cs9ap0qbrf-obelisk-asset-serve-snap-0.1.drv
         /nix/store/cvabzmxq5cd45aqgplx51gq6lvsb87w3-diagrams-lib-1.4.1.2-r3.cabal.drv
         /nix/store/dyjnahw326lhqxgkgfkvg024gp2z28c5-numeric-extras-0.1.drv
         /nix/store/g1g7i6bd19bvxi9an5fr086qkf4l4xz0-JuicyPixels-3.2.8.3.drv
         /nix/store/rass2cqapd12gxgy02k0mh05v6xrfcm8-diagrams-lib-1.4.1.2.tar.gz.drv
         /nix/store/sysjvlza63j2c2r3b0yhyrxl8l1my6wr-active-0.2.0.13.drv
         /nix/store/kp8nhs5jrn219iydib8411yj7b8xw2hr-diagrams-lib-1.4.1.2.drv
         /nix/store/l8qxzn07gnx0f5mympdqc7650iscwwjb-svg-builder-0.1.0.2.drv
         /nix/store/j9wlanc66w3q3sggbg1dda6zcllghdrz-diagrams-svg-1.4.1.1.tar.gz.drv
         /nix/store/xqj9g2b5bdp1f0lcd0l3m60858av8ms2-diagrams-svg-1.4.1.1.drv
         /nix/store/rg5hzh9pgdrrvxdh3n4c3z041vw10kfy-obelisk-snap-0.1.drv
         /nix/store/c89vpclhsj97xs6hq7x1ysx9pqii8d1l-obelisk-backend-0.1.drv
         /nix/store/fwgcxzwmpbfbwdb6pklbys55x6v8xg0j-ghc-8.0.2-with-packages.drv
       building '/nix/store/g1g7i6bd19bvxi9an5fr086qkf4l4xz0-JuicyPixels-3.2.8.3.drv'...
       building '/nix/store/8nna6jdxx3yyrlhrnkg2rbjvr6mi0ws2-io-streams-1.4.1.0.drv'...
       building '/nix/store/w6zzn50xbbhb99b6048b5a9a9qb9dl08-mwc-random-0.13.6.0.drv'...
       building '/nix/store/5s6cy4pr51ma6sr131rnvad111mjwkn3-active-0.2.0.13.tar.gz.drv'...
       setupCompilerEnvironmentPhase
       Build with /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2.
       unpacking sources
       unpacking source archive /nix/store/gbccagvsp9vl3pxcpxy6fv8qr7caxsww-JuicyPixels-3.2.8.3.tar.gz
       source root is JuicyPixels-3.2.8.3
       setupCompilerEnvironmentPhase
       Build with /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2.
       /nix/store/j1ly0zzpnzb8y8ry6k4vi4prk8vwq233-set-source-date-epoch-to-latest.sh: line 7: warning: command substitution: ignored null byte in input
       setting SOURCE_DATE_EPOCH to timestamp 1503126655 of file JuicyPixels-3.2.8.3/JuicyPixels.cabal
       patching sources
       unpacking sources
       compileBuildDriverPhase
       unpacking source archive /nix/store/is818pa0dahnlvdzlphhg4l7ad9s3w7d-mwc-random-0.13.6.0.tar.gz
       setupCompileFlags: -package-db=/build/package.conf.d -j1 -threaded
       source root is mwc-random-0.13.6.0
       /nix/store/j1ly0zzpnzb8y8ry6k4vi4prk8vwq233-set-source-date-epoch-to-latest.sh: line 7: warning: command substitution: ignored null byte in input
       setting SOURCE_DATE_EPOCH to timestamp 1493297689 of file mwc-random-0.13.6.0/test/visual.R
       patching sources
       compileBuildDriverPhase
       setupCompileFlags: -package-db=/build/package.conf.d -j1 -threaded
       [1 of 1] Compiling Main             ( Setup.hs, /build/Main.o )
       [1 of 1] Compiling Main             ( Setup.lhs, /build/Main.o )
       setupCompilerEnvironmentPhase
       Build with /nix/store/snpnx6gdggvjpdig04n4q7x2yd1bgjbb-ghc-8.0.2.
       Linking Setup ...
       Linking Setup ...

       trying http://hackage.haskell.org/package/active-0.2.0.13.tar.gz
         % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                        Dload  Upload   Total   Spent    Left  Speed
       unpacking sources
       unpacking source archive /nix/store/qf484zjfcwj72rja4hl4wlqabv148s6v-io-streams-1.4.1.0.tar.gz
       source root is io-streams-1.4.1.0
       /nix/store/j1ly0zzpnzb8y8ry6k4vi4prk8vwq233-set-source-date-epoch-to-latest.sh: line 7: warning: command substitution: ignored null byte in input
       setting SOURCE_DATE_EPOCH to timestamp 1501076580 of file io-streams-1.4.1.0/test/TestSuite.hs
       patching sources
       compileBuildDriverPhase
       setupCompileFlags: -package-db=/build/package.conf.d -j1 -threaded
       [1 of 1] Compiling Main             ( Setup.hs, /build/Main.o )
       Linking Setup ...
         0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
       100 13203  100 13203    0     0  13203      0  0:00:01  0:00:01 --:--:-- 13203
       building '/nix/store/8130ngvsggjm1hl19nzizvlnvvb4rkpb-CVE-2014-5461.patch.drv'...

       trying http://anonscm.debian.org/cgit/pkg-lua/lua5.1.git/plain/debian/patches/0004-Fix-stack-overflow-in-vararg-functions.patch?id=b75a2014db2ad65683521f7bb295bfa37b48b389
         % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                        Dload  Upload   Total   Spent    Left  Speed
       100   433  100   433    0     0    433      0  0:00:01 --:--:--  0:00:01   647
         0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
       curl: (22) The requested URL returned error: 404 Not found
       error: cannot download CVE-2014-5461.patch from any mirror
       builder for '/nix/store/8130ngvsggjm1hl19nzizvlnvvb4rkpb-CVE-2014-5461.patch.drv' failed with exit code 1
       building '/nix/store/q5mzrqn2p1k2wirjj9sbwv492l0hyj97-SHA-1.6.4.2.drv'...
       cannot build derivation '/nix/store/kq4ijff5g22ajs6g48w07icvamkdyzip-lua-5.1.5.drv': 1 dependencies couldn't be built
       cannot build derivation '/nix/store/fg8pys0p6w1gz94biv1nda5faqbjqnyn-hslua-0.4.1.drv': 1 dependencies couldn't be built
       building '/nix/store/zjdadzi2yl385h2d524p0p7cbiswrg1m-bytes-0.15.3-r2.cabal.drv'...
       cannot build derivation '/nix/store/qd2px3pkybwn6k1n9cda17rbiw6kv3vx-pandoc-1.19.2.4.drv': 1 dependencies couldn't be built
       cannot build derivation '/nix/store/37sfvyw8qxkfspbkpdd4s2dp2xpz2m1r-heist-1.0.1.0.drv': 1 dependencies couldn't be built
       cannot build derivation '/nix/store/fwgcxzwmpbfbwdb6pklbys55x6v8xg0j-ghc-8.0.2-with-packages.drv': 1 dependencies couldn't be built
       error: build of '/nix/store/fwgcxzwmpbfbwdb6pklbys55x6v8xg0j-ghc-8.0.2-with-packages.drv' failed
       )

  src/Obelisk/SelfTest.hs:103: 
  7) blank initialized project can enter shells.ghcjs
       uncaught exception: ReThrownException (
       Ran commands: 
       cd /tmp/blank-project10794
       nix-shell -A shells.ghcjs --run exit
       which nix-shell
       cd /home/kandinski/data/work/hack/obelisk

       Exception: error running: nix-shell -A shells.ghcjs --run exit
       exit status: 100
       stderr: building '/nix/store/c14f4j22hikvrzx6z4g7bwsvh35bb1vd-stage1Packages.drv'...
       /nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/bin/ghcjs-pkg-0.2.1-8.0.2.bin: symbol lookup error: /nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2/libHSghcjs-0.2.1-ArOyRzZQt3EIHrXqYO2Mr1-ghc8.0.2.so: undefined symbol: containerszm0zi5zi7zi1_DataziSetziBase_zdwzdcp1Data_closure
       builder for '/nix/store/c14f4j22hikvrzx6z4g7bwsvh35bb1vd-stage1Packages.drv' failed with exit code 127
       error: build of '/nix/store/c14f4j22hikvrzx6z4g7bwsvh35bb1vd-stage1Packages.drv' failed
       (use '--show-trace' to show detailed location information)
       )

  src/Obelisk/SelfTest.hs:104: 
  8) blank initialized project can build in shells.ghcjs
       uncaught exception: ReThrownException (
       Ran commands: 
       cd /tmp/blank-project10794
       nix-shell -A shells.ghcjs --run 'cabal new-build --ghcjs all'
       which nix-shell
       cd /home/kandinski/data/work/hack/obelisk

       Exception: error running: nix-shell -A shells.ghcjs --run 'cabal new-build --ghcjs all'
       exit status: 100
       stderr: building '/nix/store/c14f4j22hikvrzx6z4g7bwsvh35bb1vd-stage1Packages.drv'...
       /nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/bin/ghcjs-pkg-0.2.1-8.0.2.bin: symbol lookup error: /nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2/libHSghcjs-0.2.1-ArOyRzZQt3EIHrXqYO2Mr1-ghc8.0.2.so: undefined symbol: containerszm0zi5zi7zi1_DataziSetziBase_zdwzdcp1Data_closure
       builder for '/nix/store/c14f4j22hikvrzx6z4g7bwsvh35bb1vd-stage1Packages.drv' failed with exit code 127
       error: build of '/nix/store/c14f4j22hikvrzx6z4g7bwsvh35bb1vd-stage1Packages.drv' failed
       (use '--show-trace' to show detailed location information)
       )

  src/Obelisk/SelfTest.hs:127: 
  9) blank initialized project, ob thunk pack/unpack, can pack and unpack plain git repos
       uncaught exception: ReThrownException (
       Ran commands: 
       git clone https://git.haskell.org/packages/primitive.git /tmp/git-repo10794/repo
       which git
       cd /tmp/git-repo10794/repo
       git rev-parse HEAD
       which git
       cd /home/kandinski/data/work/hack/obelisk
       ob thunk pack /tmp/git-repo10794/repo
       which ob

       Exception: error running: ob thunk pack /tmp/git-repo10794/repo
       exit status: 1
       stderr: ob: <stdin>: hGetChar: end of file
       ob: nix-prefetch-git: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory)
       )

Randomized with seed 825549559

Finished in 2308.5908 seconds
22 examples, 9 failures

real    38m30.880s
user    2m12.544s
sys 0m48.852s
ryantrinkle commented 6 years ago

@candeira I've spent a bit of time trying to repro this, and I think it may have been a transient failure. Would you mind retrying and re-opening if it is still broken? Thanks!